context
stringlengths
2.52k
185k
gt
stringclasses
1 value
// 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.IO.MemoryMappedFiles; using System.Runtime.InteropServices; using System.Diagnostics; using Xunit; [Collection("OpenExistin...
// // https://github.com/mythz/ServiceStack.Redis // ServiceStack.Redis: ECMA CLI Binding to the Redis key-value storage system // // Authors: // Demis Bellot (demis.bellot@gmail.com) // // Copyright 2013 ServiceStack. // // Licensed under the same terms of Redis and ServiceStack: new BSD license. // using System; u...
/* * Copyright (c) Citrix Systems, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1) Redistributions of source code must retain the above copyright * notice, this lis...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading; using Microsoft.CodeAnalysis.Editor.Host; using Microsoft.CodeAnalysis.Editor.Shared.Extensions; usi...
using System; using System.IO; using System.Web; using System.Xml; using umbraco.BusinessLogic; using umbraco.IO; namespace umbraco.presentation.channels.businesslogic { public class config { private static XmlDocument _metablogConfigFile; public static XmlDocument MetaBlogConfigFile {...
// CssToken.cs // // Copyright 2010 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by app...
// 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.Collections.Generic; using Microsoft.AspNetCore.Razor.Language.Intermediate; using Moq; using Xunit; namespace Microsoft.AspNetCore.Razor.Language.CodeGen...
// Copyright (c) Microsoft Corporation. All rights reserved. // // Licensed under the MIT License. See LICENSE.txt in the project root for license information. using System.Diagnostics; using System.Xml.Serialization; using System.Collections.Generic; using System.Text; using System.IO; using System; namespace CodeGe...
using System.Collections.Generic; using System.Linq; namespace EZData { public delegate void ItemInsertDelegate(int position, Context insertedItem); public delegate void ItemRemoveDelegate(int position); public delegate void ItemsClearDelegate(); public delegate void SelectionChangeDelegate(); publ...
// // NewImageDialog.cs // // Author: // Jonathan Pobst <monkey@jpobst.com> // // Copyright (c) 2015 Jonathan Pobst // // 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 re...
//----------------------------------------------------------------------- // <copyright file="SplashScreenForm.cs" company="None"> // Copyright (c) Brandon Wallace and Jesse Calhoun. All rights reserved. // </copyright> //----------------------------------------------------------------------- namespace TQVaultAE.GU...
// // Copyright (c) Microsoft and contributors. 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 requi...
// // Copyright (c) Microsoft and contributors. 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 requi...
using System; using System.Text.RegularExpressions; namespace Xsd2Db.CommandLineParser { /// <summary> /// Summary description for Parser. /// </summary> public sealed class Pattern { //#region -- Group Names (public) --------------------------------------------- /// <summary> /// The group names with whic...
// 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 TestHelper; /// <summary> /// Type.ToString() /// Returns a St...
// 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.Reflection.Internal; using System.Text; using Xunit; namespace System.Reflection.Metadata.Tests { ...
/* Matali Physics Demo Copyright (c) 2013 KOMIRES Sp. z o. o. */ using System; using System.Collections.Generic; using OpenTK; using OpenTK.Graphics.OpenGL; using Komires.MataliPhysics; namespace MataliPhysicsDemo { /// <summary> /// This is the main type for your game /// </summary> public cl...
/* * Location Intelligence APIs * * Incorporate our extensive geodata into everyday applications, business processes and workflows. * * OpenAPI spec version: 8.5.0 * * Generated by: https://github.com/swagger-api/swagger-codegen.git * * Licensed under the Apache License, Version 2.0 (the "License"); * you m...
// 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.IO; using System.Linq; using System.Threadi...
// 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.Runtime.Serialization; using System.Threadi...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: src/proto/grpc/testing/metrics.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...
using System; using System.Data; using System.Data.Common; namespace MyMeta.MySql5 { #if ENTERPRISE using System.Runtime.InteropServices; [ComVisible(true), ClassInterface(ClassInterfaceType.AutoDual), ComDefaultInterface(typeof(IForeignKeys))] #endif public class MySql5ForeignKeys : ForeignKeys { public MySql5...
using System; using System.Runtime.CompilerServices; namespace Lucene.Net.Util { /* * 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. ...
// 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; namespace System.Net.Http.Headers { // The purpose ...
using System.Collections.Generic; using System.Threading.Tasks; using Newtonsoft.Json; namespace Citrina { public class Fave : IFave { public Task<ApiRequest<bool?>> AddArticleApi(string url = null) { var request = new Dictionary<string, string> { ["url"]...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace Microsoft.Azure.Devices.Client { using System.Threading; using System.Security; using System; // IOThreadScheduler takes no locks due to 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; using TestSupport; namespace TestSupport.Collections { public class IEnumerable_Test { private IEnumerable _col...
// ---------------------------------------------------------------------------------- // // Copyright Microsoft Corporation // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apac...
namespace Modbus.Device { using System; using System.Collections.Concurrent; using System.Collections.ObjectModel; using System.Globalization; using System.Linq; using System.Net.Sockets; using System.Diagnostics; using System.IO; using System.Timers; using IO; /// <summary...
// 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.Reflection; using System.Threading; using System.Threading.Tasks; using Xunit...
#region Header // -------------------------------------------------------------------------- // Tethys.Silverlight // ========================================================================== // // This library contains common for .Net Windows applications. // // =======================================================...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace Banshee.Base.Gui.Dialogs { using Banshee.Base; using Banshee.Widgets; using Banshee.Configuration.Schema; using Banshee.Winforms...
// // MetaMetadataRepository.cs // s.im.pl serialization // // Generated by DotNetTranslator on 11/16/10. // Copyright 2010 Interface Ecology Lab. // using System; using System.Collections.Generic; using System.Diagnostics; using System.Reflection; using Ecologylab.BigSemantics.Connectors; using Ecologylab.BigSem...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Linq; using System.Reflection; namespace ReactNative.Bridge { /// <summary> /// A delegate factory that uses reflection to cr...
// // Term.cs // // Author: // Gabriel Burt <gabriel.burt@gmail.com> // Stephane Delcroix <stephane@delcroix.org> // Stephen Shaw <sshaw@decriptor.com> // // Copyright (C) 2013 Stephen Shaw // Copyright (C) 2007-2009 Novell, Inc. // Copyright (C) 2007 Gabriel Burt // Copyright (C) 2007-2009 Stephane Delcroix // /...
using System; using Xunit; using Medo.Text; using System.Globalization; namespace Tests.Medo.Text { public class ParameterExpansionTests { [Fact(DisplayName = "ParameterExpansion: Empty")] public void Empty() { var shell = new ParameterExpansion(); var output = shell.Expand...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Eto.Drawing; using aa = Android.App; using ac = Android.Content; using ao = Android.OS; using ar = Android.Runtime; using av = Android.Views; using aw = Android.Widget; using ag = Android.Graphics; namespace Eto.Android.Drawin...
// 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 OLEDB.Test.ModuleCore; using System.IO; using XmlCoreTest.Common; namespace System.Xml.Tests { [TestModul...
using UnityEngine; using System; using System.Collections; using System.Collections.Generic; using System.Text.RegularExpressions; using System.Linq; using System.Reflection; using System.Net; using Suntabu.Log; namespace CUDLR { struct QueuedCommand { public CommandAttribute command; public R...
namespace AngleSharp.Core.Tests.Html { using AngleSharp.Dom.Html; using NUnit.Framework; /// <summary> /// Tests generated according to the W3C-Test.org page: /// http://www.w3c-test.org/html/semantics/forms/constraints/form-validation-validity-tooShort.html /// </summary> [TestFixture] pu...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. //------------------------------------------------------------------------------ using System.Data.Common; using ...
// Copyright (c) Charlie Poole, Rob Prouse and Contributors. MIT License - see LICENSE.txt using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Reflection; using System.Security; using NUnit.Framework.Interfaces; using NUnit.Framework.Internal; using NUnit.Framework.I...
#region BSD License /* Copyright (c) 2012, Clarius Consulting All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of condi...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using Newtonsoft.Json; namespace iSukces.UnitedValues { public partial struct Mass { public Mass ConvertToKg() { return ConvertTo(MassUnits.Kg); } public Mass RoundKg(int ...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net.WebSockets; using System.Runtime.CompilerServices; using System.Text; using System.Threading; using System.Threading.Tasks; using Microsoft.AspNetCore.Http; using Microsoft.Extensions.DependencyInjection; using MorseL.C...
/* * 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...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Microsoft.Win32.SafeHandles; using System.Collections.Generic; using System.Runtime.InteropServices; using Sys...
// 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.Xml.XPath; using System.Diagnostics; using System.Globalization; namespace System.Xml { ...
//--------------------------------------------------------------------------- // // <copyright file="BezierSegment.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. // </copyright> // // This file was generated, please do not edit it directly. // // Please see http://wiki/default...
/* * 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) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.ServiceModel.Channels; using System.Xml; using System.Diagnostics; using System.Net.Security; using System.ServiceModel.Security; using System.ComponentMod...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; /* * dk.brics.automaton * * Copyright (c) 2001-2009 Anders Moeller * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided ...
// // Copyright (c) 2004-2017 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) 2008-2018, Hazelcast, 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 ...
// 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.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Threading; u...
using Newtonsoft.Json.Linq; using ReactNative.Bridge; using ReactNative.Bridge.Queue; using ReactNative.UIManager.Events; using System; using System.Collections.Generic; namespace ReactNative.UIManager { /// <summary> /// Native module to allow JavaScript to create and update native views. /// </summary> ...
// // Copyright (c) 2004-2011 Jaroslaw Kowalski <jaak@jkowalski.net> // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // // * Redistributions of source code must retain the above co...
// 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 file="ControlCollection.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //------------------------------------------------------------------------------ namespace Sy...
using System; using System.Collections; using System.IO; using Org.BouncyCastle.Asn1; using Org.BouncyCastle.Asn1.Ocsp; using Org.BouncyCastle.Asn1.X509; using Org.BouncyCastle.Crypto; using Org.BouncyCastle.Security; using Org.BouncyCastle.Security.Certificates; using Org.BouncyCastle.X509; using Org.BouncyCastle.X50...
namespace iTin.Export.Model { using System; using System.ComponentModel; using System.Diagnostics; using System.Globalization; using System.Linq; using System.Xml.Serialization; using Helpers; /// <summary> /// A Specialization of <see cref="T:iTin.Export.Model.BaseDataTypeModel" ...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using StreamSurfer.Models; using Microsoft.EntityFrameworkCore; using StreamSurfer.Services; using Microsoft.Extensions.Logging; using Newtonsoft.Json.Linq; namespace StreamSurfer.Controller...
// Copyright (c) 2015, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, // are permitted provided that the following conditions are met: // // - Redistributions of source code must retain the above copyright notice, this // list o...
using Akka.Actor; using EasyExecute.Common; using EasyExecuteLib; using System; using System.Linq; using System.Threading.Tasks; using Xunit; namespace EasyExecute.Tests { public class when_result_are_NOT_cached_by_id { [Fact] public void test_reactive() { var total = 100; ...
// 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.Linq; using Analyzer.Utilities; using Analyzer.Utilities.Exte...
using System; using System.IO; using System.Runtime.Serialization.Formatters; using System.Runtime.Serialization.Formatters.Binary; using Newtonsoft.Json; using NUnit.Framework; using Quartz.Impl.Triggers; namespace Quartz.Tests.Unit.Impl.Triggers { [TestFixture] public class AbstractTriggerTest { ...
/* * 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 2006 - 2010 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writin...
// // IFDEntryTag.cs: // // Author: // Ruben Vermeersch (ruben@savanne.be) // Mike Gemuende (mike@gemuende.de) // // Copyright (C) 2009-2010 Ruben Vermeersch // Copyright (C) 2009 Mike Gemuende // // This library is free software; you can redistribute it and/or modify // it under the terms of the GNU Lesser Genera...
// 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.Runtime.InteropServices; using Xunit; namespace Tests.System.Runtime.InteropServices { ...
//////////////////////////////////////////////////////////////////////////////// // // // MIT X11 license, Copyright (c) 2005-2006 by: // // ...
#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; /// <summary> /// System.Collections.Generic.List.IndexOf(T item, Int32) /// </summary> public class ListIndexOf2 { #region Public Methods public bool RunTests() { bool retVal = true; TestLibrary.TestFramework.LogInformation("[Positive]"); ...
// Copyright 2010-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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
using System; using System.Linq; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Reflection; using System.Text; using System.Threading; using NServiceKit.Text.Common; using NServiceKit.Text.Jsv; using NServiceKit.Text.Reflection; namespace NServiceKit.Text { /// <summary...
using u8 = System.Byte; using Pgno = System.UInt32; #if SQLITE_OMIT_WAL using Wal = System.Object; #endif namespace Community.CsharpSqlite { public partial class Sqlite3 { /* ** 2010 February 1 ** ** The author disclaims copyright to this source code. In place of ** a legal notice, here is a blessing: ...
using System; namespace NUnit.Framework { #region TypeAsserter /// <summary> /// The abstract asserter from which all specific type asserters /// will inherit from in order to limit code-reproduction. /// </summary> public abstract class TypeAsserter : AbstractAsserter { /// <summary> /// The expected Type ...
using System; using System.IO; namespace Moon.IO { /// <summary> /// Utility for dealing with file / folder paths. /// </summary> public static class Pathy { /// <summary> /// Returns random file name without extension. /// </summary> public static string GetRandomFi...
using System; using System.Threading; namespace Hydra.Framework.Queues { // // ********************************************************************** /// <summary> /// Allows concurrent execution of <see cref="WorkItem">work items</see>. /// </summary> /// <threadsafety static="true" instance="...
// ******************************************************************************************************** // Product Name: DotSpatial.Data.dll // Description: The data access libraries for the DotSpatial project. // *****************************************************************************************************...
// // Copyright (c) 2008-2011, Kenneth Bell // // 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, ...
/************************************************************************************ Copyright : Copyright 2014-Present Oculus VR, LLC. All Rights reserved. Licensed under the Oculus VR Rift SDK License Version 3.2 (the "License"); you may not use the Oculus VR Rift SDK except in compliance with the License, whi...
/* ==================================================================== Copyright (C) 2004-2008 fyiReporting Software, LLC This file is part of the fyiReporting RDL project. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. ...
// 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.Net.Security; using System.Net.Sockets; using System.Net.Test.Common; using System.Security.Cryptograph...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: video-catalog/video_catalog_service.proto #region Designer generated code using System; using System.Threading; using System.Threading.Tasks; using Grpc.Core; namespace KillrVideo.VideoCatalog { /// <summary> /// Service responsible for track...
/* ==================================================================== */ using System; using Oranikle.Report.Engine; using System.IO; using System.Collections; using System.Collections.Generic; using System.Drawing.Imaging; using System.Text; using System.Xml; using System.Globalization; using System.Drawing; ...
// Copyright(c) 2016, Michal Skalsky // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, // are permitted provided that the following conditions are met: // // 1. Redistributions of source code must retain the above copyright notice, // this list of co...
// 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.Security { using System; using System.Security.Util; using System.Security.Permissions;...
namespace RazorEngine.Templating { using System; using System.Diagnostics; using System.Diagnostics.Contracts; using System.IO; using System.Security; using System.Text; using System.Threading.Tasks; using Text; #if RAZOR4 using SectionAction = System.Action<System.IO.TextWriter>; #e...
/* * Exchange Web Services Managed API * * Copyright (c) Microsoft Corporation * All rights reserved. * * MIT License * * 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 restr...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Data; using System.Text; using System.Windows.Forms; using Palaso.UI.WindowsForms.Keyboarding; using Palaso.WritingSystems; namespace Palaso.UI.WindowsForms.WritingSystems { public partial class WSFontContr...
// 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...
// 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.Linq; using System.Reflection; using System.UnitTesting...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using DevExpress.XtraEditors; using Trionic5Tools; using DevExpress.XtraGrid.Views.Grid.ViewInfo; using Trionic5Controls; namespace T5Suite2 { public ...
// 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...
// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. using System.Collections.Generic; using System.Text.RegularExpressions; using System.Linq; using System; using System.Data.Linq; using System.Diagnostics; using Tools.DotNETCommon; namespace Tools.CrashReporter.CrashReportWebSite.Models { /// <summary> //...
using System; using System.Linq; using System.Net; using System.Collections.Generic; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using Orleans.Configuration; using Orleans.Hosting; using Orleans.ApplicationParts; using Orleans.CodeGenerat...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; using OmniSharp.Cake.Utilities; using OmniSharp.Models; using OmniSharp.Models.Navigate; using OmniSharp.Models.MembersTree; using OmniSharp.Models.Rename; using OmniSharp.Models.v1.Completion; using OmniSh...
// 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.Composition; using System.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis; 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. // ------------------------------------------------------------------------------ // Changes to this file must follow...