context
stringlengths
2.52k
185k
gt
stringclasses
1 value
// 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. namespa...
using Xunit; using System; using System.Xml; namespace XmlDocumentTests.XmlNodeTests { public class RemoveChildTests { private static readonly XmlNodeType[] XmlNodeTypes = new XmlNodeType[] { XmlNodeType.Whitespace, XmlNodeType.SignificantWhitespace, XmlNodeType.CDATA, XmlNodeType.Text, XmlNodeType.Com...
// Copyright 2017 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, software ...
// *********************************************************************** // Copyright (c) 2015 Charlie Poole, Rob Prouse // // 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 restri...
// 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 Microsoft.Build.Collections; using System; using Microsoft.Build.Evaluation; using Microsoft.Build.UnitTests; using Microsoft.Bu...
// This file is part of the re-linq project (relinq.codeplex.com) // Copyright (C) 2005-2009 rubicon informationstechnologie gmbh, www.rubicon.eu // // re-linq is free software; you can redistribute it and/or modify it under // the terms of the GNU Lesser General Public License as published by the // Free Software F...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Globalization; namespace System.Numerics { /// <summary> /// A structure encapsulating a 3x2 matrix. /// </summary> public struct Matrix3x...
using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Linq.Expressions; using System.Reflection; using System.Runtime.Remoting.Messaging; using System.Runtime.Serialization; using PSycheTest.Runners.Framework.Utilities.Reflection; using Xu...
namespace ZetaResourceEditor.UI.Main.LeftTree { partial class ProjectFilesUserControl { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="dispo...
// Copyright (c) Brock Allen & Dominick Baier. All rights reserved. // Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information. using IdentityModel; using IdentityServer4.Events; using IdentityServer4.Extensions; using IdentityServer4.Models; using IdentityServer4.Servi...
// 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.Diagnostics; using System.IO; using System.Linq; using System.Runtime.InteropServices; using Syst...
// 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.Contracts; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; na...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.IO; using System.Linq; namespace NuGet { // REVIEW: Do we need this class? Should this logic be moved to ProjectManager? public static class ProjectSystemExtensions { public...
//------------------------------------------------------------------------------ // <copyright file="ObjectListItem.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //-------------------------------...
// Copyright 2021 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 // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
using System; using System.Collections.Generic; using System.Linq; using System.Runtime.CompilerServices; using System.Text; using Qwack.Math.Extensions; using static System.Math; namespace Qwack.Math { public static class Integration { public static double TrapezoidRule(Func<double, double> f, double ...
using System; using System.Xml; using System.Collections; using System.Collections.Generic; using System.Data; using System.Data.OleDb; namespace MyMeta { #if ENTERPRISE using System.Runtime.InteropServices; [ComVisible(false), ClassInterface(ClassInterfaceType.AutoDual)] #endif public class Procedures : Collectio...
using System; using System.IO; using System.Reflection; using ToolKit.Cryptography; using Xunit; namespace UnitTests.Cryptography { [System.Diagnostics.CodeAnalysis.SuppressMessage( "StyleCop.CSharp.DocumentationRules", "SA1600:ElementsMustBeDocumented", Justification = "Test Suites do not ...
// 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.Drawing { public sealed class Pens { private static readonly object s_transparentKe...
#region File Description //----------------------------------------------------------------------------- // InputState.cs // // Microsoft XNA Community Game Platform // Copyright (C) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- #endregion #...
using System; using System.Text.RegularExpressions; using Platform.Text; namespace Platform.VirtualFileSystem.Providers.Local { [Serializable] public class LocalNodeAddress : AbstractNodeAddressWithRootPart { private static readonly Regex localFileNameRegEx; public const string LowerAlphabet = "abcdefghijkl...
using System; using System.Diagnostics.CodeAnalysis; using System.IO; using System.Security.Cryptography; using Common.Logging; using ToolKit.Validation; namespace ToolKit.Cryptography { /// <summary> /// Hash functions are fundamental to modern cryptography. These functions map binary strings of /// an ar...
// 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. // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // AsynchronousOneToOne...
//--------------------------------------------------------------------- // This file is part of the CLR Managed Debugger (mdbg) Sample. // // Copyright (C) Microsoft Corporation. All rights reserved. // // Part of managed wrappers for native debugging APIs. // NativeImports.cs: raw definitions of native methods and...
using System; using System.Collections; namespace Greatbone { /// <summary> /// A JSON array model. /// </summary> public class JArr : ISource, IEnumerable { // array elements JMbr[] elements; int count; int current; public JArr(int capacity = 16) ...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/protobuf/type.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 = glo...
//----------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.ServiceModel.Channels { using System.Runtime; using System.Threading; ...
//------------------------------------------------------------------------------ // <copyright file="StringUtil.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //-----------------------------------...
using System; using System.Collections.Generic; using System.Linq; using System.Security.Claims; using System.Threading; using System.Threading.Tasks; using Abp.Authorization.Users; using Abp.Dependency; using Abp.Domain.Repositories; using Abp.Domain.Uow; using Abp.Extensions; using Abp.Zero; using Castle.Core.Logging...
using System; using System.Diagnostics; using System.Collections.Generic; using System.Drawing; using Microsoft.DirectX; using Microsoft.DirectX.Direct3D; namespace Simbiosis { /// <summary> /// A 3D sphere for debugging /// </summary> public class Marker { //---------- STATIC MEMBERS = list of markers -------...
namespace DwarfFortressMapCompressor { partial class MapViewer { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </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...
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ /...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Buffers; using System.IO.Pipelines; using System.Linq; using System.Net.WebSockets; using System.Text; using System.Threading; using System.Threading.Tasks...
using System; using System.Collections.Concurrent; using System.Data.Common; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; using NServiceBus.Persistence.Sql.ScriptBuilder; using NServiceBus.Unicast.Subscriptions; using NServiceBus.Unicast.Subscriptions.MessageDrivenSubscriptions; using NUni...
using Microsoft.TeamFoundation.Build.WebApi; using Microsoft.TeamFoundation.DistributedTask.WebApi; using Microsoft.VisualStudio.Services.Agent.Util; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; namespace Microsoft.VisualStudi...
/******************************************************************** The Multiverse Platform is made available under the MIT License. Copyright (c) 2012 The Multiverse Foundation Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "...
//CPOL, 2010, Stan Kirk //MIT, 2015-present, EngineKit using System; using System.IO; using System.Net; namespace SharpConnect { #if DEBUG static class dbugLOG { //object that will be used to lock the listOfDataHolders static readonly object lockerForList = new object(); //If you make...
// 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 System.Threading; using System.Collections; using System.IO; using System.Data; using System.Data.SqlClient; using System.Messaging; using System.Runtime.InteropServices; using klServiceCore; namespace klServiceCore { public class klDLLImports { //[DllImport("kldll.dll", EntryPoint="#3",CharS...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace NinjectWebApi.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populate it wi...
// Copyright 2021 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 // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
using System; using UnityEngine; namespace UnityEditor { internal class MK_StandardShaderGUI : ShaderGUI { private enum WorkflowMode { Specular, Metallic, Dielectric } public enum BlendMode { Opaque, Cutout, Fade, // Old school alpha-blending mode, fresnel does not affect amount of transparency Tr...
using System; using System.Collections.Generic; using System.Linq; using Nop.Core; using Nop.Core.Caching; using Nop.Core.Data; using Nop.Core.Domain.Catalog; using Nop.Services.Events; namespace Nop.Services.Catalog { /// <summary> /// Product attribute service /// </summary> public partial class Prod...
// 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.Collections.ObjectModel; using System.Diagnostics; using System.Diagn...
// 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 not ...
/* * 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 Lucene.Net.Attributes; using Lucene.Net.Documents; namespace Lucene.Net.Search { using NUnit.Framework; /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional in...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #region Using directives using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Management.Automation; #endregion namespace Microsoft.Management.Infras...
// 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.Diagnostics; using System.Runtime.InteropServices; using System.Thre...
/* ==================================================================== 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...
// ******************************************************************************************************** // Product Name: DotSpatial.Data.Forms.dll // Description: A dynamically loaded extension with a toolkit. // ******************************************************************************************************...
// // CodeWriter.cs // // Author: // Jb Evain (jbevain@gmail.com) // // (C) 2005 - 2007 Jb Evain // // 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 // with...
// 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.Diagnostics; using System.Xml.XPath; namespace MS.Internal.Xml.Cache { /// <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; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; using System.Linq; using System.Threading; using...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.Diagnostics; using System.IO; using System.Linq; using System.Net.Http; using System.Reflection; using System.Runtime.InteropServices; using System.Text; using System.Threading.Tasks; using Azure....
using System; using System.IO; using System.Reflection; using System.Text; using System.Linq; namespace SpecUnit.Report { public interface IReportGenerator { void WriteReport(Assembly assemblyUnderTest); } public class ReportGenerator : IReportGenerator { public virtual void WriteReport(Assembly assemblyUnde...
namespace Epi.Data.SqlServer.Forms { partial class ConnectionStringDialog { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// <...
//------------------------------------------------------------------------------- // <copyright file="StateMachineTest.cs" company="Appccelerate"> // Copyright (c) 2008-2019 Appccelerate // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with th...
#region Copyright //////////////////////////////////////////////////////////////////////////////// // The following FIT Protocol software provided may be used with FIT protocol // devices only and remains the copyrighted property of Dynastream Innovations Inc. // The software is being provided on an "as-is" basis and a...
namespace StockSharp.Algo.Storages.Binary { using System; using System.Collections.Generic; using System.IO; using System.Linq; using Ecng.Collections; using Ecng.Common; using StockSharp.Localization; using StockSharp.Messages; class PositionMetaInfo : BinaryMetaInfo { public PositionMetaInfo(DateTime d...
using System; using System.Collections.Generic; using System.Reactive; using System.Reactive.Linq; using System.Reactive.Subjects; using Microsoft.Reactive.Testing; using Avalonia.Data; using Avalonia.Data.Core; using Avalonia.UnitTests; using Xunit; using System.Threading.Tasks; using Avalonia.Markup.Parsers; using Av...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; using Microsoft.Rest.Azure; using Microsoft.Azure.Mana...
//------------------------------------------------------------------------------ // <copyright file="PerformanceCounterCategory.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //------------------------------------------------------------------------------ nam...
using System; using System.Collections.Generic; using System.Net; using System.Threading.Tasks; using NSubstitute; using Xunit; namespace Octokit.Tests.Clients { /// <summary> /// Client tests mostly just need to make sure they call the IApiConnection with the correct /// relative Uri. No need to fake up ...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using NonSilo.Tests.Utilities; using NSubstitute; using Orleans; using Orleans.Configurati...
// 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.Runtime; using System.Runtime.CompilerServices; #if BIT64 using nuint = Syst...
// // SubSonic - http://subsonicproject.com // // The contents of this file are subject to the New BSD // License (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.opensource.org/licenses/bsd-license.php // // Softw...
// $ANTLR 2.7.5 (20050128): "CppHeader.g" -> "CppHeader.cs"$ using antlr; // Generate header specific to lexer CSharp file using System; using Stream = System.IO.Stream; using TextReader = System.IO.TextReader; using Hashtable = System.Collectio...
#region Header // // Copyright 2003-2019 by Autodesk, Inc. // // Permission to use, copy, modify, and distribute this software in // object code form for any purpose and without fee is hereby granted, // provided that the above copyright notice appears in all copies and // that both that copyright notice and the lim...
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...
// // Copyright 2012-2013, Xamarin 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 appli...
using Aardvark.Base; using System; using System.Collections.Generic; using System.Xml.Linq; namespace Aardvark.Base.Coder { // AUTO GENERATED CODE - DO NOT CHANGE! //# var directlyCodeableTypes = Meta.DirectlyCodeableTypes.Map(t =>t.Name); //# var geometryTypes = Meta.GeometryTypes.Map(t => t.Name); /...
// Copyright (c) Alexandre Mutel. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. #nullable disable using System; using System.Collections.Generic; using Scriban.Parsing; using Scriban.Runtime; using Scriban.Syntax; namespace ...
using AutoMapper; using FizzWare.NBuilder; using Moq; using NUnit.Framework; using ReMi.BusinessEntities.Api; using ReMi.DataAccess.BusinessEntityGateways.Auth; using System; using System.Collections.Generic; using System.Linq; using ReMi.Common.Utils.Repository; using ReMi.Contracts.Plugins.Data; using ReMi.TestUtils....
using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Text; namespace SineSignal.Ottoman.Serialization { public sealed class JsonWriter { private static NumberFormatInfo numberFormatInfo; private StringBuilder internalStringBuilder; private TextWriter writ...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Xml; using Nop.Core.Domain.Catalog; namespace Nop.Services.Catalog { /// <summary> /// Product attribute parser /// </summary> public partial class ProductAttributeParser : IProductAttributeParser ...
// // Copyright (c) 2004-2021 Jaroslaw Kowalski <jaak@jkowalski.net>, Kim Christensen, Julian Verdurmen // // 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 s...
// 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...
// 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.IO; using System.Xml; using System.Collections; using OLEDB.Test.ModuleCore; using XmlCoreTest.Common; namespace XmlReaderTest.Common { ...
using System; using System.ComponentModel; using System.Drawing; using System.Drawing.Drawing2D; using System.Windows.Forms; using System.Runtime.InteropServices; using System.Security.Permissions; using System.Diagnostics.CodeAnalysis; namespace WeifenLuo.WinFormsUI.Docking { [ToolboxItem(false)] public parti...
// <copyright file="TurnBasedMatch.cs" company="Google Inc."> // Copyright (C) 2014 Google 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/LI...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.ComponentModel; using System.Threading; using System.Threading.Tasks; using Xunit; namespace System.ComponentModel.EventBasedAsync { public class Asyn...
// 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 1.0.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. n...
//-------------------------------------------------------------------------------------------------- // // Copyright (c) Microsoft Corporation. All rights reserved. // // Description: Impelementation of ArcSegment // // History: // //----------------------------------------------------------------------------------...
using CrystalDecisions.CrystalReports.Engine; using CrystalDecisions.Windows.Forms; using DpSdkEngLib; using DPSDKOPSLib; using Microsoft.VisualBasic; using System; using System.Collections; using System.Collections.Generic; using System.Drawing; using System.Diagnostics; using System.Windows.Forms; using System.Linq; ...
using UnityEditor; using UnityEngine; using System.Collections.Generic; using System.IO; [InitializeOnLoad] public static class tk2dEditorUtility { public static double version = 2.3; public static int releaseId = 3; // < -10001 = alpha 1, other negative = beta release, 0 = final, positive = final hotfix static tk...
using System; using System.Runtime.InteropServices; using Clutter; public static class TestCoglVertexBuffer { // Defines the size and resolution of the quad mesh we morph: const int MESH_WIDTH = 100; // number of quads along x axis const int MESH_HEIGHT = 100; // number of quads along y ax...
// 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 Orleans.Runtime.Scheduler; using Orleans.Runtime.Versions; using Orleans.Runtime.Versions.Compatibility; namespace Orleans.Runtime { /// <summary> /// Responsible for scheduling incoming messages for an activation. /// </summary> internal class ActivationMessageScheduler { ...
// 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.VisualStudio.Shell; [assembly: ProvideBindingRedirection( AssemblyName = "Microsoft.Build.Tasks.CodeAnalysis", OldVersionLowerBound =...
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;...
using System; using System.Text; using System.Threading.Tasks; using System.Xml; using AspNetCore.XmlRpc.Extensions; namespace AspNetCore.XmlRpc { public class XmlRpcHandler : IXmlRpcHandler { public XmlRpcHandler() { } public bool CanProcess(XmlRpcContext context) { ...
using System; using System.Collections.Generic; using System.Text; using CodeEditor.Text.Data; using UnityEngine; namespace CodeEditor.Text.UI.Unity.Engine.Implementation { /* Plain text [PT] (the actual text document state). Used for: Inserting/deleting char at caret position/selection in document RenderText wit...
using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Threading; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Http; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; using HetsApi.Authorization; u...
/* * ****************************************************************************** * Copyright 2014-2016 Spectra Logic 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. A copy of the License i...
// 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 ...
/* **************************************************************************** * * 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 ...
// 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 System.Collections.Generic; using System.Data; using System.Linq; using bv.common.Core; using bv.common.db; using bv.common.db.Core; using DevExpress.Data.Filtering; using DevExpress.Data.PivotGrid; using DevExpress.Utils; using DevExpress.XtraPivotGrid; using EIDSS; using eidss.avr.db.DBService.Dat...