context
stringlengths
2.52k
185k
gt
stringclasses
1 value
using System; using System.Collections.Generic; using System.Reactive.Linq; using System.Reactive.Threading.Tasks; using MS.Core; namespace System.Security.Principal { public static class __WindowsIdentity { public static IObservable<System.Security.Principal.WindowsIdentity> GetCurrent() { ...
// 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 ...
#if UNITY_EDITOR_WIN using System.Collections; using System.Collections.Generic; using System.IO; using System; using System.Linq; using UnityEngine; using UnityEditor; #if UNITY_2018_1_OR_NEWER using UnityEditor.Build.Reporting; #endif public class OVRBundleManager { public const string TRANSITION_APK_VERSION_NAME ...
using UnityEngine; using System.Collections.Generic; using Pathfinding.Util; namespace Pathfinding { [AddComponentMenu("Pathfinding/Modifiers/Funnel")] [System.Serializable] /** Simplifies paths on navmesh graphs using the funnel algorithm. * The funnel algorithm is an algorithm which can, given a path corridor w...
// 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.Globalization; using System.Numerics; using System.Reflection; using Scriban.Helpers; using Scriban....
//----------------------------------------------------------------------------- // Copyright (c) 2013 GarageGames, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to // deal in the Software without restrictio...
/* * 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.Linq; using System.Threading.Tasks; using Microsoft.Extensions.Logging; using Orleans.Streams; using Orleans.Runtime.Scheduler; using Orleans.Runtime.Versions; using Orleans.Versions; using Orleans.Versions.Compatibility; using Orleans.Versions.Selector; nam...
//----------------------------------------------------------------------- // <copyright file="DateAndTime.cs">(c) http://www.codeplex.com/MSBuildExtensionPack. This source is subject to the Microsoft Permissive License. See http://www.microsoft.com/resources/sharedsource/licensingbasics/sharedsourcelicenses.mspx. All o...
using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; namespace EncompassRest.Loans { /// <summary> /// DocumentLog /// </summary> public sealed partial class DocumentLog : DirtyExtensibleObject, IIdentifiable { private DirtyValue<string?>? _accessedBy; ...
using System; using System.IO; using System.Collections; using System.Collections.Generic; namespace ClickHouse.Ado.Impl.ATG.Insert { internal class Token { public int kind; // token kind public int pos; // token position in bytes in the source text (starting at 0) public int charPos; // token position in...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Concurrent; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Testing; namespace Microsoft.AspNetCore.Analyzers; public abstract class StartupAnal...
// // System.Web.UI/KeyedList.cs // // Author: Todd Berman <tberman@gentoo.org> // // (C) 2003 Todd Berman // // 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, includin...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using Orleans.Runtime; using Orleans.Serialization.TypeSystem; namespace Orleans.CodeGeneration { internal static class GrainInterfaceUtils { public static bool IsGrainInterface(Type t) { if ...
// // 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. // Licensed under the MIT License. using System; using System.Collections.ObjectModel; using System.IO; using System.Management.Automation; using System.Management.Automation.Internal; namespace Microsoft.PowerShell.Commands { /// <summary> /// Implements the start-tran...
// 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.Dynamic.Utils; using System.Reflection; namespace System.Linq....
//********************************************************* // // Copyright (c) Microsoft. All rights reserved. // This code is licensed under the MIT License (MIT). // THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY // IMPLIED WARRANTIES OF FITNESS FOR A PARTICUL...
using System; using System.Text; using System.Data; using System.Data.SqlClient; using System.Data.Common; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Configuration; using System.Xml; using System.Xml.Serialization; using SubSonic; using SubSonic.Utilities;...
// Copyright 2005-2010 Gallio Project - http://www.gallio.org/ // Portions Copyright 2000-2004 Jonathan de Halleux // // 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. using System; using System.Diagnostics; using System.IO; using System.Collections.Generic; namespace OLEDB.Test.Mod...
using System; using System.Data; using System.Data.SqlClient; using Csla; using Csla.Data; namespace SelfLoadSoftDelete.Business.ERLevel { /// <summary> /// G06_Country (editable child object).<br/> /// This is a generated base class of <see cref="G06_Country"/> business object. /// </summary> ///...
using System; using System.Collections; using System.ComponentModel; using System.ComponentModel.Design; using GuruComponents.Netrix; using GuruComponents.Netrix.ComInterop; using GuruComponents.Netrix.Events; using GuruComponents.Netrix.WebEditing.Elements; using GuruComponents.Netrix.PlugIns; using System.Collection...
using UnityEngine; using System.Collections; public class OTScale9Sprite : OTSprite { public enum SideFillType { Scale, Repeat }; public OTScale9Margins _margins = new OTScale9Margins(); // public SideFillType _fillSide = SideFillType.Scale; //---------------------------------------------------------...
// 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.Diagnostics; using System.Linq; using GraphX.Measure; using GraphX.Common.Interfaces; using QuikGraph; namespace GraphX.Logic.Algorithms.LayoutAlgorithms { /*public abstract class ParameterizedLayoutAlgorithmBase<TVertex, TEdge, TGraph, TVertexInfo, TEdgeIn...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Collections.Generic; using Xunit; namespace System.IO.MemoryMappedFiles.Tests { public class MemoryMappedFileTests_CreateOrOpen : MemoryMappedFilesTes...
// <developer>niklas@protocol7.com</developer> // <completed>100</completed> using System; using System.Xml; using SharpVectors.Dom.Events; namespace SharpVectors.Dom.Svg { /// <summary> /// The SVGRectElement interface corresponds to the 'rect' element. /// </summary> public sealed class SvgRectEle...
#region License // Copyright (c) 2007 James Newton-King // // 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, ...
// // 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...
// 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; namespace System.Runtime.Serialization { #if uapaot public class XmlObjectSerializerRe...
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information. namespace System.Data.Entity.Core.Mapping { using System.Data.Entity.Core.Metadata.Edm; using System.Data.Entity.Resources; using System.Linq; using Xunit; public cl...
// ZipNameTransform.cs // // Copyright 2005 John Reilly // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; either version 2 // of the License, or (at your option) any later version. // // Thi...
// ReSharper disable All using System.Collections.Generic; using System.Dynamic; using System.Net; using System.Net.Http; using System.Web.Http; using System.Web.Http.Controllers; using Frapid.ApplicationState.Cache; using Frapid.ApplicationState.Models; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using Frapid.C...
// <copyright file="PlayGamesLocalUser.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/license...
// Copyright 2011 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicabl...
using UnityEngine; using System; using System.Text; using System.Collections; namespace TeamUtility.IO { #region [Enumerations] public enum InputDPADButton { Left, Right, Up, Down, Left_Up, Right_Up, Left_Down, Right_Down, Any } public enum InputTriggerButton { Left, Right, Any } public enum InputT...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // The decoder (implemented as visitors for the IL) using System; using Generics = System.Collections.Generic; using Microsoft.Research.DataStructures; using System.Di...
// 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; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Text.RegularExpressions; us...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. namespace System.Xml.Schema { using System; using System.ComponentModel; using System.Xml.Serialization;...
using NuGet.Test.Utility; using System; using System.Collections.Generic; using System.Linq; using System.Xml.Linq; using Xunit; namespace NuGet.Test { public class XmlExtensionsTest { [Fact] public void MergingWithSameTagDifferentAttributesWithNoConflictsMergesAttributes() { ...
using System; namespace Org.BouncyCastle.Crypto.Utilities { internal sealed class Pack { private Pack() { } internal static void UInt16_To_BE(ushort n, byte[] bs) { bs[0] = (byte)(n >> 8); bs[1] = (byte)(n); } internal static voi...
// dnlib: See LICENSE.txt for more info namespace dnlib.DotNet.MD { #pragma warning disable 1591 // Missing XML comment for publicly visible type or member /// <summary> /// Raw contents of an uncompressed Module table row /// </summary> public readonly struct RawModuleRow { public readonly ushort Generation; ...
/* * 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 list ...
/* * ResourcePermissionBase.cs - Implementation of the * "System.Diagnostics.ResourcePermissionBase" class. * * Copyright (C) 2003 Southern Storm Software, Pty Ltd. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by ...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: POGOProtos/Networking/Responses/GetIncensePokemonResponse.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...
using Nito.AsyncEx; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using WalletWasabi.Crypto.Randomness; using WalletWasabi.Io; using WalletWasabi.Tests.Helpers; using Xunit; namespace WalletWasabi.Tests.UnitT...
using System; using System.Windows; using System.Windows.Controls; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; namespace SyNet.GuiHelpers.DragDropManager { public static class DragDropManager { private static readonly string DragOffsetFormat = "DnD.DragOffset"; ...
using System.Collections.Generic; using System.Collections.Specialized; using System.Linq; using System.Security.Authentication; using System.Security.Cryptography.X509Certificates; using System.Web; using System.Web.Mvc; using System.Web.Routing; using Newtonsoft.Json.Linq; using Orchard.ContentManagement; using Orcha...
// // Copyright (c) 2004-2020 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...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Web.Http; using System.Web.Http.Controllers; using Syst...
using System; using System.Diagnostics; using System.IO; using System.Linq; using IG.CommonLogging.Appenders.MailRecipientManagement; using IG.CommonLogging.Serializers.Xml2CSharp; using IG.Extensions; using IG.XmlTools; using log4net; using Newtonsoft.Json; namespace IG.CommonLogging { public enum MailNotificati...
using System; using QuickGraph.Concepts; using QuickGraph.Concepts.Traversals; using QuickGraph.Concepts.Algorithms; using QuickGraph.Concepts.Collections; using QuickGraph.Collections; using QuickGraph.Collections.Filtered; using QuickGraph.Predicates; using QuickGraph.Algorithms.Visitors; using QuickGraph.Algorithms....
// 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
using Sigma.Core; using Sigma.Core.Architecture; using Sigma.Core.Data.Datasets; using Sigma.Core.Data.Extractors; using Sigma.Core.Data.Iterators; using Sigma.Core.Data.Preprocessors; using Sigma.Core.Data.Readers; using Sigma.Core.Data.Sources; using Sigma.Core.Handlers; using Sigma.Core.Handlers.Backends.SigmaDiff.N...
// ************************ CommentRemover : char ************************ // // Parse : '\'' = ParseSingleQuotes, '"' = ParseDoubleQuotes, // '/' = ParseCommentType, default = Parse; // ParseCommentType : '/' = ParseSingleComment, '*' = ParseMultiComment, // default = IllegalCommentType; // ParseSingleC...
using System; using System.Collections; using System.Collections.Generic; using System.Globalization; using System.Runtime.InteropServices; using System.Runtime.Serialization; using System.Numerics; using System.Linq; using NUnit.Framework; using Newtonsoft.Json; using GlmSharp; // ReSharper disable InconsistentNaming...
/* * 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) 2007, Clarius Consulting, Manas Technology Solutions, InSTEDD. // All rights reserved. Licensed under the BSD 3-Clause License; see License.txt. using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.Linq; using System.Linq.Expressions; using...
/* **************************************************************************** * * 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 ...
// Copyright (c) 2012-2014 Sharpex2D - Kevin Scholz (ThuCommix) // // 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, ...
//----------------------------------------------------------------------------- // Filename: SDP.cs // // Description: Session Description Protocol implementation as defined in RFC 2327. // // Relevant Bits from the RFC: // "SDP is intended for describing mulitmedia sessions for the purposes of session // announcement,...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Xunit; namespace System.Collections.Tests { public static class DictionaryBaseTests { private...
// 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.ServiceModel.Channels; using System.Xml; using System.Diagnostics; using System.Net.Security; using Sy...
using System; using System.Collections.Generic; using System.Linq; using System.Security.Claims; using System.Threading.Tasks; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Identity; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Rendering; using Microsoft.Extensions.Logging; usin...
// 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.IO; using System.Xml; using Microsoft.Test.ModuleCore; namespace CoreXml.Test.XLinq { ...
// 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 ...
// 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.CompilerServices; namespace System.Threading { /// <summary> ...
#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...
/* * 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...
/* * C# port of Mozilla Character Set Detector * https://code.google.com/p/chardetsharp/ * * Original Mozilla License Block follows * */ #region License Block // Version: MPL 1.1/GPL 2.0/LGPL 2.1 // // The contents of this file are subject to the Mozilla Public License Version // 1.1 (the "License"); you may ...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: crm/guests/guest_checked_in.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 sc...
// ******************************************************************************************************** // Product Name: DotSpatial.Symbology.Forms.dll // Description: The core assembly for the DotSpatial 6.0 distribution. // *****************************************************************************************...
// 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 MatterHackers.Agg.Font; using MatterHackers.Agg.Image; using MatterHackers.Agg.RasterizerScanline; using MatterHackers.Agg.Transform; using MatterHackers.Agg.UI; using MatterHackers.Agg.VertexSource; using MatterHackers.VectorMath; using System; namespace MatterHackers.Agg { public class FontHinter : GuiWidget ...
// Copyright 2018 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 ...
/* ==================================================================== Copyright (C) 2004-2008 fyiReporting Software, LLC Copyright (C) 2011 Peter Gill <peter@majorsilence.com> This file is part of the fyiReporting RDL project. Licensed under the Apache License, Version 2.0 (the "License"); you may...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the Apache 2.0 License. // See the LICENSE file in the project root for more information. using System; using System.Collections; using System.Collections.Generic; using IronPython.Runtime.Operation...
using System; using System.Threading; using Microsoft.Research.Joins; using System.Diagnostics; // Micro-benchmark pitting Comega OnePlaceBuffer (hand-translated) against Joins version. namespace Comega { internal class CallQ<A> { internal class CyclicList { internal A mHead; internal CyclicList m...
// Copyright (c) The Avalonia Project. All rights reserved. // Licensed under the MIT license. See licence.md file in the project root for full license information. using Avalonia.Controls.Presenters; using Avalonia.Controls.Primitives; using Avalonia.Controls.Templates; using Avalonia.LogicalTree; using Avalonia.Styl...
// 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.Globalization; using System.IO; using System.Threading; using System.Xml; using System.Xm...
using System; using System.Linq; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using ProjectTracker.Library; using Csla.Security; namespace PTWin { public partial class MainForm : Form { public MainForm() ...
// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. namespace searchservice { using Models; using System.Threading; using System.Threading.Tasks; /// <summary> /// Extension methods for Indexes. ...
#region Using Directives using System; using System.Collections.Generic; using System.ComponentModel; using System.IO; #endregion Using Directives namespace ScintillaNET { [TypeConverterAttribute(typeof(System.ComponentModel.ExpandableObjectConverter))] public class Lexing : TopLevelHelper { #re...
// NoteDataXML_Timeline.cs // // Copyright (c) 2013 Brent Knowles (http://www.brentknowles.com) // // 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 l...
// 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.Data { internal readonly struct DataKey { private const ...
/* * Deed API * * Land Registry Deed API * * OpenAPI spec version: 1.3.8 * * Generated by: https://github.com/swagger-api/swagger-codegen.git * * 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...
namespace iControl { using System.Xml.Serialization; using System.Web.Services; using System.ComponentModel; using System.Web.Services.Protocols; using System; using System.Diagnostics; /// <remarks/> [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")] [System.Diagnostics.DebuggerStepTh...
// // 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) 2007-2009, openmetaverse.org * All rights reserved. * * - Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * - Redistributions of source code must retain the above copyright notice, this * li...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. namespace CustomerInsights.Tests.Tests { using System; using System.Collections.Generic; using System.Linq; using Microsoft.Azure.Management.Cust...
using System.Security; using System; using System.Runtime.InteropServices; // For SafeHandle [SecurityCritical] public class MySafeValidHandle : SafeHandle { [SecurityCritical] public MySafeValidHandle() : base(IntPtr.Zero, true) { } public override bool IsInvalid { [SecurityCr...
namespace FakeItEasy.Tests { using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using FakeItEasy.Configuration; using FakeItEasy.Core; using FakeItEasy.Tests.TestHelpers; using FluentAssertions; using Xunit; public class OutAndRefPa...
using System; using System.Collections.Generic; using GitVersion; using NUnit.Framework; using Shouldly; [TestFixture] public class ArgumentParserTests { [Test] public void Empty_means_use_current_directory() { var arguments = ArgumentParser.ParseArguments(""); arguments.TargetPath.ShouldBe...
using System; using System.Text; using System.Data; using System.Data.SqlClient; using System.Data.Common; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Configuration; using System.Xml; using System.Xml.Serialization; using SubSonic; using SubSonic.Utilities;...
// Copyright (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.Immutable; using System.Linq; using Microsoft.CodeAnalysis.CodeGen; using Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.Code...
using System; using System.Diagnostics; using System.Runtime.InteropServices; namespace NAudio.Wave.Compression { /// <summary> /// AcmStream encapsulates an Audio Compression Manager Stream /// used to convert audio from one format to another /// </summary> public class AcmStream : IDispos...
using System.Collections; using System.ComponentModel; using System.Reflection; using System.Globalization; namespace System.ComponentModel { /// <summary> /// TypeDescriptorEvaluator /// </summary> //+ copied from DataSourceHelper:DataBinder public class TypeDescriptorEvaluator { privat...
//Copyright (c) 2007-2010, Adolfo Marinucci //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 conditio...
// CodeContracts // // 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 restriction, including wit...