context
stringlengths
2.52k
185k
gt
stringclasses
1 value
using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; using System.Windows; using System.Windows.Media; namespace FontAwesome.Sharp { // cf.: // * http://stackoverflow.com/questions/23108181/changing-font-...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. /****************************************************************************** * This file is auto-generated from ...
using System; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using ZitaAsteria.Scene; using ZitaAsteria.MenuSystem; using ZAsteroids.World.Weapons; using DPSF; using ZAsteroids.World.HUD; namespace ZitaAsteria { /// <summary> /// This is the main game class for Pilot Project /// ...
using System; using System.Collections.Generic; using JetBrains.Annotations; using Robust.Client.Animations; using Robust.Client.GameObjects; using Robust.Shared.GameObjects; using Robust.Shared.IoC; using Robust.Shared.Serialization; using Robust.Shared.Serialization.Manager.Attributes; using static Content.Shared.Ven...
// *********************************************************************** // Copyright (c) 2015 Charlie Poole // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, inclu...
// Copyright 2004-2009 Castle Project - http://www.castleproject.org/ // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless ...
using J2N.Text; using System.Collections.Generic; using System.Linq; using System.Text; using JCG = J2N.Collections.Generic; /* * dk.brics.automaton * * Copyright (c) 2001-2009 Anders Moeller * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permit...
// Copyright (c) 2016-2018 SIL International // This software is licensed under the MIT license (http://opensource.org/licenses/MIT) using System; using System.Collections.Generic; using System.Linq; using System.Xml; using SIL.LCModel; using SIL.LCModel.Core.KernelInterfaces; namespace LfMerge.Core.DataConverters.Can...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Threading.Tasks; using Xunit; public static unsafe class Da...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Runtime.InteropServices; using Xunit; namespace System.IO.Tests { public class Directory_GetFileSy...
#region License // Copyright (c) 2010-2019, Mark Final // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // // * Redistributions of source code must retain the above copyright notice, this // ...
using System; using System.Collections.ObjectModel; using System.Runtime.Serialization; using System.Security.Permissions; namespace Free.Controls.TreeView.Tree { [Serializable] public sealed class TreeNodeAdv : ISerializable { #region NodeCollection private class NodeCollection : Collection<TreeNodeAdv> { ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. namespace System.Xml.Serialization { using System; using System.IO; using System.Collections; using ...
using System; using System.IO; using System.Diagnostics; using System.Reflection; using System.Reflection.Emit; using System.Threading; using System.Globalization; namespace Volante.Impl { internal class CodeGenerator { public GeneratedSerializer Generate(ClassDescriptor desc) { Mod...
/* * Copyright (c) 2006-2014, openmetaverse.org * All rights reserved. * * - Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * - Redistributions of source code must retain the above copyright notice, this * li...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Security.Claims; using System.Threading.Tasks; using Abp.Application.Features; using Abp.Authorization.Roles; using Abp.Configuration; using Abp.Domain.Repositories; using Abp.Domain.Services; using Abp.Domain.Uo...
using System; using System.Collections.Generic; using System.Reactive.Linq; using System.Reactive.Threading.Tasks; using MS.Core; namespace System.IO.IsolatedStorage { public static class __IsolatedStorageFileStream { public static IObservable<System.Reactive.Unit> Flush( this IObservable<S...
// Copyright 2011 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicabl...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using Xunit; namespace System.Linq.Expressions.Tests { public static class ArrayLengthTests {...
using System; using System.Drawing; using System.Collections; using System.Windows.Forms; using System.Data; namespace Pong { /// <summary> /// /// Ideas: /// add spin abilities to be SpinPong /// /// </summary> /// public class Form1 : System.Windows.Forms.Form { // screen width and height private in...
// Copyright (c) 2015, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, // are permitted provided that the following conditions are met: // // - Redistributions of source code must retain the above copyright notice, this // list o...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Text; using System.Collections.Generic; using Microsoft.VisualStudio.TestTools.UnitTesting; using Microsoft.Protocols.TestTools; using Microso...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeActi...
using System; using System.Collections; using Server; using Server.Misc; using Server.Items; using Server.Spells; namespace Server.Mobiles { [CorpseName( "a meer's corpse" )] public class MeerMage : BaseCreature { [Constructable] public MeerMage() : base( AIType.AI_Mage, FightMode.Evil, 10, 1, 0.2, 0.4 ) { ...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Microsoft.Win32.SafeHandles; using System.Collections.Generic; using System.ComponentModel; using System.Globa...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Data; using System.Text; using System.Windows.Forms; using DeOps.Interface; using DeOps.Interface.Views; using DeOps.Implementation; using DeOps.Services.Trust; namespace DeOps.Services.Chat { public pa...
namespace XenAdmin.SettingsPanels { partial class CPUMemoryEditPage { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </sum...
// Authors: Robert Scheller, Melissa Lucash using Landis.Core; using Landis.SpatialModeling; using Edu.Wisc.Forest.Flel.Util; using Landis.Library.Succession; using Landis.Library.LeafBiomassCohorts; using System.Collections.Generic; using System; namespace Landis.Extension.Succession.NetEcosystemCN { /// <sum...
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== // <OWNER>[....]</OWNER> // // // BigInt.cs // // 11/06/2002 // namespace System.Security.Cryptography { using System.Security.Cryptography.X509Certificates; using System.Security.Cryptography.Xml; using System.T...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.CodeAnalysis.Test.Utilities; using Roslyn.Test.Utilities; using Xunit; namespace Microsoft.CodeAn...
//--------------------------------------------------------------------------- // // <copyright file="BlurEffect.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. // </copyright> // // This file was generated, please do not edit it directly. // // Please see http://wiki/default.as...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
// // Copyright (C) 2012-2014 DataStax Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by app...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeFixes; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Test.Utilities;...
#region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF licenses this file to you under the Apache License, Version 2.0 // (...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Collections.Immutable; using System.IO; using System.Linq; using System.Threading; using System.T...
// Licensed to the .NET Foundation under one or more agreements. // See the LICENSE file in the project root for more information. // // System.Drawing.carbonFunctions.cs // // Authors: // Geoff Norton (gnorton@customerdna.com> // // Copyright (C) 2007 Novell, Inc. (http://www.novell.com) // // Permission is hereb...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. namespac...
using System; using System.Collections; using BitManipulator; using Obscur.Core.Cryptography.Support.Math.EllipticCurve.ABC; using Obscur.Core.Cryptography.Support.Math.EllipticCurve.Endomorphism; using Obscur.Core.Cryptography.Support.Math.EllipticCurve.Multiplier; using Obscur.Core.Cryptography.Support.Math.Field; n...
//--------------------------------------------------------------------------- // // <copyright file="DashStyle.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. // </copyright> // // This file was generated, please do not edit it directly. // // Please see http://wiki/default.asp...
using Bridge.Contract; using Bridge.Contract.Constants; using ICSharpCode.NRefactory.CSharp; using ICSharpCode.NRefactory.TypeSystem; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using Object.Net.Utilities; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; usin...
// <copyright file="File.cs" company="Adrian Mos"> // Copyright (c) Adrian Mos with all rights reserved. Part of the IX Framework. // </copyright> using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.IO; using System.Text; using System.Threading; using System.Threading.Ta...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.ComponentModel.Composition.Hosting; using Microsoft.CodeAnalysis.Editor.CSharp.SignatureHelp; using Microsoft.C...
/* * Copyright 2002-2010 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
using System.Reflection; using System.Text.Json; using JetBrains.Annotations; using JsonApiDotNetCore.Configuration; using JsonApiDotNetCore.Resources; using JsonApiDotNetCore.Resources.Annotations; using JsonApiDotNetCore.Serialization.Objects; using JsonApiDotNetCore.Serialization.Request; namespace JsonApiDotNetCor...
#region License //----------------------------------------------------------------------- // <copyright> // The MIT License (MIT) // // Copyright (c) 2014 Kirk S Woll // // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Softwar...
/* * Copyright (c) Contributors, http://aurora-sim.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must reta...
/* The MIT License (MIT) Copyright (c) 2016 GuyQuad Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publi...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.IO; using System.Text; using System.Threading.Tasks; us...
/* ==================================================================== Copyright 2002-2004 Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://ww...
// Copyright (c) 2015 Alachisoft // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed t...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using System.Threading; using Microsoft.Build.Framework; using ...
using System; using System.Text; using System.Data; using System.Data.SqlClient; using System.Data.Common; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Configuration; using System.Xml; using System.Xml.Serialization; using SubSonic; using SubSonic.Utilities;...
//------------------------------------------------------------------------------ // <copyright file="LocalDB.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // <owner current="true" primary="true">...
using System; using UnityEngine; using System.Collections.Generic; namespace Pathfinding { /** Floods the area completely for easy computation of any path to a single point. * This path is a bit special, because it does not do anything useful by itself. What it does is that it calculates paths to all nodes it can r...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Threading.Tasks; using Hjerpbakk.Profilebot.Commands; using Hjerpbakk.Profilebot.Contracts; using Hjerpbakk.Profilebot.FaceDetection; using Hjerpbakk.Profilebot.FaceDetection.Report; using NLog; using SlackConnector...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Buffers; using System.Buffers.Pools; using System.Buffers.Text; using System.Collections.Generic; using...
using System; using System.Collections.Generic; using System.Text; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Input; namespace Pinball { public struct ZunePadState { GamePadState state; Vector2 flick; bool tapped; /// <summary> /// Has the pad been touched o...
using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Data; using System.IO; using PhysFS_NET; namespace TestApp { /// <summary> /// Summary description for Form1. /// </summary> public class TestAppForm : System.Windows.Forms.Form { ...
//--------------------------------------------------------------------- // This file is part of the CLR Managed Debugger (mdbg) Sample. // // Copyright (C) Microsoft Corporation. All rights reserved. //--------------------------------------------------------------------- using System; using System.Reflection; using...
namespace NArrange.Tests.Core { using System; using System.IO; using System.Reflection; using System.Text; using NArrange.Core; using NArrange.Core.Configuration; using NArrange.Tests.CSharp; using NUnit.Framework; /// <summary> /// Test fixture for the FileArranger class. ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Buffers; using System.Diagnostics; using System.Runtime.CompilerServices; using System.Runtime.InteropS...
namespace HomeCinema.Data.Migrations { using HomeCinema.Entities; using System; using System.Collections.Generic; using System.Data.Entity; using System.Data.Entity.Migrations; using System.Linq; internal sealed class Configuration : DbMigrationsConfiguration<HomeCinemaContext> { ...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Collections.Generic; using Xunit; namespace System.Numerics.Matrices.Tests { /// <summary> /// Tests for the Matrix3x2 structure. /// </summ...
using System; using System.Collections; using System.ComponentModel; using System.Drawing; using System.Windows.Forms; namespace Jovian.Tools.Support { /// <summary> /// Summary description for rtfFindBar. /// </summary> public class rtfFindBar : System.Windows.Forms.UserControl { private System.ComponentModel....
// // Copyright (c) 2004-2011 Jaroslaw Kowalski <jaak@jkowalski.net> // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // // * Redistributions of source code must retain the above co...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Drawing; using System.IO; using System.Reflection; using System.Security.Permissions; using System.Windows.Forms; using Medo.Text; using System.ComponentModel; using System.Threading; using Summae.HashAlgorithms; using Medo.Configura...
//----------------------------------------------------------------------------- // Copyright (c) 2012 GarageGames, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to // deal in the Software without restrictio...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using ComponentFactory.Krypton.Toolkit; using Kemel.Orm.Providers; using System.Reflection; using Kemel.Orm.Starter; using Kemel.Orm.Data; using Kemel.Orm....
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may no...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/datastore/v1beta3/entity.proto #pragma warning disable 1591, 0612, 3021 #region Designer generated code using pb = global::Google.Protobuf; using pbc = global::Google.Protobuf.Collections; using pbr = global::Google.Protobuf.Reflection; usin...
using System; using System.Collections.Generic; using System.Data; using System.Text; using RRLab.PhysiologyWorkbench.Data; namespace RRLab.PhysiologyWorkbench.Data { public class DataSetBackedCell : Cell { private PhysiologyData _BackingDataSet; public PhysiologyData BackingDataSet { ...
// Copyright (c) 2015, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, // are permitted provided that the following conditions are met: // // - Redistributions of source code must retain the above copyright notice, this // list o...
using System; using System.Diagnostics; using System.Collections.Generic; #if OPENGL #if MONOMAC using MonoMac.OpenGL; #elif WINDOWS || LINUX using OpenTK.Graphics.OpenGL; #elif GLES using OpenTK.Graphics.ES20; using EnableCap = OpenTK.Graphics.ES20.All; using FrontFaceDirection = OpenTK.Graphics.ES20.All; using CullF...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Xunit; namespace System.Linq.Expressions.Tests { public static class NonLiftedComparisonLessThanNullableT...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Runtime.InteropServices; using System.Xml.Linq; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CodeStyle; using Microso...
using System; using System.Diagnostics; using System.Globalization; using System.Runtime.InteropServices; using System.Security.Permissions; namespace Alphaleonis.Win32.Vss { /// <summary> /// Static class providing access to information about the operating system under which the /// assembly is executing....
using System; using System.Text; using System.Data; using System.Data.SqlClient; using System.Data.Common; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Configuration; using System.Xml; using System.Xml.Serialization; using SubSonic; using SubSonic.Utilities;...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Data.Common; using System.Diagnostics; using System.Threading; using System.Threading.Tasks; namespace...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; using System.Linq; using System.Net.Http; using System.Net.Http.Formatting; using System.Net.Http.Headers; using System.W...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Net.Test.Common; using System.Runtime.InteropServices; using System.T...
/* ==================================================================== Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for Additional information regarding copyright ownership. The ASF licenses this file to Y...
using UnityEngine; using UnityEditor; using System.Collections; using System.Collections.Generic; using System.IO; using System.Reflection; using System; /* * BuildProcess * Owlchemy Labs, LLC - 2011 * * Menu-item driven build pipeline * Comments and instructions are placed in-line */ public class BuildProcess ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. /*============================================================================= ** ** ** ** ** ** Purpose: Holds ...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using System.Collections.Generic; namespace System.Management.Automation { /// <summary> /// Enumerates the items matching a particular name in the scopes specified using /// the appropriate scoping lookup rules. /// </summary>...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Text; using Roslyn.Test.Utilities; using Xunit; namespace Microsoft.CodeAnalysis.Editor.CSharp.Uni...
using NUnit.Framework; using System; using System.Threading; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls.Primitives; using System.Windows.Threading; using System.Diagnostics; using System.Text; using System.Linq; using System.Reflection; using System.Collections.Generic; namespace...
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE namespace osu.Framework.Input.Bindings { /// <summary> /// A collection of keys, mouse and other controllers' buttons. /// </summary> public en...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using Debug = System.Diagnostics.Debug; namespace Internal.TypeSystem { public static partial cl...
using System; using System.Linq; using System.Collections.Generic; using System.Reflection; using System.IO; using System.Reflection.Metadata.Ecma335; using System.Reflection.Metadata; namespace Semmle.Extraction.CIL.Entities { /// <summary> /// A type defined in the current assembly. /// </summary> in...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Threading; using System.ComponentModel; using System.Diagnostics; namespace MS.Win32 { using Acces...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Threading; using System.ComponentModel; using System.ComponentModel.Design; using System.Security.Permi...
// [Twin] Copyright eBay Inc., Twin authors, and other contributors. // This file is provided to you under the terms of the Apache License, Version 2.0. // See LICENSE.txt and NOTICE.txt for license and copyright information. using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; us...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator 0.12.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. ...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. // // ABOUT THIS FILE: // -- This file contains native methods which are deemed NOT SAFE in the sense that any us...
using System; using System.Collections.Generic; using System.Linq; using Baseline; using Baseline.ImTools; using Marten.Events.Aggregation; using Marten.Events.Daemon; using Marten.Exceptions; namespace Marten.Events.Projections { /// <summary> /// Used to register projections with Marten /// </summary> ...