context
stringlengths
2.52k
185k
gt
stringclasses
1 value
using System; using System.Text; using System.Data; using System.Data.SqlClient; using System.Data.Common; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Configuration; using System.Xml; using System.Xml.Serialization; using SubSonic; using SubSonic.Utilities;...
// Licensed to the .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 Internal.TypeSystem; namespace Internal.Runtime { internal stati...
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------ namespace System.ServiceModel.Security { using System; using System.ServiceModel.Channels; using System.ServiceModel; ...
/* Copyright (c) 2010-2015 by Genstein and Jason Lautzenheiser. This file is (or was originally) part of Trizbort, the Interactive Fiction Mapper. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal ...
// 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...
// Copyright 2007-2016 Chris Patterson, Dru Sellers, Travis Smith, et. al. // // Licensed under the Apache License, Version 2.0 (the "License"); you may not use // this file except in compliance with the License. You may obtain a copy of the // License at // // http://www.apache.org/licenses/LICENSE-2.0 // /...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Reflection; using System.Reflection.Emit; using Xunit; namespace System.Linq.Expressions.Tests { p...
using Newtonsoft.Json; using Q42.HueApi.Converters; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Q42.HueApi.Models.Gamut { /// <summary> /// Represents a gamut with red, green and blue primaries in CIE1931 color space. /// </summary...
using System; using System.Globalization; using System.Linq; using System.Threading.Tasks; using Orleans; using Orleans.Runtime; using Orleans.Storage; using UnitTests.StorageTests.Relational.TestDataSets; using Xunit; namespace UnitTests.StorageTests.Relational { /// <summary> /// The storage tests with asser...
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...
using System; using System.Collections.Generic; using BalticAmadeus.FluentMdx.EnumerableExtensions; using BalticAmadeus.FluentMdx.Lexer; namespace BalticAmadeus.FluentMdx { /// <summary> /// Represents a machine that performs syntactical analysis. /// </summary> public sealed class MdxParser : IMdxPars...
using System; using System.Runtime.InteropServices; using System.Collections.Generic; using System.Text; namespace g3 { public struct Vector2d : IComparable<Vector2d>, IEquatable<Vector2d> { public double x; public double y; public Vector2d(double f) { x = y = f; } public Vector2d(double x, double y) { this...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.Linq; using osu.Framework.Bindables; using os...
using System; using System.Collections.Generic; using System.Text; using EmergeTk; using EmergeTk.Administration; using EmergeTk.Model; using EmergeTk.Model.Security; using EmergeTk.Widgets; using EmergeTk.Widgets.Html; namespace EmergeTk.Model.Workflow { public class Operation : AbstractRecord, ISingular { ...
// 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.Linq; using System.Web; using Microsoft.Framework.WebEncoders; namespace Microsoft.AspNet.Http { /// <summary> /// P...
using System; using System.Collections; using System.Diagnostics; using System.IO; using System.Text; using System.Xml; using ICSharpCode.TextEditor; using ICSharpCode.TextEditor.Actions; using ICSharpCode.TextEditor.Document; using NLog; namespace Lewis.SST.Controls { /// <summary> /// This class currently ...
// // 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...
#region Copyright notice and license // Copyright 2015-2016, Google 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: // // * Redistributions of source code must retain the above co...
//************************************************************************** // // // National Institute Of Standards and Technology // DTS Version 1.0 // // // // Ported to System.Xml by: Mizrahi Rafael rafim@mainsoft.com // Mainsoft Corporation (c) 20...
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // C# Port port by: Lars Brubaker // larsbrubaker@gmail.com // Copyright (C) 2007 // // Permission to copy, use, ...
// Copyright (C) 2004-2007 MySQL AB // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License version 2 as published by // the Free Software Foundation // // There are special exceptions to the terms and conditions of the GPL // as it is applied ...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
using System; using NBitcoin.BouncyCastle.Crypto; using NBitcoin.BouncyCastle.Utilities; namespace NBitcoin.BouncyCastle.Crypto.Digests { /** * Implementation of WhirlpoolDigest, based on Java source published by Barreto * and Rijmen. * */ public sealed class WhirlpoolDigest : IDigest, IMemoable { private ...
using System; using System.Collections.Generic; using Avalonia.Controls.ApplicationLifetimes; using Avalonia.Platform; using Avalonia.UnitTests; using Moq; using Xunit; namespace Avalonia.Controls.UnitTests { public class DesktopStyleApplicationLifetimeTests { [Fact] public void Should_Set...
// // https://github.com/ServiceStack/ServiceStack.Text // ServiceStack.Text: .NET C# POCO JSON, JSV and CSV Text Serializers. // // Authors: // Demis Bellot (demis.bellot@gmail.com) // // Copyright 2012 ServiceStack, Inc. All Rights Reserved. // // Licensed under the same terms of ServiceStack. // using System; usi...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Data; using System.Text; using System.Windows.Forms; using System.Windows.Forms.Design; using System.Diagnostics; namespace CustomControls { [Designer(typeof(ScrollbarControlDesigner))] public clas...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Microsoft.Protocols.TestSuites.FileSharing.Common.Adapter; using Microsoft.Protocols.TestSuites.FileSharing.FSA.Adapter; using Microsoft.Protocols.TestTools; usin...
using System; using System.Collections.Generic; using System.Text; using Autofac; using Xunit; using FluentAssertions; using System.Linq; using System.Reflection; namespace NWheels.Kernel.UnitTests.Api.Injection { public class AutofacPoc { [Fact] public void ResolveNamed_NotRegisteredAsService(...
//============================================================================= // System : Sandcastle Help File Builder Utilities // File : BuildComponentManager.cs // Author : Eric Woodruff (Eric@EWoodruff.us) // Updated : 03/07/2010 // Note : Copyright 2007-2010, Eric Woodruff, All rights reserved // Compil...
/** * Author: Alexander Block * Is a part of Calc application * developed for C# study goals and is an intelectual * property of his author. */ using System; using System.Globalization; namespace Calc { /// <summary> /// Count System for number conversions. This take affect in methods /// FromString - befor...
// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. namespace ApplicationGateway { using Microsoft.Rest; using Microsoft.Rest.Azure; using Models; using Newtonsoft.Json; using System.Collections; ...
using System; using System.Collections.Generic; using System.Xml; using System.Linq; using System.Xml.Linq; using System.ServiceModel; namespace HallLibrary.Extensions { public static class WcfConsumerExtensions { public static TReturn CallWCFMethodWithHeaders<TChannel, TReturn> (TChannel channel, IEnumerable<Syste...
/* * ****************************************************************************** * 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...
// This file was generated by CSLA Object Generator - CslaGenFork v4.5 // // Filename: DocCirc // ObjectType: DocCirc // CSLAType: EditableChild using System; using System.Data; using System.Data.SqlClient; using Csla; using Csla.Data; using DocStore.Business.Util; using Csla.Rules; using Csla.Rules.CommonRule...
//----------------------------------------------------------------------- // // Microsoft Windows Client Platform // Copyright (c) Microsoft Corporation. All rights reserved. // // File: FactoryElementFactoryMarkupObject.cs // // Contents: MarkupObject and MarkupProperty implementations for // Fra...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Xunit; using System; using System.Reflection; using System.Collections; using System.Collections.Generic; usin...
// This code was generated by the Gardens Point Parser Generator // Copyright (c) Wayne Kelly, John Gough, QUT 2005-2014 // (see accompanying GPPGcopyright.rtf) // GPPG version 1.5.2 // Machine: Tims-MacBook-Pro.local // DateTime: 2016-05-19 12:19:37 AM // UserName: tdmann // Input file <EvaluatorParser.y - 2016-05-1...
using System; using System.Collections; using System.Text; using GALibrary.Common; using GALibrary.SGA; namespace TestApp { class SGAJudgeClass : IOneChromosomeJudge<BinaryChromosome> { #region Constants public const int BitsForDimension = 64; #endregion #region Methods ...
// ----------------------------------------------------------------------- // <copyright file="LocalContext.cs" company="Asynkron HB"> // Copyright (C) 2015-2017 Asynkron HB All rights reserved // </copyright> // ----------------------------------------------------------------------- using System; using Syst...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text.RegularExpressions; using CodeCave.Revit.Toolkit.Parameters.Shared; using Xunit; namespace CodeCave.Revit.Toolkit.Tests { public class SharedParameterFileTests { private static readonly string[] Shared...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Modules; using Microsoft.Extensions.Logging; using Newtonsoft.Json.Linq; using Orchard.ContentManagement.Handlers; using Orchard.ContentManagement.Metadata.Builders; using Orchard.ContentManagemen...
using UnityEngine; using System.Collections; using System.Collections.Generic; using System.Threading; using System; using System.IO; namespace Quixel { /// <summary> /// Thread used for generating chunks. /// </summary> internal class GeneratorThread { private Queue<MeshFactory.MeshRequest...
/* * Licensed under the Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0) * See https://github.com/openiddict/openiddict-core for more information concerning * the license and the contributors participating to this project. */ using System; using System.Collections.Generic; using System.Linq...
// OutputWindow.cs // Copyright (C) 2001 Mike Krueger // // This file was translated from java, it was part of the GNU Classpath // Copyright (C) 2001 Free Software Foundation, Inc. // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as p...
namespace Microsoft.Protocols.TestSuites.MS_COPYS { using System; using System.Net; using System.Web.Services.Protocols; using Microsoft.Protocols.TestSuites.Common; using Microsoft.Protocols.TestTools; /// <summary> /// This adapter class of MS-COPYS, it implements the IMS_COPYSAdapter int...
/* * Copyright (c) InWorldz Halcyon Developers * Copyright (c) Contributors, http://opensimulator.org/ * * 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 c...
// 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 global::System; using global::System.IO; using global::System.Reflection; using global::System.Diagnostics; 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. using System.Collections.Generic; using System.Runtime.InteropServices; using System.Threading; using System.Threadi...
#region Apache License, Version 2.0 // // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The ASF licenses this file // to you under the Apache License, ...
// 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.Reflection; using Xunit; namespace System.Linq.Expressions.Tests { ...
//----------------------------------------------------------------------- // <copyright file="ReadOnlyBindingListBase.cs" company="Marimer LLC"> // Copyright (c) Marimer LLC. All rights reserved. // Website: https://cslanet.com // </copyright> // <summary>This is the base class from which readonly collections</...
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 2021 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 ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Elasticsearch.Net; using FluentAssertions; using FluentAssertions.Collections; using FluentAssertions.Execution; using Nest; namespace Tests.Framework { public class Auditor { public Func<Virtu...
using System; using System.Collections; using System.Diagnostics.CodeAnalysis; namespace Thinktecture { /// <summary>Provides information about, and means to manipulate, the current environment and platform. This class cannot be inherited.</summary> public interface IEnvironment { /// <summary>Gets a un...
// 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.IO; using System.Text; namespace System.Ne...
/************************************************************************************ Copyright : Copyright 2014 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, which is pr...
#region Header /** * JsonWriter.cs * Stream-like facility to output JSON text. * * The authors disclaim copyright to this source code. For more details, see * the COPYING file included with this distribution. **/ #endregion using System; using System.Collections.Generic; using System.Globalization; using Syst...
/* ==================================================================== Licensed to the Apache Software Foundation (ASF) Under one or more contributor license agreements. See the NOTICE file distributed with this work for Additional information regarding copyright ownership. The ASF licenses this file to Y...
// Licensed to the .NET Foundation under one or more agreements. // 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.Collections; using System.Collections.Generic; using System.Glo...
//------------------------------------------------------------------------------ // <copyright file="SqlDouble.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // <owner current="true" primary="true">junfang</owner> // <owner current="true" primary="false">[......
/* * (C) Copyright 2014, Valerian Gaudeau * * Kerbal Space Program is Copyright (C) 2013 Squad. See http://kerbalspaceprogram.com/. This * project is in no way associated with nor endorsed by Squad. * * This code is licensed under the Apache License Version 2.0. See the LICENSE.txt * file for more information. */ us...
using Eclo.NetMF.SIM800H; using Microsoft.Azure.Devices.Client; using Microsoft.SPOT; using Microsoft.SPOT.Hardware; using System; using System.IO.Ports; using System.Text; using System.Threading; namespace MFTestApplication { public class Program { private const string DeviceConnectionString = "<repla...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Net; using System.Text; using System.Threading.Tasks; using Azure.Data.Tables; using Microsoft.Extensions.Logging; using Orleans.Clustering.AzureStorage; using Orleans.Clustering.AzureStorage.Utilities; using Orl...
#region License // // Copyright (c) 2018, Fluent Migrator Project // // 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 ...
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A // PARTICULAR PURPOSE. // // Copyright (c) 2006 Microsoft Corporation. All rights reserved. using System; using S...
// 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.IO; using System.Xml; #if !SILVERLIGHT using System.Net; #endif using System.Text; using System.Reflect...
// 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; using System.Text; using System.Collections; using System.Globalization; using System.Runti...
/* * 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...
#region S# License /****************************************************************************************** NOTICE!!! This program and source code is owned and licensed by StockSharp, LLC, www.stocksharp.com Viewing or use of this code requires your acceptance of the license agreement found at https://github.com/St...
#if !UNIX /********************************************************************++ Copyright (c) Microsoft Corporation. All rights reserved. --********************************************************************/ using Dbg = System.Management.Automation; using System; using System.Text; using System.Security.Cryptogr...
/* * 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...
// 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.Diagnostics; using System.ComponentModel; using System.Xml; using System.IO; ...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace CallbackReceiver.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populate it...
using System; using System.Diagnostics; namespace IDT4.Math2 { public struct idMat3 { public readonly static idMat3 zero = new idMat3( 0f, 0f, 0f, 0f, 0f, 0f, 0f, 0f, 0f); public readonly static idMat3 identity = new idMat3( 1f, 0f, 0f, ...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.CodeGen; using Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.CodeAnalysis.CSharp.Test.Utilities; using Microsoft.CodeAna...
#pragma warning disable 0414 // private field assigned but not used. using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.EventSystems; using WaveVR_Log; using UnityEngine.UI; using wvr; #if UNITY_EDITOR using UnityEditor; [CustomEditor(typeof(GazeInputModule))] public cla...
// 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.Reflection; using Microsoft.EntityFrameworkCore.ChangeTracking.Internal; using Microsoft.EntityFrameworkCore.Infrastructure; ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. /*============================================================ ** ** ** ** Purpose: This class will encapsulate a sh...
#region License // Copyright (c) 2010-2019, Mark Final // 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 // ...
//The MIT License (MIT) //Copyright (c) 2013-2014 Omar Khudeira (http://omar.io) //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...
// 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.Diagnostics; using System.Runtime.InteropServices; using System.Security.Cryptography; using System.Security.Cryptography.X509Certificates; u...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Xunit; using System; using System.Collections.Generic; using System.Text; using System.Threading; using System...
using System; using System.Collections.Generic; using System.Dynamic; using System.Linq; using System.Reflection; using System.Reflection.Emit; using System.Runtime.Serialization; namespace Maple.Core { /// <summary> /// A set of extension methods for generic types. /// </summary> public static class G...
// 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. // // This...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
using System; using SubSonic.Schema; using SubSonic.DataProviders; using System.Data; namespace Solution.DataAccess.DataModel { /// <summary> /// Table: Employee /// Primary Key: Id /// </summary> public class EmployeeStructs: DatabaseTable { public E...
// // Copyright (C) DataStax 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 applicable la...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; using System.Linq; using System.Reflection.Metadata; using Microsoft.CodeAnalysis.CodeGen; using Microsoft.C...
// 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 Xunit; public partial class CompareInfoTests { [Theory] [In...
// 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.Immutable; using System.Reflection.Metadata.Tests; using Xunit; namespace Sy...
// 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 // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
// GET BULK request message type. // Copyright (C) 2008-2010 Malcolm Crowe, Lex Li, and other contributors. // // 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, includi...
/*************************************************************************** Copyright (c) Microsoft Corporation. All rights reserved. This code is licensed under the Visual Studio SDK license terms. THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; namespace Convertor_Sample { class Program { /// <summary> /// Using loops write a program that converts: /// An integer number to its binary representation. /// The in...
/* * Copyright (c) 2007-2008, 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) Contributors, http://aurora-sim.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 reta...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. /*============================================================ ** ** ** ** Purpose: Provides some static methods to ...
using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics.CodeAnalysis; using System.Linq; using BenchmarkDotNet.Configs; using BenchmarkDotNet.Jobs; using BenchmarkDotNet.Parameters; using BenchmarkDotNet.Reports; using BenchmarkDotNet.Running; using JetBrains.Annotat...