context
stringlengths
2.52k
185k
gt
stringclasses
1 value
using System; using System.Collections.Generic; using Umbraco.Core.Events; using Umbraco.Core.Logging; using Umbraco.Core.Models; using Umbraco.Core.Persistence; using Umbraco.Core.Persistence.Querying; using Umbraco.Core.Persistence.UnitOfWork; namespace Umbraco.Core.Services { /// <summary> /// Tag service t...
// Copyright 2019 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 agreed to in wr...
// 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.Net.Http.Headers; using System.Threading; using System.Threa...
// <copyright file="RemoteWebDriver.cs" company="WebDriver Committers"> // Licensed to the Software Freedom Conservancy (SFC) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The SFC licenses this file // ...
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...
// ReSharper disable InconsistentNaming namespace Tester.CodeGenTests { using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Orleans; using Orleans.Providers; public interface IGrainWithGenericMethods : IGrainWithGuidKey { Task<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; public struct VT { public bool[,] bool2darr; public bool[, ,] bool3darr; } public class CL { public bool[,] bool2darr = { { false, true }...
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 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 EPiServer.Commerce.Catalog.ContentTypes; using EPiServer.Core; using EPiServer.Framework.Localization; using EPiServer.Reference.Commerce.Site.Features.Market.Services; using EPiServer.Reference.Commerce.Site.Features.Product.ViewModels; using EPiServer.Reference.Commerce.Site.Features.Search.Models; using EPiSer...
// // ImportDialog.cs // // Author: // Aaron Bockover <abockover@novell.com> // // Copyright (C) 2006-2007 Novell, Inc. // // 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...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace dks3Api.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populate it with sam...
using System; using System.Collections.Generic; using System.Text; using System.Text.RegularExpressions; using System.IO; using System.Linq; namespace UnityEditor.iOS.Xcode.PBX { class PropertyCommentChecker { private int m_Level; private bool m_All; private List<List<string>> m_Pro...
// 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 program was translated to C# and adapted for xunit-performance. ** New variants of several tests were adde...
// 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: Unsafe code that uses pointers should ...
using Xunit; namespace Jint.Tests.Ecma { [Trait("Category","Pass")] public class Test_11_6_1 : EcmaTest { [Fact] [Trait("Category", "11.6.1")] public void WhiteSpaceAndLineTerminatorBetweenAdditiveexpressionAndOrBetweenAndMultiplicativeexpressionAreAllowed() { RunTest(@"T...
// <copyright file="SpanBuilderShimTests.cs" company="OpenTelemetry Authors"> // Copyright The OpenTelemetry 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.a...
// 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: Domains represe...
// Copyright 2016 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 agreed to in writing...
// ----------------------------------------------------------- // // This file was generated, please do not modify. // // ----------------------------------------------------------- namespace EmptyKeys.UserInterface.Generated { using System; using System.CodeDom.Compiler; using System.Collections.Objec...
using System; using System.Data; using System.Data.SqlClient; using Csla; using Csla.Data; using Csla.Rules; using Csla.Rules.CommonRules; using System.ComponentModel.DataAnnotations; using UsingLibrary; namespace TestProject.Business { /// <summary> /// Documents (editable root object).<br/> /// This is ...
// Copyright (c) .NET Foundation. 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.Linq; using Microsoft.EntityFrameworkCore.Metadata.Internal; using Microsoft.EntityFrameworkCore.TestUtil...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace aspnet45_mvc_webapi.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populate...
using System; using System.Windows; using System.Collections.Generic; using AMVTheaterAssistant.Properties; using System.IO; using Microsoft.Win32; using System.Linq; using System.Threading; using System.Windows.Input; using System.Net; using System.Windows.Forms; using System.ComponentModel; using System.Threading.Tas...
using System; using System.IO; using System.Linq; using System.Net; using BTCPayServer.Configuration; using BTCPayServer.Logging; using BTCPayServer.SSH; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; using NBitcoin; using Serilog.Events; namespace BTCPayServer.Configuration { public...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for details. using System.Collections; using System.Globalization; using System.Text; using OpenLiveWriter.HtmlParser.Parser; namespace OpenLiveWriter.CoreServices { public class UrlToRep...
/* VRCustomEditor * MiddleVR * (c) i'm in VR */ using UnityEngine; using UnityEditor; using System.Collections; using MiddleVR_Unity3D; using UnityEditor.Callbacks; [CustomEditor(typeof(VRManagerScript))] public class VRCustomEditor : Editor { //This will just be a shortcut to the target, ex: the object you cl...
// 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. // // // // The SecurityManager class provides a general purpose API for interacting // with the security system. ...
// 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 Microsoft.Xml; using System.Collections; using System.Diagnostics; using System.Runtime.Serializ...
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Reflection; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.CodeAnalysis.CSharp; using System.Runtime.ExceptionServices; namespace RefactoringEssentials { #if NR6 public...
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...
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2009 Oracle. All rights reserved. * */ using System; using System.Collections.Generic; using System.Runtime.InteropServices; using System.Text; using BerkeleyDB.Internal; namespace BerkeleyDB { /// <summary> /// A class represen...
using System.ComponentModel.Design; using System.IO; using Microsoft.VisualStudio.TestTools.UnitTesting; using Orleans; using Orleans.Runtime; using Orleans.Streams; using Orleans.TestingHost; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Orleans.TestingHost.Util...
#if DOTNET35 // 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; namespace System.Numerics { internal static partial class BigIntegerCalc...
// *********************************************************************** // Copyright (c) 2008-2016 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, ...
// 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: Class to rep...
using System.Text.RegularExpressions; using System.Diagnostics; using System; using System.Drawing.Drawing2D; using System.Windows.Forms; using System.Collections; using System.Drawing; using Microsoft.VisualBasic; using System.Data.SqlClient; using System.Data; using System.Collections.Generic; using WeifenLuo.WinForm...
// 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 writing, software distributed under the ...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/protobuf/api.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; using scg = glob...
/**************************************************************************** While the underlying libraries are covered by LGPL, this sample is released as public domain. It is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS ...
using UnityEngine; using UnityEditor; using System.Collections.Generic; namespace Stratus { namespace Editor { /// <summary> /// A generic node-based editor /// </summary> public abstract class NodeBasedEditor<DerivedNode> where DerivedNode : Node, new() { //------------------------...
using System; using System.Collections.Generic; using NGUI.Internal; using UnityEngine; [AddComponentMenu("NGUI/UI/Atlas")] // ReSharper disable once CheckNamespace public class UIAtlas : MonoBehaviour { [SerializeField, HideInInspector] private Material material; [HideInInspector, SerializeField] priv...
namespace NLogViewer.UI { partial class IntroDialog { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// ...
// 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; namespace DotSpatial.Data { /// <summary> /// Number. /// </summary> public struct Number : IComparable, IComparable<Number>, I...
// dnlib: See LICENSE.txt for more info using System; using System.Collections.Generic; namespace dnlib.DotNet { /// <summary> /// Flags used by <see cref="AssemblyNameComparer"/> /// </summary> [Flags] public enum AssemblyNameComparerFlags { /// <summary> /// Compare assembly simple name /// </summary> ...
/* * REST API Documentation for the MOTI School Bus Application * * The School Bus application tracks that inspections are performed in a timely fashion. For each school bus the application tracks information about the bus (including data from ICBC, NSC, etc.), it's past and next inspection dates and results, contac...
// <copyright file="V98Network.cs" company="WebDriver Committers"> // Licensed to the Software Freedom Conservancy (SFC) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The SFC licenses this file // to yo...
// // System.Web.UI.WebControls.HyperLinkField.cs // // Authors: // Lluis Sanchez Gual (lluis@novell.com) // // (C) 2005 Novell, Inc (http://www.novell.com) // // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), ...
#region Licenses // Copyright 2013-2014 Matthew Ducker // // 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 re...
using System; using System.Collections.Generic; using System.IO; using System.Threading; namespace Manos.IO.Managed { internal class Context : IO.Context { private readonly List<AsyncWatcher> asyncs; private readonly AutoResetEvent pulse; private readonly object syncRoot = new object();...
using System; using System.Collections.Generic; using Microsoft.EntityFrameworkCore.Migrations; namespace Toucan.Sample.Data.Migrations { public partial class CreateIdentitySchema : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.CreateTa...
#if !UNIX using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Management.Automation; using System.ComponentModel; using System.Runtime.InteropServices; using System.Globalization; using System.Diagnostics.CodeAnalysis; namespace Microsoft.PowerShell.Commands { /// <s...
/* **************************************************************************** * * Copyright (c) Microsoft Corporation. * * This source code is subject to terms and conditions of the Apache License, Version 2.0. A * copy of the license can be found in the License.html file at the root of this distribution. If ...
using Xunit; namespace Ocelot.IntegrationTests { using System; using System.Collections.Generic; using System.IO; using System.Net; using System.Net.Http; using System.Net.Http.Headers; using Configuration.File; using DependencyInjection; using global::CacheManager.Core; using M...
using System; using System.Windows.Forms; using System.Drawing; using System.Drawing.Drawing2D; using System.Collections; using System.Collections.Generic; using System.Security.Permissions; using System.Diagnostics.CodeAnalysis; namespace WeifenLuo.WinFormsUI.Docking { public abstract class DockPaneStripBase : Contr...
using FluentAssertions; using LogShark.Tests.Plugins.Helpers; using Microsoft.Extensions.Logging.Abstractions; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.IO; using LogShark.Plugins.Replayer; using LogShark.Shared; using LogShark.Shared.LogReading.Cont...
// 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.Immutable; using System.Composition; using System.Diagnostics; using System.Linq; using System....
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using System; using System.Reflection; using UnityEngine; #if UNITY_EDITOR || WINDOWS_UWP using UnityEngine.Windows.Speech; using UnityEngine.XR.WSA.Input; #endif n...
using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Text; using System.Threading.Tasks; using Newtonsoft.Json; using XamarinStore.Forms.Models; using XamarinStore.Forms.SSO; using XamarinStore.Shared.Data; using User = XamarinStore.Forms.Models.User; namespace Xamarin...
using System; using System.Collections.Generic; using static AleaTK.Library; namespace AleaTK.ML { public abstract class GradientClipper { public abstract void Clip(Executor executor); } public class NoGradientClipper : GradientClipper { public override void Clip(Executor executor)...
// 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; // TPL namespaces using System.Threading; using System.Threading.Tasks; using System.Diag...
using System; using System.IO; using System.Security.Cryptography; using System.Text; using System.Threading.Tasks; using KeeAnywhere.StorageProviders; using KeePassLib.Cryptography; using KeePassLib.Utility; namespace KeeAnywhere.Offline { public class CacheProvider : ProxyProvider { private readonly ...
using System; using System.Collections.Generic; using System.Data.Common; using NUnit.Framework; using OpenCVR.Persistence; namespace OpenCVR.Test.Integration { [Ignore] [TestFixture] public class PersistencePerformanceTest { private readonly string[] queries = new[] { "j", "j.", "j. ", "j. skr...
// 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.Diagnostics; using System.Text; namespace System.Security.Cryptograp...
/* * Copyright (c) Contributors, http://aurora-sim.org/, 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: * * Redistributio...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Microsoft.Win32.SafeHandles; using System.Security; namespace System.IO.MemoryMappedFiles { public partial class MemoryMappedFile { /// <summary>...
/* * 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; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; us...
/////////////////////////////////////////////////////////////////////////////// //File: Wrapper.cs // //Description: Contains the interface definitions for the Zegeger.Decal.VVS classes. // //References required: // System.Drawing // //This file is Copyright (c) 2010 VirindiPlugins // //Permission is hereby granted, f...
/* * 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.CodeDom.Compiler; using System.Collections.Generic; using System.Data; using System.Data.SqlClient; using System.Globalization; using System.Linq; using System.Text; namespace EduHub.Data.Entities { /// <summary> /// Census Student Excluded Data Data Set /// </summary> [Gener...
using System.Threading; namespace Pathfinding { /** Queue of paths to be processed by the system */ class ThreadControlQueue { public class QueueTerminationException : System.Exception { } Path head; Path tail; readonly System.Object lockObj = new System.Object(); readonly int numReceivers; bool bl...
/* * Copyright 2014 Google Inc. All rights reserved. * * 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 applica...
// Python Tools for Visual Studio // Copyright(c) Microsoft Corporation // All rights reserved. // // 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 //...
// 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.CSharp.Test.Utilities; using Microsoft.CodeAnalysis.Test.Utilities; using Xunit; nam...
using System; using Mono.TextEditor; using Moscrif.IDE.Completion; using Moscrif.IDE.Controls; using System.Text.RegularExpressions; using System.Collections.Generic; using System.Linq; using Moscrif.IDE.Iface.Entities; namespace Moscrif.IDE.Components { public class TextEdit : Mono.TextEditor.TextEditor,ICompletion...
// 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.ObjectModel; namespace System.ServiceModel.Channels { public abstract class TransportC...
// // DapSync.cs // // Authors: // Gabriel Burt <gburt@novell.com> // // Copyright (C) 2008 Novell, Inc. // // 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...
/* * Swaggy Jenkins * * Jenkins API clients generated from Swagger / Open API specification * * The version of the OpenAPI document: 1.1.2-pre.0 * Contact: blah@cliffano.com * Generated by: https://openapi-generator.tech */ using System; using System.Linq; using System.Text; using System.Collections.Generic; u...
using System; using UnityEngine.Rendering; using System.Collections.Generic; using System.Runtime.InteropServices; namespace UnityEngine.Experimental.Rendering.HDPipeline { // Optimized version of 'DensityVolumeArtistParameters'. // TODO: pack better. This data structure contains a bunch of UNORMs. [Genera...
/* ==================================================================== 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...
// Licensed to the .NET Foundation under one or more agreements. // See the LICENSE file in the project root for more information. // (C) 2002 Ville Palo // (C) 2003 Martin Willemoes Hansen // Copyright (C) 2004 Novell, Inc (http://www.novell.com) // // Permission is hereby granted, free of charge, to any person obta...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using System.Xml.Serialization; using Microsoft.Te...
#region License, Terms and Author(s) // // ELMAH - Error Logging Modules and Handlers for ASP.NET // Copyright (c) 2004-9 Atif Aziz. All rights reserved. // // Author(s): // // Atif Aziz, http://www.raboof.com // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file excep...
using System; using System.IO; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using RestSharp; using Infoplus.Client; using Infoplus.Model; namespace Infoplus.Api { /// <summary> /// Represents a collection of functions to interact with the API endpoints ///...
// 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.Text; using System; using System.Globalization; using System.Diagnostics.Contracts; namespace System.T...
using Newtonsoft.Json.Linq; using Newtonsoft.Json.Serialization; using System.Collections.Specialized; using Xilium.CefGlue; namespace NetDimension.NanUI.Browser.ResourceHandler; public enum Method { /// <summary> /// The none. /// </summary> None, /// <summary> /// The get. /// </summary...
// Amplify Shader Editor - Visual Shader Editing Tool // Copyright (c) Amplify Creations, Lda <info@amplify.pt> using System; using UnityEngine; using System.Collections.Generic; using UnityEditor; namespace AmplifyShaderEditor { public enum eResizeAxis { X_AXIS, Y_AXIS, ALL } [Serializable] public sealed...
// 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 ManagedTests.DynamicCSharp.Conformance.dynamic.namedandoptional.decl.other.extension02.exten...
// 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.CompilerServices; using Xunit; namespace System.Data.SqlClient.ManualTesting.Tests { publi...
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...
// 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.Threading.Tasks; using Xunit; namespace System.Threading.Tests { /// <su...
// 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.Security; using Debug = System.Diagnostics.Debug; using System.Collections.Generic; using System.Thread...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Html; using OrchardCore.DisplayManagement.Descriptors; using OrchardCore.DisplayManagement.Shapes; using OrchardCore.DisplayManagement.ViewModels; using OrchardCore.Modules; using OrchardCore.Mvc....
using System; using static OneOf.Functions; namespace OneOf { public struct OneOf<T0, T1, T2, T3, T4, T5, T6> : IOneOf { readonly T0 _value0; readonly T1 _value1; readonly T2 _value2; readonly T3 _value3; readonly T4 _value4; readonly T5 _value5; readonly...
using System; using System.Collections; using System.Collections.Generic; using System.Globalization; using System.Linq; using Castle.Services.Transaction; using Cuyahoga.Core.Domain; using Cuyahoga.Core.DataAccess; namespace Cuyahoga.Core.Service.SiteStructure { /// <summary> /// Provides functionality to manage n...
// 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: A sorted dictionary. ** ** ...
// Copyright (c) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information. using System; using System.Windows.Input; using Microsoft.VisualStudio.TestTools.UnitTesting; using Prism.Commands; using System.Threading.Tasks; using Prism.Tests.Mocks.Commands; namespace Prism....
#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 // (...
#if !DISABLE_PLAYFABENTITY_API using PlayFab.ExperimentationModels; using PlayFab.Internal; #pragma warning disable 0649 using System; // This is required for the Obsolete Attribute flag // which is not always present in all API's #pragma warning restore 0649 using System.Collections.Generic; using System.Threading.T...