context
stringlengths
2.52k
185k
gt
stringclasses
1 value
// 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; using System.IO; using System.Xml.Schema; using System.Xml.XPath; using Xunit.Abstractions; namespace ...
// 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 ...
/* * 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) DotSpatial Team. All rights reserved. // Licensed under the MIT license. See License.txt file in the project root for full license information. using System.Collections.Generic; using System.Diagnostics; using System.IO; using NetTopologySuite.Geometries; namespace DotSpatial.Data { /// <summary>...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using StructureMap.Graph; namespace StructureMap.TypeRules { public static partial class TypeExtensions { internal static bool HasAttribute<T>(this MemberInfo provider) where T : Attribute { ...
/* * 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; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace sep02v1.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populate it with sam...
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>. // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE using System.Linq; using OpenTK.Graphics; using osu.Framework.Allocation; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Framew...
// // RSAManaged.cs - Implements the RSA algorithm. // // Authors: // Sebastien Pouliot (sebastien@ximian.com) // Ben Maurer (bmaurer@users.sf.net) // // (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com) // Portions (C) 2003 Ben Maurer // Copyright (C) 2004,2006 Novell, Inc (http://www.novell.com) // // Key...
using System; using System.Linq; using swf = System.Windows.Forms; using sd = System.Drawing; using Eto.Forms; using System.Collections.Generic; using Eto.Drawing; using Eto.CustomControls; using System.Collections.Specialized; using System.Runtime.InteropServices; namespace Eto.WinForms.Forms.Controls { public class...
/* | Version 10.1.84 | Copyright 2013 Esri | | 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...
// 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.Globalization; using System.Runtime.Serialization; using System.Text;...
// 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 Xunit; namespace List_List_BinarySearchOv2 { public class...
using System; using System.Data; using System.IO; using System.Text; using System.Xml; using umbraco.BasePages; using umbraco.BusinessLogic; using umbraco.BusinessLogic.Actions; using umbraco.cms.businesslogic.propertytype; using umbraco.cms.businesslogic.task; using umbraco.cms.businesslogic.translation; //using umbra...
namespace YAF.Pages.Admin { #region Using using System; using System.Data; using System.IO; using System.Text.RegularExpressions; using VZF.Data.Common; using YAF.Classes; using YAF.Core; using YAF.Core.BBCode; using YAF.Core.Services; using YAF.Types; using YAF.Types.Constants; using YA...
using System; namespace Python.Runtime { /// <summary> /// Represents a Python long int object. See the documentation at /// PY2: https://docs.python.org/2/c-api/long.html /// PY3: https://docs.python.org/3/c-api/long.html /// for details. /// </summary> public class PyLong : PyNumber {...
public class Lista { public NodoLista[] Items; public int Cuenta; private int libre; private int inicio; public Lista(int tamano) { this.Items = new NodoLista[tamano]; for(int i=0; i < tamano-1; i++) { this.Items[i].Siguiente = i+1; } this.Items[tamano-1].Siguiente = -1; this.libre = 0; t...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading; using osu.Framework.Audio.Track; using osu.Framework.Extension...
// // AnimatedBox.cs // // Authors: // Scott Peterson <lunchtimemama@gmail.com> // // Copyright (C) 2008 Scott Peterson // // 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 restric...
/* '=============================================================================== ' Generated From - CSharp_dOOdads_BusinessEntity.vbgen ' ' ** IMPORTANT ** ' How to Generate your stored procedures: ' ' SQL = SQL_StoredProcs.vbgen ' ACCESS = Access_StoredProcs.vbgen ' ORACLE = Oracle_StoredP...
// Copyright (C) 2015-2021 The Neo Project. // // The neo is free software distributed under the MIT software license, // see the accompanying file LICENSE in the main directory of the // project or http://www.opensource.org/licenses/mit-license.php // for more details. // // Redistribution and use in source and bi...
// 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.14.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. ...
//------------------------------------------------------------------------------ // <copyright file="UnsafeNativeMethods.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //------------------------------------------------------------------------------ namespace ...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Text.RegularExpressions; namespace JiebaNet.Segmenter.PosSeg { public class PosSegmenter { private static readonly WordDictionary WordDict = WordDictionary.Instance; private stati...
using System; using System.Collections; using ASMMath; using System.Net; using System.Net.Sockets; using System.Threading; namespace ASMDM { public class ExternalDevicePort:IExternalDevicePort { public delegate void Echo(string message); private enum ThreadStates{ LISTEN,RECIEVE,STOP } public string dev...
// ******************************************************************************************************** // Product Name: DotSpatial.Positioning.dll // Description: A library for managing GPS connections. // ******************************************************************************************************** // ...
using System; using System.Collections.Generic; using System.Drawing; using System.Runtime.InteropServices; public sealed class NativeTextRenderer : IDisposable { #region Fields and Consts private static readonly int[] _charFit = new int[1]; private static readonly int[] _charFitWidth = new int[1000]; ...
namespace Nancy.Tests.Unit { using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Web; using FakeItEasy; using Nancy.Bootstrapper; using Nancy.Tests.Unit.Sessions; using Session; using Xunit; public class CookieBasedSessionsFixtur...
using System; using System.Net; using NUnit.Framework; namespace HttpMock.Integration.Tests { [TestFixture] public class HttpExpectationTests { private string _hostUrl; [SetUp] public void SetUp() { _hostUrl = HostHelper.GenerateAHostUrlForAStubServer(); } [Test] public void Should_assert_a_reque...
// 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 Lucene.Net.Analysis.TokenAttributes; using System.Runtime.CompilerServices; namespace Lucene.Net.Index { /* * 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 regard...
/* * Copyright (C) 2015, Philip Peng (Keripo). All rights reserved. * http://beats2.net * The software in this package is published under the terms of the BSD-style license * a copy of which has been included with this distribution in the LICENSE file. */ using System; using System.Collections.Generic; using Syste...
// // Copyright (c) 2014 .NET Foundation // // 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, pu...
#region License, Terms and Conditions // // ComponentAllocation.cs // // Authors: Kori Francis <twitter.com/djbyter>, David Ball // Copyright (C) 2013 Clinical Support Systems, Inc. All rights reserved. // // THIS FILE IS LICENSED UNDER THE MIT LICENSE AS OUTLINED IMMEDIATELY BELOW: // // Permission is hereby grant...
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================ ** ** Class: Byte ** ** ** Purpose: This class will encapsulate a byte and provide an ** Object representation of it. ** ** ==============================...
/* * * (c) Copyright Ascensio System Limited 2010-2021 * * 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 la...
// 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.Data.SqlClient; using System.Text; using System.Web.Mail; using System.Web.UI; using Rainbow.Framework; using Rainbow.Framework.Content.Security; using Rainbow.Framework.DataTypes; using Rainbow.Framework.Helpers; using Rainbow.Framework.Security; using Rainbow.Framework.Settings; using Rainb...
namespace Epi.Windows.Analysis.Dialogs { partial class CoxProportionalHazardsDialog { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using Microsoft.Azure.Management.Compute.Fluent; using Microsoft.Azure.Management.Compute.Fluent.Models; using Microsoft.Azure.Management.Fluent; using Microsoft....
// 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.Immutable; using System.Linq; using Microsoft.CodeAnalysis.CodeGen; using Microsoft.CodeAnalysis.CSharp.Test.Utilities;...
using UnityEngine; using System; using System.Collections; using System.IO; /// <summary> /// Background removal manager is the component that deals with Kinect background removal. /// </summary> public class BackgroundRemovalManager : MonoBehaviour { [Tooltip("Index of the player, tracked by this component. -1 mean...
#if !UNITY_WINRT || UNITY_EDITOR || (UNITY_WP8 && !UNITY_WP_8_1) #if !(UNITY_IOS || UNITY_WEBGL || UNITY_XBOXONE || UNITY_XBOX360 || UNITY_PS4 || UNITY_PS3 || UNITY_WII || UNITY_IPHONE || UNITY_ANDROID) #region License // Copyright (c) 2007 James Newton-King // // Permission is hereby granted, free of charge, to any p...
using GuiLabs.Canvas.Controls; using GuiLabs.Editor.UI; using GuiLabs.Utils; using System.Collections.Generic; using System.Windows.Forms; namespace GuiLabs.Editor.Blocks { /// <summary> /// A textblock with drop-down completion list, /// which is used to create new blocks. /// </summary> /// <remarks> /// After...
namespace PokerTell.PokerHand.Tests.Analyzation { using Moq; using NUnit.Framework; using PokerTell.Infrastructure.Enumerations.PokerHand; using PokerTell.Infrastructure.Interfaces.PokerHand; using PokerTell.PokerHand.Analyzation; using PokerTell.PokerHand.Tests.Factories; using PokerTell....
//#define USE_GENERICS //#define DELETE_AFTER_TEST using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging.Abstractions; using Orleans; using Orleans.Hosting; using Orleans.Prov...
// *********************************************************************** // Assembly : ACBr.Net.Core // Author : RFTD // Created : 03-21-2014 // // Last Modified By : RFTD // Last Modified On : 01-30-2015 // *********************************************************************** // <copyrig...
/* Copyright (c) 2004-2006 Tomas Matousek. The use and distribution terms for this software are contained in the file named License.txt, which can be found in the root of the Phalanger distribution. By using this software in any fashion, you are agreeing to be bound by the terms of this license. You must not...
using System.Text; namespace SharpCompress.Compressor.PPMd.H { internal class PPMContext : Pointer { internal FreqData FreqData { get { return freqData; } set { this.freqData.SummFreq = value.SummFreq; this.freqData.SetStats(v...
/* * Copyright 2006 Jeremias Maerki. * * 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 agre...
using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.ComponentModel.DataAnnotations; using System.Globalization; using System.Reflection; using System.Runtime.Serialization; using System.Web.Http; using System.Web.Http.Description; using System.Xml...
//--------------------------------------------------------------------------- // // (c) Copyright Microsoft Corporation. // This source is subject to the Microsoft Limited Permissive License. // See http://www.microsoft.com/resources/sharedsource/licensingbasics/limitedpermissivelicense.mspx // All other rights reserve...
/* ==================================================================== 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 System; using System.Collections.Generic; using System.Collections.Specialized; using System.ComponentModel; using System.Drawing; using System.Linq; using System.Windows.Forms; using VersionOne.ServiceHost.ConfigurationTool.BZ; using VersionOne.ServiceHost.ConfigurationTool.Entities; using VersionOne.ServiceHost...
#region S# License /****************************************************************************************** NOTICE!!! This program and source code is owned and licensed by StockSharp, LLC, www.stocksharp.com Viewing or use of this code requires your acceptance of the license agreement found at https://github.com/St...
// 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.Reflection; using System.Runtime.InteropServices; using Microsoft.CodeAnalysis...
// 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; using System.Data.SqlTypes; using System.Diagnostics; using System.Globalization; namespa...
using System; using System.Xml.XPath; using System.Xml; using System.Text; using System.Text.RegularExpressions; using Umbraco.Core.Macros; namespace umbraco.presentation.xslt.Exslt { /// <summary> /// Implements the functions in the http://exslt.org/strings namespace /// </summary> [XsltExtension("Exslt.ExsltSt...
namespace android.provider { [global::MonoJavaBridge.JavaClass()] public sealed partial class MediaStore : java.lang.Object { internal new static global::MonoJavaBridge.JniGlobalHandle staticClass; static MediaStore() { InitJNI(); } internal MediaStore(global::MonoJavaBridge.JNIEnv @__env) : base(@__env...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for details. using System; using System.Collections; using System.ComponentModel; using System.Diagnostics; using System.Drawing; using System.Globalization; using System.Threading; using Syst...
#region Apache License, Version 2.0 // // 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, ...
// Copyright 2019 Google LLC // // 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 to in 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. // namespace System.Threading { using System; using System.Security.Permissions; using System.Runtime.Co...
using System; using System.Linq; using Microsoft.VisualStudio.TestTools.UnitTesting; using WilliamsonFamily.Models.Blog; using Rhino.Mocks; using WilliamsonFamily.Models.Web; using System.Collections.Generic; using WilliamsonFamily.Models.Data; using WilliamsonFamily.Models; using WilliamsonFamily.Models.Data.Tests.Tes...
// 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 Xunit; namespace System.Linq.Tests { public class LastTes...
namespace Nancy.Tests.Unit.Routing { using System; using System.Collections.Generic; using System.Linq; using FakeItEasy; using Fakes; using Nancy.Responses.Negotiation; using Nancy.Routing; using Xunit; public class DefaultRequestDispatcherFixture { private readonly Def...
// 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.Diagnostics; using System.IO; using System.Security.Cryptography.Apple; using Internal.Cryptography; n...
using System; using System.Collections.Generic; using System.ComponentModel; namespace Eto.Forms { /// <summary> /// Item store for the <see cref="TreeGridView"/> /// </summary> public interface ITreeGridStore<out T> : IDataStore<T> where T: ITreeGridItem { } /// <summary> /// Event arguments for <see cref=...
// 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.Collections.ObjectModel; using System.Text; using Microsoft.Protocols.TestTools.StackSdk.FileAccessService...
#region License /* * 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 * * Unle...
using System; using System.Collections.Generic; using CuttingEdge.Conditions; namespace Netco.Monads { /// <summary> /// Helper class that indicates nullable value in a good-citizenship code /// </summary> /// <typeparam name="T">underlying type</typeparam> [ Serializable ] public sealed class Maybe< T > : IEqua...
using Microsoft.IdentityModel.S2S.Protocols.OAuth2; using Microsoft.IdentityModel.Tokens; using Microsoft.SharePoint.Client; using System; using System.Net; using System.Security.Principal; using System.Web; using System.Web.Configuration; namespace SharePoint_Add_in_CSOM_BasicDataOperationsWeb { /// <summary> ...
/* * 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 ...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using ComponentSystem.Attributes; using ComponentSystem.Components; namespace ComponentSystem { /// <summary> /// Represents a part of a GameObject's logic. /// </summary> public abstract class GameComponent ...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Globalization; using System.Web; using System.Web.Security; using Umbraco.Core; using Umbraco.Core.Configuration; using Umbraco.Core.Configuration.UmbracoSettings; using Umbraco.Core.Models; using umbraco; using umbraco.cms.busin...
/////////////////////////////////////////////////////////////////////////////////////////////// // // This File is Part of the CallButler Open Source PBX (http://www.codeplex.com/callbutler // // Copyright (c) 2005-2008, Jim Heising // All rights reserved. // // Redistribution and use in source and binary f...
using System; using System.Collections; using System.Collections.Generic; using System.Drawing; using System.Windows.Forms; using SIL.Keyboarding; using SIL.Reporting; namespace SIL.Windows.Forms.WritingSystems { public partial class WSSortControl : UserControl { private WritingSystemSetupModel _model; private r...
#region [R# naming] // ReSharper disable ArrangeTypeModifiers // ReSharper disable UnusedMember.Local // ReSharper disable FieldCanBeMadeReadOnly.Local // ReSharper disable ArrangeTypeMemberModifiers // ReSharper disable InconsistentNaming #endregion using System; using System.Collections.Generic; using System.Linq; us...
using Signum.Entities.Authorization; using Signum.Entities.Basics; using Signum.Entities.Chart; using Signum.Entities.Dashboard; using Signum.Entities.UserAssets; using Signum.Entities.UserQueries; using System.Xml.Linq; using Signum.Utilities.Reflection; using System.ComponentModel; namespace Signum.Entities.Toolbar;...
//---------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //---------------------------------------------------------------------------- namespace System.ServiceModel.Diagnostics { using System.Diagnostics; using System.Reflectio...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using FlatRedBall.Graphics.Animation; using FlatRedBall.Math; using FlatRedBall.Graphics; using FlatRedBall.Math.Geometry; using FlatRedBall.Utilities; namespace FlatRedBall { public partial class Sprite : PositionedObject, IAnim...
using XenAdmin.Alerts; using XenAdmin.Network; using XenAdmin.Commands; using XenAdmin.Controls; using XenAdmin.Plugins; using XenAPI; using System; using System.Windows.Forms; using System.ComponentModel; namespace XenAdmin { partial class MainWindow { /// <summary> /// Required designer varia...
using System; using System.Collections.Generic; using System.IO; using System.Runtime.InteropServices; using System.Xml; namespace MyGUI.Sharp { public partial class Gui { #region Instance private static Gui mInstance = new Gui(); public static Gui Instance { get { return mInstance; } } public Gui(...
//------------------------------------------------------------------------------ // <copyright file="ToolStripDropDownButton.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //----------------------...
using Orleans.Runtime.Configuration; using Orleans.Runtime.ConsistentRing; using Orleans.Runtime.Scheduler; using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading; using System.Threading.Tasks; namespace Orleans.Runtime.ReminderService { internal class L...
namespace android.widget { [global::MonoJavaBridge.JavaClass()] public partial class HeaderViewListAdapter : java.lang.Object, WrapperListAdapter, Filterable { internal new static global::MonoJavaBridge.JniGlobalHandle staticClass; static HeaderViewListAdapter() { InitJNI(); } protected HeaderViewListAd...
// Copyright 2007-2012 Chris Patterson, Dru Sellers, Travis Smith, et. al. // // 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 // /...
// 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.Immutable; namespace System.Reflection.Metadata.Ecma335 { // TODO: debug metadata blob...
// 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.Threading.Tasks; using Microsoft.CodeAnalysis.Testing; using Test.Utilities; using Xunit; using VerifyCS = Test.Utilities.CSharpCod...
using Microsoft.IdentityModel; using Microsoft.IdentityModel.S2S.Protocols.OAuth2; using Microsoft.IdentityModel.S2S.Tokens; using Microsoft.SharePoint.Client; using Microsoft.SharePoint.Client.EventReceivers; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Globalizati...
// 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; using System.Collections.Generic; using System.Globalization; using System.Reflection; usi...
using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; namespace UPnPStackBuilder { /// <summary> /// Summary description for SettingsForm. /// </summary> public class SettingsForm : System.Windows.Forms.Form { /// <summary> /// Required designer...
using System; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using System.Linq; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using Orleans.Configuration; using Orleans.Runtime; using Orleans.Streams; usin...
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================ ** ** This file exists to contain miscellaneous module-level attributes ** and other miscellaneous stuff. ** ** ** =================================================...
// 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: Culture-specific collecti...
using System; using System.Collections.Generic; using System.Linq; using System.Windows; using Moq; using Prism.Ioc; using Prism.Regions; using Xunit; namespace Prism.Wpf.Tests.Regions { public class RegionNavigationServiceFixture { [Fact] public void WhenNavigating_ViewIsActivated() {...
namespace Boxed.Templates.FunctionalTest { using System; using System.IO; using System.Linq; using System.Net; using System.Net.Http; using System.Threading.Tasks; using Boxed.DotnetNewTest; using Boxed.Templates.FunctionalTest.Constants; using Boxed.Templates.FunctionalTest.Models; ...
// 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.Concurrent; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using System.Threa...
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect 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 ...
// 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.Diagnostics; using System.Linq; using Microsoft.CSharp....