From 1b09f37eb1f596e28d91d2ec3c7a25411b7db6d8 Mon Sep 17 00:00:00 2001 From: Michael Simons Date: Wed, 28 Aug 2024 14:24:22 +0000 Subject: [PATCH] Remove unused reference packages --- .../Microsoft.Build.Framework.15.7.179.csproj | 13 - .../Microsoft.Build.Framework.cs | 928 ----- .../15.7.179/microsoft.build.framework.nuspec | 24 - ...osoft.Build.Utilities.Core.15.7.179.csproj | 15 - .../Microsoft.Build.Utilities.Core.cs | 723 ---- .../microsoft.build.utilities.core.nuspec | 26 - .../15.7.179/Microsoft.Build.15.7.179.csproj | 21 - .../lib/netstandard2.0/Microsoft.Build.cs | 2590 ------------ .../15.7.179/microsoft.build.nuspec | 32 - .../System.Collections.Immutable.1.2.0.csproj | 19 - .../System.Collections.Immutable.cs | 1949 --------- .../1.2.0/system.collections.immutable.nuspec | 48 - .../System.Collections.Immutable.1.3.1.csproj | 19 - .../System.Collections.Immutable.cs | 1949 --------- .../1.3.1/system.collections.immutable.nuspec | 48 - ...ystem.Diagnostics.TraceSource.4.0.0.csproj | 19 - .../System.Diagnostics.TraceSource.cs | 400 -- .../system.diagnostics.tracesource.nuspec | 40 - .../System.Dynamic.Runtime.4.0.11.csproj | 33 - .../netstandard1.0/System.Dynamic.Runtime.cs | 500 --- .../netstandard1.3/System.Dynamic.Runtime.cs | 493 --- .../4.0.11/system.dynamic.runtime.nuspec | 57 - .../System.Reflection.Metadata.1.3.0.csproj | 26 - .../System.Reflection.Metadata.cs | 3667 ----------------- .../1.3.0/system.reflection.metadata.nuspec | 41 - .../4.0.0/System.Runtime.Loader.4.0.0.csproj | 14 - .../netstandard1.5/System.Runtime.Loader.cs | 67 - .../4.0.0/system.runtime.loader.nuspec | 30 - ...time.Serialization.Primitives.4.1.1.csproj | 17 - ...System.Runtime.Serialization.Primitives.cs | 118 - ...System.Runtime.Serialization.Primitives.cs | 159 - ...em.runtime.serialization.primitives.nuspec | 41 - ...ystem.Text.Encoding.CodePages.4.4.0.csproj | 8 - .../System.Text.Encoding.CodePages.cs | 33 - .../System.Text.Encoding.CodePages.cs | 34 - .../system.text.encoding.codepages.nuspec | 30 - ...stem.Threading.Tasks.Dataflow.4.6.0.csproj | 35 - .../System.Threading.Tasks.Dataflow.cs | 541 --- .../System.Threading.Tasks.Dataflow.cs | 541 --- .../system.threading.tasks.dataflow.nuspec | 63 - .../System.Threading.Thread.4.0.0.csproj | 12 - .../netstandard1.3/System.Threading.Thread.cs | 88 - .../4.0.0/system.threading.thread.nuspec | 30 - 43 files changed, 15541 deletions(-) delete mode 100644 src/referencePackages/src/microsoft.build.framework/15.7.179/Microsoft.Build.Framework.15.7.179.csproj delete mode 100644 src/referencePackages/src/microsoft.build.framework/15.7.179/lib/netstandard2.0/Microsoft.Build.Framework.cs delete mode 100644 src/referencePackages/src/microsoft.build.framework/15.7.179/microsoft.build.framework.nuspec delete mode 100644 src/referencePackages/src/microsoft.build.utilities.core/15.7.179/Microsoft.Build.Utilities.Core.15.7.179.csproj delete mode 100644 src/referencePackages/src/microsoft.build.utilities.core/15.7.179/lib/netstandard2.0/Microsoft.Build.Utilities.Core.cs delete mode 100644 src/referencePackages/src/microsoft.build.utilities.core/15.7.179/microsoft.build.utilities.core.nuspec delete mode 100644 src/referencePackages/src/microsoft.build/15.7.179/Microsoft.Build.15.7.179.csproj delete mode 100644 src/referencePackages/src/microsoft.build/15.7.179/lib/netstandard2.0/Microsoft.Build.cs delete mode 100644 src/referencePackages/src/microsoft.build/15.7.179/microsoft.build.nuspec delete mode 100644 src/referencePackages/src/system.collections.immutable/1.2.0/System.Collections.Immutable.1.2.0.csproj delete mode 100644 src/referencePackages/src/system.collections.immutable/1.2.0/lib/netstandard1.0/System.Collections.Immutable.cs delete mode 100644 src/referencePackages/src/system.collections.immutable/1.2.0/system.collections.immutable.nuspec delete mode 100644 src/referencePackages/src/system.collections.immutable/1.3.1/System.Collections.Immutable.1.3.1.csproj delete mode 100644 src/referencePackages/src/system.collections.immutable/1.3.1/lib/netstandard1.0/System.Collections.Immutable.cs delete mode 100644 src/referencePackages/src/system.collections.immutable/1.3.1/system.collections.immutable.nuspec delete mode 100644 src/referencePackages/src/system.diagnostics.tracesource/4.0.0/System.Diagnostics.TraceSource.4.0.0.csproj delete mode 100644 src/referencePackages/src/system.diagnostics.tracesource/4.0.0/ref/netstandard1.3/System.Diagnostics.TraceSource.cs delete mode 100644 src/referencePackages/src/system.diagnostics.tracesource/4.0.0/system.diagnostics.tracesource.nuspec delete mode 100644 src/referencePackages/src/system.dynamic.runtime/4.0.11/System.Dynamic.Runtime.4.0.11.csproj delete mode 100644 src/referencePackages/src/system.dynamic.runtime/4.0.11/ref/netstandard1.0/System.Dynamic.Runtime.cs delete mode 100644 src/referencePackages/src/system.dynamic.runtime/4.0.11/ref/netstandard1.3/System.Dynamic.Runtime.cs delete mode 100644 src/referencePackages/src/system.dynamic.runtime/4.0.11/system.dynamic.runtime.nuspec delete mode 100644 src/referencePackages/src/system.reflection.metadata/1.3.0/System.Reflection.Metadata.1.3.0.csproj delete mode 100644 src/referencePackages/src/system.reflection.metadata/1.3.0/lib/netstandard1.1/System.Reflection.Metadata.cs delete mode 100644 src/referencePackages/src/system.reflection.metadata/1.3.0/system.reflection.metadata.nuspec delete mode 100644 src/referencePackages/src/system.runtime.loader/4.0.0/System.Runtime.Loader.4.0.0.csproj delete mode 100644 src/referencePackages/src/system.runtime.loader/4.0.0/ref/netstandard1.5/System.Runtime.Loader.cs delete mode 100644 src/referencePackages/src/system.runtime.loader/4.0.0/system.runtime.loader.nuspec delete mode 100644 src/referencePackages/src/system.runtime.serialization.primitives/4.1.1/System.Runtime.Serialization.Primitives.4.1.1.csproj delete mode 100644 src/referencePackages/src/system.runtime.serialization.primitives/4.1.1/ref/netstandard1.0/System.Runtime.Serialization.Primitives.cs delete mode 100644 src/referencePackages/src/system.runtime.serialization.primitives/4.1.1/ref/netstandard1.3/System.Runtime.Serialization.Primitives.cs delete mode 100644 src/referencePackages/src/system.runtime.serialization.primitives/4.1.1/system.runtime.serialization.primitives.nuspec delete mode 100644 src/referencePackages/src/system.text.encoding.codepages/4.4.0/System.Text.Encoding.CodePages.4.4.0.csproj delete mode 100644 src/referencePackages/src/system.text.encoding.codepages/4.4.0/ref/netstandard1.3/System.Text.Encoding.CodePages.cs delete mode 100644 src/referencePackages/src/system.text.encoding.codepages/4.4.0/ref/netstandard2.0/System.Text.Encoding.CodePages.cs delete mode 100644 src/referencePackages/src/system.text.encoding.codepages/4.4.0/system.text.encoding.codepages.nuspec delete mode 100644 src/referencePackages/src/system.threading.tasks.dataflow/4.6.0/System.Threading.Tasks.Dataflow.4.6.0.csproj delete mode 100644 src/referencePackages/src/system.threading.tasks.dataflow/4.6.0/lib/netstandard1.0/System.Threading.Tasks.Dataflow.cs delete mode 100644 src/referencePackages/src/system.threading.tasks.dataflow/4.6.0/lib/netstandard1.1/System.Threading.Tasks.Dataflow.cs delete mode 100644 src/referencePackages/src/system.threading.tasks.dataflow/4.6.0/system.threading.tasks.dataflow.nuspec delete mode 100644 src/referencePackages/src/system.threading.thread/4.0.0/System.Threading.Thread.4.0.0.csproj delete mode 100644 src/referencePackages/src/system.threading.thread/4.0.0/ref/netstandard1.3/System.Threading.Thread.cs delete mode 100644 src/referencePackages/src/system.threading.thread/4.0.0/system.threading.thread.nuspec diff --git a/src/referencePackages/src/microsoft.build.framework/15.7.179/Microsoft.Build.Framework.15.7.179.csproj b/src/referencePackages/src/microsoft.build.framework/15.7.179/Microsoft.Build.Framework.15.7.179.csproj deleted file mode 100644 index ea9a220d3..000000000 --- a/src/referencePackages/src/microsoft.build.framework/15.7.179/Microsoft.Build.Framework.15.7.179.csproj +++ /dev/null @@ -1,13 +0,0 @@ - - - - netstandard2.0 - Microsoft.Build.Framework - - - - - - - - diff --git a/src/referencePackages/src/microsoft.build.framework/15.7.179/lib/netstandard2.0/Microsoft.Build.Framework.cs b/src/referencePackages/src/microsoft.build.framework/15.7.179/lib/netstandard2.0/Microsoft.Build.Framework.cs deleted file mode 100644 index e2192bdf9..000000000 --- a/src/referencePackages/src/microsoft.build.framework/15.7.179/lib/netstandard2.0/Microsoft.Build.Framework.cs +++ /dev/null @@ -1,928 +0,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. -// ------------------------------------------------------------------------------ -// Changes to this file must follow the http://aka.ms/api-review process. -// ------------------------------------------------------------------------------ -[assembly: System.Runtime.CompilerServices.CompilationRelaxations(8)] -[assembly: System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows = true)] -[assembly: System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.Build.Framework.UnitTests, PublicKey=002400000480000094000000060200000024000052534131000400000100010015c01ae1f50e8cc09ba9eac9147cf8fd9fce2cfe9f8dce4f7301c4132ca9fb50ce8cbf1df4dc18dd4d210e4345c744ecb3365ed327efdbc52603faa5e21daa11234c8c4a73e51f03bf192544581ebe107adee3a34928e39d04e524a9ce729d5090bfd7dad9d10c722c0def9ccc08ff0a03790e48bcd1f9b6c476063e1966a1c4")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.Build.Tasks.UnitTests, PublicKey=002400000480000094000000060200000024000052534131000400000100010015c01ae1f50e8cc09ba9eac9147cf8fd9fce2cfe9f8dce4f7301c4132ca9fb50ce8cbf1df4dc18dd4d210e4345c744ecb3365ed327efdbc52603faa5e21daa11234c8c4a73e51f03bf192544581ebe107adee3a34928e39d04e524a9ce729d5090bfd7dad9d10c722c0def9ccc08ff0a03790e48bcd1f9b6c476063e1966a1c4")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.Build.Framework.Whidbey.Unittest, PublicKey=002400000480000094000000060200000024000052534131000400000100010015c01ae1f50e8cc09ba9eac9147cf8fd9fce2cfe9f8dce4f7301c4132ca9fb50ce8cbf1df4dc18dd4d210e4345c744ecb3365ed327efdbc52603faa5e21daa11234c8c4a73e51f03bf192544581ebe107adee3a34928e39d04e524a9ce729d5090bfd7dad9d10c722c0def9ccc08ff0a03790e48bcd1f9b6c476063e1966a1c4")] -[assembly: System.Runtime.InteropServices.DefaultDllImportSearchPaths(System.Runtime.InteropServices.DllImportSearchPath.SafeDirectories)] -[assembly: System.Resources.NeutralResourcesLanguage("en")] -[assembly: System.CLSCompliant(true)] -[assembly: System.Reflection.AssemblyTitle("Microsoft.Build.Framework.dll")] -[assembly: System.Reflection.AssemblyDescription("Microsoft.Build.Framework.dll")] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyProduct("Microsoft® Build Tools®")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyFileVersion("15.7.179.6572")] -[assembly: System.Reflection.AssemblyInformationalVersion("15.7.179+gac19036b0d")] -[assembly: System.Runtime.Versioning.TargetFramework(".NETStandard,Version=v2.0", FrameworkDisplayName = "")] -[assembly: System.Reflection.AssemblyConfiguration("Release")] -[assembly: System.Reflection.AssemblyVersionAttribute("15.1.0.0")] -[assembly: System.Runtime.CompilerServices.ReferenceAssembly] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -namespace Microsoft.Build.Framework -{ - public delegate void AnyEventHandler(object sender, BuildEventArgs e); - public partial struct BuildEngineResult - { - private object _dummy; - private int _dummyPrimitive; - public BuildEngineResult(bool result, System.Collections.Generic.List> targetOutputsPerProject) { } - - public bool Result { get { throw null; } } - - public System.Collections.Generic.IList> TargetOutputsPerProject { get { throw null; } } - } - - public partial class BuildErrorEventArgs : LazyFormattedBuildEventArgs - { - protected BuildErrorEventArgs() { } - - public BuildErrorEventArgs(string subcategory, string code, string file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, string message, string helpKeyword, string senderName, System.DateTime eventTimestamp, params object[] messageArgs) { } - - public BuildErrorEventArgs(string subcategory, string code, string file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, string message, string helpKeyword, string senderName, System.DateTime eventTimestamp) { } - - public BuildErrorEventArgs(string subcategory, string code, string file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, string message, string helpKeyword, string senderName) { } - - public string Code { get { throw null; } } - - public int ColumnNumber { get { throw null; } } - - public int EndColumnNumber { get { throw null; } } - - public int EndLineNumber { get { throw null; } } - - public string File { get { throw null; } } - - public int LineNumber { get { throw null; } } - - public string ProjectFile { get { throw null; } set { } } - - public string Subcategory { get { throw null; } } - } - - public delegate void BuildErrorEventHandler(object sender, BuildErrorEventArgs e); - public abstract partial class BuildEventArgs : System.EventArgs - { - protected BuildEventArgs() { } - - protected BuildEventArgs(string message, string helpKeyword, string senderName, System.DateTime eventTimestamp) { } - - protected BuildEventArgs(string message, string helpKeyword, string senderName) { } - - public BuildEventContext BuildEventContext { get { throw null; } set { } } - - public string HelpKeyword { get { throw null; } } - - public virtual string Message { get { throw null; } protected set { } } - - public string SenderName { get { throw null; } } - - public int ThreadId { get { throw null; } } - - public System.DateTime Timestamp { get { throw null; } } - } - - public partial class BuildEventContext - { - public const int InvalidEvaluationId = -1; - public const int InvalidNodeId = -2; - public const int InvalidProjectContextId = -2; - public const int InvalidProjectInstanceId = -1; - public const int InvalidSubmissionId = -1; - public const int InvalidTargetId = -1; - public const int InvalidTaskId = -1; - public BuildEventContext(int submissionId, int nodeId, int evaluationId, int projectInstanceId, int projectContextId, int targetId, int taskId) { } - - public BuildEventContext(int submissionId, int nodeId, int projectInstanceId, int projectContextId, int targetId, int taskId) { } - - public BuildEventContext(int nodeId, int projectInstanceId, int projectContextId, int targetId, int taskId) { } - - public BuildEventContext(int nodeId, int targetId, int projectContextId, int taskId) { } - - public long BuildRequestId { get { throw null; } } - - public int EvaluationId { get { throw null; } } - - public static BuildEventContext Invalid { get { throw null; } } - - public int NodeId { get { throw null; } } - - public int ProjectContextId { get { throw null; } } - - public int ProjectInstanceId { get { throw null; } } - - public int SubmissionId { get { throw null; } } - - public int TargetId { get { throw null; } } - - public int TaskId { get { throw null; } } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - - public static bool operator ==(BuildEventContext left, BuildEventContext right) { throw null; } - - public static bool operator !=(BuildEventContext left, BuildEventContext right) { throw null; } - } - - public partial class BuildFinishedEventArgs : BuildStatusEventArgs - { - protected BuildFinishedEventArgs() { } - - public BuildFinishedEventArgs(string message, string helpKeyword, bool succeeded, System.DateTime eventTimestamp, params object[] messageArgs) { } - - public BuildFinishedEventArgs(string message, string helpKeyword, bool succeeded, System.DateTime eventTimestamp) { } - - public BuildFinishedEventArgs(string message, string helpKeyword, bool succeeded) { } - - public bool Succeeded { get { throw null; } } - } - - public delegate void BuildFinishedEventHandler(object sender, BuildFinishedEventArgs e); - public partial class BuildMessageEventArgs : LazyFormattedBuildEventArgs - { - protected BuildMessageEventArgs() { } - - public BuildMessageEventArgs(string message, string helpKeyword, string senderName, MessageImportance importance, System.DateTime eventTimestamp, params object[] messageArgs) { } - - public BuildMessageEventArgs(string message, string helpKeyword, string senderName, MessageImportance importance, System.DateTime eventTimestamp) { } - - public BuildMessageEventArgs(string message, string helpKeyword, string senderName, MessageImportance importance) { } - - public BuildMessageEventArgs(string subcategory, string code, string file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, string message, string helpKeyword, string senderName, MessageImportance importance, System.DateTime eventTimestamp, params object[] messageArgs) { } - - public BuildMessageEventArgs(string subcategory, string code, string file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, string message, string helpKeyword, string senderName, MessageImportance importance, System.DateTime eventTimestamp) { } - - public BuildMessageEventArgs(string subcategory, string code, string file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, string message, string helpKeyword, string senderName, MessageImportance importance) { } - - public string Code { get { throw null; } } - - public int ColumnNumber { get { throw null; } } - - public int EndColumnNumber { get { throw null; } } - - public int EndLineNumber { get { throw null; } } - - public string File { get { throw null; } } - - public MessageImportance Importance { get { throw null; } } - - public int LineNumber { get { throw null; } } - - public string ProjectFile { get { throw null; } set { } } - - public string Subcategory { get { throw null; } } - } - - public delegate void BuildMessageEventHandler(object sender, BuildMessageEventArgs e); - public partial class BuildStartedEventArgs : BuildStatusEventArgs - { - protected BuildStartedEventArgs() { } - - public BuildStartedEventArgs(string message, string helpKeyword, System.Collections.Generic.IDictionary environmentOfBuild) { } - - public BuildStartedEventArgs(string message, string helpKeyword, System.DateTime eventTimestamp, params object[] messageArgs) { } - - public BuildStartedEventArgs(string message, string helpKeyword, System.DateTime eventTimestamp) { } - - public BuildStartedEventArgs(string message, string helpKeyword) { } - - public System.Collections.Generic.IDictionary BuildEnvironment { get { throw null; } } - } - - public delegate void BuildStartedEventHandler(object sender, BuildStartedEventArgs e); - public abstract partial class BuildStatusEventArgs : LazyFormattedBuildEventArgs - { - protected BuildStatusEventArgs() { } - - protected BuildStatusEventArgs(string message, string helpKeyword, string senderName, System.DateTime eventTimestamp, params object[] messageArgs) { } - - protected BuildStatusEventArgs(string message, string helpKeyword, string senderName, System.DateTime eventTimestamp) { } - - protected BuildStatusEventArgs(string message, string helpKeyword, string senderName) { } - } - - public delegate void BuildStatusEventHandler(object sender, BuildStatusEventArgs e); - public partial class BuildWarningEventArgs : LazyFormattedBuildEventArgs - { - protected BuildWarningEventArgs() { } - - public BuildWarningEventArgs(string subcategory, string code, string file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, string message, string helpKeyword, string senderName, System.DateTime eventTimestamp, params object[] messageArgs) { } - - public BuildWarningEventArgs(string subcategory, string code, string file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, string message, string helpKeyword, string senderName, System.DateTime eventTimestamp) { } - - public BuildWarningEventArgs(string subcategory, string code, string file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, string message, string helpKeyword, string senderName) { } - - public string Code { get { throw null; } } - - public int ColumnNumber { get { throw null; } } - - public int EndColumnNumber { get { throw null; } } - - public int EndLineNumber { get { throw null; } } - - public string File { get { throw null; } } - - public int LineNumber { get { throw null; } } - - public string ProjectFile { get { throw null; } set { } } - - public string Subcategory { get { throw null; } } - } - - public delegate void BuildWarningEventHandler(object sender, BuildWarningEventArgs e); - public partial class CriticalBuildMessageEventArgs : BuildMessageEventArgs - { - protected CriticalBuildMessageEventArgs() { } - - public CriticalBuildMessageEventArgs(string subcategory, string code, string file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, string message, string helpKeyword, string senderName, System.DateTime eventTimestamp, params object[] messageArgs) { } - - public CriticalBuildMessageEventArgs(string subcategory, string code, string file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, string message, string helpKeyword, string senderName, System.DateTime eventTimestamp) { } - - public CriticalBuildMessageEventArgs(string subcategory, string code, string file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, string message, string helpKeyword, string senderName) { } - } - - public abstract partial class CustomBuildEventArgs : LazyFormattedBuildEventArgs - { - protected CustomBuildEventArgs() { } - - protected CustomBuildEventArgs(string message, string helpKeyword, string senderName, System.DateTime eventTimestamp, params object[] messageArgs) { } - - protected CustomBuildEventArgs(string message, string helpKeyword, string senderName, System.DateTime eventTimestamp) { } - - protected CustomBuildEventArgs(string message, string helpKeyword, string senderName) { } - } - - public delegate void CustomBuildEventHandler(object sender, CustomBuildEventArgs e); - public partial class ExternalProjectFinishedEventArgs : CustomBuildEventArgs - { - protected ExternalProjectFinishedEventArgs() { } - - public ExternalProjectFinishedEventArgs(string message, string helpKeyword, string senderName, string projectFile, bool succeeded, System.DateTime eventTimestamp) { } - - public ExternalProjectFinishedEventArgs(string message, string helpKeyword, string senderName, string projectFile, bool succeeded) { } - - public string ProjectFile { get { throw null; } } - - public bool Succeeded { get { throw null; } } - } - - public partial class ExternalProjectStartedEventArgs : CustomBuildEventArgs - { - protected ExternalProjectStartedEventArgs() { } - - public ExternalProjectStartedEventArgs(string message, string helpKeyword, string senderName, string projectFile, string targetNames, System.DateTime eventTimestamp) { } - - public ExternalProjectStartedEventArgs(string message, string helpKeyword, string senderName, string projectFile, string targetNames) { } - - public string ProjectFile { get { throw null; } } - - public string TargetNames { get { throw null; } } - } - - public partial interface IBuildEngine - { - int ColumnNumberOfTaskNode { get; } - - bool ContinueOnError { get; } - - int LineNumberOfTaskNode { get; } - - string ProjectFileOfTaskNode { get; } - - bool BuildProjectFile(string projectFileName, string[] targetNames, System.Collections.IDictionary globalProperties, System.Collections.IDictionary targetOutputs); - void LogCustomEvent(CustomBuildEventArgs e); - void LogErrorEvent(BuildErrorEventArgs e); - void LogMessageEvent(BuildMessageEventArgs e); - void LogWarningEvent(BuildWarningEventArgs e); - } - - public partial interface IBuildEngine2 : IBuildEngine - { - bool IsRunningMultipleNodes { get; } - - bool BuildProjectFile(string projectFileName, string[] targetNames, System.Collections.IDictionary globalProperties, System.Collections.IDictionary targetOutputs, string toolsVersion); - bool BuildProjectFilesInParallel(string[] projectFileNames, string[] targetNames, System.Collections.IDictionary[] globalProperties, System.Collections.IDictionary[] targetOutputsPerProject, string[] toolsVersion, bool useResultsCache, bool unloadProjectsOnCompletion); - } - - public partial interface IBuildEngine3 : IBuildEngine2, IBuildEngine - { - BuildEngineResult BuildProjectFilesInParallel(string[] projectFileNames, string[] targetNames, System.Collections.IDictionary[] globalProperties, System.Collections.Generic.IList[] removeGlobalProperties, string[] toolsVersion, bool returnTargetOutputs); - void Reacquire(); - void Yield(); - } - - public partial interface IBuildEngine4 : IBuildEngine3, IBuildEngine2, IBuildEngine - { - object GetRegisteredTaskObject(object key, RegisteredTaskObjectLifetime lifetime); - void RegisterTaskObject(object key, object obj, RegisteredTaskObjectLifetime lifetime, bool allowEarlyCollection); - object UnregisterTaskObject(object key, RegisteredTaskObjectLifetime lifetime); - } - - public partial interface IBuildEngine5 : IBuildEngine4, IBuildEngine3, IBuildEngine2, IBuildEngine - { - void LogTelemetry(string eventName, System.Collections.Generic.IDictionary properties); - } - - public partial interface ICancelableTask : ITask - { - void Cancel(); - } - - public partial interface IEventRedirector - { - void ForwardEvent(BuildEventArgs buildEvent); - } - - public partial interface IEventSource - { - event AnyEventHandler AnyEventRaised; - event BuildFinishedEventHandler BuildFinished; - event BuildStartedEventHandler BuildStarted; - event CustomBuildEventHandler CustomEventRaised; - event BuildErrorEventHandler ErrorRaised; - event BuildMessageEventHandler MessageRaised; - event ProjectFinishedEventHandler ProjectFinished; - event ProjectStartedEventHandler ProjectStarted; - event BuildStatusEventHandler StatusEventRaised; - event TargetFinishedEventHandler TargetFinished; - event TargetStartedEventHandler TargetStarted; - event TaskFinishedEventHandler TaskFinished; - event TaskStartedEventHandler TaskStarted; - event BuildWarningEventHandler WarningRaised; - } - - public partial interface IEventSource2 : IEventSource - { - event TelemetryEventHandler TelemetryLogged; - } - - public partial interface IForwardingLogger : INodeLogger, ILogger - { - IEventRedirector BuildEventRedirector { get; set; } - - int NodeId { get; set; } - } - - public partial interface IGeneratedTask : ITask - { - object GetPropertyValue(TaskPropertyInfo property); - void SetPropertyValue(TaskPropertyInfo property, object value); - } - - public partial interface ILogger - { - string Parameters { get; set; } - - LoggerVerbosity Verbosity { get; set; } - - void Initialize(IEventSource eventSource); - void Shutdown(); - } - - public partial interface INodeLogger : ILogger - { - void Initialize(IEventSource eventSource, int nodeCount); - } - - public partial interface IProjectElement - { - string ElementName { get; } - - string OuterElement { get; } - } - - public partial interface ITask - { - IBuildEngine BuildEngine { get; set; } - - ITaskHost HostObject { get; set; } - - bool Execute(); - } - - public partial interface ITaskFactory - { - string FactoryName { get; } - - System.Type TaskType { get; } - - void CleanupTask(ITask task); - ITask CreateTask(IBuildEngine taskFactoryLoggingHost); - TaskPropertyInfo[] GetTaskParameters(); - bool Initialize(string taskName, System.Collections.Generic.IDictionary parameterGroup, string taskBody, IBuildEngine taskFactoryLoggingHost); - } - - public partial interface ITaskFactory2 : ITaskFactory - { - ITask CreateTask(IBuildEngine taskFactoryLoggingHost, System.Collections.Generic.IDictionary taskIdentityParameters); - bool Initialize(string taskName, System.Collections.Generic.IDictionary factoryIdentityParameters, System.Collections.Generic.IDictionary parameterGroup, string taskBody, IBuildEngine taskFactoryLoggingHost); - } - - public partial interface ITaskHost - { - } - - public partial interface ITaskItem - { - string ItemSpec { get; set; } - - int MetadataCount { get; } - - System.Collections.ICollection MetadataNames { get; } - - System.Collections.IDictionary CloneCustomMetadata(); - void CopyMetadataTo(ITaskItem destinationItem); - string GetMetadata(string metadataName); - void RemoveMetadata(string metadataName); - void SetMetadata(string metadataName, string metadataValue); - } - - public partial interface ITaskItem2 : ITaskItem - { - string EvaluatedIncludeEscaped { get; set; } - - System.Collections.IDictionary CloneCustomMetadataEscaped(); - string GetMetadataValueEscaped(string metadataName); - void SetMetadataValueLiteral(string metadataName, string metadataValue); - } - - public partial class LazyFormattedBuildEventArgs : BuildEventArgs - { - protected LazyFormattedBuildEventArgs() { } - - public LazyFormattedBuildEventArgs(string message, string helpKeyword, string senderName, System.DateTime eventTimestamp, params object[] messageArgs) { } - - public LazyFormattedBuildEventArgs(string message, string helpKeyword, string senderName) { } - - public override string Message { get { throw null; } } - } - - [System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple = false, Inherited = true)] - public sealed partial class LoadInSeparateAppDomainAttribute : System.Attribute - { - } - - public partial class LoggerException : System.Exception - { - public LoggerException() { } - - protected LoggerException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { } - - public LoggerException(string message, System.Exception innerException, string errorCode, string helpKeyword) { } - - public LoggerException(string message, System.Exception innerException) { } - - public LoggerException(string message) { } - - public string ErrorCode { get { throw null; } } - - public string HelpKeyword { get { throw null; } } - - public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { } - } - - public enum LoggerVerbosity - { - Quiet = 0, - Minimal = 1, - Normal = 2, - Detailed = 3, - Diagnostic = 4 - } - - public enum MessageImportance - { - High = 0, - Normal = 1, - Low = 2 - } - - [System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple = false, Inherited = false)] - public sealed partial class OutputAttribute : System.Attribute - { - } - - public sealed partial class ProjectEvaluationFinishedEventArgs : BuildStatusEventArgs - { - public ProjectEvaluationFinishedEventArgs() { } - - public ProjectEvaluationFinishedEventArgs(string message, params object[] messageArgs) { } - - public Profiler.ProfilerResult? ProfilerResult { get { throw null; } set { } } - - public string ProjectFile { get { throw null; } set { } } - } - - public partial class ProjectEvaluationStartedEventArgs : BuildStatusEventArgs - { - public ProjectEvaluationStartedEventArgs() { } - - public ProjectEvaluationStartedEventArgs(string message, params object[] messageArgs) { } - - public string ProjectFile { get { throw null; } set { } } - } - - public partial class ProjectFinishedEventArgs : BuildStatusEventArgs - { - protected ProjectFinishedEventArgs() { } - - public ProjectFinishedEventArgs(string message, string helpKeyword, string projectFile, bool succeeded, System.DateTime eventTimestamp) { } - - public ProjectFinishedEventArgs(string message, string helpKeyword, string projectFile, bool succeeded) { } - - public string ProjectFile { get { throw null; } } - - public bool Succeeded { get { throw null; } } - } - - public delegate void ProjectFinishedEventHandler(object sender, ProjectFinishedEventArgs e); - public partial class ProjectImportedEventArgs : BuildMessageEventArgs - { - public ProjectImportedEventArgs() { } - - public ProjectImportedEventArgs(int lineNumber, int columnNumber, string message, params object[] messageArgs) { } - - public string ImportedProjectFile { get { throw null; } set { } } - - public bool ImportIgnored { get { throw null; } set { } } - - public string UnexpandedProject { get { throw null; } set { } } - } - - public partial class ProjectStartedEventArgs : BuildStatusEventArgs - { - public const int InvalidProjectId = -1; - protected ProjectStartedEventArgs() { } - - public ProjectStartedEventArgs(int projectId, string message, string helpKeyword, string projectFile, string targetNames, System.Collections.IEnumerable properties, System.Collections.IEnumerable items, BuildEventContext parentBuildEventContext, System.Collections.Generic.IDictionary globalProperties, string toolsVersion) { } - - public ProjectStartedEventArgs(int projectId, string message, string helpKeyword, string projectFile, string targetNames, System.Collections.IEnumerable properties, System.Collections.IEnumerable items, BuildEventContext parentBuildEventContext, System.DateTime eventTimestamp) { } - - public ProjectStartedEventArgs(int projectId, string message, string helpKeyword, string projectFile, string targetNames, System.Collections.IEnumerable properties, System.Collections.IEnumerable items, BuildEventContext parentBuildEventContext) { } - - public ProjectStartedEventArgs(string message, string helpKeyword, string projectFile, string targetNames, System.Collections.IEnumerable properties, System.Collections.IEnumerable items, System.DateTime eventTimestamp) { } - - public ProjectStartedEventArgs(string message, string helpKeyword, string projectFile, string targetNames, System.Collections.IEnumerable properties, System.Collections.IEnumerable items) { } - - public System.Collections.Generic.IDictionary GlobalProperties { get { throw null; } } - - public System.Collections.IEnumerable Items { get { throw null; } } - - public BuildEventContext ParentProjectBuildEventContext { get { throw null; } } - - public string ProjectFile { get { throw null; } } - - public int ProjectId { get { throw null; } } - - public System.Collections.IEnumerable Properties { get { throw null; } } - - public string TargetNames { get { throw null; } } - - public string ToolsVersion { get { throw null; } } - } - - public delegate void ProjectStartedEventHandler(object sender, ProjectStartedEventArgs e); - public enum RegisteredTaskObjectLifetime - { - Build = 0, - AppDomain = 1 - } - - [System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple = false, Inherited = false)] - public sealed partial class RequiredAttribute : System.Attribute - { - } - - [System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple = false, Inherited = false)] - public sealed partial class RequiredRuntimeAttribute : System.Attribute - { - public RequiredRuntimeAttribute(string runtimeVersion) { } - - public string RuntimeVersion { get { throw null; } } - } - - [System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple = false, Inherited = false)] - public sealed partial class RunInMTAAttribute : System.Attribute - { - } - - [System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple = false, Inherited = false)] - public sealed partial class RunInSTAAttribute : System.Attribute - { - } - - public abstract partial class SdkLogger - { - public abstract void LogMessage(string message, MessageImportance messageImportance = MessageImportance.Low); - } - - public sealed partial class SdkReference : System.IEquatable - { - public SdkReference(string name, string version, string minimumVersion) { } - - public string MinimumVersion { get { throw null; } } - - public string Name { get { throw null; } } - - public string Version { get { throw null; } } - - public bool Equals(SdkReference other) { throw null; } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - - public override string ToString() { throw null; } - - public static bool TryParse(string sdk, out SdkReference sdkReference) { throw null; } - } - - public abstract partial class SdkResolver - { - public abstract string Name { get; } - public abstract int Priority { get; } - - public abstract SdkResult Resolve(SdkReference sdkReference, SdkResolverContext resolverContext, SdkResultFactory factory); - } - - public abstract partial class SdkResolverContext - { - public virtual SdkLogger Logger { get { throw null; } protected set { } } - - public virtual System.Version MSBuildVersion { get { throw null; } protected set { } } - - public virtual string ProjectFilePath { get { throw null; } protected set { } } - - public virtual string SolutionFilePath { get { throw null; } protected set { } } - - public virtual object State { get { throw null; } set { } } - } - - public abstract partial class SdkResult - { - public bool Success { get { throw null; } protected set { } } - } - - public abstract partial class SdkResultFactory - { - public abstract SdkResult IndicateFailure(System.Collections.Generic.IEnumerable errors, System.Collections.Generic.IEnumerable warnings = null); - public abstract SdkResult IndicateSuccess(string path, string version, System.Collections.Generic.IEnumerable warnings = null); - } - - public enum TargetBuiltReason - { - None = 0, - BeforeTargets = 1, - DependsOn = 2, - AfterTargets = 3 - } - - public partial class TargetFinishedEventArgs : BuildStatusEventArgs - { - protected TargetFinishedEventArgs() { } - - public TargetFinishedEventArgs(string message, string helpKeyword, string targetName, string projectFile, string targetFile, bool succeeded, System.Collections.IEnumerable targetOutputs) { } - - public TargetFinishedEventArgs(string message, string helpKeyword, string targetName, string projectFile, string targetFile, bool succeeded, System.DateTime eventTimestamp, System.Collections.IEnumerable targetOutputs) { } - - public TargetFinishedEventArgs(string message, string helpKeyword, string targetName, string projectFile, string targetFile, bool succeeded) { } - - public string ProjectFile { get { throw null; } } - - public bool Succeeded { get { throw null; } } - - public string TargetFile { get { throw null; } } - - public string TargetName { get { throw null; } } - - public System.Collections.IEnumerable TargetOutputs { get { throw null; } set { } } - } - - public delegate void TargetFinishedEventHandler(object sender, TargetFinishedEventArgs e); - public partial class TargetSkippedEventArgs : BuildMessageEventArgs - { - public TargetSkippedEventArgs() { } - - public TargetSkippedEventArgs(string message, params object[] messageArgs) { } - - public TargetBuiltReason BuildReason { get { throw null; } set { } } - - public string ParentTarget { get { throw null; } set { } } - - public string TargetFile { get { throw null; } set { } } - - public string TargetName { get { throw null; } set { } } - } - - public partial class TargetStartedEventArgs : BuildStatusEventArgs - { - protected TargetStartedEventArgs() { } - - public TargetStartedEventArgs(string message, string helpKeyword, string targetName, string projectFile, string targetFile, string parentTarget, TargetBuiltReason buildReason, System.DateTime eventTimestamp) { } - - public TargetStartedEventArgs(string message, string helpKeyword, string targetName, string projectFile, string targetFile, string parentTarget, System.DateTime eventTimestamp) { } - - public TargetStartedEventArgs(string message, string helpKeyword, string targetName, string projectFile, string targetFile) { } - - public TargetBuiltReason BuildReason { get { throw null; } } - - public string ParentTarget { get { throw null; } } - - public string ProjectFile { get { throw null; } } - - public string TargetFile { get { throw null; } } - - public string TargetName { get { throw null; } } - } - - public delegate void TargetStartedEventHandler(object sender, TargetStartedEventArgs e); - public partial class TaskCommandLineEventArgs : BuildMessageEventArgs - { - protected TaskCommandLineEventArgs() { } - - public TaskCommandLineEventArgs(string commandLine, string taskName, MessageImportance importance, System.DateTime eventTimestamp) { } - - public TaskCommandLineEventArgs(string commandLine, string taskName, MessageImportance importance) { } - - public string CommandLine { get { throw null; } } - - public string TaskName { get { throw null; } } - } - - public partial class TaskFinishedEventArgs : BuildStatusEventArgs - { - protected TaskFinishedEventArgs() { } - - public TaskFinishedEventArgs(string message, string helpKeyword, string projectFile, string taskFile, string taskName, bool succeeded, System.DateTime eventTimestamp) { } - - public TaskFinishedEventArgs(string message, string helpKeyword, string projectFile, string taskFile, string taskName, bool succeeded) { } - - public string ProjectFile { get { throw null; } } - - public bool Succeeded { get { throw null; } } - - public string TaskFile { get { throw null; } } - - public string TaskName { get { throw null; } } - } - - public delegate void TaskFinishedEventHandler(object sender, TaskFinishedEventArgs e); - public partial class TaskPropertyInfo - { - public TaskPropertyInfo(string name, System.Type typeOfParameter, bool output, bool required) { } - - public string Name { get { throw null; } } - - public bool Output { get { throw null; } } - - public System.Type PropertyType { get { throw null; } } - - public bool Required { get { throw null; } } - } - - public partial class TaskStartedEventArgs : BuildStatusEventArgs - { - protected TaskStartedEventArgs() { } - - public TaskStartedEventArgs(string message, string helpKeyword, string projectFile, string taskFile, string taskName, System.DateTime eventTimestamp) { } - - public TaskStartedEventArgs(string message, string helpKeyword, string projectFile, string taskFile, string taskName) { } - - public string ProjectFile { get { throw null; } } - - public string TaskFile { get { throw null; } } - - public string TaskName { get { throw null; } } - } - - public delegate void TaskStartedEventHandler(object sender, TaskStartedEventArgs e); - public sealed partial class TelemetryEventArgs : BuildEventArgs - { - public string EventName { get { throw null; } set { } } - - public System.Collections.Generic.IDictionary Properties { get { throw null; } set { } } - } - - public delegate void TelemetryEventHandler(object sender, TelemetryEventArgs e); -} - -namespace Microsoft.Build.Framework.Profiler -{ - public partial struct EvaluationLocation - { - private object _dummy; - private int _dummyPrimitive; - public EvaluationLocation(EvaluationPass evaluationPass, string evaluationPassDescription, string file, int? line, string elementName, string elementDescription, EvaluationLocationKind kind) { } - - public EvaluationLocation(long id, long? parentId, EvaluationPass evaluationPass, string evaluationPassDescription, string file, int? line, string elementName, string elementDescription, EvaluationLocationKind kind) { } - - public EvaluationLocation(long? parentId, EvaluationPass evaluationPass, string evaluationPassDescription, string file, int? line, string elementName, string elementDescription, EvaluationLocationKind kind) { } - - public string ElementDescription { get { throw null; } } - - public string ElementName { get { throw null; } } - - public static EvaluationLocation EmptyLocation { get { throw null; } } - - public EvaluationPass EvaluationPass { get { throw null; } } - - public string EvaluationPassDescription { get { throw null; } } - - public string File { get { throw null; } } - - public long Id { get { throw null; } } - - public bool IsEvaluationPass { get { throw null; } } - - public EvaluationLocationKind Kind { get { throw null; } } - - public int? Line { get { throw null; } } - - public long? ParentId { get { throw null; } } - - public static EvaluationLocation CreateLocationForAggregatedGlob() { throw null; } - - public static EvaluationLocation CreateLocationForCondition(long? parentId, EvaluationPass evaluationPass, string evaluationDescription, string file, int? line, string condition) { throw null; } - - public static EvaluationLocation CreateLocationForGlob(long? parentId, EvaluationPass evaluationPass, string evaluationDescription, string file, int? line, string globDescription) { throw null; } - - public static EvaluationLocation CreateLocationForProject(long? parentId, EvaluationPass evaluationPass, string evaluationDescription, string file, int? line, IProjectElement element) { throw null; } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - - public override string ToString() { throw null; } - - public EvaluationLocation WithEvaluationPass(EvaluationPass evaluationPass, string passDescription = null) { throw null; } - - public EvaluationLocation WithFile(string file) { throw null; } - - public EvaluationLocation WithFileLineAndCondition(string file, int? line, string condition) { throw null; } - - public EvaluationLocation WithFileLineAndElement(string file, int? line, IProjectElement element) { throw null; } - - public EvaluationLocation WithGlob(string globDescription) { throw null; } - - public EvaluationLocation WithParentId(long? parentId) { throw null; } - } - - public enum EvaluationLocationKind : byte - { - Element = 0, - Condition = 1, - Glob = 2 - } - - public enum EvaluationPass : byte - { - TotalEvaluation = 0, - TotalGlobbing = 1, - InitialProperties = 2, - Properties = 3, - ItemDefinitionGroups = 4, - Items = 5, - LazyItems = 6, - UsingTasks = 7, - Targets = 8 - } - - public partial struct ProfiledLocation - { - private int _dummyPrimitive; - public ProfiledLocation(System.TimeSpan inclusiveTime, System.TimeSpan exclusiveTime, int numberOfHits) { } - - public System.TimeSpan ExclusiveTime { get { throw null; } } - - public System.TimeSpan InclusiveTime { get { throw null; } } - - public int NumberOfHits { get { throw null; } } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - - public override string ToString() { throw null; } - } - - public partial struct ProfilerResult - { - private object _dummy; - private int _dummyPrimitive; - public ProfilerResult(System.Collections.Generic.IDictionary profiledLocations) { } - - public System.Collections.Generic.IReadOnlyDictionary ProfiledLocations { get { throw null; } } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - } -} \ No newline at end of file diff --git a/src/referencePackages/src/microsoft.build.framework/15.7.179/microsoft.build.framework.nuspec b/src/referencePackages/src/microsoft.build.framework/15.7.179/microsoft.build.framework.nuspec deleted file mode 100644 index 573359ae5..000000000 --- a/src/referencePackages/src/microsoft.build.framework/15.7.179/microsoft.build.framework.nuspec +++ /dev/null @@ -1,24 +0,0 @@ - - - - Microsoft.Build.Framework - 15.7.179 - Microsoft - Microsoft - true - https://microsoft.mit-license.org/ - http://go.microsoft.com/fwlink/?LinkId=624683 - https://go.microsoft.com/fwlink/?linkid=825694 - This package contains the Microsoft.Build.Framework assembly which is a common assembly used by other MSBuild assemblies. - © Microsoft Corporation. All rights reserved. - MSBuild - true - - - - - - - - - \ No newline at end of file diff --git a/src/referencePackages/src/microsoft.build.utilities.core/15.7.179/Microsoft.Build.Utilities.Core.15.7.179.csproj b/src/referencePackages/src/microsoft.build.utilities.core/15.7.179/Microsoft.Build.Utilities.Core.15.7.179.csproj deleted file mode 100644 index df2e5a562..000000000 --- a/src/referencePackages/src/microsoft.build.utilities.core/15.7.179/Microsoft.Build.Utilities.Core.15.7.179.csproj +++ /dev/null @@ -1,15 +0,0 @@ - - - - netstandard2.0 - Microsoft.Build.Utilities.Core - - - - - - - - - - diff --git a/src/referencePackages/src/microsoft.build.utilities.core/15.7.179/lib/netstandard2.0/Microsoft.Build.Utilities.Core.cs b/src/referencePackages/src/microsoft.build.utilities.core/15.7.179/lib/netstandard2.0/Microsoft.Build.Utilities.Core.cs deleted file mode 100644 index 89a8ba8ad..000000000 --- a/src/referencePackages/src/microsoft.build.utilities.core/15.7.179/lib/netstandard2.0/Microsoft.Build.Utilities.Core.cs +++ /dev/null @@ -1,723 +0,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. -// ------------------------------------------------------------------------------ -// Changes to this file must follow the http://aka.ms/api-review process. -// ------------------------------------------------------------------------------ -[assembly: System.Runtime.CompilerServices.CompilationRelaxations(8)] -[assembly: System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows = true)] -[assembly: System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.Build.Utilities.UnitTests, PublicKey=002400000480000094000000060200000024000052534131000400000100010015c01ae1f50e8cc09ba9eac9147cf8fd9fce2cfe9f8dce4f7301c4132ca9fb50ce8cbf1df4dc18dd4d210e4345c744ecb3365ed327efdbc52603faa5e21daa11234c8c4a73e51f03bf192544581ebe107adee3a34928e39d04e524a9ce729d5090bfd7dad9d10c722c0def9ccc08ff0a03790e48bcd1f9b6c476063e1966a1c4")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.Build.Utilities.Whidbey.Unittest, PublicKey=002400000480000094000000060200000024000052534131000400000100010015c01ae1f50e8cc09ba9eac9147cf8fd9fce2cfe9f8dce4f7301c4132ca9fb50ce8cbf1df4dc18dd4d210e4345c744ecb3365ed327efdbc52603faa5e21daa11234c8c4a73e51f03bf192544581ebe107adee3a34928e39d04e524a9ce729d5090bfd7dad9d10c722c0def9ccc08ff0a03790e48bcd1f9b6c476063e1966a1c4")] -[assembly: System.Runtime.InteropServices.DefaultDllImportSearchPaths(System.Runtime.InteropServices.DllImportSearchPath.SafeDirectories)] -[assembly: System.Resources.NeutralResourcesLanguage("en")] -[assembly: System.CLSCompliant(true)] -[assembly: System.Reflection.AssemblyTitle("Microsoft.Build.Utilities.Core.dll")] -[assembly: System.Reflection.AssemblyDescription("Microsoft.Build.Utilities.Core.dll")] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyProduct("Microsoft® Build Tools®")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyFileVersion("15.7.179.6572")] -[assembly: System.Reflection.AssemblyInformationalVersion("15.7.179+gac19036b0d")] -[assembly: System.Runtime.Versioning.TargetFramework(".NETStandard,Version=v2.0", FrameworkDisplayName = "")] -[assembly: System.Reflection.AssemblyConfiguration("Release")] -[assembly: System.Reflection.AssemblyVersionAttribute("15.1.0.0")] -[assembly: System.Runtime.CompilerServices.ReferenceAssembly] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -namespace Microsoft.Build.Utilities -{ - public partial class AssemblyFoldersFromConfigInfo - { - public AssemblyFoldersFromConfigInfo(string directoryPath, System.Version targetFrameworkVersion) { } - - public string DirectoryPath { get { throw null; } } - - public System.Version TargetFrameworkVersion { get { throw null; } } - } - - public partial class CommandLineBuilder - { - public CommandLineBuilder() { } - - public CommandLineBuilder(bool quoteHyphensOnCommandLine, bool useNewLineSeparator) { } - - public CommandLineBuilder(bool quoteHyphensOnCommandLine) { } - - protected System.Text.StringBuilder CommandLine { get { throw null; } } - - public int Length { get { throw null; } } - - public void AppendFileNameIfNotNull(Framework.ITaskItem fileItem) { } - - public void AppendFileNameIfNotNull(string fileName) { } - - public void AppendFileNamesIfNotNull(Framework.ITaskItem[] fileItems, string delimiter) { } - - public void AppendFileNamesIfNotNull(string[] fileNames, string delimiter) { } - - protected void AppendFileNameWithQuoting(string fileName) { } - - protected void AppendQuotedTextToBuffer(System.Text.StringBuilder buffer, string unquotedTextToAppend) { } - - protected void AppendSpaceIfNotEmpty() { } - - public void AppendSwitch(string switchName) { } - - public void AppendSwitchIfNotNull(string switchName, Framework.ITaskItem parameter) { } - - public void AppendSwitchIfNotNull(string switchName, Framework.ITaskItem[] parameters, string delimiter) { } - - public void AppendSwitchIfNotNull(string switchName, string parameter) { } - - public void AppendSwitchIfNotNull(string switchName, string[] parameters, string delimiter) { } - - public void AppendSwitchUnquotedIfNotNull(string switchName, Framework.ITaskItem parameter) { } - - public void AppendSwitchUnquotedIfNotNull(string switchName, Framework.ITaskItem[] parameters, string delimiter) { } - - public void AppendSwitchUnquotedIfNotNull(string switchName, string parameter) { } - - public void AppendSwitchUnquotedIfNotNull(string switchName, string[] parameters, string delimiter) { } - - public void AppendTextUnquoted(string textToAppend) { } - - protected void AppendTextWithQuoting(string textToAppend) { } - - protected virtual bool IsQuotingRequired(string parameter) { throw null; } - - public override string ToString() { throw null; } - - protected virtual void VerifyThrowNoEmbeddedDoubleQuotes(string switchName, string parameter) { } - } - - public enum DotNetFrameworkArchitecture - { - Current = 0, - Bitness32 = 1, - Bitness64 = 2 - } - - public enum HostObjectInitializationStatus - { - UseHostObjectToExecute = 0, - UseAlternateToolToExecute = 1, - NoActionReturnSuccess = 2, - NoActionReturnFailure = 3 - } - - public abstract partial class Logger : Framework.ILogger - { - public virtual string Parameters { get { throw null; } set { } } - - public virtual Framework.LoggerVerbosity Verbosity { get { throw null; } set { } } - - public virtual string FormatErrorEvent(Framework.BuildErrorEventArgs args) { throw null; } - - public virtual string FormatWarningEvent(Framework.BuildWarningEventArgs args) { throw null; } - - public abstract void Initialize(Framework.IEventSource eventSource); - public bool IsVerbosityAtLeast(Framework.LoggerVerbosity checkVerbosity) { throw null; } - - public virtual void Shutdown() { } - } - - public enum MultipleVersionSupport - { - Allow = 0, - Warning = 1, - Error = 2 - } - - public partial class MuxLogger : Framework.INodeLogger, Framework.ILogger - { - public string Parameters { get { throw null; } set { } } - - public Framework.LoggerVerbosity Verbosity { get { throw null; } set { } } - - public void Initialize(Framework.IEventSource eventSource, int maxNodeCount) { } - - public void Initialize(Framework.IEventSource eventSource) { } - - public void RegisterLogger(int submissionId, Framework.ILogger logger) { } - - public void Shutdown() { } - - public bool UnregisterLoggers(int submissionId) { throw null; } - } - - public static partial class ProcessorArchitecture - { - public const string AMD64 = "AMD64"; - public const string ARM = "ARM"; - public const string IA64 = "IA64"; - public const string MSIL = "MSIL"; - public const string X86 = "x86"; - public static string CurrentProcessArchitecture { get { throw null; } } - } - - public partial class SDKManifest - { - public SDKManifest(string pathToSdk) { } - - public System.Collections.Generic.IDictionary AppxLocations { get { throw null; } } - - public string CopyRedistToSubDirectory { get { throw null; } } - - public string DependsOnSDK { get { throw null; } } - - public string DisplayName { get { throw null; } } - - public System.Collections.Generic.IDictionary FrameworkIdentities { get { throw null; } } - - public string FrameworkIdentity { get { throw null; } } - - public string MaxOSVersionTested { get { throw null; } } - - public string MaxPlatformVersion { get { throw null; } } - - public string MinOSVersion { get { throw null; } } - - public string MinVSVersion { get { throw null; } } - - public string MoreInfo { get { throw null; } } - - public string PlatformIdentity { get { throw null; } } - - public string ProductFamilyName { get { throw null; } } - - public bool ReadError { get { throw null; } } - - public string ReadErrorMessage { get { throw null; } } - - public SDKType SDKType { get { throw null; } } - - public string SupportedArchitectures { get { throw null; } } - - public string SupportPrefer32Bit { get { throw null; } } - - public MultipleVersionSupport SupportsMultipleVersions { get { throw null; } } - - public string TargetPlatform { get { throw null; } } - - public string TargetPlatformMinVersion { get { throw null; } } - - public string TargetPlatformVersion { get { throw null; } } - - public static partial class Attributes - { - public const string APPX = "APPX"; - public const string AppxLocation = "AppxLocation"; - public const string CopyLocalExpandedReferenceAssemblies = "CopyLocalExpandedReferenceAssemblies"; - public const string CopyRedist = "CopyRedist"; - public const string CopyRedistToSubDirectory = "CopyRedistToSubDirectory"; - public const string DependsOnSDK = "DependsOn"; - public const string DisplayName = "DisplayName"; - public const string ExpandReferenceAssemblies = "ExpandReferenceAssemblies"; - public const string FrameworkIdentity = "FrameworkIdentity"; - public const string MaxOSVersionTested = "MaxOSVersionTested"; - public const string MaxPlatformVersion = "MaxPlatformVersion"; - public const string MinOSVersion = "MinOSVersion"; - public const string MinVSVersion = "MinVSVersion"; - public const string MoreInfo = "MoreInfo"; - public const string PlatformIdentity = "PlatformIdentity"; - public const string ProductFamilyName = "ProductFamilyName"; - public const string SDKType = "SDKType"; - public const string SupportedArchitectures = "SupportedArchitectures"; - public const string SupportPrefer32Bit = "SupportPrefer32Bit"; - public const string SupportsMultipleVersions = "SupportsMultipleVersions"; - public const string TargetedSDK = "TargetedSDKArchitecture"; - public const string TargetedSDKConfiguration = "TargetedSDKConfiguration"; - public const string TargetPlatform = "TargetPlatform"; - public const string TargetPlatformMinVersion = "TargetPlatformMinVersion"; - public const string TargetPlatformVersion = "TargetPlatformVersion"; - } - } - - public enum SDKType - { - Unspecified = 0, - External = 1, - Platform = 2, - Framework = 3 - } - - public enum TargetDotNetFrameworkVersion - { - Version11 = 0, - Version20 = 1, - Version30 = 2, - Version35 = 3, - Version40 = 4, - Version45 = 5, - Version451 = 6, - Version46 = 7, - Version461 = 8, - Version452 = 9, - Version462 = 10, - VersionLatest = 10, - Version47 = 11, - Version471 = 12, - Latest = 9999 - } - - public partial class TargetPlatformSDK : System.IEquatable - { - public TargetPlatformSDK(string targetPlatformIdentifier, System.Version targetPlatformVersion, string path) { } - - public string DisplayName { get { throw null; } } - - public System.Version MinOSVersion { get { throw null; } } - - public System.Version MinVSVersion { get { throw null; } } - - public string Path { get { throw null; } set { } } - - public string TargetPlatformIdentifier { get { throw null; } } - - public System.Version TargetPlatformVersion { get { throw null; } } - - public bool ContainsPlatform(string targetPlatformIdentifier, string targetPlatformVersion) { throw null; } - - public bool Equals(TargetPlatformSDK other) { throw null; } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - } - - public abstract partial class Task : Framework.ITask - { - protected Task() { } - - protected Task(System.Resources.ResourceManager taskResources, string helpKeywordPrefix) { } - - protected Task(System.Resources.ResourceManager taskResources) { } - - public Framework.IBuildEngine BuildEngine { get { throw null; } set { } } - - public Framework.IBuildEngine2 BuildEngine2 { get { throw null; } } - - public Framework.IBuildEngine3 BuildEngine3 { get { throw null; } } - - public Framework.IBuildEngine4 BuildEngine4 { get { throw null; } } - - public Framework.IBuildEngine5 BuildEngine5 { get { throw null; } } - - protected string HelpKeywordPrefix { get { throw null; } set { } } - - public Framework.ITaskHost HostObject { get { throw null; } set { } } - - public TaskLoggingHelper Log { get { throw null; } } - - protected System.Resources.ResourceManager TaskResources { get { throw null; } set { } } - - public abstract bool Execute(); - } - - public sealed partial class TaskItem : Framework.ITaskItem, Framework.ITaskItem2 - { - public TaskItem() { } - - public TaskItem(Framework.ITaskItem sourceItem) { } - - public TaskItem(string itemSpec, System.Collections.IDictionary itemMetadata) { } - - public TaskItem(string itemSpec) { } - - public string ItemSpec { get { throw null; } set { } } - - public int MetadataCount { get { throw null; } } - - public System.Collections.ICollection MetadataNames { get { throw null; } } - - string Framework.ITaskItem2.EvaluatedIncludeEscaped { get { throw null; } set { } } - - public System.Collections.IDictionary CloneCustomMetadata() { throw null; } - - public void CopyMetadataTo(Framework.ITaskItem destinationItem) { } - - public string GetMetadata(string metadataName) { throw null; } - - System.Collections.IDictionary Framework.ITaskItem2.CloneCustomMetadataEscaped() { throw null; } - - string Framework.ITaskItem2.GetMetadataValueEscaped(string metadataName) { throw null; } - - void Framework.ITaskItem2.SetMetadataValueLiteral(string metadataName, string metadataValue) { } - - public static explicit operator string(TaskItem taskItemToCast) { throw null; } - - public void RemoveMetadata(string metadataName) { } - - public void SetMetadata(string metadataName, string metadataValue) { } - - public override string ToString() { throw null; } - } - - public partial class TaskLoggingHelper - { - public TaskLoggingHelper(Framework.IBuildEngine buildEngine, string taskName) { } - - public TaskLoggingHelper(Framework.ITask taskInstance) { } - - protected Framework.IBuildEngine BuildEngine { get { throw null; } } - - public bool HasLoggedErrors { get { throw null; } } - - public string HelpKeywordPrefix { get { throw null; } set { } } - - protected string TaskName { get { throw null; } } - - public System.Resources.ResourceManager TaskResources { get { throw null; } set { } } - - public string ExtractMessageCode(string message, out string messageWithoutCodePrefix) { throw null; } - - public virtual string FormatResourceString(string resourceName, params object[] args) { throw null; } - - public virtual string FormatString(string unformatted, params object[] args) { throw null; } - - public virtual string GetResourceMessage(string resourceName) { throw null; } - - public void LogCommandLine(Framework.MessageImportance importance, string commandLine) { } - - public void LogCommandLine(string commandLine) { } - - public void LogCriticalMessage(string subcategory, string code, string helpKeyword, string file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, string message, params object[] messageArgs) { } - - public void LogError(string message, params object[] messageArgs) { } - - public void LogError(string subcategory, string errorCode, string helpKeyword, string file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, string message, params object[] messageArgs) { } - - public void LogErrorFromException(System.Exception exception, bool showStackTrace, bool showDetail, string file) { } - - public void LogErrorFromException(System.Exception exception, bool showStackTrace) { } - - public void LogErrorFromException(System.Exception exception) { } - - public void LogErrorFromResources(string messageResourceName, params object[] messageArgs) { } - - public void LogErrorFromResources(string subcategoryResourceName, string errorCode, string helpKeyword, string file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, string messageResourceName, params object[] messageArgs) { } - - public void LogErrorWithCodeFromResources(string messageResourceName, params object[] messageArgs) { } - - public void LogErrorWithCodeFromResources(string subcategoryResourceName, string file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, string messageResourceName, params object[] messageArgs) { } - - public void LogExternalProjectFinished(string message, string helpKeyword, string projectFile, bool succeeded) { } - - public void LogExternalProjectStarted(string message, string helpKeyword, string projectFile, string targetNames) { } - - public void LogMessage(Framework.MessageImportance importance, string message, params object[] messageArgs) { } - - public void LogMessage(string message, params object[] messageArgs) { } - - public void LogMessage(string subcategory, string code, string helpKeyword, string file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, Framework.MessageImportance importance, string message, params object[] messageArgs) { } - - public void LogMessageFromResources(Framework.MessageImportance importance, string messageResourceName, params object[] messageArgs) { } - - public void LogMessageFromResources(string messageResourceName, params object[] messageArgs) { } - - public bool LogMessageFromText(string lineOfText, Framework.MessageImportance messageImportance) { throw null; } - - public bool LogMessagesFromFile(string fileName, Framework.MessageImportance messageImportance) { throw null; } - - public bool LogMessagesFromFile(string fileName) { throw null; } - - public bool LogMessagesFromStream(System.IO.TextReader stream, Framework.MessageImportance messageImportance) { throw null; } - - public void LogTelemetry(string eventName, System.Collections.Generic.IDictionary properties) { } - - public void LogWarning(string message, params object[] messageArgs) { } - - public void LogWarning(string subcategory, string warningCode, string helpKeyword, string file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, string message, params object[] messageArgs) { } - - public void LogWarningFromException(System.Exception exception, bool showStackTrace) { } - - public void LogWarningFromException(System.Exception exception) { } - - public void LogWarningFromResources(string messageResourceName, params object[] messageArgs) { } - - public void LogWarningFromResources(string subcategoryResourceName, string warningCode, string helpKeyword, string file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, string messageResourceName, params object[] messageArgs) { } - - public void LogWarningWithCodeFromResources(string messageResourceName, params object[] messageArgs) { } - - public void LogWarningWithCodeFromResources(string subcategoryResourceName, string file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, string messageResourceName, params object[] messageArgs) { } - } - - public static partial class ToolLocationHelper - { - public static string CurrentToolsVersion { get { throw null; } } - - public static string PathToSystem { get { throw null; } } - - public static void ClearSDKStaticCache() { } - - public static System.Collections.Generic.IDictionary FilterPlatformExtensionSDKs(System.Version targetPlatformVersion, System.Collections.Generic.IDictionary extensionSdks) { throw null; } - - public static System.Collections.Generic.IList FilterTargetPlatformSdks(System.Collections.Generic.IList targetPlatformSdkList, System.Version osVersion, System.Version vsVersion) { throw null; } - - public static System.Collections.Generic.IList GetAssemblyFoldersFromConfigInfo(string configFile, string targetFrameworkVersion, System.Reflection.ProcessorArchitecture targetProcessorArchitecture) { throw null; } - - public static string GetDisplayNameForTargetFrameworkDirectory(string targetFrameworkDirectory, System.Runtime.Versioning.FrameworkName frameworkName) { throw null; } - - public static string GetDotNetFrameworkRootRegistryKey(TargetDotNetFrameworkVersion version) { throw null; } - - public static string GetDotNetFrameworkSdkInstallKeyValue(TargetDotNetFrameworkVersion version, VisualStudioVersion visualStudioVersion) { throw null; } - - public static string GetDotNetFrameworkSdkInstallKeyValue(TargetDotNetFrameworkVersion version) { throw null; } - - public static string GetDotNetFrameworkSdkRootRegistryKey(TargetDotNetFrameworkVersion version, VisualStudioVersion visualStudioVersion) { throw null; } - - public static string GetDotNetFrameworkSdkRootRegistryKey(TargetDotNetFrameworkVersion version) { throw null; } - - public static string GetDotNetFrameworkVersionFolderPrefix(TargetDotNetFrameworkVersion version) { throw null; } - - public static string GetLatestSDKTargetPlatformVersion(string sdkIdentifier, string sdkVersion, string[] sdkRoots) { throw null; } - - public static string GetLatestSDKTargetPlatformVersion(string sdkIdentifier, string sdkVersion) { throw null; } - - public static string GetPathToBuildTools(string toolsVersion, DotNetFrameworkArchitecture architecture) { throw null; } - - public static string GetPathToBuildTools(string toolsVersion) { throw null; } - - public static string GetPathToBuildToolsFile(string fileName, string toolsVersion, DotNetFrameworkArchitecture architecture) { throw null; } - - public static string GetPathToBuildToolsFile(string fileName, string toolsVersion) { throw null; } - - public static string GetPathToDotNetFramework(TargetDotNetFrameworkVersion version, DotNetFrameworkArchitecture architecture) { throw null; } - - public static string GetPathToDotNetFramework(TargetDotNetFrameworkVersion version) { throw null; } - - public static string GetPathToDotNetFrameworkFile(string fileName, TargetDotNetFrameworkVersion version, DotNetFrameworkArchitecture architecture) { throw null; } - - public static string GetPathToDotNetFrameworkFile(string fileName, TargetDotNetFrameworkVersion version) { throw null; } - - public static string GetPathToDotNetFrameworkReferenceAssemblies(TargetDotNetFrameworkVersion version) { throw null; } - - public static string GetPathToDotNetFrameworkSdk() { throw null; } - - public static string GetPathToDotNetFrameworkSdk(TargetDotNetFrameworkVersion version, VisualStudioVersion visualStudioVersion) { throw null; } - - public static string GetPathToDotNetFrameworkSdk(TargetDotNetFrameworkVersion version) { throw null; } - - public static string GetPathToDotNetFrameworkSdkFile(string fileName, TargetDotNetFrameworkVersion version, DotNetFrameworkArchitecture architecture) { throw null; } - - public static string GetPathToDotNetFrameworkSdkFile(string fileName, TargetDotNetFrameworkVersion version, VisualStudioVersion visualStudioVersion, DotNetFrameworkArchitecture architecture) { throw null; } - - public static string GetPathToDotNetFrameworkSdkFile(string fileName, TargetDotNetFrameworkVersion version, VisualStudioVersion visualStudioVersion) { throw null; } - - public static string GetPathToDotNetFrameworkSdkFile(string fileName, TargetDotNetFrameworkVersion version) { throw null; } - - public static string GetPathToDotNetFrameworkSdkFile(string fileName) { throw null; } - - public static System.Collections.Generic.IList GetPathToReferenceAssemblies(System.Runtime.Versioning.FrameworkName frameworkName) { throw null; } - - public static System.Collections.Generic.IList GetPathToReferenceAssemblies(string targetFrameworkRootPath, System.Runtime.Versioning.FrameworkName frameworkName) { throw null; } - - public static System.Collections.Generic.IList GetPathToReferenceAssemblies(string targetFrameworkIdentifier, string targetFrameworkVersion, string targetFrameworkProfile, string targetFrameworkRootPath) { throw null; } - - public static System.Collections.Generic.IList GetPathToReferenceAssemblies(string targetFrameworkIdentifier, string targetFrameworkVersion, string targetFrameworkProfile) { throw null; } - - public static string GetPathToStandardLibraries(string targetFrameworkIdentifier, string targetFrameworkVersion, string targetFrameworkProfile, string platformTarget, string targetFrameworkRootPath) { throw null; } - - public static string GetPathToStandardLibraries(string targetFrameworkIdentifier, string targetFrameworkVersion, string targetFrameworkProfile, string platformTarget) { throw null; } - - public static string GetPathToStandardLibraries(string targetFrameworkIdentifier, string targetFrameworkVersion, string targetFrameworkProfile) { throw null; } - - public static string GetPathToSystemFile(string fileName) { throw null; } - - [System.Obsolete("Consider using GetPlatformSDKLocation instead")] - public static string GetPathToWindowsSdk(TargetDotNetFrameworkVersion version, VisualStudioVersion visualStudioVersion) { throw null; } - - [System.Obsolete("Consider using GetPlatformSDKLocationFile instead")] - public static string GetPathToWindowsSdkFile(string fileName, TargetDotNetFrameworkVersion version, VisualStudioVersion visualStudioVersion, DotNetFrameworkArchitecture architecture) { throw null; } - - [System.Obsolete("Consider using GetPlatformSDKLocationFile instead")] - public static string GetPathToWindowsSdkFile(string fileName, TargetDotNetFrameworkVersion version, VisualStudioVersion visualStudioVersion) { throw null; } - - public static string GetPlatformExtensionSDKLocation(string sdkMoniker, string targetPlatformIdentifier, string targetPlatformVersion, string diskRoots, string extensionDiskRoots, string registryRoot) { throw null; } - - public static string GetPlatformExtensionSDKLocation(string sdkMoniker, string targetPlatformIdentifier, string targetPlatformVersion, string diskRoots, string registryRoot) { throw null; } - - public static string GetPlatformExtensionSDKLocation(string sdkMoniker, string targetPlatformIdentifier, string targetPlatformVersion) { throw null; } - - public static string GetPlatformExtensionSDKLocation(string sdkMoniker, string targetPlatformIdentifier, System.Version targetPlatformVersion, string[] diskRoots, string registryRoot) { throw null; } - - public static string GetPlatformExtensionSDKLocation(string sdkMoniker, string targetPlatformIdentifier, System.Version targetPlatformVersion, string[] diskRoots, string[] extensionDiskRoots, string registryRoot) { throw null; } - - public static string GetPlatformExtensionSDKLocation(string sdkMoniker, string targetPlatformIdentifier, System.Version targetPlatformVersion) { throw null; } - - public static System.Collections.Generic.IDictionary GetPlatformExtensionSDKLocations(string targetPlatformIdentifier, System.Version targetPlatformVersion) { throw null; } - - public static System.Collections.Generic.IDictionary GetPlatformExtensionSDKLocations(string[] diskRoots, string registryRoot, string targetPlatformIdentifier, System.Version targetPlatformVersion) { throw null; } - - public static System.Collections.Generic.IDictionary GetPlatformExtensionSDKLocations(string[] diskRoots, string[] extensionDiskRoots, string registryRoot, string targetPlatformIdentifier, System.Version targetPlatformVersion) { throw null; } - - public static System.Collections.Generic.IDictionary> GetPlatformExtensionSDKLocationsAndVersions(string targetPlatformIdentifier, System.Version targetPlatformVersion) { throw null; } - - public static System.Collections.Generic.IDictionary> GetPlatformExtensionSDKLocationsAndVersions(string[] diskRoots, string registryRoot, string targetPlatformIdentifier, System.Version targetPlatformVersion) { throw null; } - - public static System.Collections.Generic.IDictionary> GetPlatformExtensionSDKLocationsAndVersions(string[] diskRoots, string[] multiPlatformDiskRoots, string registryRoot, string targetPlatformIdentifier, System.Version targetPlatformVersion) { throw null; } - - public static string[] GetPlatformOrFrameworkExtensionSdkReferences(string extensionSdkMoniker, string targetSdkIdentifier, string targetSdkVersion, string diskRoots, string extensionDiskRoots, string registryRoot, string targetPlatformIdentifier, string targetPlatformVersion) { throw null; } - - public static string[] GetPlatformOrFrameworkExtensionSdkReferences(string extensionSdkMoniker, string targetSdkIdentifier, string targetSdkVersion, string diskRoots, string extensionDiskRoots, string registryRoot) { throw null; } - - public static string GetPlatformSDKDisplayName(string targetPlatformIdentifier, string targetPlatformVersion, string diskRoots, string registryRoot) { throw null; } - - public static string GetPlatformSDKDisplayName(string targetPlatformIdentifier, string targetPlatformVersion) { throw null; } - - public static string GetPlatformSDKLocation(string targetPlatformIdentifier, string targetPlatformVersion, string diskRoots, string registryRoot) { throw null; } - - public static string GetPlatformSDKLocation(string targetPlatformIdentifier, string targetPlatformVersion) { throw null; } - - public static string GetPlatformSDKLocation(string targetPlatformIdentifier, System.Version targetPlatformVersion, string[] diskRoots, string registryRoot) { throw null; } - - public static string GetPlatformSDKLocation(string targetPlatformIdentifier, System.Version targetPlatformVersion) { throw null; } - - public static string GetPlatformSDKPropsFileLocation(string sdkIdentifier, string sdkVersion, string targetPlatformIdentifier, string targetPlatformMinVersion, string targetPlatformVersion, string diskRoots, string registryRoot) { throw null; } - - public static string GetPlatformSDKPropsFileLocation(string sdkIdentifier, string sdkVersion, string targetPlatformIdentifier, string targetPlatformMinVersion, string targetPlatformVersion) { throw null; } - - public static System.Collections.Generic.IEnumerable GetPlatformsForSDK(string sdkIdentifier, System.Version sdkVersion, string[] diskRoots, string registryRoot) { throw null; } - - public static System.Collections.Generic.IEnumerable GetPlatformsForSDK(string sdkIdentifier, System.Version sdkVersion) { throw null; } - - public static string GetProgramFilesReferenceAssemblyRoot() { throw null; } - - public static string GetSDKContentFolderPath(string sdkIdentifier, string sdkVersion, string targetPlatformIdentifier, string targetPlatformMinVersion, string targetPlatformVersion, string folderName, string diskRoot = null) { throw null; } - - public static System.Collections.Generic.IList GetSDKDesignTimeFolders(string sdkRoot, string targetConfiguration, string targetArchitecture) { throw null; } - - public static System.Collections.Generic.IList GetSDKDesignTimeFolders(string sdkRoot) { throw null; } - - public static System.Collections.Generic.IList GetSDKRedistFolders(string sdkRoot, string targetConfiguration, string targetArchitecture) { throw null; } - - public static System.Collections.Generic.IList GetSDKRedistFolders(string sdkRoot) { throw null; } - - public static System.Collections.Generic.IList GetSDKReferenceFolders(string sdkRoot, string targetConfiguration, string targetArchitecture) { throw null; } - - public static System.Collections.Generic.IList GetSDKReferenceFolders(string sdkRoot) { throw null; } - - public static System.Collections.Generic.IList GetSupportedTargetFrameworks() { throw null; } - - public static string[] GetTargetPlatformReferences(string sdkIdentifier, string sdkVersion, string targetPlatformIdentifier, string targetPlatformMinVersion, string targetPlatformVersion, string diskRoots, string registryRoot) { throw null; } - - public static string[] GetTargetPlatformReferences(string sdkIdentifier, string sdkVersion, string targetPlatformIdentifier, string targetPlatformMinVersion, string targetPlatformVersion) { throw null; } - - public static System.Collections.Generic.IList GetTargetPlatformSdks() { throw null; } - - public static System.Collections.Generic.IList GetTargetPlatformSdks(string[] diskRoots, string registryRoot) { throw null; } - - public static System.Runtime.Versioning.FrameworkName HighestVersionOfTargetFrameworkIdentifier(string targetFrameworkRootDirectory, string frameworkIdentifier) { throw null; } - } - - public abstract partial class ToolTask : Task, Framework.ICancelableTask, Framework.ITask - { - protected ToolTask() { } - - protected ToolTask(System.Resources.ResourceManager taskResources, string helpKeywordPrefix) { } - - protected ToolTask(System.Resources.ResourceManager taskResources) { } - - public bool EchoOff { get { throw null; } set { } } - - [System.Obsolete("Use EnvironmentVariables property")] - protected virtual System.Collections.Generic.Dictionary EnvironmentOverride { get { throw null; } } - - public string[] EnvironmentVariables { get { throw null; } set { } } - - [Framework.Output] - public int ExitCode { get { throw null; } } - - protected virtual bool HasLoggedErrors { get { throw null; } } - - public bool LogStandardErrorAsError { get { throw null; } set { } } - - protected virtual System.Text.Encoding ResponseFileEncoding { get { throw null; } } - - protected virtual System.Text.Encoding StandardErrorEncoding { get { throw null; } } - - public string StandardErrorImportance { get { throw null; } set { } } - - protected Framework.MessageImportance StandardErrorImportanceToUse { get { throw null; } } - - protected virtual Framework.MessageImportance StandardErrorLoggingImportance { get { throw null; } } - - protected virtual System.Text.Encoding StandardOutputEncoding { get { throw null; } } - - public string StandardOutputImportance { get { throw null; } set { } } - - protected Framework.MessageImportance StandardOutputImportanceToUse { get { throw null; } } - - protected virtual Framework.MessageImportance StandardOutputLoggingImportance { get { throw null; } } - - protected int TaskProcessTerminationTimeout { get { throw null; } set { } } - - public virtual int Timeout { get { throw null; } set { } } - - protected System.Threading.ManualResetEvent ToolCanceled { get { throw null; } } - - public virtual string ToolExe { get { throw null; } set { } } - - protected abstract string ToolName { get; } - - public string ToolPath { get { throw null; } set { } } - - public bool UseCommandProcessor { get { throw null; } set { } } - - public bool YieldDuringToolExecution { get { throw null; } set { } } - - protected virtual string AdjustCommandsForOperatingSystem(string input) { throw null; } - - protected virtual bool CallHostObjectToExecute() { throw null; } - - public virtual void Cancel() { } - - protected void DeleteTempFile(string fileName) { } - - public override bool Execute() { throw null; } - - protected virtual int ExecuteTool(string pathToTool, string responseFileCommands, string commandLineCommands) { throw null; } - - protected virtual string GenerateCommandLineCommands() { throw null; } - - protected abstract string GenerateFullPathToTool(); - protected virtual string GenerateResponseFileCommands() { throw null; } - - protected virtual System.Diagnostics.ProcessStartInfo GetProcessStartInfo(string pathToTool, string commandLineCommands, string responseFileSwitch) { throw null; } - - protected virtual string GetResponseFileSwitch(string responseFilePath) { throw null; } - - protected virtual string GetWorkingDirectory() { throw null; } - - protected virtual bool HandleTaskExecutionErrors() { throw null; } - - protected virtual HostObjectInitializationStatus InitializeHostObject() { throw null; } - - protected virtual void LogEventsFromTextOutput(string singleLine, Framework.MessageImportance messageImportance) { } - - protected virtual void LogPathToTool(string toolName, string pathToTool) { } - - protected virtual void LogToolCommand(string message) { } - - protected virtual string ResponseFileEscape(string responseString) { throw null; } - - protected virtual bool SkipTaskExecution() { throw null; } - - protected internal virtual bool ValidateParameters() { throw null; } - } - - public static partial class TrackedDependencies - { - public static Framework.ITaskItem[] ExpandWildcards(Framework.ITaskItem[] expand) { throw null; } - } - - public enum VisualStudioVersion - { - Version100 = 0, - Version110 = 1, - Version120 = 2, - Version140 = 3, - Version150 = 4, - VersionLatest = 4 - } -} \ No newline at end of file diff --git a/src/referencePackages/src/microsoft.build.utilities.core/15.7.179/microsoft.build.utilities.core.nuspec b/src/referencePackages/src/microsoft.build.utilities.core/15.7.179/microsoft.build.utilities.core.nuspec deleted file mode 100644 index b05eb17b6..000000000 --- a/src/referencePackages/src/microsoft.build.utilities.core/15.7.179/microsoft.build.utilities.core.nuspec +++ /dev/null @@ -1,26 +0,0 @@ - - - - Microsoft.Build.Utilities.Core - 15.7.179 - Microsoft - Microsoft - true - https://microsoft.mit-license.org/ - http://go.microsoft.com/fwlink/?LinkId=624683 - https://go.microsoft.com/fwlink/?linkid=825694 - This package contains the Microsoft.Build.Utilities assembly which is used to implement custom MSBuild tasks. - © Microsoft Corporation. All rights reserved. - MSBuild - true - - - - - - - - - - - \ No newline at end of file diff --git a/src/referencePackages/src/microsoft.build/15.7.179/Microsoft.Build.15.7.179.csproj b/src/referencePackages/src/microsoft.build/15.7.179/Microsoft.Build.15.7.179.csproj deleted file mode 100644 index ca288cccb..000000000 --- a/src/referencePackages/src/microsoft.build/15.7.179/Microsoft.Build.15.7.179.csproj +++ /dev/null @@ -1,21 +0,0 @@ - - - - netstandard2.0 - Microsoft.Build - - - - - - - - - - - - - - - - diff --git a/src/referencePackages/src/microsoft.build/15.7.179/lib/netstandard2.0/Microsoft.Build.cs b/src/referencePackages/src/microsoft.build/15.7.179/lib/netstandard2.0/Microsoft.Build.cs deleted file mode 100644 index 740d7e869..000000000 --- a/src/referencePackages/src/microsoft.build/15.7.179/lib/netstandard2.0/Microsoft.Build.cs +++ /dev/null @@ -1,2590 +0,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. -// ------------------------------------------------------------------------------ -// Changes to this file must follow the http://aka.ms/api-review process. -// ------------------------------------------------------------------------------ -[assembly: System.Runtime.CompilerServices.CompilationRelaxations(8)] -[assembly: System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows = true)] -[assembly: System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.Build.Framework.UnitTests, PublicKey=002400000480000094000000060200000024000052534131000400000100010015c01ae1f50e8cc09ba9eac9147cf8fd9fce2cfe9f8dce4f7301c4132ca9fb50ce8cbf1df4dc18dd4d210e4345c744ecb3365ed327efdbc52603faa5e21daa11234c8c4a73e51f03bf192544581ebe107adee3a34928e39d04e524a9ce729d5090bfd7dad9d10c722c0def9ccc08ff0a03790e48bcd1f9b6c476063e1966a1c4")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.Build.Engine.UnitTests, PublicKey=002400000480000094000000060200000024000052534131000400000100010015c01ae1f50e8cc09ba9eac9147cf8fd9fce2cfe9f8dce4f7301c4132ca9fb50ce8cbf1df4dc18dd4d210e4345c744ecb3365ed327efdbc52603faa5e21daa11234c8c4a73e51f03bf192544581ebe107adee3a34928e39d04e524a9ce729d5090bfd7dad9d10c722c0def9ccc08ff0a03790e48bcd1f9b6c476063e1966a1c4")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.Build.Conversion.Core, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.Build.Engine.Whidbey.Unittest, PublicKey=002400000480000094000000060200000024000052534131000400000100010015c01ae1f50e8cc09ba9eac9147cf8fd9fce2cfe9f8dce4f7301c4132ca9fb50ce8cbf1df4dc18dd4d210e4345c744ecb3365ed327efdbc52603faa5e21daa11234c8c4a73e51f03bf192544581ebe107adee3a34928e39d04e524a9ce729d5090bfd7dad9d10c722c0def9ccc08ff0a03790e48bcd1f9b6c476063e1966a1c4")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.Build.UnitTesting.Targets, PublicKey=002400000480000094000000060200000024000052534131000400000100010015c01ae1f50e8cc09ba9eac9147cf8fd9fce2cfe9f8dce4f7301c4132ca9fb50ce8cbf1df4dc18dd4d210e4345c744ecb3365ed327efdbc52603faa5e21daa11234c8c4a73e51f03bf192544581ebe107adee3a34928e39d04e524a9ce729d5090bfd7dad9d10c722c0def9ccc08ff0a03790e48bcd1f9b6c476063e1966a1c4")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.Build.Engine.BackEndUnitTests, PublicKey=002400000480000094000000060200000024000052534131000400000100010015c01ae1f50e8cc09ba9eac9147cf8fd9fce2cfe9f8dce4f7301c4132ca9fb50ce8cbf1df4dc18dd4d210e4345c744ecb3365ed327efdbc52603faa5e21daa11234c8c4a73e51f03bf192544581ebe107adee3a34928e39d04e524a9ce729d5090bfd7dad9d10c722c0def9ccc08ff0a03790e48bcd1f9b6c476063e1966a1c4")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.Build.Conversion.Unittest, PublicKey=002400000480000094000000060200000024000052534131000400000100010015c01ae1f50e8cc09ba9eac9147cf8fd9fce2cfe9f8dce4f7301c4132ca9fb50ce8cbf1df4dc18dd4d210e4345c744ecb3365ed327efdbc52603faa5e21daa11234c8c4a73e51f03bf192544581ebe107adee3a34928e39d04e524a9ce729d5090bfd7dad9d10c722c0def9ccc08ff0a03790e48bcd1f9b6c476063e1966a1c4")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.Build.Tasks.Cop, PublicKey=002400000480000094000000060200000024000052534131000400000100010015c01ae1f50e8cc09ba9eac9147cf8fd9fce2cfe9f8dce4f7301c4132ca9fb50ce8cbf1df4dc18dd4d210e4345c744ecb3365ed327efdbc52603faa5e21daa11234c8c4a73e51f03bf192544581ebe107adee3a34928e39d04e524a9ce729d5090bfd7dad9d10c722c0def9ccc08ff0a03790e48bcd1f9b6c476063e1966a1c4")] -[assembly: System.Runtime.InteropServices.DefaultDllImportSearchPaths(System.Runtime.InteropServices.DllImportSearchPath.SafeDirectories)] -[assembly: System.Resources.NeutralResourcesLanguage("en")] -[assembly: System.CLSCompliant(true)] -[assembly: System.Reflection.AssemblyTitle("Microsoft.Build.dll")] -[assembly: System.Reflection.AssemblyDescription("Microsoft.Build.dll")] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyProduct("Microsoft® Build Tools®")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyFileVersion("15.7.179.6572")] -[assembly: System.Reflection.AssemblyInformationalVersion("15.7.179+gac19036b0d")] -[assembly: System.Runtime.Versioning.TargetFramework(".NETStandard,Version=v2.0", FrameworkDisplayName = "")] -[assembly: System.Reflection.AssemblyConfiguration("Release")] -[assembly: System.Reflection.AssemblyVersionAttribute("15.1.0.0")] -[assembly: System.Runtime.CompilerServices.ReferenceAssembly] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -namespace Microsoft.Build.Construction -{ - public abstract partial class ElementLocation - { - public abstract int Column { get; } - public abstract string File { get; } - public abstract int Line { get; } - - public string LocationString { get { throw null; } } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - - public override string ToString() { throw null; } - } - - public enum ImplicitImportLocation - { - None = 0, - Top = 1, - Bottom = 2 - } - - public partial class ProjectChooseElement : ProjectElementContainer - { - internal ProjectChooseElement() { } - - public override string Condition { get { throw null; } set { } } - - public override ElementLocation ConditionLocation { get { throw null; } } - - public ProjectOtherwiseElement OtherwiseElement { get { throw null; } } - - public System.Collections.Generic.ICollection WhenElements { get { throw null; } } - - protected override ProjectElement CreateNewInstance(ProjectRootElement owner) { throw null; } - } - - public sealed partial class ProjectConfigurationInSolution - { - internal ProjectConfigurationInSolution() { } - - public string ConfigurationName { get { throw null; } } - - public string FullName { get { throw null; } } - - public bool IncludeInBuild { get { throw null; } } - - public string PlatformName { get { throw null; } } - } - - public abstract partial class ProjectElement : Framework.IProjectElement - { - internal ProjectElement() { } - - public System.Collections.Generic.IEnumerable AllParents { get { throw null; } } - - public virtual string Condition { get { throw null; } set { } } - - public virtual ElementLocation ConditionLocation { get { throw null; } } - - public ProjectRootElement ContainingProject { get { throw null; } } - - public string ElementName { get { throw null; } } - - public string Label { get { throw null; } set { } } - - public ElementLocation LabelLocation { get { throw null; } } - - public ElementLocation Location { get { throw null; } } - - public ProjectElement NextSibling { get { throw null; } } - - public string OuterElement { get { throw null; } } - - public ProjectElementContainer Parent { get { throw null; } } - - public ProjectElement PreviousSibling { get { throw null; } } - - public ProjectElement Clone() { throw null; } - - protected internal virtual ProjectElement Clone(ProjectRootElement factory) { throw null; } - - public virtual void CopyFrom(ProjectElement element) { } - - protected abstract ProjectElement CreateNewInstance(ProjectRootElement owner); - protected virtual bool ShouldCloneXmlAttribute(System.Xml.XmlAttribute attribute) { throw null; } - } - - public abstract partial class ProjectElementContainer : ProjectElement - { - internal ProjectElementContainer() { } - - public System.Collections.Generic.IEnumerable AllChildren { get { throw null; } } - - public System.Collections.Generic.ICollection Children { get { throw null; } } - - public System.Collections.Generic.ICollection ChildrenReversed { get { throw null; } } - - public int Count { get { throw null; } } - - public ProjectElement FirstChild { get { throw null; } } - - public ProjectElement LastChild { get { throw null; } } - - public void AppendChild(ProjectElement child) { } - - protected internal virtual ProjectElementContainer DeepClone(ProjectRootElement factory, ProjectElementContainer parent) { throw null; } - - public virtual void DeepCopyFrom(ProjectElementContainer element) { } - - public void InsertAfterChild(ProjectElement child, ProjectElement reference) { } - - public void InsertBeforeChild(ProjectElement child, ProjectElement reference) { } - - public void PrependChild(ProjectElement child) { } - - public void RemoveAllChildren() { } - - public void RemoveChild(ProjectElement child) { } - } - - public partial class ProjectExtensionsElement : ProjectElement - { - internal ProjectExtensionsElement() { } - - public override string Condition { get { throw null; } set { } } - - public override ElementLocation ConditionLocation { get { throw null; } } - - public string Content { get { throw null; } set { } } - - public string this[string name] { get { throw null; } set { } } - - public override void CopyFrom(ProjectElement element) { } - - protected override ProjectElement CreateNewInstance(ProjectRootElement owner) { throw null; } - } - - public partial class ProjectImportElement : ProjectElement - { - internal ProjectImportElement() { } - - public ImplicitImportLocation ImplicitImportLocation { get { throw null; } } - - public string MinimumVersion { get { throw null; } set { } } - - public string Project { get { throw null; } set { } } - - public ElementLocation ProjectLocation { get { throw null; } } - - public string Sdk { get { throw null; } set { } } - - public ElementLocation SdkLocation { get { throw null; } } - - public string Version { get { throw null; } set { } } - - protected override ProjectElement CreateNewInstance(ProjectRootElement owner) { throw null; } - } - - public partial class ProjectImportGroupElement : ProjectElementContainer - { - internal ProjectImportGroupElement() { } - - public System.Collections.Generic.ICollection Imports { get { throw null; } } - - public ProjectImportElement AddImport(string project) { throw null; } - - protected override ProjectElement CreateNewInstance(ProjectRootElement owner) { throw null; } - } - - public sealed partial class ProjectInSolution - { - internal ProjectInSolution() { } - - public string AbsolutePath { get { throw null; } } - - public System.Collections.Generic.IReadOnlyList Dependencies { get { throw null; } } - - public string ParentProjectGuid { get { throw null; } } - - public System.Collections.Generic.IReadOnlyDictionary ProjectConfigurations { get { throw null; } } - - public string ProjectGuid { get { throw null; } } - - public string ProjectName { get { throw null; } } - - public SolutionProjectType ProjectType { get { throw null; } set { } } - - public string RelativePath { get { throw null; } } - } - - public partial class ProjectItemDefinitionElement : ProjectElementContainer - { - internal ProjectItemDefinitionElement() { } - - public string ItemType { get { throw null; } } - - public System.Collections.Generic.ICollection Metadata { get { throw null; } } - - public ProjectMetadataElement AddMetadata(string name, string unevaluatedValue) { throw null; } - - protected override ProjectElement CreateNewInstance(ProjectRootElement owner) { throw null; } - } - - public partial class ProjectItemDefinitionGroupElement : ProjectElementContainer - { - internal ProjectItemDefinitionGroupElement() { } - - public System.Collections.Generic.ICollection ItemDefinitions { get { throw null; } } - - public ProjectItemDefinitionElement AddItemDefinition(string itemType) { throw null; } - - protected override ProjectElement CreateNewInstance(ProjectRootElement owner) { throw null; } - } - - public partial class ProjectItemElement : ProjectElementContainer - { - internal ProjectItemElement() { } - - public string Exclude { get { throw null; } set { } } - - public ElementLocation ExcludeLocation { get { throw null; } } - - public bool HasMetadata { get { throw null; } } - - public string Include { get { throw null; } set { } } - - public ElementLocation IncludeLocation { get { throw null; } } - - public string ItemType { get { throw null; } set { } } - - public string KeepDuplicates { get { throw null; } set { } } - - public ElementLocation KeepDuplicatesLocation { get { throw null; } } - - public string KeepMetadata { get { throw null; } set { } } - - public ElementLocation KeepMetadataLocation { get { throw null; } } - - public System.Collections.Generic.ICollection Metadata { get { throw null; } } - - public string Remove { get { throw null; } set { } } - - public ElementLocation RemoveLocation { get { throw null; } } - - public string RemoveMetadata { get { throw null; } set { } } - - public ElementLocation RemoveMetadataLocation { get { throw null; } } - - public string Update { get { throw null; } set { } } - - public ElementLocation UpdateLocation { get { throw null; } } - - public ProjectMetadataElement AddMetadata(string name, string unevaluatedValue, bool expressAsAttribute) { throw null; } - - public ProjectMetadataElement AddMetadata(string name, string unevaluatedValue) { throw null; } - - public override void CopyFrom(ProjectElement element) { } - - protected override ProjectElement CreateNewInstance(ProjectRootElement owner) { throw null; } - - protected override bool ShouldCloneXmlAttribute(System.Xml.XmlAttribute attribute) { throw null; } - } - - public partial class ProjectItemGroupElement : ProjectElementContainer - { - internal ProjectItemGroupElement() { } - - public System.Collections.Generic.ICollection Items { get { throw null; } } - - public ProjectItemElement AddItem(string itemType, string include, System.Collections.Generic.IEnumerable> metadata) { throw null; } - - public ProjectItemElement AddItem(string itemType, string include) { throw null; } - - public override void CopyFrom(ProjectElement element) { } - - protected override ProjectElement CreateNewInstance(ProjectRootElement owner) { throw null; } - } - - public partial class ProjectMetadataElement : ProjectElement - { - internal ProjectMetadataElement() { } - - public bool ExpressedAsAttribute { get { throw null; } set { } } - - public string Name { get { throw null; } set { } } - - public string Value { get { throw null; } set { } } - - protected override ProjectElement CreateNewInstance(ProjectRootElement owner) { throw null; } - } - - public partial class ProjectOnErrorElement : ProjectElement - { - internal ProjectOnErrorElement() { } - - public string ExecuteTargetsAttribute { get { throw null; } set { } } - - public ElementLocation ExecuteTargetsLocation { get { throw null; } } - - protected override ProjectElement CreateNewInstance(ProjectRootElement owner) { throw null; } - } - - public partial class ProjectOtherwiseElement : ProjectElementContainer - { - internal ProjectOtherwiseElement() { } - - public System.Collections.Generic.ICollection ChooseElements { get { throw null; } } - - public override string Condition { get { throw null; } set { } } - - public override ElementLocation ConditionLocation { get { throw null; } } - - public System.Collections.Generic.ICollection ItemGroups { get { throw null; } } - - public System.Collections.Generic.ICollection PropertyGroups { get { throw null; } } - - protected override ProjectElement CreateNewInstance(ProjectRootElement owner) { throw null; } - } - - public partial class ProjectOutputElement : ProjectElement - { - internal ProjectOutputElement() { } - - public bool IsOutputItem { get { throw null; } } - - public bool IsOutputProperty { get { throw null; } } - - public string ItemType { get { throw null; } set { } } - - public ElementLocation ItemTypeLocation { get { throw null; } } - - public string PropertyName { get { throw null; } set { } } - - public ElementLocation PropertyNameLocation { get { throw null; } } - - public string TaskParameter { get { throw null; } set { } } - - public ElementLocation TaskParameterLocation { get { throw null; } } - - protected override ProjectElement CreateNewInstance(ProjectRootElement owner) { throw null; } - } - - public partial class ProjectPropertyElement : ProjectElement - { - internal ProjectPropertyElement() { } - - public string Name { get { throw null; } set { } } - - public string Value { get { throw null; } set { } } - - protected override ProjectElement CreateNewInstance(ProjectRootElement owner) { throw null; } - } - - public partial class ProjectPropertyGroupElement : ProjectElementContainer - { - internal ProjectPropertyGroupElement() { } - - public System.Collections.Generic.ICollection Properties { get { throw null; } } - - public System.Collections.Generic.ICollection PropertiesReversed { get { throw null; } } - - public ProjectPropertyElement AddProperty(string name, string unevaluatedValue) { throw null; } - - protected override ProjectElement CreateNewInstance(ProjectRootElement owner) { throw null; } - - public ProjectPropertyElement SetProperty(string name, string unevaluatedValue) { throw null; } - } - - public partial class ProjectRootElement : ProjectElementContainer - { - internal ProjectRootElement() { } - - public System.Collections.Generic.ICollection ChooseElements { get { throw null; } } - - public override string Condition { get { throw null; } set { } } - - public override ElementLocation ConditionLocation { get { throw null; } } - - public string DefaultTargets { get { throw null; } set { } } - - public ElementLocation DefaultTargetsLocation { get { throw null; } } - - public string DirectoryPath { get { throw null; } } - - public System.Text.Encoding Encoding { get { throw null; } } - - public string FullPath { get { throw null; } set { } } - - public bool HasUnsavedChanges { get { throw null; } } - - public System.Collections.Generic.ICollection ImportGroups { get { throw null; } } - - public System.Collections.Generic.ICollection ImportGroupsReversed { get { throw null; } } - - public System.Collections.Generic.ICollection Imports { get { throw null; } } - - public string InitialTargets { get { throw null; } set { } } - - public ElementLocation InitialTargetsLocation { get { throw null; } } - - public System.Collections.Generic.ICollection ItemDefinitionGroups { get { throw null; } } - - public System.Collections.Generic.ICollection ItemDefinitionGroupsReversed { get { throw null; } } - - public System.Collections.Generic.ICollection ItemDefinitions { get { throw null; } } - - public System.Collections.Generic.ICollection ItemGroups { get { throw null; } } - - public System.Collections.Generic.ICollection ItemGroupsReversed { get { throw null; } } - - public System.Collections.Generic.ICollection Items { get { throw null; } } - - public System.DateTime LastWriteTimeWhenRead { get { throw null; } } - - public bool PreserveFormatting { get { throw null; } } - - public ElementLocation ProjectFileLocation { get { throw null; } } - - public System.Collections.Generic.ICollection Properties { get { throw null; } } - - public System.Collections.Generic.ICollection PropertyGroups { get { throw null; } } - - public System.Collections.Generic.ICollection PropertyGroupsReversed { get { throw null; } } - - public string RawXml { get { throw null; } } - - public string Sdk { get { throw null; } set { } } - - public ElementLocation SdkLocation { get { throw null; } } - - public System.Collections.Generic.ICollection Targets { get { throw null; } } - - public System.DateTime TimeLastChanged { get { throw null; } } - - public string ToolsVersion { get { throw null; } set { } } - - public ElementLocation ToolsVersionLocation { get { throw null; } } - - public string TreatAsLocalProperty { get { throw null; } set { } } - - public ElementLocation TreatAsLocalPropertyLocation { get { throw null; } } - - public System.Collections.Generic.ICollection UsingTasks { get { throw null; } } - - public int Version { get { throw null; } } - - public ProjectImportElement AddImport(string project) { throw null; } - - public ProjectImportGroupElement AddImportGroup() { throw null; } - - public ProjectItemElement AddItem(string itemType, string include, System.Collections.Generic.IEnumerable> metadata) { throw null; } - - public ProjectItemElement AddItem(string itemType, string include) { throw null; } - - public ProjectItemDefinitionElement AddItemDefinition(string itemType) { throw null; } - - public ProjectItemDefinitionGroupElement AddItemDefinitionGroup() { throw null; } - - public ProjectItemGroupElement AddItemGroup() { throw null; } - - public ProjectPropertyElement AddProperty(string name, string value) { throw null; } - - public ProjectPropertyGroupElement AddPropertyGroup() { throw null; } - - public ProjectTargetElement AddTarget(string name) { throw null; } - - public ProjectUsingTaskElement AddUsingTask(string name, string assemblyFile, string assemblyName) { throw null; } - - public static ProjectRootElement Create() { throw null; } - - public static ProjectRootElement Create(Evaluation.NewProjectFileOptions projectFileOptions) { throw null; } - - public static ProjectRootElement Create(Evaluation.ProjectCollection projectCollection, Evaluation.NewProjectFileOptions projectFileOptions) { throw null; } - - public static ProjectRootElement Create(Evaluation.ProjectCollection projectCollection) { throw null; } - - public static ProjectRootElement Create(string path, Evaluation.NewProjectFileOptions newProjectFileOptions) { throw null; } - - public static ProjectRootElement Create(string path, Evaluation.ProjectCollection projectCollection, Evaluation.NewProjectFileOptions newProjectFileOptions) { throw null; } - - public static ProjectRootElement Create(string path, Evaluation.ProjectCollection projectCollection) { throw null; } - - public static ProjectRootElement Create(string path) { throw null; } - - public static ProjectRootElement Create(System.Xml.XmlReader xmlReader, Evaluation.ProjectCollection projectCollection, bool preserveFormatting) { throw null; } - - public static ProjectRootElement Create(System.Xml.XmlReader xmlReader, Evaluation.ProjectCollection projectCollection) { throw null; } - - public static ProjectRootElement Create(System.Xml.XmlReader xmlReader) { throw null; } - - public ProjectChooseElement CreateChooseElement() { throw null; } - - public ProjectImportElement CreateImportElement(string project) { throw null; } - - public ProjectImportGroupElement CreateImportGroupElement() { throw null; } - - public ProjectItemDefinitionElement CreateItemDefinitionElement(string itemType) { throw null; } - - public ProjectItemDefinitionGroupElement CreateItemDefinitionGroupElement() { throw null; } - - public ProjectItemElement CreateItemElement(string itemType, string include) { throw null; } - - public ProjectItemElement CreateItemElement(string itemType) { throw null; } - - public ProjectItemGroupElement CreateItemGroupElement() { throw null; } - - public ProjectMetadataElement CreateMetadataElement(string name, string unevaluatedValue) { throw null; } - - public ProjectMetadataElement CreateMetadataElement(string name) { throw null; } - - protected override ProjectElement CreateNewInstance(ProjectRootElement owner) { throw null; } - - public ProjectOnErrorElement CreateOnErrorElement(string executeTargets) { throw null; } - - public ProjectOtherwiseElement CreateOtherwiseElement() { throw null; } - - public ProjectOutputElement CreateOutputElement(string taskParameter, string itemType, string propertyName) { throw null; } - - public ProjectExtensionsElement CreateProjectExtensionsElement() { throw null; } - - public ProjectSdkElement CreateProjectSdkElement(string sdkName, string sdkVersion) { throw null; } - - public ProjectPropertyElement CreatePropertyElement(string name) { throw null; } - - public ProjectPropertyGroupElement CreatePropertyGroupElement() { throw null; } - - public ProjectTargetElement CreateTargetElement(string name) { throw null; } - - public ProjectTaskElement CreateTaskElement(string name) { throw null; } - - public ProjectUsingTaskBodyElement CreateUsingTaskBodyElement(string evaluate, string body) { throw null; } - - public ProjectUsingTaskElement CreateUsingTaskElement(string taskName, string assemblyFile, string assemblyName, string runtime, string architecture) { throw null; } - - public ProjectUsingTaskElement CreateUsingTaskElement(string taskName, string assemblyFile, string assemblyName) { throw null; } - - public ProjectUsingTaskParameterElement CreateUsingTaskParameterElement(string name, string output, string required, string parameterType) { throw null; } - - public UsingTaskParameterGroupElement CreateUsingTaskParameterGroupElement() { throw null; } - - public ProjectWhenElement CreateWhenElement(string condition) { throw null; } - - public ProjectRootElement DeepClone() { throw null; } - - public static ProjectRootElement Open(string path, Evaluation.ProjectCollection projectCollection, bool? preserveFormatting) { throw null; } - - public static ProjectRootElement Open(string path, Evaluation.ProjectCollection projectCollection) { throw null; } - - public static ProjectRootElement Open(string path) { throw null; } - - public void Reload(bool throwIfUnsavedChanges = true, bool? preserveFormatting = null) { } - - public void ReloadFrom(string path, bool throwIfUnsavedChanges = true, bool? preserveFormatting = null) { } - - public void ReloadFrom(System.Xml.XmlReader reader, bool throwIfUnsavedChanges = true, bool? preserveFormatting = null) { } - - public void Save() { } - - public void Save(System.IO.TextWriter writer) { } - - public void Save(string path, System.Text.Encoding encoding) { } - - public void Save(string path) { } - - public void Save(System.Text.Encoding saveEncoding) { } - - public static ProjectRootElement TryOpen(string path, Evaluation.ProjectCollection projectCollection, bool? preserveFormatting) { throw null; } - - public static ProjectRootElement TryOpen(string path, Evaluation.ProjectCollection projectCollection) { throw null; } - - public static ProjectRootElement TryOpen(string path) { throw null; } - } - - public partial class ProjectSdkElement : ProjectElementContainer - { - internal ProjectSdkElement() { } - - public string MinimumVersion { get { throw null; } set { } } - - public string Name { get { throw null; } set { } } - - public string Version { get { throw null; } set { } } - - protected override ProjectElement CreateNewInstance(ProjectRootElement owner) { throw null; } - } - - public partial class ProjectTargetElement : ProjectElementContainer - { - internal ProjectTargetElement() { } - - public string AfterTargets { get { throw null; } set { } } - - public ElementLocation AfterTargetsLocation { get { throw null; } } - - public string BeforeTargets { get { throw null; } set { } } - - public ElementLocation BeforeTargetsLocation { get { throw null; } } - - public string DependsOnTargets { get { throw null; } set { } } - - public ElementLocation DependsOnTargetsLocation { get { throw null; } } - - public string Inputs { get { throw null; } set { } } - - public ElementLocation InputsLocation { get { throw null; } } - - public System.Collections.Generic.ICollection ItemGroups { get { throw null; } } - - public string KeepDuplicateOutputs { get { throw null; } set { } } - - public ElementLocation KeepDuplicateOutputsLocation { get { throw null; } } - - public string Name { get { throw null; } set { } } - - public ElementLocation NameLocation { get { throw null; } } - - public System.Collections.Generic.ICollection OnErrors { get { throw null; } } - - public string Outputs { get { throw null; } set { } } - - public ElementLocation OutputsLocation { get { throw null; } } - - public System.Collections.Generic.ICollection PropertyGroups { get { throw null; } } - - public string Returns { get { throw null; } set { } } - - public ElementLocation ReturnsLocation { get { throw null; } } - - public System.Collections.Generic.ICollection Tasks { get { throw null; } } - - public ProjectItemGroupElement AddItemGroup() { throw null; } - - public ProjectPropertyGroupElement AddPropertyGroup() { throw null; } - - public ProjectTaskElement AddTask(string taskName) { throw null; } - - public override void CopyFrom(ProjectElement element) { } - - protected override ProjectElement CreateNewInstance(ProjectRootElement owner) { throw null; } - } - - public partial class ProjectTaskElement : ProjectElementContainer - { - internal ProjectTaskElement() { } - - public string ContinueOnError { get { throw null; } set { } } - - public ElementLocation ContinueOnErrorLocation { get { throw null; } } - - public string MSBuildArchitecture { get { throw null; } set { } } - - public ElementLocation MSBuildArchitectureLocation { get { throw null; } } - - public string MSBuildRuntime { get { throw null; } set { } } - - public ElementLocation MSBuildRuntimeLocation { get { throw null; } } - - public string Name { get { throw null; } } - - public System.Collections.Generic.ICollection Outputs { get { throw null; } } - - public System.Collections.Generic.IEnumerable> ParameterLocations { get { throw null; } } - - public System.Collections.Generic.IDictionary Parameters { get { throw null; } } - - public ProjectOutputElement AddOutputItem(string taskParameter, string itemType, string condition) { throw null; } - - public ProjectOutputElement AddOutputItem(string taskParameter, string itemType) { throw null; } - - public ProjectOutputElement AddOutputProperty(string taskParameter, string propertyName, string condition) { throw null; } - - public ProjectOutputElement AddOutputProperty(string taskParameter, string propertyName) { throw null; } - - public override void CopyFrom(ProjectElement element) { } - - protected override ProjectElement CreateNewInstance(ProjectRootElement owner) { throw null; } - - public string GetParameter(string name) { throw null; } - - public void RemoveAllParameters() { } - - public void RemoveParameter(string name) { } - - public void SetParameter(string name, string unevaluatedValue) { } - } - - public partial class ProjectUsingTaskBodyElement : ProjectElement - { - internal ProjectUsingTaskBodyElement() { } - - public override string Condition { get { throw null; } set { } } - - public override ElementLocation ConditionLocation { get { throw null; } } - - public string Evaluate { get { throw null; } set { } } - - public ElementLocation EvaluateLocation { get { throw null; } } - - public string TaskBody { get { throw null; } set { } } - - protected override ProjectElement CreateNewInstance(ProjectRootElement owner) { throw null; } - } - - public partial class ProjectUsingTaskElement : ProjectElementContainer - { - internal ProjectUsingTaskElement() { } - - public string Architecture { get { throw null; } set { } } - - public ElementLocation ArchitectureLocation { get { throw null; } } - - public string AssemblyFile { get { throw null; } set { } } - - public ElementLocation AssemblyFileLocation { get { throw null; } } - - public string AssemblyName { get { throw null; } set { } } - - public ElementLocation AssemblyNameLocation { get { throw null; } } - - public UsingTaskParameterGroupElement ParameterGroup { get { throw null; } } - - public string Runtime { get { throw null; } set { } } - - public ElementLocation RuntimeLocation { get { throw null; } } - - public ProjectUsingTaskBodyElement TaskBody { get { throw null; } } - - public string TaskFactory { get { throw null; } set { } } - - public ElementLocation TaskFactoryLocation { get { throw null; } } - - public string TaskName { get { throw null; } set { } } - - public ElementLocation TaskNameLocation { get { throw null; } } - - public UsingTaskParameterGroupElement AddParameterGroup() { throw null; } - - public ProjectUsingTaskBodyElement AddUsingTaskBody(string evaluate, string taskBody) { throw null; } - - protected override ProjectElement CreateNewInstance(ProjectRootElement owner) { throw null; } - } - - public partial class ProjectUsingTaskParameterElement : ProjectElement - { - internal ProjectUsingTaskParameterElement() { } - - public override string Condition { get { throw null; } set { } } - - public override ElementLocation ConditionLocation { get { throw null; } } - - public string Name { get { throw null; } set { } } - - public string Output { get { throw null; } set { } } - - public ElementLocation OutputLocation { get { throw null; } } - - public string ParameterType { get { throw null; } set { } } - - public ElementLocation ParameterTypeLocation { get { throw null; } } - - public string Required { get { throw null; } set { } } - - public ElementLocation RequiredLocation { get { throw null; } } - - protected override ProjectElement CreateNewInstance(ProjectRootElement owner) { throw null; } - } - - public partial class ProjectWhenElement : ProjectElementContainer - { - internal ProjectWhenElement() { } - - public System.Collections.Generic.ICollection ChooseElements { get { throw null; } } - - public System.Collections.Generic.ICollection ItemGroups { get { throw null; } } - - public System.Collections.Generic.ICollection PropertyGroups { get { throw null; } } - - protected override ProjectElement CreateNewInstance(ProjectRootElement owner) { throw null; } - } - - public sealed partial class SolutionConfigurationInSolution - { - internal SolutionConfigurationInSolution() { } - - public string ConfigurationName { get { throw null; } } - - public string FullName { get { throw null; } } - - public string PlatformName { get { throw null; } } - } - - public sealed partial class SolutionFile - { - internal SolutionFile() { } - - public System.Collections.Generic.IReadOnlyDictionary ProjectsByGuid { get { throw null; } } - - public System.Collections.Generic.IReadOnlyList ProjectsInOrder { get { throw null; } } - - public System.Collections.Generic.IReadOnlyList SolutionConfigurations { get { throw null; } } - - public string GetDefaultConfigurationName() { throw null; } - - public string GetDefaultPlatformName() { throw null; } - - public static SolutionFile Parse(string solutionFile) { throw null; } - } - - public enum SolutionProjectType - { - Unknown = 0, - KnownToBeMSBuildFormat = 1, - SolutionFolder = 2, - WebProject = 3, - WebDeploymentProject = 4, - EtpSubProject = 5 - } - - public partial class UsingTaskParameterGroupElement : ProjectElementContainer - { - internal UsingTaskParameterGroupElement() { } - - public override string Condition { get { throw null; } set { } } - - public override ElementLocation ConditionLocation { get { throw null; } } - - public System.Collections.Generic.ICollection Parameters { get { throw null; } } - - public ProjectUsingTaskParameterElement AddParameter(string name, string output, string required, string parameterType) { throw null; } - - public ProjectUsingTaskParameterElement AddParameter(string name) { throw null; } - - protected override ProjectElement CreateNewInstance(ProjectRootElement owner) { throw null; } - } -} - -namespace Microsoft.Build.Definition -{ - public partial class ProjectOptions - { - public Evaluation.Context.EvaluationContext EvaluationContext { get { throw null; } set { } } - - public System.Collections.Generic.IDictionary GlobalProperties { get { throw null; } set { } } - - public Evaluation.ProjectLoadSettings LoadSettings { get { throw null; } set { } } - - public Evaluation.ProjectCollection ProjectCollection { get { throw null; } set { } } - - public string SubToolsetVersion { get { throw null; } set { } } - - public string ToolsVersion { get { throw null; } set { } } - } -} - -namespace Microsoft.Build.Evaluation -{ - public partial class GlobResult - { - public GlobResult(Construction.ProjectItemElement itemElement, System.Collections.Generic.IEnumerable includeGlobStrings, Globbing.IMSBuildGlob globWithGaps, System.Collections.Generic.IEnumerable excludeFragmentStrings, System.Collections.Generic.IEnumerable removeFragmentStrings) { } - - public System.Collections.Generic.IEnumerable Excludes { get { throw null; } } - - public System.Collections.Generic.IEnumerable IncludeGlobs { get { throw null; } } - - public Construction.ProjectItemElement ItemElement { get { throw null; } } - - public Globbing.IMSBuildGlob MsBuildGlob { get { throw null; } set { } } - - public System.Collections.Generic.IEnumerable Removes { get { throw null; } set { } } - } - - [System.Flags] - public enum NewProjectFileOptions - { - IncludeAllOptions = -1, - None = 0, - IncludeXmlDeclaration = 1, - IncludeToolsVersion = 2, - IncludeXmlNamespace = 4 - } - - public enum Operation - { - Include = 0, - Exclude = 1, - Update = 2, - Remove = 3 - } - - public partial class Project - { - public Project() { } - - public Project(Construction.ProjectRootElement xml, System.Collections.Generic.IDictionary globalProperties, string toolsVersion, ProjectCollection projectCollection, ProjectLoadSettings loadSettings) { } - - public Project(Construction.ProjectRootElement xml, System.Collections.Generic.IDictionary globalProperties, string toolsVersion, ProjectCollection projectCollection) { } - - public Project(Construction.ProjectRootElement xml, System.Collections.Generic.IDictionary globalProperties, string toolsVersion, string subToolsetVersion, ProjectCollection projectCollection, ProjectLoadSettings loadSettings) { } - - public Project(Construction.ProjectRootElement xml, System.Collections.Generic.IDictionary globalProperties, string toolsVersion) { } - - public Project(Construction.ProjectRootElement xml) { } - - public Project(NewProjectFileOptions newProjectFileOptions) { } - - public Project(ProjectCollection projectCollection, NewProjectFileOptions newProjectFileOptions) { } - - public Project(ProjectCollection projectCollection) { } - - public Project(System.Collections.Generic.IDictionary globalProperties, string toolsVersion, ProjectCollection projectCollection, NewProjectFileOptions newProjectFileOptions) { } - - public Project(System.Collections.Generic.IDictionary globalProperties, string toolsVersion, ProjectCollection projectCollection) { } - - public Project(string projectFile, System.Collections.Generic.IDictionary globalProperties, string toolsVersion, ProjectCollection projectCollection, ProjectLoadSettings loadSettings) { } - - public Project(string projectFile, System.Collections.Generic.IDictionary globalProperties, string toolsVersion, ProjectCollection projectCollection) { } - - public Project(string projectFile, System.Collections.Generic.IDictionary globalProperties, string toolsVersion, string subToolsetVersion, ProjectCollection projectCollection, ProjectLoadSettings loadSettings) { } - - public Project(string projectFile, System.Collections.Generic.IDictionary globalProperties, string toolsVersion) { } - - public Project(string projectFile) { } - - public Project(System.Xml.XmlReader xmlReader, System.Collections.Generic.IDictionary globalProperties, string toolsVersion, ProjectCollection projectCollection, ProjectLoadSettings loadSettings) { } - - public Project(System.Xml.XmlReader xmlReader, System.Collections.Generic.IDictionary globalProperties, string toolsVersion, ProjectCollection projectCollection) { } - - public Project(System.Xml.XmlReader xmlReader, System.Collections.Generic.IDictionary globalProperties, string toolsVersion, string subToolsetVersion, ProjectCollection projectCollection, ProjectLoadSettings loadSettings) { } - - public Project(System.Xml.XmlReader xmlReader, System.Collections.Generic.IDictionary globalProperties, string toolsVersion) { } - - public Project(System.Xml.XmlReader xmlReader) { } - - public System.Collections.Generic.ICollection AllEvaluatedItemDefinitionMetadata { get { throw null; } } - - public System.Collections.Generic.ICollection AllEvaluatedItems { get { throw null; } } - - public System.Collections.Generic.ICollection AllEvaluatedProperties { get { throw null; } } - - public System.Collections.Generic.IDictionary> ConditionedProperties { get { throw null; } } - - public string DirectoryPath { get { throw null; } } - - public bool DisableMarkDirty { get { throw null; } set { } } - - public int EvaluationCounter { get { throw null; } } - - public string FullPath { get { throw null; } set { } } - - public System.Collections.Generic.IDictionary GlobalProperties { get { throw null; } } - - public System.Collections.Generic.IList Imports { get { throw null; } } - - public System.Collections.Generic.IList ImportsIncludingDuplicates { get { throw null; } } - - public bool IsBuildEnabled { get { throw null; } set { } } - - public bool IsDirty { get { throw null; } } - - public System.Collections.Generic.IDictionary ItemDefinitions { get { throw null; } } - - public System.Collections.Generic.ICollection Items { get { throw null; } } - - public System.Collections.Generic.ICollection ItemsIgnoringCondition { get { throw null; } } - - public System.Collections.Generic.ICollection ItemTypes { get { throw null; } } - - public int LastEvaluationId { get { throw null; } } - - public ProjectCollection ProjectCollection { get { throw null; } } - - public Construction.ElementLocation ProjectFileLocation { get { throw null; } } - - public System.Collections.Generic.ICollection Properties { get { throw null; } } - - public bool SkipEvaluation { get { throw null; } set { } } - - public string SubToolsetVersion { get { throw null; } } - - public System.Collections.Generic.IDictionary Targets { get { throw null; } } - - public bool ThrowInsteadOfSplittingItemElement { get { throw null; } set { } } - - public string ToolsVersion { get { throw null; } } - - public Construction.ProjectRootElement Xml { get { throw null; } } - - public System.Collections.Generic.IList AddItem(string itemType, string unevaluatedInclude, System.Collections.Generic.IEnumerable> metadata) { throw null; } - - public System.Collections.Generic.IList AddItem(string itemType, string unevaluatedInclude) { throw null; } - - public System.Collections.Generic.IList AddItemFast(string itemType, string unevaluatedInclude, System.Collections.Generic.IEnumerable> metadata) { throw null; } - - public System.Collections.Generic.IList AddItemFast(string itemType, string unevaluatedInclude) { throw null; } - - public bool Build() { throw null; } - - public bool Build(Framework.ILogger logger) { throw null; } - - public bool Build(System.Collections.Generic.IEnumerable loggers, System.Collections.Generic.IEnumerable remoteLoggers) { throw null; } - - public bool Build(System.Collections.Generic.IEnumerable loggers) { throw null; } - - public bool Build(string target, System.Collections.Generic.IEnumerable loggers, System.Collections.Generic.IEnumerable remoteLoggers) { throw null; } - - public bool Build(string target, System.Collections.Generic.IEnumerable loggers) { throw null; } - - public bool Build(string target) { throw null; } - - public bool Build(string[] targets, System.Collections.Generic.IEnumerable loggers, System.Collections.Generic.IEnumerable remoteLoggers) { throw null; } - - public bool Build(string[] targets, System.Collections.Generic.IEnumerable loggers) { throw null; } - - public bool Build(string[] targets) { throw null; } - - public Execution.ProjectInstance CreateProjectInstance() { throw null; } - - public Execution.ProjectInstance CreateProjectInstance(Execution.ProjectInstanceSettings settings) { throw null; } - - public string ExpandString(string unexpandedValue) { throw null; } - - public static Project FromFile(string file, Definition.ProjectOptions options) { throw null; } - - public static Project FromProjectRootElement(Construction.ProjectRootElement rootElement, Definition.ProjectOptions options) { throw null; } - - public static Project FromXmlReader(System.Xml.XmlReader reader, Definition.ProjectOptions options) { throw null; } - - public System.Collections.Generic.List GetAllGlobs() { throw null; } - - public System.Collections.Generic.List GetAllGlobs(string itemType) { throw null; } - - public static string GetEvaluatedItemIncludeEscaped(ProjectItem item) { throw null; } - - public static string GetEvaluatedItemIncludeEscaped(ProjectItemDefinition item) { throw null; } - - public System.Collections.Generic.List GetItemProvenance(ProjectItem item) { throw null; } - - public System.Collections.Generic.List GetItemProvenance(string itemToMatch, string itemType) { throw null; } - - public System.Collections.Generic.List GetItemProvenance(string itemToMatch) { throw null; } - - public System.Collections.Generic.ICollection GetItems(string itemType) { throw null; } - - public System.Collections.Generic.ICollection GetItemsByEvaluatedInclude(string evaluatedInclude) { throw null; } - - public System.Collections.Generic.ICollection GetItemsIgnoringCondition(string itemType) { throw null; } - - public System.Collections.Generic.IEnumerable GetLogicalProject() { throw null; } - - public static string GetMetadataValueEscaped(ProjectItem item, string name) { throw null; } - - public static string GetMetadataValueEscaped(ProjectItemDefinition item, string name) { throw null; } - - public static string GetMetadataValueEscaped(ProjectMetadata metadatum) { throw null; } - - public ProjectProperty GetProperty(string name) { throw null; } - - public string GetPropertyValue(string name) { throw null; } - - public static string GetPropertyValueEscaped(ProjectProperty property) { throw null; } - - public void MarkDirty() { } - - public void ReevaluateIfNecessary() { } - - public void ReevaluateIfNecessary(Context.EvaluationContext evaluationContext) { } - - public bool RemoveGlobalProperty(string name) { throw null; } - - public bool RemoveItem(ProjectItem item) { throw null; } - - public void RemoveItems(System.Collections.Generic.IEnumerable items) { } - - public bool RemoveProperty(ProjectProperty property) { throw null; } - - public void Save() { } - - public void Save(System.IO.TextWriter writer) { } - - public void Save(string path, System.Text.Encoding encoding) { } - - public void Save(string path) { } - - public void Save(System.Text.Encoding encoding) { } - - public void SaveLogicalProject(System.IO.TextWriter writer) { } - - public bool SetGlobalProperty(string name, string escapedValue) { throw null; } - - public ProjectProperty SetProperty(string name, string unevaluatedValue) { throw null; } - } - - public partial class ProjectChangedEventArgs : System.EventArgs - { - internal ProjectChangedEventArgs() { } - - public Project Project { get { throw null; } } - } - - public partial class ProjectCollection : System.IDisposable - { - public ProjectCollection() { } - - public ProjectCollection(ToolsetDefinitionLocations toolsetLocations) { } - - public ProjectCollection(System.Collections.Generic.IDictionary globalProperties, System.Collections.Generic.IEnumerable loggers, ToolsetDefinitionLocations toolsetDefinitionLocations) { } - - public ProjectCollection(System.Collections.Generic.IDictionary globalProperties, System.Collections.Generic.IEnumerable loggers, System.Collections.Generic.IEnumerable remoteLoggers, ToolsetDefinitionLocations toolsetDefinitionLocations, int maxNodeCount, bool onlyLogCriticalEvents) { } - - public ProjectCollection(System.Collections.Generic.IDictionary globalProperties) { } - - public int Count { get { throw null; } } - - public string DefaultToolsVersion { get { throw null; } set { } } - - public bool DisableMarkDirty { get { throw null; } set { } } - - public static ProjectCollection GlobalProjectCollection { get { throw null; } } - - public System.Collections.Generic.IDictionary GlobalProperties { get { throw null; } } - - public Execution.HostServices HostServices { get { throw null; } set { } } - - public bool IsBuildEnabled { get { throw null; } set { } } - - public System.Collections.Generic.ICollection LoadedProjects { get { throw null; } } - - public System.Collections.Generic.ICollection Loggers { get { throw null; } } - - public bool OnlyLogCriticalEvents { get { throw null; } set { } } - - public bool SkipEvaluation { get { throw null; } set { } } - - public ToolsetDefinitionLocations ToolsetLocations { get { throw null; } } - - public System.Collections.Generic.ICollection Toolsets { get { throw null; } } - - public static System.Version Version { get { throw null; } } - - public event ProjectAddedEventHandler ProjectAdded { add { } remove { } } - - public event System.EventHandler ProjectChanged { add { } remove { } } - - public event System.EventHandler ProjectCollectionChanged { add { } remove { } } - - public event System.EventHandler ProjectXmlChanged { add { } remove { } } - - public void AddToolset(Toolset toolset) { } - - public bool ContainsToolset(string toolsVersion) { throw null; } - - public void Dispose() { } - - protected virtual void Dispose(bool disposing) { } - - public static string Escape(string unescapedString) { throw null; } - - public string GetEffectiveToolsVersion(string explicitToolsVersion, string toolsVersionFromProject) { throw null; } - - public Execution.ProjectPropertyInstance GetGlobalProperty(string name) { throw null; } - - public System.Collections.Generic.ICollection GetLoadedProjects(string fullPath) { throw null; } - - public Toolset GetToolset(string toolsVersion) { throw null; } - - public Project LoadProject(string fileName, System.Collections.Generic.IDictionary globalProperties, string toolsVersion) { throw null; } - - public Project LoadProject(string fileName, string toolsVersion) { throw null; } - - public Project LoadProject(string fileName) { throw null; } - - public Project LoadProject(System.Xml.XmlReader xmlReader, System.Collections.Generic.IDictionary globalProperties, string toolsVersion) { throw null; } - - public Project LoadProject(System.Xml.XmlReader xmlReader, string toolsVersion) { throw null; } - - public Project LoadProject(System.Xml.XmlReader xmlReader) { throw null; } - - public void RegisterForwardingLoggers(System.Collections.Generic.IEnumerable remoteLoggers) { } - - public void RegisterLogger(Framework.ILogger logger) { } - - public void RegisterLoggers(System.Collections.Generic.IEnumerable loggers) { } - - public void RemoveAllToolsets() { } - - public bool RemoveGlobalProperty(string name) { throw null; } - - public bool RemoveToolset(string toolsVersion) { throw null; } - - public void SetGlobalProperty(string name, string value) { } - - public bool TryUnloadProject(Construction.ProjectRootElement projectRootElement) { throw null; } - - public static string Unescape(string escapedString) { throw null; } - - public void UnloadAllProjects() { } - - public void UnloadProject(Construction.ProjectRootElement projectRootElement) { } - - public void UnloadProject(Project project) { } - - public void UnregisterAllLoggers() { } - - public delegate void ProjectAddedEventHandler(object sender, ProjectAddedToProjectCollectionEventArgs e); - public partial class ProjectAddedToProjectCollectionEventArgs : System.EventArgs - { - public ProjectAddedToProjectCollectionEventArgs(Construction.ProjectRootElement element) { } - - public Construction.ProjectRootElement ProjectRootElement { get { throw null; } } - } - } - - public partial class ProjectCollectionChangedEventArgs : System.EventArgs - { - internal ProjectCollectionChangedEventArgs() { } - - public ProjectCollectionChangedState Changed { get { throw null; } } - } - - public enum ProjectCollectionChangedState - { - DefaultToolsVersion = 0, - Toolsets = 1, - Loggers = 2, - GlobalProperties = 3, - IsBuildEnabled = 4, - OnlyLogCriticalEvents = 5, - HostServices = 6, - DisableMarkDirty = 7, - SkipEvaluation = 8 - } - - public partial class ProjectItem - { - internal ProjectItem() { } - - public System.Collections.Generic.IEnumerable DirectMetadata { get { throw null; } } - - public int DirectMetadataCount { get { throw null; } } - - public string EvaluatedInclude { get { throw null; } } - - public bool IsImported { get { throw null; } } - - public string ItemType { get { throw null; } set { } } - - public System.Collections.Generic.ICollection Metadata { get { throw null; } } - - public int MetadataCount { get { throw null; } } - - public Project Project { get { throw null; } } - - public string UnevaluatedInclude { get { throw null; } set { } } - - public Construction.ProjectItemElement Xml { get { throw null; } } - - public ProjectMetadata GetMetadata(string name) { throw null; } - - public string GetMetadataValue(string name) { throw null; } - - public bool HasMetadata(string name) { throw null; } - - public bool RemoveMetadata(string name) { throw null; } - - public void Rename(string name) { } - - public ProjectMetadata SetMetadataValue(string name, string unevaluatedValue, bool propagateMetadataToSiblingItems) { throw null; } - - public ProjectMetadata SetMetadataValue(string name, string unevaluatedValue) { throw null; } - } - - public partial class ProjectItemDefinition - { - internal ProjectItemDefinition() { } - - public string ItemType { get { throw null; } } - - public System.Collections.Generic.IEnumerable Metadata { get { throw null; } } - - public int MetadataCount { get { throw null; } } - - public Project Project { get { throw null; } } - - public ProjectMetadata GetMetadata(string name) { throw null; } - - public string GetMetadataValue(string name) { throw null; } - - public ProjectMetadata SetMetadataValue(string name, string unevaluatedValue) { throw null; } - } - - [System.Flags] - public enum ProjectLoadSettings - { - Default = 0, - IgnoreMissingImports = 1, - RecordDuplicateButNotCircularImports = 2, - RejectCircularImports = 4, - RecordEvaluatedItemElements = 8, - IgnoreEmptyImports = 16, - DoNotEvaluateElementsWithFalseCondition = 32, - IgnoreInvalidImports = 64, - ProfileEvaluation = 128 - } - - public partial class ProjectMetadata : System.IEquatable - { - internal ProjectMetadata() { } - - public Construction.ElementLocation ConditionLocation { get { throw null; } } - - public string EvaluatedValue { get { throw null; } } - - public bool IsImported { get { throw null; } } - - public string ItemType { get { throw null; } } - - public Construction.ElementLocation Location { get { throw null; } } - - public string Name { get { throw null; } } - - public ProjectMetadata Predecessor { get { throw null; } } - - public Project Project { get { throw null; } } - - public string UnevaluatedValue { get { throw null; } set { } } - - public Construction.ProjectMetadataElement Xml { get { throw null; } } - - bool System.IEquatable.Equals(ProjectMetadata other) { throw null; } - } - - public abstract partial class ProjectProperty : System.IEquatable - { - internal ProjectProperty() { } - - public string EvaluatedValue { get { throw null; } } - - public abstract bool IsEnvironmentProperty { get; } - public abstract bool IsGlobalProperty { get; } - public abstract bool IsImported { get; } - public abstract bool IsReservedProperty { get; } - public abstract string Name { get; } - public abstract ProjectProperty Predecessor { get; } - - public Project Project { get { throw null; } } - - public abstract string UnevaluatedValue { get; set; } - public abstract Construction.ProjectPropertyElement Xml { get; } - - bool System.IEquatable.Equals(ProjectProperty other) { throw null; } - } - - public partial class ProjectXmlChangedEventArgs : System.EventArgs - { - internal ProjectXmlChangedEventArgs() { } - - public Construction.ProjectRootElement ProjectXml { get { throw null; } } - - public string Reason { get { throw null; } } - } - - [System.Flags] - public enum Provenance - { - Undefined = 0, - StringLiteral = 1, - Glob = 2, - Inconclusive = 4 - } - - public partial class ProvenanceResult - { - public ProvenanceResult(Construction.ProjectItemElement itemElement, Operation operation, Provenance provenance, int occurrences) { } - - public Construction.ProjectItemElement ItemElement { get { throw null; } } - - public int Occurrences { get { throw null; } } - - public Operation Operation { get { throw null; } } - - public Provenance Provenance { get { throw null; } } - } - - public partial struct ResolvedImport - { - private object _dummy; - private int _dummyPrimitive; - public Construction.ProjectRootElement ImportedProject { get { throw null; } } - - public Construction.ProjectImportElement ImportingElement { get { throw null; } } - - public bool IsImported { get { throw null; } } - } - - public partial class SubToolset - { - internal SubToolset() { } - - public System.Collections.Generic.IDictionary Properties { get { throw null; } } - - public string SubToolsetVersion { get { throw null; } } - } - - public partial class Toolset - { - public Toolset(string toolsVersion, string toolsPath, ProjectCollection projectCollection, string msbuildOverrideTasksPath) { } - - public Toolset(string toolsVersion, string toolsPath, System.Collections.Generic.IDictionary buildProperties, ProjectCollection projectCollection, System.Collections.Generic.IDictionary subToolsets, string msbuildOverrideTasksPath) { } - - public Toolset(string toolsVersion, string toolsPath, System.Collections.Generic.IDictionary buildProperties, ProjectCollection projectCollection, string msbuildOverrideTasksPath) { } - - public string DefaultSubToolsetVersion { get { throw null; } } - - public System.Collections.Generic.IDictionary Properties { get { throw null; } } - - public System.Collections.Generic.IDictionary SubToolsets { get { throw null; } } - - public string ToolsPath { get { throw null; } } - - public string ToolsVersion { get { throw null; } } - - public string GenerateSubToolsetVersion() { throw null; } - - public string GenerateSubToolsetVersion(System.Collections.Generic.IDictionary overrideGlobalProperties, int solutionVersion) { throw null; } - - public Execution.ProjectPropertyInstance GetProperty(string propertyName, string subToolsetVersion) { throw null; } - } - - [System.Flags] - public enum ToolsetDefinitionLocations - { - None = 0, - ConfigurationFile = 1, - Registry = 2, - Default = 4, - Local = 4 - } -} - -namespace Microsoft.Build.Evaluation.Context -{ - public partial class EvaluationContext - { - internal EvaluationContext() { } - - public static EvaluationContext Create(SharingPolicy policy) { throw null; } - - public enum SharingPolicy - { - Shared = 0, - Isolated = 1 - } - } -} - -namespace Microsoft.Build.Exceptions -{ - public partial class BuildAbortedException : System.Exception - { - public BuildAbortedException() { } - - protected BuildAbortedException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { } - - public BuildAbortedException(string message, System.Exception innerException) { } - - public BuildAbortedException(string message) { } - - public string ErrorCode { get { throw null; } } - - public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { } - } - - public sealed partial class InternalLoggerException : System.Exception - { - public InternalLoggerException() { } - - public InternalLoggerException(string message, System.Exception innerException) { } - - public InternalLoggerException(string message) { } - - public Framework.BuildEventArgs BuildEventArgs { get { throw null; } } - - public string ErrorCode { get { throw null; } } - - public string HelpKeyword { get { throw null; } } - - public bool InitializationException { get { throw null; } } - - public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { } - } - - public sealed partial class InvalidProjectFileException : System.Exception - { - public InvalidProjectFileException() { } - - public InvalidProjectFileException(string message, System.Exception innerException) { } - - public InvalidProjectFileException(string projectFile, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, string message, string errorSubcategory, string errorCode, string helpKeyword) { } - - public InvalidProjectFileException(string message) { } - - public string BaseMessage { get { throw null; } } - - public int ColumnNumber { get { throw null; } } - - public int EndColumnNumber { get { throw null; } } - - public int EndLineNumber { get { throw null; } } - - public string ErrorCode { get { throw null; } } - - public string ErrorSubcategory { get { throw null; } } - - public bool HasBeenLogged { get { throw null; } } - - public string HelpKeyword { get { throw null; } } - - public int LineNumber { get { throw null; } } - - public override string Message { get { throw null; } } - - public string ProjectFile { get { throw null; } } - - public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { } - } - - public partial class InvalidToolsetDefinitionException : System.Exception - { - public InvalidToolsetDefinitionException() { } - - protected InvalidToolsetDefinitionException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { } - - public InvalidToolsetDefinitionException(string message, System.Exception innerException) { } - - public InvalidToolsetDefinitionException(string message, string errorCode, System.Exception innerException) { } - - public InvalidToolsetDefinitionException(string message, string errorCode) { } - - public InvalidToolsetDefinitionException(string message) { } - - public string ErrorCode { get { throw null; } } - - public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { } - } -} - -namespace Microsoft.Build.Execution -{ - public partial class BuildManager : System.IDisposable - { - public BuildManager() { } - - public BuildManager(string hostName) { } - - public static BuildManager DefaultBuildManager { get { throw null; } } - - public void BeginBuild(BuildParameters parameters) { } - - public BuildResult Build(BuildParameters parameters, BuildRequestData requestData) { throw null; } - - public BuildResult BuildRequest(BuildRequestData requestData) { throw null; } - - public void CancelAllSubmissions() { } - - public void Dispose() { } - - public void EndBuild() { } - - ~BuildManager() { - } - - public ProjectInstance GetProjectInstanceForBuild(Evaluation.Project project) { throw null; } - - public BuildSubmission PendBuildRequest(BuildRequestData requestData) { throw null; } - - public void ResetCaches() { } - - public void ShutdownAllNodes() { } - } - - public partial class BuildParameters - { - public BuildParameters() { } - - public BuildParameters(Evaluation.ProjectCollection projectCollection) { } - - public System.Collections.Generic.IDictionary BuildProcessEnvironment { get { throw null; } } - - public System.Globalization.CultureInfo Culture { get { throw null; } set { } } - - public string DefaultToolsVersion { get { throw null; } set { } } - - public bool DetailedSummary { get { throw null; } set { } } - - public bool DisableInProcNode { get { throw null; } set { } } - - public bool EnableNodeReuse { get { throw null; } set { } } - - public System.Collections.Generic.IDictionary EnvironmentProperties { get { throw null; } } - - public System.Collections.Generic.IEnumerable ForwardingLoggers { get { throw null; } set { } } - - public System.Collections.Generic.IDictionary GlobalProperties { get { throw null; } set { } } - - public HostServices HostServices { get { throw null; } set { } } - - public bool LegacyThreadingSemantics { get { throw null; } set { } } - - public System.Collections.Generic.IEnumerable Loggers { get { throw null; } set { } } - - public bool LogInitialPropertiesAndItems { get { throw null; } set { } } - - public bool LogTaskInputs { get { throw null; } set { } } - - public int MaxNodeCount { get { throw null; } set { } } - - public int MemoryUseLimit { get { throw null; } set { } } - - public string NodeExeLocation { get { throw null; } set { } } - - public bool OnlyLogCriticalEvents { get { throw null; } set { } } - - public Evaluation.ProjectLoadSettings ProjectLoadSettings { get { throw null; } set { } } - - public bool ResetCaches { get { throw null; } set { } } - - public bool SaveOperatingEnvironment { get { throw null; } set { } } - - public bool ShutdownInProcNodeOnBuildFinish { get { throw null; } set { } } - - public Evaluation.ToolsetDefinitionLocations ToolsetDefinitionLocations { get { throw null; } set { } } - - public System.Collections.Generic.ICollection Toolsets { get { throw null; } } - - public System.Globalization.CultureInfo UICulture { get { throw null; } set { } } - - public bool UseSynchronousLogging { get { throw null; } set { } } - - public System.Collections.Generic.ISet WarningsAsErrors { get { throw null; } set { } } - - public System.Collections.Generic.ISet WarningsAsMessages { get { throw null; } set { } } - - public BuildParameters Clone() { throw null; } - - public Evaluation.Toolset GetToolset(string toolsVersion) { throw null; } - } - - public partial class BuildRequestData - { - public BuildRequestData(ProjectInstance projectInstance, string[] targetsToBuild, HostServices hostServices, BuildRequestDataFlags flags, System.Collections.Generic.IEnumerable propertiesToTransfer, RequestedProjectState requestedProjectState) { } - - public BuildRequestData(ProjectInstance projectInstance, string[] targetsToBuild, HostServices hostServices, BuildRequestDataFlags flags, System.Collections.Generic.IEnumerable propertiesToTransfer) { } - - public BuildRequestData(ProjectInstance projectInstance, string[] targetsToBuild, HostServices hostServices, BuildRequestDataFlags flags) { } - - public BuildRequestData(ProjectInstance projectInstance, string[] targetsToBuild, HostServices hostServices) { } - - public BuildRequestData(ProjectInstance projectInstance, string[] targetsToBuild) { } - - public BuildRequestData(string projectFullPath, System.Collections.Generic.IDictionary globalProperties, string toolsVersion, string[] targetsToBuild, HostServices hostServices, BuildRequestDataFlags flags, RequestedProjectState requestedProjectState) { } - - public BuildRequestData(string projectFullPath, System.Collections.Generic.IDictionary globalProperties, string toolsVersion, string[] targetsToBuild, HostServices hostServices, BuildRequestDataFlags flags) { } - - public BuildRequestData(string projectFullPath, System.Collections.Generic.IDictionary globalProperties, string toolsVersion, string[] targetsToBuild, HostServices hostServices) { } - - public string ExplicitlySpecifiedToolsVersion { get { throw null; } } - - public BuildRequestDataFlags Flags { get { throw null; } } - - public System.Collections.Generic.ICollection GlobalProperties { get { throw null; } } - - public HostServices HostServices { get { throw null; } } - - public string ProjectFullPath { get { throw null; } } - - public ProjectInstance ProjectInstance { get { throw null; } } - - public System.Collections.Generic.IEnumerable PropertiesToTransfer { get { throw null; } } - - public RequestedProjectState RequestedProjectState { get { throw null; } } - - public System.Collections.Generic.ICollection TargetNames { get { throw null; } } - } - - [System.Flags] - public enum BuildRequestDataFlags - { - None = 0, - ReplaceExistingProjectInstance = 1, - ProvideProjectStateAfterBuild = 2, - IgnoreExistingProjectState = 4, - ClearCachesAfterBuild = 8, - SkipNonexistentTargets = 16, - ProvideSubsetOfStateAfterBuild = 32 - } - - public partial class BuildResult - { - public bool CircularDependency { get { throw null; } } - - public int ConfigurationId { get { throw null; } } - - public System.Exception Exception { get { throw null; } } - - public int GlobalRequestId { get { throw null; } } - - public ITargetResult this[string target] { get { throw null; } } - - public int NodeRequestId { get { throw null; } } - - public BuildResultCode OverallResult { get { throw null; } } - - public int ParentGlobalRequestId { get { throw null; } } - - public ProjectInstance ProjectStateAfterBuild { get { throw null; } set { } } - - public System.Collections.Generic.IDictionary ResultsByTarget { get { throw null; } } - - public int SubmissionId { get { throw null; } } - - public void AddResultsForTarget(string target, TargetResult result) { } - - public bool HasResultsForTarget(string target) { throw null; } - - public void MergeResults(BuildResult results) { } - } - - public enum BuildResultCode - { - Success = 0, - Failure = 1 - } - - public partial class BuildSubmission - { - internal BuildSubmission() { } - - public object AsyncContext { get { throw null; } } - - public BuildManager BuildManager { get { throw null; } } - - public BuildResult BuildResult { get { throw null; } set { } } - - public bool IsCompleted { get { throw null; } } - - public int SubmissionId { get { throw null; } } - - public System.Threading.WaitHandle WaitHandle { get { throw null; } } - - public BuildResult Execute() { throw null; } - - public void ExecuteAsync(BuildSubmissionCompleteCallback callback, object context) { } - } - - public delegate void BuildSubmissionCompleteCallback(BuildSubmission submission); - public partial class HostServices - { - public Framework.ITaskHost GetHostObject(string projectFile, string targetName, string taskName) { throw null; } - - public NodeAffinity GetNodeAffinity(string projectFile) { throw null; } - - public void OnRenameProject(string oldFullPath, string newFullPath) { } - - public void RegisterHostObject(string projectFile, string targetName, string taskName, Framework.ITaskHost hostObject) { } - - public void SetNodeAffinity(string projectFile, NodeAffinity nodeAffinity) { } - - public void UnregisterProject(string projectFullPath) { } - } - - public partial interface ITargetResult - { - System.Exception Exception { get; } - - Framework.ITaskItem[] Items { get; } - - TargetResultCode ResultCode { get; } - } - - public enum NodeAffinity - { - InProc = 0, - OutOfProc = 1, - Any = 2 - } - - public enum NodeEngineShutdownReason - { - BuildComplete = 0, - BuildCompleteReuse = 1, - ConnectionFailed = 2, - Error = 3 - } - - public partial class OutOfProcNode - { - public OutOfProcNode(string clientToServerPipeHandle, string serverToClientPipeHandle) { } - - public NodeEngineShutdownReason Run(bool enableReuse, out System.Exception shutdownException) { throw null; } - - public NodeEngineShutdownReason Run(out System.Exception shutdownException) { throw null; } - } - - public partial class ProjectInstance - { - public ProjectInstance(Construction.ProjectRootElement xml, System.Collections.Generic.IDictionary globalProperties, string toolsVersion, Evaluation.ProjectCollection projectCollection) { } - - public ProjectInstance(Construction.ProjectRootElement xml, System.Collections.Generic.IDictionary globalProperties, string toolsVersion, string subToolsetVersion, Evaluation.ProjectCollection projectCollection) { } - - public ProjectInstance(Construction.ProjectRootElement xml) { } - - public ProjectInstance(string projectFile, System.Collections.Generic.IDictionary globalProperties, string toolsVersion, Evaluation.ProjectCollection projectCollection) { } - - public ProjectInstance(string projectFile, System.Collections.Generic.IDictionary globalProperties, string toolsVersion, string subToolsetVersion, Evaluation.ProjectCollection projectCollection) { } - - public ProjectInstance(string projectFile, System.Collections.Generic.IDictionary globalProperties, string toolsVersion) { } - - public ProjectInstance(string projectFile) { } - - public System.Collections.Generic.List DefaultTargets { get { throw null; } } - - public string Directory { get { throw null; } } - - public System.Collections.Generic.List EvaluatedItemElements { get { throw null; } } - - public int EvaluationId { get { throw null; } set { } } - - public string FullPath { get { throw null; } } - - public System.Collections.Generic.IDictionary GlobalProperties { get { throw null; } } - - public System.Collections.Generic.List InitialTargets { get { throw null; } } - - public bool IsImmutable { get { throw null; } } - - public System.Collections.Generic.IDictionary ItemDefinitions { get { throw null; } } - - public System.Collections.Generic.ICollection Items { get { throw null; } } - - public System.Collections.Generic.ICollection ItemTypes { get { throw null; } } - - public Construction.ElementLocation ProjectFileLocation { get { throw null; } } - - public System.Collections.Generic.ICollection Properties { get { throw null; } } - - public System.Collections.Generic.IDictionary Targets { get { throw null; } } - - public string ToolsVersion { get { throw null; } } - - public bool TranslateEntireState { get { throw null; } set { } } - - public ProjectItemInstance AddItem(string itemType, string evaluatedInclude, System.Collections.Generic.IEnumerable> metadata) { throw null; } - - public ProjectItemInstance AddItem(string itemType, string evaluatedInclude) { throw null; } - - public bool Build() { throw null; } - - public bool Build(System.Collections.Generic.IEnumerable loggers, System.Collections.Generic.IEnumerable remoteLoggers) { throw null; } - - public bool Build(System.Collections.Generic.IEnumerable loggers) { throw null; } - - public bool Build(string target, System.Collections.Generic.IEnumerable loggers, System.Collections.Generic.IEnumerable remoteLoggers) { throw null; } - - public bool Build(string target, System.Collections.Generic.IEnumerable loggers) { throw null; } - - public bool Build(string[] targets, System.Collections.Generic.IEnumerable loggers, out System.Collections.Generic.IDictionary targetOutputs) { throw null; } - - public bool Build(string[] targets, System.Collections.Generic.IEnumerable loggers, System.Collections.Generic.IEnumerable remoteLoggers, out System.Collections.Generic.IDictionary targetOutputs) { throw null; } - - public bool Build(string[] targets, System.Collections.Generic.IEnumerable loggers, System.Collections.Generic.IEnumerable remoteLoggers) { throw null; } - - public bool Build(string[] targets, System.Collections.Generic.IEnumerable loggers) { throw null; } - - public ProjectInstance DeepCopy() { throw null; } - - public ProjectInstance DeepCopy(bool isImmutable) { throw null; } - - public bool EvaluateCondition(string condition) { throw null; } - - public string ExpandString(string unexpandedValue) { throw null; } - - public ProjectInstance FilteredCopy(RequestedProjectState filter) { throw null; } - - public static string GetEvaluatedItemIncludeEscaped(ProjectItemDefinitionInstance item) { throw null; } - - public static string GetEvaluatedItemIncludeEscaped(ProjectItemInstance item) { throw null; } - - public System.Collections.Generic.ICollection GetItems(string itemType) { throw null; } - - public System.Collections.Generic.IEnumerable GetItemsByItemTypeAndEvaluatedInclude(string itemType, string evaluatedInclude) { throw null; } - - public static string GetMetadataValueEscaped(ProjectItemDefinitionInstance item, string name) { throw null; } - - public static string GetMetadataValueEscaped(ProjectItemInstance item, string name) { throw null; } - - public static string GetMetadataValueEscaped(ProjectMetadataInstance metadatum) { throw null; } - - public ProjectPropertyInstance GetProperty(string name) { throw null; } - - public string GetPropertyValue(string name) { throw null; } - - public static string GetPropertyValueEscaped(ProjectPropertyInstance property) { throw null; } - - public bool RemoveItem(ProjectItemInstance item) { throw null; } - - public bool RemoveProperty(string name) { throw null; } - - public ProjectPropertyInstance SetProperty(string name, string evaluatedValue) { throw null; } - - public Construction.ProjectRootElement ToProjectRootElement() { throw null; } - - public void UpdateStateFrom(ProjectInstance projectState) { } - } - - [System.Flags] - public enum ProjectInstanceSettings - { - None = 0, - Immutable = 1, - ImmutableWithFastItemLookup = 3 - } - - public partial class ProjectItemDefinitionInstance - { - internal ProjectItemDefinitionInstance() { } - - public string ItemType { get { throw null; } } - - public System.Collections.Generic.ICollection Metadata { get { throw null; } } - - public int MetadataCount { get { throw null; } } - - public System.Collections.Generic.IEnumerable MetadataNames { get { throw null; } } - - public ProjectMetadataInstance GetMetadata(string name) { throw null; } - } - - public partial class ProjectItemGroupTaskInstance : ProjectTargetInstanceChild - { - internal ProjectItemGroupTaskInstance() { } - - public override string Condition { get { throw null; } } - - public override Construction.ElementLocation ConditionLocation { get { throw null; } } - - public System.Collections.Generic.ICollection Items { get { throw null; } } - - public override Construction.ElementLocation Location { get { throw null; } } - } - - public partial class ProjectItemGroupTaskItemInstance - { - internal ProjectItemGroupTaskItemInstance() { } - - public string Condition { get { throw null; } } - - public Construction.ElementLocation ConditionLocation { get { throw null; } } - - public string Exclude { get { throw null; } } - - public Construction.ElementLocation ExcludeLocation { get { throw null; } } - - public string Include { get { throw null; } } - - public Construction.ElementLocation IncludeLocation { get { throw null; } } - - public string ItemType { get { throw null; } } - - public string KeepDuplicates { get { throw null; } } - - public Construction.ElementLocation KeepDuplicatesLocation { get { throw null; } } - - public string KeepMetadata { get { throw null; } } - - public Construction.ElementLocation KeepMetadataLocation { get { throw null; } } - - public Construction.ElementLocation Location { get { throw null; } } - - public System.Collections.Generic.ICollection Metadata { get { throw null; } } - - public string Remove { get { throw null; } } - - public Construction.ElementLocation RemoveLocation { get { throw null; } } - - public string RemoveMetadata { get { throw null; } } - - public Construction.ElementLocation RemoveMetadataLocation { get { throw null; } } - } - - public partial class ProjectItemGroupTaskMetadataInstance - { - internal ProjectItemGroupTaskMetadataInstance() { } - - public string Condition { get { throw null; } } - - public Construction.ElementLocation ConditionLocation { get { throw null; } } - - public Construction.ElementLocation Location { get { throw null; } } - - public string Name { get { throw null; } } - - public string Value { get { throw null; } } - } - - public partial class ProjectItemInstance : Framework.ITaskItem, Framework.ITaskItem2 - { - internal ProjectItemInstance() { } - - public int DirectMetadataCount { get { throw null; } } - - public string EvaluatedInclude { get { throw null; } set { } } - - public string ItemType { get { throw null; } } - - public System.Collections.Generic.IEnumerable Metadata { get { throw null; } } - - public int MetadataCount { get { throw null; } } - - public System.Collections.Generic.ICollection MetadataNames { get { throw null; } } - - string Framework.ITaskItem.ItemSpec { get { throw null; } set { } } - - System.Collections.ICollection Framework.ITaskItem.MetadataNames { get { throw null; } } - - string Framework.ITaskItem2.EvaluatedIncludeEscaped { get { throw null; } set { } } - - public ProjectInstance Project { get { throw null; } } - - public ProjectMetadataInstance GetMetadata(string name) { throw null; } - - public string GetMetadataValue(string name) { throw null; } - - public bool HasMetadata(string name) { throw null; } - - System.Collections.IDictionary Framework.ITaskItem.CloneCustomMetadata() { throw null; } - - void Framework.ITaskItem.CopyMetadataTo(Framework.ITaskItem destinationItem) { } - - string Framework.ITaskItem.GetMetadata(string metadataName) { throw null; } - - void Framework.ITaskItem.SetMetadata(string metadataName, string metadataValue) { } - - System.Collections.IDictionary Framework.ITaskItem2.CloneCustomMetadataEscaped() { throw null; } - - string Framework.ITaskItem2.GetMetadataValueEscaped(string name) { throw null; } - - void Framework.ITaskItem2.SetMetadataValueLiteral(string metadataName, string metadataValue) { } - - public void RemoveMetadata(string metadataName) { } - - public void SetMetadata(System.Collections.Generic.IEnumerable> metadataDictionary) { } - - public ProjectMetadataInstance SetMetadata(string name, string evaluatedValue) { throw null; } - - public override string ToString() { throw null; } - } - - public partial class ProjectMetadataInstance : System.IEquatable - { - internal ProjectMetadataInstance() { } - - public string EvaluatedValue { get { throw null; } } - - public string Name { get { throw null; } } - - public ProjectMetadataInstance DeepClone() { throw null; } - - bool System.IEquatable.Equals(ProjectMetadataInstance other) { throw null; } - - public override string ToString() { throw null; } - } - - public sealed partial class ProjectOnErrorInstance : ProjectTargetInstanceChild - { - internal ProjectOnErrorInstance() { } - - public override string Condition { get { throw null; } } - - public override Construction.ElementLocation ConditionLocation { get { throw null; } } - - public string ExecuteTargets { get { throw null; } } - - public Construction.ElementLocation ExecuteTargetsLocation { get { throw null; } } - - public override Construction.ElementLocation Location { get { throw null; } } - } - - public partial class ProjectPropertyGroupTaskInstance : ProjectTargetInstanceChild - { - internal ProjectPropertyGroupTaskInstance() { } - - public override string Condition { get { throw null; } } - - public override Construction.ElementLocation ConditionLocation { get { throw null; } } - - public override Construction.ElementLocation Location { get { throw null; } } - - public System.Collections.Generic.ICollection Properties { get { throw null; } } - } - - public partial class ProjectPropertyGroupTaskPropertyInstance - { - internal ProjectPropertyGroupTaskPropertyInstance() { } - - public string Condition { get { throw null; } } - - public Construction.ElementLocation ConditionLocation { get { throw null; } } - - public Construction.ElementLocation Location { get { throw null; } } - - public string Name { get { throw null; } } - - public string Value { get { throw null; } } - } - - public partial class ProjectPropertyInstance : System.IEquatable - { - internal ProjectPropertyInstance() { } - - public string EvaluatedValue { get { throw null; } set { } } - - public virtual bool IsImmutable { get { throw null; } } - - public string Name { get { throw null; } } - - bool System.IEquatable.Equals(ProjectPropertyInstance other) { throw null; } - - public override string ToString() { throw null; } - } - - public sealed partial class ProjectTargetInstance - { - internal ProjectTargetInstance() { } - - public Construction.ElementLocation AfterTargetsLocation { get { throw null; } } - - public Construction.ElementLocation BeforeTargetsLocation { get { throw null; } } - - public System.Collections.Generic.IList Children { get { throw null; } } - - public string Condition { get { throw null; } } - - public Construction.ElementLocation ConditionLocation { get { throw null; } } - - public string DependsOnTargets { get { throw null; } } - - public Construction.ElementLocation DependsOnTargetsLocation { get { throw null; } } - - public string FullPath { get { throw null; } } - - public string Inputs { get { throw null; } } - - public Construction.ElementLocation InputsLocation { get { throw null; } } - - public string KeepDuplicateOutputs { get { throw null; } } - - public Construction.ElementLocation KeepDuplicateOutputsLocation { get { throw null; } } - - public Construction.ElementLocation Location { get { throw null; } } - - public string Name { get { throw null; } } - - public System.Collections.Generic.IList OnErrorChildren { get { throw null; } } - - public string Outputs { get { throw null; } } - - public Construction.ElementLocation OutputsLocation { get { throw null; } } - - public string Returns { get { throw null; } } - - public Construction.ElementLocation ReturnsLocation { get { throw null; } } - - public System.Collections.Generic.ICollection Tasks { get { throw null; } } - } - - public abstract partial class ProjectTargetInstanceChild - { - public abstract string Condition { get; } - public abstract Construction.ElementLocation ConditionLocation { get; } - - public string FullPath { get { throw null; } } - - public abstract Construction.ElementLocation Location { get; } - } - - public sealed partial class ProjectTaskInstance : ProjectTargetInstanceChild - { - internal ProjectTaskInstance() { } - - public override string Condition { get { throw null; } } - - public override Construction.ElementLocation ConditionLocation { get { throw null; } } - - public string ContinueOnError { get { throw null; } } - - public Construction.ElementLocation ContinueOnErrorLocation { get { throw null; } } - - public override Construction.ElementLocation Location { get { throw null; } } - - public string MSBuildArchitecture { get { throw null; } } - - public Construction.ElementLocation MSBuildArchitectureLocation { get { throw null; } } - - public string MSBuildRuntime { get { throw null; } } - - public Construction.ElementLocation MSBuildRuntimeLocation { get { throw null; } } - - public string Name { get { throw null; } } - - public System.Collections.Generic.IList Outputs { get { throw null; } } - - public System.Collections.Generic.IDictionary Parameters { get { throw null; } } - } - - public abstract partial class ProjectTaskInstanceChild - { - public abstract string Condition { get; } - public abstract Construction.ElementLocation ConditionLocation { get; } - public abstract Construction.ElementLocation Location { get; } - public abstract Construction.ElementLocation TaskParameterLocation { get; } - } - - public sealed partial class ProjectTaskOutputItemInstance : ProjectTaskInstanceChild - { - internal ProjectTaskOutputItemInstance() { } - - public override string Condition { get { throw null; } } - - public override Construction.ElementLocation ConditionLocation { get { throw null; } } - - public string ItemType { get { throw null; } } - - public Construction.ElementLocation ItemTypeLocation { get { throw null; } } - - public override Construction.ElementLocation Location { get { throw null; } } - - public string TaskParameter { get { throw null; } } - - public override Construction.ElementLocation TaskParameterLocation { get { throw null; } } - } - - public sealed partial class ProjectTaskOutputPropertyInstance : ProjectTaskInstanceChild - { - internal ProjectTaskOutputPropertyInstance() { } - - public override string Condition { get { throw null; } } - - public override Construction.ElementLocation ConditionLocation { get { throw null; } } - - public override Construction.ElementLocation Location { get { throw null; } } - - public string PropertyName { get { throw null; } } - - public Construction.ElementLocation PropertyNameLocation { get { throw null; } } - - public string TaskParameter { get { throw null; } } - - public override Construction.ElementLocation TaskParameterLocation { get { throw null; } } - } - - public partial class RequestedProjectState - { - public System.Collections.Generic.IDictionary> ItemFilters { get { throw null; } set { } } - - public System.Collections.Generic.List PropertyFilters { get { throw null; } set { } } - } - - public partial class TargetResult : ITargetResult - { - internal TargetResult() { } - - public System.Exception Exception { get { throw null; } } - - public Framework.ITaskItem[] Items { get { throw null; } } - - public TargetResultCode ResultCode { get { throw null; } } - } - - public enum TargetResultCode : byte - { - Skipped = 0, - Success = 1, - Failure = 2 - } -} - -namespace Microsoft.Build.Globbing -{ - public partial class CompositeGlob : IMSBuildGlob - { - public CompositeGlob(params IMSBuildGlob[] globs) { } - - public CompositeGlob(System.Collections.Generic.IEnumerable globs) { } - - public System.Collections.Generic.IEnumerable Globs { get { throw null; } } - - public bool IsMatch(string stringToMatch) { throw null; } - } - - public partial interface IMSBuildGlob - { - bool IsMatch(string stringToMatch); - } - - public partial class MSBuildGlob : IMSBuildGlob - { - internal MSBuildGlob() { } - - public string FilenamePart { get { throw null; } } - - public string FixedDirectoryPart { get { throw null; } } - - public bool IsLegal { get { throw null; } } - - public string WildcardDirectoryPart { get { throw null; } } - - public bool IsMatch(string stringToMatch) { throw null; } - - public MatchInfoResult MatchInfo(string stringToMatch) { throw null; } - - public static MSBuildGlob Parse(string globRoot, string fileSpec) { throw null; } - - public static MSBuildGlob Parse(string fileSpec) { throw null; } - - public partial struct MatchInfoResult - { - private object _dummy; - private int _dummyPrimitive; - public string FilenamePartMatchGroup { get { throw null; } } - - public string FixedDirectoryPartMatchGroup { get { throw null; } } - - public bool IsMatch { get { throw null; } } - - public string WildcardDirectoryPartMatchGroup { get { throw null; } } - } - } - - public partial class MSBuildGlobWithGaps : IMSBuildGlob - { - public MSBuildGlobWithGaps(IMSBuildGlob mainGlob, params IMSBuildGlob[] gaps) { } - - public MSBuildGlobWithGaps(IMSBuildGlob mainGlob, System.Collections.Generic.IEnumerable gaps) { } - - public IMSBuildGlob Gaps { get { throw null; } } - - public IMSBuildGlob MainGlob { get { throw null; } } - - public bool IsMatch(string stringToMatch) { throw null; } - } -} - -namespace Microsoft.Build.Globbing.Extensions -{ - public static partial class MSBuildGlobExtensions - { - public static System.Collections.Generic.IEnumerable GetParsedGlobs(this IMSBuildGlob glob) { throw null; } - } -} - -namespace Microsoft.Build.Logging -{ - public sealed partial class BinaryLogger : Framework.ILogger - { - public ProjectImportsCollectionMode CollectProjectImports { get { throw null; } set { } } - - public string Parameters { get { throw null; } set { } } - - public Framework.LoggerVerbosity Verbosity { get { throw null; } set { } } - - public void Initialize(Framework.IEventSource eventSource) { } - - public void Shutdown() { } - - public enum ProjectImportsCollectionMode - { - None = 0, - Embed = 1, - ZipFile = 2 - } - } - - public sealed partial class BinaryLogReplayEventSource : EventArgsDispatcher - { - public void Replay(string sourceFilePath) { } - } - - public delegate void ColorResetter(); - public delegate void ColorSetter(System.ConsoleColor color); - public partial class ConfigurableForwardingLogger : Framework.IForwardingLogger, Framework.INodeLogger, Framework.ILogger - { - public Framework.IEventRedirector BuildEventRedirector { get { throw null; } set { } } - - public int NodeId { get { throw null; } set { } } - - public string Parameters { get { throw null; } set { } } - - public Framework.LoggerVerbosity Verbosity { get { throw null; } set { } } - - protected virtual void ForwardToCentralLogger(Framework.BuildEventArgs e) { } - - public void Initialize(Framework.IEventSource eventSource, int nodeCount) { } - - public virtual void Initialize(Framework.IEventSource eventSource) { } - - public virtual void Shutdown() { } - } - - public partial class ConsoleLogger : Framework.INodeLogger, Framework.ILogger - { - public ConsoleLogger() { } - - public ConsoleLogger(Framework.LoggerVerbosity verbosity, WriteHandler write, ColorSetter colorSet, ColorResetter colorReset) { } - - public ConsoleLogger(Framework.LoggerVerbosity verbosity) { } - - public string Parameters { get { throw null; } set { } } - - public bool ShowSummary { get { throw null; } set { } } - - public bool SkipProjectStartedText { get { throw null; } set { } } - - public Framework.LoggerVerbosity Verbosity { get { throw null; } set { } } - - protected WriteHandler WriteHandler { get { throw null; } set { } } - - public void ApplyParameter(string parameterName, string parameterValue) { } - - public void BuildFinishedHandler(object sender, Framework.BuildFinishedEventArgs e) { } - - public void BuildStartedHandler(object sender, Framework.BuildStartedEventArgs e) { } - - public void CustomEventHandler(object sender, Framework.CustomBuildEventArgs e) { } - - public void ErrorHandler(object sender, Framework.BuildErrorEventArgs e) { } - - public virtual void Initialize(Framework.IEventSource eventSource, int nodeCount) { } - - public virtual void Initialize(Framework.IEventSource eventSource) { } - - public void MessageHandler(object sender, Framework.BuildMessageEventArgs e) { } - - public void ProjectFinishedHandler(object sender, Framework.ProjectFinishedEventArgs e) { } - - public void ProjectStartedHandler(object sender, Framework.ProjectStartedEventArgs e) { } - - public virtual void Shutdown() { } - - public void TargetFinishedHandler(object sender, Framework.TargetFinishedEventArgs e) { } - - public void TargetStartedHandler(object sender, Framework.TargetStartedEventArgs e) { } - - public void TaskFinishedHandler(object sender, Framework.TaskFinishedEventArgs e) { } - - public void TaskStartedHandler(object sender, Framework.TaskStartedEventArgs e) { } - - public void WarningHandler(object sender, Framework.BuildWarningEventArgs e) { } - } - - public partial class DistributedFileLogger : Framework.IForwardingLogger, Framework.INodeLogger, Framework.ILogger - { - public Framework.IEventRedirector BuildEventRedirector { get { throw null; } set { } } - - public int NodeId { get { throw null; } set { } } - - public string Parameters { get { throw null; } set { } } - - public Framework.LoggerVerbosity Verbosity { get { throw null; } set { } } - - public void Initialize(Framework.IEventSource eventSource, int nodeCount) { } - - public void Initialize(Framework.IEventSource eventSource) { } - - public void Shutdown() { } - } - - public partial class EventArgsDispatcher : Framework.IEventSource - { - public event Framework.AnyEventHandler AnyEventRaised { add { } remove { } } - - public event Framework.BuildFinishedEventHandler BuildFinished { add { } remove { } } - - public event Framework.BuildStartedEventHandler BuildStarted { add { } remove { } } - - public event Framework.CustomBuildEventHandler CustomEventRaised { add { } remove { } } - - public event Framework.BuildErrorEventHandler ErrorRaised { add { } remove { } } - - public event Framework.BuildMessageEventHandler MessageRaised { add { } remove { } } - - public event Framework.ProjectFinishedEventHandler ProjectFinished { add { } remove { } } - - public event Framework.ProjectStartedEventHandler ProjectStarted { add { } remove { } } - - public event Framework.BuildStatusEventHandler StatusEventRaised { add { } remove { } } - - public event Framework.TargetFinishedEventHandler TargetFinished { add { } remove { } } - - public event Framework.TargetStartedEventHandler TargetStarted { add { } remove { } } - - public event Framework.TaskFinishedEventHandler TaskFinished { add { } remove { } } - - public event Framework.TaskStartedEventHandler TaskStarted { add { } remove { } } - - public event Framework.BuildWarningEventHandler WarningRaised { add { } remove { } } - - public void Dispatch(Framework.BuildEventArgs buildEvent) { } - } - - public partial class FileLogger : ConsoleLogger - { - public override void Initialize(Framework.IEventSource eventSource, int nodeCount) { } - - public override void Initialize(Framework.IEventSource eventSource) { } - - public override void Shutdown() { } - } - - public partial class ForwardingLoggerRecord - { - public ForwardingLoggerRecord(Framework.ILogger centralLogger, LoggerDescription forwardingLoggerDescription) { } - - public Framework.ILogger CentralLogger { get { throw null; } } - - public LoggerDescription ForwardingLoggerDescription { get { throw null; } } - } - - public partial class LoggerDescription - { - public LoggerDescription(string loggerClassName, string loggerAssemblyName, string loggerAssemblyFile, string loggerSwitchParameters, Framework.LoggerVerbosity verbosity) { } - - public string LoggerSwitchParameters { get { throw null; } } - - public Framework.LoggerVerbosity Verbosity { get { throw null; } } - - public Framework.ILogger CreateLogger() { throw null; } - } - - public sealed partial class ProfilerLogger : Framework.ILogger - { - public ProfilerLogger(string fileToLog) { } - - public string FileToLog { get { throw null; } } - - public string Parameters { get { throw null; } set { } } - - public Framework.LoggerVerbosity Verbosity { get { throw null; } set { } } - - public void Initialize(Framework.IEventSource eventSource) { } - - public void Shutdown() { } - } - - public delegate void WriteHandler(string message); -} \ No newline at end of file diff --git a/src/referencePackages/src/microsoft.build/15.7.179/microsoft.build.nuspec b/src/referencePackages/src/microsoft.build/15.7.179/microsoft.build.nuspec deleted file mode 100644 index 3ff2743b9..000000000 --- a/src/referencePackages/src/microsoft.build/15.7.179/microsoft.build.nuspec +++ /dev/null @@ -1,32 +0,0 @@ - - - - Microsoft.Build - 15.7.179 - Microsoft - Microsoft - true - https://microsoft.mit-license.org/ - http://go.microsoft.com/fwlink/?LinkId=624683 - https://go.microsoft.com/fwlink/?linkid=825694 - This package contains the Microsoft.Build assembly which is used to create, edit, and evaluate MSBuild projects. - © Microsoft Corporation. All rights reserved. - MSBuild - true - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/referencePackages/src/system.collections.immutable/1.2.0/System.Collections.Immutable.1.2.0.csproj b/src/referencePackages/src/system.collections.immutable/1.2.0/System.Collections.Immutable.1.2.0.csproj deleted file mode 100644 index 44cf05f04..000000000 --- a/src/referencePackages/src/system.collections.immutable/1.2.0/System.Collections.Immutable.1.2.0.csproj +++ /dev/null @@ -1,19 +0,0 @@ - - - - netstandard1.0 - System.Collections.Immutable - - - - - - - - - - - - - - diff --git a/src/referencePackages/src/system.collections.immutable/1.2.0/lib/netstandard1.0/System.Collections.Immutable.cs b/src/referencePackages/src/system.collections.immutable/1.2.0/lib/netstandard1.0/System.Collections.Immutable.cs deleted file mode 100644 index 21d6c23fc..000000000 --- a/src/referencePackages/src/system.collections.immutable/1.2.0/lib/netstandard1.0/System.Collections.Immutable.cs +++ /dev/null @@ -1,1949 +0,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. -// ------------------------------------------------------------------------------ -// Changes to this file must follow the http://aka.ms/api-review process. -// ------------------------------------------------------------------------------ -[assembly: System.Runtime.CompilerServices.CompilationRelaxations(8)] -[assembly: System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows = true)] -[assembly: System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("System.Collections.Immutable.Tests, PublicKey=002400000480000094000000060200000024000052534131000400000100010015c01ae1f50e8cc09ba9eac9147cf8fd9fce2cfe9f8dce4f7301c4132ca9fb50ce8cbf1df4dc18dd4d210e4345c744ecb3365ed327efdbc52603faa5e21daa11234c8c4a73e51f03bf192544581ebe107adee3a34928e39d04e524a9ce729d5090bfd7dad9d10c722c0def9ccc08ff0a03790e48bcd1f9b6c476063e1966a1c4")] -[assembly: System.Security.SecurityTransparent] -[assembly: System.Resources.NeutralResourcesLanguage("en-US")] -[assembly: System.Reflection.AssemblyTitle("System.Collections.Immutable")] -[assembly: System.Reflection.AssemblyDescription("System.Collections.Immutable")] -[assembly: System.Reflection.AssemblyDefaultAlias("System.Collections.Immutable")] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyProduct("Microsoft® .NET Framework")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyFileVersion("1.0.24212.01")] -[assembly: System.Reflection.AssemblyInformationalVersion("1.0.24212.01. Commit Hash: 9688ddbb62c04189cac4c4a06e31e93377dccd41")] -[assembly: System.CLSCompliant(true)] -[assembly: System.Reflection.AssemblyMetadata(".NETFrameworkAssembly", "")] -[assembly: System.Reflection.AssemblyMetadata("Serviceable", "True")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.2.0.0")] -[assembly: System.Runtime.CompilerServices.ReferenceAssembly] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -namespace System.Collections.Immutable -{ - public partial interface IImmutableDictionary : Generic.IReadOnlyDictionary, Generic.IReadOnlyCollection>, Generic.IEnumerable>, IEnumerable - { - IImmutableDictionary Add(TKey key, TValue value); - IImmutableDictionary AddRange(Generic.IEnumerable> pairs); - IImmutableDictionary Clear(); - bool Contains(Generic.KeyValuePair pair); - IImmutableDictionary Remove(TKey key); - IImmutableDictionary RemoveRange(Generic.IEnumerable keys); - IImmutableDictionary SetItem(TKey key, TValue value); - IImmutableDictionary SetItems(Generic.IEnumerable> items); - bool TryGetKey(TKey equalKey, out TKey actualKey); - } - - public partial interface IImmutableList : Generic.IReadOnlyList, Generic.IReadOnlyCollection, Generic.IEnumerable, IEnumerable - { - IImmutableList Add(T value); - IImmutableList AddRange(Generic.IEnumerable items); - IImmutableList Clear(); - int IndexOf(T item, int index, int count, Generic.IEqualityComparer equalityComparer); - IImmutableList Insert(int index, T element); - IImmutableList InsertRange(int index, Generic.IEnumerable items); - int LastIndexOf(T item, int index, int count, Generic.IEqualityComparer equalityComparer); - IImmutableList Remove(T value, Generic.IEqualityComparer equalityComparer); - IImmutableList RemoveAll(Predicate match); - IImmutableList RemoveAt(int index); - IImmutableList RemoveRange(Generic.IEnumerable items, Generic.IEqualityComparer equalityComparer); - IImmutableList RemoveRange(int index, int count); - IImmutableList Replace(T oldValue, T newValue, Generic.IEqualityComparer equalityComparer); - IImmutableList SetItem(int index, T value); - } - - public partial interface IImmutableQueue : Generic.IEnumerable, IEnumerable - { - bool IsEmpty { get; } - - IImmutableQueue Clear(); - IImmutableQueue Dequeue(); - IImmutableQueue Enqueue(T value); - T Peek(); - } - - public partial interface IImmutableSet : Generic.IReadOnlyCollection, Generic.IEnumerable, IEnumerable - { - IImmutableSet Add(T value); - IImmutableSet Clear(); - bool Contains(T value); - IImmutableSet Except(Generic.IEnumerable other); - IImmutableSet Intersect(Generic.IEnumerable other); - bool IsProperSubsetOf(Generic.IEnumerable other); - bool IsProperSupersetOf(Generic.IEnumerable other); - bool IsSubsetOf(Generic.IEnumerable other); - bool IsSupersetOf(Generic.IEnumerable other); - bool Overlaps(Generic.IEnumerable other); - IImmutableSet Remove(T value); - bool SetEquals(Generic.IEnumerable other); - IImmutableSet SymmetricExcept(Generic.IEnumerable other); - bool TryGetValue(T equalValue, out T actualValue); - IImmutableSet Union(Generic.IEnumerable other); - } - - public partial interface IImmutableStack : Generic.IEnumerable, IEnumerable - { - bool IsEmpty { get; } - - IImmutableStack Clear(); - T Peek(); - IImmutableStack Pop(); - IImmutableStack Push(T value); - } - - public static partial class ImmutableArray - { - public static int BinarySearch(this ImmutableArray array, T value, Generic.IComparer comparer) { throw null; } - - public static int BinarySearch(this ImmutableArray array, T value) { throw null; } - - public static int BinarySearch(this ImmutableArray array, int index, int length, T value, Generic.IComparer comparer) { throw null; } - - public static int BinarySearch(this ImmutableArray array, int index, int length, T value) { throw null; } - - public static ImmutableArray Create() { throw null; } - - public static ImmutableArray Create(T item1, T item2, T item3, T item4) { throw null; } - - public static ImmutableArray Create(T item1, T item2, T item3) { throw null; } - - public static ImmutableArray Create(T item1, T item2) { throw null; } - - public static ImmutableArray Create(T item) { throw null; } - - public static ImmutableArray Create(T[] items, int start, int length) { throw null; } - - public static ImmutableArray Create(params T[] items) { throw null; } - - public static ImmutableArray Create(ImmutableArray items, int start, int length) { throw null; } - - public static ImmutableArray.Builder CreateBuilder() { throw null; } - - public static ImmutableArray.Builder CreateBuilder(int initialCapacity) { throw null; } - - public static ImmutableArray CreateRange(Generic.IEnumerable items) { throw null; } - - public static ImmutableArray CreateRange(ImmutableArray items, Func selector) { throw null; } - - public static ImmutableArray CreateRange(ImmutableArray items, int start, int length, Func selector) { throw null; } - - public static ImmutableArray CreateRange(ImmutableArray items, Func selector, TArg arg) { throw null; } - - public static ImmutableArray CreateRange(ImmutableArray items, int start, int length, Func selector, TArg arg) { throw null; } - - public static ImmutableArray ToImmutableArray(this Generic.IEnumerable items) { throw null; } - } - - public partial struct ImmutableArray : Generic.IReadOnlyList, Generic.IReadOnlyCollection, Generic.IEnumerable, IEnumerable, Generic.IList, Generic.ICollection, IEquatable>, IImmutableList, IList, ICollection, IStructuralComparable, IStructuralEquatable - { - private object _dummy; - private int _dummyPrimitive; - public static readonly ImmutableArray Empty; - public bool IsDefault { get { throw null; } } - - public bool IsDefaultOrEmpty { get { throw null; } } - - public bool IsEmpty { get { throw null; } } - - public T this[int index] { get { throw null; } } - - public int Length { get { throw null; } } - - int Generic.ICollection.Count { get { throw null; } } - - bool Generic.ICollection.IsReadOnly { get { throw null; } } - - T Generic.IList.this[int index] { get { throw null; } set { } } - - int Generic.IReadOnlyCollection.Count { get { throw null; } } - - T Generic.IReadOnlyList.this[int index] { get { throw null; } } - - int ICollection.Count { get { throw null; } } - - bool ICollection.IsSynchronized { get { throw null; } } - - object ICollection.SyncRoot { get { throw null; } } - - bool IList.IsFixedSize { get { throw null; } } - - bool IList.IsReadOnly { get { throw null; } } - - object IList.this[int index] { get { throw null; } set { } } - - public ImmutableArray Add(T item) { throw null; } - - public ImmutableArray AddRange(Generic.IEnumerable items) { throw null; } - - public ImmutableArray AddRange(ImmutableArray items) { throw null; } - - public ImmutableArray As() - where TOther : class { throw null; } - - public ImmutableArray CastArray() - where TOther : class { throw null; } - - public static ImmutableArray CastUp(ImmutableArray items) - where TDerived : class, T { throw null; } - - public ImmutableArray Clear() { throw null; } - - public bool Contains(T item) { throw null; } - - public void CopyTo(T[] destination, int destinationIndex) { } - - public void CopyTo(T[] destination) { } - - public void CopyTo(int sourceIndex, T[] destination, int destinationIndex, int length) { } - - public bool Equals(ImmutableArray other) { throw null; } - - public override bool Equals(object obj) { throw null; } - - public ImmutableArray.Enumerator GetEnumerator() { throw null; } - - public override int GetHashCode() { throw null; } - - public int IndexOf(T item, int startIndex, Generic.IEqualityComparer equalityComparer) { throw null; } - - public int IndexOf(T item, int startIndex, int count, Generic.IEqualityComparer equalityComparer) { throw null; } - - public int IndexOf(T item, int startIndex, int count) { throw null; } - - public int IndexOf(T item, int startIndex) { throw null; } - - public int IndexOf(T item) { throw null; } - - public ImmutableArray Insert(int index, T item) { throw null; } - - public ImmutableArray InsertRange(int index, Generic.IEnumerable items) { throw null; } - - public ImmutableArray InsertRange(int index, ImmutableArray items) { throw null; } - - public int LastIndexOf(T item, int startIndex, int count, Generic.IEqualityComparer equalityComparer) { throw null; } - - public int LastIndexOf(T item, int startIndex, int count) { throw null; } - - public int LastIndexOf(T item, int startIndex) { throw null; } - - public int LastIndexOf(T item) { throw null; } - - public Generic.IEnumerable OfType() { throw null; } - - public static bool operator ==(ImmutableArray left, ImmutableArray right) { throw null; } - - public static bool operator ==(ImmutableArray? left, ImmutableArray? right) { throw null; } - - public static bool operator !=(ImmutableArray left, ImmutableArray right) { throw null; } - - public static bool operator !=(ImmutableArray? left, ImmutableArray? right) { throw null; } - - public ImmutableArray Remove(T item, Generic.IEqualityComparer equalityComparer) { throw null; } - - public ImmutableArray Remove(T item) { throw null; } - - public ImmutableArray RemoveAll(Predicate match) { throw null; } - - public ImmutableArray RemoveAt(int index) { throw null; } - - public ImmutableArray RemoveRange(Generic.IEnumerable items, Generic.IEqualityComparer equalityComparer) { throw null; } - - public ImmutableArray RemoveRange(Generic.IEnumerable items) { throw null; } - - public ImmutableArray RemoveRange(ImmutableArray items, Generic.IEqualityComparer equalityComparer) { throw null; } - - public ImmutableArray RemoveRange(ImmutableArray items) { throw null; } - - public ImmutableArray RemoveRange(int index, int length) { throw null; } - - public ImmutableArray Replace(T oldValue, T newValue, Generic.IEqualityComparer equalityComparer) { throw null; } - - public ImmutableArray Replace(T oldValue, T newValue) { throw null; } - - public ImmutableArray SetItem(int index, T item) { throw null; } - - public ImmutableArray Sort() { throw null; } - - public ImmutableArray Sort(Generic.IComparer comparer) { throw null; } - - public ImmutableArray Sort(Comparison comparison) { throw null; } - - public ImmutableArray Sort(int index, int count, Generic.IComparer comparer) { throw null; } - - void Generic.ICollection.Add(T item) { } - - void Generic.ICollection.Clear() { } - - bool Generic.ICollection.Remove(T item) { throw null; } - - Generic.IEnumerator Generic.IEnumerable.GetEnumerator() { throw null; } - - void Generic.IList.Insert(int index, T item) { } - - void Generic.IList.RemoveAt(int index) { } - - void ICollection.CopyTo(Array array, int index) { } - - IEnumerator IEnumerable.GetEnumerator() { throw null; } - - int IList.Add(object value) { throw null; } - - void IList.Clear() { } - - bool IList.Contains(object value) { throw null; } - - int IList.IndexOf(object value) { throw null; } - - void IList.Insert(int index, object value) { } - - void IList.Remove(object value) { } - - void IList.RemoveAt(int index) { } - - IImmutableList IImmutableList.Add(T value) { throw null; } - - IImmutableList IImmutableList.AddRange(Generic.IEnumerable items) { throw null; } - - IImmutableList IImmutableList.Clear() { throw null; } - - IImmutableList IImmutableList.Insert(int index, T element) { throw null; } - - IImmutableList IImmutableList.InsertRange(int index, Generic.IEnumerable items) { throw null; } - - IImmutableList IImmutableList.Remove(T value, Generic.IEqualityComparer equalityComparer) { throw null; } - - IImmutableList IImmutableList.RemoveAll(Predicate match) { throw null; } - - IImmutableList IImmutableList.RemoveAt(int index) { throw null; } - - IImmutableList IImmutableList.RemoveRange(Generic.IEnumerable items, Generic.IEqualityComparer equalityComparer) { throw null; } - - IImmutableList IImmutableList.RemoveRange(int index, int count) { throw null; } - - IImmutableList IImmutableList.Replace(T oldValue, T newValue, Generic.IEqualityComparer equalityComparer) { throw null; } - - IImmutableList IImmutableList.SetItem(int index, T value) { throw null; } - - int IStructuralComparable.CompareTo(object other, IComparer comparer) { throw null; } - - bool IStructuralEquatable.Equals(object other, IEqualityComparer comparer) { throw null; } - - int IStructuralEquatable.GetHashCode(IEqualityComparer comparer) { throw null; } - - public ImmutableArray.Builder ToBuilder() { throw null; } - - public sealed partial class Builder : Generic.IList, Generic.ICollection, Generic.IEnumerable, IEnumerable, Generic.IReadOnlyList, Generic.IReadOnlyCollection - { - internal Builder() { } - - public int Capacity { get { throw null; } set { } } - - public int Count { get { throw null; } set { } } - - public T this[int index] { get { throw null; } set { } } - - bool Generic.ICollection.IsReadOnly { get { throw null; } } - - public void Add(T item) { } - - public void AddRange(T[] items, int length) { } - - public void AddRange(params T[] items) { } - - public void AddRange(Generic.IEnumerable items) { } - - public void AddRange(ImmutableArray items, int length) { } - - public void AddRange(ImmutableArray.Builder items) { } - - public void AddRange(ImmutableArray items) { } - - public void AddRange(TDerived[] items) - where TDerived : T { } - - public void AddRange(ImmutableArray.Builder items) - where TDerived : T { } - - public void AddRange(ImmutableArray items) - where TDerived : T { } - - public void Clear() { } - - public bool Contains(T item) { throw null; } - - public void CopyTo(T[] array, int index) { } - - public Generic.IEnumerator GetEnumerator() { throw null; } - - public int IndexOf(T item, int startIndex, int count, Generic.IEqualityComparer equalityComparer) { throw null; } - - public int IndexOf(T item, int startIndex, int count) { throw null; } - - public int IndexOf(T item, int startIndex) { throw null; } - - public int IndexOf(T item) { throw null; } - - public void Insert(int index, T item) { } - - public int LastIndexOf(T item, int startIndex, int count, Generic.IEqualityComparer equalityComparer) { throw null; } - - public int LastIndexOf(T item, int startIndex, int count) { throw null; } - - public int LastIndexOf(T item, int startIndex) { throw null; } - - public int LastIndexOf(T item) { throw null; } - - public ImmutableArray MoveToImmutable() { throw null; } - - public bool Remove(T element) { throw null; } - - public void RemoveAt(int index) { } - - public void Reverse() { } - - public void Sort() { } - - public void Sort(Generic.IComparer comparer) { } - - public void Sort(Comparison comparison) { } - - public void Sort(int index, int count, Generic.IComparer comparer) { } - - Generic.IEnumerator Generic.IEnumerable.GetEnumerator() { throw null; } - - IEnumerator IEnumerable.GetEnumerator() { throw null; } - - public T[] ToArray() { throw null; } - - public ImmutableArray ToImmutable() { throw null; } - } - - public partial struct Enumerator - { - private object _dummy; - private int _dummyPrimitive; - public T Current { get { throw null; } } - - public bool MoveNext() { throw null; } - } - } - - public static partial class ImmutableDictionary - { - public static bool Contains(this IImmutableDictionary map, TKey key, TValue value) { throw null; } - - public static ImmutableDictionary Create() { throw null; } - - public static ImmutableDictionary Create(Generic.IEqualityComparer keyComparer, Generic.IEqualityComparer valueComparer) { throw null; } - - public static ImmutableDictionary Create(Generic.IEqualityComparer keyComparer) { throw null; } - - public static ImmutableDictionary.Builder CreateBuilder() { throw null; } - - public static ImmutableDictionary.Builder CreateBuilder(Generic.IEqualityComparer keyComparer, Generic.IEqualityComparer valueComparer) { throw null; } - - public static ImmutableDictionary.Builder CreateBuilder(Generic.IEqualityComparer keyComparer) { throw null; } - - public static ImmutableDictionary CreateRange(Generic.IEnumerable> items) { throw null; } - - public static ImmutableDictionary CreateRange(Generic.IEqualityComparer keyComparer, Generic.IEnumerable> items) { throw null; } - - public static ImmutableDictionary CreateRange(Generic.IEqualityComparer keyComparer, Generic.IEqualityComparer valueComparer, Generic.IEnumerable> items) { throw null; } - - public static TValue GetValueOrDefault(this IImmutableDictionary dictionary, TKey key, TValue defaultValue) { throw null; } - - public static TValue GetValueOrDefault(this IImmutableDictionary dictionary, TKey key) { throw null; } - - public static ImmutableDictionary ToImmutableDictionary(this Generic.IEnumerable source, Func keySelector, Generic.IEqualityComparer keyComparer) { throw null; } - - public static ImmutableDictionary ToImmutableDictionary(this Generic.IEnumerable source, Func keySelector) { throw null; } - - public static ImmutableDictionary ToImmutableDictionary(this Generic.IEnumerable> source, Generic.IEqualityComparer keyComparer, Generic.IEqualityComparer valueComparer) { throw null; } - - public static ImmutableDictionary ToImmutableDictionary(this Generic.IEnumerable> source, Generic.IEqualityComparer keyComparer) { throw null; } - - public static ImmutableDictionary ToImmutableDictionary(this Generic.IEnumerable> source) { throw null; } - - public static ImmutableDictionary ToImmutableDictionary(this Generic.IEnumerable source, Func keySelector, Func elementSelector, Generic.IEqualityComparer keyComparer, Generic.IEqualityComparer valueComparer) { throw null; } - - public static ImmutableDictionary ToImmutableDictionary(this Generic.IEnumerable source, Func keySelector, Func elementSelector, Generic.IEqualityComparer keyComparer) { throw null; } - - public static ImmutableDictionary ToImmutableDictionary(this Generic.IEnumerable source, Func keySelector, Func elementSelector) { throw null; } - } - - public sealed partial class ImmutableDictionary : IImmutableDictionary, Generic.IReadOnlyDictionary, Generic.IReadOnlyCollection>, Generic.IEnumerable>, IEnumerable, Generic.IDictionary, Generic.ICollection>, IDictionary, ICollection - { - internal ImmutableDictionary() { } - - public static readonly ImmutableDictionary Empty; - public int Count { get { throw null; } } - - public bool IsEmpty { get { throw null; } } - - public TValue this[TKey key] { get { throw null; } } - - public Generic.IEqualityComparer KeyComparer { get { throw null; } } - - public Generic.IEnumerable Keys { get { throw null; } } - - bool Generic.ICollection>.IsReadOnly { get { throw null; } } - - TValue Generic.IDictionary.this[TKey key] { get { throw null; } set { } } - - Generic.ICollection Generic.IDictionary.Keys { get { throw null; } } - - Generic.ICollection Generic.IDictionary.Values { get { throw null; } } - - bool ICollection.IsSynchronized { get { throw null; } } - - object ICollection.SyncRoot { get { throw null; } } - - bool IDictionary.IsFixedSize { get { throw null; } } - - bool IDictionary.IsReadOnly { get { throw null; } } - - object IDictionary.this[object key] { get { throw null; } set { } } - - ICollection IDictionary.Keys { get { throw null; } } - - ICollection IDictionary.Values { get { throw null; } } - - public Generic.IEqualityComparer ValueComparer { get { throw null; } } - - public Generic.IEnumerable Values { get { throw null; } } - - public ImmutableDictionary Add(TKey key, TValue value) { throw null; } - - public ImmutableDictionary AddRange(Generic.IEnumerable> pairs) { throw null; } - - public ImmutableDictionary Clear() { throw null; } - - public bool Contains(Generic.KeyValuePair pair) { throw null; } - - public bool ContainsKey(TKey key) { throw null; } - - public bool ContainsValue(TValue value) { throw null; } - - public ImmutableDictionary.Enumerator GetEnumerator() { throw null; } - - public ImmutableDictionary Remove(TKey key) { throw null; } - - public ImmutableDictionary RemoveRange(Generic.IEnumerable keys) { throw null; } - - public ImmutableDictionary SetItem(TKey key, TValue value) { throw null; } - - public ImmutableDictionary SetItems(Generic.IEnumerable> items) { throw null; } - - void Generic.ICollection>.Add(Generic.KeyValuePair item) { } - - void Generic.ICollection>.Clear() { } - - void Generic.ICollection>.CopyTo(Generic.KeyValuePair[] array, int arrayIndex) { } - - bool Generic.ICollection>.Remove(Generic.KeyValuePair item) { throw null; } - - void Generic.IDictionary.Add(TKey key, TValue value) { } - - bool Generic.IDictionary.Remove(TKey key) { throw null; } - - Generic.IEnumerator> Generic.IEnumerable>.GetEnumerator() { throw null; } - - void ICollection.CopyTo(Array array, int arrayIndex) { } - - void IDictionary.Add(object key, object value) { } - - void IDictionary.Clear() { } - - bool IDictionary.Contains(object key) { throw null; } - - IDictionaryEnumerator IDictionary.GetEnumerator() { throw null; } - - void IDictionary.Remove(object key) { } - - IEnumerator IEnumerable.GetEnumerator() { throw null; } - - IImmutableDictionary IImmutableDictionary.Add(TKey key, TValue value) { throw null; } - - IImmutableDictionary IImmutableDictionary.AddRange(Generic.IEnumerable> pairs) { throw null; } - - IImmutableDictionary IImmutableDictionary.Clear() { throw null; } - - IImmutableDictionary IImmutableDictionary.Remove(TKey key) { throw null; } - - IImmutableDictionary IImmutableDictionary.RemoveRange(Generic.IEnumerable keys) { throw null; } - - IImmutableDictionary IImmutableDictionary.SetItem(TKey key, TValue value) { throw null; } - - IImmutableDictionary IImmutableDictionary.SetItems(Generic.IEnumerable> items) { throw null; } - - public ImmutableDictionary.Builder ToBuilder() { throw null; } - - public bool TryGetKey(TKey equalKey, out TKey actualKey) { throw null; } - - public bool TryGetValue(TKey key, out TValue value) { throw null; } - - public ImmutableDictionary WithComparers(Generic.IEqualityComparer keyComparer, Generic.IEqualityComparer valueComparer) { throw null; } - - public ImmutableDictionary WithComparers(Generic.IEqualityComparer keyComparer) { throw null; } - - public sealed partial class Builder : Generic.IDictionary, Generic.ICollection>, Generic.IEnumerable>, IEnumerable, Generic.IReadOnlyDictionary, Generic.IReadOnlyCollection>, IDictionary, ICollection - { - internal Builder() { } - - public int Count { get { throw null; } } - - public TValue this[TKey key] { get { throw null; } set { } } - - public Generic.IEqualityComparer KeyComparer { get { throw null; } set { } } - - public Generic.IEnumerable Keys { get { throw null; } } - - bool Generic.ICollection>.IsReadOnly { get { throw null; } } - - Generic.ICollection Generic.IDictionary.Keys { get { throw null; } } - - Generic.ICollection Generic.IDictionary.Values { get { throw null; } } - - bool ICollection.IsSynchronized { get { throw null; } } - - object ICollection.SyncRoot { get { throw null; } } - - bool IDictionary.IsFixedSize { get { throw null; } } - - bool IDictionary.IsReadOnly { get { throw null; } } - - object IDictionary.this[object key] { get { throw null; } set { } } - - ICollection IDictionary.Keys { get { throw null; } } - - ICollection IDictionary.Values { get { throw null; } } - - public Generic.IEqualityComparer ValueComparer { get { throw null; } set { } } - - public Generic.IEnumerable Values { get { throw null; } } - - public void Add(TKey key, TValue value) { } - - public void Add(Generic.KeyValuePair item) { } - - public void AddRange(Generic.IEnumerable> items) { } - - public void Clear() { } - - public bool Contains(Generic.KeyValuePair item) { throw null; } - - public bool ContainsKey(TKey key) { throw null; } - - public bool ContainsValue(TValue value) { throw null; } - - public ImmutableDictionary.Enumerator GetEnumerator() { throw null; } - - public TValue GetValueOrDefault(TKey key, TValue defaultValue) { throw null; } - - public TValue GetValueOrDefault(TKey key) { throw null; } - - public bool Remove(TKey key) { throw null; } - - public bool Remove(Generic.KeyValuePair item) { throw null; } - - public void RemoveRange(Generic.IEnumerable keys) { } - - void Generic.ICollection>.CopyTo(Generic.KeyValuePair[] array, int arrayIndex) { } - - Generic.IEnumerator> Generic.IEnumerable>.GetEnumerator() { throw null; } - - void ICollection.CopyTo(Array array, int arrayIndex) { } - - void IDictionary.Add(object key, object value) { } - - bool IDictionary.Contains(object key) { throw null; } - - IDictionaryEnumerator IDictionary.GetEnumerator() { throw null; } - - void IDictionary.Remove(object key) { } - - IEnumerator IEnumerable.GetEnumerator() { throw null; } - - public ImmutableDictionary ToImmutable() { throw null; } - - public bool TryGetKey(TKey equalKey, out TKey actualKey) { throw null; } - - public bool TryGetValue(TKey key, out TValue value) { throw null; } - } - - public partial struct Enumerator : Generic.IEnumerator>, IEnumerator, IDisposable - { - private object _dummy; - private int _dummyPrimitive; - public Generic.KeyValuePair Current { get { throw null; } } - - object IEnumerator.Current { get { throw null; } } - - public void Dispose() { } - - public bool MoveNext() { throw null; } - - public void Reset() { } - } - } - - public static partial class ImmutableHashSet - { - public static ImmutableHashSet Create() { throw null; } - - public static ImmutableHashSet Create(T item) { throw null; } - - public static ImmutableHashSet Create(params T[] items) { throw null; } - - public static ImmutableHashSet Create(Generic.IEqualityComparer equalityComparer, T item) { throw null; } - - public static ImmutableHashSet Create(Generic.IEqualityComparer equalityComparer, params T[] items) { throw null; } - - public static ImmutableHashSet Create(Generic.IEqualityComparer equalityComparer) { throw null; } - - public static ImmutableHashSet.Builder CreateBuilder() { throw null; } - - public static ImmutableHashSet.Builder CreateBuilder(Generic.IEqualityComparer equalityComparer) { throw null; } - - public static ImmutableHashSet CreateRange(Generic.IEnumerable items) { throw null; } - - public static ImmutableHashSet CreateRange(Generic.IEqualityComparer equalityComparer, Generic.IEnumerable items) { throw null; } - - public static ImmutableHashSet ToImmutableHashSet(this Generic.IEnumerable source, Generic.IEqualityComparer equalityComparer) { throw null; } - - public static ImmutableHashSet ToImmutableHashSet(this Generic.IEnumerable source) { throw null; } - } - - public sealed partial class ImmutableHashSet : IImmutableSet, Generic.IReadOnlyCollection, Generic.IEnumerable, IEnumerable, Generic.ICollection, Generic.ISet, ICollection - { - internal ImmutableHashSet() { } - - public static readonly ImmutableHashSet Empty; - public int Count { get { throw null; } } - - public bool IsEmpty { get { throw null; } } - - public Generic.IEqualityComparer KeyComparer { get { throw null; } } - - bool Generic.ICollection.IsReadOnly { get { throw null; } } - - bool ICollection.IsSynchronized { get { throw null; } } - - object ICollection.SyncRoot { get { throw null; } } - - public ImmutableHashSet Add(T item) { throw null; } - - public ImmutableHashSet Clear() { throw null; } - - public bool Contains(T item) { throw null; } - - public ImmutableHashSet Except(Generic.IEnumerable other) { throw null; } - - public ImmutableHashSet.Enumerator GetEnumerator() { throw null; } - - public ImmutableHashSet Intersect(Generic.IEnumerable other) { throw null; } - - public bool IsProperSubsetOf(Generic.IEnumerable other) { throw null; } - - public bool IsProperSupersetOf(Generic.IEnumerable other) { throw null; } - - public bool IsSubsetOf(Generic.IEnumerable other) { throw null; } - - public bool IsSupersetOf(Generic.IEnumerable other) { throw null; } - - public bool Overlaps(Generic.IEnumerable other) { throw null; } - - public ImmutableHashSet Remove(T item) { throw null; } - - public bool SetEquals(Generic.IEnumerable other) { throw null; } - - public ImmutableHashSet SymmetricExcept(Generic.IEnumerable other) { throw null; } - - void Generic.ICollection.Add(T item) { } - - void Generic.ICollection.Clear() { } - - void Generic.ICollection.CopyTo(T[] array, int arrayIndex) { } - - bool Generic.ICollection.Remove(T item) { throw null; } - - Generic.IEnumerator Generic.IEnumerable.GetEnumerator() { throw null; } - - bool Generic.ISet.Add(T item) { throw null; } - - void Generic.ISet.ExceptWith(Generic.IEnumerable other) { } - - void Generic.ISet.IntersectWith(Generic.IEnumerable other) { } - - void Generic.ISet.SymmetricExceptWith(Generic.IEnumerable other) { } - - void Generic.ISet.UnionWith(Generic.IEnumerable other) { } - - void ICollection.CopyTo(Array array, int arrayIndex) { } - - IEnumerator IEnumerable.GetEnumerator() { throw null; } - - IImmutableSet IImmutableSet.Add(T item) { throw null; } - - IImmutableSet IImmutableSet.Clear() { throw null; } - - IImmutableSet IImmutableSet.Except(Generic.IEnumerable other) { throw null; } - - IImmutableSet IImmutableSet.Intersect(Generic.IEnumerable other) { throw null; } - - IImmutableSet IImmutableSet.Remove(T item) { throw null; } - - IImmutableSet IImmutableSet.SymmetricExcept(Generic.IEnumerable other) { throw null; } - - IImmutableSet IImmutableSet.Union(Generic.IEnumerable other) { throw null; } - - public ImmutableHashSet.Builder ToBuilder() { throw null; } - - public bool TryGetValue(T equalValue, out T actualValue) { throw null; } - - public ImmutableHashSet Union(Generic.IEnumerable other) { throw null; } - - public ImmutableHashSet WithComparer(Generic.IEqualityComparer equalityComparer) { throw null; } - - public sealed partial class Builder : Generic.IReadOnlyCollection, Generic.IEnumerable, IEnumerable, Generic.ISet, Generic.ICollection - { - internal Builder() { } - - public int Count { get { throw null; } } - - public Generic.IEqualityComparer KeyComparer { get { throw null; } set { } } - - bool Generic.ICollection.IsReadOnly { get { throw null; } } - - public bool Add(T item) { throw null; } - - public void Clear() { } - - public bool Contains(T item) { throw null; } - - public void ExceptWith(Generic.IEnumerable other) { } - - public ImmutableHashSet.Enumerator GetEnumerator() { throw null; } - - public void IntersectWith(Generic.IEnumerable other) { } - - public bool IsProperSubsetOf(Generic.IEnumerable other) { throw null; } - - public bool IsProperSupersetOf(Generic.IEnumerable other) { throw null; } - - public bool IsSubsetOf(Generic.IEnumerable other) { throw null; } - - public bool IsSupersetOf(Generic.IEnumerable other) { throw null; } - - public bool Overlaps(Generic.IEnumerable other) { throw null; } - - public bool Remove(T item) { throw null; } - - public bool SetEquals(Generic.IEnumerable other) { throw null; } - - public void SymmetricExceptWith(Generic.IEnumerable other) { } - - void Generic.ICollection.Add(T item) { } - - void Generic.ICollection.CopyTo(T[] array, int arrayIndex) { } - - Generic.IEnumerator Generic.IEnumerable.GetEnumerator() { throw null; } - - IEnumerator IEnumerable.GetEnumerator() { throw null; } - - public ImmutableHashSet ToImmutable() { throw null; } - - public void UnionWith(Generic.IEnumerable other) { } - } - - public partial struct Enumerator : Generic.IEnumerator, IEnumerator, IDisposable - { - private object _dummy; - private int _dummyPrimitive; - public T Current { get { throw null; } } - - object IEnumerator.Current { get { throw null; } } - - public void Dispose() { } - - public bool MoveNext() { throw null; } - - public void Reset() { } - } - } - - public static partial class ImmutableInterlocked - { - public static TValue AddOrUpdate(ref ImmutableDictionary location, TKey key, TValue addValue, Func updateValueFactory) { throw null; } - - public static TValue AddOrUpdate(ref ImmutableDictionary location, TKey key, Func addValueFactory, Func updateValueFactory) { throw null; } - - public static void Enqueue(ref ImmutableQueue location, T value) { } - - public static TValue GetOrAdd(ref ImmutableDictionary location, TKey key, TValue value) { throw null; } - - public static TValue GetOrAdd(ref ImmutableDictionary location, TKey key, Func valueFactory) { throw null; } - - public static TValue GetOrAdd(ref ImmutableDictionary location, TKey key, Func valueFactory, TArg factoryArgument) { throw null; } - - public static ImmutableArray InterlockedCompareExchange(ref ImmutableArray location, ImmutableArray value, ImmutableArray comparand) { throw null; } - - public static ImmutableArray InterlockedExchange(ref ImmutableArray location, ImmutableArray value) { throw null; } - - public static bool InterlockedInitialize(ref ImmutableArray location, ImmutableArray value) { throw null; } - - public static void Push(ref ImmutableStack location, T value) { } - - public static bool TryAdd(ref ImmutableDictionary location, TKey key, TValue value) { throw null; } - - public static bool TryDequeue(ref ImmutableQueue location, out T value) { throw null; } - - public static bool TryPop(ref ImmutableStack location, out T value) { throw null; } - - public static bool TryRemove(ref ImmutableDictionary location, TKey key, out TValue value) { throw null; } - - public static bool TryUpdate(ref ImmutableDictionary location, TKey key, TValue newValue, TValue comparisonValue) { throw null; } - - public static bool Update(ref T location, Func transformer) - where T : class { throw null; } - - public static bool Update(ref T location, Func transformer, TArg transformerArgument) - where T : class { throw null; } - } - - public static partial class ImmutableList - { - public static ImmutableList Create() { throw null; } - - public static ImmutableList Create(T item) { throw null; } - - public static ImmutableList Create(params T[] items) { throw null; } - - public static ImmutableList.Builder CreateBuilder() { throw null; } - - public static ImmutableList CreateRange(Generic.IEnumerable items) { throw null; } - - public static int IndexOf(this IImmutableList list, T item, Generic.IEqualityComparer equalityComparer) { throw null; } - - public static int IndexOf(this IImmutableList list, T item, int startIndex, int count) { throw null; } - - public static int IndexOf(this IImmutableList list, T item, int startIndex) { throw null; } - - public static int IndexOf(this IImmutableList list, T item) { throw null; } - - public static int LastIndexOf(this IImmutableList list, T item, Generic.IEqualityComparer equalityComparer) { throw null; } - - public static int LastIndexOf(this IImmutableList list, T item, int startIndex, int count) { throw null; } - - public static int LastIndexOf(this IImmutableList list, T item, int startIndex) { throw null; } - - public static int LastIndexOf(this IImmutableList list, T item) { throw null; } - - public static IImmutableList Remove(this IImmutableList list, T value) { throw null; } - - public static IImmutableList RemoveRange(this IImmutableList list, Generic.IEnumerable items) { throw null; } - - public static IImmutableList Replace(this IImmutableList list, T oldValue, T newValue) { throw null; } - - public static ImmutableList ToImmutableList(this Generic.IEnumerable source) { throw null; } - } - - public sealed partial class ImmutableList : IImmutableList, Generic.IReadOnlyList, Generic.IReadOnlyCollection, Generic.IEnumerable, IEnumerable, Generic.IList, Generic.ICollection, IList, ICollection - { - internal ImmutableList() { } - - public static readonly ImmutableList Empty; - public int Count { get { throw null; } } - - public bool IsEmpty { get { throw null; } } - - public T this[int index] { get { throw null; } } - - bool Generic.ICollection.IsReadOnly { get { throw null; } } - - T Generic.IList.this[int index] { get { throw null; } set { } } - - bool ICollection.IsSynchronized { get { throw null; } } - - object ICollection.SyncRoot { get { throw null; } } - - bool IList.IsFixedSize { get { throw null; } } - - bool IList.IsReadOnly { get { throw null; } } - - object IList.this[int index] { get { throw null; } set { } } - - public ImmutableList Add(T value) { throw null; } - - public ImmutableList AddRange(Generic.IEnumerable items) { throw null; } - - public int BinarySearch(T item, Generic.IComparer comparer) { throw null; } - - public int BinarySearch(T item) { throw null; } - - public int BinarySearch(int index, int count, T item, Generic.IComparer comparer) { throw null; } - - public ImmutableList Clear() { throw null; } - - public bool Contains(T value) { throw null; } - - public ImmutableList ConvertAll(Func converter) { throw null; } - - public void CopyTo(T[] array, int arrayIndex) { } - - public void CopyTo(T[] array) { } - - public void CopyTo(int index, T[] array, int arrayIndex, int count) { } - - public bool Exists(Predicate match) { throw null; } - - public T Find(Predicate match) { throw null; } - - public ImmutableList FindAll(Predicate match) { throw null; } - - public int FindIndex(int startIndex, int count, Predicate match) { throw null; } - - public int FindIndex(int startIndex, Predicate match) { throw null; } - - public int FindIndex(Predicate match) { throw null; } - - public T FindLast(Predicate match) { throw null; } - - public int FindLastIndex(int startIndex, int count, Predicate match) { throw null; } - - public int FindLastIndex(int startIndex, Predicate match) { throw null; } - - public int FindLastIndex(Predicate match) { throw null; } - - public void ForEach(Action action) { } - - public ImmutableList.Enumerator GetEnumerator() { throw null; } - - public ImmutableList GetRange(int index, int count) { throw null; } - - public int IndexOf(T item, int index, int count, Generic.IEqualityComparer equalityComparer) { throw null; } - - public int IndexOf(T value) { throw null; } - - public ImmutableList Insert(int index, T item) { throw null; } - - public ImmutableList InsertRange(int index, Generic.IEnumerable items) { throw null; } - - public int LastIndexOf(T item, int index, int count, Generic.IEqualityComparer equalityComparer) { throw null; } - - public ImmutableList Remove(T value, Generic.IEqualityComparer equalityComparer) { throw null; } - - public ImmutableList Remove(T value) { throw null; } - - public ImmutableList RemoveAll(Predicate match) { throw null; } - - public ImmutableList RemoveAt(int index) { throw null; } - - public ImmutableList RemoveRange(Generic.IEnumerable items, Generic.IEqualityComparer equalityComparer) { throw null; } - - public ImmutableList RemoveRange(Generic.IEnumerable items) { throw null; } - - public ImmutableList RemoveRange(int index, int count) { throw null; } - - public ImmutableList Replace(T oldValue, T newValue, Generic.IEqualityComparer equalityComparer) { throw null; } - - public ImmutableList Replace(T oldValue, T newValue) { throw null; } - - public ImmutableList Reverse() { throw null; } - - public ImmutableList Reverse(int index, int count) { throw null; } - - public ImmutableList SetItem(int index, T value) { throw null; } - - public ImmutableList Sort() { throw null; } - - public ImmutableList Sort(Generic.IComparer comparer) { throw null; } - - public ImmutableList Sort(Comparison comparison) { throw null; } - - public ImmutableList Sort(int index, int count, Generic.IComparer comparer) { throw null; } - - void Generic.ICollection.Add(T item) { } - - void Generic.ICollection.Clear() { } - - bool Generic.ICollection.Remove(T item) { throw null; } - - Generic.IEnumerator Generic.IEnumerable.GetEnumerator() { throw null; } - - void Generic.IList.Insert(int index, T item) { } - - void Generic.IList.RemoveAt(int index) { } - - void ICollection.CopyTo(Array array, int arrayIndex) { } - - IEnumerator IEnumerable.GetEnumerator() { throw null; } - - int IList.Add(object value) { throw null; } - - void IList.Clear() { } - - bool IList.Contains(object value) { throw null; } - - int IList.IndexOf(object value) { throw null; } - - void IList.Insert(int index, object value) { } - - void IList.Remove(object value) { } - - void IList.RemoveAt(int index) { } - - IImmutableList IImmutableList.Add(T value) { throw null; } - - IImmutableList IImmutableList.AddRange(Generic.IEnumerable items) { throw null; } - - IImmutableList IImmutableList.Clear() { throw null; } - - IImmutableList IImmutableList.Insert(int index, T item) { throw null; } - - IImmutableList IImmutableList.InsertRange(int index, Generic.IEnumerable items) { throw null; } - - IImmutableList IImmutableList.Remove(T value, Generic.IEqualityComparer equalityComparer) { throw null; } - - IImmutableList IImmutableList.RemoveAll(Predicate match) { throw null; } - - IImmutableList IImmutableList.RemoveAt(int index) { throw null; } - - IImmutableList IImmutableList.RemoveRange(Generic.IEnumerable items, Generic.IEqualityComparer equalityComparer) { throw null; } - - IImmutableList IImmutableList.RemoveRange(int index, int count) { throw null; } - - IImmutableList IImmutableList.Replace(T oldValue, T newValue, Generic.IEqualityComparer equalityComparer) { throw null; } - - IImmutableList IImmutableList.SetItem(int index, T value) { throw null; } - - public ImmutableList.Builder ToBuilder() { throw null; } - - public bool TrueForAll(Predicate match) { throw null; } - - public sealed partial class Builder : Generic.IList, Generic.ICollection, Generic.IEnumerable, IEnumerable, IList, ICollection, Generic.IReadOnlyList, Generic.IReadOnlyCollection - { - internal Builder() { } - - public int Count { get { throw null; } } - - public T this[int index] { get { throw null; } set { } } - - bool Generic.ICollection.IsReadOnly { get { throw null; } } - - bool ICollection.IsSynchronized { get { throw null; } } - - object ICollection.SyncRoot { get { throw null; } } - - bool IList.IsFixedSize { get { throw null; } } - - bool IList.IsReadOnly { get { throw null; } } - - object IList.this[int index] { get { throw null; } set { } } - - public void Add(T item) { } - - public void AddRange(Generic.IEnumerable items) { } - - public int BinarySearch(T item, Generic.IComparer comparer) { throw null; } - - public int BinarySearch(T item) { throw null; } - - public int BinarySearch(int index, int count, T item, Generic.IComparer comparer) { throw null; } - - public void Clear() { } - - public bool Contains(T item) { throw null; } - - public ImmutableList ConvertAll(Func converter) { throw null; } - - public void CopyTo(T[] array, int arrayIndex) { } - - public void CopyTo(T[] array) { } - - public void CopyTo(int index, T[] array, int arrayIndex, int count) { } - - public bool Exists(Predicate match) { throw null; } - - public T Find(Predicate match) { throw null; } - - public ImmutableList FindAll(Predicate match) { throw null; } - - public int FindIndex(int startIndex, int count, Predicate match) { throw null; } - - public int FindIndex(int startIndex, Predicate match) { throw null; } - - public int FindIndex(Predicate match) { throw null; } - - public T FindLast(Predicate match) { throw null; } - - public int FindLastIndex(int startIndex, int count, Predicate match) { throw null; } - - public int FindLastIndex(int startIndex, Predicate match) { throw null; } - - public int FindLastIndex(Predicate match) { throw null; } - - public void ForEach(Action action) { } - - public ImmutableList.Enumerator GetEnumerator() { throw null; } - - public ImmutableList GetRange(int index, int count) { throw null; } - - public int IndexOf(T item, int index, int count, Generic.IEqualityComparer equalityComparer) { throw null; } - - public int IndexOf(T item, int index, int count) { throw null; } - - public int IndexOf(T item, int index) { throw null; } - - public int IndexOf(T item) { throw null; } - - public void Insert(int index, T item) { } - - public void InsertRange(int index, Generic.IEnumerable items) { } - - public int LastIndexOf(T item, int startIndex, int count, Generic.IEqualityComparer equalityComparer) { throw null; } - - public int LastIndexOf(T item, int startIndex, int count) { throw null; } - - public int LastIndexOf(T item, int startIndex) { throw null; } - - public int LastIndexOf(T item) { throw null; } - - public bool Remove(T item) { throw null; } - - public int RemoveAll(Predicate match) { throw null; } - - public void RemoveAt(int index) { } - - public void Reverse() { } - - public void Reverse(int index, int count) { } - - public void Sort() { } - - public void Sort(Generic.IComparer comparer) { } - - public void Sort(Comparison comparison) { } - - public void Sort(int index, int count, Generic.IComparer comparer) { } - - Generic.IEnumerator Generic.IEnumerable.GetEnumerator() { throw null; } - - void ICollection.CopyTo(Array array, int arrayIndex) { } - - IEnumerator IEnumerable.GetEnumerator() { throw null; } - - int IList.Add(object value) { throw null; } - - void IList.Clear() { } - - bool IList.Contains(object value) { throw null; } - - int IList.IndexOf(object value) { throw null; } - - void IList.Insert(int index, object value) { } - - void IList.Remove(object value) { } - - public ImmutableList ToImmutable() { throw null; } - - public bool TrueForAll(Predicate match) { throw null; } - } - - public partial struct Enumerator : Generic.IEnumerator, IEnumerator, IDisposable - { - private object _dummy; - private int _dummyPrimitive; - public T Current { get { throw null; } } - - object IEnumerator.Current { get { throw null; } } - - public void Dispose() { } - - public bool MoveNext() { throw null; } - - public void Reset() { } - } - } - - public static partial class ImmutableQueue - { - public static ImmutableQueue Create() { throw null; } - - public static ImmutableQueue Create(T item) { throw null; } - - public static ImmutableQueue Create(params T[] items) { throw null; } - - public static ImmutableQueue CreateRange(Generic.IEnumerable items) { throw null; } - - public static IImmutableQueue Dequeue(this IImmutableQueue queue, out T value) { throw null; } - } - - public sealed partial class ImmutableQueue : IImmutableQueue, Generic.IEnumerable, IEnumerable - { - internal ImmutableQueue() { } - - public static ImmutableQueue Empty { get { throw null; } } - - public bool IsEmpty { get { throw null; } } - - public ImmutableQueue Clear() { throw null; } - - public ImmutableQueue Dequeue() { throw null; } - - public ImmutableQueue Dequeue(out T value) { throw null; } - - public ImmutableQueue Enqueue(T value) { throw null; } - - public ImmutableQueue.Enumerator GetEnumerator() { throw null; } - - public T Peek() { throw null; } - - Generic.IEnumerator Generic.IEnumerable.GetEnumerator() { throw null; } - - IEnumerator IEnumerable.GetEnumerator() { throw null; } - - IImmutableQueue IImmutableQueue.Clear() { throw null; } - - IImmutableQueue IImmutableQueue.Dequeue() { throw null; } - - IImmutableQueue IImmutableQueue.Enqueue(T value) { throw null; } - - public partial struct Enumerator - { - private ImmutableQueue _originalQueue; - private ImmutableStack _remainingForwardsStack; - private ImmutableStack _remainingBackwardsStack; - private object _dummy; - private int _dummyPrimitive; - public T Current { get { throw null; } } - - public bool MoveNext() { throw null; } - } - } - - public static partial class ImmutableSortedDictionary - { - public static ImmutableSortedDictionary Create() { throw null; } - - public static ImmutableSortedDictionary Create(Generic.IComparer keyComparer, Generic.IEqualityComparer valueComparer) { throw null; } - - public static ImmutableSortedDictionary Create(Generic.IComparer keyComparer) { throw null; } - - public static ImmutableSortedDictionary.Builder CreateBuilder() { throw null; } - - public static ImmutableSortedDictionary.Builder CreateBuilder(Generic.IComparer keyComparer, Generic.IEqualityComparer valueComparer) { throw null; } - - public static ImmutableSortedDictionary.Builder CreateBuilder(Generic.IComparer keyComparer) { throw null; } - - public static ImmutableSortedDictionary CreateRange(Generic.IComparer keyComparer, Generic.IEnumerable> items) { throw null; } - - public static ImmutableSortedDictionary CreateRange(Generic.IComparer keyComparer, Generic.IEqualityComparer valueComparer, Generic.IEnumerable> items) { throw null; } - - public static ImmutableSortedDictionary CreateRange(Generic.IEnumerable> items) { throw null; } - - public static ImmutableSortedDictionary ToImmutableSortedDictionary(this Generic.IEnumerable> source, Generic.IComparer keyComparer, Generic.IEqualityComparer valueComparer) { throw null; } - - public static ImmutableSortedDictionary ToImmutableSortedDictionary(this Generic.IEnumerable> source, Generic.IComparer keyComparer) { throw null; } - - public static ImmutableSortedDictionary ToImmutableSortedDictionary(this Generic.IEnumerable> source) { throw null; } - - public static ImmutableSortedDictionary ToImmutableSortedDictionary(this Generic.IEnumerable source, Func keySelector, Func elementSelector, Generic.IComparer keyComparer, Generic.IEqualityComparer valueComparer) { throw null; } - - public static ImmutableSortedDictionary ToImmutableSortedDictionary(this Generic.IEnumerable source, Func keySelector, Func elementSelector, Generic.IComparer keyComparer) { throw null; } - - public static ImmutableSortedDictionary ToImmutableSortedDictionary(this Generic.IEnumerable source, Func keySelector, Func elementSelector) { throw null; } - } - - public sealed partial class ImmutableSortedDictionary : IImmutableDictionary, Generic.IReadOnlyDictionary, Generic.IReadOnlyCollection>, Generic.IEnumerable>, IEnumerable, Generic.IDictionary, Generic.ICollection>, IDictionary, ICollection - { - internal ImmutableSortedDictionary() { } - - public static readonly ImmutableSortedDictionary Empty; - public int Count { get { throw null; } } - - public bool IsEmpty { get { throw null; } } - - public TValue this[TKey key] { get { throw null; } } - - public Generic.IComparer KeyComparer { get { throw null; } } - - public Generic.IEnumerable Keys { get { throw null; } } - - bool Generic.ICollection>.IsReadOnly { get { throw null; } } - - TValue Generic.IDictionary.this[TKey key] { get { throw null; } set { } } - - Generic.ICollection Generic.IDictionary.Keys { get { throw null; } } - - Generic.ICollection Generic.IDictionary.Values { get { throw null; } } - - bool ICollection.IsSynchronized { get { throw null; } } - - object ICollection.SyncRoot { get { throw null; } } - - bool IDictionary.IsFixedSize { get { throw null; } } - - bool IDictionary.IsReadOnly { get { throw null; } } - - object IDictionary.this[object key] { get { throw null; } set { } } - - ICollection IDictionary.Keys { get { throw null; } } - - ICollection IDictionary.Values { get { throw null; } } - - public Generic.IEqualityComparer ValueComparer { get { throw null; } } - - public Generic.IEnumerable Values { get { throw null; } } - - public ImmutableSortedDictionary Add(TKey key, TValue value) { throw null; } - - public ImmutableSortedDictionary AddRange(Generic.IEnumerable> items) { throw null; } - - public ImmutableSortedDictionary Clear() { throw null; } - - public bool Contains(Generic.KeyValuePair pair) { throw null; } - - public bool ContainsKey(TKey key) { throw null; } - - public bool ContainsValue(TValue value) { throw null; } - - public ImmutableSortedDictionary.Enumerator GetEnumerator() { throw null; } - - public ImmutableSortedDictionary Remove(TKey value) { throw null; } - - public ImmutableSortedDictionary RemoveRange(Generic.IEnumerable keys) { throw null; } - - public ImmutableSortedDictionary SetItem(TKey key, TValue value) { throw null; } - - public ImmutableSortedDictionary SetItems(Generic.IEnumerable> items) { throw null; } - - void Generic.ICollection>.Add(Generic.KeyValuePair item) { } - - void Generic.ICollection>.Clear() { } - - void Generic.ICollection>.CopyTo(Generic.KeyValuePair[] array, int arrayIndex) { } - - bool Generic.ICollection>.Remove(Generic.KeyValuePair item) { throw null; } - - void Generic.IDictionary.Add(TKey key, TValue value) { } - - bool Generic.IDictionary.Remove(TKey key) { throw null; } - - Generic.IEnumerator> Generic.IEnumerable>.GetEnumerator() { throw null; } - - void ICollection.CopyTo(Array array, int index) { } - - void IDictionary.Add(object key, object value) { } - - void IDictionary.Clear() { } - - bool IDictionary.Contains(object key) { throw null; } - - IDictionaryEnumerator IDictionary.GetEnumerator() { throw null; } - - void IDictionary.Remove(object key) { } - - IEnumerator IEnumerable.GetEnumerator() { throw null; } - - IImmutableDictionary IImmutableDictionary.Add(TKey key, TValue value) { throw null; } - - IImmutableDictionary IImmutableDictionary.AddRange(Generic.IEnumerable> pairs) { throw null; } - - IImmutableDictionary IImmutableDictionary.Clear() { throw null; } - - IImmutableDictionary IImmutableDictionary.Remove(TKey key) { throw null; } - - IImmutableDictionary IImmutableDictionary.RemoveRange(Generic.IEnumerable keys) { throw null; } - - IImmutableDictionary IImmutableDictionary.SetItem(TKey key, TValue value) { throw null; } - - IImmutableDictionary IImmutableDictionary.SetItems(Generic.IEnumerable> items) { throw null; } - - public ImmutableSortedDictionary.Builder ToBuilder() { throw null; } - - public bool TryGetKey(TKey equalKey, out TKey actualKey) { throw null; } - - public bool TryGetValue(TKey key, out TValue value) { throw null; } - - public ImmutableSortedDictionary WithComparers(Generic.IComparer keyComparer, Generic.IEqualityComparer valueComparer) { throw null; } - - public ImmutableSortedDictionary WithComparers(Generic.IComparer keyComparer) { throw null; } - - public sealed partial class Builder : Generic.IDictionary, Generic.ICollection>, Generic.IEnumerable>, IEnumerable, Generic.IReadOnlyDictionary, Generic.IReadOnlyCollection>, IDictionary, ICollection - { - internal Builder() { } - - public int Count { get { throw null; } } - - public TValue this[TKey key] { get { throw null; } set { } } - - public Generic.IComparer KeyComparer { get { throw null; } set { } } - - public Generic.IEnumerable Keys { get { throw null; } } - - bool Generic.ICollection>.IsReadOnly { get { throw null; } } - - Generic.ICollection Generic.IDictionary.Keys { get { throw null; } } - - Generic.ICollection Generic.IDictionary.Values { get { throw null; } } - - bool ICollection.IsSynchronized { get { throw null; } } - - object ICollection.SyncRoot { get { throw null; } } - - bool IDictionary.IsFixedSize { get { throw null; } } - - bool IDictionary.IsReadOnly { get { throw null; } } - - object IDictionary.this[object key] { get { throw null; } set { } } - - ICollection IDictionary.Keys { get { throw null; } } - - ICollection IDictionary.Values { get { throw null; } } - - public Generic.IEqualityComparer ValueComparer { get { throw null; } set { } } - - public Generic.IEnumerable Values { get { throw null; } } - - public void Add(TKey key, TValue value) { } - - public void Add(Generic.KeyValuePair item) { } - - public void AddRange(Generic.IEnumerable> items) { } - - public void Clear() { } - - public bool Contains(Generic.KeyValuePair item) { throw null; } - - public bool ContainsKey(TKey key) { throw null; } - - public bool ContainsValue(TValue value) { throw null; } - - public ImmutableSortedDictionary.Enumerator GetEnumerator() { throw null; } - - public TValue GetValueOrDefault(TKey key, TValue defaultValue) { throw null; } - - public TValue GetValueOrDefault(TKey key) { throw null; } - - public bool Remove(TKey key) { throw null; } - - public bool Remove(Generic.KeyValuePair item) { throw null; } - - public void RemoveRange(Generic.IEnumerable keys) { } - - void Generic.ICollection>.CopyTo(Generic.KeyValuePair[] array, int arrayIndex) { } - - Generic.IEnumerator> Generic.IEnumerable>.GetEnumerator() { throw null; } - - void ICollection.CopyTo(Array array, int index) { } - - void IDictionary.Add(object key, object value) { } - - bool IDictionary.Contains(object key) { throw null; } - - IDictionaryEnumerator IDictionary.GetEnumerator() { throw null; } - - void IDictionary.Remove(object key) { } - - IEnumerator IEnumerable.GetEnumerator() { throw null; } - - public ImmutableSortedDictionary ToImmutable() { throw null; } - - public bool TryGetKey(TKey equalKey, out TKey actualKey) { throw null; } - - public bool TryGetValue(TKey key, out TValue value) { throw null; } - } - - public partial struct Enumerator : Generic.IEnumerator>, IEnumerator, IDisposable - { - private object _dummy; - private int _dummyPrimitive; - public Generic.KeyValuePair Current { get { throw null; } } - - object IEnumerator.Current { get { throw null; } } - - public void Dispose() { } - - public bool MoveNext() { throw null; } - - public void Reset() { } - } - } - - public static partial class ImmutableSortedSet - { - public static ImmutableSortedSet Create() { throw null; } - - public static ImmutableSortedSet Create(T item) { throw null; } - - public static ImmutableSortedSet Create(params T[] items) { throw null; } - - public static ImmutableSortedSet Create(Generic.IComparer comparer, T item) { throw null; } - - public static ImmutableSortedSet Create(Generic.IComparer comparer, params T[] items) { throw null; } - - public static ImmutableSortedSet Create(Generic.IComparer comparer) { throw null; } - - public static ImmutableSortedSet.Builder CreateBuilder() { throw null; } - - public static ImmutableSortedSet.Builder CreateBuilder(Generic.IComparer comparer) { throw null; } - - public static ImmutableSortedSet CreateRange(Generic.IComparer comparer, Generic.IEnumerable items) { throw null; } - - public static ImmutableSortedSet CreateRange(Generic.IEnumerable items) { throw null; } - - public static ImmutableSortedSet ToImmutableSortedSet(this Generic.IEnumerable source, Generic.IComparer comparer) { throw null; } - - public static ImmutableSortedSet ToImmutableSortedSet(this Generic.IEnumerable source) { throw null; } - } - - public sealed partial class ImmutableSortedSet : IImmutableSet, Generic.IReadOnlyCollection, Generic.IEnumerable, IEnumerable, Generic.IReadOnlyList, Generic.IList, Generic.ICollection, Generic.ISet, IList, ICollection - { - internal ImmutableSortedSet() { } - - public static readonly ImmutableSortedSet Empty; - public int Count { get { throw null; } } - - public bool IsEmpty { get { throw null; } } - - public T this[int index] { get { throw null; } } - - public Generic.IComparer KeyComparer { get { throw null; } } - - public T Max { get { throw null; } } - - public T Min { get { throw null; } } - - bool Generic.ICollection.IsReadOnly { get { throw null; } } - - T Generic.IList.this[int index] { get { throw null; } set { } } - - bool ICollection.IsSynchronized { get { throw null; } } - - object ICollection.SyncRoot { get { throw null; } } - - bool IList.IsFixedSize { get { throw null; } } - - bool IList.IsReadOnly { get { throw null; } } - - object IList.this[int index] { get { throw null; } set { } } - - public ImmutableSortedSet Add(T value) { throw null; } - - public ImmutableSortedSet Clear() { throw null; } - - public bool Contains(T value) { throw null; } - - public ImmutableSortedSet Except(Generic.IEnumerable other) { throw null; } - - public ImmutableSortedSet.Enumerator GetEnumerator() { throw null; } - - public int IndexOf(T item) { throw null; } - - public ImmutableSortedSet Intersect(Generic.IEnumerable other) { throw null; } - - public bool IsProperSubsetOf(Generic.IEnumerable other) { throw null; } - - public bool IsProperSupersetOf(Generic.IEnumerable other) { throw null; } - - public bool IsSubsetOf(Generic.IEnumerable other) { throw null; } - - public bool IsSupersetOf(Generic.IEnumerable other) { throw null; } - - public bool Overlaps(Generic.IEnumerable other) { throw null; } - - public ImmutableSortedSet Remove(T value) { throw null; } - - public Generic.IEnumerable Reverse() { throw null; } - - public bool SetEquals(Generic.IEnumerable other) { throw null; } - - public ImmutableSortedSet SymmetricExcept(Generic.IEnumerable other) { throw null; } - - void Generic.ICollection.Add(T item) { } - - void Generic.ICollection.Clear() { } - - void Generic.ICollection.CopyTo(T[] array, int arrayIndex) { } - - bool Generic.ICollection.Remove(T item) { throw null; } - - Generic.IEnumerator Generic.IEnumerable.GetEnumerator() { throw null; } - - void Generic.IList.Insert(int index, T item) { } - - void Generic.IList.RemoveAt(int index) { } - - bool Generic.ISet.Add(T item) { throw null; } - - void Generic.ISet.ExceptWith(Generic.IEnumerable other) { } - - void Generic.ISet.IntersectWith(Generic.IEnumerable other) { } - - void Generic.ISet.SymmetricExceptWith(Generic.IEnumerable other) { } - - void Generic.ISet.UnionWith(Generic.IEnumerable other) { } - - void ICollection.CopyTo(Array array, int index) { } - - IEnumerator IEnumerable.GetEnumerator() { throw null; } - - int IList.Add(object value) { throw null; } - - void IList.Clear() { } - - bool IList.Contains(object value) { throw null; } - - int IList.IndexOf(object value) { throw null; } - - void IList.Insert(int index, object value) { } - - void IList.Remove(object value) { } - - void IList.RemoveAt(int index) { } - - IImmutableSet IImmutableSet.Add(T value) { throw null; } - - IImmutableSet IImmutableSet.Clear() { throw null; } - - IImmutableSet IImmutableSet.Except(Generic.IEnumerable other) { throw null; } - - IImmutableSet IImmutableSet.Intersect(Generic.IEnumerable other) { throw null; } - - IImmutableSet IImmutableSet.Remove(T value) { throw null; } - - IImmutableSet IImmutableSet.SymmetricExcept(Generic.IEnumerable other) { throw null; } - - IImmutableSet IImmutableSet.Union(Generic.IEnumerable other) { throw null; } - - public ImmutableSortedSet.Builder ToBuilder() { throw null; } - - public bool TryGetValue(T equalValue, out T actualValue) { throw null; } - - public ImmutableSortedSet Union(Generic.IEnumerable other) { throw null; } - - public ImmutableSortedSet WithComparer(Generic.IComparer comparer) { throw null; } - - public sealed partial class Builder : Generic.IReadOnlyCollection, Generic.IEnumerable, IEnumerable, Generic.ISet, Generic.ICollection, ICollection - { - internal Builder() { } - - public int Count { get { throw null; } } - - public T this[int index] { get { throw null; } } - - public Generic.IComparer KeyComparer { get { throw null; } set { } } - - public T Max { get { throw null; } } - - public T Min { get { throw null; } } - - bool Generic.ICollection.IsReadOnly { get { throw null; } } - - bool ICollection.IsSynchronized { get { throw null; } } - - object ICollection.SyncRoot { get { throw null; } } - - public bool Add(T item) { throw null; } - - public void Clear() { } - - public bool Contains(T item) { throw null; } - - public void ExceptWith(Generic.IEnumerable other) { } - - public ImmutableSortedSet.Enumerator GetEnumerator() { throw null; } - - public void IntersectWith(Generic.IEnumerable other) { } - - public bool IsProperSubsetOf(Generic.IEnumerable other) { throw null; } - - public bool IsProperSupersetOf(Generic.IEnumerable other) { throw null; } - - public bool IsSubsetOf(Generic.IEnumerable other) { throw null; } - - public bool IsSupersetOf(Generic.IEnumerable other) { throw null; } - - public bool Overlaps(Generic.IEnumerable other) { throw null; } - - public bool Remove(T item) { throw null; } - - public Generic.IEnumerable Reverse() { throw null; } - - public bool SetEquals(Generic.IEnumerable other) { throw null; } - - public void SymmetricExceptWith(Generic.IEnumerable other) { } - - void Generic.ICollection.Add(T item) { } - - void Generic.ICollection.CopyTo(T[] array, int arrayIndex) { } - - Generic.IEnumerator Generic.IEnumerable.GetEnumerator() { throw null; } - - void ICollection.CopyTo(Array array, int arrayIndex) { } - - IEnumerator IEnumerable.GetEnumerator() { throw null; } - - public ImmutableSortedSet ToImmutable() { throw null; } - - public void UnionWith(Generic.IEnumerable other) { } - } - - public partial struct Enumerator : Generic.IEnumerator, IEnumerator, IDisposable - { - private object _dummy; - private int _dummyPrimitive; - public T Current { get { throw null; } } - - object IEnumerator.Current { get { throw null; } } - - public void Dispose() { } - - public bool MoveNext() { throw null; } - - public void Reset() { } - } - } - - public static partial class ImmutableStack - { - public static ImmutableStack Create() { throw null; } - - public static ImmutableStack Create(T item) { throw null; } - - public static ImmutableStack Create(params T[] items) { throw null; } - - public static ImmutableStack CreateRange(Generic.IEnumerable items) { throw null; } - - public static IImmutableStack Pop(this IImmutableStack stack, out T value) { throw null; } - } - - public sealed partial class ImmutableStack : IImmutableStack, Generic.IEnumerable, IEnumerable - { - internal ImmutableStack() { } - - public static ImmutableStack Empty { get { throw null; } } - - public bool IsEmpty { get { throw null; } } - - public ImmutableStack Clear() { throw null; } - - public ImmutableStack.Enumerator GetEnumerator() { throw null; } - - public T Peek() { throw null; } - - public ImmutableStack Pop() { throw null; } - - public ImmutableStack Pop(out T value) { throw null; } - - public ImmutableStack Push(T value) { throw null; } - - Generic.IEnumerator Generic.IEnumerable.GetEnumerator() { throw null; } - - IEnumerator IEnumerable.GetEnumerator() { throw null; } - - IImmutableStack IImmutableStack.Clear() { throw null; } - - IImmutableStack IImmutableStack.Pop() { throw null; } - - IImmutableStack IImmutableStack.Push(T value) { throw null; } - - public partial struct Enumerator - { - private ImmutableStack _originalStack; - private ImmutableStack _remainingStack; - private object _dummy; - private int _dummyPrimitive; - public T Current { get { throw null; } } - - public bool MoveNext() { throw null; } - } - } -} - -namespace System.Linq -{ - public static partial class ImmutableArrayExtensions - { - public static T Aggregate(this Collections.Immutable.ImmutableArray immutableArray, Func func) { throw null; } - - public static TAccumulate Aggregate(this Collections.Immutable.ImmutableArray immutableArray, TAccumulate seed, Func func) { throw null; } - - public static TResult Aggregate(this Collections.Immutable.ImmutableArray immutableArray, TAccumulate seed, Func func, Func resultSelector) { throw null; } - - public static bool All(this Collections.Immutable.ImmutableArray immutableArray, Func predicate) { throw null; } - - public static bool Any(this Collections.Immutable.ImmutableArray immutableArray, Func predicate) { throw null; } - - public static bool Any(this Collections.Immutable.ImmutableArray.Builder builder) { throw null; } - - public static bool Any(this Collections.Immutable.ImmutableArray immutableArray) { throw null; } - - public static T ElementAt(this Collections.Immutable.ImmutableArray immutableArray, int index) { throw null; } - - public static T ElementAtOrDefault(this Collections.Immutable.ImmutableArray immutableArray, int index) { throw null; } - - public static T First(this Collections.Immutable.ImmutableArray immutableArray, Func predicate) { throw null; } - - public static T First(this Collections.Immutable.ImmutableArray.Builder builder) { throw null; } - - public static T First(this Collections.Immutable.ImmutableArray immutableArray) { throw null; } - - public static T FirstOrDefault(this Collections.Immutable.ImmutableArray immutableArray, Func predicate) { throw null; } - - public static T FirstOrDefault(this Collections.Immutable.ImmutableArray.Builder builder) { throw null; } - - public static T FirstOrDefault(this Collections.Immutable.ImmutableArray immutableArray) { throw null; } - - public static T Last(this Collections.Immutable.ImmutableArray immutableArray, Func predicate) { throw null; } - - public static T Last(this Collections.Immutable.ImmutableArray.Builder builder) { throw null; } - - public static T Last(this Collections.Immutable.ImmutableArray immutableArray) { throw null; } - - public static T LastOrDefault(this Collections.Immutable.ImmutableArray immutableArray, Func predicate) { throw null; } - - public static T LastOrDefault(this Collections.Immutable.ImmutableArray.Builder builder) { throw null; } - - public static T LastOrDefault(this Collections.Immutable.ImmutableArray immutableArray) { throw null; } - - public static Collections.Generic.IEnumerable Select(this Collections.Immutable.ImmutableArray immutableArray, Func selector) { throw null; } - - public static Collections.Generic.IEnumerable SelectMany(this Collections.Immutable.ImmutableArray immutableArray, Func> collectionSelector, Func resultSelector) { throw null; } - - public static bool SequenceEqual(this Collections.Immutable.ImmutableArray immutableArray, Collections.Generic.IEnumerable items, Collections.Generic.IEqualityComparer comparer = null) - where TDerived : TBase { throw null; } - - public static bool SequenceEqual(this Collections.Immutable.ImmutableArray immutableArray, Collections.Immutable.ImmutableArray items, Collections.Generic.IEqualityComparer comparer = null) - where TDerived : TBase { throw null; } - - public static bool SequenceEqual(this Collections.Immutable.ImmutableArray immutableArray, Collections.Immutable.ImmutableArray items, Func predicate) - where TDerived : TBase { throw null; } - - public static T Single(this Collections.Immutable.ImmutableArray immutableArray, Func predicate) { throw null; } - - public static T Single(this Collections.Immutable.ImmutableArray immutableArray) { throw null; } - - public static T SingleOrDefault(this Collections.Immutable.ImmutableArray immutableArray, Func predicate) { throw null; } - - public static T SingleOrDefault(this Collections.Immutable.ImmutableArray immutableArray) { throw null; } - - public static T[] ToArray(this Collections.Immutable.ImmutableArray immutableArray) { throw null; } - - public static Collections.Generic.Dictionary ToDictionary(this Collections.Immutable.ImmutableArray immutableArray, Func keySelector, Collections.Generic.IEqualityComparer comparer) { throw null; } - - public static Collections.Generic.Dictionary ToDictionary(this Collections.Immutable.ImmutableArray immutableArray, Func keySelector) { throw null; } - - public static Collections.Generic.Dictionary ToDictionary(this Collections.Immutable.ImmutableArray immutableArray, Func keySelector, Func elementSelector, Collections.Generic.IEqualityComparer comparer) { throw null; } - - public static Collections.Generic.Dictionary ToDictionary(this Collections.Immutable.ImmutableArray immutableArray, Func keySelector, Func elementSelector) { throw null; } - - public static Collections.Generic.IEnumerable Where(this Collections.Immutable.ImmutableArray immutableArray, Func predicate) { throw null; } - } -} \ No newline at end of file diff --git a/src/referencePackages/src/system.collections.immutable/1.2.0/system.collections.immutable.nuspec b/src/referencePackages/src/system.collections.immutable/1.2.0/system.collections.immutable.nuspec deleted file mode 100644 index 8097fecd6..000000000 --- a/src/referencePackages/src/system.collections.immutable/1.2.0/system.collections.immutable.nuspec +++ /dev/null @@ -1,48 +0,0 @@ - - - - System.Collections.Immutable - 1.2.0 - System.Collections.Immutable - Microsoft - microsoft,dotnetframework - true - https://microsoft.mit-license.org/ - https://dot.net/ - http://go.microsoft.com/fwlink/?LinkID=288859 - This package provides collections that are thread safe and guaranteed to never change their contents, also known as immutable collections. Like strings, any methods that perform modifications will not change the existing instance but instead return a new instance. For efficiency reasons, the implementation uses a sharing mechanism to ensure that newly created instances share as much data as possible with the previous instance while ensuring that operations have a predictable time complexity. - -Commonly Used Types: -System.Collections.Immutable.ImmutableArray -System.Collections.Immutable.ImmutableArray<T> -System.Collections.Immutable.ImmutableDictionary -System.Collections.Immutable.ImmutableDictionary<TKey,TValue> -System.Collections.Immutable.ImmutableHashSet -System.Collections.Immutable.ImmutableHashSet<T> -System.Collections.Immutable.ImmutableList -System.Collections.Immutable.ImmutableList<T> -System.Collections.Immutable.ImmutableQueue -System.Collections.Immutable.ImmutableQueue<T> -System.Collections.Immutable.ImmutableSortedDictionary -System.Collections.Immutable.ImmutableSortedDictionary<TKey,TValue> -System.Collections.Immutable.ImmutableSortedSet -System.Collections.Immutable.ImmutableSortedSet<T> -System.Collections.Immutable.ImmutableStack -System.Collections.Immutable.ImmutableStack<T> - https://go.microsoft.com/fwlink/?LinkID=799417 - © Microsoft Corporation. All rights reserved. - true - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/referencePackages/src/system.collections.immutable/1.3.1/System.Collections.Immutable.1.3.1.csproj b/src/referencePackages/src/system.collections.immutable/1.3.1/System.Collections.Immutable.1.3.1.csproj deleted file mode 100644 index 406729000..000000000 --- a/src/referencePackages/src/system.collections.immutable/1.3.1/System.Collections.Immutable.1.3.1.csproj +++ /dev/null @@ -1,19 +0,0 @@ - - - - netstandard1.0 - System.Collections.Immutable - - - - - - - - - - - - - - diff --git a/src/referencePackages/src/system.collections.immutable/1.3.1/lib/netstandard1.0/System.Collections.Immutable.cs b/src/referencePackages/src/system.collections.immutable/1.3.1/lib/netstandard1.0/System.Collections.Immutable.cs deleted file mode 100644 index df11cbfeb..000000000 --- a/src/referencePackages/src/system.collections.immutable/1.3.1/lib/netstandard1.0/System.Collections.Immutable.cs +++ /dev/null @@ -1,1949 +0,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. -// ------------------------------------------------------------------------------ -// Changes to this file must follow the http://aka.ms/api-review process. -// ------------------------------------------------------------------------------ -[assembly: System.Runtime.CompilerServices.CompilationRelaxations(8)] -[assembly: System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows = true)] -[assembly: System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("System.Collections.Immutable.Tests, PublicKey=002400000480000094000000060200000024000052534131000400000100010015c01ae1f50e8cc09ba9eac9147cf8fd9fce2cfe9f8dce4f7301c4132ca9fb50ce8cbf1df4dc18dd4d210e4345c744ecb3365ed327efdbc52603faa5e21daa11234c8c4a73e51f03bf192544581ebe107adee3a34928e39d04e524a9ce729d5090bfd7dad9d10c722c0def9ccc08ff0a03790e48bcd1f9b6c476063e1966a1c4")] -[assembly: System.Security.SecurityTransparent] -[assembly: System.Resources.NeutralResourcesLanguage("en-US")] -[assembly: System.Reflection.AssemblyTitle("System.Collections.Immutable")] -[assembly: System.Reflection.AssemblyDescription("System.Collections.Immutable")] -[assembly: System.Reflection.AssemblyDefaultAlias("System.Collections.Immutable")] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyProduct("Microsoft® .NET Framework")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyFileVersion("4.6.24816.01")] -[assembly: System.Reflection.AssemblyInformationalVersion("4.6.24816.01. Commit Hash: 4d1af962ca0fede10beb01d197367c2f90e92c97")] -[assembly: System.CLSCompliant(true)] -[assembly: System.Reflection.AssemblyMetadata(".NETFrameworkAssembly", "")] -[assembly: System.Reflection.AssemblyMetadata("Serviceable", "True")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.2.1.0")] -[assembly: System.Runtime.CompilerServices.ReferenceAssembly] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -namespace System.Collections.Immutable -{ - public partial interface IImmutableDictionary : Generic.IReadOnlyDictionary, Generic.IReadOnlyCollection>, Generic.IEnumerable>, IEnumerable - { - IImmutableDictionary Add(TKey key, TValue value); - IImmutableDictionary AddRange(Generic.IEnumerable> pairs); - IImmutableDictionary Clear(); - bool Contains(Generic.KeyValuePair pair); - IImmutableDictionary Remove(TKey key); - IImmutableDictionary RemoveRange(Generic.IEnumerable keys); - IImmutableDictionary SetItem(TKey key, TValue value); - IImmutableDictionary SetItems(Generic.IEnumerable> items); - bool TryGetKey(TKey equalKey, out TKey actualKey); - } - - public partial interface IImmutableList : Generic.IReadOnlyList, Generic.IReadOnlyCollection, Generic.IEnumerable, IEnumerable - { - IImmutableList Add(T value); - IImmutableList AddRange(Generic.IEnumerable items); - IImmutableList Clear(); - int IndexOf(T item, int index, int count, Generic.IEqualityComparer equalityComparer); - IImmutableList Insert(int index, T element); - IImmutableList InsertRange(int index, Generic.IEnumerable items); - int LastIndexOf(T item, int index, int count, Generic.IEqualityComparer equalityComparer); - IImmutableList Remove(T value, Generic.IEqualityComparer equalityComparer); - IImmutableList RemoveAll(Predicate match); - IImmutableList RemoveAt(int index); - IImmutableList RemoveRange(Generic.IEnumerable items, Generic.IEqualityComparer equalityComparer); - IImmutableList RemoveRange(int index, int count); - IImmutableList Replace(T oldValue, T newValue, Generic.IEqualityComparer equalityComparer); - IImmutableList SetItem(int index, T value); - } - - public partial interface IImmutableQueue : Generic.IEnumerable, IEnumerable - { - bool IsEmpty { get; } - - IImmutableQueue Clear(); - IImmutableQueue Dequeue(); - IImmutableQueue Enqueue(T value); - T Peek(); - } - - public partial interface IImmutableSet : Generic.IReadOnlyCollection, Generic.IEnumerable, IEnumerable - { - IImmutableSet Add(T value); - IImmutableSet Clear(); - bool Contains(T value); - IImmutableSet Except(Generic.IEnumerable other); - IImmutableSet Intersect(Generic.IEnumerable other); - bool IsProperSubsetOf(Generic.IEnumerable other); - bool IsProperSupersetOf(Generic.IEnumerable other); - bool IsSubsetOf(Generic.IEnumerable other); - bool IsSupersetOf(Generic.IEnumerable other); - bool Overlaps(Generic.IEnumerable other); - IImmutableSet Remove(T value); - bool SetEquals(Generic.IEnumerable other); - IImmutableSet SymmetricExcept(Generic.IEnumerable other); - bool TryGetValue(T equalValue, out T actualValue); - IImmutableSet Union(Generic.IEnumerable other); - } - - public partial interface IImmutableStack : Generic.IEnumerable, IEnumerable - { - bool IsEmpty { get; } - - IImmutableStack Clear(); - T Peek(); - IImmutableStack Pop(); - IImmutableStack Push(T value); - } - - public static partial class ImmutableArray - { - public static int BinarySearch(this ImmutableArray array, T value, Generic.IComparer comparer) { throw null; } - - public static int BinarySearch(this ImmutableArray array, T value) { throw null; } - - public static int BinarySearch(this ImmutableArray array, int index, int length, T value, Generic.IComparer comparer) { throw null; } - - public static int BinarySearch(this ImmutableArray array, int index, int length, T value) { throw null; } - - public static ImmutableArray Create() { throw null; } - - public static ImmutableArray Create(T item1, T item2, T item3, T item4) { throw null; } - - public static ImmutableArray Create(T item1, T item2, T item3) { throw null; } - - public static ImmutableArray Create(T item1, T item2) { throw null; } - - public static ImmutableArray Create(T item) { throw null; } - - public static ImmutableArray Create(T[] items, int start, int length) { throw null; } - - public static ImmutableArray Create(params T[] items) { throw null; } - - public static ImmutableArray Create(ImmutableArray items, int start, int length) { throw null; } - - public static ImmutableArray.Builder CreateBuilder() { throw null; } - - public static ImmutableArray.Builder CreateBuilder(int initialCapacity) { throw null; } - - public static ImmutableArray CreateRange(Generic.IEnumerable items) { throw null; } - - public static ImmutableArray CreateRange(ImmutableArray items, Func selector) { throw null; } - - public static ImmutableArray CreateRange(ImmutableArray items, int start, int length, Func selector) { throw null; } - - public static ImmutableArray CreateRange(ImmutableArray items, Func selector, TArg arg) { throw null; } - - public static ImmutableArray CreateRange(ImmutableArray items, int start, int length, Func selector, TArg arg) { throw null; } - - public static ImmutableArray ToImmutableArray(this Generic.IEnumerable items) { throw null; } - } - - public partial struct ImmutableArray : Generic.IReadOnlyList, Generic.IReadOnlyCollection, Generic.IEnumerable, IEnumerable, Generic.IList, Generic.ICollection, IEquatable>, IImmutableList, IList, ICollection, IStructuralComparable, IStructuralEquatable - { - private object _dummy; - private int _dummyPrimitive; - public static readonly ImmutableArray Empty; - public bool IsDefault { get { throw null; } } - - public bool IsDefaultOrEmpty { get { throw null; } } - - public bool IsEmpty { get { throw null; } } - - public T this[int index] { get { throw null; } } - - public int Length { get { throw null; } } - - int Generic.ICollection.Count { get { throw null; } } - - bool Generic.ICollection.IsReadOnly { get { throw null; } } - - T Generic.IList.this[int index] { get { throw null; } set { } } - - int Generic.IReadOnlyCollection.Count { get { throw null; } } - - T Generic.IReadOnlyList.this[int index] { get { throw null; } } - - int ICollection.Count { get { throw null; } } - - bool ICollection.IsSynchronized { get { throw null; } } - - object ICollection.SyncRoot { get { throw null; } } - - bool IList.IsFixedSize { get { throw null; } } - - bool IList.IsReadOnly { get { throw null; } } - - object IList.this[int index] { get { throw null; } set { } } - - public ImmutableArray Add(T item) { throw null; } - - public ImmutableArray AddRange(Generic.IEnumerable items) { throw null; } - - public ImmutableArray AddRange(ImmutableArray items) { throw null; } - - public ImmutableArray As() - where TOther : class { throw null; } - - public ImmutableArray CastArray() - where TOther : class { throw null; } - - public static ImmutableArray CastUp(ImmutableArray items) - where TDerived : class, T { throw null; } - - public ImmutableArray Clear() { throw null; } - - public bool Contains(T item) { throw null; } - - public void CopyTo(T[] destination, int destinationIndex) { } - - public void CopyTo(T[] destination) { } - - public void CopyTo(int sourceIndex, T[] destination, int destinationIndex, int length) { } - - public bool Equals(ImmutableArray other) { throw null; } - - public override bool Equals(object obj) { throw null; } - - public ImmutableArray.Enumerator GetEnumerator() { throw null; } - - public override int GetHashCode() { throw null; } - - public int IndexOf(T item, int startIndex, Generic.IEqualityComparer equalityComparer) { throw null; } - - public int IndexOf(T item, int startIndex, int count, Generic.IEqualityComparer equalityComparer) { throw null; } - - public int IndexOf(T item, int startIndex, int count) { throw null; } - - public int IndexOf(T item, int startIndex) { throw null; } - - public int IndexOf(T item) { throw null; } - - public ImmutableArray Insert(int index, T item) { throw null; } - - public ImmutableArray InsertRange(int index, Generic.IEnumerable items) { throw null; } - - public ImmutableArray InsertRange(int index, ImmutableArray items) { throw null; } - - public int LastIndexOf(T item, int startIndex, int count, Generic.IEqualityComparer equalityComparer) { throw null; } - - public int LastIndexOf(T item, int startIndex, int count) { throw null; } - - public int LastIndexOf(T item, int startIndex) { throw null; } - - public int LastIndexOf(T item) { throw null; } - - public Generic.IEnumerable OfType() { throw null; } - - public static bool operator ==(ImmutableArray left, ImmutableArray right) { throw null; } - - public static bool operator ==(ImmutableArray? left, ImmutableArray? right) { throw null; } - - public static bool operator !=(ImmutableArray left, ImmutableArray right) { throw null; } - - public static bool operator !=(ImmutableArray? left, ImmutableArray? right) { throw null; } - - public ImmutableArray Remove(T item, Generic.IEqualityComparer equalityComparer) { throw null; } - - public ImmutableArray Remove(T item) { throw null; } - - public ImmutableArray RemoveAll(Predicate match) { throw null; } - - public ImmutableArray RemoveAt(int index) { throw null; } - - public ImmutableArray RemoveRange(Generic.IEnumerable items, Generic.IEqualityComparer equalityComparer) { throw null; } - - public ImmutableArray RemoveRange(Generic.IEnumerable items) { throw null; } - - public ImmutableArray RemoveRange(ImmutableArray items, Generic.IEqualityComparer equalityComparer) { throw null; } - - public ImmutableArray RemoveRange(ImmutableArray items) { throw null; } - - public ImmutableArray RemoveRange(int index, int length) { throw null; } - - public ImmutableArray Replace(T oldValue, T newValue, Generic.IEqualityComparer equalityComparer) { throw null; } - - public ImmutableArray Replace(T oldValue, T newValue) { throw null; } - - public ImmutableArray SetItem(int index, T item) { throw null; } - - public ImmutableArray Sort() { throw null; } - - public ImmutableArray Sort(Generic.IComparer comparer) { throw null; } - - public ImmutableArray Sort(Comparison comparison) { throw null; } - - public ImmutableArray Sort(int index, int count, Generic.IComparer comparer) { throw null; } - - void Generic.ICollection.Add(T item) { } - - void Generic.ICollection.Clear() { } - - bool Generic.ICollection.Remove(T item) { throw null; } - - Generic.IEnumerator Generic.IEnumerable.GetEnumerator() { throw null; } - - void Generic.IList.Insert(int index, T item) { } - - void Generic.IList.RemoveAt(int index) { } - - void ICollection.CopyTo(Array array, int index) { } - - IEnumerator IEnumerable.GetEnumerator() { throw null; } - - int IList.Add(object value) { throw null; } - - void IList.Clear() { } - - bool IList.Contains(object value) { throw null; } - - int IList.IndexOf(object value) { throw null; } - - void IList.Insert(int index, object value) { } - - void IList.Remove(object value) { } - - void IList.RemoveAt(int index) { } - - IImmutableList IImmutableList.Add(T value) { throw null; } - - IImmutableList IImmutableList.AddRange(Generic.IEnumerable items) { throw null; } - - IImmutableList IImmutableList.Clear() { throw null; } - - IImmutableList IImmutableList.Insert(int index, T element) { throw null; } - - IImmutableList IImmutableList.InsertRange(int index, Generic.IEnumerable items) { throw null; } - - IImmutableList IImmutableList.Remove(T value, Generic.IEqualityComparer equalityComparer) { throw null; } - - IImmutableList IImmutableList.RemoveAll(Predicate match) { throw null; } - - IImmutableList IImmutableList.RemoveAt(int index) { throw null; } - - IImmutableList IImmutableList.RemoveRange(Generic.IEnumerable items, Generic.IEqualityComparer equalityComparer) { throw null; } - - IImmutableList IImmutableList.RemoveRange(int index, int count) { throw null; } - - IImmutableList IImmutableList.Replace(T oldValue, T newValue, Generic.IEqualityComparer equalityComparer) { throw null; } - - IImmutableList IImmutableList.SetItem(int index, T value) { throw null; } - - int IStructuralComparable.CompareTo(object other, IComparer comparer) { throw null; } - - bool IStructuralEquatable.Equals(object other, IEqualityComparer comparer) { throw null; } - - int IStructuralEquatable.GetHashCode(IEqualityComparer comparer) { throw null; } - - public ImmutableArray.Builder ToBuilder() { throw null; } - - public sealed partial class Builder : Generic.IList, Generic.ICollection, Generic.IEnumerable, IEnumerable, Generic.IReadOnlyList, Generic.IReadOnlyCollection - { - internal Builder() { } - - public int Capacity { get { throw null; } set { } } - - public int Count { get { throw null; } set { } } - - public T this[int index] { get { throw null; } set { } } - - bool Generic.ICollection.IsReadOnly { get { throw null; } } - - public void Add(T item) { } - - public void AddRange(T[] items, int length) { } - - public void AddRange(params T[] items) { } - - public void AddRange(Generic.IEnumerable items) { } - - public void AddRange(ImmutableArray items, int length) { } - - public void AddRange(ImmutableArray.Builder items) { } - - public void AddRange(ImmutableArray items) { } - - public void AddRange(TDerived[] items) - where TDerived : T { } - - public void AddRange(ImmutableArray.Builder items) - where TDerived : T { } - - public void AddRange(ImmutableArray items) - where TDerived : T { } - - public void Clear() { } - - public bool Contains(T item) { throw null; } - - public void CopyTo(T[] array, int index) { } - - public Generic.IEnumerator GetEnumerator() { throw null; } - - public int IndexOf(T item, int startIndex, int count, Generic.IEqualityComparer equalityComparer) { throw null; } - - public int IndexOf(T item, int startIndex, int count) { throw null; } - - public int IndexOf(T item, int startIndex) { throw null; } - - public int IndexOf(T item) { throw null; } - - public void Insert(int index, T item) { } - - public int LastIndexOf(T item, int startIndex, int count, Generic.IEqualityComparer equalityComparer) { throw null; } - - public int LastIndexOf(T item, int startIndex, int count) { throw null; } - - public int LastIndexOf(T item, int startIndex) { throw null; } - - public int LastIndexOf(T item) { throw null; } - - public ImmutableArray MoveToImmutable() { throw null; } - - public bool Remove(T element) { throw null; } - - public void RemoveAt(int index) { } - - public void Reverse() { } - - public void Sort() { } - - public void Sort(Generic.IComparer comparer) { } - - public void Sort(Comparison comparison) { } - - public void Sort(int index, int count, Generic.IComparer comparer) { } - - Generic.IEnumerator Generic.IEnumerable.GetEnumerator() { throw null; } - - IEnumerator IEnumerable.GetEnumerator() { throw null; } - - public T[] ToArray() { throw null; } - - public ImmutableArray ToImmutable() { throw null; } - } - - public partial struct Enumerator - { - private object _dummy; - private int _dummyPrimitive; - public T Current { get { throw null; } } - - public bool MoveNext() { throw null; } - } - } - - public static partial class ImmutableDictionary - { - public static bool Contains(this IImmutableDictionary map, TKey key, TValue value) { throw null; } - - public static ImmutableDictionary Create() { throw null; } - - public static ImmutableDictionary Create(Generic.IEqualityComparer keyComparer, Generic.IEqualityComparer valueComparer) { throw null; } - - public static ImmutableDictionary Create(Generic.IEqualityComparer keyComparer) { throw null; } - - public static ImmutableDictionary.Builder CreateBuilder() { throw null; } - - public static ImmutableDictionary.Builder CreateBuilder(Generic.IEqualityComparer keyComparer, Generic.IEqualityComparer valueComparer) { throw null; } - - public static ImmutableDictionary.Builder CreateBuilder(Generic.IEqualityComparer keyComparer) { throw null; } - - public static ImmutableDictionary CreateRange(Generic.IEnumerable> items) { throw null; } - - public static ImmutableDictionary CreateRange(Generic.IEqualityComparer keyComparer, Generic.IEnumerable> items) { throw null; } - - public static ImmutableDictionary CreateRange(Generic.IEqualityComparer keyComparer, Generic.IEqualityComparer valueComparer, Generic.IEnumerable> items) { throw null; } - - public static TValue GetValueOrDefault(this IImmutableDictionary dictionary, TKey key, TValue defaultValue) { throw null; } - - public static TValue GetValueOrDefault(this IImmutableDictionary dictionary, TKey key) { throw null; } - - public static ImmutableDictionary ToImmutableDictionary(this Generic.IEnumerable source, Func keySelector, Generic.IEqualityComparer keyComparer) { throw null; } - - public static ImmutableDictionary ToImmutableDictionary(this Generic.IEnumerable source, Func keySelector) { throw null; } - - public static ImmutableDictionary ToImmutableDictionary(this Generic.IEnumerable> source, Generic.IEqualityComparer keyComparer, Generic.IEqualityComparer valueComparer) { throw null; } - - public static ImmutableDictionary ToImmutableDictionary(this Generic.IEnumerable> source, Generic.IEqualityComparer keyComparer) { throw null; } - - public static ImmutableDictionary ToImmutableDictionary(this Generic.IEnumerable> source) { throw null; } - - public static ImmutableDictionary ToImmutableDictionary(this Generic.IEnumerable source, Func keySelector, Func elementSelector, Generic.IEqualityComparer keyComparer, Generic.IEqualityComparer valueComparer) { throw null; } - - public static ImmutableDictionary ToImmutableDictionary(this Generic.IEnumerable source, Func keySelector, Func elementSelector, Generic.IEqualityComparer keyComparer) { throw null; } - - public static ImmutableDictionary ToImmutableDictionary(this Generic.IEnumerable source, Func keySelector, Func elementSelector) { throw null; } - } - - public sealed partial class ImmutableDictionary : IImmutableDictionary, Generic.IReadOnlyDictionary, Generic.IReadOnlyCollection>, Generic.IEnumerable>, IEnumerable, Generic.IDictionary, Generic.ICollection>, IDictionary, ICollection - { - internal ImmutableDictionary() { } - - public static readonly ImmutableDictionary Empty; - public int Count { get { throw null; } } - - public bool IsEmpty { get { throw null; } } - - public TValue this[TKey key] { get { throw null; } } - - public Generic.IEqualityComparer KeyComparer { get { throw null; } } - - public Generic.IEnumerable Keys { get { throw null; } } - - bool Generic.ICollection>.IsReadOnly { get { throw null; } } - - TValue Generic.IDictionary.this[TKey key] { get { throw null; } set { } } - - Generic.ICollection Generic.IDictionary.Keys { get { throw null; } } - - Generic.ICollection Generic.IDictionary.Values { get { throw null; } } - - bool ICollection.IsSynchronized { get { throw null; } } - - object ICollection.SyncRoot { get { throw null; } } - - bool IDictionary.IsFixedSize { get { throw null; } } - - bool IDictionary.IsReadOnly { get { throw null; } } - - object IDictionary.this[object key] { get { throw null; } set { } } - - ICollection IDictionary.Keys { get { throw null; } } - - ICollection IDictionary.Values { get { throw null; } } - - public Generic.IEqualityComparer ValueComparer { get { throw null; } } - - public Generic.IEnumerable Values { get { throw null; } } - - public ImmutableDictionary Add(TKey key, TValue value) { throw null; } - - public ImmutableDictionary AddRange(Generic.IEnumerable> pairs) { throw null; } - - public ImmutableDictionary Clear() { throw null; } - - public bool Contains(Generic.KeyValuePair pair) { throw null; } - - public bool ContainsKey(TKey key) { throw null; } - - public bool ContainsValue(TValue value) { throw null; } - - public ImmutableDictionary.Enumerator GetEnumerator() { throw null; } - - public ImmutableDictionary Remove(TKey key) { throw null; } - - public ImmutableDictionary RemoveRange(Generic.IEnumerable keys) { throw null; } - - public ImmutableDictionary SetItem(TKey key, TValue value) { throw null; } - - public ImmutableDictionary SetItems(Generic.IEnumerable> items) { throw null; } - - void Generic.ICollection>.Add(Generic.KeyValuePair item) { } - - void Generic.ICollection>.Clear() { } - - void Generic.ICollection>.CopyTo(Generic.KeyValuePair[] array, int arrayIndex) { } - - bool Generic.ICollection>.Remove(Generic.KeyValuePair item) { throw null; } - - void Generic.IDictionary.Add(TKey key, TValue value) { } - - bool Generic.IDictionary.Remove(TKey key) { throw null; } - - Generic.IEnumerator> Generic.IEnumerable>.GetEnumerator() { throw null; } - - void ICollection.CopyTo(Array array, int arrayIndex) { } - - void IDictionary.Add(object key, object value) { } - - void IDictionary.Clear() { } - - bool IDictionary.Contains(object key) { throw null; } - - IDictionaryEnumerator IDictionary.GetEnumerator() { throw null; } - - void IDictionary.Remove(object key) { } - - IEnumerator IEnumerable.GetEnumerator() { throw null; } - - IImmutableDictionary IImmutableDictionary.Add(TKey key, TValue value) { throw null; } - - IImmutableDictionary IImmutableDictionary.AddRange(Generic.IEnumerable> pairs) { throw null; } - - IImmutableDictionary IImmutableDictionary.Clear() { throw null; } - - IImmutableDictionary IImmutableDictionary.Remove(TKey key) { throw null; } - - IImmutableDictionary IImmutableDictionary.RemoveRange(Generic.IEnumerable keys) { throw null; } - - IImmutableDictionary IImmutableDictionary.SetItem(TKey key, TValue value) { throw null; } - - IImmutableDictionary IImmutableDictionary.SetItems(Generic.IEnumerable> items) { throw null; } - - public ImmutableDictionary.Builder ToBuilder() { throw null; } - - public bool TryGetKey(TKey equalKey, out TKey actualKey) { throw null; } - - public bool TryGetValue(TKey key, out TValue value) { throw null; } - - public ImmutableDictionary WithComparers(Generic.IEqualityComparer keyComparer, Generic.IEqualityComparer valueComparer) { throw null; } - - public ImmutableDictionary WithComparers(Generic.IEqualityComparer keyComparer) { throw null; } - - public sealed partial class Builder : Generic.IDictionary, Generic.ICollection>, Generic.IEnumerable>, IEnumerable, Generic.IReadOnlyDictionary, Generic.IReadOnlyCollection>, IDictionary, ICollection - { - internal Builder() { } - - public int Count { get { throw null; } } - - public TValue this[TKey key] { get { throw null; } set { } } - - public Generic.IEqualityComparer KeyComparer { get { throw null; } set { } } - - public Generic.IEnumerable Keys { get { throw null; } } - - bool Generic.ICollection>.IsReadOnly { get { throw null; } } - - Generic.ICollection Generic.IDictionary.Keys { get { throw null; } } - - Generic.ICollection Generic.IDictionary.Values { get { throw null; } } - - bool ICollection.IsSynchronized { get { throw null; } } - - object ICollection.SyncRoot { get { throw null; } } - - bool IDictionary.IsFixedSize { get { throw null; } } - - bool IDictionary.IsReadOnly { get { throw null; } } - - object IDictionary.this[object key] { get { throw null; } set { } } - - ICollection IDictionary.Keys { get { throw null; } } - - ICollection IDictionary.Values { get { throw null; } } - - public Generic.IEqualityComparer ValueComparer { get { throw null; } set { } } - - public Generic.IEnumerable Values { get { throw null; } } - - public void Add(TKey key, TValue value) { } - - public void Add(Generic.KeyValuePair item) { } - - public void AddRange(Generic.IEnumerable> items) { } - - public void Clear() { } - - public bool Contains(Generic.KeyValuePair item) { throw null; } - - public bool ContainsKey(TKey key) { throw null; } - - public bool ContainsValue(TValue value) { throw null; } - - public ImmutableDictionary.Enumerator GetEnumerator() { throw null; } - - public TValue GetValueOrDefault(TKey key, TValue defaultValue) { throw null; } - - public TValue GetValueOrDefault(TKey key) { throw null; } - - public bool Remove(TKey key) { throw null; } - - public bool Remove(Generic.KeyValuePair item) { throw null; } - - public void RemoveRange(Generic.IEnumerable keys) { } - - void Generic.ICollection>.CopyTo(Generic.KeyValuePair[] array, int arrayIndex) { } - - Generic.IEnumerator> Generic.IEnumerable>.GetEnumerator() { throw null; } - - void ICollection.CopyTo(Array array, int arrayIndex) { } - - void IDictionary.Add(object key, object value) { } - - bool IDictionary.Contains(object key) { throw null; } - - IDictionaryEnumerator IDictionary.GetEnumerator() { throw null; } - - void IDictionary.Remove(object key) { } - - IEnumerator IEnumerable.GetEnumerator() { throw null; } - - public ImmutableDictionary ToImmutable() { throw null; } - - public bool TryGetKey(TKey equalKey, out TKey actualKey) { throw null; } - - public bool TryGetValue(TKey key, out TValue value) { throw null; } - } - - public partial struct Enumerator : Generic.IEnumerator>, IEnumerator, IDisposable - { - private object _dummy; - private int _dummyPrimitive; - public Generic.KeyValuePair Current { get { throw null; } } - - object IEnumerator.Current { get { throw null; } } - - public void Dispose() { } - - public bool MoveNext() { throw null; } - - public void Reset() { } - } - } - - public static partial class ImmutableHashSet - { - public static ImmutableHashSet Create() { throw null; } - - public static ImmutableHashSet Create(T item) { throw null; } - - public static ImmutableHashSet Create(params T[] items) { throw null; } - - public static ImmutableHashSet Create(Generic.IEqualityComparer equalityComparer, T item) { throw null; } - - public static ImmutableHashSet Create(Generic.IEqualityComparer equalityComparer, params T[] items) { throw null; } - - public static ImmutableHashSet Create(Generic.IEqualityComparer equalityComparer) { throw null; } - - public static ImmutableHashSet.Builder CreateBuilder() { throw null; } - - public static ImmutableHashSet.Builder CreateBuilder(Generic.IEqualityComparer equalityComparer) { throw null; } - - public static ImmutableHashSet CreateRange(Generic.IEnumerable items) { throw null; } - - public static ImmutableHashSet CreateRange(Generic.IEqualityComparer equalityComparer, Generic.IEnumerable items) { throw null; } - - public static ImmutableHashSet ToImmutableHashSet(this Generic.IEnumerable source, Generic.IEqualityComparer equalityComparer) { throw null; } - - public static ImmutableHashSet ToImmutableHashSet(this Generic.IEnumerable source) { throw null; } - } - - public sealed partial class ImmutableHashSet : IImmutableSet, Generic.IReadOnlyCollection, Generic.IEnumerable, IEnumerable, Generic.ICollection, Generic.ISet, ICollection - { - internal ImmutableHashSet() { } - - public static readonly ImmutableHashSet Empty; - public int Count { get { throw null; } } - - public bool IsEmpty { get { throw null; } } - - public Generic.IEqualityComparer KeyComparer { get { throw null; } } - - bool Generic.ICollection.IsReadOnly { get { throw null; } } - - bool ICollection.IsSynchronized { get { throw null; } } - - object ICollection.SyncRoot { get { throw null; } } - - public ImmutableHashSet Add(T item) { throw null; } - - public ImmutableHashSet Clear() { throw null; } - - public bool Contains(T item) { throw null; } - - public ImmutableHashSet Except(Generic.IEnumerable other) { throw null; } - - public ImmutableHashSet.Enumerator GetEnumerator() { throw null; } - - public ImmutableHashSet Intersect(Generic.IEnumerable other) { throw null; } - - public bool IsProperSubsetOf(Generic.IEnumerable other) { throw null; } - - public bool IsProperSupersetOf(Generic.IEnumerable other) { throw null; } - - public bool IsSubsetOf(Generic.IEnumerable other) { throw null; } - - public bool IsSupersetOf(Generic.IEnumerable other) { throw null; } - - public bool Overlaps(Generic.IEnumerable other) { throw null; } - - public ImmutableHashSet Remove(T item) { throw null; } - - public bool SetEquals(Generic.IEnumerable other) { throw null; } - - public ImmutableHashSet SymmetricExcept(Generic.IEnumerable other) { throw null; } - - void Generic.ICollection.Add(T item) { } - - void Generic.ICollection.Clear() { } - - void Generic.ICollection.CopyTo(T[] array, int arrayIndex) { } - - bool Generic.ICollection.Remove(T item) { throw null; } - - Generic.IEnumerator Generic.IEnumerable.GetEnumerator() { throw null; } - - bool Generic.ISet.Add(T item) { throw null; } - - void Generic.ISet.ExceptWith(Generic.IEnumerable other) { } - - void Generic.ISet.IntersectWith(Generic.IEnumerable other) { } - - void Generic.ISet.SymmetricExceptWith(Generic.IEnumerable other) { } - - void Generic.ISet.UnionWith(Generic.IEnumerable other) { } - - void ICollection.CopyTo(Array array, int arrayIndex) { } - - IEnumerator IEnumerable.GetEnumerator() { throw null; } - - IImmutableSet IImmutableSet.Add(T item) { throw null; } - - IImmutableSet IImmutableSet.Clear() { throw null; } - - IImmutableSet IImmutableSet.Except(Generic.IEnumerable other) { throw null; } - - IImmutableSet IImmutableSet.Intersect(Generic.IEnumerable other) { throw null; } - - IImmutableSet IImmutableSet.Remove(T item) { throw null; } - - IImmutableSet IImmutableSet.SymmetricExcept(Generic.IEnumerable other) { throw null; } - - IImmutableSet IImmutableSet.Union(Generic.IEnumerable other) { throw null; } - - public ImmutableHashSet.Builder ToBuilder() { throw null; } - - public bool TryGetValue(T equalValue, out T actualValue) { throw null; } - - public ImmutableHashSet Union(Generic.IEnumerable other) { throw null; } - - public ImmutableHashSet WithComparer(Generic.IEqualityComparer equalityComparer) { throw null; } - - public sealed partial class Builder : Generic.IReadOnlyCollection, Generic.IEnumerable, IEnumerable, Generic.ISet, Generic.ICollection - { - internal Builder() { } - - public int Count { get { throw null; } } - - public Generic.IEqualityComparer KeyComparer { get { throw null; } set { } } - - bool Generic.ICollection.IsReadOnly { get { throw null; } } - - public bool Add(T item) { throw null; } - - public void Clear() { } - - public bool Contains(T item) { throw null; } - - public void ExceptWith(Generic.IEnumerable other) { } - - public ImmutableHashSet.Enumerator GetEnumerator() { throw null; } - - public void IntersectWith(Generic.IEnumerable other) { } - - public bool IsProperSubsetOf(Generic.IEnumerable other) { throw null; } - - public bool IsProperSupersetOf(Generic.IEnumerable other) { throw null; } - - public bool IsSubsetOf(Generic.IEnumerable other) { throw null; } - - public bool IsSupersetOf(Generic.IEnumerable other) { throw null; } - - public bool Overlaps(Generic.IEnumerable other) { throw null; } - - public bool Remove(T item) { throw null; } - - public bool SetEquals(Generic.IEnumerable other) { throw null; } - - public void SymmetricExceptWith(Generic.IEnumerable other) { } - - void Generic.ICollection.Add(T item) { } - - void Generic.ICollection.CopyTo(T[] array, int arrayIndex) { } - - Generic.IEnumerator Generic.IEnumerable.GetEnumerator() { throw null; } - - IEnumerator IEnumerable.GetEnumerator() { throw null; } - - public ImmutableHashSet ToImmutable() { throw null; } - - public void UnionWith(Generic.IEnumerable other) { } - } - - public partial struct Enumerator : Generic.IEnumerator, IEnumerator, IDisposable - { - private object _dummy; - private int _dummyPrimitive; - public T Current { get { throw null; } } - - object IEnumerator.Current { get { throw null; } } - - public void Dispose() { } - - public bool MoveNext() { throw null; } - - public void Reset() { } - } - } - - public static partial class ImmutableInterlocked - { - public static TValue AddOrUpdate(ref ImmutableDictionary location, TKey key, TValue addValue, Func updateValueFactory) { throw null; } - - public static TValue AddOrUpdate(ref ImmutableDictionary location, TKey key, Func addValueFactory, Func updateValueFactory) { throw null; } - - public static void Enqueue(ref ImmutableQueue location, T value) { } - - public static TValue GetOrAdd(ref ImmutableDictionary location, TKey key, TValue value) { throw null; } - - public static TValue GetOrAdd(ref ImmutableDictionary location, TKey key, Func valueFactory) { throw null; } - - public static TValue GetOrAdd(ref ImmutableDictionary location, TKey key, Func valueFactory, TArg factoryArgument) { throw null; } - - public static ImmutableArray InterlockedCompareExchange(ref ImmutableArray location, ImmutableArray value, ImmutableArray comparand) { throw null; } - - public static ImmutableArray InterlockedExchange(ref ImmutableArray location, ImmutableArray value) { throw null; } - - public static bool InterlockedInitialize(ref ImmutableArray location, ImmutableArray value) { throw null; } - - public static void Push(ref ImmutableStack location, T value) { } - - public static bool TryAdd(ref ImmutableDictionary location, TKey key, TValue value) { throw null; } - - public static bool TryDequeue(ref ImmutableQueue location, out T value) { throw null; } - - public static bool TryPop(ref ImmutableStack location, out T value) { throw null; } - - public static bool TryRemove(ref ImmutableDictionary location, TKey key, out TValue value) { throw null; } - - public static bool TryUpdate(ref ImmutableDictionary location, TKey key, TValue newValue, TValue comparisonValue) { throw null; } - - public static bool Update(ref T location, Func transformer) - where T : class { throw null; } - - public static bool Update(ref T location, Func transformer, TArg transformerArgument) - where T : class { throw null; } - } - - public static partial class ImmutableList - { - public static ImmutableList Create() { throw null; } - - public static ImmutableList Create(T item) { throw null; } - - public static ImmutableList Create(params T[] items) { throw null; } - - public static ImmutableList.Builder CreateBuilder() { throw null; } - - public static ImmutableList CreateRange(Generic.IEnumerable items) { throw null; } - - public static int IndexOf(this IImmutableList list, T item, Generic.IEqualityComparer equalityComparer) { throw null; } - - public static int IndexOf(this IImmutableList list, T item, int startIndex, int count) { throw null; } - - public static int IndexOf(this IImmutableList list, T item, int startIndex) { throw null; } - - public static int IndexOf(this IImmutableList list, T item) { throw null; } - - public static int LastIndexOf(this IImmutableList list, T item, Generic.IEqualityComparer equalityComparer) { throw null; } - - public static int LastIndexOf(this IImmutableList list, T item, int startIndex, int count) { throw null; } - - public static int LastIndexOf(this IImmutableList list, T item, int startIndex) { throw null; } - - public static int LastIndexOf(this IImmutableList list, T item) { throw null; } - - public static IImmutableList Remove(this IImmutableList list, T value) { throw null; } - - public static IImmutableList RemoveRange(this IImmutableList list, Generic.IEnumerable items) { throw null; } - - public static IImmutableList Replace(this IImmutableList list, T oldValue, T newValue) { throw null; } - - public static ImmutableList ToImmutableList(this Generic.IEnumerable source) { throw null; } - } - - public sealed partial class ImmutableList : IImmutableList, Generic.IReadOnlyList, Generic.IReadOnlyCollection, Generic.IEnumerable, IEnumerable, Generic.IList, Generic.ICollection, IList, ICollection - { - internal ImmutableList() { } - - public static readonly ImmutableList Empty; - public int Count { get { throw null; } } - - public bool IsEmpty { get { throw null; } } - - public T this[int index] { get { throw null; } } - - bool Generic.ICollection.IsReadOnly { get { throw null; } } - - T Generic.IList.this[int index] { get { throw null; } set { } } - - bool ICollection.IsSynchronized { get { throw null; } } - - object ICollection.SyncRoot { get { throw null; } } - - bool IList.IsFixedSize { get { throw null; } } - - bool IList.IsReadOnly { get { throw null; } } - - object IList.this[int index] { get { throw null; } set { } } - - public ImmutableList Add(T value) { throw null; } - - public ImmutableList AddRange(Generic.IEnumerable items) { throw null; } - - public int BinarySearch(T item, Generic.IComparer comparer) { throw null; } - - public int BinarySearch(T item) { throw null; } - - public int BinarySearch(int index, int count, T item, Generic.IComparer comparer) { throw null; } - - public ImmutableList Clear() { throw null; } - - public bool Contains(T value) { throw null; } - - public ImmutableList ConvertAll(Func converter) { throw null; } - - public void CopyTo(T[] array, int arrayIndex) { } - - public void CopyTo(T[] array) { } - - public void CopyTo(int index, T[] array, int arrayIndex, int count) { } - - public bool Exists(Predicate match) { throw null; } - - public T Find(Predicate match) { throw null; } - - public ImmutableList FindAll(Predicate match) { throw null; } - - public int FindIndex(int startIndex, int count, Predicate match) { throw null; } - - public int FindIndex(int startIndex, Predicate match) { throw null; } - - public int FindIndex(Predicate match) { throw null; } - - public T FindLast(Predicate match) { throw null; } - - public int FindLastIndex(int startIndex, int count, Predicate match) { throw null; } - - public int FindLastIndex(int startIndex, Predicate match) { throw null; } - - public int FindLastIndex(Predicate match) { throw null; } - - public void ForEach(Action action) { } - - public ImmutableList.Enumerator GetEnumerator() { throw null; } - - public ImmutableList GetRange(int index, int count) { throw null; } - - public int IndexOf(T item, int index, int count, Generic.IEqualityComparer equalityComparer) { throw null; } - - public int IndexOf(T value) { throw null; } - - public ImmutableList Insert(int index, T item) { throw null; } - - public ImmutableList InsertRange(int index, Generic.IEnumerable items) { throw null; } - - public int LastIndexOf(T item, int index, int count, Generic.IEqualityComparer equalityComparer) { throw null; } - - public ImmutableList Remove(T value, Generic.IEqualityComparer equalityComparer) { throw null; } - - public ImmutableList Remove(T value) { throw null; } - - public ImmutableList RemoveAll(Predicate match) { throw null; } - - public ImmutableList RemoveAt(int index) { throw null; } - - public ImmutableList RemoveRange(Generic.IEnumerable items, Generic.IEqualityComparer equalityComparer) { throw null; } - - public ImmutableList RemoveRange(Generic.IEnumerable items) { throw null; } - - public ImmutableList RemoveRange(int index, int count) { throw null; } - - public ImmutableList Replace(T oldValue, T newValue, Generic.IEqualityComparer equalityComparer) { throw null; } - - public ImmutableList Replace(T oldValue, T newValue) { throw null; } - - public ImmutableList Reverse() { throw null; } - - public ImmutableList Reverse(int index, int count) { throw null; } - - public ImmutableList SetItem(int index, T value) { throw null; } - - public ImmutableList Sort() { throw null; } - - public ImmutableList Sort(Generic.IComparer comparer) { throw null; } - - public ImmutableList Sort(Comparison comparison) { throw null; } - - public ImmutableList Sort(int index, int count, Generic.IComparer comparer) { throw null; } - - void Generic.ICollection.Add(T item) { } - - void Generic.ICollection.Clear() { } - - bool Generic.ICollection.Remove(T item) { throw null; } - - Generic.IEnumerator Generic.IEnumerable.GetEnumerator() { throw null; } - - void Generic.IList.Insert(int index, T item) { } - - void Generic.IList.RemoveAt(int index) { } - - void ICollection.CopyTo(Array array, int arrayIndex) { } - - IEnumerator IEnumerable.GetEnumerator() { throw null; } - - int IList.Add(object value) { throw null; } - - void IList.Clear() { } - - bool IList.Contains(object value) { throw null; } - - int IList.IndexOf(object value) { throw null; } - - void IList.Insert(int index, object value) { } - - void IList.Remove(object value) { } - - void IList.RemoveAt(int index) { } - - IImmutableList IImmutableList.Add(T value) { throw null; } - - IImmutableList IImmutableList.AddRange(Generic.IEnumerable items) { throw null; } - - IImmutableList IImmutableList.Clear() { throw null; } - - IImmutableList IImmutableList.Insert(int index, T item) { throw null; } - - IImmutableList IImmutableList.InsertRange(int index, Generic.IEnumerable items) { throw null; } - - IImmutableList IImmutableList.Remove(T value, Generic.IEqualityComparer equalityComparer) { throw null; } - - IImmutableList IImmutableList.RemoveAll(Predicate match) { throw null; } - - IImmutableList IImmutableList.RemoveAt(int index) { throw null; } - - IImmutableList IImmutableList.RemoveRange(Generic.IEnumerable items, Generic.IEqualityComparer equalityComparer) { throw null; } - - IImmutableList IImmutableList.RemoveRange(int index, int count) { throw null; } - - IImmutableList IImmutableList.Replace(T oldValue, T newValue, Generic.IEqualityComparer equalityComparer) { throw null; } - - IImmutableList IImmutableList.SetItem(int index, T value) { throw null; } - - public ImmutableList.Builder ToBuilder() { throw null; } - - public bool TrueForAll(Predicate match) { throw null; } - - public sealed partial class Builder : Generic.IList, Generic.ICollection, Generic.IEnumerable, IEnumerable, IList, ICollection, Generic.IReadOnlyList, Generic.IReadOnlyCollection - { - internal Builder() { } - - public int Count { get { throw null; } } - - public T this[int index] { get { throw null; } set { } } - - bool Generic.ICollection.IsReadOnly { get { throw null; } } - - bool ICollection.IsSynchronized { get { throw null; } } - - object ICollection.SyncRoot { get { throw null; } } - - bool IList.IsFixedSize { get { throw null; } } - - bool IList.IsReadOnly { get { throw null; } } - - object IList.this[int index] { get { throw null; } set { } } - - public void Add(T item) { } - - public void AddRange(Generic.IEnumerable items) { } - - public int BinarySearch(T item, Generic.IComparer comparer) { throw null; } - - public int BinarySearch(T item) { throw null; } - - public int BinarySearch(int index, int count, T item, Generic.IComparer comparer) { throw null; } - - public void Clear() { } - - public bool Contains(T item) { throw null; } - - public ImmutableList ConvertAll(Func converter) { throw null; } - - public void CopyTo(T[] array, int arrayIndex) { } - - public void CopyTo(T[] array) { } - - public void CopyTo(int index, T[] array, int arrayIndex, int count) { } - - public bool Exists(Predicate match) { throw null; } - - public T Find(Predicate match) { throw null; } - - public ImmutableList FindAll(Predicate match) { throw null; } - - public int FindIndex(int startIndex, int count, Predicate match) { throw null; } - - public int FindIndex(int startIndex, Predicate match) { throw null; } - - public int FindIndex(Predicate match) { throw null; } - - public T FindLast(Predicate match) { throw null; } - - public int FindLastIndex(int startIndex, int count, Predicate match) { throw null; } - - public int FindLastIndex(int startIndex, Predicate match) { throw null; } - - public int FindLastIndex(Predicate match) { throw null; } - - public void ForEach(Action action) { } - - public ImmutableList.Enumerator GetEnumerator() { throw null; } - - public ImmutableList GetRange(int index, int count) { throw null; } - - public int IndexOf(T item, int index, int count, Generic.IEqualityComparer equalityComparer) { throw null; } - - public int IndexOf(T item, int index, int count) { throw null; } - - public int IndexOf(T item, int index) { throw null; } - - public int IndexOf(T item) { throw null; } - - public void Insert(int index, T item) { } - - public void InsertRange(int index, Generic.IEnumerable items) { } - - public int LastIndexOf(T item, int startIndex, int count, Generic.IEqualityComparer equalityComparer) { throw null; } - - public int LastIndexOf(T item, int startIndex, int count) { throw null; } - - public int LastIndexOf(T item, int startIndex) { throw null; } - - public int LastIndexOf(T item) { throw null; } - - public bool Remove(T item) { throw null; } - - public int RemoveAll(Predicate match) { throw null; } - - public void RemoveAt(int index) { } - - public void Reverse() { } - - public void Reverse(int index, int count) { } - - public void Sort() { } - - public void Sort(Generic.IComparer comparer) { } - - public void Sort(Comparison comparison) { } - - public void Sort(int index, int count, Generic.IComparer comparer) { } - - Generic.IEnumerator Generic.IEnumerable.GetEnumerator() { throw null; } - - void ICollection.CopyTo(Array array, int arrayIndex) { } - - IEnumerator IEnumerable.GetEnumerator() { throw null; } - - int IList.Add(object value) { throw null; } - - void IList.Clear() { } - - bool IList.Contains(object value) { throw null; } - - int IList.IndexOf(object value) { throw null; } - - void IList.Insert(int index, object value) { } - - void IList.Remove(object value) { } - - public ImmutableList ToImmutable() { throw null; } - - public bool TrueForAll(Predicate match) { throw null; } - } - - public partial struct Enumerator : Generic.IEnumerator, IEnumerator, IDisposable - { - private object _dummy; - private int _dummyPrimitive; - public T Current { get { throw null; } } - - object IEnumerator.Current { get { throw null; } } - - public void Dispose() { } - - public bool MoveNext() { throw null; } - - public void Reset() { } - } - } - - public static partial class ImmutableQueue - { - public static ImmutableQueue Create() { throw null; } - - public static ImmutableQueue Create(T item) { throw null; } - - public static ImmutableQueue Create(params T[] items) { throw null; } - - public static ImmutableQueue CreateRange(Generic.IEnumerable items) { throw null; } - - public static IImmutableQueue Dequeue(this IImmutableQueue queue, out T value) { throw null; } - } - - public sealed partial class ImmutableQueue : IImmutableQueue, Generic.IEnumerable, IEnumerable - { - internal ImmutableQueue() { } - - public static ImmutableQueue Empty { get { throw null; } } - - public bool IsEmpty { get { throw null; } } - - public ImmutableQueue Clear() { throw null; } - - public ImmutableQueue Dequeue() { throw null; } - - public ImmutableQueue Dequeue(out T value) { throw null; } - - public ImmutableQueue Enqueue(T value) { throw null; } - - public ImmutableQueue.Enumerator GetEnumerator() { throw null; } - - public T Peek() { throw null; } - - Generic.IEnumerator Generic.IEnumerable.GetEnumerator() { throw null; } - - IEnumerator IEnumerable.GetEnumerator() { throw null; } - - IImmutableQueue IImmutableQueue.Clear() { throw null; } - - IImmutableQueue IImmutableQueue.Dequeue() { throw null; } - - IImmutableQueue IImmutableQueue.Enqueue(T value) { throw null; } - - public partial struct Enumerator - { - private ImmutableQueue _originalQueue; - private ImmutableStack _remainingForwardsStack; - private ImmutableStack _remainingBackwardsStack; - private object _dummy; - private int _dummyPrimitive; - public T Current { get { throw null; } } - - public bool MoveNext() { throw null; } - } - } - - public static partial class ImmutableSortedDictionary - { - public static ImmutableSortedDictionary Create() { throw null; } - - public static ImmutableSortedDictionary Create(Generic.IComparer keyComparer, Generic.IEqualityComparer valueComparer) { throw null; } - - public static ImmutableSortedDictionary Create(Generic.IComparer keyComparer) { throw null; } - - public static ImmutableSortedDictionary.Builder CreateBuilder() { throw null; } - - public static ImmutableSortedDictionary.Builder CreateBuilder(Generic.IComparer keyComparer, Generic.IEqualityComparer valueComparer) { throw null; } - - public static ImmutableSortedDictionary.Builder CreateBuilder(Generic.IComparer keyComparer) { throw null; } - - public static ImmutableSortedDictionary CreateRange(Generic.IComparer keyComparer, Generic.IEnumerable> items) { throw null; } - - public static ImmutableSortedDictionary CreateRange(Generic.IComparer keyComparer, Generic.IEqualityComparer valueComparer, Generic.IEnumerable> items) { throw null; } - - public static ImmutableSortedDictionary CreateRange(Generic.IEnumerable> items) { throw null; } - - public static ImmutableSortedDictionary ToImmutableSortedDictionary(this Generic.IEnumerable> source, Generic.IComparer keyComparer, Generic.IEqualityComparer valueComparer) { throw null; } - - public static ImmutableSortedDictionary ToImmutableSortedDictionary(this Generic.IEnumerable> source, Generic.IComparer keyComparer) { throw null; } - - public static ImmutableSortedDictionary ToImmutableSortedDictionary(this Generic.IEnumerable> source) { throw null; } - - public static ImmutableSortedDictionary ToImmutableSortedDictionary(this Generic.IEnumerable source, Func keySelector, Func elementSelector, Generic.IComparer keyComparer, Generic.IEqualityComparer valueComparer) { throw null; } - - public static ImmutableSortedDictionary ToImmutableSortedDictionary(this Generic.IEnumerable source, Func keySelector, Func elementSelector, Generic.IComparer keyComparer) { throw null; } - - public static ImmutableSortedDictionary ToImmutableSortedDictionary(this Generic.IEnumerable source, Func keySelector, Func elementSelector) { throw null; } - } - - public sealed partial class ImmutableSortedDictionary : IImmutableDictionary, Generic.IReadOnlyDictionary, Generic.IReadOnlyCollection>, Generic.IEnumerable>, IEnumerable, Generic.IDictionary, Generic.ICollection>, IDictionary, ICollection - { - internal ImmutableSortedDictionary() { } - - public static readonly ImmutableSortedDictionary Empty; - public int Count { get { throw null; } } - - public bool IsEmpty { get { throw null; } } - - public TValue this[TKey key] { get { throw null; } } - - public Generic.IComparer KeyComparer { get { throw null; } } - - public Generic.IEnumerable Keys { get { throw null; } } - - bool Generic.ICollection>.IsReadOnly { get { throw null; } } - - TValue Generic.IDictionary.this[TKey key] { get { throw null; } set { } } - - Generic.ICollection Generic.IDictionary.Keys { get { throw null; } } - - Generic.ICollection Generic.IDictionary.Values { get { throw null; } } - - bool ICollection.IsSynchronized { get { throw null; } } - - object ICollection.SyncRoot { get { throw null; } } - - bool IDictionary.IsFixedSize { get { throw null; } } - - bool IDictionary.IsReadOnly { get { throw null; } } - - object IDictionary.this[object key] { get { throw null; } set { } } - - ICollection IDictionary.Keys { get { throw null; } } - - ICollection IDictionary.Values { get { throw null; } } - - public Generic.IEqualityComparer ValueComparer { get { throw null; } } - - public Generic.IEnumerable Values { get { throw null; } } - - public ImmutableSortedDictionary Add(TKey key, TValue value) { throw null; } - - public ImmutableSortedDictionary AddRange(Generic.IEnumerable> items) { throw null; } - - public ImmutableSortedDictionary Clear() { throw null; } - - public bool Contains(Generic.KeyValuePair pair) { throw null; } - - public bool ContainsKey(TKey key) { throw null; } - - public bool ContainsValue(TValue value) { throw null; } - - public ImmutableSortedDictionary.Enumerator GetEnumerator() { throw null; } - - public ImmutableSortedDictionary Remove(TKey value) { throw null; } - - public ImmutableSortedDictionary RemoveRange(Generic.IEnumerable keys) { throw null; } - - public ImmutableSortedDictionary SetItem(TKey key, TValue value) { throw null; } - - public ImmutableSortedDictionary SetItems(Generic.IEnumerable> items) { throw null; } - - void Generic.ICollection>.Add(Generic.KeyValuePair item) { } - - void Generic.ICollection>.Clear() { } - - void Generic.ICollection>.CopyTo(Generic.KeyValuePair[] array, int arrayIndex) { } - - bool Generic.ICollection>.Remove(Generic.KeyValuePair item) { throw null; } - - void Generic.IDictionary.Add(TKey key, TValue value) { } - - bool Generic.IDictionary.Remove(TKey key) { throw null; } - - Generic.IEnumerator> Generic.IEnumerable>.GetEnumerator() { throw null; } - - void ICollection.CopyTo(Array array, int index) { } - - void IDictionary.Add(object key, object value) { } - - void IDictionary.Clear() { } - - bool IDictionary.Contains(object key) { throw null; } - - IDictionaryEnumerator IDictionary.GetEnumerator() { throw null; } - - void IDictionary.Remove(object key) { } - - IEnumerator IEnumerable.GetEnumerator() { throw null; } - - IImmutableDictionary IImmutableDictionary.Add(TKey key, TValue value) { throw null; } - - IImmutableDictionary IImmutableDictionary.AddRange(Generic.IEnumerable> pairs) { throw null; } - - IImmutableDictionary IImmutableDictionary.Clear() { throw null; } - - IImmutableDictionary IImmutableDictionary.Remove(TKey key) { throw null; } - - IImmutableDictionary IImmutableDictionary.RemoveRange(Generic.IEnumerable keys) { throw null; } - - IImmutableDictionary IImmutableDictionary.SetItem(TKey key, TValue value) { throw null; } - - IImmutableDictionary IImmutableDictionary.SetItems(Generic.IEnumerable> items) { throw null; } - - public ImmutableSortedDictionary.Builder ToBuilder() { throw null; } - - public bool TryGetKey(TKey equalKey, out TKey actualKey) { throw null; } - - public bool TryGetValue(TKey key, out TValue value) { throw null; } - - public ImmutableSortedDictionary WithComparers(Generic.IComparer keyComparer, Generic.IEqualityComparer valueComparer) { throw null; } - - public ImmutableSortedDictionary WithComparers(Generic.IComparer keyComparer) { throw null; } - - public sealed partial class Builder : Generic.IDictionary, Generic.ICollection>, Generic.IEnumerable>, IEnumerable, Generic.IReadOnlyDictionary, Generic.IReadOnlyCollection>, IDictionary, ICollection - { - internal Builder() { } - - public int Count { get { throw null; } } - - public TValue this[TKey key] { get { throw null; } set { } } - - public Generic.IComparer KeyComparer { get { throw null; } set { } } - - public Generic.IEnumerable Keys { get { throw null; } } - - bool Generic.ICollection>.IsReadOnly { get { throw null; } } - - Generic.ICollection Generic.IDictionary.Keys { get { throw null; } } - - Generic.ICollection Generic.IDictionary.Values { get { throw null; } } - - bool ICollection.IsSynchronized { get { throw null; } } - - object ICollection.SyncRoot { get { throw null; } } - - bool IDictionary.IsFixedSize { get { throw null; } } - - bool IDictionary.IsReadOnly { get { throw null; } } - - object IDictionary.this[object key] { get { throw null; } set { } } - - ICollection IDictionary.Keys { get { throw null; } } - - ICollection IDictionary.Values { get { throw null; } } - - public Generic.IEqualityComparer ValueComparer { get { throw null; } set { } } - - public Generic.IEnumerable Values { get { throw null; } } - - public void Add(TKey key, TValue value) { } - - public void Add(Generic.KeyValuePair item) { } - - public void AddRange(Generic.IEnumerable> items) { } - - public void Clear() { } - - public bool Contains(Generic.KeyValuePair item) { throw null; } - - public bool ContainsKey(TKey key) { throw null; } - - public bool ContainsValue(TValue value) { throw null; } - - public ImmutableSortedDictionary.Enumerator GetEnumerator() { throw null; } - - public TValue GetValueOrDefault(TKey key, TValue defaultValue) { throw null; } - - public TValue GetValueOrDefault(TKey key) { throw null; } - - public bool Remove(TKey key) { throw null; } - - public bool Remove(Generic.KeyValuePair item) { throw null; } - - public void RemoveRange(Generic.IEnumerable keys) { } - - void Generic.ICollection>.CopyTo(Generic.KeyValuePair[] array, int arrayIndex) { } - - Generic.IEnumerator> Generic.IEnumerable>.GetEnumerator() { throw null; } - - void ICollection.CopyTo(Array array, int index) { } - - void IDictionary.Add(object key, object value) { } - - bool IDictionary.Contains(object key) { throw null; } - - IDictionaryEnumerator IDictionary.GetEnumerator() { throw null; } - - void IDictionary.Remove(object key) { } - - IEnumerator IEnumerable.GetEnumerator() { throw null; } - - public ImmutableSortedDictionary ToImmutable() { throw null; } - - public bool TryGetKey(TKey equalKey, out TKey actualKey) { throw null; } - - public bool TryGetValue(TKey key, out TValue value) { throw null; } - } - - public partial struct Enumerator : Generic.IEnumerator>, IEnumerator, IDisposable - { - private object _dummy; - private int _dummyPrimitive; - public Generic.KeyValuePair Current { get { throw null; } } - - object IEnumerator.Current { get { throw null; } } - - public void Dispose() { } - - public bool MoveNext() { throw null; } - - public void Reset() { } - } - } - - public static partial class ImmutableSortedSet - { - public static ImmutableSortedSet Create() { throw null; } - - public static ImmutableSortedSet Create(T item) { throw null; } - - public static ImmutableSortedSet Create(params T[] items) { throw null; } - - public static ImmutableSortedSet Create(Generic.IComparer comparer, T item) { throw null; } - - public static ImmutableSortedSet Create(Generic.IComparer comparer, params T[] items) { throw null; } - - public static ImmutableSortedSet Create(Generic.IComparer comparer) { throw null; } - - public static ImmutableSortedSet.Builder CreateBuilder() { throw null; } - - public static ImmutableSortedSet.Builder CreateBuilder(Generic.IComparer comparer) { throw null; } - - public static ImmutableSortedSet CreateRange(Generic.IComparer comparer, Generic.IEnumerable items) { throw null; } - - public static ImmutableSortedSet CreateRange(Generic.IEnumerable items) { throw null; } - - public static ImmutableSortedSet ToImmutableSortedSet(this Generic.IEnumerable source, Generic.IComparer comparer) { throw null; } - - public static ImmutableSortedSet ToImmutableSortedSet(this Generic.IEnumerable source) { throw null; } - } - - public sealed partial class ImmutableSortedSet : IImmutableSet, Generic.IReadOnlyCollection, Generic.IEnumerable, IEnumerable, Generic.IReadOnlyList, Generic.IList, Generic.ICollection, Generic.ISet, IList, ICollection - { - internal ImmutableSortedSet() { } - - public static readonly ImmutableSortedSet Empty; - public int Count { get { throw null; } } - - public bool IsEmpty { get { throw null; } } - - public T this[int index] { get { throw null; } } - - public Generic.IComparer KeyComparer { get { throw null; } } - - public T Max { get { throw null; } } - - public T Min { get { throw null; } } - - bool Generic.ICollection.IsReadOnly { get { throw null; } } - - T Generic.IList.this[int index] { get { throw null; } set { } } - - bool ICollection.IsSynchronized { get { throw null; } } - - object ICollection.SyncRoot { get { throw null; } } - - bool IList.IsFixedSize { get { throw null; } } - - bool IList.IsReadOnly { get { throw null; } } - - object IList.this[int index] { get { throw null; } set { } } - - public ImmutableSortedSet Add(T value) { throw null; } - - public ImmutableSortedSet Clear() { throw null; } - - public bool Contains(T value) { throw null; } - - public ImmutableSortedSet Except(Generic.IEnumerable other) { throw null; } - - public ImmutableSortedSet.Enumerator GetEnumerator() { throw null; } - - public int IndexOf(T item) { throw null; } - - public ImmutableSortedSet Intersect(Generic.IEnumerable other) { throw null; } - - public bool IsProperSubsetOf(Generic.IEnumerable other) { throw null; } - - public bool IsProperSupersetOf(Generic.IEnumerable other) { throw null; } - - public bool IsSubsetOf(Generic.IEnumerable other) { throw null; } - - public bool IsSupersetOf(Generic.IEnumerable other) { throw null; } - - public bool Overlaps(Generic.IEnumerable other) { throw null; } - - public ImmutableSortedSet Remove(T value) { throw null; } - - public Generic.IEnumerable Reverse() { throw null; } - - public bool SetEquals(Generic.IEnumerable other) { throw null; } - - public ImmutableSortedSet SymmetricExcept(Generic.IEnumerable other) { throw null; } - - void Generic.ICollection.Add(T item) { } - - void Generic.ICollection.Clear() { } - - void Generic.ICollection.CopyTo(T[] array, int arrayIndex) { } - - bool Generic.ICollection.Remove(T item) { throw null; } - - Generic.IEnumerator Generic.IEnumerable.GetEnumerator() { throw null; } - - void Generic.IList.Insert(int index, T item) { } - - void Generic.IList.RemoveAt(int index) { } - - bool Generic.ISet.Add(T item) { throw null; } - - void Generic.ISet.ExceptWith(Generic.IEnumerable other) { } - - void Generic.ISet.IntersectWith(Generic.IEnumerable other) { } - - void Generic.ISet.SymmetricExceptWith(Generic.IEnumerable other) { } - - void Generic.ISet.UnionWith(Generic.IEnumerable other) { } - - void ICollection.CopyTo(Array array, int index) { } - - IEnumerator IEnumerable.GetEnumerator() { throw null; } - - int IList.Add(object value) { throw null; } - - void IList.Clear() { } - - bool IList.Contains(object value) { throw null; } - - int IList.IndexOf(object value) { throw null; } - - void IList.Insert(int index, object value) { } - - void IList.Remove(object value) { } - - void IList.RemoveAt(int index) { } - - IImmutableSet IImmutableSet.Add(T value) { throw null; } - - IImmutableSet IImmutableSet.Clear() { throw null; } - - IImmutableSet IImmutableSet.Except(Generic.IEnumerable other) { throw null; } - - IImmutableSet IImmutableSet.Intersect(Generic.IEnumerable other) { throw null; } - - IImmutableSet IImmutableSet.Remove(T value) { throw null; } - - IImmutableSet IImmutableSet.SymmetricExcept(Generic.IEnumerable other) { throw null; } - - IImmutableSet IImmutableSet.Union(Generic.IEnumerable other) { throw null; } - - public ImmutableSortedSet.Builder ToBuilder() { throw null; } - - public bool TryGetValue(T equalValue, out T actualValue) { throw null; } - - public ImmutableSortedSet Union(Generic.IEnumerable other) { throw null; } - - public ImmutableSortedSet WithComparer(Generic.IComparer comparer) { throw null; } - - public sealed partial class Builder : Generic.IReadOnlyCollection, Generic.IEnumerable, IEnumerable, Generic.ISet, Generic.ICollection, ICollection - { - internal Builder() { } - - public int Count { get { throw null; } } - - public T this[int index] { get { throw null; } } - - public Generic.IComparer KeyComparer { get { throw null; } set { } } - - public T Max { get { throw null; } } - - public T Min { get { throw null; } } - - bool Generic.ICollection.IsReadOnly { get { throw null; } } - - bool ICollection.IsSynchronized { get { throw null; } } - - object ICollection.SyncRoot { get { throw null; } } - - public bool Add(T item) { throw null; } - - public void Clear() { } - - public bool Contains(T item) { throw null; } - - public void ExceptWith(Generic.IEnumerable other) { } - - public ImmutableSortedSet.Enumerator GetEnumerator() { throw null; } - - public void IntersectWith(Generic.IEnumerable other) { } - - public bool IsProperSubsetOf(Generic.IEnumerable other) { throw null; } - - public bool IsProperSupersetOf(Generic.IEnumerable other) { throw null; } - - public bool IsSubsetOf(Generic.IEnumerable other) { throw null; } - - public bool IsSupersetOf(Generic.IEnumerable other) { throw null; } - - public bool Overlaps(Generic.IEnumerable other) { throw null; } - - public bool Remove(T item) { throw null; } - - public Generic.IEnumerable Reverse() { throw null; } - - public bool SetEquals(Generic.IEnumerable other) { throw null; } - - public void SymmetricExceptWith(Generic.IEnumerable other) { } - - void Generic.ICollection.Add(T item) { } - - void Generic.ICollection.CopyTo(T[] array, int arrayIndex) { } - - Generic.IEnumerator Generic.IEnumerable.GetEnumerator() { throw null; } - - void ICollection.CopyTo(Array array, int arrayIndex) { } - - IEnumerator IEnumerable.GetEnumerator() { throw null; } - - public ImmutableSortedSet ToImmutable() { throw null; } - - public void UnionWith(Generic.IEnumerable other) { } - } - - public partial struct Enumerator : Generic.IEnumerator, IEnumerator, IDisposable - { - private object _dummy; - private int _dummyPrimitive; - public T Current { get { throw null; } } - - object IEnumerator.Current { get { throw null; } } - - public void Dispose() { } - - public bool MoveNext() { throw null; } - - public void Reset() { } - } - } - - public static partial class ImmutableStack - { - public static ImmutableStack Create() { throw null; } - - public static ImmutableStack Create(T item) { throw null; } - - public static ImmutableStack Create(params T[] items) { throw null; } - - public static ImmutableStack CreateRange(Generic.IEnumerable items) { throw null; } - - public static IImmutableStack Pop(this IImmutableStack stack, out T value) { throw null; } - } - - public sealed partial class ImmutableStack : IImmutableStack, Generic.IEnumerable, IEnumerable - { - internal ImmutableStack() { } - - public static ImmutableStack Empty { get { throw null; } } - - public bool IsEmpty { get { throw null; } } - - public ImmutableStack Clear() { throw null; } - - public ImmutableStack.Enumerator GetEnumerator() { throw null; } - - public T Peek() { throw null; } - - public ImmutableStack Pop() { throw null; } - - public ImmutableStack Pop(out T value) { throw null; } - - public ImmutableStack Push(T value) { throw null; } - - Generic.IEnumerator Generic.IEnumerable.GetEnumerator() { throw null; } - - IEnumerator IEnumerable.GetEnumerator() { throw null; } - - IImmutableStack IImmutableStack.Clear() { throw null; } - - IImmutableStack IImmutableStack.Pop() { throw null; } - - IImmutableStack IImmutableStack.Push(T value) { throw null; } - - public partial struct Enumerator - { - private ImmutableStack _originalStack; - private ImmutableStack _remainingStack; - private object _dummy; - private int _dummyPrimitive; - public T Current { get { throw null; } } - - public bool MoveNext() { throw null; } - } - } -} - -namespace System.Linq -{ - public static partial class ImmutableArrayExtensions - { - public static T Aggregate(this Collections.Immutable.ImmutableArray immutableArray, Func func) { throw null; } - - public static TAccumulate Aggregate(this Collections.Immutable.ImmutableArray immutableArray, TAccumulate seed, Func func) { throw null; } - - public static TResult Aggregate(this Collections.Immutable.ImmutableArray immutableArray, TAccumulate seed, Func func, Func resultSelector) { throw null; } - - public static bool All(this Collections.Immutable.ImmutableArray immutableArray, Func predicate) { throw null; } - - public static bool Any(this Collections.Immutable.ImmutableArray immutableArray, Func predicate) { throw null; } - - public static bool Any(this Collections.Immutable.ImmutableArray.Builder builder) { throw null; } - - public static bool Any(this Collections.Immutable.ImmutableArray immutableArray) { throw null; } - - public static T ElementAt(this Collections.Immutable.ImmutableArray immutableArray, int index) { throw null; } - - public static T ElementAtOrDefault(this Collections.Immutable.ImmutableArray immutableArray, int index) { throw null; } - - public static T First(this Collections.Immutable.ImmutableArray immutableArray, Func predicate) { throw null; } - - public static T First(this Collections.Immutable.ImmutableArray.Builder builder) { throw null; } - - public static T First(this Collections.Immutable.ImmutableArray immutableArray) { throw null; } - - public static T FirstOrDefault(this Collections.Immutable.ImmutableArray immutableArray, Func predicate) { throw null; } - - public static T FirstOrDefault(this Collections.Immutable.ImmutableArray.Builder builder) { throw null; } - - public static T FirstOrDefault(this Collections.Immutable.ImmutableArray immutableArray) { throw null; } - - public static T Last(this Collections.Immutable.ImmutableArray immutableArray, Func predicate) { throw null; } - - public static T Last(this Collections.Immutable.ImmutableArray.Builder builder) { throw null; } - - public static T Last(this Collections.Immutable.ImmutableArray immutableArray) { throw null; } - - public static T LastOrDefault(this Collections.Immutable.ImmutableArray immutableArray, Func predicate) { throw null; } - - public static T LastOrDefault(this Collections.Immutable.ImmutableArray.Builder builder) { throw null; } - - public static T LastOrDefault(this Collections.Immutable.ImmutableArray immutableArray) { throw null; } - - public static Collections.Generic.IEnumerable Select(this Collections.Immutable.ImmutableArray immutableArray, Func selector) { throw null; } - - public static Collections.Generic.IEnumerable SelectMany(this Collections.Immutable.ImmutableArray immutableArray, Func> collectionSelector, Func resultSelector) { throw null; } - - public static bool SequenceEqual(this Collections.Immutable.ImmutableArray immutableArray, Collections.Generic.IEnumerable items, Collections.Generic.IEqualityComparer comparer = null) - where TDerived : TBase { throw null; } - - public static bool SequenceEqual(this Collections.Immutable.ImmutableArray immutableArray, Collections.Immutable.ImmutableArray items, Collections.Generic.IEqualityComparer comparer = null) - where TDerived : TBase { throw null; } - - public static bool SequenceEqual(this Collections.Immutable.ImmutableArray immutableArray, Collections.Immutable.ImmutableArray items, Func predicate) - where TDerived : TBase { throw null; } - - public static T Single(this Collections.Immutable.ImmutableArray immutableArray, Func predicate) { throw null; } - - public static T Single(this Collections.Immutable.ImmutableArray immutableArray) { throw null; } - - public static T SingleOrDefault(this Collections.Immutable.ImmutableArray immutableArray, Func predicate) { throw null; } - - public static T SingleOrDefault(this Collections.Immutable.ImmutableArray immutableArray) { throw null; } - - public static T[] ToArray(this Collections.Immutable.ImmutableArray immutableArray) { throw null; } - - public static Collections.Generic.Dictionary ToDictionary(this Collections.Immutable.ImmutableArray immutableArray, Func keySelector, Collections.Generic.IEqualityComparer comparer) { throw null; } - - public static Collections.Generic.Dictionary ToDictionary(this Collections.Immutable.ImmutableArray immutableArray, Func keySelector) { throw null; } - - public static Collections.Generic.Dictionary ToDictionary(this Collections.Immutable.ImmutableArray immutableArray, Func keySelector, Func elementSelector, Collections.Generic.IEqualityComparer comparer) { throw null; } - - public static Collections.Generic.Dictionary ToDictionary(this Collections.Immutable.ImmutableArray immutableArray, Func keySelector, Func elementSelector) { throw null; } - - public static Collections.Generic.IEnumerable Where(this Collections.Immutable.ImmutableArray immutableArray, Func predicate) { throw null; } - } -} \ No newline at end of file diff --git a/src/referencePackages/src/system.collections.immutable/1.3.1/system.collections.immutable.nuspec b/src/referencePackages/src/system.collections.immutable/1.3.1/system.collections.immutable.nuspec deleted file mode 100644 index 35dd72560..000000000 --- a/src/referencePackages/src/system.collections.immutable/1.3.1/system.collections.immutable.nuspec +++ /dev/null @@ -1,48 +0,0 @@ - - - - System.Collections.Immutable - 1.3.1 - System.Collections.Immutable - Microsoft - microsoft,dotnetframework - true - https://microsoft.mit-license.org/ - https://dot.net/ - http://go.microsoft.com/fwlink/?LinkID=288859 - This package provides collections that are thread safe and guaranteed to never change their contents, also known as immutable collections. Like strings, any methods that perform modifications will not change the existing instance but instead return a new instance. For efficiency reasons, the implementation uses a sharing mechanism to ensure that newly created instances share as much data as possible with the previous instance while ensuring that operations have a predictable time complexity. - -Commonly Used Types: -System.Collections.Immutable.ImmutableArray -System.Collections.Immutable.ImmutableArray<T> -System.Collections.Immutable.ImmutableDictionary -System.Collections.Immutable.ImmutableDictionary<TKey,TValue> -System.Collections.Immutable.ImmutableHashSet -System.Collections.Immutable.ImmutableHashSet<T> -System.Collections.Immutable.ImmutableList -System.Collections.Immutable.ImmutableList<T> -System.Collections.Immutable.ImmutableQueue -System.Collections.Immutable.ImmutableQueue<T> -System.Collections.Immutable.ImmutableSortedDictionary -System.Collections.Immutable.ImmutableSortedDictionary<TKey,TValue> -System.Collections.Immutable.ImmutableSortedSet -System.Collections.Immutable.ImmutableSortedSet<T> -System.Collections.Immutable.ImmutableStack -System.Collections.Immutable.ImmutableStack<T> - https://go.microsoft.com/fwlink/?LinkID=799421 - © Microsoft Corporation. All rights reserved. - true - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/referencePackages/src/system.diagnostics.tracesource/4.0.0/System.Diagnostics.TraceSource.4.0.0.csproj b/src/referencePackages/src/system.diagnostics.tracesource/4.0.0/System.Diagnostics.TraceSource.4.0.0.csproj deleted file mode 100644 index 0d02f0cbc..000000000 --- a/src/referencePackages/src/system.diagnostics.tracesource/4.0.0/System.Diagnostics.TraceSource.4.0.0.csproj +++ /dev/null @@ -1,19 +0,0 @@ - - - - netstandard1.3 - System.Diagnostics.TraceSource - - - - - - - - - - - - - - diff --git a/src/referencePackages/src/system.diagnostics.tracesource/4.0.0/ref/netstandard1.3/System.Diagnostics.TraceSource.cs b/src/referencePackages/src/system.diagnostics.tracesource/4.0.0/ref/netstandard1.3/System.Diagnostics.TraceSource.cs deleted file mode 100644 index 7a65786d8..000000000 --- a/src/referencePackages/src/system.diagnostics.tracesource/4.0.0/ref/netstandard1.3/System.Diagnostics.TraceSource.cs +++ /dev/null @@ -1,400 +0,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. -// ------------------------------------------------------------------------------ -// Changes to this file must follow the http://aka.ms/api-review process. -// ------------------------------------------------------------------------------ -[assembly: System.Runtime.CompilerServices.CompilationRelaxations(8)] -[assembly: System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows = true)] -[assembly: System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)] -[assembly: System.Security.AllowPartiallyTrustedCallers] -[assembly: System.Runtime.CompilerServices.ReferenceAssembly] -[assembly: System.Reflection.AssemblyTitle("System.Diagnostics.TraceSource")] -[assembly: System.Reflection.AssemblyDescription("System.Diagnostics.TraceSource")] -[assembly: System.Reflection.AssemblyDefaultAlias("System.Diagnostics.TraceSource")] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyProduct("Microsoft® .NET Framework")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyFileVersion("1.0.24212.01")] -[assembly: System.Reflection.AssemblyInformationalVersion("1.0.24212.01. Commit Hash: 9688ddbb62c04189cac4c4a06e31e93377dccd41")] -[assembly: System.CLSCompliant(true)] -[assembly: System.Reflection.AssemblyMetadata(".NETFrameworkAssembly", "")] -[assembly: System.Reflection.AssemblyMetadata("Serviceable", "True")] -[assembly: System.Reflection.AssemblyVersionAttribute("4.0.0.0")] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -namespace System.Diagnostics -{ - public partial class BooleanSwitch : Switch - { - public BooleanSwitch(string displayName, string description, string defaultSwitchValue) : base(default!, default!) { } - - public BooleanSwitch(string displayName, string description) : base(default!, default!) { } - - public bool Enabled { get { throw null; } set { } } - - protected override void OnValueChanged() { } - } - - public partial class DefaultTraceListener : TraceListener - { - public override void Fail(string message, string detailMessage) { } - - public override void Fail(string message) { } - - public override void Write(string message) { } - - public override void WriteLine(string message) { } - } - - public partial class EventTypeFilter : TraceFilter - { - public EventTypeFilter(SourceLevels level) { } - - public SourceLevels EventType { get { throw null; } set { } } - - public override bool ShouldTrace(TraceEventCache cache, string source, TraceEventType eventType, int id, string formatOrMessage, object[] args, object data1, object[] data) { throw null; } - } - - public partial class SourceFilter : TraceFilter - { - public SourceFilter(string source) { } - - public string Source { get { throw null; } set { } } - - public override bool ShouldTrace(TraceEventCache cache, string source, TraceEventType eventType, int id, string formatOrMessage, object[] args, object data1, object[] data) { throw null; } - } - - [Flags] - public enum SourceLevels - { - All = -1, - Off = 0, - Critical = 1, - Error = 3, - Warning = 7, - Information = 15, - Verbose = 31 - } - - public partial class SourceSwitch : Switch - { - public SourceSwitch(string displayName, string defaultSwitchValue) : base(default!, default!) { } - - public SourceSwitch(string name) : base(default!, default!) { } - - public SourceLevels Level { get { throw null; } set { } } - - protected override void OnValueChanged() { } - - public bool ShouldTrace(TraceEventType eventType) { throw null; } - } - - public abstract partial class Switch - { - protected Switch(string displayName, string description, string defaultSwitchValue) { } - - protected Switch(string displayName, string description) { } - - public string Description { get { throw null; } } - - public string DisplayName { get { throw null; } } - - protected int SwitchSetting { get { throw null; } set { } } - - protected string Value { get { throw null; } set { } } - - protected virtual void OnSwitchSettingChanged() { } - - protected virtual void OnValueChanged() { } - } - - public sealed partial class Trace - { - internal Trace() { } - - public static bool AutoFlush { get { throw null; } set { } } - - public static int IndentLevel { get { throw null; } set { } } - - public static int IndentSize { get { throw null; } set { } } - - public static TraceListenerCollection Listeners { get { throw null; } } - - public static bool UseGlobalLock { get { throw null; } set { } } - - public static void Assert(bool condition, string message, string detailMessage) { } - - public static void Assert(bool condition, string message) { } - - public static void Assert(bool condition) { } - - public static void Close() { } - - public static void Fail(string message, string detailMessage) { } - - public static void Fail(string message) { } - - public static void Flush() { } - - public static void Indent() { } - - public static void Refresh() { } - - public static void TraceError(string format, params object[] args) { } - - public static void TraceError(string message) { } - - public static void TraceInformation(string format, params object[] args) { } - - public static void TraceInformation(string message) { } - - public static void TraceWarning(string format, params object[] args) { } - - public static void TraceWarning(string message) { } - - public static void Unindent() { } - - public static void Write(object value, string category) { } - - public static void Write(object value) { } - - public static void Write(string message, string category) { } - - public static void Write(string message) { } - - public static void WriteIf(bool condition, object value, string category) { } - - public static void WriteIf(bool condition, object value) { } - - public static void WriteIf(bool condition, string message, string category) { } - - public static void WriteIf(bool condition, string message) { } - - public static void WriteLine(object value, string category) { } - - public static void WriteLine(object value) { } - - public static void WriteLine(string message, string category) { } - - public static void WriteLine(string message) { } - - public static void WriteLineIf(bool condition, object value, string category) { } - - public static void WriteLineIf(bool condition, object value) { } - - public static void WriteLineIf(bool condition, string message, string category) { } - - public static void WriteLineIf(bool condition, string message) { } - } - - public partial class TraceEventCache - { - public DateTime DateTime { get { throw null; } } - - public int ProcessId { get { throw null; } } - - public string ThreadId { get { throw null; } } - - public long Timestamp { get { throw null; } } - } - - public enum TraceEventType - { - Critical = 1, - Error = 2, - Warning = 4, - Information = 8, - Verbose = 16 - } - - public abstract partial class TraceFilter - { - public abstract bool ShouldTrace(TraceEventCache cache, string source, TraceEventType eventType, int id, string formatOrMessage, object[] args, object data1, object[] data); - } - - public enum TraceLevel - { - Off = 0, - Error = 1, - Warning = 2, - Info = 3, - Verbose = 4 - } - - public abstract partial class TraceListener : IDisposable - { - protected TraceListener() { } - - protected TraceListener(string name) { } - - public TraceFilter Filter { get { throw null; } set { } } - - public int IndentLevel { get { throw null; } set { } } - - public int IndentSize { get { throw null; } set { } } - - public virtual bool IsThreadSafe { get { throw null; } } - - public virtual string Name { get { throw null; } set { } } - - protected bool NeedIndent { get { throw null; } set { } } - - public TraceOptions TraceOutputOptions { get { throw null; } set { } } - - public void Dispose() { } - - protected virtual void Dispose(bool disposing) { } - - public virtual void Fail(string message, string detailMessage) { } - - public virtual void Fail(string message) { } - - public virtual void Flush() { } - - public virtual void TraceData(TraceEventCache eventCache, string source, TraceEventType eventType, int id, object data) { } - - public virtual void TraceData(TraceEventCache eventCache, string source, TraceEventType eventType, int id, params object[] data) { } - - public virtual void TraceEvent(TraceEventCache eventCache, string source, TraceEventType eventType, int id, string format, params object[] args) { } - - public virtual void TraceEvent(TraceEventCache eventCache, string source, TraceEventType eventType, int id, string message) { } - - public virtual void TraceEvent(TraceEventCache eventCache, string source, TraceEventType eventType, int id) { } - - public virtual void Write(object o, string category) { } - - public virtual void Write(object o) { } - - public virtual void Write(string message, string category) { } - - public abstract void Write(string message); - protected virtual void WriteIndent() { } - - public virtual void WriteLine(object o, string category) { } - - public virtual void WriteLine(object o) { } - - public virtual void WriteLine(string message, string category) { } - - public abstract void WriteLine(string message); - } - - public partial class TraceListenerCollection : Collections.ICollection, Collections.IEnumerable, Collections.IList - { - internal TraceListenerCollection() { } - - public int Count { get { throw null; } } - - public TraceListener this[int i] { get { throw null; } set { } } - - public TraceListener this[string name] { get { throw null; } } - - bool Collections.ICollection.IsSynchronized { get { throw null; } } - - object Collections.ICollection.SyncRoot { get { throw null; } } - - bool Collections.IList.IsFixedSize { get { throw null; } } - - bool Collections.IList.IsReadOnly { get { throw null; } } - - object System.Collections.IList.this[int index] { get { throw null; } set { } } - - public int Add(TraceListener listener) { throw null; } - - public void AddRange(TraceListener[] value) { } - - public void AddRange(TraceListenerCollection value) { } - - public void Clear() { } - - public bool Contains(TraceListener listener) { throw null; } - - public void CopyTo(TraceListener[] listeners, int index) { } - - public Collections.IEnumerator GetEnumerator() { throw null; } - - public int IndexOf(TraceListener listener) { throw null; } - - public void Insert(int index, TraceListener listener) { } - - public void Remove(TraceListener listener) { } - - public void Remove(string name) { } - - public void RemoveAt(int index) { } - - void Collections.ICollection.CopyTo(Array array, int index) { } - - int Collections.IList.Add(object value) { throw null; } - - bool Collections.IList.Contains(object value) { throw null; } - - int Collections.IList.IndexOf(object value) { throw null; } - - void Collections.IList.Insert(int index, object value) { } - - void Collections.IList.Remove(object value) { } - } - - [Flags] - public enum TraceOptions - { - None = 0, - DateTime = 2, - Timestamp = 4, - ProcessId = 8, - ThreadId = 16 - } - - public partial class TraceSource - { - public TraceSource(string name, SourceLevels defaultLevel) { } - - public TraceSource(string name) { } - - public TraceListenerCollection Listeners { get { throw null; } } - - public string Name { get { throw null; } } - - public SourceSwitch Switch { get { throw null; } set { } } - - public void Close() { } - - public void Flush() { } - - public void TraceData(TraceEventType eventType, int id, object data) { } - - public void TraceData(TraceEventType eventType, int id, params object[] data) { } - - public void TraceEvent(TraceEventType eventType, int id, string format, params object[] args) { } - - public void TraceEvent(TraceEventType eventType, int id, string message) { } - - public void TraceEvent(TraceEventType eventType, int id) { } - - public void TraceInformation(string format, params object[] args) { } - - public void TraceInformation(string message) { } - } - - public partial class TraceSwitch : Switch - { - public TraceSwitch(string displayName, string description, string defaultSwitchValue) : base(default!, default!) { } - - public TraceSwitch(string displayName, string description) : base(default!, default!) { } - - public TraceLevel Level { get { throw null; } set { } } - - public bool TraceError { get { throw null; } } - - public bool TraceInfo { get { throw null; } } - - public bool TraceVerbose { get { throw null; } } - - public bool TraceWarning { get { throw null; } } - - protected override void OnSwitchSettingChanged() { } - - protected override void OnValueChanged() { } - } -} \ No newline at end of file diff --git a/src/referencePackages/src/system.diagnostics.tracesource/4.0.0/system.diagnostics.tracesource.nuspec b/src/referencePackages/src/system.diagnostics.tracesource/4.0.0/system.diagnostics.tracesource.nuspec deleted file mode 100644 index 7b87284c9..000000000 --- a/src/referencePackages/src/system.diagnostics.tracesource/4.0.0/system.diagnostics.tracesource.nuspec +++ /dev/null @@ -1,40 +0,0 @@ - - - - System.Diagnostics.TraceSource - 4.0.0 - System.Diagnostics.TraceSource - Microsoft - microsoft,dotnetframework - true - https://microsoft.mit-license.org/ - https://dot.net/ - http://go.microsoft.com/fwlink/?LinkID=288859 - Provides classes that help you trace the execution of your code. Developers should prefer the classes in the ETW-based System.Diagnostics.Tracing package. - -Commonly Used Types: -System.Diagnostics.TraceListener -System.Diagnostics.TraceLevel -System.Diagnostics.TraceSource -System.Diagnostics.TraceEventType -System.Diagnostics.DefaultTraceListener -System.Diagnostics.Trace - -When using NuGet 3.x this package requires at least version 3.4. - https://go.microsoft.com/fwlink/?LinkID=799417 - © Microsoft Corporation. All rights reserved. - true - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/referencePackages/src/system.dynamic.runtime/4.0.11/System.Dynamic.Runtime.4.0.11.csproj b/src/referencePackages/src/system.dynamic.runtime/4.0.11/System.Dynamic.Runtime.4.0.11.csproj deleted file mode 100644 index a07cd9d28..000000000 --- a/src/referencePackages/src/system.dynamic.runtime/4.0.11/System.Dynamic.Runtime.4.0.11.csproj +++ /dev/null @@ -1,33 +0,0 @@ - - - - netstandard1.0;netstandard1.3 - System.Dynamic.Runtime - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/referencePackages/src/system.dynamic.runtime/4.0.11/ref/netstandard1.0/System.Dynamic.Runtime.cs b/src/referencePackages/src/system.dynamic.runtime/4.0.11/ref/netstandard1.0/System.Dynamic.Runtime.cs deleted file mode 100644 index 6389e78ad..000000000 --- a/src/referencePackages/src/system.dynamic.runtime/4.0.11/ref/netstandard1.0/System.Dynamic.Runtime.cs +++ /dev/null @@ -1,500 +0,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. -// ------------------------------------------------------------------------------ -// Changes to this file must follow the http://aka.ms/api-review process. -// ------------------------------------------------------------------------------ -[assembly: System.Reflection.AssemblyDescription("System.Dynamic.Runtime.dll")] -[assembly: System.Reflection.AssemblyDefaultAlias("System.Dynamic.Runtime.dll")] -[assembly: System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows = true)] -[assembly: System.Reflection.AssemblyTitle("System.Dynamic.Runtime.dll")] -[assembly: System.Reflection.AssemblyInformationalVersion("4.0.30319.17929")] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyProduct("Microsoft® .NET Framework")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyFileVersion("4.0.30319.17929")] -[assembly: System.CLSCompliant(true)] -[assembly: System.Runtime.CompilerServices.CompilationRelaxations(8)] -[assembly: System.Security.AllowPartiallyTrustedCallers] -[assembly: System.Runtime.CompilerServices.ReferenceAssembly] -[assembly: System.Reflection.AssemblyVersionAttribute("4.0.0.0")] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -namespace System.Dynamic -{ - public abstract partial class BinaryOperationBinder : DynamicMetaObjectBinder - { - protected BinaryOperationBinder(Linq.Expressions.ExpressionType operation) { } - - public Linq.Expressions.ExpressionType Operation { get { throw null; } } - - public sealed override Type ReturnType { get { throw null; } } - - public sealed override DynamicMetaObject Bind(DynamicMetaObject target, DynamicMetaObject[] args) { throw null; } - - public abstract DynamicMetaObject FallbackBinaryOperation(DynamicMetaObject target, DynamicMetaObject arg, DynamicMetaObject errorSuggestion); - public DynamicMetaObject FallbackBinaryOperation(DynamicMetaObject target, DynamicMetaObject arg) { throw null; } - } - - public abstract partial class BindingRestrictions - { - internal BindingRestrictions() { } - - public static readonly BindingRestrictions Empty; - public static BindingRestrictions Combine(Collections.Generic.IList contributingObjects) { throw null; } - - public static BindingRestrictions GetExpressionRestriction(Linq.Expressions.Expression expression) { throw null; } - - public static BindingRestrictions GetInstanceRestriction(Linq.Expressions.Expression expression, object instance) { throw null; } - - public static BindingRestrictions GetTypeRestriction(Linq.Expressions.Expression expression, Type type) { throw null; } - - public BindingRestrictions Merge(BindingRestrictions restrictions) { throw null; } - - public Linq.Expressions.Expression ToExpression() { throw null; } - } - - public sealed partial class CallInfo - { - public CallInfo(int argCount, Collections.Generic.IEnumerable argNames) { } - - public CallInfo(int argCount, params string[] argNames) { } - - public int ArgumentCount { get { throw null; } } - - public Collections.ObjectModel.ReadOnlyCollection ArgumentNames { get { throw null; } } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - } - - public abstract partial class ConvertBinder : DynamicMetaObjectBinder - { - protected ConvertBinder(Type type, bool @explicit) { } - - public bool Explicit { get { throw null; } } - - public sealed override Type ReturnType { get { throw null; } } - - public Type Type { get { throw null; } } - - public sealed override DynamicMetaObject Bind(DynamicMetaObject target, DynamicMetaObject[] args) { throw null; } - - public abstract DynamicMetaObject FallbackConvert(DynamicMetaObject target, DynamicMetaObject errorSuggestion); - public DynamicMetaObject FallbackConvert(DynamicMetaObject target) { throw null; } - } - - public abstract partial class CreateInstanceBinder : DynamicMetaObjectBinder - { - protected CreateInstanceBinder(CallInfo callInfo) { } - - public CallInfo CallInfo { get { throw null; } } - - public sealed override Type ReturnType { get { throw null; } } - - public sealed override DynamicMetaObject Bind(DynamicMetaObject target, DynamicMetaObject[] args) { throw null; } - - public abstract DynamicMetaObject FallbackCreateInstance(DynamicMetaObject target, DynamicMetaObject[] args, DynamicMetaObject errorSuggestion); - public DynamicMetaObject FallbackCreateInstance(DynamicMetaObject target, DynamicMetaObject[] args) { throw null; } - } - - public abstract partial class DeleteIndexBinder : DynamicMetaObjectBinder - { - protected DeleteIndexBinder(CallInfo callInfo) { } - - public CallInfo CallInfo { get { throw null; } } - - public sealed override Type ReturnType { get { throw null; } } - - public sealed override DynamicMetaObject Bind(DynamicMetaObject target, DynamicMetaObject[] args) { throw null; } - - public abstract DynamicMetaObject FallbackDeleteIndex(DynamicMetaObject target, DynamicMetaObject[] indexes, DynamicMetaObject errorSuggestion); - public DynamicMetaObject FallbackDeleteIndex(DynamicMetaObject target, DynamicMetaObject[] indexes) { throw null; } - } - - public abstract partial class DeleteMemberBinder : DynamicMetaObjectBinder - { - protected DeleteMemberBinder(string name, bool ignoreCase) { } - - public bool IgnoreCase { get { throw null; } } - - public string Name { get { throw null; } } - - public sealed override Type ReturnType { get { throw null; } } - - public sealed override DynamicMetaObject Bind(DynamicMetaObject target, DynamicMetaObject[] args) { throw null; } - - public abstract DynamicMetaObject FallbackDeleteMember(DynamicMetaObject target, DynamicMetaObject errorSuggestion); - public DynamicMetaObject FallbackDeleteMember(DynamicMetaObject target) { throw null; } - } - - public partial class DynamicMetaObject - { - public static readonly DynamicMetaObject[] EmptyMetaObjects; - public DynamicMetaObject(Linq.Expressions.Expression expression, BindingRestrictions restrictions, object value) { } - - public DynamicMetaObject(Linq.Expressions.Expression expression, BindingRestrictions restrictions) { } - - public Linq.Expressions.Expression Expression { get { throw null; } } - - public bool HasValue { get { throw null; } } - - public Type LimitType { get { throw null; } } - - public BindingRestrictions Restrictions { get { throw null; } } - - public Type RuntimeType { get { throw null; } } - - public object Value { get { throw null; } } - - public virtual DynamicMetaObject BindBinaryOperation(BinaryOperationBinder binder, DynamicMetaObject arg) { throw null; } - - public virtual DynamicMetaObject BindConvert(ConvertBinder binder) { throw null; } - - public virtual DynamicMetaObject BindCreateInstance(CreateInstanceBinder binder, DynamicMetaObject[] args) { throw null; } - - public virtual DynamicMetaObject BindDeleteIndex(DeleteIndexBinder binder, DynamicMetaObject[] indexes) { throw null; } - - public virtual DynamicMetaObject BindDeleteMember(DeleteMemberBinder binder) { throw null; } - - public virtual DynamicMetaObject BindGetIndex(GetIndexBinder binder, DynamicMetaObject[] indexes) { throw null; } - - public virtual DynamicMetaObject BindGetMember(GetMemberBinder binder) { throw null; } - - public virtual DynamicMetaObject BindInvoke(InvokeBinder binder, DynamicMetaObject[] args) { throw null; } - - public virtual DynamicMetaObject BindInvokeMember(InvokeMemberBinder binder, DynamicMetaObject[] args) { throw null; } - - public virtual DynamicMetaObject BindSetIndex(SetIndexBinder binder, DynamicMetaObject[] indexes, DynamicMetaObject value) { throw null; } - - public virtual DynamicMetaObject BindSetMember(SetMemberBinder binder, DynamicMetaObject value) { throw null; } - - public virtual DynamicMetaObject BindUnaryOperation(UnaryOperationBinder binder) { throw null; } - - public static DynamicMetaObject Create(object value, Linq.Expressions.Expression expression) { throw null; } - - public virtual Collections.Generic.IEnumerable GetDynamicMemberNames() { throw null; } - } - - public abstract partial class DynamicMetaObjectBinder : Runtime.CompilerServices.CallSiteBinder - { - public virtual Type ReturnType { get { throw null; } } - - public abstract DynamicMetaObject Bind(DynamicMetaObject target, DynamicMetaObject[] args); - public sealed override Linq.Expressions.Expression Bind(object[] args, Collections.ObjectModel.ReadOnlyCollection parameters, Linq.Expressions.LabelTarget returnLabel) { throw null; } - - public DynamicMetaObject Defer(DynamicMetaObject target, params DynamicMetaObject[] args) { throw null; } - - public DynamicMetaObject Defer(params DynamicMetaObject[] args) { throw null; } - - public Linq.Expressions.Expression GetUpdateExpression(Type type) { throw null; } - } - - public partial class DynamicObject : IDynamicMetaObjectProvider - { - protected DynamicObject() { } - - public virtual Collections.Generic.IEnumerable GetDynamicMemberNames() { throw null; } - - public virtual DynamicMetaObject GetMetaObject(Linq.Expressions.Expression parameter) { throw null; } - - public virtual bool TryBinaryOperation(BinaryOperationBinder binder, object arg, out object result) { throw null; } - - public virtual bool TryConvert(ConvertBinder binder, out object result) { throw null; } - - public virtual bool TryCreateInstance(CreateInstanceBinder binder, object[] args, out object result) { throw null; } - - public virtual bool TryDeleteIndex(DeleteIndexBinder binder, object[] indexes) { throw null; } - - public virtual bool TryDeleteMember(DeleteMemberBinder binder) { throw null; } - - public virtual bool TryGetIndex(GetIndexBinder binder, object[] indexes, out object result) { throw null; } - - public virtual bool TryGetMember(GetMemberBinder binder, out object result) { throw null; } - - public virtual bool TryInvoke(InvokeBinder binder, object[] args, out object result) { throw null; } - - public virtual bool TryInvokeMember(InvokeMemberBinder binder, object[] args, out object result) { throw null; } - - public virtual bool TrySetIndex(SetIndexBinder binder, object[] indexes, object value) { throw null; } - - public virtual bool TrySetMember(SetMemberBinder binder, object value) { throw null; } - - public virtual bool TryUnaryOperation(UnaryOperationBinder binder, out object result) { throw null; } - } - - public sealed partial class ExpandoObject : Collections.Generic.IDictionary, Collections.Generic.ICollection>, Collections.Generic.IEnumerable>, Collections.IEnumerable, ComponentModel.INotifyPropertyChanged, IDynamicMetaObjectProvider - { - int Collections.Generic.ICollection>.Count { get { throw null; } } - - bool Collections.Generic.ICollection>.IsReadOnly { get { throw null; } } - - object System.Collections.Generic.IDictionary.this[string key] { get { throw null; } set { } } - - Collections.Generic.ICollection Collections.Generic.IDictionary.Keys { get { throw null; } } - - Collections.Generic.ICollection Collections.Generic.IDictionary.Values { get { throw null; } } - - event System.ComponentModel.PropertyChangedEventHandler System.ComponentModel.INotifyPropertyChanged.PropertyChanged { add { } remove { } } - - void Collections.Generic.ICollection>.Add(Collections.Generic.KeyValuePair item) { } - - void Collections.Generic.ICollection>.Clear() { } - - bool Collections.Generic.ICollection>.Contains(Collections.Generic.KeyValuePair item) { throw null; } - - void Collections.Generic.ICollection>.CopyTo(Collections.Generic.KeyValuePair[] array, int arrayIndex) { } - - bool Collections.Generic.ICollection>.Remove(Collections.Generic.KeyValuePair item) { throw null; } - - void Collections.Generic.IDictionary.Add(string key, object value) { } - - bool Collections.Generic.IDictionary.ContainsKey(string key) { throw null; } - - bool Collections.Generic.IDictionary.Remove(string key) { throw null; } - - bool Collections.Generic.IDictionary.TryGetValue(string key, out object value) { throw null; } - - Collections.Generic.IEnumerator> Collections.Generic.IEnumerable>.GetEnumerator() { throw null; } - - Collections.IEnumerator Collections.IEnumerable.GetEnumerator() { throw null; } - - DynamicMetaObject IDynamicMetaObjectProvider.GetMetaObject(Linq.Expressions.Expression parameter) { throw null; } - } - - public abstract partial class GetIndexBinder : DynamicMetaObjectBinder - { - protected GetIndexBinder(CallInfo callInfo) { } - - public CallInfo CallInfo { get { throw null; } } - - public sealed override Type ReturnType { get { throw null; } } - - public sealed override DynamicMetaObject Bind(DynamicMetaObject target, DynamicMetaObject[] args) { throw null; } - - public abstract DynamicMetaObject FallbackGetIndex(DynamicMetaObject target, DynamicMetaObject[] indexes, DynamicMetaObject errorSuggestion); - public DynamicMetaObject FallbackGetIndex(DynamicMetaObject target, DynamicMetaObject[] indexes) { throw null; } - } - - public abstract partial class GetMemberBinder : DynamicMetaObjectBinder - { - protected GetMemberBinder(string name, bool ignoreCase) { } - - public bool IgnoreCase { get { throw null; } } - - public string Name { get { throw null; } } - - public sealed override Type ReturnType { get { throw null; } } - - public sealed override DynamicMetaObject Bind(DynamicMetaObject target, DynamicMetaObject[] args) { throw null; } - - public abstract DynamicMetaObject FallbackGetMember(DynamicMetaObject target, DynamicMetaObject errorSuggestion); - public DynamicMetaObject FallbackGetMember(DynamicMetaObject target) { throw null; } - } - - public partial interface IDynamicMetaObjectProvider - { - DynamicMetaObject GetMetaObject(Linq.Expressions.Expression parameter); - } - - public partial interface IInvokeOnGetBinder - { - bool InvokeOnGet { get; } - } - - public abstract partial class InvokeBinder : DynamicMetaObjectBinder - { - protected InvokeBinder(CallInfo callInfo) { } - - public CallInfo CallInfo { get { throw null; } } - - public sealed override Type ReturnType { get { throw null; } } - - public sealed override DynamicMetaObject Bind(DynamicMetaObject target, DynamicMetaObject[] args) { throw null; } - - public abstract DynamicMetaObject FallbackInvoke(DynamicMetaObject target, DynamicMetaObject[] args, DynamicMetaObject errorSuggestion); - public DynamicMetaObject FallbackInvoke(DynamicMetaObject target, DynamicMetaObject[] args) { throw null; } - } - - public abstract partial class InvokeMemberBinder : DynamicMetaObjectBinder - { - protected InvokeMemberBinder(string name, bool ignoreCase, CallInfo callInfo) { } - - public CallInfo CallInfo { get { throw null; } } - - public bool IgnoreCase { get { throw null; } } - - public string Name { get { throw null; } } - - public sealed override Type ReturnType { get { throw null; } } - - public sealed override DynamicMetaObject Bind(DynamicMetaObject target, DynamicMetaObject[] args) { throw null; } - - public abstract DynamicMetaObject FallbackInvoke(DynamicMetaObject target, DynamicMetaObject[] args, DynamicMetaObject errorSuggestion); - public abstract DynamicMetaObject FallbackInvokeMember(DynamicMetaObject target, DynamicMetaObject[] args, DynamicMetaObject errorSuggestion); - public DynamicMetaObject FallbackInvokeMember(DynamicMetaObject target, DynamicMetaObject[] args) { throw null; } - } - - public abstract partial class SetIndexBinder : DynamicMetaObjectBinder - { - protected SetIndexBinder(CallInfo callInfo) { } - - public CallInfo CallInfo { get { throw null; } } - - public sealed override Type ReturnType { get { throw null; } } - - public sealed override DynamicMetaObject Bind(DynamicMetaObject target, DynamicMetaObject[] args) { throw null; } - - public abstract DynamicMetaObject FallbackSetIndex(DynamicMetaObject target, DynamicMetaObject[] indexes, DynamicMetaObject value, DynamicMetaObject errorSuggestion); - public DynamicMetaObject FallbackSetIndex(DynamicMetaObject target, DynamicMetaObject[] indexes, DynamicMetaObject value) { throw null; } - } - - public abstract partial class SetMemberBinder : DynamicMetaObjectBinder - { - protected SetMemberBinder(string name, bool ignoreCase) { } - - public bool IgnoreCase { get { throw null; } } - - public string Name { get { throw null; } } - - public sealed override Type ReturnType { get { throw null; } } - - public sealed override DynamicMetaObject Bind(DynamicMetaObject target, DynamicMetaObject[] args) { throw null; } - - public abstract DynamicMetaObject FallbackSetMember(DynamicMetaObject target, DynamicMetaObject value, DynamicMetaObject errorSuggestion); - public DynamicMetaObject FallbackSetMember(DynamicMetaObject target, DynamicMetaObject value) { throw null; } - } - - public abstract partial class UnaryOperationBinder : DynamicMetaObjectBinder - { - protected UnaryOperationBinder(Linq.Expressions.ExpressionType operation) { } - - public Linq.Expressions.ExpressionType Operation { get { throw null; } } - - public sealed override Type ReturnType { get { throw null; } } - - public sealed override DynamicMetaObject Bind(DynamicMetaObject target, DynamicMetaObject[] args) { throw null; } - - public abstract DynamicMetaObject FallbackUnaryOperation(DynamicMetaObject target, DynamicMetaObject errorSuggestion); - public DynamicMetaObject FallbackUnaryOperation(DynamicMetaObject target) { throw null; } - } -} - -namespace System.Linq.Expressions -{ - public partial class DynamicExpression : Expression - { - internal DynamicExpression() { } - - public Collections.ObjectModel.ReadOnlyCollection Arguments { get { throw null; } } - - public Runtime.CompilerServices.CallSiteBinder Binder { get { throw null; } } - - public Type DelegateType { get { throw null; } } - - public sealed override ExpressionType NodeType { get { throw null; } } - - public override Type Type { get { throw null; } } - - protected override Expression Accept(ExpressionVisitor visitor) { throw null; } - - public static DynamicExpression Dynamic(Runtime.CompilerServices.CallSiteBinder binder, Type returnType, Collections.Generic.IEnumerable arguments) { throw null; } - - public static DynamicExpression Dynamic(Runtime.CompilerServices.CallSiteBinder binder, Type returnType, Expression arg0, Expression arg1, Expression arg2, Expression arg3) { throw null; } - - public static DynamicExpression Dynamic(Runtime.CompilerServices.CallSiteBinder binder, Type returnType, Expression arg0, Expression arg1, Expression arg2) { throw null; } - - public static DynamicExpression Dynamic(Runtime.CompilerServices.CallSiteBinder binder, Type returnType, Expression arg0, Expression arg1) { throw null; } - - public static DynamicExpression Dynamic(Runtime.CompilerServices.CallSiteBinder binder, Type returnType, Expression arg0) { throw null; } - - public static DynamicExpression Dynamic(Runtime.CompilerServices.CallSiteBinder binder, Type returnType, params Expression[] arguments) { throw null; } - - public static DynamicExpression MakeDynamic(Type delegateType, Runtime.CompilerServices.CallSiteBinder binder, Collections.Generic.IEnumerable arguments) { throw null; } - - public static DynamicExpression MakeDynamic(Type delegateType, Runtime.CompilerServices.CallSiteBinder binder, Expression arg0, Expression arg1, Expression arg2, Expression arg3) { throw null; } - - public static DynamicExpression MakeDynamic(Type delegateType, Runtime.CompilerServices.CallSiteBinder binder, Expression arg0, Expression arg1, Expression arg2) { throw null; } - - public static DynamicExpression MakeDynamic(Type delegateType, Runtime.CompilerServices.CallSiteBinder binder, Expression arg0, Expression arg1) { throw null; } - - public static DynamicExpression MakeDynamic(Type delegateType, Runtime.CompilerServices.CallSiteBinder binder, Expression arg0) { throw null; } - - public static DynamicExpression MakeDynamic(Type delegateType, Runtime.CompilerServices.CallSiteBinder binder, params Expression[] arguments) { throw null; } - - public DynamicExpression Update(Collections.Generic.IEnumerable arguments) { throw null; } - } - - public abstract partial class DynamicExpressionVisitor : ExpressionVisitor - { - protected virtual Expression VisitDynamic(DynamicExpression node) { throw null; } - } -} - -namespace System.Runtime.CompilerServices -{ - public partial class CallSite - { - internal CallSite() { } - - public CallSiteBinder Binder { get { throw null; } } - - public static CallSite Create(Type delegateType, CallSiteBinder binder) { throw null; } - } - - public abstract partial class CallSiteBinder - { - public static Linq.Expressions.LabelTarget UpdateLabel { get { throw null; } } - - public abstract Linq.Expressions.Expression Bind(object[] args, Collections.ObjectModel.ReadOnlyCollection parameters, Linq.Expressions.LabelTarget returnLabel); - public virtual T BindDelegate(CallSite site, object[] args) - where T : class { throw null; } - - protected void CacheTarget(T target) - where T : class { } - } - - public static partial class CallSiteHelpers - { - public static bool IsInternalFrame(Reflection.MethodBase mb) { throw null; } - } - - public partial class CallSite : CallSite where T : class - { - internal CallSite() { } - - public T Target; - public T Update { get { throw null; } } - - public static CallSite Create(CallSiteBinder binder) { throw null; } - } - - public sealed partial class ConditionalWeakTable - where TKey : class where TValue : class - { - public void Add(TKey key, TValue value) { } - - ~ConditionalWeakTable() { - } - - public TValue GetOrCreateValue(TKey key) { throw null; } - - public TValue GetValue(TKey key, ConditionalWeakTable.CreateValueCallback createValueCallback) { throw null; } - - public bool Remove(TKey key) { throw null; } - - public bool TryGetValue(TKey key, out TValue value) { throw null; } - - public delegate TValue CreateValueCallback(TKey key); - } - - [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Parameter | AttributeTargets.ReturnValue)] - public sealed partial class DynamicAttribute : Attribute - { - public DynamicAttribute() { } - - public DynamicAttribute(bool[] transformFlags) { } - - public Collections.Generic.IList TransformFlags { get { throw null; } } - } -} \ No newline at end of file diff --git a/src/referencePackages/src/system.dynamic.runtime/4.0.11/ref/netstandard1.3/System.Dynamic.Runtime.cs b/src/referencePackages/src/system.dynamic.runtime/4.0.11/ref/netstandard1.3/System.Dynamic.Runtime.cs deleted file mode 100644 index 0283ec36c..000000000 --- a/src/referencePackages/src/system.dynamic.runtime/4.0.11/ref/netstandard1.3/System.Dynamic.Runtime.cs +++ /dev/null @@ -1,493 +0,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. -// ------------------------------------------------------------------------------ -// Changes to this file must follow the http://aka.ms/api-review process. -// ------------------------------------------------------------------------------ -[assembly: System.Runtime.CompilerServices.CompilationRelaxations(8)] -[assembly: System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows = true)] -[assembly: System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)] -[assembly: System.Security.AllowPartiallyTrustedCallers] -[assembly: System.Runtime.CompilerServices.ReferenceAssembly] -[assembly: System.Reflection.AssemblyTitle("System.Dynamic.Runtime")] -[assembly: System.Reflection.AssemblyDescription("System.Dynamic.Runtime")] -[assembly: System.Reflection.AssemblyDefaultAlias("System.Dynamic.Runtime")] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyProduct("Microsoft® .NET Framework")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyFileVersion("1.0.24212.01")] -[assembly: System.Reflection.AssemblyInformationalVersion("1.0.24212.01. Commit Hash: 9688ddbb62c04189cac4c4a06e31e93377dccd41")] -[assembly: System.CLSCompliant(true)] -[assembly: System.Reflection.AssemblyMetadata(".NETFrameworkAssembly", "")] -[assembly: System.Reflection.AssemblyMetadata("Serviceable", "True")] -[assembly: System.Reflection.AssemblyVersionAttribute("4.0.10.0")] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.ConditionalWeakTable<,>))] -namespace System.Dynamic -{ - public abstract partial class BinaryOperationBinder : DynamicMetaObjectBinder - { - protected BinaryOperationBinder(Linq.Expressions.ExpressionType operation) { } - - public Linq.Expressions.ExpressionType Operation { get { throw null; } } - - public sealed override Type ReturnType { get { throw null; } } - - public sealed override DynamicMetaObject Bind(DynamicMetaObject target, DynamicMetaObject[] args) { throw null; } - - public abstract DynamicMetaObject FallbackBinaryOperation(DynamicMetaObject target, DynamicMetaObject arg, DynamicMetaObject errorSuggestion); - public DynamicMetaObject FallbackBinaryOperation(DynamicMetaObject target, DynamicMetaObject arg) { throw null; } - } - - public abstract partial class BindingRestrictions - { - internal BindingRestrictions() { } - - public static readonly BindingRestrictions Empty; - public static BindingRestrictions Combine(Collections.Generic.IList contributingObjects) { throw null; } - - public static BindingRestrictions GetExpressionRestriction(Linq.Expressions.Expression expression) { throw null; } - - public static BindingRestrictions GetInstanceRestriction(Linq.Expressions.Expression expression, object instance) { throw null; } - - public static BindingRestrictions GetTypeRestriction(Linq.Expressions.Expression expression, Type type) { throw null; } - - public BindingRestrictions Merge(BindingRestrictions restrictions) { throw null; } - - public Linq.Expressions.Expression ToExpression() { throw null; } - } - - public sealed partial class CallInfo - { - public CallInfo(int argCount, Collections.Generic.IEnumerable argNames) { } - - public CallInfo(int argCount, params string[] argNames) { } - - public int ArgumentCount { get { throw null; } } - - public Collections.ObjectModel.ReadOnlyCollection ArgumentNames { get { throw null; } } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - } - - public abstract partial class ConvertBinder : DynamicMetaObjectBinder - { - protected ConvertBinder(Type type, bool @explicit) { } - - public bool Explicit { get { throw null; } } - - public sealed override Type ReturnType { get { throw null; } } - - public Type Type { get { throw null; } } - - public sealed override DynamicMetaObject Bind(DynamicMetaObject target, DynamicMetaObject[] args) { throw null; } - - public abstract DynamicMetaObject FallbackConvert(DynamicMetaObject target, DynamicMetaObject errorSuggestion); - public DynamicMetaObject FallbackConvert(DynamicMetaObject target) { throw null; } - } - - public abstract partial class CreateInstanceBinder : DynamicMetaObjectBinder - { - protected CreateInstanceBinder(CallInfo callInfo) { } - - public CallInfo CallInfo { get { throw null; } } - - public sealed override Type ReturnType { get { throw null; } } - - public sealed override DynamicMetaObject Bind(DynamicMetaObject target, DynamicMetaObject[] args) { throw null; } - - public abstract DynamicMetaObject FallbackCreateInstance(DynamicMetaObject target, DynamicMetaObject[] args, DynamicMetaObject errorSuggestion); - public DynamicMetaObject FallbackCreateInstance(DynamicMetaObject target, DynamicMetaObject[] args) { throw null; } - } - - public abstract partial class DeleteIndexBinder : DynamicMetaObjectBinder - { - protected DeleteIndexBinder(CallInfo callInfo) { } - - public CallInfo CallInfo { get { throw null; } } - - public sealed override Type ReturnType { get { throw null; } } - - public sealed override DynamicMetaObject Bind(DynamicMetaObject target, DynamicMetaObject[] args) { throw null; } - - public abstract DynamicMetaObject FallbackDeleteIndex(DynamicMetaObject target, DynamicMetaObject[] indexes, DynamicMetaObject errorSuggestion); - public DynamicMetaObject FallbackDeleteIndex(DynamicMetaObject target, DynamicMetaObject[] indexes) { throw null; } - } - - public abstract partial class DeleteMemberBinder : DynamicMetaObjectBinder - { - protected DeleteMemberBinder(string name, bool ignoreCase) { } - - public bool IgnoreCase { get { throw null; } } - - public string Name { get { throw null; } } - - public sealed override Type ReturnType { get { throw null; } } - - public sealed override DynamicMetaObject Bind(DynamicMetaObject target, DynamicMetaObject[] args) { throw null; } - - public abstract DynamicMetaObject FallbackDeleteMember(DynamicMetaObject target, DynamicMetaObject errorSuggestion); - public DynamicMetaObject FallbackDeleteMember(DynamicMetaObject target) { throw null; } - } - - public partial class DynamicMetaObject - { - public static readonly DynamicMetaObject[] EmptyMetaObjects; - public DynamicMetaObject(Linq.Expressions.Expression expression, BindingRestrictions restrictions, object value) { } - - public DynamicMetaObject(Linq.Expressions.Expression expression, BindingRestrictions restrictions) { } - - public Linq.Expressions.Expression Expression { get { throw null; } } - - public bool HasValue { get { throw null; } } - - public Type LimitType { get { throw null; } } - - public BindingRestrictions Restrictions { get { throw null; } } - - public Type RuntimeType { get { throw null; } } - - public object Value { get { throw null; } } - - public virtual DynamicMetaObject BindBinaryOperation(BinaryOperationBinder binder, DynamicMetaObject arg) { throw null; } - - public virtual DynamicMetaObject BindConvert(ConvertBinder binder) { throw null; } - - public virtual DynamicMetaObject BindCreateInstance(CreateInstanceBinder binder, DynamicMetaObject[] args) { throw null; } - - public virtual DynamicMetaObject BindDeleteIndex(DeleteIndexBinder binder, DynamicMetaObject[] indexes) { throw null; } - - public virtual DynamicMetaObject BindDeleteMember(DeleteMemberBinder binder) { throw null; } - - public virtual DynamicMetaObject BindGetIndex(GetIndexBinder binder, DynamicMetaObject[] indexes) { throw null; } - - public virtual DynamicMetaObject BindGetMember(GetMemberBinder binder) { throw null; } - - public virtual DynamicMetaObject BindInvoke(InvokeBinder binder, DynamicMetaObject[] args) { throw null; } - - public virtual DynamicMetaObject BindInvokeMember(InvokeMemberBinder binder, DynamicMetaObject[] args) { throw null; } - - public virtual DynamicMetaObject BindSetIndex(SetIndexBinder binder, DynamicMetaObject[] indexes, DynamicMetaObject value) { throw null; } - - public virtual DynamicMetaObject BindSetMember(SetMemberBinder binder, DynamicMetaObject value) { throw null; } - - public virtual DynamicMetaObject BindUnaryOperation(UnaryOperationBinder binder) { throw null; } - - public static DynamicMetaObject Create(object value, Linq.Expressions.Expression expression) { throw null; } - - public virtual Collections.Generic.IEnumerable GetDynamicMemberNames() { throw null; } - } - - public abstract partial class DynamicMetaObjectBinder : Runtime.CompilerServices.CallSiteBinder - { - public virtual Type ReturnType { get { throw null; } } - - public abstract DynamicMetaObject Bind(DynamicMetaObject target, DynamicMetaObject[] args); - public sealed override Linq.Expressions.Expression Bind(object[] args, Collections.ObjectModel.ReadOnlyCollection parameters, Linq.Expressions.LabelTarget returnLabel) { throw null; } - - public DynamicMetaObject Defer(DynamicMetaObject target, params DynamicMetaObject[] args) { throw null; } - - public DynamicMetaObject Defer(params DynamicMetaObject[] args) { throw null; } - - public Linq.Expressions.Expression GetUpdateExpression(Type type) { throw null; } - } - - public partial class DynamicObject : IDynamicMetaObjectProvider - { - protected DynamicObject() { } - - public virtual Collections.Generic.IEnumerable GetDynamicMemberNames() { throw null; } - - public virtual DynamicMetaObject GetMetaObject(Linq.Expressions.Expression parameter) { throw null; } - - public virtual bool TryBinaryOperation(BinaryOperationBinder binder, object arg, out object result) { throw null; } - - public virtual bool TryConvert(ConvertBinder binder, out object result) { throw null; } - - public virtual bool TryCreateInstance(CreateInstanceBinder binder, object[] args, out object result) { throw null; } - - public virtual bool TryDeleteIndex(DeleteIndexBinder binder, object[] indexes) { throw null; } - - public virtual bool TryDeleteMember(DeleteMemberBinder binder) { throw null; } - - public virtual bool TryGetIndex(GetIndexBinder binder, object[] indexes, out object result) { throw null; } - - public virtual bool TryGetMember(GetMemberBinder binder, out object result) { throw null; } - - public virtual bool TryInvoke(InvokeBinder binder, object[] args, out object result) { throw null; } - - public virtual bool TryInvokeMember(InvokeMemberBinder binder, object[] args, out object result) { throw null; } - - public virtual bool TrySetIndex(SetIndexBinder binder, object[] indexes, object value) { throw null; } - - public virtual bool TrySetMember(SetMemberBinder binder, object value) { throw null; } - - public virtual bool TryUnaryOperation(UnaryOperationBinder binder, out object result) { throw null; } - } - - public sealed partial class ExpandoObject : Collections.Generic.ICollection>, Collections.Generic.IEnumerable>, Collections.IEnumerable, Collections.Generic.IDictionary, ComponentModel.INotifyPropertyChanged, IDynamicMetaObjectProvider - { - int Collections.Generic.ICollection>.Count { get { throw null; } } - - bool Collections.Generic.ICollection>.IsReadOnly { get { throw null; } } - - object System.Collections.Generic.IDictionary.this[string key] { get { throw null; } set { } } - - Collections.Generic.ICollection Collections.Generic.IDictionary.Keys { get { throw null; } } - - Collections.Generic.ICollection Collections.Generic.IDictionary.Values { get { throw null; } } - - event System.ComponentModel.PropertyChangedEventHandler System.ComponentModel.INotifyPropertyChanged.PropertyChanged { add { } remove { } } - - void Collections.Generic.ICollection>.Add(Collections.Generic.KeyValuePair item) { } - - void Collections.Generic.ICollection>.Clear() { } - - bool Collections.Generic.ICollection>.Contains(Collections.Generic.KeyValuePair item) { throw null; } - - void Collections.Generic.ICollection>.CopyTo(Collections.Generic.KeyValuePair[] array, int arrayIndex) { } - - bool Collections.Generic.ICollection>.Remove(Collections.Generic.KeyValuePair item) { throw null; } - - void Collections.Generic.IDictionary.Add(string key, object value) { } - - bool Collections.Generic.IDictionary.ContainsKey(string key) { throw null; } - - bool Collections.Generic.IDictionary.Remove(string key) { throw null; } - - bool Collections.Generic.IDictionary.TryGetValue(string key, out object value) { throw null; } - - Collections.Generic.IEnumerator> Collections.Generic.IEnumerable>.GetEnumerator() { throw null; } - - Collections.IEnumerator Collections.IEnumerable.GetEnumerator() { throw null; } - - DynamicMetaObject IDynamicMetaObjectProvider.GetMetaObject(Linq.Expressions.Expression parameter) { throw null; } - } - - public abstract partial class GetIndexBinder : DynamicMetaObjectBinder - { - protected GetIndexBinder(CallInfo callInfo) { } - - public CallInfo CallInfo { get { throw null; } } - - public sealed override Type ReturnType { get { throw null; } } - - public sealed override DynamicMetaObject Bind(DynamicMetaObject target, DynamicMetaObject[] args) { throw null; } - - public abstract DynamicMetaObject FallbackGetIndex(DynamicMetaObject target, DynamicMetaObject[] indexes, DynamicMetaObject errorSuggestion); - public DynamicMetaObject FallbackGetIndex(DynamicMetaObject target, DynamicMetaObject[] indexes) { throw null; } - } - - public abstract partial class GetMemberBinder : DynamicMetaObjectBinder - { - protected GetMemberBinder(string name, bool ignoreCase) { } - - public bool IgnoreCase { get { throw null; } } - - public string Name { get { throw null; } } - - public sealed override Type ReturnType { get { throw null; } } - - public sealed override DynamicMetaObject Bind(DynamicMetaObject target, DynamicMetaObject[] args) { throw null; } - - public abstract DynamicMetaObject FallbackGetMember(DynamicMetaObject target, DynamicMetaObject errorSuggestion); - public DynamicMetaObject FallbackGetMember(DynamicMetaObject target) { throw null; } - } - - public partial interface IDynamicMetaObjectProvider - { - DynamicMetaObject GetMetaObject(Linq.Expressions.Expression parameter); - } - - public partial interface IInvokeOnGetBinder - { - bool InvokeOnGet { get; } - } - - public abstract partial class InvokeBinder : DynamicMetaObjectBinder - { - protected InvokeBinder(CallInfo callInfo) { } - - public CallInfo CallInfo { get { throw null; } } - - public sealed override Type ReturnType { get { throw null; } } - - public sealed override DynamicMetaObject Bind(DynamicMetaObject target, DynamicMetaObject[] args) { throw null; } - - public abstract DynamicMetaObject FallbackInvoke(DynamicMetaObject target, DynamicMetaObject[] args, DynamicMetaObject errorSuggestion); - public DynamicMetaObject FallbackInvoke(DynamicMetaObject target, DynamicMetaObject[] args) { throw null; } - } - - public abstract partial class InvokeMemberBinder : DynamicMetaObjectBinder - { - protected InvokeMemberBinder(string name, bool ignoreCase, CallInfo callInfo) { } - - public CallInfo CallInfo { get { throw null; } } - - public bool IgnoreCase { get { throw null; } } - - public string Name { get { throw null; } } - - public sealed override Type ReturnType { get { throw null; } } - - public sealed override DynamicMetaObject Bind(DynamicMetaObject target, DynamicMetaObject[] args) { throw null; } - - public abstract DynamicMetaObject FallbackInvoke(DynamicMetaObject target, DynamicMetaObject[] args, DynamicMetaObject errorSuggestion); - public abstract DynamicMetaObject FallbackInvokeMember(DynamicMetaObject target, DynamicMetaObject[] args, DynamicMetaObject errorSuggestion); - public DynamicMetaObject FallbackInvokeMember(DynamicMetaObject target, DynamicMetaObject[] args) { throw null; } - } - - public abstract partial class SetIndexBinder : DynamicMetaObjectBinder - { - protected SetIndexBinder(CallInfo callInfo) { } - - public CallInfo CallInfo { get { throw null; } } - - public sealed override Type ReturnType { get { throw null; } } - - public sealed override DynamicMetaObject Bind(DynamicMetaObject target, DynamicMetaObject[] args) { throw null; } - - public abstract DynamicMetaObject FallbackSetIndex(DynamicMetaObject target, DynamicMetaObject[] indexes, DynamicMetaObject value, DynamicMetaObject errorSuggestion); - public DynamicMetaObject FallbackSetIndex(DynamicMetaObject target, DynamicMetaObject[] indexes, DynamicMetaObject value) { throw null; } - } - - public abstract partial class SetMemberBinder : DynamicMetaObjectBinder - { - protected SetMemberBinder(string name, bool ignoreCase) { } - - public bool IgnoreCase { get { throw null; } } - - public string Name { get { throw null; } } - - public sealed override Type ReturnType { get { throw null; } } - - public sealed override DynamicMetaObject Bind(DynamicMetaObject target, DynamicMetaObject[] args) { throw null; } - - public abstract DynamicMetaObject FallbackSetMember(DynamicMetaObject target, DynamicMetaObject value, DynamicMetaObject errorSuggestion); - public DynamicMetaObject FallbackSetMember(DynamicMetaObject target, DynamicMetaObject value) { throw null; } - } - - public abstract partial class UnaryOperationBinder : DynamicMetaObjectBinder - { - protected UnaryOperationBinder(Linq.Expressions.ExpressionType operation) { } - - public Linq.Expressions.ExpressionType Operation { get { throw null; } } - - public sealed override Type ReturnType { get { throw null; } } - - public sealed override DynamicMetaObject Bind(DynamicMetaObject target, DynamicMetaObject[] args) { throw null; } - - public abstract DynamicMetaObject FallbackUnaryOperation(DynamicMetaObject target, DynamicMetaObject errorSuggestion); - public DynamicMetaObject FallbackUnaryOperation(DynamicMetaObject target) { throw null; } - } -} - -namespace System.Linq.Expressions -{ - public partial class DynamicExpression : Expression, IArgumentProvider, IDynamicExpression - { - internal DynamicExpression() { } - - public Collections.ObjectModel.ReadOnlyCollection Arguments { get { throw null; } } - - public Runtime.CompilerServices.CallSiteBinder Binder { get { throw null; } } - - public Type DelegateType { get { throw null; } } - - public sealed override ExpressionType NodeType { get { throw null; } } - - int IArgumentProvider.ArgumentCount { get { throw null; } } - - public override Type Type { get { throw null; } } - - protected override Expression Accept(ExpressionVisitor visitor) { throw null; } - - public static DynamicExpression Dynamic(Runtime.CompilerServices.CallSiteBinder binder, Type returnType, Collections.Generic.IEnumerable arguments) { throw null; } - - public static DynamicExpression Dynamic(Runtime.CompilerServices.CallSiteBinder binder, Type returnType, Expression arg0, Expression arg1, Expression arg2, Expression arg3) { throw null; } - - public static DynamicExpression Dynamic(Runtime.CompilerServices.CallSiteBinder binder, Type returnType, Expression arg0, Expression arg1, Expression arg2) { throw null; } - - public static DynamicExpression Dynamic(Runtime.CompilerServices.CallSiteBinder binder, Type returnType, Expression arg0, Expression arg1) { throw null; } - - public static DynamicExpression Dynamic(Runtime.CompilerServices.CallSiteBinder binder, Type returnType, Expression arg0) { throw null; } - - public static DynamicExpression Dynamic(Runtime.CompilerServices.CallSiteBinder binder, Type returnType, params Expression[] arguments) { throw null; } - - public static DynamicExpression MakeDynamic(Type delegateType, Runtime.CompilerServices.CallSiteBinder binder, Collections.Generic.IEnumerable arguments) { throw null; } - - public static DynamicExpression MakeDynamic(Type delegateType, Runtime.CompilerServices.CallSiteBinder binder, Expression arg0, Expression arg1, Expression arg2, Expression arg3) { throw null; } - - public static DynamicExpression MakeDynamic(Type delegateType, Runtime.CompilerServices.CallSiteBinder binder, Expression arg0, Expression arg1, Expression arg2) { throw null; } - - public static DynamicExpression MakeDynamic(Type delegateType, Runtime.CompilerServices.CallSiteBinder binder, Expression arg0, Expression arg1) { throw null; } - - public static DynamicExpression MakeDynamic(Type delegateType, Runtime.CompilerServices.CallSiteBinder binder, Expression arg0) { throw null; } - - public static DynamicExpression MakeDynamic(Type delegateType, Runtime.CompilerServices.CallSiteBinder binder, params Expression[] arguments) { throw null; } - - Expression IArgumentProvider.GetArgument(int index) { throw null; } - - object IDynamicExpression.CreateCallSite() { throw null; } - - Expression IDynamicExpression.Rewrite(Expression[] args) { throw null; } - - public DynamicExpression Update(Collections.Generic.IEnumerable arguments) { throw null; } - } - - public abstract partial class DynamicExpressionVisitor : ExpressionVisitor - { - protected virtual Expression VisitDynamic(DynamicExpression node) { throw null; } - } -} - -namespace System.Runtime.CompilerServices -{ - public partial class CallSite - { - internal CallSite() { } - - public CallSiteBinder Binder { get { throw null; } } - - public static CallSite Create(Type delegateType, CallSiteBinder binder) { throw null; } - } - - public abstract partial class CallSiteBinder - { - public static Linq.Expressions.LabelTarget UpdateLabel { get { throw null; } } - - public abstract Linq.Expressions.Expression Bind(object[] args, Collections.ObjectModel.ReadOnlyCollection parameters, Linq.Expressions.LabelTarget returnLabel); - public virtual T BindDelegate(CallSite site, object[] args) - where T : class { throw null; } - - protected void CacheTarget(T target) - where T : class { } - } - - public static partial class CallSiteHelpers - { - public static bool IsInternalFrame(Reflection.MethodBase mb) { throw null; } - } - - public partial class CallSite : CallSite where T : class - { - internal CallSite() { } - - public T Target; - public T Update { get { throw null; } } - - public static CallSite Create(CallSiteBinder binder) { throw null; } - } - - [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Parameter | AttributeTargets.ReturnValue)] - public sealed partial class DynamicAttribute : Attribute - { - public DynamicAttribute() { } - - public DynamicAttribute(bool[] transformFlags) { } - - public Collections.Generic.IList TransformFlags { get { throw null; } } - } -} \ No newline at end of file diff --git a/src/referencePackages/src/system.dynamic.runtime/4.0.11/system.dynamic.runtime.nuspec b/src/referencePackages/src/system.dynamic.runtime/4.0.11/system.dynamic.runtime.nuspec deleted file mode 100644 index 96aba7152..000000000 --- a/src/referencePackages/src/system.dynamic.runtime/4.0.11/system.dynamic.runtime.nuspec +++ /dev/null @@ -1,57 +0,0 @@ - - - - System.Dynamic.Runtime - 4.0.11 - System.Dynamic.Runtime - Microsoft - microsoft,dotnetframework - true - https://microsoft.mit-license.org/ - https://dot.net/ - http://go.microsoft.com/fwlink/?LinkID=288859 - Provides classes and interfaces that support the Dynamic Language Runtime (DLR). - -Commonly Used Types: -System.Runtime.CompilerServices.CallSite -System.Runtime.CompilerServices.CallSite<T> -System.Dynamic.IDynamicMetaObjectProvider -System.Dynamic.DynamicMetaObject -System.Dynamic.SetMemberBinder -System.Dynamic.GetMemberBinder -System.Dynamic.ExpandoObject -System.Dynamic.DynamicObject -System.Runtime.CompilerServices.CallSiteBinder -System.Runtime.CompilerServices.ConditionalWeakTable<TKey, TValue> - -When using NuGet 3.x this package requires at least version 3.4. - https://go.microsoft.com/fwlink/?LinkID=799417 - © Microsoft Corporation. All rights reserved. - true - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/referencePackages/src/system.reflection.metadata/1.3.0/System.Reflection.Metadata.1.3.0.csproj b/src/referencePackages/src/system.reflection.metadata/1.3.0/System.Reflection.Metadata.1.3.0.csproj deleted file mode 100644 index ac7d61685..000000000 --- a/src/referencePackages/src/system.reflection.metadata/1.3.0/System.Reflection.Metadata.1.3.0.csproj +++ /dev/null @@ -1,26 +0,0 @@ - - - - netstandard1.1 - System.Reflection.Metadata - - - - - - - - - - - - - - - - - - - - - diff --git a/src/referencePackages/src/system.reflection.metadata/1.3.0/lib/netstandard1.1/System.Reflection.Metadata.cs b/src/referencePackages/src/system.reflection.metadata/1.3.0/lib/netstandard1.1/System.Reflection.Metadata.cs deleted file mode 100644 index 9273a8052..000000000 --- a/src/referencePackages/src/system.reflection.metadata/1.3.0/lib/netstandard1.1/System.Reflection.Metadata.cs +++ /dev/null @@ -1,3667 +0,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. -// ------------------------------------------------------------------------------ -// Changes to this file must follow the http://aka.ms/api-review process. -// ------------------------------------------------------------------------------ -[assembly: System.Runtime.CompilerServices.CompilationRelaxations(8)] -[assembly: System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows = true)] -[assembly: System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("System.Reflection.Metadata.Tests, PublicKey=002400000480000094000000060200000024000052534131000400000100010015c01ae1f50e8cc09ba9eac9147cf8fd9fce2cfe9f8dce4f7301c4132ca9fb50ce8cbf1df4dc18dd4d210e4345c744ecb3365ed327efdbc52603faa5e21daa11234c8c4a73e51f03bf192544581ebe107adee3a34928e39d04e524a9ce729d5090bfd7dad9d10c722c0def9ccc08ff0a03790e48bcd1f9b6c476063e1966a1c4")] -[assembly: System.Resources.NeutralResourcesLanguage("en-US")] -[assembly: System.Reflection.AssemblyTitle("System.Reflection.Metadata")] -[assembly: System.Reflection.AssemblyDescription("System.Reflection.Metadata")] -[assembly: System.Reflection.AssemblyDefaultAlias("System.Reflection.Metadata")] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyProduct("Microsoft® .NET Framework")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyFileVersion("1.0.24212.01")] -[assembly: System.Reflection.AssemblyInformationalVersion("1.0.24212.01. Commit Hash: 9688ddbb62c04189cac4c4a06e31e93377dccd41")] -[assembly: System.Reflection.AssemblyMetadata(".NETFrameworkAssembly", "")] -[assembly: System.Reflection.AssemblyMetadata("Serviceable", "True")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.3.0.0")] -[assembly: System.Runtime.CompilerServices.ReferenceAssembly] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -namespace System.Reflection -{ - [Flags] - public enum AssemblyFlags - { - PublicKey = 1, - Retargetable = 256, - WindowsRuntime = 512, - ContentTypeMask = 3584, - DisableJitCompileOptimizer = 16384, - EnableJitCompileTracking = 32768 - } - - public enum AssemblyHashAlgorithm - { - None = 0, - MD5 = 32771, - Sha1 = 32772, - Sha256 = 32780, - Sha384 = 32781, - Sha512 = 32782 - } - - public enum DeclarativeSecurityAction : short - { - None = 0, - Demand = 2, - Assert = 3, - Deny = 4, - PermitOnly = 5, - LinkDemand = 6, - InheritanceDemand = 7, - RequestMinimum = 8, - RequestOptional = 9, - RequestRefuse = 10 - } - - [Flags] - public enum ManifestResourceAttributes - { - Public = 1, - Private = 2, - VisibilityMask = 7 - } - - [Flags] - public enum MethodImportAttributes : short - { - None = 0, - ExactSpelling = 1, - CharSetAnsi = 2, - CharSetUnicode = 4, - CharSetAuto = 6, - CharSetMask = 6, - BestFitMappingEnable = 16, - BestFitMappingDisable = 32, - BestFitMappingMask = 48, - SetLastError = 64, - CallingConventionWinApi = 256, - CallingConventionCDecl = 512, - CallingConventionStdCall = 768, - CallingConventionThisCall = 1024, - CallingConventionFastCall = 1280, - CallingConventionMask = 1792, - ThrowOnUnmappableCharEnable = 4096, - ThrowOnUnmappableCharDisable = 8192, - ThrowOnUnmappableCharMask = 12288 - } - - [Flags] - public enum MethodSemanticsAttributes - { - Setter = 1, - Getter = 2, - Other = 4, - Adder = 8, - Remover = 16, - Raiser = 32 - } -} - -namespace System.Reflection.Metadata -{ - public partial struct AssemblyDefinition - { - private object _dummy; - private int _dummyPrimitive; - public StringHandle Culture { get { throw null; } } - - public AssemblyFlags Flags { get { throw null; } } - - public AssemblyHashAlgorithm HashAlgorithm { get { throw null; } } - - public StringHandle Name { get { throw null; } } - - public BlobHandle PublicKey { get { throw null; } } - - public Version Version { get { throw null; } } - - public CustomAttributeHandleCollection GetCustomAttributes() { throw null; } - - public DeclarativeSecurityAttributeHandleCollection GetDeclarativeSecurityAttributes() { throw null; } - } - - public partial struct AssemblyDefinitionHandle : IEquatable - { - private int _dummyPrimitive; - public bool IsNil { get { throw null; } } - - public override bool Equals(object obj) { throw null; } - - public bool Equals(AssemblyDefinitionHandle other) { throw null; } - - public override int GetHashCode() { throw null; } - - public static bool operator ==(AssemblyDefinitionHandle left, AssemblyDefinitionHandle right) { throw null; } - - public static explicit operator AssemblyDefinitionHandle(EntityHandle handle) { throw null; } - - public static explicit operator AssemblyDefinitionHandle(Handle handle) { throw null; } - - public static implicit operator EntityHandle(AssemblyDefinitionHandle handle) { throw null; } - - public static implicit operator Handle(AssemblyDefinitionHandle handle) { throw null; } - - public static bool operator !=(AssemblyDefinitionHandle left, AssemblyDefinitionHandle right) { throw null; } - } - - public partial struct AssemblyFile - { - private object _dummy; - private int _dummyPrimitive; - public bool ContainsMetadata { get { throw null; } } - - public BlobHandle HashValue { get { throw null; } } - - public StringHandle Name { get { throw null; } } - - public CustomAttributeHandleCollection GetCustomAttributes() { throw null; } - } - - public partial struct AssemblyFileHandle : IEquatable - { - private int _dummyPrimitive; - public bool IsNil { get { throw null; } } - - public override bool Equals(object obj) { throw null; } - - public bool Equals(AssemblyFileHandle other) { throw null; } - - public override int GetHashCode() { throw null; } - - public static bool operator ==(AssemblyFileHandle left, AssemblyFileHandle right) { throw null; } - - public static explicit operator AssemblyFileHandle(EntityHandle handle) { throw null; } - - public static explicit operator AssemblyFileHandle(Handle handle) { throw null; } - - public static implicit operator EntityHandle(AssemblyFileHandle handle) { throw null; } - - public static implicit operator Handle(AssemblyFileHandle handle) { throw null; } - - public static bool operator !=(AssemblyFileHandle left, AssemblyFileHandle right) { throw null; } - } - - public partial struct AssemblyFileHandleCollection : Collections.Generic.IReadOnlyCollection, Collections.Generic.IEnumerable, Collections.IEnumerable - { - private int _dummyPrimitive; - public int Count { get { throw null; } } - - public Enumerator GetEnumerator() { throw null; } - - Collections.Generic.IEnumerator Collections.Generic.IEnumerable.GetEnumerator() { throw null; } - - Collections.IEnumerator Collections.IEnumerable.GetEnumerator() { throw null; } - - public partial struct Enumerator : Collections.Generic.IEnumerator, Collections.IEnumerator, IDisposable - { - private int _dummyPrimitive; - public AssemblyFileHandle Current { get { throw null; } } - - object Collections.IEnumerator.Current { get { throw null; } } - - public bool MoveNext() { throw null; } - - void Collections.IEnumerator.Reset() { } - - void IDisposable.Dispose() { } - } - } - - public partial struct AssemblyReference - { - private object _dummy; - private int _dummyPrimitive; - public StringHandle Culture { get { throw null; } } - - public AssemblyFlags Flags { get { throw null; } } - - public BlobHandle HashValue { get { throw null; } } - - public StringHandle Name { get { throw null; } } - - public BlobHandle PublicKeyOrToken { get { throw null; } } - - public Version Version { get { throw null; } } - - public CustomAttributeHandleCollection GetCustomAttributes() { throw null; } - } - - public partial struct AssemblyReferenceHandle : IEquatable - { - private int _dummyPrimitive; - public bool IsNil { get { throw null; } } - - public override bool Equals(object obj) { throw null; } - - public bool Equals(AssemblyReferenceHandle other) { throw null; } - - public override int GetHashCode() { throw null; } - - public static bool operator ==(AssemblyReferenceHandle left, AssemblyReferenceHandle right) { throw null; } - - public static explicit operator AssemblyReferenceHandle(EntityHandle handle) { throw null; } - - public static explicit operator AssemblyReferenceHandle(Handle handle) { throw null; } - - public static implicit operator EntityHandle(AssemblyReferenceHandle handle) { throw null; } - - public static implicit operator Handle(AssemblyReferenceHandle handle) { throw null; } - - public static bool operator !=(AssemblyReferenceHandle left, AssemblyReferenceHandle right) { throw null; } - } - - public partial struct AssemblyReferenceHandleCollection : Collections.Generic.IReadOnlyCollection, Collections.Generic.IEnumerable, Collections.IEnumerable - { - private object _dummy; - private int _dummyPrimitive; - public int Count { get { throw null; } } - - public Enumerator GetEnumerator() { throw null; } - - Collections.Generic.IEnumerator Collections.Generic.IEnumerable.GetEnumerator() { throw null; } - - Collections.IEnumerator Collections.IEnumerable.GetEnumerator() { throw null; } - - public partial struct Enumerator : Collections.Generic.IEnumerator, Collections.IEnumerator, IDisposable - { - private object _dummy; - private int _dummyPrimitive; - public AssemblyReferenceHandle Current { get { throw null; } } - - object Collections.IEnumerator.Current { get { throw null; } } - - public bool MoveNext() { throw null; } - - void Collections.IEnumerator.Reset() { } - - void IDisposable.Dispose() { } - } - } - - public partial struct BlobHandle : IEquatable - { - private int _dummyPrimitive; - public bool IsNil { get { throw null; } } - - public override bool Equals(object obj) { throw null; } - - public bool Equals(BlobHandle other) { throw null; } - - public override int GetHashCode() { throw null; } - - public static bool operator ==(BlobHandle left, BlobHandle right) { throw null; } - - public static explicit operator BlobHandle(Handle handle) { throw null; } - - public static implicit operator Handle(BlobHandle handle) { throw null; } - - public static bool operator !=(BlobHandle left, BlobHandle right) { throw null; } - } - - public partial struct BlobReader - { - private object _dummy; - private int _dummyPrimitive; - public unsafe BlobReader(byte* buffer, int length) { } - - public int Length { get { throw null; } } - - public int Offset { get { throw null; } } - - public int RemainingBytes { get { throw null; } } - - public BlobHandle ReadBlobHandle() { throw null; } - - public bool ReadBoolean() { throw null; } - - public byte ReadByte() { throw null; } - - public byte[] ReadBytes(int byteCount) { throw null; } - - public char ReadChar() { throw null; } - - public int ReadCompressedInteger() { throw null; } - - public int ReadCompressedSignedInteger() { throw null; } - - public object ReadConstant(ConstantTypeCode typeCode) { throw null; } - - public DateTime ReadDateTime() { throw null; } - - public decimal ReadDecimal() { throw null; } - - public double ReadDouble() { throw null; } - - public Guid ReadGuid() { throw null; } - - public short ReadInt16() { throw null; } - - public int ReadInt32() { throw null; } - - public long ReadInt64() { throw null; } - - public sbyte ReadSByte() { throw null; } - - public SerializationTypeCode ReadSerializationTypeCode() { throw null; } - - public string ReadSerializedString() { throw null; } - - public SignatureHeader ReadSignatureHeader() { throw null; } - - public SignatureTypeCode ReadSignatureTypeCode() { throw null; } - - public float ReadSingle() { throw null; } - - public EntityHandle ReadTypeHandle() { throw null; } - - public ushort ReadUInt16() { throw null; } - - public uint ReadUInt32() { throw null; } - - public ulong ReadUInt64() { throw null; } - - public string ReadUTF16(int byteCount) { throw null; } - - public string ReadUTF8(int byteCount) { throw null; } - - public void Reset() { } - - public bool TryReadCompressedInteger(out int value) { throw null; } - - public bool TryReadCompressedSignedInteger(out int value) { throw null; } - } - - public partial struct Constant - { - private object _dummy; - private int _dummyPrimitive; - public EntityHandle Parent { get { throw null; } } - - public ConstantTypeCode TypeCode { get { throw null; } } - - public BlobHandle Value { get { throw null; } } - } - - public partial struct ConstantHandle : IEquatable - { - private int _dummyPrimitive; - public bool IsNil { get { throw null; } } - - public override bool Equals(object obj) { throw null; } - - public bool Equals(ConstantHandle other) { throw null; } - - public override int GetHashCode() { throw null; } - - public static bool operator ==(ConstantHandle left, ConstantHandle right) { throw null; } - - public static explicit operator ConstantHandle(EntityHandle handle) { throw null; } - - public static explicit operator ConstantHandle(Handle handle) { throw null; } - - public static implicit operator EntityHandle(ConstantHandle handle) { throw null; } - - public static implicit operator Handle(ConstantHandle handle) { throw null; } - - public static bool operator !=(ConstantHandle left, ConstantHandle right) { throw null; } - } - - public enum ConstantTypeCode : byte - { - Invalid = 0, - Boolean = 2, - Char = 3, - SByte = 4, - Byte = 5, - Int16 = 6, - UInt16 = 7, - Int32 = 8, - UInt32 = 9, - Int64 = 10, - UInt64 = 11, - Single = 12, - Double = 13, - String = 14, - NullReference = 18 - } - - public partial struct CustomAttribute - { - private object _dummy; - private int _dummyPrimitive; - public EntityHandle Constructor { get { throw null; } } - - public EntityHandle Parent { get { throw null; } } - - public BlobHandle Value { get { throw null; } } - } - - public partial struct CustomAttributeHandle : IEquatable - { - private int _dummyPrimitive; - public bool IsNil { get { throw null; } } - - public override bool Equals(object obj) { throw null; } - - public bool Equals(CustomAttributeHandle other) { throw null; } - - public override int GetHashCode() { throw null; } - - public static bool operator ==(CustomAttributeHandle left, CustomAttributeHandle right) { throw null; } - - public static explicit operator CustomAttributeHandle(EntityHandle handle) { throw null; } - - public static explicit operator CustomAttributeHandle(Handle handle) { throw null; } - - public static implicit operator EntityHandle(CustomAttributeHandle handle) { throw null; } - - public static implicit operator Handle(CustomAttributeHandle handle) { throw null; } - - public static bool operator !=(CustomAttributeHandle left, CustomAttributeHandle right) { throw null; } - } - - public partial struct CustomAttributeHandleCollection : Collections.Generic.IReadOnlyCollection, Collections.Generic.IEnumerable, Collections.IEnumerable - { - private object _dummy; - private int _dummyPrimitive; - public int Count { get { throw null; } } - - public Enumerator GetEnumerator() { throw null; } - - Collections.Generic.IEnumerator Collections.Generic.IEnumerable.GetEnumerator() { throw null; } - - Collections.IEnumerator Collections.IEnumerable.GetEnumerator() { throw null; } - - public partial struct Enumerator : Collections.Generic.IEnumerator, Collections.IEnumerator, IDisposable - { - private object _dummy; - private int _dummyPrimitive; - public CustomAttributeHandle Current { get { throw null; } } - - object Collections.IEnumerator.Current { get { throw null; } } - - public bool MoveNext() { throw null; } - - void Collections.IEnumerator.Reset() { } - - void IDisposable.Dispose() { } - } - } - - public enum CustomAttributeNamedArgumentKind : byte - { - Field = 83, - Property = 84 - } - - public partial struct CustomDebugInformation - { - private object _dummy; - private int _dummyPrimitive; - public GuidHandle Kind { get { throw null; } } - - public EntityHandle Parent { get { throw null; } } - - public BlobHandle Value { get { throw null; } } - } - - public partial struct CustomDebugInformationHandle : IEquatable - { - private int _dummyPrimitive; - public bool IsNil { get { throw null; } } - - public override bool Equals(object obj) { throw null; } - - public bool Equals(CustomDebugInformationHandle other) { throw null; } - - public override int GetHashCode() { throw null; } - - public static bool operator ==(CustomDebugInformationHandle left, CustomDebugInformationHandle right) { throw null; } - - public static explicit operator CustomDebugInformationHandle(EntityHandle handle) { throw null; } - - public static explicit operator CustomDebugInformationHandle(Handle handle) { throw null; } - - public static implicit operator EntityHandle(CustomDebugInformationHandle handle) { throw null; } - - public static implicit operator Handle(CustomDebugInformationHandle handle) { throw null; } - - public static bool operator !=(CustomDebugInformationHandle left, CustomDebugInformationHandle right) { throw null; } - } - - public partial struct CustomDebugInformationHandleCollection : Collections.Generic.IReadOnlyCollection, Collections.Generic.IEnumerable, Collections.IEnumerable - { - private object _dummy; - private int _dummyPrimitive; - public int Count { get { throw null; } } - - public Enumerator GetEnumerator() { throw null; } - - Collections.Generic.IEnumerator Collections.Generic.IEnumerable.GetEnumerator() { throw null; } - - Collections.IEnumerator Collections.IEnumerable.GetEnumerator() { throw null; } - - public partial struct Enumerator : Collections.Generic.IEnumerator, Collections.IEnumerator, IDisposable - { - private object _dummy; - private int _dummyPrimitive; - public CustomDebugInformationHandle Current { get { throw null; } } - - object Collections.IEnumerator.Current { get { throw null; } } - - public bool MoveNext() { throw null; } - - void Collections.IEnumerator.Reset() { } - - void IDisposable.Dispose() { } - } - } - - public sealed partial class DebugMetadataHeader - { - internal DebugMetadataHeader() { } - - public MethodDefinitionHandle EntryPoint { get { throw null; } } - - public Collections.Immutable.ImmutableArray Id { get { throw null; } } - } - - public partial struct DeclarativeSecurityAttribute - { - private object _dummy; - private int _dummyPrimitive; - public DeclarativeSecurityAction Action { get { throw null; } } - - public EntityHandle Parent { get { throw null; } } - - public BlobHandle PermissionSet { get { throw null; } } - } - - public partial struct DeclarativeSecurityAttributeHandle : IEquatable - { - private int _dummyPrimitive; - public bool IsNil { get { throw null; } } - - public override bool Equals(object obj) { throw null; } - - public bool Equals(DeclarativeSecurityAttributeHandle other) { throw null; } - - public override int GetHashCode() { throw null; } - - public static bool operator ==(DeclarativeSecurityAttributeHandle left, DeclarativeSecurityAttributeHandle right) { throw null; } - - public static explicit operator DeclarativeSecurityAttributeHandle(EntityHandle handle) { throw null; } - - public static explicit operator DeclarativeSecurityAttributeHandle(Handle handle) { throw null; } - - public static implicit operator EntityHandle(DeclarativeSecurityAttributeHandle handle) { throw null; } - - public static implicit operator Handle(DeclarativeSecurityAttributeHandle handle) { throw null; } - - public static bool operator !=(DeclarativeSecurityAttributeHandle left, DeclarativeSecurityAttributeHandle right) { throw null; } - } - - public partial struct DeclarativeSecurityAttributeHandleCollection : Collections.Generic.IReadOnlyCollection, Collections.Generic.IEnumerable, Collections.IEnumerable - { - private object _dummy; - private int _dummyPrimitive; - public int Count { get { throw null; } } - - public Enumerator GetEnumerator() { throw null; } - - Collections.Generic.IEnumerator Collections.Generic.IEnumerable.GetEnumerator() { throw null; } - - Collections.IEnumerator Collections.IEnumerable.GetEnumerator() { throw null; } - - public partial struct Enumerator : Collections.Generic.IEnumerator, Collections.IEnumerator, IDisposable - { - private object _dummy; - private int _dummyPrimitive; - public DeclarativeSecurityAttributeHandle Current { get { throw null; } } - - object Collections.IEnumerator.Current { get { throw null; } } - - public bool MoveNext() { throw null; } - - void Collections.IEnumerator.Reset() { } - - void IDisposable.Dispose() { } - } - } - - public partial struct Document - { - private object _dummy; - private int _dummyPrimitive; - public BlobHandle Hash { get { throw null; } } - - public GuidHandle HashAlgorithm { get { throw null; } } - - public GuidHandle Language { get { throw null; } } - - public DocumentNameBlobHandle Name { get { throw null; } } - } - - public partial struct DocumentHandle : IEquatable - { - private int _dummyPrimitive; - public bool IsNil { get { throw null; } } - - public override bool Equals(object obj) { throw null; } - - public bool Equals(DocumentHandle other) { throw null; } - - public override int GetHashCode() { throw null; } - - public static bool operator ==(DocumentHandle left, DocumentHandle right) { throw null; } - - public static explicit operator DocumentHandle(EntityHandle handle) { throw null; } - - public static explicit operator DocumentHandle(Handle handle) { throw null; } - - public static implicit operator EntityHandle(DocumentHandle handle) { throw null; } - - public static implicit operator Handle(DocumentHandle handle) { throw null; } - - public static bool operator !=(DocumentHandle left, DocumentHandle right) { throw null; } - } - - public partial struct DocumentHandleCollection : Collections.Generic.IReadOnlyCollection, Collections.Generic.IEnumerable, Collections.IEnumerable - { - private object _dummy; - private int _dummyPrimitive; - public int Count { get { throw null; } } - - public Enumerator GetEnumerator() { throw null; } - - Collections.Generic.IEnumerator Collections.Generic.IEnumerable.GetEnumerator() { throw null; } - - Collections.IEnumerator Collections.IEnumerable.GetEnumerator() { throw null; } - - public partial struct Enumerator : Collections.Generic.IEnumerator, Collections.IEnumerator, IDisposable - { - private object _dummy; - private int _dummyPrimitive; - public DocumentHandle Current { get { throw null; } } - - object Collections.IEnumerator.Current { get { throw null; } } - - public bool MoveNext() { throw null; } - - void Collections.IEnumerator.Reset() { } - - void IDisposable.Dispose() { } - } - } - - public partial struct DocumentNameBlobHandle : IEquatable - { - private int _dummyPrimitive; - public bool IsNil { get { throw null; } } - - public override bool Equals(object obj) { throw null; } - - public bool Equals(DocumentNameBlobHandle other) { throw null; } - - public override int GetHashCode() { throw null; } - - public static bool operator ==(DocumentNameBlobHandle left, DocumentNameBlobHandle right) { throw null; } - - public static explicit operator DocumentNameBlobHandle(BlobHandle handle) { throw null; } - - public static implicit operator BlobHandle(DocumentNameBlobHandle handle) { throw null; } - - public static bool operator !=(DocumentNameBlobHandle left, DocumentNameBlobHandle right) { throw null; } - } - - public partial struct EntityHandle : IEquatable - { - private int _dummyPrimitive; - public static readonly AssemblyDefinitionHandle AssemblyDefinition; - public static readonly ModuleDefinitionHandle ModuleDefinition; - public bool IsNil { get { throw null; } } - - public HandleKind Kind { get { throw null; } } - - public override bool Equals(object obj) { throw null; } - - public bool Equals(EntityHandle other) { throw null; } - - public override int GetHashCode() { throw null; } - - public static bool operator ==(EntityHandle left, EntityHandle right) { throw null; } - - public static explicit operator EntityHandle(Handle handle) { throw null; } - - public static implicit operator Handle(EntityHandle handle) { throw null; } - - public static bool operator !=(EntityHandle left, EntityHandle right) { throw null; } - } - - public partial struct EventAccessors - { - private int _dummyPrimitive; - public MethodDefinitionHandle Adder { get { throw null; } } - - public MethodDefinitionHandle Raiser { get { throw null; } } - - public MethodDefinitionHandle Remover { get { throw null; } } - } - - public partial struct EventDefinition - { - private object _dummy; - private int _dummyPrimitive; - public EventAttributes Attributes { get { throw null; } } - - public StringHandle Name { get { throw null; } } - - public EntityHandle Type { get { throw null; } } - - public EventAccessors GetAccessors() { throw null; } - - public CustomAttributeHandleCollection GetCustomAttributes() { throw null; } - } - - public partial struct EventDefinitionHandle : IEquatable - { - private int _dummyPrimitive; - public bool IsNil { get { throw null; } } - - public override bool Equals(object obj) { throw null; } - - public bool Equals(EventDefinitionHandle other) { throw null; } - - public override int GetHashCode() { throw null; } - - public static bool operator ==(EventDefinitionHandle left, EventDefinitionHandle right) { throw null; } - - public static explicit operator EventDefinitionHandle(EntityHandle handle) { throw null; } - - public static explicit operator EventDefinitionHandle(Handle handle) { throw null; } - - public static implicit operator EntityHandle(EventDefinitionHandle handle) { throw null; } - - public static implicit operator Handle(EventDefinitionHandle handle) { throw null; } - - public static bool operator !=(EventDefinitionHandle left, EventDefinitionHandle right) { throw null; } - } - - public partial struct EventDefinitionHandleCollection : Collections.Generic.IReadOnlyCollection, Collections.Generic.IEnumerable, Collections.IEnumerable - { - private object _dummy; - private int _dummyPrimitive; - public int Count { get { throw null; } } - - public Enumerator GetEnumerator() { throw null; } - - Collections.Generic.IEnumerator Collections.Generic.IEnumerable.GetEnumerator() { throw null; } - - Collections.IEnumerator Collections.IEnumerable.GetEnumerator() { throw null; } - - public partial struct Enumerator : Collections.Generic.IEnumerator, Collections.IEnumerator, IDisposable - { - private object _dummy; - private int _dummyPrimitive; - public EventDefinitionHandle Current { get { throw null; } } - - object Collections.IEnumerator.Current { get { throw null; } } - - public bool MoveNext() { throw null; } - - void Collections.IEnumerator.Reset() { } - - void IDisposable.Dispose() { } - } - } - - public partial struct ExceptionRegion - { - private int _dummyPrimitive; - public EntityHandle CatchType { get { throw null; } } - - public int FilterOffset { get { throw null; } } - - public int HandlerLength { get { throw null; } } - - public int HandlerOffset { get { throw null; } } - - public ExceptionRegionKind Kind { get { throw null; } } - - public int TryLength { get { throw null; } } - - public int TryOffset { get { throw null; } } - } - - public enum ExceptionRegionKind : ushort - { - Catch = 0, - Filter = 1, - Finally = 2, - Fault = 4 - } - - public partial struct ExportedType - { - private object _dummy; - private int _dummyPrimitive; - public TypeAttributes Attributes { get { throw null; } } - - public EntityHandle Implementation { get { throw null; } } - - public bool IsForwarder { get { throw null; } } - - public StringHandle Name { get { throw null; } } - - public StringHandle Namespace { get { throw null; } } - - public NamespaceDefinitionHandle NamespaceDefinition { get { throw null; } } - - public CustomAttributeHandleCollection GetCustomAttributes() { throw null; } - } - - public partial struct ExportedTypeHandle : IEquatable - { - private int _dummyPrimitive; - public bool IsNil { get { throw null; } } - - public override bool Equals(object obj) { throw null; } - - public bool Equals(ExportedTypeHandle other) { throw null; } - - public override int GetHashCode() { throw null; } - - public static bool operator ==(ExportedTypeHandle left, ExportedTypeHandle right) { throw null; } - - public static explicit operator ExportedTypeHandle(EntityHandle handle) { throw null; } - - public static explicit operator ExportedTypeHandle(Handle handle) { throw null; } - - public static implicit operator EntityHandle(ExportedTypeHandle handle) { throw null; } - - public static implicit operator Handle(ExportedTypeHandle handle) { throw null; } - - public static bool operator !=(ExportedTypeHandle left, ExportedTypeHandle right) { throw null; } - } - - public partial struct ExportedTypeHandleCollection : Collections.Generic.IReadOnlyCollection, Collections.Generic.IEnumerable, Collections.IEnumerable - { - private int _dummyPrimitive; - public int Count { get { throw null; } } - - public Enumerator GetEnumerator() { throw null; } - - Collections.Generic.IEnumerator Collections.Generic.IEnumerable.GetEnumerator() { throw null; } - - Collections.IEnumerator Collections.IEnumerable.GetEnumerator() { throw null; } - - public partial struct Enumerator : Collections.Generic.IEnumerator, Collections.IEnumerator, IDisposable - { - private int _dummyPrimitive; - public ExportedTypeHandle Current { get { throw null; } } - - object Collections.IEnumerator.Current { get { throw null; } } - - public bool MoveNext() { throw null; } - - void Collections.IEnumerator.Reset() { } - - void IDisposable.Dispose() { } - } - } - - public partial struct FieldDefinition - { - private object _dummy; - private int _dummyPrimitive; - public FieldAttributes Attributes { get { throw null; } } - - public StringHandle Name { get { throw null; } } - - public BlobHandle Signature { get { throw null; } } - - public CustomAttributeHandleCollection GetCustomAttributes() { throw null; } - - public TypeDefinitionHandle GetDeclaringType() { throw null; } - - public ConstantHandle GetDefaultValue() { throw null; } - - public BlobHandle GetMarshallingDescriptor() { throw null; } - - public int GetOffset() { throw null; } - - public int GetRelativeVirtualAddress() { throw null; } - } - - public partial struct FieldDefinitionHandle : IEquatable - { - private int _dummyPrimitive; - public bool IsNil { get { throw null; } } - - public override bool Equals(object obj) { throw null; } - - public bool Equals(FieldDefinitionHandle other) { throw null; } - - public override int GetHashCode() { throw null; } - - public static bool operator ==(FieldDefinitionHandle left, FieldDefinitionHandle right) { throw null; } - - public static explicit operator FieldDefinitionHandle(EntityHandle handle) { throw null; } - - public static explicit operator FieldDefinitionHandle(Handle handle) { throw null; } - - public static implicit operator EntityHandle(FieldDefinitionHandle handle) { throw null; } - - public static implicit operator Handle(FieldDefinitionHandle handle) { throw null; } - - public static bool operator !=(FieldDefinitionHandle left, FieldDefinitionHandle right) { throw null; } - } - - public partial struct FieldDefinitionHandleCollection : Collections.Generic.IReadOnlyCollection, Collections.Generic.IEnumerable, Collections.IEnumerable - { - private object _dummy; - private int _dummyPrimitive; - public int Count { get { throw null; } } - - public Enumerator GetEnumerator() { throw null; } - - Collections.Generic.IEnumerator Collections.Generic.IEnumerable.GetEnumerator() { throw null; } - - Collections.IEnumerator Collections.IEnumerable.GetEnumerator() { throw null; } - - public partial struct Enumerator : Collections.Generic.IEnumerator, Collections.IEnumerator, IDisposable - { - private object _dummy; - private int _dummyPrimitive; - public FieldDefinitionHandle Current { get { throw null; } } - - object Collections.IEnumerator.Current { get { throw null; } } - - public bool MoveNext() { throw null; } - - void Collections.IEnumerator.Reset() { } - - void IDisposable.Dispose() { } - } - } - - public partial struct GenericParameter - { - private object _dummy; - private int _dummyPrimitive; - public GenericParameterAttributes Attributes { get { throw null; } } - - public int Index { get { throw null; } } - - public StringHandle Name { get { throw null; } } - - public EntityHandle Parent { get { throw null; } } - - public GenericParameterConstraintHandleCollection GetConstraints() { throw null; } - - public CustomAttributeHandleCollection GetCustomAttributes() { throw null; } - } - - public partial struct GenericParameterConstraint - { - private object _dummy; - private int _dummyPrimitive; - public GenericParameterHandle Parameter { get { throw null; } } - - public EntityHandle Type { get { throw null; } } - - public CustomAttributeHandleCollection GetCustomAttributes() { throw null; } - } - - public partial struct GenericParameterConstraintHandle : IEquatable - { - private int _dummyPrimitive; - public bool IsNil { get { throw null; } } - - public override bool Equals(object obj) { throw null; } - - public bool Equals(GenericParameterConstraintHandle other) { throw null; } - - public override int GetHashCode() { throw null; } - - public static bool operator ==(GenericParameterConstraintHandle left, GenericParameterConstraintHandle right) { throw null; } - - public static explicit operator GenericParameterConstraintHandle(EntityHandle handle) { throw null; } - - public static explicit operator GenericParameterConstraintHandle(Handle handle) { throw null; } - - public static implicit operator EntityHandle(GenericParameterConstraintHandle handle) { throw null; } - - public static implicit operator Handle(GenericParameterConstraintHandle handle) { throw null; } - - public static bool operator !=(GenericParameterConstraintHandle left, GenericParameterConstraintHandle right) { throw null; } - } - - public partial struct GenericParameterConstraintHandleCollection : Collections.Generic.IReadOnlyList, Collections.Generic.IReadOnlyCollection, Collections.Generic.IEnumerable, Collections.IEnumerable - { - private int _dummyPrimitive; - public int Count { get { throw null; } } - - public GenericParameterConstraintHandle this[int index] { get { throw null; } } - - public Enumerator GetEnumerator() { throw null; } - - Collections.Generic.IEnumerator Collections.Generic.IEnumerable.GetEnumerator() { throw null; } - - Collections.IEnumerator Collections.IEnumerable.GetEnumerator() { throw null; } - - public partial struct Enumerator : Collections.Generic.IEnumerator, Collections.IEnumerator, IDisposable - { - private int _dummyPrimitive; - public GenericParameterConstraintHandle Current { get { throw null; } } - - object Collections.IEnumerator.Current { get { throw null; } } - - public bool MoveNext() { throw null; } - - void Collections.IEnumerator.Reset() { } - - void IDisposable.Dispose() { } - } - } - - public partial struct GenericParameterHandle : IEquatable - { - private int _dummyPrimitive; - public bool IsNil { get { throw null; } } - - public override bool Equals(object obj) { throw null; } - - public bool Equals(GenericParameterHandle other) { throw null; } - - public override int GetHashCode() { throw null; } - - public static bool operator ==(GenericParameterHandle left, GenericParameterHandle right) { throw null; } - - public static explicit operator GenericParameterHandle(EntityHandle handle) { throw null; } - - public static explicit operator GenericParameterHandle(Handle handle) { throw null; } - - public static implicit operator EntityHandle(GenericParameterHandle handle) { throw null; } - - public static implicit operator Handle(GenericParameterHandle handle) { throw null; } - - public static bool operator !=(GenericParameterHandle left, GenericParameterHandle right) { throw null; } - } - - public partial struct GenericParameterHandleCollection : Collections.Generic.IReadOnlyList, Collections.Generic.IReadOnlyCollection, Collections.Generic.IEnumerable, Collections.IEnumerable - { - private int _dummyPrimitive; - public int Count { get { throw null; } } - - public GenericParameterHandle this[int index] { get { throw null; } } - - public Enumerator GetEnumerator() { throw null; } - - Collections.Generic.IEnumerator Collections.Generic.IEnumerable.GetEnumerator() { throw null; } - - Collections.IEnumerator Collections.IEnumerable.GetEnumerator() { throw null; } - - public partial struct Enumerator : Collections.Generic.IEnumerator, Collections.IEnumerator, IDisposable - { - private int _dummyPrimitive; - public GenericParameterHandle Current { get { throw null; } } - - object Collections.IEnumerator.Current { get { throw null; } } - - public bool MoveNext() { throw null; } - - void Collections.IEnumerator.Reset() { } - - void IDisposable.Dispose() { } - } - } - - public partial struct GuidHandle : IEquatable - { - private int _dummyPrimitive; - public bool IsNil { get { throw null; } } - - public override bool Equals(object obj) { throw null; } - - public bool Equals(GuidHandle other) { throw null; } - - public override int GetHashCode() { throw null; } - - public static bool operator ==(GuidHandle left, GuidHandle right) { throw null; } - - public static explicit operator GuidHandle(Handle handle) { throw null; } - - public static implicit operator Handle(GuidHandle handle) { throw null; } - - public static bool operator !=(GuidHandle left, GuidHandle right) { throw null; } - } - - public partial struct Handle : IEquatable - { - private int _dummyPrimitive; - public static readonly AssemblyDefinitionHandle AssemblyDefinition; - public static readonly ModuleDefinitionHandle ModuleDefinition; - public bool IsNil { get { throw null; } } - - public HandleKind Kind { get { throw null; } } - - public override bool Equals(object obj) { throw null; } - - public bool Equals(Handle other) { throw null; } - - public override int GetHashCode() { throw null; } - - public static bool operator ==(Handle left, Handle right) { throw null; } - - public static bool operator !=(Handle left, Handle right) { throw null; } - } - - public sealed partial class HandleComparer : Collections.Generic.IEqualityComparer, Collections.Generic.IComparer, Collections.Generic.IEqualityComparer, Collections.Generic.IComparer - { - internal HandleComparer() { } - - public static HandleComparer Default { get { throw null; } } - - public int Compare(EntityHandle x, EntityHandle y) { throw null; } - - public int Compare(Handle x, Handle y) { throw null; } - - public bool Equals(EntityHandle x, EntityHandle y) { throw null; } - - public bool Equals(Handle x, Handle y) { throw null; } - - public int GetHashCode(EntityHandle obj) { throw null; } - - public int GetHashCode(Handle obj) { throw null; } - } - - public enum HandleKind : byte - { - ModuleDefinition = 0, - TypeReference = 1, - TypeDefinition = 2, - FieldDefinition = 4, - MethodDefinition = 6, - Parameter = 8, - InterfaceImplementation = 9, - MemberReference = 10, - Constant = 11, - CustomAttribute = 12, - DeclarativeSecurityAttribute = 14, - StandaloneSignature = 17, - EventDefinition = 20, - PropertyDefinition = 23, - MethodImplementation = 25, - ModuleReference = 26, - TypeSpecification = 27, - AssemblyDefinition = 32, - AssemblyReference = 35, - AssemblyFile = 38, - ExportedType = 39, - ManifestResource = 40, - GenericParameter = 42, - MethodSpecification = 43, - GenericParameterConstraint = 44, - Document = 48, - MethodDebugInformation = 49, - LocalScope = 50, - LocalVariable = 51, - LocalConstant = 52, - ImportScope = 53, - CustomDebugInformation = 55, - UserString = 112, - Blob = 113, - Guid = 114, - String = 120, - NamespaceDefinition = 124 - } - - public partial struct ImportDefinition - { - private int _dummyPrimitive; - public BlobHandle Alias { get { throw null; } } - - public ImportDefinitionKind Kind { get { throw null; } } - - public AssemblyReferenceHandle TargetAssembly { get { throw null; } } - - public BlobHandle TargetNamespace { get { throw null; } } - - public EntityHandle TargetType { get { throw null; } } - } - - public partial struct ImportDefinitionCollection : Collections.Generic.IEnumerable, Collections.IEnumerable - { - private object _dummy; - private int _dummyPrimitive; - public Enumerator GetEnumerator() { throw null; } - - Collections.Generic.IEnumerator Collections.Generic.IEnumerable.GetEnumerator() { throw null; } - - Collections.IEnumerator Collections.IEnumerable.GetEnumerator() { throw null; } - - public partial struct Enumerator : Collections.Generic.IEnumerator, Collections.IEnumerator, IDisposable - { - private int _dummyPrimitive; - public ImportDefinition Current { get { throw null; } } - - object Collections.IEnumerator.Current { get { throw null; } } - - public bool MoveNext() { throw null; } - - public void Reset() { } - - void IDisposable.Dispose() { } - } - } - - public enum ImportDefinitionKind - { - ImportNamespace = 1, - ImportAssemblyNamespace = 2, - ImportType = 3, - ImportXmlNamespace = 4, - ImportAssemblyReferenceAlias = 5, - AliasAssemblyReference = 6, - AliasNamespace = 7, - AliasAssemblyNamespace = 8, - AliasType = 9 - } - - public partial struct ImportScope - { - private object _dummy; - private int _dummyPrimitive; - public BlobHandle ImportsBlob { get { throw null; } } - - public ImportScopeHandle Parent { get { throw null; } } - - public ImportDefinitionCollection GetImports() { throw null; } - } - - public partial struct ImportScopeCollection : Collections.Generic.IReadOnlyCollection, Collections.Generic.IEnumerable, Collections.IEnumerable - { - private object _dummy; - private int _dummyPrimitive; - public int Count { get { throw null; } } - - public Enumerator GetEnumerator() { throw null; } - - Collections.Generic.IEnumerator Collections.Generic.IEnumerable.GetEnumerator() { throw null; } - - Collections.IEnumerator Collections.IEnumerable.GetEnumerator() { throw null; } - - public partial struct Enumerator : Collections.Generic.IEnumerator, Collections.IEnumerator, IDisposable - { - private object _dummy; - private int _dummyPrimitive; - public ImportScopeHandle Current { get { throw null; } } - - object Collections.IEnumerator.Current { get { throw null; } } - - public bool MoveNext() { throw null; } - - void Collections.IEnumerator.Reset() { } - - void IDisposable.Dispose() { } - } - } - - public partial struct ImportScopeHandle : IEquatable - { - private int _dummyPrimitive; - public bool IsNil { get { throw null; } } - - public override bool Equals(object obj) { throw null; } - - public bool Equals(ImportScopeHandle other) { throw null; } - - public override int GetHashCode() { throw null; } - - public static bool operator ==(ImportScopeHandle left, ImportScopeHandle right) { throw null; } - - public static explicit operator ImportScopeHandle(EntityHandle handle) { throw null; } - - public static explicit operator ImportScopeHandle(Handle handle) { throw null; } - - public static implicit operator EntityHandle(ImportScopeHandle handle) { throw null; } - - public static implicit operator Handle(ImportScopeHandle handle) { throw null; } - - public static bool operator !=(ImportScopeHandle left, ImportScopeHandle right) { throw null; } - } - - public partial struct InterfaceImplementation - { - private object _dummy; - private int _dummyPrimitive; - public EntityHandle Interface { get { throw null; } } - - public CustomAttributeHandleCollection GetCustomAttributes() { throw null; } - } - - public partial struct InterfaceImplementationHandle : IEquatable - { - private int _dummyPrimitive; - public bool IsNil { get { throw null; } } - - public override bool Equals(object obj) { throw null; } - - public bool Equals(InterfaceImplementationHandle other) { throw null; } - - public override int GetHashCode() { throw null; } - - public static bool operator ==(InterfaceImplementationHandle left, InterfaceImplementationHandle right) { throw null; } - - public static explicit operator InterfaceImplementationHandle(EntityHandle handle) { throw null; } - - public static explicit operator InterfaceImplementationHandle(Handle handle) { throw null; } - - public static implicit operator EntityHandle(InterfaceImplementationHandle handle) { throw null; } - - public static implicit operator Handle(InterfaceImplementationHandle handle) { throw null; } - - public static bool operator !=(InterfaceImplementationHandle left, InterfaceImplementationHandle right) { throw null; } - } - - public partial struct InterfaceImplementationHandleCollection : Collections.Generic.IReadOnlyCollection, Collections.Generic.IEnumerable, Collections.IEnumerable - { - private object _dummy; - private int _dummyPrimitive; - public int Count { get { throw null; } } - - public Enumerator GetEnumerator() { throw null; } - - Collections.Generic.IEnumerator Collections.Generic.IEnumerable.GetEnumerator() { throw null; } - - Collections.IEnumerator Collections.IEnumerable.GetEnumerator() { throw null; } - - public partial struct Enumerator : Collections.Generic.IEnumerator, Collections.IEnumerator, IDisposable - { - private object _dummy; - private int _dummyPrimitive; - public InterfaceImplementationHandle Current { get { throw null; } } - - object Collections.IEnumerator.Current { get { throw null; } } - - public bool MoveNext() { throw null; } - - void Collections.IEnumerator.Reset() { } - - void IDisposable.Dispose() { } - } - } - - public partial struct LocalConstant - { - private object _dummy; - private int _dummyPrimitive; - public StringHandle Name { get { throw null; } } - - public BlobHandle Signature { get { throw null; } } - } - - public partial struct LocalConstantHandle : IEquatable - { - private int _dummyPrimitive; - public bool IsNil { get { throw null; } } - - public override bool Equals(object obj) { throw null; } - - public bool Equals(LocalConstantHandle other) { throw null; } - - public override int GetHashCode() { throw null; } - - public static bool operator ==(LocalConstantHandle left, LocalConstantHandle right) { throw null; } - - public static explicit operator LocalConstantHandle(EntityHandle handle) { throw null; } - - public static explicit operator LocalConstantHandle(Handle handle) { throw null; } - - public static implicit operator EntityHandle(LocalConstantHandle handle) { throw null; } - - public static implicit operator Handle(LocalConstantHandle handle) { throw null; } - - public static bool operator !=(LocalConstantHandle left, LocalConstantHandle right) { throw null; } - } - - public partial struct LocalConstantHandleCollection : Collections.Generic.IReadOnlyCollection, Collections.Generic.IEnumerable, Collections.IEnumerable - { - private object _dummy; - private int _dummyPrimitive; - public int Count { get { throw null; } } - - public Enumerator GetEnumerator() { throw null; } - - Collections.Generic.IEnumerator Collections.Generic.IEnumerable.GetEnumerator() { throw null; } - - Collections.IEnumerator Collections.IEnumerable.GetEnumerator() { throw null; } - - public partial struct Enumerator : Collections.Generic.IEnumerator, Collections.IEnumerator, IDisposable - { - private object _dummy; - private int _dummyPrimitive; - public LocalConstantHandle Current { get { throw null; } } - - object Collections.IEnumerator.Current { get { throw null; } } - - public bool MoveNext() { throw null; } - - void Collections.IEnumerator.Reset() { } - - void IDisposable.Dispose() { } - } - } - - public partial struct LocalScope - { - private object _dummy; - private int _dummyPrimitive; - public int EndOffset { get { throw null; } } - - public ImportScopeHandle ImportScope { get { throw null; } } - - public int Length { get { throw null; } } - - public MethodDefinitionHandle Method { get { throw null; } } - - public int StartOffset { get { throw null; } } - - public LocalScopeHandleCollection.ChildrenEnumerator GetChildren() { throw null; } - - public LocalConstantHandleCollection GetLocalConstants() { throw null; } - - public LocalVariableHandleCollection GetLocalVariables() { throw null; } - } - - public partial struct LocalScopeHandle : IEquatable - { - private int _dummyPrimitive; - public bool IsNil { get { throw null; } } - - public override bool Equals(object obj) { throw null; } - - public bool Equals(LocalScopeHandle other) { throw null; } - - public override int GetHashCode() { throw null; } - - public static bool operator ==(LocalScopeHandle left, LocalScopeHandle right) { throw null; } - - public static explicit operator LocalScopeHandle(EntityHandle handle) { throw null; } - - public static explicit operator LocalScopeHandle(Handle handle) { throw null; } - - public static implicit operator EntityHandle(LocalScopeHandle handle) { throw null; } - - public static implicit operator Handle(LocalScopeHandle handle) { throw null; } - - public static bool operator !=(LocalScopeHandle left, LocalScopeHandle right) { throw null; } - } - - public partial struct LocalScopeHandleCollection : Collections.Generic.IReadOnlyCollection, Collections.Generic.IEnumerable, Collections.IEnumerable - { - private object _dummy; - private int _dummyPrimitive; - public int Count { get { throw null; } } - - public Enumerator GetEnumerator() { throw null; } - - Collections.Generic.IEnumerator Collections.Generic.IEnumerable.GetEnumerator() { throw null; } - - Collections.IEnumerator Collections.IEnumerable.GetEnumerator() { throw null; } - - public partial struct ChildrenEnumerator : Collections.Generic.IEnumerator, Collections.IEnumerator, IDisposable - { - private object _dummy; - private int _dummyPrimitive; - public LocalScopeHandle Current { get { throw null; } } - - object Collections.IEnumerator.Current { get { throw null; } } - - public bool MoveNext() { throw null; } - - void Collections.IEnumerator.Reset() { } - - void IDisposable.Dispose() { } - } - - public partial struct Enumerator : Collections.Generic.IEnumerator, Collections.IEnumerator, IDisposable - { - private object _dummy; - private int _dummyPrimitive; - public LocalScopeHandle Current { get { throw null; } } - - object Collections.IEnumerator.Current { get { throw null; } } - - public bool MoveNext() { throw null; } - - void Collections.IEnumerator.Reset() { } - - void IDisposable.Dispose() { } - } - } - - public partial struct LocalVariable - { - private object _dummy; - private int _dummyPrimitive; - public LocalVariableAttributes Attributes { get { throw null; } } - - public int Index { get { throw null; } } - - public StringHandle Name { get { throw null; } } - } - - [Flags] - public enum LocalVariableAttributes - { - None = 0, - DebuggerHidden = 1 - } - - public partial struct LocalVariableHandle : IEquatable - { - private int _dummyPrimitive; - public bool IsNil { get { throw null; } } - - public override bool Equals(object obj) { throw null; } - - public bool Equals(LocalVariableHandle other) { throw null; } - - public override int GetHashCode() { throw null; } - - public static bool operator ==(LocalVariableHandle left, LocalVariableHandle right) { throw null; } - - public static explicit operator LocalVariableHandle(EntityHandle handle) { throw null; } - - public static explicit operator LocalVariableHandle(Handle handle) { throw null; } - - public static implicit operator EntityHandle(LocalVariableHandle handle) { throw null; } - - public static implicit operator Handle(LocalVariableHandle handle) { throw null; } - - public static bool operator !=(LocalVariableHandle left, LocalVariableHandle right) { throw null; } - } - - public partial struct LocalVariableHandleCollection : Collections.Generic.IReadOnlyCollection, Collections.Generic.IEnumerable, Collections.IEnumerable - { - private object _dummy; - private int _dummyPrimitive; - public int Count { get { throw null; } } - - public Enumerator GetEnumerator() { throw null; } - - Collections.Generic.IEnumerator Collections.Generic.IEnumerable.GetEnumerator() { throw null; } - - Collections.IEnumerator Collections.IEnumerable.GetEnumerator() { throw null; } - - public partial struct Enumerator : Collections.Generic.IEnumerator, Collections.IEnumerator, IDisposable - { - private object _dummy; - private int _dummyPrimitive; - public LocalVariableHandle Current { get { throw null; } } - - object Collections.IEnumerator.Current { get { throw null; } } - - public bool MoveNext() { throw null; } - - void Collections.IEnumerator.Reset() { } - - void IDisposable.Dispose() { } - } - } - - public partial struct ManifestResource - { - private object _dummy; - private int _dummyPrimitive; - public ManifestResourceAttributes Attributes { get { throw null; } } - - public EntityHandle Implementation { get { throw null; } } - - public StringHandle Name { get { throw null; } } - - public long Offset { get { throw null; } } - - public CustomAttributeHandleCollection GetCustomAttributes() { throw null; } - } - - public partial struct ManifestResourceHandle : IEquatable - { - private int _dummyPrimitive; - public bool IsNil { get { throw null; } } - - public override bool Equals(object obj) { throw null; } - - public bool Equals(ManifestResourceHandle other) { throw null; } - - public override int GetHashCode() { throw null; } - - public static bool operator ==(ManifestResourceHandle left, ManifestResourceHandle right) { throw null; } - - public static explicit operator ManifestResourceHandle(EntityHandle handle) { throw null; } - - public static explicit operator ManifestResourceHandle(Handle handle) { throw null; } - - public static implicit operator EntityHandle(ManifestResourceHandle handle) { throw null; } - - public static implicit operator Handle(ManifestResourceHandle handle) { throw null; } - - public static bool operator !=(ManifestResourceHandle left, ManifestResourceHandle right) { throw null; } - } - - public partial struct ManifestResourceHandleCollection : Collections.Generic.IReadOnlyCollection, Collections.Generic.IEnumerable, Collections.IEnumerable - { - private int _dummyPrimitive; - public int Count { get { throw null; } } - - public Enumerator GetEnumerator() { throw null; } - - Collections.Generic.IEnumerator Collections.Generic.IEnumerable.GetEnumerator() { throw null; } - - Collections.IEnumerator Collections.IEnumerable.GetEnumerator() { throw null; } - - public partial struct Enumerator : Collections.Generic.IEnumerator, Collections.IEnumerator, IDisposable - { - private int _dummyPrimitive; - public ManifestResourceHandle Current { get { throw null; } } - - object Collections.IEnumerator.Current { get { throw null; } } - - public bool MoveNext() { throw null; } - - void Collections.IEnumerator.Reset() { } - - void IDisposable.Dispose() { } - } - } - - public partial struct MemberReference - { - private object _dummy; - private int _dummyPrimitive; - public StringHandle Name { get { throw null; } } - - public EntityHandle Parent { get { throw null; } } - - public BlobHandle Signature { get { throw null; } } - - public CustomAttributeHandleCollection GetCustomAttributes() { throw null; } - - public MemberReferenceKind GetKind() { throw null; } - } - - public partial struct MemberReferenceHandle : IEquatable - { - private int _dummyPrimitive; - public bool IsNil { get { throw null; } } - - public override bool Equals(object obj) { throw null; } - - public bool Equals(MemberReferenceHandle other) { throw null; } - - public override int GetHashCode() { throw null; } - - public static bool operator ==(MemberReferenceHandle left, MemberReferenceHandle right) { throw null; } - - public static explicit operator MemberReferenceHandle(EntityHandle handle) { throw null; } - - public static explicit operator MemberReferenceHandle(Handle handle) { throw null; } - - public static implicit operator EntityHandle(MemberReferenceHandle handle) { throw null; } - - public static implicit operator Handle(MemberReferenceHandle handle) { throw null; } - - public static bool operator !=(MemberReferenceHandle left, MemberReferenceHandle right) { throw null; } - } - - public partial struct MemberReferenceHandleCollection : Collections.Generic.IReadOnlyCollection, Collections.Generic.IEnumerable, Collections.IEnumerable - { - private int _dummyPrimitive; - public int Count { get { throw null; } } - - public Enumerator GetEnumerator() { throw null; } - - Collections.Generic.IEnumerator Collections.Generic.IEnumerable.GetEnumerator() { throw null; } - - Collections.IEnumerator Collections.IEnumerable.GetEnumerator() { throw null; } - - public partial struct Enumerator : Collections.Generic.IEnumerator, Collections.IEnumerator, IDisposable - { - private int _dummyPrimitive; - public MemberReferenceHandle Current { get { throw null; } } - - object Collections.IEnumerator.Current { get { throw null; } } - - public bool MoveNext() { throw null; } - - void Collections.IEnumerator.Reset() { } - - void IDisposable.Dispose() { } - } - } - - public enum MemberReferenceKind - { - Method = 0, - Field = 1 - } - - public enum MetadataKind - { - Ecma335 = 0, - WindowsMetadata = 1, - ManagedWindowsMetadata = 2 - } - - public sealed partial class MetadataReader - { - public unsafe MetadataReader(byte* metadata, int length, MetadataReaderOptions options, MetadataStringDecoder utf8Decoder) { } - - public unsafe MetadataReader(byte* metadata, int length, MetadataReaderOptions options) { } - - public unsafe MetadataReader(byte* metadata, int length) { } - - public AssemblyFileHandleCollection AssemblyFiles { get { throw null; } } - - public AssemblyReferenceHandleCollection AssemblyReferences { get { throw null; } } - - public CustomAttributeHandleCollection CustomAttributes { get { throw null; } } - - public CustomDebugInformationHandleCollection CustomDebugInformation { get { throw null; } } - - public DebugMetadataHeader DebugMetadataHeader { get { throw null; } } - - public DeclarativeSecurityAttributeHandleCollection DeclarativeSecurityAttributes { get { throw null; } } - - public DocumentHandleCollection Documents { get { throw null; } } - - public EventDefinitionHandleCollection EventDefinitions { get { throw null; } } - - public ExportedTypeHandleCollection ExportedTypes { get { throw null; } } - - public FieldDefinitionHandleCollection FieldDefinitions { get { throw null; } } - - public ImportScopeCollection ImportScopes { get { throw null; } } - - public bool IsAssembly { get { throw null; } } - - public LocalConstantHandleCollection LocalConstants { get { throw null; } } - - public LocalScopeHandleCollection LocalScopes { get { throw null; } } - - public LocalVariableHandleCollection LocalVariables { get { throw null; } } - - public ManifestResourceHandleCollection ManifestResources { get { throw null; } } - - public MemberReferenceHandleCollection MemberReferences { get { throw null; } } - - public MetadataKind MetadataKind { get { throw null; } } - - public string MetadataVersion { get { throw null; } } - - public MethodDebugInformationHandleCollection MethodDebugInformation { get { throw null; } } - - public MethodDefinitionHandleCollection MethodDefinitions { get { throw null; } } - - public MetadataReaderOptions Options { get { throw null; } } - - public PropertyDefinitionHandleCollection PropertyDefinitions { get { throw null; } } - - public MetadataStringComparer StringComparer { get { throw null; } } - - public TypeDefinitionHandleCollection TypeDefinitions { get { throw null; } } - - public TypeReferenceHandleCollection TypeReferences { get { throw null; } } - - public AssemblyDefinition GetAssemblyDefinition() { throw null; } - - public AssemblyFile GetAssemblyFile(AssemblyFileHandle handle) { throw null; } - - public AssemblyReference GetAssemblyReference(AssemblyReferenceHandle handle) { throw null; } - - public byte[] GetBlobBytes(BlobHandle handle) { throw null; } - - public Collections.Immutable.ImmutableArray GetBlobContent(BlobHandle handle) { throw null; } - - public BlobReader GetBlobReader(BlobHandle handle) { throw null; } - - public Constant GetConstant(ConstantHandle handle) { throw null; } - - public CustomAttribute GetCustomAttribute(CustomAttributeHandle handle) { throw null; } - - public CustomAttributeHandleCollection GetCustomAttributes(EntityHandle handle) { throw null; } - - public CustomDebugInformation GetCustomDebugInformation(CustomDebugInformationHandle handle) { throw null; } - - public CustomDebugInformationHandleCollection GetCustomDebugInformation(EntityHandle handle) { throw null; } - - public DeclarativeSecurityAttribute GetDeclarativeSecurityAttribute(DeclarativeSecurityAttributeHandle handle) { throw null; } - - public Document GetDocument(DocumentHandle handle) { throw null; } - - public EventDefinition GetEventDefinition(EventDefinitionHandle handle) { throw null; } - - public ExportedType GetExportedType(ExportedTypeHandle handle) { throw null; } - - public FieldDefinition GetFieldDefinition(FieldDefinitionHandle handle) { throw null; } - - public GenericParameter GetGenericParameter(GenericParameterHandle handle) { throw null; } - - public GenericParameterConstraint GetGenericParameterConstraint(GenericParameterConstraintHandle handle) { throw null; } - - public Guid GetGuid(GuidHandle handle) { throw null; } - - public ImportScope GetImportScope(ImportScopeHandle handle) { throw null; } - - public InterfaceImplementation GetInterfaceImplementation(InterfaceImplementationHandle handle) { throw null; } - - public LocalConstant GetLocalConstant(LocalConstantHandle handle) { throw null; } - - public LocalScope GetLocalScope(LocalScopeHandle handle) { throw null; } - - public LocalScopeHandleCollection GetLocalScopes(MethodDebugInformationHandle handle) { throw null; } - - public LocalScopeHandleCollection GetLocalScopes(MethodDefinitionHandle handle) { throw null; } - - public LocalVariable GetLocalVariable(LocalVariableHandle handle) { throw null; } - - public ManifestResource GetManifestResource(ManifestResourceHandle handle) { throw null; } - - public MemberReference GetMemberReference(MemberReferenceHandle handle) { throw null; } - - public MethodDebugInformation GetMethodDebugInformation(MethodDebugInformationHandle handle) { throw null; } - - public MethodDebugInformation GetMethodDebugInformation(MethodDefinitionHandle handle) { throw null; } - - public MethodDefinition GetMethodDefinition(MethodDefinitionHandle handle) { throw null; } - - public MethodImplementation GetMethodImplementation(MethodImplementationHandle handle) { throw null; } - - public MethodSpecification GetMethodSpecification(MethodSpecificationHandle handle) { throw null; } - - public ModuleDefinition GetModuleDefinition() { throw null; } - - public ModuleReference GetModuleReference(ModuleReferenceHandle handle) { throw null; } - - public NamespaceDefinition GetNamespaceDefinition(NamespaceDefinitionHandle handle) { throw null; } - - public NamespaceDefinition GetNamespaceDefinitionRoot() { throw null; } - - public Parameter GetParameter(ParameterHandle handle) { throw null; } - - public PropertyDefinition GetPropertyDefinition(PropertyDefinitionHandle handle) { throw null; } - - public StandaloneSignature GetStandaloneSignature(StandaloneSignatureHandle handle) { throw null; } - - public string GetString(DocumentNameBlobHandle handle) { throw null; } - - public string GetString(NamespaceDefinitionHandle handle) { throw null; } - - public string GetString(StringHandle handle) { throw null; } - - public TypeDefinition GetTypeDefinition(TypeDefinitionHandle handle) { throw null; } - - public TypeReference GetTypeReference(TypeReferenceHandle handle) { throw null; } - - public TypeSpecification GetTypeSpecification(TypeSpecificationHandle handle) { throw null; } - - public string GetUserString(UserStringHandle handle) { throw null; } - } - - [Flags] - public enum MetadataReaderOptions - { - None = 0, - ApplyWindowsRuntimeProjections = 1, - Default = 1 - } - - public sealed partial class MetadataReaderProvider : IDisposable - { - internal MetadataReaderProvider() { } - - public void Dispose() { } - - public static unsafe MetadataReaderProvider FromMetadataImage(byte* start, int size) { throw null; } - - public static MetadataReaderProvider FromMetadataImage(Collections.Immutable.ImmutableArray image) { throw null; } - - public static MetadataReaderProvider FromMetadataStream(IO.Stream stream, MetadataStreamOptions options = MetadataStreamOptions.Default, int size = 0) { throw null; } - - public static unsafe MetadataReaderProvider FromPortablePdbImage(byte* start, int size) { throw null; } - - public static MetadataReaderProvider FromPortablePdbImage(Collections.Immutable.ImmutableArray image) { throw null; } - - public static MetadataReaderProvider FromPortablePdbStream(IO.Stream stream, MetadataStreamOptions options = MetadataStreamOptions.Default, int size = 0) { throw null; } - - public MetadataReader GetMetadataReader(MetadataReaderOptions options = MetadataReaderOptions.ApplyWindowsRuntimeProjections, MetadataStringDecoder utf8Decoder = null) { throw null; } - } - - [Flags] - public enum MetadataStreamOptions - { - Default = 0, - LeaveOpen = 1, - PrefetchMetadata = 2 - } - - public partial struct MetadataStringComparer - { - private object _dummy; - private int _dummyPrimitive; - public bool Equals(DocumentNameBlobHandle handle, string value, bool ignoreCase) { throw null; } - - public bool Equals(DocumentNameBlobHandle handle, string value) { throw null; } - - public bool Equals(NamespaceDefinitionHandle handle, string value, bool ignoreCase) { throw null; } - - public bool Equals(NamespaceDefinitionHandle handle, string value) { throw null; } - - public bool Equals(StringHandle handle, string value, bool ignoreCase) { throw null; } - - public bool Equals(StringHandle handle, string value) { throw null; } - - public bool StartsWith(StringHandle handle, string value, bool ignoreCase) { throw null; } - - public bool StartsWith(StringHandle handle, string value) { throw null; } - } - - public partial class MetadataStringDecoder - { - public MetadataStringDecoder(Text.Encoding encoding) { } - - public static MetadataStringDecoder DefaultUTF8 { get { throw null; } } - - public Text.Encoding Encoding { get { throw null; } } - - public virtual unsafe string GetString(byte* bytes, int byteCount) { throw null; } - } - - public sealed partial class MethodBodyBlock - { - internal MethodBodyBlock() { } - - public Collections.Immutable.ImmutableArray ExceptionRegions { get { throw null; } } - - public StandaloneSignatureHandle LocalSignature { get { throw null; } } - - public bool LocalVariablesInitialized { get { throw null; } } - - public int MaxStack { get { throw null; } } - - public int Size { get { throw null; } } - - public static MethodBodyBlock Create(BlobReader reader) { throw null; } - - public byte[] GetILBytes() { throw null; } - - public Collections.Immutable.ImmutableArray GetILContent() { throw null; } - - public BlobReader GetILReader() { throw null; } - } - - public partial struct MethodDebugInformation - { - private object _dummy; - private int _dummyPrimitive; - public DocumentHandle Document { get { throw null; } } - - public StandaloneSignatureHandle LocalSignature { get { throw null; } } - - public BlobHandle SequencePointsBlob { get { throw null; } } - - public SequencePointCollection GetSequencePoints() { throw null; } - - public MethodDefinitionHandle GetStateMachineKickoffMethod() { throw null; } - } - - public partial struct MethodDebugInformationHandle : IEquatable - { - private int _dummyPrimitive; - public bool IsNil { get { throw null; } } - - public override bool Equals(object obj) { throw null; } - - public bool Equals(MethodDebugInformationHandle other) { throw null; } - - public override int GetHashCode() { throw null; } - - public static bool operator ==(MethodDebugInformationHandle left, MethodDebugInformationHandle right) { throw null; } - - public static explicit operator MethodDebugInformationHandle(EntityHandle handle) { throw null; } - - public static explicit operator MethodDebugInformationHandle(Handle handle) { throw null; } - - public static implicit operator EntityHandle(MethodDebugInformationHandle handle) { throw null; } - - public static implicit operator Handle(MethodDebugInformationHandle handle) { throw null; } - - public static bool operator !=(MethodDebugInformationHandle left, MethodDebugInformationHandle right) { throw null; } - - public MethodDefinitionHandle ToDefinitionHandle() { throw null; } - } - - public partial struct MethodDebugInformationHandleCollection : Collections.Generic.IReadOnlyCollection, Collections.Generic.IEnumerable, Collections.IEnumerable - { - private object _dummy; - private int _dummyPrimitive; - public int Count { get { throw null; } } - - public Enumerator GetEnumerator() { throw null; } - - Collections.Generic.IEnumerator Collections.Generic.IEnumerable.GetEnumerator() { throw null; } - - Collections.IEnumerator Collections.IEnumerable.GetEnumerator() { throw null; } - - public partial struct Enumerator : Collections.Generic.IEnumerator, Collections.IEnumerator, IDisposable - { - private object _dummy; - private int _dummyPrimitive; - public MethodDebugInformationHandle Current { get { throw null; } } - - object Collections.IEnumerator.Current { get { throw null; } } - - public bool MoveNext() { throw null; } - - void Collections.IEnumerator.Reset() { } - - void IDisposable.Dispose() { } - } - } - - public partial struct MethodDefinition - { - private object _dummy; - private int _dummyPrimitive; - public MethodAttributes Attributes { get { throw null; } } - - public MethodImplAttributes ImplAttributes { get { throw null; } } - - public StringHandle Name { get { throw null; } } - - public int RelativeVirtualAddress { get { throw null; } } - - public BlobHandle Signature { get { throw null; } } - - public CustomAttributeHandleCollection GetCustomAttributes() { throw null; } - - public DeclarativeSecurityAttributeHandleCollection GetDeclarativeSecurityAttributes() { throw null; } - - public TypeDefinitionHandle GetDeclaringType() { throw null; } - - public GenericParameterHandleCollection GetGenericParameters() { throw null; } - - public MethodImport GetImport() { throw null; } - - public ParameterHandleCollection GetParameters() { throw null; } - } - - public partial struct MethodDefinitionHandle : IEquatable - { - private int _dummyPrimitive; - public bool IsNil { get { throw null; } } - - public override bool Equals(object obj) { throw null; } - - public bool Equals(MethodDefinitionHandle other) { throw null; } - - public override int GetHashCode() { throw null; } - - public static bool operator ==(MethodDefinitionHandle left, MethodDefinitionHandle right) { throw null; } - - public static explicit operator MethodDefinitionHandle(EntityHandle handle) { throw null; } - - public static explicit operator MethodDefinitionHandle(Handle handle) { throw null; } - - public static implicit operator EntityHandle(MethodDefinitionHandle handle) { throw null; } - - public static implicit operator Handle(MethodDefinitionHandle handle) { throw null; } - - public static bool operator !=(MethodDefinitionHandle left, MethodDefinitionHandle right) { throw null; } - - public MethodDebugInformationHandle ToDebugInformationHandle() { throw null; } - } - - public partial struct MethodDefinitionHandleCollection : Collections.Generic.IReadOnlyCollection, Collections.Generic.IEnumerable, Collections.IEnumerable - { - private object _dummy; - private int _dummyPrimitive; - public int Count { get { throw null; } } - - public Enumerator GetEnumerator() { throw null; } - - Collections.Generic.IEnumerator Collections.Generic.IEnumerable.GetEnumerator() { throw null; } - - Collections.IEnumerator Collections.IEnumerable.GetEnumerator() { throw null; } - - public partial struct Enumerator : Collections.Generic.IEnumerator, Collections.IEnumerator, IDisposable - { - private object _dummy; - private int _dummyPrimitive; - public MethodDefinitionHandle Current { get { throw null; } } - - object Collections.IEnumerator.Current { get { throw null; } } - - public bool MoveNext() { throw null; } - - void Collections.IEnumerator.Reset() { } - - void IDisposable.Dispose() { } - } - } - - public partial struct MethodImplementation - { - private object _dummy; - private int _dummyPrimitive; - public EntityHandle MethodBody { get { throw null; } } - - public EntityHandle MethodDeclaration { get { throw null; } } - - public TypeDefinitionHandle Type { get { throw null; } } - - public CustomAttributeHandleCollection GetCustomAttributes() { throw null; } - } - - public partial struct MethodImplementationHandle : IEquatable - { - private int _dummyPrimitive; - public bool IsNil { get { throw null; } } - - public override bool Equals(object obj) { throw null; } - - public bool Equals(MethodImplementationHandle other) { throw null; } - - public override int GetHashCode() { throw null; } - - public static bool operator ==(MethodImplementationHandle left, MethodImplementationHandle right) { throw null; } - - public static explicit operator MethodImplementationHandle(EntityHandle handle) { throw null; } - - public static explicit operator MethodImplementationHandle(Handle handle) { throw null; } - - public static implicit operator EntityHandle(MethodImplementationHandle handle) { throw null; } - - public static implicit operator Handle(MethodImplementationHandle handle) { throw null; } - - public static bool operator !=(MethodImplementationHandle left, MethodImplementationHandle right) { throw null; } - } - - public partial struct MethodImplementationHandleCollection : Collections.Generic.IReadOnlyCollection, Collections.Generic.IEnumerable, Collections.IEnumerable - { - private int _dummyPrimitive; - public int Count { get { throw null; } } - - public Enumerator GetEnumerator() { throw null; } - - Collections.Generic.IEnumerator Collections.Generic.IEnumerable.GetEnumerator() { throw null; } - - Collections.IEnumerator Collections.IEnumerable.GetEnumerator() { throw null; } - - public partial struct Enumerator : Collections.Generic.IEnumerator, Collections.IEnumerator, IDisposable - { - private int _dummyPrimitive; - public MethodImplementationHandle Current { get { throw null; } } - - object Collections.IEnumerator.Current { get { throw null; } } - - public bool MoveNext() { throw null; } - - void Collections.IEnumerator.Reset() { } - - void IDisposable.Dispose() { } - } - } - - public partial struct MethodImport - { - private int _dummyPrimitive; - public MethodImportAttributes Attributes { get { throw null; } } - - public ModuleReferenceHandle Module { get { throw null; } } - - public StringHandle Name { get { throw null; } } - } - - public partial struct MethodSpecification - { - private object _dummy; - private int _dummyPrimitive; - public EntityHandle Method { get { throw null; } } - - public BlobHandle Signature { get { throw null; } } - - public CustomAttributeHandleCollection GetCustomAttributes() { throw null; } - } - - public partial struct MethodSpecificationHandle : IEquatable - { - private int _dummyPrimitive; - public bool IsNil { get { throw null; } } - - public override bool Equals(object obj) { throw null; } - - public bool Equals(MethodSpecificationHandle other) { throw null; } - - public override int GetHashCode() { throw null; } - - public static bool operator ==(MethodSpecificationHandle left, MethodSpecificationHandle right) { throw null; } - - public static explicit operator MethodSpecificationHandle(EntityHandle handle) { throw null; } - - public static explicit operator MethodSpecificationHandle(Handle handle) { throw null; } - - public static implicit operator EntityHandle(MethodSpecificationHandle handle) { throw null; } - - public static implicit operator Handle(MethodSpecificationHandle handle) { throw null; } - - public static bool operator !=(MethodSpecificationHandle left, MethodSpecificationHandle right) { throw null; } - } - - public partial struct ModuleDefinition - { - private object _dummy; - private int _dummyPrimitive; - public GuidHandle BaseGenerationId { get { throw null; } } - - public int Generation { get { throw null; } } - - public GuidHandle GenerationId { get { throw null; } } - - public GuidHandle Mvid { get { throw null; } } - - public StringHandle Name { get { throw null; } } - } - - public partial struct ModuleDefinitionHandle : IEquatable - { - private int _dummyPrimitive; - public bool IsNil { get { throw null; } } - - public override bool Equals(object obj) { throw null; } - - public bool Equals(ModuleDefinitionHandle other) { throw null; } - - public override int GetHashCode() { throw null; } - - public static bool operator ==(ModuleDefinitionHandle left, ModuleDefinitionHandle right) { throw null; } - - public static explicit operator ModuleDefinitionHandle(EntityHandle handle) { throw null; } - - public static explicit operator ModuleDefinitionHandle(Handle handle) { throw null; } - - public static implicit operator EntityHandle(ModuleDefinitionHandle handle) { throw null; } - - public static implicit operator Handle(ModuleDefinitionHandle handle) { throw null; } - - public static bool operator !=(ModuleDefinitionHandle left, ModuleDefinitionHandle right) { throw null; } - } - - public partial struct ModuleReference - { - private object _dummy; - private int _dummyPrimitive; - public StringHandle Name { get { throw null; } } - - public CustomAttributeHandleCollection GetCustomAttributes() { throw null; } - } - - public partial struct ModuleReferenceHandle : IEquatable - { - private int _dummyPrimitive; - public bool IsNil { get { throw null; } } - - public override bool Equals(object obj) { throw null; } - - public bool Equals(ModuleReferenceHandle other) { throw null; } - - public override int GetHashCode() { throw null; } - - public static bool operator ==(ModuleReferenceHandle left, ModuleReferenceHandle right) { throw null; } - - public static explicit operator ModuleReferenceHandle(EntityHandle handle) { throw null; } - - public static explicit operator ModuleReferenceHandle(Handle handle) { throw null; } - - public static implicit operator EntityHandle(ModuleReferenceHandle handle) { throw null; } - - public static implicit operator Handle(ModuleReferenceHandle handle) { throw null; } - - public static bool operator !=(ModuleReferenceHandle left, ModuleReferenceHandle right) { throw null; } - } - - public partial struct NamespaceDefinition - { - private object _dummy; - private int _dummyPrimitive; - public Collections.Immutable.ImmutableArray ExportedTypes { get { throw null; } } - - public StringHandle Name { get { throw null; } } - - public Collections.Immutable.ImmutableArray NamespaceDefinitions { get { throw null; } } - - public NamespaceDefinitionHandle Parent { get { throw null; } } - - public Collections.Immutable.ImmutableArray TypeDefinitions { get { throw null; } } - } - - public partial struct NamespaceDefinitionHandle : IEquatable - { - private int _dummyPrimitive; - public bool IsNil { get { throw null; } } - - public override bool Equals(object obj) { throw null; } - - public bool Equals(NamespaceDefinitionHandle other) { throw null; } - - public override int GetHashCode() { throw null; } - - public static bool operator ==(NamespaceDefinitionHandle left, NamespaceDefinitionHandle right) { throw null; } - - public static explicit operator NamespaceDefinitionHandle(Handle handle) { throw null; } - - public static implicit operator Handle(NamespaceDefinitionHandle handle) { throw null; } - - public static bool operator !=(NamespaceDefinitionHandle left, NamespaceDefinitionHandle right) { throw null; } - } - - public partial struct Parameter - { - private object _dummy; - private int _dummyPrimitive; - public ParameterAttributes Attributes { get { throw null; } } - - public StringHandle Name { get { throw null; } } - - public int SequenceNumber { get { throw null; } } - - public CustomAttributeHandleCollection GetCustomAttributes() { throw null; } - - public ConstantHandle GetDefaultValue() { throw null; } - - public BlobHandle GetMarshallingDescriptor() { throw null; } - } - - public partial struct ParameterHandle : IEquatable - { - private int _dummyPrimitive; - public bool IsNil { get { throw null; } } - - public override bool Equals(object obj) { throw null; } - - public bool Equals(ParameterHandle other) { throw null; } - - public override int GetHashCode() { throw null; } - - public static bool operator ==(ParameterHandle left, ParameterHandle right) { throw null; } - - public static explicit operator ParameterHandle(EntityHandle handle) { throw null; } - - public static explicit operator ParameterHandle(Handle handle) { throw null; } - - public static implicit operator EntityHandle(ParameterHandle handle) { throw null; } - - public static implicit operator Handle(ParameterHandle handle) { throw null; } - - public static bool operator !=(ParameterHandle left, ParameterHandle right) { throw null; } - } - - public partial struct ParameterHandleCollection : Collections.Generic.IReadOnlyCollection, Collections.Generic.IEnumerable, Collections.IEnumerable - { - private object _dummy; - private int _dummyPrimitive; - public int Count { get { throw null; } } - - public Enumerator GetEnumerator() { throw null; } - - Collections.Generic.IEnumerator Collections.Generic.IEnumerable.GetEnumerator() { throw null; } - - Collections.IEnumerator Collections.IEnumerable.GetEnumerator() { throw null; } - - public partial struct Enumerator : Collections.Generic.IEnumerator, Collections.IEnumerator, IDisposable - { - private object _dummy; - private int _dummyPrimitive; - public ParameterHandle Current { get { throw null; } } - - object Collections.IEnumerator.Current { get { throw null; } } - - public bool MoveNext() { throw null; } - - void Collections.IEnumerator.Reset() { } - - void IDisposable.Dispose() { } - } - } - - public static partial class PEReaderExtensions - { - public static MetadataReader GetMetadataReader(this PortableExecutable.PEReader peReader, MetadataReaderOptions options, MetadataStringDecoder utf8Decoder) { throw null; } - - public static MetadataReader GetMetadataReader(this PortableExecutable.PEReader peReader, MetadataReaderOptions options) { throw null; } - - public static MetadataReader GetMetadataReader(this PortableExecutable.PEReader peReader) { throw null; } - - public static MethodBodyBlock GetMethodBody(this PortableExecutable.PEReader peReader, int relativeVirtualAddress) { throw null; } - } - - public partial struct PropertyAccessors - { - private int _dummyPrimitive; - public MethodDefinitionHandle Getter { get { throw null; } } - - public MethodDefinitionHandle Setter { get { throw null; } } - } - - public partial struct PropertyDefinition - { - private object _dummy; - private int _dummyPrimitive; - public PropertyAttributes Attributes { get { throw null; } } - - public StringHandle Name { get { throw null; } } - - public BlobHandle Signature { get { throw null; } } - - public PropertyAccessors GetAccessors() { throw null; } - - public CustomAttributeHandleCollection GetCustomAttributes() { throw null; } - - public ConstantHandle GetDefaultValue() { throw null; } - } - - public partial struct PropertyDefinitionHandle : IEquatable - { - private int _dummyPrimitive; - public bool IsNil { get { throw null; } } - - public override bool Equals(object obj) { throw null; } - - public bool Equals(PropertyDefinitionHandle other) { throw null; } - - public override int GetHashCode() { throw null; } - - public static bool operator ==(PropertyDefinitionHandle left, PropertyDefinitionHandle right) { throw null; } - - public static explicit operator PropertyDefinitionHandle(EntityHandle handle) { throw null; } - - public static explicit operator PropertyDefinitionHandle(Handle handle) { throw null; } - - public static implicit operator EntityHandle(PropertyDefinitionHandle handle) { throw null; } - - public static implicit operator Handle(PropertyDefinitionHandle handle) { throw null; } - - public static bool operator !=(PropertyDefinitionHandle left, PropertyDefinitionHandle right) { throw null; } - } - - public partial struct PropertyDefinitionHandleCollection : Collections.Generic.IReadOnlyCollection, Collections.Generic.IEnumerable, Collections.IEnumerable - { - private object _dummy; - private int _dummyPrimitive; - public int Count { get { throw null; } } - - public Enumerator GetEnumerator() { throw null; } - - Collections.Generic.IEnumerator Collections.Generic.IEnumerable.GetEnumerator() { throw null; } - - Collections.IEnumerator Collections.IEnumerable.GetEnumerator() { throw null; } - - public partial struct Enumerator : Collections.Generic.IEnumerator, Collections.IEnumerator, IDisposable - { - private object _dummy; - private int _dummyPrimitive; - public PropertyDefinitionHandle Current { get { throw null; } } - - object Collections.IEnumerator.Current { get { throw null; } } - - public bool MoveNext() { throw null; } - - void Collections.IEnumerator.Reset() { } - - void IDisposable.Dispose() { } - } - } - - public partial struct SequencePoint : IEquatable - { - private int _dummyPrimitive; - public const int HiddenLine = 16707566; - public DocumentHandle Document { get { throw null; } } - - public int EndColumn { get { throw null; } } - - public int EndLine { get { throw null; } } - - public bool IsHidden { get { throw null; } } - - public int Offset { get { throw null; } } - - public int StartColumn { get { throw null; } } - - public int StartLine { get { throw null; } } - - public override bool Equals(object obj) { throw null; } - - public bool Equals(SequencePoint other) { throw null; } - - public override int GetHashCode() { throw null; } - } - - public partial struct SequencePointCollection : Collections.Generic.IEnumerable, Collections.IEnumerable - { - private object _dummy; - private int _dummyPrimitive; - public Enumerator GetEnumerator() { throw null; } - - Collections.Generic.IEnumerator Collections.Generic.IEnumerable.GetEnumerator() { throw null; } - - Collections.IEnumerator Collections.IEnumerable.GetEnumerator() { throw null; } - - public partial struct Enumerator : Collections.Generic.IEnumerator, Collections.IEnumerator, IDisposable - { - private int _dummyPrimitive; - public SequencePoint Current { get { throw null; } } - - object Collections.IEnumerator.Current { get { throw null; } } - - public bool MoveNext() { throw null; } - - public void Reset() { } - - void IDisposable.Dispose() { } - } - } - - public enum SerializationTypeCode : byte - { - Invalid = 0, - Boolean = 2, - Char = 3, - SByte = 4, - Byte = 5, - Int16 = 6, - UInt16 = 7, - Int32 = 8, - UInt32 = 9, - Int64 = 10, - UInt64 = 11, - Single = 12, - Double = 13, - String = 14, - SZArray = 29, - Type = 80, - TaggedObject = 81, - Enum = 85 - } - - [Flags] - public enum SignatureAttributes : byte - { - None = 0, - Generic = 16, - Instance = 32, - ExplicitThis = 64 - } - - public enum SignatureCallingConvention : byte - { - Default = 0, - CDecl = 1, - StdCall = 2, - ThisCall = 3, - FastCall = 4, - VarArgs = 5 - } - - public partial struct SignatureHeader : IEquatable - { - private int _dummyPrimitive; - public const byte CallingConventionOrKindMask = 15; - public SignatureHeader(byte rawValue) { } - - public SignatureHeader(SignatureKind kind, SignatureCallingConvention convention, SignatureAttributes attributes) { } - - public SignatureAttributes Attributes { get { throw null; } } - - public SignatureCallingConvention CallingConvention { get { throw null; } } - - public bool HasExplicitThis { get { throw null; } } - - public bool IsGeneric { get { throw null; } } - - public bool IsInstance { get { throw null; } } - - public SignatureKind Kind { get { throw null; } } - - public byte RawValue { get { throw null; } } - - public override bool Equals(object obj) { throw null; } - - public bool Equals(SignatureHeader other) { throw null; } - - public override int GetHashCode() { throw null; } - - public static bool operator ==(SignatureHeader left, SignatureHeader right) { throw null; } - - public static bool operator !=(SignatureHeader left, SignatureHeader right) { throw null; } - - public override string ToString() { throw null; } - } - - public enum SignatureKind : byte - { - Method = 0, - Field = 6, - LocalVariables = 7, - Property = 8, - MethodSpecification = 10 - } - - public enum SignatureTypeCode : byte - { - Invalid = 0, - Void = 1, - Boolean = 2, - Char = 3, - SByte = 4, - Byte = 5, - Int16 = 6, - UInt16 = 7, - Int32 = 8, - UInt32 = 9, - Int64 = 10, - UInt64 = 11, - Single = 12, - Double = 13, - String = 14, - Pointer = 15, - ByReference = 16, - GenericTypeParameter = 19, - Array = 20, - GenericTypeInstance = 21, - TypedReference = 22, - IntPtr = 24, - UIntPtr = 25, - FunctionPointer = 27, - Object = 28, - SZArray = 29, - GenericMethodParameter = 30, - RequiredModifier = 31, - OptionalModifier = 32, - TypeHandle = 64, - Sentinel = 65, - Pinned = 69 - } - - public partial struct StandaloneSignature - { - private object _dummy; - private int _dummyPrimitive; - public BlobHandle Signature { get { throw null; } } - - public CustomAttributeHandleCollection GetCustomAttributes() { throw null; } - - public StandaloneSignatureKind GetKind() { throw null; } - } - - public partial struct StandaloneSignatureHandle : IEquatable - { - private int _dummyPrimitive; - public bool IsNil { get { throw null; } } - - public override bool Equals(object obj) { throw null; } - - public bool Equals(StandaloneSignatureHandle other) { throw null; } - - public override int GetHashCode() { throw null; } - - public static bool operator ==(StandaloneSignatureHandle left, StandaloneSignatureHandle right) { throw null; } - - public static explicit operator StandaloneSignatureHandle(EntityHandle handle) { throw null; } - - public static explicit operator StandaloneSignatureHandle(Handle handle) { throw null; } - - public static implicit operator EntityHandle(StandaloneSignatureHandle handle) { throw null; } - - public static implicit operator Handle(StandaloneSignatureHandle handle) { throw null; } - - public static bool operator !=(StandaloneSignatureHandle left, StandaloneSignatureHandle right) { throw null; } - } - - public enum StandaloneSignatureKind - { - Method = 0, - LocalVariables = 1 - } - - public partial struct StringHandle : IEquatable - { - private int _dummyPrimitive; - public bool IsNil { get { throw null; } } - - public override bool Equals(object obj) { throw null; } - - public bool Equals(StringHandle other) { throw null; } - - public override int GetHashCode() { throw null; } - - public static bool operator ==(StringHandle left, StringHandle right) { throw null; } - - public static explicit operator StringHandle(Handle handle) { throw null; } - - public static implicit operator Handle(StringHandle handle) { throw null; } - - public static bool operator !=(StringHandle left, StringHandle right) { throw null; } - } - - public partial struct TypeDefinition - { - private object _dummy; - private int _dummyPrimitive; - public TypeAttributes Attributes { get { throw null; } } - - public EntityHandle BaseType { get { throw null; } } - - public StringHandle Name { get { throw null; } } - - public StringHandle Namespace { get { throw null; } } - - public NamespaceDefinitionHandle NamespaceDefinition { get { throw null; } } - - public CustomAttributeHandleCollection GetCustomAttributes() { throw null; } - - public DeclarativeSecurityAttributeHandleCollection GetDeclarativeSecurityAttributes() { throw null; } - - public TypeDefinitionHandle GetDeclaringType() { throw null; } - - public EventDefinitionHandleCollection GetEvents() { throw null; } - - public FieldDefinitionHandleCollection GetFields() { throw null; } - - public GenericParameterHandleCollection GetGenericParameters() { throw null; } - - public InterfaceImplementationHandleCollection GetInterfaceImplementations() { throw null; } - - public TypeLayout GetLayout() { throw null; } - - public MethodImplementationHandleCollection GetMethodImplementations() { throw null; } - - public MethodDefinitionHandleCollection GetMethods() { throw null; } - - public Collections.Immutable.ImmutableArray GetNestedTypes() { throw null; } - - public PropertyDefinitionHandleCollection GetProperties() { throw null; } - } - - public partial struct TypeDefinitionHandle : IEquatable - { - private int _dummyPrimitive; - public bool IsNil { get { throw null; } } - - public override bool Equals(object obj) { throw null; } - - public bool Equals(TypeDefinitionHandle other) { throw null; } - - public override int GetHashCode() { throw null; } - - public static bool operator ==(TypeDefinitionHandle left, TypeDefinitionHandle right) { throw null; } - - public static explicit operator TypeDefinitionHandle(EntityHandle handle) { throw null; } - - public static explicit operator TypeDefinitionHandle(Handle handle) { throw null; } - - public static implicit operator EntityHandle(TypeDefinitionHandle handle) { throw null; } - - public static implicit operator Handle(TypeDefinitionHandle handle) { throw null; } - - public static bool operator !=(TypeDefinitionHandle left, TypeDefinitionHandle right) { throw null; } - } - - public partial struct TypeDefinitionHandleCollection : Collections.Generic.IReadOnlyCollection, Collections.Generic.IEnumerable, Collections.IEnumerable - { - private int _dummyPrimitive; - public int Count { get { throw null; } } - - public Enumerator GetEnumerator() { throw null; } - - Collections.Generic.IEnumerator Collections.Generic.IEnumerable.GetEnumerator() { throw null; } - - Collections.IEnumerator Collections.IEnumerable.GetEnumerator() { throw null; } - - public partial struct Enumerator : Collections.Generic.IEnumerator, Collections.IEnumerator, IDisposable - { - private int _dummyPrimitive; - public TypeDefinitionHandle Current { get { throw null; } } - - object Collections.IEnumerator.Current { get { throw null; } } - - public bool MoveNext() { throw null; } - - void Collections.IEnumerator.Reset() { } - - void IDisposable.Dispose() { } - } - } - - public partial struct TypeLayout - { - private int _dummyPrimitive; - public TypeLayout(int size, int packingSize) { } - - public bool IsDefault { get { throw null; } } - - public int PackingSize { get { throw null; } } - - public int Size { get { throw null; } } - } - - public partial struct TypeReference - { - private object _dummy; - private int _dummyPrimitive; - public StringHandle Name { get { throw null; } } - - public StringHandle Namespace { get { throw null; } } - - public EntityHandle ResolutionScope { get { throw null; } } - } - - public partial struct TypeReferenceHandle : IEquatable - { - private int _dummyPrimitive; - public bool IsNil { get { throw null; } } - - public override bool Equals(object obj) { throw null; } - - public bool Equals(TypeReferenceHandle other) { throw null; } - - public override int GetHashCode() { throw null; } - - public static bool operator ==(TypeReferenceHandle left, TypeReferenceHandle right) { throw null; } - - public static explicit operator TypeReferenceHandle(EntityHandle handle) { throw null; } - - public static explicit operator TypeReferenceHandle(Handle handle) { throw null; } - - public static implicit operator EntityHandle(TypeReferenceHandle handle) { throw null; } - - public static implicit operator Handle(TypeReferenceHandle handle) { throw null; } - - public static bool operator !=(TypeReferenceHandle left, TypeReferenceHandle right) { throw null; } - } - - public partial struct TypeReferenceHandleCollection : Collections.Generic.IReadOnlyCollection, Collections.Generic.IEnumerable, Collections.IEnumerable - { - private int _dummyPrimitive; - public int Count { get { throw null; } } - - public Enumerator GetEnumerator() { throw null; } - - Collections.Generic.IEnumerator Collections.Generic.IEnumerable.GetEnumerator() { throw null; } - - Collections.IEnumerator Collections.IEnumerable.GetEnumerator() { throw null; } - - public partial struct Enumerator : Collections.Generic.IEnumerator, Collections.IEnumerator, IDisposable - { - private int _dummyPrimitive; - public TypeReferenceHandle Current { get { throw null; } } - - object Collections.IEnumerator.Current { get { throw null; } } - - public bool MoveNext() { throw null; } - - void Collections.IEnumerator.Reset() { } - - void IDisposable.Dispose() { } - } - } - - public partial struct TypeSpecification - { - private object _dummy; - private int _dummyPrimitive; - public BlobHandle Signature { get { throw null; } } - - public CustomAttributeHandleCollection GetCustomAttributes() { throw null; } - } - - public partial struct TypeSpecificationHandle : IEquatable - { - private int _dummyPrimitive; - public bool IsNil { get { throw null; } } - - public override bool Equals(object obj) { throw null; } - - public bool Equals(TypeSpecificationHandle other) { throw null; } - - public override int GetHashCode() { throw null; } - - public static bool operator ==(TypeSpecificationHandle left, TypeSpecificationHandle right) { throw null; } - - public static explicit operator TypeSpecificationHandle(EntityHandle handle) { throw null; } - - public static explicit operator TypeSpecificationHandle(Handle handle) { throw null; } - - public static implicit operator EntityHandle(TypeSpecificationHandle handle) { throw null; } - - public static implicit operator Handle(TypeSpecificationHandle handle) { throw null; } - - public static bool operator !=(TypeSpecificationHandle left, TypeSpecificationHandle right) { throw null; } - } - - public partial struct UserStringHandle : IEquatable - { - private int _dummyPrimitive; - public bool IsNil { get { throw null; } } - - public override bool Equals(object obj) { throw null; } - - public bool Equals(UserStringHandle other) { throw null; } - - public override int GetHashCode() { throw null; } - - public static bool operator ==(UserStringHandle left, UserStringHandle right) { throw null; } - - public static explicit operator UserStringHandle(Handle handle) { throw null; } - - public static implicit operator Handle(UserStringHandle handle) { throw null; } - - public static bool operator !=(UserStringHandle left, UserStringHandle right) { throw null; } - } -} - -namespace System.Reflection.Metadata.Ecma335 -{ - public partial struct EditAndContinueLogEntry : IEquatable - { - private int _dummyPrimitive; - public EditAndContinueLogEntry(EntityHandle handle, EditAndContinueOperation operation) { } - - public EntityHandle Handle { get { throw null; } } - - public EditAndContinueOperation Operation { get { throw null; } } - - public override bool Equals(object obj) { throw null; } - - public bool Equals(EditAndContinueLogEntry other) { throw null; } - - public override int GetHashCode() { throw null; } - } - - public enum EditAndContinueOperation - { - Default = 0, - AddMethod = 1, - AddField = 2, - AddParameter = 3, - AddProperty = 4, - AddEvent = 5 - } - - public static partial class ExportedTypeExtensions - { - public static int GetTypeDefinitionId(this ExportedType exportedType) { throw null; } - } - - public enum HeapIndex - { - UserString = 0, - String = 1, - Blob = 2, - Guid = 3 - } - - public sealed partial class MetadataAggregator - { - public MetadataAggregator(Collections.Generic.IReadOnlyList baseTableRowCounts, Collections.Generic.IReadOnlyList baseHeapSizes, Collections.Generic.IReadOnlyList deltaReaders) { } - - public MetadataAggregator(MetadataReader baseReader, Collections.Generic.IReadOnlyList deltaReaders) { } - - public Handle GetGenerationHandle(Handle handle, out int generation) { throw null; } - } - - public static partial class MetadataReaderExtensions - { - public static Collections.Generic.IEnumerable GetEditAndContinueLogEntries(this MetadataReader reader) { throw null; } - - public static Collections.Generic.IEnumerable GetEditAndContinueMapEntries(this MetadataReader reader) { throw null; } - - public static int GetHeapMetadataOffset(this MetadataReader reader, HeapIndex heapIndex) { throw null; } - - public static int GetHeapSize(this MetadataReader reader, HeapIndex heapIndex) { throw null; } - - public static BlobHandle GetNextHandle(this MetadataReader reader, BlobHandle handle) { throw null; } - - public static StringHandle GetNextHandle(this MetadataReader reader, StringHandle handle) { throw null; } - - public static UserStringHandle GetNextHandle(this MetadataReader reader, UserStringHandle handle) { throw null; } - - public static int GetTableMetadataOffset(this MetadataReader reader, TableIndex tableIndex) { throw null; } - - public static int GetTableRowCount(this MetadataReader reader, TableIndex tableIndex) { throw null; } - - public static int GetTableRowSize(this MetadataReader reader, TableIndex tableIndex) { throw null; } - - public static Collections.Generic.IEnumerable GetTypesWithEvents(this MetadataReader reader) { throw null; } - - public static Collections.Generic.IEnumerable GetTypesWithProperties(this MetadataReader reader) { throw null; } - } - - public static partial class MetadataTokens - { - public static readonly int HeapCount; - public static readonly int TableCount; - public static AssemblyFileHandle AssemblyFileHandle(int rowNumber) { throw null; } - - public static AssemblyReferenceHandle AssemblyReferenceHandle(int rowNumber) { throw null; } - - public static BlobHandle BlobHandle(int offset) { throw null; } - - public static ConstantHandle ConstantHandle(int rowNumber) { throw null; } - - public static CustomAttributeHandle CustomAttributeHandle(int rowNumber) { throw null; } - - public static CustomDebugInformationHandle CustomDebugInformationHandle(int rowNumber) { throw null; } - - public static DeclarativeSecurityAttributeHandle DeclarativeSecurityAttributeHandle(int rowNumber) { throw null; } - - public static DocumentHandle DocumentHandle(int rowNumber) { throw null; } - - public static DocumentNameBlobHandle DocumentNameBlobHandle(int offset) { throw null; } - - public static EntityHandle EntityHandle(int token) { throw null; } - - public static EntityHandle EntityHandle(TableIndex tableIndex, int rowNumber) { throw null; } - - public static EventDefinitionHandle EventDefinitionHandle(int rowNumber) { throw null; } - - public static ExportedTypeHandle ExportedTypeHandle(int rowNumber) { throw null; } - - public static FieldDefinitionHandle FieldDefinitionHandle(int rowNumber) { throw null; } - - public static GenericParameterConstraintHandle GenericParameterConstraintHandle(int rowNumber) { throw null; } - - public static GenericParameterHandle GenericParameterHandle(int rowNumber) { throw null; } - - public static int GetHeapOffset(Handle handle) { throw null; } - - public static int GetHeapOffset(this MetadataReader reader, Handle handle) { throw null; } - - public static int GetRowNumber(EntityHandle handle) { throw null; } - - public static int GetRowNumber(this MetadataReader reader, EntityHandle handle) { throw null; } - - public static int GetToken(EntityHandle handle) { throw null; } - - public static int GetToken(Handle handle) { throw null; } - - public static int GetToken(this MetadataReader reader, EntityHandle handle) { throw null; } - - public static int GetToken(this MetadataReader reader, Handle handle) { throw null; } - - public static GuidHandle GuidHandle(int offset) { throw null; } - - public static Handle Handle(int token) { throw null; } - - public static EntityHandle Handle(TableIndex tableIndex, int rowNumber) { throw null; } - - public static ImportScopeHandle ImportScopeHandle(int rowNumber) { throw null; } - - public static InterfaceImplementationHandle InterfaceImplementationHandle(int rowNumber) { throw null; } - - public static LocalConstantHandle LocalConstantHandle(int rowNumber) { throw null; } - - public static LocalScopeHandle LocalScopeHandle(int rowNumber) { throw null; } - - public static LocalVariableHandle LocalVariableHandle(int rowNumber) { throw null; } - - public static ManifestResourceHandle ManifestResourceHandle(int rowNumber) { throw null; } - - public static MemberReferenceHandle MemberReferenceHandle(int rowNumber) { throw null; } - - public static MethodDebugInformationHandle MethodDebugInformationHandle(int rowNumber) { throw null; } - - public static MethodDefinitionHandle MethodDefinitionHandle(int rowNumber) { throw null; } - - public static MethodImplementationHandle MethodImplementationHandle(int rowNumber) { throw null; } - - public static MethodSpecificationHandle MethodSpecificationHandle(int rowNumber) { throw null; } - - public static ModuleReferenceHandle ModuleReferenceHandle(int rowNumber) { throw null; } - - public static ParameterHandle ParameterHandle(int rowNumber) { throw null; } - - public static PropertyDefinitionHandle PropertyDefinitionHandle(int rowNumber) { throw null; } - - public static StandaloneSignatureHandle StandaloneSignatureHandle(int rowNumber) { throw null; } - - public static StringHandle StringHandle(int offset) { throw null; } - - public static bool TryGetHeapIndex(HandleKind type, out HeapIndex index) { throw null; } - - public static bool TryGetTableIndex(HandleKind type, out TableIndex index) { throw null; } - - public static TypeDefinitionHandle TypeDefinitionHandle(int rowNumber) { throw null; } - - public static TypeReferenceHandle TypeReferenceHandle(int rowNumber) { throw null; } - - public static TypeSpecificationHandle TypeSpecificationHandle(int rowNumber) { throw null; } - - public static UserStringHandle UserStringHandle(int offset) { throw null; } - } - - public enum TableIndex : byte - { - Module = 0, - TypeRef = 1, - TypeDef = 2, - FieldPtr = 3, - Field = 4, - MethodPtr = 5, - MethodDef = 6, - ParamPtr = 7, - Param = 8, - InterfaceImpl = 9, - MemberRef = 10, - Constant = 11, - CustomAttribute = 12, - FieldMarshal = 13, - DeclSecurity = 14, - ClassLayout = 15, - FieldLayout = 16, - StandAloneSig = 17, - EventMap = 18, - EventPtr = 19, - Event = 20, - PropertyMap = 21, - PropertyPtr = 22, - Property = 23, - MethodSemantics = 24, - MethodImpl = 25, - ModuleRef = 26, - TypeSpec = 27, - ImplMap = 28, - FieldRva = 29, - EncLog = 30, - EncMap = 31, - Assembly = 32, - AssemblyProcessor = 33, - AssemblyOS = 34, - AssemblyRef = 35, - AssemblyRefProcessor = 36, - AssemblyRefOS = 37, - File = 38, - ExportedType = 39, - ManifestResource = 40, - NestedClass = 41, - GenericParam = 42, - MethodSpec = 43, - GenericParamConstraint = 44, - Document = 48, - MethodDebugInformation = 49, - LocalScope = 50, - LocalVariable = 51, - LocalConstant = 52, - ImportScope = 53, - StateMachineMethod = 54, - CustomDebugInformation = 55 - } -} - -namespace System.Reflection.PortableExecutable -{ - public enum Characteristics : ushort - { - RelocsStripped = 1, - ExecutableImage = 2, - LineNumsStripped = 4, - LocalSymsStripped = 8, - AggressiveWSTrim = 16, - LargeAddressAware = 32, - BytesReversedLo = 128, - Bit32Machine = 256, - DebugStripped = 512, - RemovableRunFromSwap = 1024, - NetRunFromSwap = 2048, - System = 4096, - Dll = 8192, - UpSystemOnly = 16384, - BytesReversedHi = 32768 - } - - public partial struct CodeViewDebugDirectoryData - { - private object _dummy; - private int _dummyPrimitive; - public int Age { get { throw null; } } - - public Guid Guid { get { throw null; } } - - public string Path { get { throw null; } } - } - - public sealed partial class CoffHeader - { - internal CoffHeader() { } - - public Characteristics Characteristics { get { throw null; } } - - public Machine Machine { get { throw null; } } - - public short NumberOfSections { get { throw null; } } - - public int NumberOfSymbols { get { throw null; } } - - public int PointerToSymbolTable { get { throw null; } } - - public short SizeOfOptionalHeader { get { throw null; } } - - public int TimeDateStamp { get { throw null; } } - } - - [Flags] - public enum CorFlags - { - ILOnly = 1, - Requires32Bit = 2, - ILLibrary = 4, - StrongNameSigned = 8, - NativeEntryPoint = 16, - TrackDebugData = 65536, - Prefers32Bit = 131072 - } - - public sealed partial class CorHeader - { - internal CorHeader() { } - - public DirectoryEntry CodeManagerTableDirectory { get { throw null; } } - - public int EntryPointTokenOrRelativeVirtualAddress { get { throw null; } } - - public DirectoryEntry ExportAddressTableJumpsDirectory { get { throw null; } } - - public CorFlags Flags { get { throw null; } } - - public ushort MajorRuntimeVersion { get { throw null; } } - - public DirectoryEntry ManagedNativeHeaderDirectory { get { throw null; } } - - public DirectoryEntry MetadataDirectory { get { throw null; } } - - public ushort MinorRuntimeVersion { get { throw null; } } - - public DirectoryEntry ResourcesDirectory { get { throw null; } } - - public DirectoryEntry StrongNameSignatureDirectory { get { throw null; } } - - public DirectoryEntry VtableFixupsDirectory { get { throw null; } } - } - - public partial struct DebugDirectoryEntry - { - private int _dummyPrimitive; - public DebugDirectoryEntry(uint stamp, ushort majorVersion, ushort minorVersion, DebugDirectoryEntryType type, int dataSize, int dataRelativeVirtualAddress, int dataPointer) { } - - public int DataPointer { get { throw null; } } - - public int DataRelativeVirtualAddress { get { throw null; } } - - public int DataSize { get { throw null; } } - - public ushort MajorVersion { get { throw null; } } - - public ushort MinorVersion { get { throw null; } } - - public uint Stamp { get { throw null; } } - - public DebugDirectoryEntryType Type { get { throw null; } } - } - - public enum DebugDirectoryEntryType - { - Unknown = 0, - Coff = 1, - CodeView = 2, - Reproducible = 16 - } - - public partial struct DirectoryEntry - { - public readonly int RelativeVirtualAddress; - public readonly int Size; - public DirectoryEntry(int relativeVirtualAddress, int size) { } - } - - [Flags] - public enum DllCharacteristics : ushort - { - ProcessInit = 1, - ProcessTerm = 2, - ThreadInit = 4, - ThreadTerm = 8, - HighEntropyVirtualAddressSpace = 32, - DynamicBase = 64, - NxCompatible = 256, - NoIsolation = 512, - NoSeh = 1024, - NoBind = 2048, - AppContainer = 4096, - WdmDriver = 8192, - TerminalServerAware = 32768 - } - - public enum Machine : ushort - { - Unknown = 0, - I386 = 332, - WceMipsV2 = 361, - Alpha = 388, - SH3 = 418, - SH3Dsp = 419, - SH3E = 420, - SH4 = 422, - SH5 = 424, - Arm = 448, - Thumb = 450, - ArmThumb2 = 452, - AM33 = 467, - PowerPC = 496, - PowerPCFP = 497, - IA64 = 512, - MIPS16 = 614, - Alpha64 = 644, - MipsFpu = 870, - MipsFpu16 = 1126, - Tricore = 1312, - Ebc = 3772, - Amd64 = 34404, - M32R = 36929 - } - - public sealed partial class PEHeader - { - internal PEHeader() { } - - public int AddressOfEntryPoint { get { throw null; } } - - public int BaseOfCode { get { throw null; } } - - public int BaseOfData { get { throw null; } } - - public DirectoryEntry BaseRelocationTableDirectory { get { throw null; } } - - public DirectoryEntry BoundImportTableDirectory { get { throw null; } } - - public DirectoryEntry CertificateTableDirectory { get { throw null; } } - - public uint CheckSum { get { throw null; } } - - public DirectoryEntry CopyrightTableDirectory { get { throw null; } } - - public DirectoryEntry CorHeaderTableDirectory { get { throw null; } } - - public DirectoryEntry DebugTableDirectory { get { throw null; } } - - public DirectoryEntry DelayImportTableDirectory { get { throw null; } } - - public DllCharacteristics DllCharacteristics { get { throw null; } } - - public DirectoryEntry ExceptionTableDirectory { get { throw null; } } - - public DirectoryEntry ExportTableDirectory { get { throw null; } } - - public int FileAlignment { get { throw null; } } - - public DirectoryEntry GlobalPointerTableDirectory { get { throw null; } } - - public ulong ImageBase { get { throw null; } } - - public DirectoryEntry ImportAddressTableDirectory { get { throw null; } } - - public DirectoryEntry ImportTableDirectory { get { throw null; } } - - public DirectoryEntry LoadConfigTableDirectory { get { throw null; } } - - public PEMagic Magic { get { throw null; } } - - public ushort MajorImageVersion { get { throw null; } } - - public byte MajorLinkerVersion { get { throw null; } } - - public ushort MajorOperatingSystemVersion { get { throw null; } } - - public ushort MajorSubsystemVersion { get { throw null; } } - - public ushort MinorImageVersion { get { throw null; } } - - public byte MinorLinkerVersion { get { throw null; } } - - public ushort MinorOperatingSystemVersion { get { throw null; } } - - public ushort MinorSubsystemVersion { get { throw null; } } - - public int NumberOfRvaAndSizes { get { throw null; } } - - public DirectoryEntry ResourceTableDirectory { get { throw null; } } - - public int SectionAlignment { get { throw null; } } - - public int SizeOfCode { get { throw null; } } - - public int SizeOfHeaders { get { throw null; } } - - public ulong SizeOfHeapCommit { get { throw null; } } - - public ulong SizeOfHeapReserve { get { throw null; } } - - public int SizeOfImage { get { throw null; } } - - public int SizeOfInitializedData { get { throw null; } } - - public ulong SizeOfStackCommit { get { throw null; } } - - public ulong SizeOfStackReserve { get { throw null; } } - - public int SizeOfUninitializedData { get { throw null; } } - - public Subsystem Subsystem { get { throw null; } } - - public DirectoryEntry ThreadLocalStorageTableDirectory { get { throw null; } } - } - - public sealed partial class PEHeaders - { - public PEHeaders(IO.Stream peStream, int size) { } - - public PEHeaders(IO.Stream peStream) { } - - public CoffHeader CoffHeader { get { throw null; } } - - public int CoffHeaderStartOffset { get { throw null; } } - - public CorHeader CorHeader { get { throw null; } } - - public int CorHeaderStartOffset { get { throw null; } } - - public bool IsCoffOnly { get { throw null; } } - - public bool IsConsoleApplication { get { throw null; } } - - public bool IsDll { get { throw null; } } - - public bool IsExe { get { throw null; } } - - public int MetadataSize { get { throw null; } } - - public int MetadataStartOffset { get { throw null; } } - - public PEHeader PEHeader { get { throw null; } } - - public int PEHeaderStartOffset { get { throw null; } } - - public Collections.Immutable.ImmutableArray SectionHeaders { get { throw null; } } - - public int GetContainingSectionIndex(int relativeVirtualAddress) { throw null; } - - public bool TryGetDirectoryOffset(DirectoryEntry directory, out int offset) { throw null; } - } - - public enum PEMagic : ushort - { - PE32 = 267, - PE32Plus = 523 - } - - public partial struct PEMemoryBlock - { - private object _dummy; - private int _dummyPrimitive; - public int Length { get { throw null; } } - - public unsafe byte* Pointer { get { throw null; } } - - public Collections.Immutable.ImmutableArray GetContent() { throw null; } - } - - public sealed partial class PEReader : IDisposable - { - public unsafe PEReader(byte* peImage, int size) { } - - public PEReader(Collections.Immutable.ImmutableArray peImage) { } - - public PEReader(IO.Stream peStream, PEStreamOptions options, int size) { } - - public PEReader(IO.Stream peStream, PEStreamOptions options) { } - - public PEReader(IO.Stream peStream) { } - - public bool HasMetadata { get { throw null; } } - - public bool IsEntireImageAvailable { get { throw null; } } - - public PEHeaders PEHeaders { get { throw null; } } - - public void Dispose() { } - - public PEMemoryBlock GetEntireImage() { throw null; } - - public PEMemoryBlock GetMetadata() { throw null; } - - public PEMemoryBlock GetSectionData(int relativeVirtualAddress) { throw null; } - - public CodeViewDebugDirectoryData ReadCodeViewDebugDirectoryData(DebugDirectoryEntry entry) { throw null; } - - public Collections.Immutable.ImmutableArray ReadDebugDirectory() { throw null; } - } - - [Flags] - public enum PEStreamOptions - { - Default = 0, - LeaveOpen = 1, - PrefetchMetadata = 2, - PrefetchEntireImage = 4 - } - - [Flags] - public enum SectionCharacteristics : uint - { - MemWrite = 2147483648U, - TypeReg = 0U, - TypeDSect = 1U, - TypeNoLoad = 2U, - TypeGroup = 4U, - TypeNoPad = 8U, - TypeCopy = 16U, - ContainsCode = 32U, - ContainsInitializedData = 64U, - ContainsUninitializedData = 128U, - LinkerOther = 256U, - LinkerInfo = 512U, - TypeOver = 1024U, - LinkerRemove = 2048U, - LinkerComdat = 4096U, - MemProtected = 16384U, - NoDeferSpecExc = 16384U, - GPRel = 32768U, - MemFardata = 32768U, - MemSysheap = 65536U, - Mem16Bit = 131072U, - MemPurgeable = 131072U, - MemLocked = 262144U, - MemPreload = 524288U, - Align1Bytes = 1048576U, - Align2Bytes = 2097152U, - Align4Bytes = 3145728U, - Align8Bytes = 4194304U, - Align16Bytes = 5242880U, - Align32Bytes = 6291456U, - Align64Bytes = 7340032U, - Align128Bytes = 8388608U, - Align256Bytes = 9437184U, - Align512Bytes = 10485760U, - Align1024Bytes = 11534336U, - Align2048Bytes = 12582912U, - Align4096Bytes = 13631488U, - Align8192Bytes = 14680064U, - AlignMask = 15728640U, - LinkerNRelocOvfl = 16777216U, - MemDiscardable = 33554432U, - MemNotCached = 67108864U, - MemNotPaged = 134217728U, - MemShared = 268435456U, - MemExecute = 536870912U, - MemRead = 1073741824U - } - - public partial struct SectionHeader - { - private object _dummy; - private int _dummyPrimitive; - public string Name { get { throw null; } } - - public ushort NumberOfLineNumbers { get { throw null; } } - - public ushort NumberOfRelocations { get { throw null; } } - - public int PointerToLineNumbers { get { throw null; } } - - public int PointerToRawData { get { throw null; } } - - public int PointerToRelocations { get { throw null; } } - - public SectionCharacteristics SectionCharacteristics { get { throw null; } } - - public int SizeOfRawData { get { throw null; } } - - public int VirtualAddress { get { throw null; } } - - public int VirtualSize { get { throw null; } } - } - - public enum Subsystem : ushort - { - Unknown = 0, - Native = 1, - WindowsGui = 2, - WindowsCui = 3, - OS2Cui = 5, - PosixCui = 7, - NativeWindows = 8, - WindowsCEGui = 9, - EfiApplication = 10, - EfiBootServiceDriver = 11, - EfiRuntimeDriver = 12, - EfiRom = 13, - Xbox = 14 - } -} \ No newline at end of file diff --git a/src/referencePackages/src/system.reflection.metadata/1.3.0/system.reflection.metadata.nuspec b/src/referencePackages/src/system.reflection.metadata/1.3.0/system.reflection.metadata.nuspec deleted file mode 100644 index 177ca3084..000000000 --- a/src/referencePackages/src/system.reflection.metadata/1.3.0/system.reflection.metadata.nuspec +++ /dev/null @@ -1,41 +0,0 @@ - - - - System.Reflection.Metadata - 1.3.0 - System.Reflection.Metadata - Microsoft - microsoft,dotnetframework - true - https://microsoft.mit-license.org/ - https://dot.net/ - http://go.microsoft.com/fwlink/?LinkID=288859 - This packages provides a low-level .NET (ECMA-335) metadata reader. It's geared for performance and is the ideal choice for building higher-level libraries that intend to provide their own object model, such as compilers. - -Commonly Used Types: -System.Reflection.Metadata.MetadataReader -System.Reflection.PortableExecutable.PEReader - https://go.microsoft.com/fwlink/?LinkID=799417 - © Microsoft Corporation. All rights reserved. - true - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/referencePackages/src/system.runtime.loader/4.0.0/System.Runtime.Loader.4.0.0.csproj b/src/referencePackages/src/system.runtime.loader/4.0.0/System.Runtime.Loader.4.0.0.csproj deleted file mode 100644 index 7c72e9aea..000000000 --- a/src/referencePackages/src/system.runtime.loader/4.0.0/System.Runtime.Loader.4.0.0.csproj +++ /dev/null @@ -1,14 +0,0 @@ - - - - netstandard1.5 - System.Runtime.Loader - - - - - - - - - diff --git a/src/referencePackages/src/system.runtime.loader/4.0.0/ref/netstandard1.5/System.Runtime.Loader.cs b/src/referencePackages/src/system.runtime.loader/4.0.0/ref/netstandard1.5/System.Runtime.Loader.cs deleted file mode 100644 index a51ce18b2..000000000 --- a/src/referencePackages/src/system.runtime.loader/4.0.0/ref/netstandard1.5/System.Runtime.Loader.cs +++ /dev/null @@ -1,67 +0,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. -// ------------------------------------------------------------------------------ -// Changes to this file must follow the http://aka.ms/api-review process. -// ------------------------------------------------------------------------------ -[assembly: System.Runtime.CompilerServices.CompilationRelaxations(8)] -[assembly: System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows = true)] -[assembly: System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)] -[assembly: System.Security.AllowPartiallyTrustedCallers] -[assembly: System.Runtime.CompilerServices.ReferenceAssembly] -[assembly: System.Reflection.AssemblyTitle("System.Runtime.Loader")] -[assembly: System.Reflection.AssemblyDescription("System.Runtime.Loader")] -[assembly: System.Reflection.AssemblyDefaultAlias("System.Runtime.Loader")] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyProduct("Microsoft® .NET Framework")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyFileVersion("1.0.24212.01")] -[assembly: System.Reflection.AssemblyInformationalVersion("1.0.24212.01. Commit Hash: 9688ddbb62c04189cac4c4a06e31e93377dccd41")] -[assembly: System.CLSCompliant(true)] -[assembly: System.Reflection.AssemblyMetadata(".NETFrameworkAssembly", "")] -[assembly: System.Reflection.AssemblyMetadata("Serviceable", "True")] -[assembly: System.Reflection.AssemblyVersionAttribute("4.0.0.0")] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -namespace System.Reflection.Metadata -{ - public static partial class AssemblyExtensions - { - [CLSCompliant(false)] - public static unsafe bool TryGetRawMetadata(this Assembly assembly, out byte* blob, out int length) { throw null; } - } -} - -namespace System.Runtime.Loader -{ - public abstract partial class AssemblyLoadContext - { - public static AssemblyLoadContext Default { get { throw null; } } - - public event Func Resolving { add { } remove { } } - - public event Action Unloading { add { } remove { } } - - public static Reflection.AssemblyName GetAssemblyName(string assemblyPath) { throw null; } - - public static AssemblyLoadContext GetLoadContext(Reflection.Assembly assembly) { throw null; } - - protected abstract Reflection.Assembly Load(Reflection.AssemblyName assemblyName); - public Reflection.Assembly LoadFromAssemblyName(Reflection.AssemblyName assemblyName) { throw null; } - - public Reflection.Assembly LoadFromAssemblyPath(string assemblyPath) { throw null; } - - public Reflection.Assembly LoadFromNativeImagePath(string nativeImagePath, string assemblyPath) { throw null; } - - public Reflection.Assembly LoadFromStream(IO.Stream assembly, IO.Stream assemblySymbols) { throw null; } - - public Reflection.Assembly LoadFromStream(IO.Stream assembly) { throw null; } - - protected virtual IntPtr LoadUnmanagedDll(string unmanagedDllName) { throw null; } - - protected IntPtr LoadUnmanagedDllFromPath(string unmanagedDllPath) { throw null; } - - public void SetProfileOptimizationRoot(string directoryPath) { } - - public void StartProfileOptimization(string profile) { } - } -} \ No newline at end of file diff --git a/src/referencePackages/src/system.runtime.loader/4.0.0/system.runtime.loader.nuspec b/src/referencePackages/src/system.runtime.loader/4.0.0/system.runtime.loader.nuspec deleted file mode 100644 index 904e443b3..000000000 --- a/src/referencePackages/src/system.runtime.loader/4.0.0/system.runtime.loader.nuspec +++ /dev/null @@ -1,30 +0,0 @@ - - - - System.Runtime.Loader - 4.0.0 - System.Runtime.Loader - Microsoft - microsoft,dotnetframework - true - https://microsoft.mit-license.org/ - https://dot.net/ - http://go.microsoft.com/fwlink/?LinkID=288859 - Provides the System.Runtime.Loader.AssemblyLoadContext class, which provides members for loading assemblies. - -Commonly Used Types: -System.Runtime.Loader.AssemblyLoadContext - -When using NuGet 3.x this package requires at least version 3.4. - https://go.microsoft.com/fwlink/?LinkID=799417 - © Microsoft Corporation. All rights reserved. - true - - - - - - - - - \ No newline at end of file diff --git a/src/referencePackages/src/system.runtime.serialization.primitives/4.1.1/System.Runtime.Serialization.Primitives.4.1.1.csproj b/src/referencePackages/src/system.runtime.serialization.primitives/4.1.1/System.Runtime.Serialization.Primitives.4.1.1.csproj deleted file mode 100644 index a43172c50..000000000 --- a/src/referencePackages/src/system.runtime.serialization.primitives/4.1.1/System.Runtime.Serialization.Primitives.4.1.1.csproj +++ /dev/null @@ -1,17 +0,0 @@ - - - - netstandard1.0;netstandard1.3 - System.Runtime.Serialization.Primitives - - - - - - - - - - - - diff --git a/src/referencePackages/src/system.runtime.serialization.primitives/4.1.1/ref/netstandard1.0/System.Runtime.Serialization.Primitives.cs b/src/referencePackages/src/system.runtime.serialization.primitives/4.1.1/ref/netstandard1.0/System.Runtime.Serialization.Primitives.cs deleted file mode 100644 index a33b5c31e..000000000 --- a/src/referencePackages/src/system.runtime.serialization.primitives/4.1.1/ref/netstandard1.0/System.Runtime.Serialization.Primitives.cs +++ /dev/null @@ -1,118 +0,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. -// ------------------------------------------------------------------------------ -// Changes to this file must follow the http://aka.ms/api-review process. -// ------------------------------------------------------------------------------ -[assembly: System.Reflection.AssemblyDescription("System.Runtime.Serialization.Primitives.dll")] -[assembly: System.Reflection.AssemblyDefaultAlias("System.Runtime.Serialization.Primitives.dll")] -[assembly: System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows = true)] -[assembly: System.Reflection.AssemblyTitle("System.Runtime.Serialization.Primitives.dll")] -[assembly: System.Reflection.AssemblyInformationalVersion("4.0.30319.17929")] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyProduct("Microsoft® .NET Framework")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyFileVersion("4.0.30319.17929")] -[assembly: System.CLSCompliant(true)] -[assembly: System.Runtime.CompilerServices.CompilationRelaxations(8)] -[assembly: System.Security.AllowPartiallyTrustedCallers] -[assembly: System.Runtime.CompilerServices.ReferenceAssembly] -[assembly: System.Reflection.AssemblyVersionAttribute("4.0.0.0")] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -namespace System.Runtime.Serialization -{ - [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct, Inherited = false, AllowMultiple = false)] - public sealed partial class CollectionDataContractAttribute : Attribute - { - public bool IsReference { get { throw null; } set { } } - - public string ItemName { get { throw null; } set { } } - - public string KeyName { get { throw null; } set { } } - - public string Name { get { throw null; } set { } } - - public string Namespace { get { throw null; } set { } } - - public string ValueName { get { throw null; } set { } } - } - - [AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Module, Inherited = false, AllowMultiple = true)] - public sealed partial class ContractNamespaceAttribute : Attribute - { - public ContractNamespaceAttribute(string contractNamespace) { } - - public string ClrNamespace { get { throw null; } set { } } - - public string ContractNamespace { get { throw null; } } - } - - [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Enum, Inherited = false, AllowMultiple = false)] - public sealed partial class DataContractAttribute : Attribute - { - public bool IsReference { get { throw null; } set { } } - - public string Name { get { throw null; } set { } } - - public string Namespace { get { throw null; } set { } } - } - - [AttributeUsage(AttributeTargets.Property | AttributeTargets.Field, Inherited = false, AllowMultiple = false)] - public sealed partial class DataMemberAttribute : Attribute - { - public bool EmitDefaultValue { get { throw null; } set { } } - - public bool IsRequired { get { throw null; } set { } } - - public string Name { get { throw null; } set { } } - - public int Order { get { throw null; } set { } } - } - - [AttributeUsage(AttributeTargets.Field, Inherited = false, AllowMultiple = false)] - public sealed partial class EnumMemberAttribute : Attribute - { - public string Value { get { throw null; } set { } } - } - - [AttributeUsage(AttributeTargets.Property | AttributeTargets.Field, Inherited = false, AllowMultiple = false)] - public sealed partial class IgnoreDataMemberAttribute : Attribute - { - } - - [AttributeUsage(AttributeTargets.Method, Inherited = false)] - public sealed partial class OnDeserializedAttribute : Attribute - { - } - - [AttributeUsage(AttributeTargets.Method, Inherited = false)] - public sealed partial class OnDeserializingAttribute : Attribute - { - } - - [AttributeUsage(AttributeTargets.Method, Inherited = false)] - public sealed partial class OnSerializedAttribute : Attribute - { - } - - [AttributeUsage(AttributeTargets.Method, Inherited = false)] - public sealed partial class OnSerializingAttribute : Attribute - { - } - - public partial class SerializationException : Exception - { - public SerializationException() { } - - public SerializationException(string message, Exception innerException) { } - - public SerializationException(string message) { } - } - - public partial struct StreamingContext - { - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - } -} \ No newline at end of file diff --git a/src/referencePackages/src/system.runtime.serialization.primitives/4.1.1/ref/netstandard1.3/System.Runtime.Serialization.Primitives.cs b/src/referencePackages/src/system.runtime.serialization.primitives/4.1.1/ref/netstandard1.3/System.Runtime.Serialization.Primitives.cs deleted file mode 100644 index 7cc4acd21..000000000 --- a/src/referencePackages/src/system.runtime.serialization.primitives/4.1.1/ref/netstandard1.3/System.Runtime.Serialization.Primitives.cs +++ /dev/null @@ -1,159 +0,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. -// ------------------------------------------------------------------------------ -// Changes to this file must follow the http://aka.ms/api-review process. -// ------------------------------------------------------------------------------ -[assembly: System.Runtime.CompilerServices.CompilationRelaxations(8)] -[assembly: System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows = true)] -[assembly: System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)] -[assembly: System.Security.AllowPartiallyTrustedCallers] -[assembly: System.Runtime.CompilerServices.ReferenceAssembly] -[assembly: System.Reflection.AssemblyTitle("System.Runtime.Serialization.Primitives")] -[assembly: System.Reflection.AssemblyDescription("System.Runtime.Serialization.Primitives")] -[assembly: System.Reflection.AssemblyDefaultAlias("System.Runtime.Serialization.Primitives")] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyProduct("Microsoft® .NET Framework")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyFileVersion("1.0.24212.01")] -[assembly: System.Reflection.AssemblyInformationalVersion("1.0.24212.01. Commit Hash: 9688ddbb62c04189cac4c4a06e31e93377dccd41")] -[assembly: System.CLSCompliant(true)] -[assembly: System.Reflection.AssemblyMetadata(".NETFrameworkAssembly", "")] -[assembly: System.Reflection.AssemblyMetadata("Serviceable", "True")] -[assembly: System.Reflection.AssemblyVersionAttribute("4.1.1.0")] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -namespace System.Runtime.Serialization -{ - [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct, Inherited = false, AllowMultiple = false)] - public sealed partial class CollectionDataContractAttribute : Attribute - { - public bool IsItemNameSetExplicitly { get { throw null; } } - - public bool IsKeyNameSetExplicitly { get { throw null; } } - - public bool IsNameSetExplicitly { get { throw null; } } - - public bool IsNamespaceSetExplicitly { get { throw null; } } - - public bool IsReference { get { throw null; } set { } } - - public bool IsReferenceSetExplicitly { get { throw null; } } - - public bool IsValueNameSetExplicitly { get { throw null; } } - - public string ItemName { get { throw null; } set { } } - - public string KeyName { get { throw null; } set { } } - - public string Name { get { throw null; } set { } } - - public string Namespace { get { throw null; } set { } } - - public string ValueName { get { throw null; } set { } } - } - - [AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Module, Inherited = false, AllowMultiple = true)] - public sealed partial class ContractNamespaceAttribute : Attribute - { - public ContractNamespaceAttribute(string contractNamespace) { } - - public string ClrNamespace { get { throw null; } set { } } - - public string ContractNamespace { get { throw null; } } - } - - [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Enum, Inherited = false, AllowMultiple = false)] - public sealed partial class DataContractAttribute : Attribute - { - public bool IsNameSetExplicitly { get { throw null; } } - - public bool IsNamespaceSetExplicitly { get { throw null; } } - - public bool IsReference { get { throw null; } set { } } - - public bool IsReferenceSetExplicitly { get { throw null; } } - - public string Name { get { throw null; } set { } } - - public string Namespace { get { throw null; } set { } } - } - - [AttributeUsage(AttributeTargets.Property | AttributeTargets.Field, Inherited = false, AllowMultiple = false)] - public sealed partial class DataMemberAttribute : Attribute - { - public bool EmitDefaultValue { get { throw null; } set { } } - - public bool IsNameSetExplicitly { get { throw null; } } - - public bool IsRequired { get { throw null; } set { } } - - public string Name { get { throw null; } set { } } - - public int Order { get { throw null; } set { } } - } - - [AttributeUsage(AttributeTargets.Field, Inherited = false, AllowMultiple = false)] - public sealed partial class EnumMemberAttribute : Attribute - { - public bool IsValueSetExplicitly { get { throw null; } } - - public string Value { get { throw null; } set { } } - } - - [AttributeUsage(AttributeTargets.Property | AttributeTargets.Field, Inherited = false, AllowMultiple = false)] - public sealed partial class IgnoreDataMemberAttribute : Attribute - { - } - - public partial class InvalidDataContractException : Exception - { - public InvalidDataContractException() { } - - public InvalidDataContractException(string message, Exception innerException) { } - - public InvalidDataContractException(string message) { } - } - - public partial interface ISerializationSurrogateProvider - { - object GetDeserializedObject(object obj, Type targetType); - object GetObjectToSerialize(object obj, Type targetType); - Type GetSurrogateType(Type type); - } - - [AttributeUsage(AttributeTargets.Method, Inherited = false)] - public sealed partial class OnDeserializedAttribute : Attribute - { - } - - [AttributeUsage(AttributeTargets.Method, Inherited = false)] - public sealed partial class OnDeserializingAttribute : Attribute - { - } - - [AttributeUsage(AttributeTargets.Method, Inherited = false)] - public sealed partial class OnSerializedAttribute : Attribute - { - } - - [AttributeUsage(AttributeTargets.Method, Inherited = false)] - public sealed partial class OnSerializingAttribute : Attribute - { - } - - public partial class SerializationException : Exception - { - public SerializationException() { } - - public SerializationException(string message, Exception innerException) { } - - public SerializationException(string message) { } - } - - public partial struct StreamingContext - { - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - } -} \ No newline at end of file diff --git a/src/referencePackages/src/system.runtime.serialization.primitives/4.1.1/system.runtime.serialization.primitives.nuspec b/src/referencePackages/src/system.runtime.serialization.primitives/4.1.1/system.runtime.serialization.primitives.nuspec deleted file mode 100644 index 067d17406..000000000 --- a/src/referencePackages/src/system.runtime.serialization.primitives/4.1.1/system.runtime.serialization.primitives.nuspec +++ /dev/null @@ -1,41 +0,0 @@ - - - - System.Runtime.Serialization.Primitives - 4.1.1 - System.Runtime.Serialization.Primitives - Microsoft - microsoft,dotnetframework - true - https://microsoft.mit-license.org/ - https://dot.net/ - http://go.microsoft.com/fwlink/?LinkID=288859 - Provides common types, including System.Runtime.Serialization.DataContractAttribute, for libraries that support data contract serialization. - -Commonly Used Types: -System.Runtime.Serialization.StreamingContext -System.Runtime.Serialization.OnDeserializingAttribute -System.Runtime.Serialization.OnDeserializedAttribute -System.Runtime.Serialization.OnSerializingAttribute -System.Runtime.Serialization.OnSerializedAttribute -System.Runtime.Serialization.EnumMemberAttribute -System.Runtime.Serialization.DataMemberAttribute -System.Runtime.Serialization.DataContractAttribute -System.Runtime.Serialization.IgnoreDataMemberAttribute -System.Runtime.Serialization.SerializationException - -When using NuGet 3.x this package requires at least version 3.4. - https://go.microsoft.com/fwlink/?LinkID=799417 - © Microsoft Corporation. All rights reserved. - true - - - - - - - - - - - \ No newline at end of file diff --git a/src/referencePackages/src/system.text.encoding.codepages/4.4.0/System.Text.Encoding.CodePages.4.4.0.csproj b/src/referencePackages/src/system.text.encoding.codepages/4.4.0/System.Text.Encoding.CodePages.4.4.0.csproj deleted file mode 100644 index 4fefb7f1b..000000000 --- a/src/referencePackages/src/system.text.encoding.codepages/4.4.0/System.Text.Encoding.CodePages.4.4.0.csproj +++ /dev/null @@ -1,8 +0,0 @@ - - - - netstandard1.3;netstandard2.0 - System.Text.Encoding.CodePages - - - diff --git a/src/referencePackages/src/system.text.encoding.codepages/4.4.0/ref/netstandard1.3/System.Text.Encoding.CodePages.cs b/src/referencePackages/src/system.text.encoding.codepages/4.4.0/ref/netstandard1.3/System.Text.Encoding.CodePages.cs deleted file mode 100644 index 18678b382..000000000 --- a/src/referencePackages/src/system.text.encoding.codepages/4.4.0/ref/netstandard1.3/System.Text.Encoding.CodePages.cs +++ /dev/null @@ -1,33 +0,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. -// ------------------------------------------------------------------------------ -// Changes to this file must follow the http://aka.ms/api-review process. -// ------------------------------------------------------------------------------ -[assembly: System.Runtime.CompilerServices.CompilationRelaxations(8)] -[assembly: System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows = true)] -[assembly: System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)] -[assembly: System.Security.AllowPartiallyTrustedCallers] -[assembly: System.Runtime.CompilerServices.ReferenceAssembly] -[assembly: System.Reflection.AssemblyTitle("System.Text.Encoding.CodePages")] -[assembly: System.Reflection.AssemblyDescription("System.Text.Encoding.CodePages")] -[assembly: System.Reflection.AssemblyDefaultAlias("System.Text.Encoding.CodePages")] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyProduct("Microsoft® .NET Framework")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyFileVersion("4.6.24705.01")] -[assembly: System.Reflection.AssemblyInformationalVersion("4.6.24705.01. Commit Hash: 4d1af962ca0fede10beb01d197367c2f90e92c97")] -[assembly: System.CLSCompliant(true)] -[assembly: System.Reflection.AssemblyMetadata(".NETFrameworkAssembly", "")] -[assembly: System.Reflection.AssemblyMetadata("Serviceable", "True")] -[assembly: System.Reflection.AssemblyVersionAttribute("4.0.2.0")] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -namespace System.Text -{ - public sealed partial class CodePagesEncodingProvider - { - internal CodePagesEncodingProvider() { } - - public static EncodingProvider Instance { get { throw null; } } - } -} \ No newline at end of file diff --git a/src/referencePackages/src/system.text.encoding.codepages/4.4.0/ref/netstandard2.0/System.Text.Encoding.CodePages.cs b/src/referencePackages/src/system.text.encoding.codepages/4.4.0/ref/netstandard2.0/System.Text.Encoding.CodePages.cs deleted file mode 100644 index b12cd147b..000000000 --- a/src/referencePackages/src/system.text.encoding.codepages/4.4.0/ref/netstandard2.0/System.Text.Encoding.CodePages.cs +++ /dev/null @@ -1,34 +0,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. -// ------------------------------------------------------------------------------ -// Changes to this file must follow the http://aka.ms/api-review process. -// ------------------------------------------------------------------------------ -[assembly: System.Runtime.CompilerServices.CompilationRelaxations(8)] -[assembly: System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows = true)] -[assembly: System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)] -[assembly: System.Security.AllowPartiallyTrustedCallers] -[assembly: System.Runtime.CompilerServices.ReferenceAssembly] -[assembly: System.Reflection.AssemblyTitle("System.Text.Encoding.CodePages")] -[assembly: System.Reflection.AssemblyDescription("System.Text.Encoding.CodePages")] -[assembly: System.Reflection.AssemblyDefaultAlias("System.Text.Encoding.CodePages")] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyProduct("Microsoft® .NET Framework")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyFileVersion("4.6.25519.03")] -[assembly: System.Reflection.AssemblyInformationalVersion("4.6.25519.03 built by: dlab-DDVSOWINAGE013. Commit Hash: 8321c729934c0f8be754953439b88e6e1c120c24")] -[assembly: System.CLSCompliant(true)] -[assembly: System.Reflection.AssemblyMetadata(".NETFrameworkAssembly", "")] -[assembly: System.Reflection.AssemblyMetadata("Serviceable", "True")] -[assembly: System.Reflection.AssemblyMetadata("PreferInbox", "True")] -[assembly: System.Reflection.AssemblyVersionAttribute("4.1.0.0")] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -namespace System.Text -{ - public sealed partial class CodePagesEncodingProvider - { - internal CodePagesEncodingProvider() { } - - public static EncodingProvider Instance { get { throw null; } } - } -} \ No newline at end of file diff --git a/src/referencePackages/src/system.text.encoding.codepages/4.4.0/system.text.encoding.codepages.nuspec b/src/referencePackages/src/system.text.encoding.codepages/4.4.0/system.text.encoding.codepages.nuspec deleted file mode 100644 index 2d9786a66..000000000 --- a/src/referencePackages/src/system.text.encoding.codepages/4.4.0/system.text.encoding.codepages.nuspec +++ /dev/null @@ -1,30 +0,0 @@ - - - - System.Text.Encoding.CodePages - 4.4.0 - System.Text.Encoding.CodePages - Microsoft - microsoft,dotnetframework - false - https://github.com/dotnet/corefx/blob/master/LICENSE.TXT - https://dot.net/ - http://go.microsoft.com/fwlink/?LinkID=288859 - Provides support for code-page based encodings, including Windows-1252, Shift-JIS, and GB2312. - -Commonly Used Types: -System.Text.CodePagesEncodingProvider - -8321c729934c0f8be754953439b88e6e1c120c24 -When using NuGet 3.x this package requires at least version 3.4. - https://go.microsoft.com/fwlink/?LinkID=799421 - © Microsoft Corporation. All rights reserved. - true - - - - - - - - \ No newline at end of file diff --git a/src/referencePackages/src/system.threading.tasks.dataflow/4.6.0/System.Threading.Tasks.Dataflow.4.6.0.csproj b/src/referencePackages/src/system.threading.tasks.dataflow/4.6.0/System.Threading.Tasks.Dataflow.4.6.0.csproj deleted file mode 100644 index 648c03b9d..000000000 --- a/src/referencePackages/src/system.threading.tasks.dataflow/4.6.0/System.Threading.Tasks.Dataflow.4.6.0.csproj +++ /dev/null @@ -1,35 +0,0 @@ - - - - netstandard1.0;netstandard1.1 - System.Threading.Tasks.Dataflow - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/referencePackages/src/system.threading.tasks.dataflow/4.6.0/lib/netstandard1.0/System.Threading.Tasks.Dataflow.cs b/src/referencePackages/src/system.threading.tasks.dataflow/4.6.0/lib/netstandard1.0/System.Threading.Tasks.Dataflow.cs deleted file mode 100644 index 5bcb2a672..000000000 --- a/src/referencePackages/src/system.threading.tasks.dataflow/4.6.0/lib/netstandard1.0/System.Threading.Tasks.Dataflow.cs +++ /dev/null @@ -1,541 +0,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. -// ------------------------------------------------------------------------------ -// Changes to this file must follow the http://aka.ms/api-review process. -// ------------------------------------------------------------------------------ -[assembly: System.Runtime.CompilerServices.CompilationRelaxations(8)] -[assembly: System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows = true)] -[assembly: System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)] -[assembly: System.Resources.NeutralResourcesLanguage("en-US")] -[assembly: System.Reflection.AssemblyTitle("System.Threading.Tasks.Dataflow")] -[assembly: System.Reflection.AssemblyDescription("System.Threading.Tasks.Dataflow")] -[assembly: System.Reflection.AssemblyDefaultAlias("System.Threading.Tasks.Dataflow")] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyProduct("Microsoft® .NET Framework")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyFileVersion("1.0.24212.01")] -[assembly: System.Reflection.AssemblyInformationalVersion("1.0.24212.01. Commit Hash: 9688ddbb62c04189cac4c4a06e31e93377dccd41")] -[assembly: System.CLSCompliant(true)] -[assembly: System.Reflection.AssemblyMetadata(".NETFrameworkAssembly", "")] -[assembly: System.Reflection.AssemblyMetadata("Serviceable", "True")] -[assembly: System.Reflection.AssemblyVersionAttribute("4.6.0.0")] -[assembly: System.Runtime.CompilerServices.ReferenceAssembly] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -namespace System.Threading.Tasks.Dataflow -{ - public sealed partial class ActionBlock : ITargetBlock, IDataflowBlock - { - public ActionBlock(Action action, ExecutionDataflowBlockOptions dataflowBlockOptions) { } - - public ActionBlock(Action action) { } - - public ActionBlock(Func action, ExecutionDataflowBlockOptions dataflowBlockOptions) { } - - public ActionBlock(Func action) { } - - public Task Completion { get { throw null; } } - - public int InputCount { get { throw null; } } - - public void Complete() { } - - public bool Post(TInput item) { throw null; } - - void IDataflowBlock.Fault(Exception exception) { } - - DataflowMessageStatus ITargetBlock.OfferMessage(DataflowMessageHeader messageHeader, TInput messageValue, ISourceBlock source, bool consumeToAccept) { throw null; } - - public override string ToString() { throw null; } - } - - public sealed partial class BatchBlock : IPropagatorBlock, ITargetBlock, IDataflowBlock, ISourceBlock, IReceivableSourceBlock - { - public BatchBlock(int batchSize, GroupingDataflowBlockOptions dataflowBlockOptions) { } - - public BatchBlock(int batchSize) { } - - public int BatchSize { get { throw null; } } - - public Task Completion { get { throw null; } } - - public int OutputCount { get { throw null; } } - - public void Complete() { } - - public IDisposable LinkTo(ITargetBlock target, DataflowLinkOptions linkOptions) { throw null; } - - void IDataflowBlock.Fault(Exception exception) { } - - T[] ISourceBlock.ConsumeMessage(DataflowMessageHeader messageHeader, ITargetBlock target, out bool messageConsumed) { throw null; } - - void ISourceBlock.ReleaseReservation(DataflowMessageHeader messageHeader, ITargetBlock target) { } - - bool ISourceBlock.ReserveMessage(DataflowMessageHeader messageHeader, ITargetBlock target) { throw null; } - - DataflowMessageStatus ITargetBlock.OfferMessage(DataflowMessageHeader messageHeader, T messageValue, ISourceBlock source, bool consumeToAccept) { throw null; } - - public override string ToString() { throw null; } - - public void TriggerBatch() { } - - public bool TryReceive(Predicate filter, out T[] item) { throw null; } - - public bool TryReceiveAll(out Collections.Generic.IList items) { throw null; } - } - - public sealed partial class BatchedJoinBlock : IReceivableSourceBlock, Collections.Generic.IList>>, ISourceBlock, Collections.Generic.IList>>, IDataflowBlock - { - public BatchedJoinBlock(int batchSize, GroupingDataflowBlockOptions dataflowBlockOptions) { } - - public BatchedJoinBlock(int batchSize) { } - - public int BatchSize { get { throw null; } } - - public Task Completion { get { throw null; } } - - public int OutputCount { get { throw null; } } - - public ITargetBlock Target1 { get { throw null; } } - - public ITargetBlock Target2 { get { throw null; } } - - public void Complete() { } - - public IDisposable LinkTo(ITargetBlock, Collections.Generic.IList>> target, DataflowLinkOptions linkOptions) { throw null; } - - void IDataflowBlock.Fault(Exception exception) { } - - Tuple, Collections.Generic.IList> ISourceBlock, Collections.Generic.IList>>.ConsumeMessage(DataflowMessageHeader messageHeader, ITargetBlock, Collections.Generic.IList>> target, out bool messageConsumed) { throw null; } - - void ISourceBlock, Collections.Generic.IList>>.ReleaseReservation(DataflowMessageHeader messageHeader, ITargetBlock, Collections.Generic.IList>> target) { } - - bool ISourceBlock, Collections.Generic.IList>>.ReserveMessage(DataflowMessageHeader messageHeader, ITargetBlock, Collections.Generic.IList>> target) { throw null; } - - public override string ToString() { throw null; } - - public bool TryReceive(Predicate, Collections.Generic.IList>> filter, out Tuple, Collections.Generic.IList> item) { throw null; } - - public bool TryReceiveAll(out Collections.Generic.IList, Collections.Generic.IList>> items) { throw null; } - } - - public sealed partial class BatchedJoinBlock : IReceivableSourceBlock, Collections.Generic.IList, Collections.Generic.IList>>, ISourceBlock, Collections.Generic.IList, Collections.Generic.IList>>, IDataflowBlock - { - public BatchedJoinBlock(int batchSize, GroupingDataflowBlockOptions dataflowBlockOptions) { } - - public BatchedJoinBlock(int batchSize) { } - - public int BatchSize { get { throw null; } } - - public Task Completion { get { throw null; } } - - public int OutputCount { get { throw null; } } - - public ITargetBlock Target1 { get { throw null; } } - - public ITargetBlock Target2 { get { throw null; } } - - public ITargetBlock Target3 { get { throw null; } } - - public void Complete() { } - - public IDisposable LinkTo(ITargetBlock, Collections.Generic.IList, Collections.Generic.IList>> target, DataflowLinkOptions linkOptions) { throw null; } - - void IDataflowBlock.Fault(Exception exception) { } - - Tuple, Collections.Generic.IList, Collections.Generic.IList> ISourceBlock, Collections.Generic.IList, Collections.Generic.IList>>.ConsumeMessage(DataflowMessageHeader messageHeader, ITargetBlock, Collections.Generic.IList, Collections.Generic.IList>> target, out bool messageConsumed) { throw null; } - - void ISourceBlock, Collections.Generic.IList, Collections.Generic.IList>>.ReleaseReservation(DataflowMessageHeader messageHeader, ITargetBlock, Collections.Generic.IList, Collections.Generic.IList>> target) { } - - bool ISourceBlock, Collections.Generic.IList, Collections.Generic.IList>>.ReserveMessage(DataflowMessageHeader messageHeader, ITargetBlock, Collections.Generic.IList, Collections.Generic.IList>> target) { throw null; } - - public override string ToString() { throw null; } - - public bool TryReceive(Predicate, Collections.Generic.IList, Collections.Generic.IList>> filter, out Tuple, Collections.Generic.IList, Collections.Generic.IList> item) { throw null; } - - public bool TryReceiveAll(out Collections.Generic.IList, Collections.Generic.IList, Collections.Generic.IList>> items) { throw null; } - } - - public sealed partial class BroadcastBlock : IPropagatorBlock, ITargetBlock, IDataflowBlock, ISourceBlock, IReceivableSourceBlock - { - public BroadcastBlock(Func cloningFunction, DataflowBlockOptions dataflowBlockOptions) { } - - public BroadcastBlock(Func cloningFunction) { } - - public Task Completion { get { throw null; } } - - public void Complete() { } - - public IDisposable LinkTo(ITargetBlock target, DataflowLinkOptions linkOptions) { throw null; } - - void IDataflowBlock.Fault(Exception exception) { } - - bool IReceivableSourceBlock.TryReceiveAll(out Collections.Generic.IList items) { throw null; } - - T ISourceBlock.ConsumeMessage(DataflowMessageHeader messageHeader, ITargetBlock target, out bool messageConsumed) { throw null; } - - void ISourceBlock.ReleaseReservation(DataflowMessageHeader messageHeader, ITargetBlock target) { } - - bool ISourceBlock.ReserveMessage(DataflowMessageHeader messageHeader, ITargetBlock target) { throw null; } - - DataflowMessageStatus ITargetBlock.OfferMessage(DataflowMessageHeader messageHeader, T messageValue, ISourceBlock source, bool consumeToAccept) { throw null; } - - public override string ToString() { throw null; } - - public bool TryReceive(Predicate filter, out T item) { throw null; } - } - - public sealed partial class BufferBlock : IPropagatorBlock, ITargetBlock, IDataflowBlock, ISourceBlock, IReceivableSourceBlock - { - public BufferBlock() { } - - public BufferBlock(DataflowBlockOptions dataflowBlockOptions) { } - - public Task Completion { get { throw null; } } - - public int Count { get { throw null; } } - - public void Complete() { } - - public IDisposable LinkTo(ITargetBlock target, DataflowLinkOptions linkOptions) { throw null; } - - void IDataflowBlock.Fault(Exception exception) { } - - T ISourceBlock.ConsumeMessage(DataflowMessageHeader messageHeader, ITargetBlock target, out bool messageConsumed) { throw null; } - - void ISourceBlock.ReleaseReservation(DataflowMessageHeader messageHeader, ITargetBlock target) { } - - bool ISourceBlock.ReserveMessage(DataflowMessageHeader messageHeader, ITargetBlock target) { throw null; } - - DataflowMessageStatus ITargetBlock.OfferMessage(DataflowMessageHeader messageHeader, T messageValue, ISourceBlock source, bool consumeToAccept) { throw null; } - - public override string ToString() { throw null; } - - public bool TryReceive(Predicate filter, out T item) { throw null; } - - public bool TryReceiveAll(out Collections.Generic.IList items) { throw null; } - } - - public static partial class DataflowBlock - { - public static IObservable AsObservable(this ISourceBlock source) { throw null; } - - public static IObserver AsObserver(this ITargetBlock target) { throw null; } - - public static Task Choose(ISourceBlock source1, Action action1, ISourceBlock source2, Action action2, DataflowBlockOptions dataflowBlockOptions) { throw null; } - - public static Task Choose(ISourceBlock source1, Action action1, ISourceBlock source2, Action action2) { throw null; } - - public static Task Choose(ISourceBlock source1, Action action1, ISourceBlock source2, Action action2, ISourceBlock source3, Action action3, DataflowBlockOptions dataflowBlockOptions) { throw null; } - - public static Task Choose(ISourceBlock source1, Action action1, ISourceBlock source2, Action action2, ISourceBlock source3, Action action3) { throw null; } - - public static IPropagatorBlock Encapsulate(ITargetBlock target, ISourceBlock source) { throw null; } - - public static IDisposable LinkTo(this ISourceBlock source, ITargetBlock target, Predicate predicate) { throw null; } - - public static IDisposable LinkTo(this ISourceBlock source, ITargetBlock target, DataflowLinkOptions linkOptions, Predicate predicate) { throw null; } - - public static IDisposable LinkTo(this ISourceBlock source, ITargetBlock target) { throw null; } - - public static ITargetBlock NullTarget() { throw null; } - - public static Task OutputAvailableAsync(this ISourceBlock source, CancellationToken cancellationToken) { throw null; } - - public static Task OutputAvailableAsync(this ISourceBlock source) { throw null; } - - public static bool Post(this ITargetBlock target, TInput item) { throw null; } - - public static TOutput Receive(this ISourceBlock source, CancellationToken cancellationToken) { throw null; } - - public static TOutput Receive(this ISourceBlock source, TimeSpan timeout, CancellationToken cancellationToken) { throw null; } - - public static TOutput Receive(this ISourceBlock source, TimeSpan timeout) { throw null; } - - public static TOutput Receive(this ISourceBlock source) { throw null; } - - public static Task ReceiveAsync(this ISourceBlock source, CancellationToken cancellationToken) { throw null; } - - public static Task ReceiveAsync(this ISourceBlock source, TimeSpan timeout, CancellationToken cancellationToken) { throw null; } - - public static Task ReceiveAsync(this ISourceBlock source, TimeSpan timeout) { throw null; } - - public static Task ReceiveAsync(this ISourceBlock source) { throw null; } - - public static Task SendAsync(this ITargetBlock target, TInput item, CancellationToken cancellationToken) { throw null; } - - public static Task SendAsync(this ITargetBlock target, TInput item) { throw null; } - - public static bool TryReceive(this IReceivableSourceBlock source, out TOutput item) { throw null; } - } - - public partial class DataflowBlockOptions - { - public const int Unbounded = -1; - public int BoundedCapacity { get { throw null; } set { } } - - public CancellationToken CancellationToken { get { throw null; } set { } } - - public bool EnsureOrdered { get { throw null; } set { } } - - public int MaxMessagesPerTask { get { throw null; } set { } } - - public string NameFormat { get { throw null; } set { } } - - public TaskScheduler TaskScheduler { get { throw null; } set { } } - } - - public partial class DataflowLinkOptions - { - public bool Append { get { throw null; } set { } } - - public int MaxMessages { get { throw null; } set { } } - - public bool PropagateCompletion { get { throw null; } set { } } - } - - public partial struct DataflowMessageHeader : IEquatable - { - private int _dummyPrimitive; - public DataflowMessageHeader(long id) { } - - public long Id { get { throw null; } } - - public bool IsValid { get { throw null; } } - - public override bool Equals(object obj) { throw null; } - - public bool Equals(DataflowMessageHeader other) { throw null; } - - public override int GetHashCode() { throw null; } - - public static bool operator ==(DataflowMessageHeader left, DataflowMessageHeader right) { throw null; } - - public static bool operator !=(DataflowMessageHeader left, DataflowMessageHeader right) { throw null; } - } - - public enum DataflowMessageStatus - { - Accepted = 0, - Declined = 1, - Postponed = 2, - NotAvailable = 3, - DecliningPermanently = 4 - } - - public partial class ExecutionDataflowBlockOptions : DataflowBlockOptions - { - public int MaxDegreeOfParallelism { get { throw null; } set { } } - - public bool SingleProducerConstrained { get { throw null; } set { } } - } - - public partial class GroupingDataflowBlockOptions : DataflowBlockOptions - { - public bool Greedy { get { throw null; } set { } } - - public long MaxNumberOfGroups { get { throw null; } set { } } - } - - public partial interface IDataflowBlock - { - Task Completion { get; } - - void Complete(); - void Fault(Exception exception); - } - - public partial interface IPropagatorBlock : ITargetBlock, IDataflowBlock, ISourceBlock - { - } - - public partial interface IReceivableSourceBlock : ISourceBlock, IDataflowBlock - { - bool TryReceive(Predicate filter, out TOutput item); - bool TryReceiveAll(out Collections.Generic.IList items); - } - - public partial interface ISourceBlock : IDataflowBlock - { - TOutput ConsumeMessage(DataflowMessageHeader messageHeader, ITargetBlock target, out bool messageConsumed); - IDisposable LinkTo(ITargetBlock target, DataflowLinkOptions linkOptions); - void ReleaseReservation(DataflowMessageHeader messageHeader, ITargetBlock target); - bool ReserveMessage(DataflowMessageHeader messageHeader, ITargetBlock target); - } - - public partial interface ITargetBlock : IDataflowBlock - { - DataflowMessageStatus OfferMessage(DataflowMessageHeader messageHeader, TInput messageValue, ISourceBlock source, bool consumeToAccept); - } - - public sealed partial class JoinBlock : IReceivableSourceBlock>, ISourceBlock>, IDataflowBlock - { - public JoinBlock() { } - - public JoinBlock(GroupingDataflowBlockOptions dataflowBlockOptions) { } - - public Task Completion { get { throw null; } } - - public int OutputCount { get { throw null; } } - - public ITargetBlock Target1 { get { throw null; } } - - public ITargetBlock Target2 { get { throw null; } } - - public void Complete() { } - - public IDisposable LinkTo(ITargetBlock> target, DataflowLinkOptions linkOptions) { throw null; } - - void IDataflowBlock.Fault(Exception exception) { } - - Tuple ISourceBlock>.ConsumeMessage(DataflowMessageHeader messageHeader, ITargetBlock> target, out bool messageConsumed) { throw null; } - - void ISourceBlock>.ReleaseReservation(DataflowMessageHeader messageHeader, ITargetBlock> target) { } - - bool ISourceBlock>.ReserveMessage(DataflowMessageHeader messageHeader, ITargetBlock> target) { throw null; } - - public override string ToString() { throw null; } - - public bool TryReceive(Predicate> filter, out Tuple item) { throw null; } - - public bool TryReceiveAll(out Collections.Generic.IList> items) { throw null; } - } - - public sealed partial class JoinBlock : IReceivableSourceBlock>, ISourceBlock>, IDataflowBlock - { - public JoinBlock() { } - - public JoinBlock(GroupingDataflowBlockOptions dataflowBlockOptions) { } - - public Task Completion { get { throw null; } } - - public int OutputCount { get { throw null; } } - - public ITargetBlock Target1 { get { throw null; } } - - public ITargetBlock Target2 { get { throw null; } } - - public ITargetBlock Target3 { get { throw null; } } - - public void Complete() { } - - public IDisposable LinkTo(ITargetBlock> target, DataflowLinkOptions linkOptions) { throw null; } - - void IDataflowBlock.Fault(Exception exception) { } - - Tuple ISourceBlock>.ConsumeMessage(DataflowMessageHeader messageHeader, ITargetBlock> target, out bool messageConsumed) { throw null; } - - void ISourceBlock>.ReleaseReservation(DataflowMessageHeader messageHeader, ITargetBlock> target) { } - - bool ISourceBlock>.ReserveMessage(DataflowMessageHeader messageHeader, ITargetBlock> target) { throw null; } - - public override string ToString() { throw null; } - - public bool TryReceive(Predicate> filter, out Tuple item) { throw null; } - - public bool TryReceiveAll(out Collections.Generic.IList> items) { throw null; } - } - - public sealed partial class TransformBlock : IPropagatorBlock, ITargetBlock, IDataflowBlock, ISourceBlock, IReceivableSourceBlock - { - public TransformBlock(Func transform, ExecutionDataflowBlockOptions dataflowBlockOptions) { } - - public TransformBlock(Func transform) { } - - public TransformBlock(Func> transform, ExecutionDataflowBlockOptions dataflowBlockOptions) { } - - public TransformBlock(Func> transform) { } - - public Task Completion { get { throw null; } } - - public int InputCount { get { throw null; } } - - public int OutputCount { get { throw null; } } - - public void Complete() { } - - public IDisposable LinkTo(ITargetBlock target, DataflowLinkOptions linkOptions) { throw null; } - - void IDataflowBlock.Fault(Exception exception) { } - - TOutput ISourceBlock.ConsumeMessage(DataflowMessageHeader messageHeader, ITargetBlock target, out bool messageConsumed) { throw null; } - - void ISourceBlock.ReleaseReservation(DataflowMessageHeader messageHeader, ITargetBlock target) { } - - bool ISourceBlock.ReserveMessage(DataflowMessageHeader messageHeader, ITargetBlock target) { throw null; } - - DataflowMessageStatus ITargetBlock.OfferMessage(DataflowMessageHeader messageHeader, TInput messageValue, ISourceBlock source, bool consumeToAccept) { throw null; } - - public override string ToString() { throw null; } - - public bool TryReceive(Predicate filter, out TOutput item) { throw null; } - - public bool TryReceiveAll(out Collections.Generic.IList items) { throw null; } - } - - public sealed partial class TransformManyBlock : IPropagatorBlock, ITargetBlock, IDataflowBlock, ISourceBlock, IReceivableSourceBlock - { - public TransformManyBlock(Func> transform, ExecutionDataflowBlockOptions dataflowBlockOptions) { } - - public TransformManyBlock(Func> transform) { } - - public TransformManyBlock(Func>> transform, ExecutionDataflowBlockOptions dataflowBlockOptions) { } - - public TransformManyBlock(Func>> transform) { } - - public Task Completion { get { throw null; } } - - public int InputCount { get { throw null; } } - - public int OutputCount { get { throw null; } } - - public void Complete() { } - - public IDisposable LinkTo(ITargetBlock target, DataflowLinkOptions linkOptions) { throw null; } - - void IDataflowBlock.Fault(Exception exception) { } - - TOutput ISourceBlock.ConsumeMessage(DataflowMessageHeader messageHeader, ITargetBlock target, out bool messageConsumed) { throw null; } - - void ISourceBlock.ReleaseReservation(DataflowMessageHeader messageHeader, ITargetBlock target) { } - - bool ISourceBlock.ReserveMessage(DataflowMessageHeader messageHeader, ITargetBlock target) { throw null; } - - DataflowMessageStatus ITargetBlock.OfferMessage(DataflowMessageHeader messageHeader, TInput messageValue, ISourceBlock source, bool consumeToAccept) { throw null; } - - public override string ToString() { throw null; } - - public bool TryReceive(Predicate filter, out TOutput item) { throw null; } - - public bool TryReceiveAll(out Collections.Generic.IList items) { throw null; } - } - - public sealed partial class WriteOnceBlock : IPropagatorBlock, ITargetBlock, IDataflowBlock, ISourceBlock, IReceivableSourceBlock - { - public WriteOnceBlock(Func cloningFunction, DataflowBlockOptions dataflowBlockOptions) { } - - public WriteOnceBlock(Func cloningFunction) { } - - public Task Completion { get { throw null; } } - - public void Complete() { } - - public IDisposable LinkTo(ITargetBlock target, DataflowLinkOptions linkOptions) { throw null; } - - void IDataflowBlock.Fault(Exception exception) { } - - bool IReceivableSourceBlock.TryReceiveAll(out Collections.Generic.IList items) { throw null; } - - T ISourceBlock.ConsumeMessage(DataflowMessageHeader messageHeader, ITargetBlock target, out bool messageConsumed) { throw null; } - - void ISourceBlock.ReleaseReservation(DataflowMessageHeader messageHeader, ITargetBlock target) { } - - bool ISourceBlock.ReserveMessage(DataflowMessageHeader messageHeader, ITargetBlock target) { throw null; } - - DataflowMessageStatus ITargetBlock.OfferMessage(DataflowMessageHeader messageHeader, T messageValue, ISourceBlock source, bool consumeToAccept) { throw null; } - - public override string ToString() { throw null; } - - public bool TryReceive(Predicate filter, out T item) { throw null; } - } -} \ No newline at end of file diff --git a/src/referencePackages/src/system.threading.tasks.dataflow/4.6.0/lib/netstandard1.1/System.Threading.Tasks.Dataflow.cs b/src/referencePackages/src/system.threading.tasks.dataflow/4.6.0/lib/netstandard1.1/System.Threading.Tasks.Dataflow.cs deleted file mode 100644 index 5bcb2a672..000000000 --- a/src/referencePackages/src/system.threading.tasks.dataflow/4.6.0/lib/netstandard1.1/System.Threading.Tasks.Dataflow.cs +++ /dev/null @@ -1,541 +0,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. -// ------------------------------------------------------------------------------ -// Changes to this file must follow the http://aka.ms/api-review process. -// ------------------------------------------------------------------------------ -[assembly: System.Runtime.CompilerServices.CompilationRelaxations(8)] -[assembly: System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows = true)] -[assembly: System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)] -[assembly: System.Resources.NeutralResourcesLanguage("en-US")] -[assembly: System.Reflection.AssemblyTitle("System.Threading.Tasks.Dataflow")] -[assembly: System.Reflection.AssemblyDescription("System.Threading.Tasks.Dataflow")] -[assembly: System.Reflection.AssemblyDefaultAlias("System.Threading.Tasks.Dataflow")] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyProduct("Microsoft® .NET Framework")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyFileVersion("1.0.24212.01")] -[assembly: System.Reflection.AssemblyInformationalVersion("1.0.24212.01. Commit Hash: 9688ddbb62c04189cac4c4a06e31e93377dccd41")] -[assembly: System.CLSCompliant(true)] -[assembly: System.Reflection.AssemblyMetadata(".NETFrameworkAssembly", "")] -[assembly: System.Reflection.AssemblyMetadata("Serviceable", "True")] -[assembly: System.Reflection.AssemblyVersionAttribute("4.6.0.0")] -[assembly: System.Runtime.CompilerServices.ReferenceAssembly] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -namespace System.Threading.Tasks.Dataflow -{ - public sealed partial class ActionBlock : ITargetBlock, IDataflowBlock - { - public ActionBlock(Action action, ExecutionDataflowBlockOptions dataflowBlockOptions) { } - - public ActionBlock(Action action) { } - - public ActionBlock(Func action, ExecutionDataflowBlockOptions dataflowBlockOptions) { } - - public ActionBlock(Func action) { } - - public Task Completion { get { throw null; } } - - public int InputCount { get { throw null; } } - - public void Complete() { } - - public bool Post(TInput item) { throw null; } - - void IDataflowBlock.Fault(Exception exception) { } - - DataflowMessageStatus ITargetBlock.OfferMessage(DataflowMessageHeader messageHeader, TInput messageValue, ISourceBlock source, bool consumeToAccept) { throw null; } - - public override string ToString() { throw null; } - } - - public sealed partial class BatchBlock : IPropagatorBlock, ITargetBlock, IDataflowBlock, ISourceBlock, IReceivableSourceBlock - { - public BatchBlock(int batchSize, GroupingDataflowBlockOptions dataflowBlockOptions) { } - - public BatchBlock(int batchSize) { } - - public int BatchSize { get { throw null; } } - - public Task Completion { get { throw null; } } - - public int OutputCount { get { throw null; } } - - public void Complete() { } - - public IDisposable LinkTo(ITargetBlock target, DataflowLinkOptions linkOptions) { throw null; } - - void IDataflowBlock.Fault(Exception exception) { } - - T[] ISourceBlock.ConsumeMessage(DataflowMessageHeader messageHeader, ITargetBlock target, out bool messageConsumed) { throw null; } - - void ISourceBlock.ReleaseReservation(DataflowMessageHeader messageHeader, ITargetBlock target) { } - - bool ISourceBlock.ReserveMessage(DataflowMessageHeader messageHeader, ITargetBlock target) { throw null; } - - DataflowMessageStatus ITargetBlock.OfferMessage(DataflowMessageHeader messageHeader, T messageValue, ISourceBlock source, bool consumeToAccept) { throw null; } - - public override string ToString() { throw null; } - - public void TriggerBatch() { } - - public bool TryReceive(Predicate filter, out T[] item) { throw null; } - - public bool TryReceiveAll(out Collections.Generic.IList items) { throw null; } - } - - public sealed partial class BatchedJoinBlock : IReceivableSourceBlock, Collections.Generic.IList>>, ISourceBlock, Collections.Generic.IList>>, IDataflowBlock - { - public BatchedJoinBlock(int batchSize, GroupingDataflowBlockOptions dataflowBlockOptions) { } - - public BatchedJoinBlock(int batchSize) { } - - public int BatchSize { get { throw null; } } - - public Task Completion { get { throw null; } } - - public int OutputCount { get { throw null; } } - - public ITargetBlock Target1 { get { throw null; } } - - public ITargetBlock Target2 { get { throw null; } } - - public void Complete() { } - - public IDisposable LinkTo(ITargetBlock, Collections.Generic.IList>> target, DataflowLinkOptions linkOptions) { throw null; } - - void IDataflowBlock.Fault(Exception exception) { } - - Tuple, Collections.Generic.IList> ISourceBlock, Collections.Generic.IList>>.ConsumeMessage(DataflowMessageHeader messageHeader, ITargetBlock, Collections.Generic.IList>> target, out bool messageConsumed) { throw null; } - - void ISourceBlock, Collections.Generic.IList>>.ReleaseReservation(DataflowMessageHeader messageHeader, ITargetBlock, Collections.Generic.IList>> target) { } - - bool ISourceBlock, Collections.Generic.IList>>.ReserveMessage(DataflowMessageHeader messageHeader, ITargetBlock, Collections.Generic.IList>> target) { throw null; } - - public override string ToString() { throw null; } - - public bool TryReceive(Predicate, Collections.Generic.IList>> filter, out Tuple, Collections.Generic.IList> item) { throw null; } - - public bool TryReceiveAll(out Collections.Generic.IList, Collections.Generic.IList>> items) { throw null; } - } - - public sealed partial class BatchedJoinBlock : IReceivableSourceBlock, Collections.Generic.IList, Collections.Generic.IList>>, ISourceBlock, Collections.Generic.IList, Collections.Generic.IList>>, IDataflowBlock - { - public BatchedJoinBlock(int batchSize, GroupingDataflowBlockOptions dataflowBlockOptions) { } - - public BatchedJoinBlock(int batchSize) { } - - public int BatchSize { get { throw null; } } - - public Task Completion { get { throw null; } } - - public int OutputCount { get { throw null; } } - - public ITargetBlock Target1 { get { throw null; } } - - public ITargetBlock Target2 { get { throw null; } } - - public ITargetBlock Target3 { get { throw null; } } - - public void Complete() { } - - public IDisposable LinkTo(ITargetBlock, Collections.Generic.IList, Collections.Generic.IList>> target, DataflowLinkOptions linkOptions) { throw null; } - - void IDataflowBlock.Fault(Exception exception) { } - - Tuple, Collections.Generic.IList, Collections.Generic.IList> ISourceBlock, Collections.Generic.IList, Collections.Generic.IList>>.ConsumeMessage(DataflowMessageHeader messageHeader, ITargetBlock, Collections.Generic.IList, Collections.Generic.IList>> target, out bool messageConsumed) { throw null; } - - void ISourceBlock, Collections.Generic.IList, Collections.Generic.IList>>.ReleaseReservation(DataflowMessageHeader messageHeader, ITargetBlock, Collections.Generic.IList, Collections.Generic.IList>> target) { } - - bool ISourceBlock, Collections.Generic.IList, Collections.Generic.IList>>.ReserveMessage(DataflowMessageHeader messageHeader, ITargetBlock, Collections.Generic.IList, Collections.Generic.IList>> target) { throw null; } - - public override string ToString() { throw null; } - - public bool TryReceive(Predicate, Collections.Generic.IList, Collections.Generic.IList>> filter, out Tuple, Collections.Generic.IList, Collections.Generic.IList> item) { throw null; } - - public bool TryReceiveAll(out Collections.Generic.IList, Collections.Generic.IList, Collections.Generic.IList>> items) { throw null; } - } - - public sealed partial class BroadcastBlock : IPropagatorBlock, ITargetBlock, IDataflowBlock, ISourceBlock, IReceivableSourceBlock - { - public BroadcastBlock(Func cloningFunction, DataflowBlockOptions dataflowBlockOptions) { } - - public BroadcastBlock(Func cloningFunction) { } - - public Task Completion { get { throw null; } } - - public void Complete() { } - - public IDisposable LinkTo(ITargetBlock target, DataflowLinkOptions linkOptions) { throw null; } - - void IDataflowBlock.Fault(Exception exception) { } - - bool IReceivableSourceBlock.TryReceiveAll(out Collections.Generic.IList items) { throw null; } - - T ISourceBlock.ConsumeMessage(DataflowMessageHeader messageHeader, ITargetBlock target, out bool messageConsumed) { throw null; } - - void ISourceBlock.ReleaseReservation(DataflowMessageHeader messageHeader, ITargetBlock target) { } - - bool ISourceBlock.ReserveMessage(DataflowMessageHeader messageHeader, ITargetBlock target) { throw null; } - - DataflowMessageStatus ITargetBlock.OfferMessage(DataflowMessageHeader messageHeader, T messageValue, ISourceBlock source, bool consumeToAccept) { throw null; } - - public override string ToString() { throw null; } - - public bool TryReceive(Predicate filter, out T item) { throw null; } - } - - public sealed partial class BufferBlock : IPropagatorBlock, ITargetBlock, IDataflowBlock, ISourceBlock, IReceivableSourceBlock - { - public BufferBlock() { } - - public BufferBlock(DataflowBlockOptions dataflowBlockOptions) { } - - public Task Completion { get { throw null; } } - - public int Count { get { throw null; } } - - public void Complete() { } - - public IDisposable LinkTo(ITargetBlock target, DataflowLinkOptions linkOptions) { throw null; } - - void IDataflowBlock.Fault(Exception exception) { } - - T ISourceBlock.ConsumeMessage(DataflowMessageHeader messageHeader, ITargetBlock target, out bool messageConsumed) { throw null; } - - void ISourceBlock.ReleaseReservation(DataflowMessageHeader messageHeader, ITargetBlock target) { } - - bool ISourceBlock.ReserveMessage(DataflowMessageHeader messageHeader, ITargetBlock target) { throw null; } - - DataflowMessageStatus ITargetBlock.OfferMessage(DataflowMessageHeader messageHeader, T messageValue, ISourceBlock source, bool consumeToAccept) { throw null; } - - public override string ToString() { throw null; } - - public bool TryReceive(Predicate filter, out T item) { throw null; } - - public bool TryReceiveAll(out Collections.Generic.IList items) { throw null; } - } - - public static partial class DataflowBlock - { - public static IObservable AsObservable(this ISourceBlock source) { throw null; } - - public static IObserver AsObserver(this ITargetBlock target) { throw null; } - - public static Task Choose(ISourceBlock source1, Action action1, ISourceBlock source2, Action action2, DataflowBlockOptions dataflowBlockOptions) { throw null; } - - public static Task Choose(ISourceBlock source1, Action action1, ISourceBlock source2, Action action2) { throw null; } - - public static Task Choose(ISourceBlock source1, Action action1, ISourceBlock source2, Action action2, ISourceBlock source3, Action action3, DataflowBlockOptions dataflowBlockOptions) { throw null; } - - public static Task Choose(ISourceBlock source1, Action action1, ISourceBlock source2, Action action2, ISourceBlock source3, Action action3) { throw null; } - - public static IPropagatorBlock Encapsulate(ITargetBlock target, ISourceBlock source) { throw null; } - - public static IDisposable LinkTo(this ISourceBlock source, ITargetBlock target, Predicate predicate) { throw null; } - - public static IDisposable LinkTo(this ISourceBlock source, ITargetBlock target, DataflowLinkOptions linkOptions, Predicate predicate) { throw null; } - - public static IDisposable LinkTo(this ISourceBlock source, ITargetBlock target) { throw null; } - - public static ITargetBlock NullTarget() { throw null; } - - public static Task OutputAvailableAsync(this ISourceBlock source, CancellationToken cancellationToken) { throw null; } - - public static Task OutputAvailableAsync(this ISourceBlock source) { throw null; } - - public static bool Post(this ITargetBlock target, TInput item) { throw null; } - - public static TOutput Receive(this ISourceBlock source, CancellationToken cancellationToken) { throw null; } - - public static TOutput Receive(this ISourceBlock source, TimeSpan timeout, CancellationToken cancellationToken) { throw null; } - - public static TOutput Receive(this ISourceBlock source, TimeSpan timeout) { throw null; } - - public static TOutput Receive(this ISourceBlock source) { throw null; } - - public static Task ReceiveAsync(this ISourceBlock source, CancellationToken cancellationToken) { throw null; } - - public static Task ReceiveAsync(this ISourceBlock source, TimeSpan timeout, CancellationToken cancellationToken) { throw null; } - - public static Task ReceiveAsync(this ISourceBlock source, TimeSpan timeout) { throw null; } - - public static Task ReceiveAsync(this ISourceBlock source) { throw null; } - - public static Task SendAsync(this ITargetBlock target, TInput item, CancellationToken cancellationToken) { throw null; } - - public static Task SendAsync(this ITargetBlock target, TInput item) { throw null; } - - public static bool TryReceive(this IReceivableSourceBlock source, out TOutput item) { throw null; } - } - - public partial class DataflowBlockOptions - { - public const int Unbounded = -1; - public int BoundedCapacity { get { throw null; } set { } } - - public CancellationToken CancellationToken { get { throw null; } set { } } - - public bool EnsureOrdered { get { throw null; } set { } } - - public int MaxMessagesPerTask { get { throw null; } set { } } - - public string NameFormat { get { throw null; } set { } } - - public TaskScheduler TaskScheduler { get { throw null; } set { } } - } - - public partial class DataflowLinkOptions - { - public bool Append { get { throw null; } set { } } - - public int MaxMessages { get { throw null; } set { } } - - public bool PropagateCompletion { get { throw null; } set { } } - } - - public partial struct DataflowMessageHeader : IEquatable - { - private int _dummyPrimitive; - public DataflowMessageHeader(long id) { } - - public long Id { get { throw null; } } - - public bool IsValid { get { throw null; } } - - public override bool Equals(object obj) { throw null; } - - public bool Equals(DataflowMessageHeader other) { throw null; } - - public override int GetHashCode() { throw null; } - - public static bool operator ==(DataflowMessageHeader left, DataflowMessageHeader right) { throw null; } - - public static bool operator !=(DataflowMessageHeader left, DataflowMessageHeader right) { throw null; } - } - - public enum DataflowMessageStatus - { - Accepted = 0, - Declined = 1, - Postponed = 2, - NotAvailable = 3, - DecliningPermanently = 4 - } - - public partial class ExecutionDataflowBlockOptions : DataflowBlockOptions - { - public int MaxDegreeOfParallelism { get { throw null; } set { } } - - public bool SingleProducerConstrained { get { throw null; } set { } } - } - - public partial class GroupingDataflowBlockOptions : DataflowBlockOptions - { - public bool Greedy { get { throw null; } set { } } - - public long MaxNumberOfGroups { get { throw null; } set { } } - } - - public partial interface IDataflowBlock - { - Task Completion { get; } - - void Complete(); - void Fault(Exception exception); - } - - public partial interface IPropagatorBlock : ITargetBlock, IDataflowBlock, ISourceBlock - { - } - - public partial interface IReceivableSourceBlock : ISourceBlock, IDataflowBlock - { - bool TryReceive(Predicate filter, out TOutput item); - bool TryReceiveAll(out Collections.Generic.IList items); - } - - public partial interface ISourceBlock : IDataflowBlock - { - TOutput ConsumeMessage(DataflowMessageHeader messageHeader, ITargetBlock target, out bool messageConsumed); - IDisposable LinkTo(ITargetBlock target, DataflowLinkOptions linkOptions); - void ReleaseReservation(DataflowMessageHeader messageHeader, ITargetBlock target); - bool ReserveMessage(DataflowMessageHeader messageHeader, ITargetBlock target); - } - - public partial interface ITargetBlock : IDataflowBlock - { - DataflowMessageStatus OfferMessage(DataflowMessageHeader messageHeader, TInput messageValue, ISourceBlock source, bool consumeToAccept); - } - - public sealed partial class JoinBlock : IReceivableSourceBlock>, ISourceBlock>, IDataflowBlock - { - public JoinBlock() { } - - public JoinBlock(GroupingDataflowBlockOptions dataflowBlockOptions) { } - - public Task Completion { get { throw null; } } - - public int OutputCount { get { throw null; } } - - public ITargetBlock Target1 { get { throw null; } } - - public ITargetBlock Target2 { get { throw null; } } - - public void Complete() { } - - public IDisposable LinkTo(ITargetBlock> target, DataflowLinkOptions linkOptions) { throw null; } - - void IDataflowBlock.Fault(Exception exception) { } - - Tuple ISourceBlock>.ConsumeMessage(DataflowMessageHeader messageHeader, ITargetBlock> target, out bool messageConsumed) { throw null; } - - void ISourceBlock>.ReleaseReservation(DataflowMessageHeader messageHeader, ITargetBlock> target) { } - - bool ISourceBlock>.ReserveMessage(DataflowMessageHeader messageHeader, ITargetBlock> target) { throw null; } - - public override string ToString() { throw null; } - - public bool TryReceive(Predicate> filter, out Tuple item) { throw null; } - - public bool TryReceiveAll(out Collections.Generic.IList> items) { throw null; } - } - - public sealed partial class JoinBlock : IReceivableSourceBlock>, ISourceBlock>, IDataflowBlock - { - public JoinBlock() { } - - public JoinBlock(GroupingDataflowBlockOptions dataflowBlockOptions) { } - - public Task Completion { get { throw null; } } - - public int OutputCount { get { throw null; } } - - public ITargetBlock Target1 { get { throw null; } } - - public ITargetBlock Target2 { get { throw null; } } - - public ITargetBlock Target3 { get { throw null; } } - - public void Complete() { } - - public IDisposable LinkTo(ITargetBlock> target, DataflowLinkOptions linkOptions) { throw null; } - - void IDataflowBlock.Fault(Exception exception) { } - - Tuple ISourceBlock>.ConsumeMessage(DataflowMessageHeader messageHeader, ITargetBlock> target, out bool messageConsumed) { throw null; } - - void ISourceBlock>.ReleaseReservation(DataflowMessageHeader messageHeader, ITargetBlock> target) { } - - bool ISourceBlock>.ReserveMessage(DataflowMessageHeader messageHeader, ITargetBlock> target) { throw null; } - - public override string ToString() { throw null; } - - public bool TryReceive(Predicate> filter, out Tuple item) { throw null; } - - public bool TryReceiveAll(out Collections.Generic.IList> items) { throw null; } - } - - public sealed partial class TransformBlock : IPropagatorBlock, ITargetBlock, IDataflowBlock, ISourceBlock, IReceivableSourceBlock - { - public TransformBlock(Func transform, ExecutionDataflowBlockOptions dataflowBlockOptions) { } - - public TransformBlock(Func transform) { } - - public TransformBlock(Func> transform, ExecutionDataflowBlockOptions dataflowBlockOptions) { } - - public TransformBlock(Func> transform) { } - - public Task Completion { get { throw null; } } - - public int InputCount { get { throw null; } } - - public int OutputCount { get { throw null; } } - - public void Complete() { } - - public IDisposable LinkTo(ITargetBlock target, DataflowLinkOptions linkOptions) { throw null; } - - void IDataflowBlock.Fault(Exception exception) { } - - TOutput ISourceBlock.ConsumeMessage(DataflowMessageHeader messageHeader, ITargetBlock target, out bool messageConsumed) { throw null; } - - void ISourceBlock.ReleaseReservation(DataflowMessageHeader messageHeader, ITargetBlock target) { } - - bool ISourceBlock.ReserveMessage(DataflowMessageHeader messageHeader, ITargetBlock target) { throw null; } - - DataflowMessageStatus ITargetBlock.OfferMessage(DataflowMessageHeader messageHeader, TInput messageValue, ISourceBlock source, bool consumeToAccept) { throw null; } - - public override string ToString() { throw null; } - - public bool TryReceive(Predicate filter, out TOutput item) { throw null; } - - public bool TryReceiveAll(out Collections.Generic.IList items) { throw null; } - } - - public sealed partial class TransformManyBlock : IPropagatorBlock, ITargetBlock, IDataflowBlock, ISourceBlock, IReceivableSourceBlock - { - public TransformManyBlock(Func> transform, ExecutionDataflowBlockOptions dataflowBlockOptions) { } - - public TransformManyBlock(Func> transform) { } - - public TransformManyBlock(Func>> transform, ExecutionDataflowBlockOptions dataflowBlockOptions) { } - - public TransformManyBlock(Func>> transform) { } - - public Task Completion { get { throw null; } } - - public int InputCount { get { throw null; } } - - public int OutputCount { get { throw null; } } - - public void Complete() { } - - public IDisposable LinkTo(ITargetBlock target, DataflowLinkOptions linkOptions) { throw null; } - - void IDataflowBlock.Fault(Exception exception) { } - - TOutput ISourceBlock.ConsumeMessage(DataflowMessageHeader messageHeader, ITargetBlock target, out bool messageConsumed) { throw null; } - - void ISourceBlock.ReleaseReservation(DataflowMessageHeader messageHeader, ITargetBlock target) { } - - bool ISourceBlock.ReserveMessage(DataflowMessageHeader messageHeader, ITargetBlock target) { throw null; } - - DataflowMessageStatus ITargetBlock.OfferMessage(DataflowMessageHeader messageHeader, TInput messageValue, ISourceBlock source, bool consumeToAccept) { throw null; } - - public override string ToString() { throw null; } - - public bool TryReceive(Predicate filter, out TOutput item) { throw null; } - - public bool TryReceiveAll(out Collections.Generic.IList items) { throw null; } - } - - public sealed partial class WriteOnceBlock : IPropagatorBlock, ITargetBlock, IDataflowBlock, ISourceBlock, IReceivableSourceBlock - { - public WriteOnceBlock(Func cloningFunction, DataflowBlockOptions dataflowBlockOptions) { } - - public WriteOnceBlock(Func cloningFunction) { } - - public Task Completion { get { throw null; } } - - public void Complete() { } - - public IDisposable LinkTo(ITargetBlock target, DataflowLinkOptions linkOptions) { throw null; } - - void IDataflowBlock.Fault(Exception exception) { } - - bool IReceivableSourceBlock.TryReceiveAll(out Collections.Generic.IList items) { throw null; } - - T ISourceBlock.ConsumeMessage(DataflowMessageHeader messageHeader, ITargetBlock target, out bool messageConsumed) { throw null; } - - void ISourceBlock.ReleaseReservation(DataflowMessageHeader messageHeader, ITargetBlock target) { } - - bool ISourceBlock.ReserveMessage(DataflowMessageHeader messageHeader, ITargetBlock target) { throw null; } - - DataflowMessageStatus ITargetBlock.OfferMessage(DataflowMessageHeader messageHeader, T messageValue, ISourceBlock source, bool consumeToAccept) { throw null; } - - public override string ToString() { throw null; } - - public bool TryReceive(Predicate filter, out T item) { throw null; } - } -} \ No newline at end of file diff --git a/src/referencePackages/src/system.threading.tasks.dataflow/4.6.0/system.threading.tasks.dataflow.nuspec b/src/referencePackages/src/system.threading.tasks.dataflow/4.6.0/system.threading.tasks.dataflow.nuspec deleted file mode 100644 index e29134df9..000000000 --- a/src/referencePackages/src/system.threading.tasks.dataflow/4.6.0/system.threading.tasks.dataflow.nuspec +++ /dev/null @@ -1,63 +0,0 @@ - - - - System.Threading.Tasks.Dataflow - 4.6.0 - System.Threading.Tasks.Dataflow - Microsoft - microsoft,dotnetframework - true - https://microsoft.mit-license.org/ - https://dot.net/ - http://go.microsoft.com/fwlink/?LinkID=288859 - TPL Dataflow promotes actor/agent-oriented designs through primitives for in-process message passing, dataflow, and pipelining. TDF builds upon the APIs and scheduling infrastructure provided by the Task Parallel Library (TPL), and integrates with the language support for asynchrony provided by C#, Visual Basic, and F#. - -Commonly Used Types: -System.Threading.Tasks.Dataflow.ActionBlock<TInput> -System.Threading.Tasks.Dataflow.BatchBlock<T> -System.Threading.Tasks.Dataflow.BatchedJoinBlock<T1, T2> -System.Threading.Tasks.Dataflow.BatchedJoinBlock<T1, T2, T3> -System.Threading.Tasks.Dataflow.BroadcastBlock<T> -System.Threading.Tasks.Dataflow.BufferBlock<T> -System.Threading.Tasks.Dataflow.DataflowBlock -System.Threading.Tasks.Dataflow.DataflowBlockOptions -System.Threading.Tasks.Dataflow.DataflowLinkOptions -System.Threading.Tasks.Dataflow.ExecutionDataflowBlockOptions -System.Threading.Tasks.Dataflow.GroupingDataflowBlockOptions -System.Threading.Tasks.Dataflow.JoinBlock<T1, T2> -System.Threading.Tasks.Dataflow.JoinBlock<T1, T2, T3> -System.Threading.Tasks.Dataflow.TransformBlock<TInput, TOutput> -System.Threading.Tasks.Dataflow.TransformManyBlock<TInput, TOutput> -System.Threading.Tasks.Dataflow.WriteOnceBlock<T> - https://go.microsoft.com/fwlink/?LinkID=799417 - © Microsoft Corporation. All rights reserved. - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/referencePackages/src/system.threading.thread/4.0.0/System.Threading.Thread.4.0.0.csproj b/src/referencePackages/src/system.threading.thread/4.0.0/System.Threading.Thread.4.0.0.csproj deleted file mode 100644 index 3ff7524b2..000000000 --- a/src/referencePackages/src/system.threading.thread/4.0.0/System.Threading.Thread.4.0.0.csproj +++ /dev/null @@ -1,12 +0,0 @@ - - - - netstandard1.3 - System.Threading.Thread - - - - - - - diff --git a/src/referencePackages/src/system.threading.thread/4.0.0/ref/netstandard1.3/System.Threading.Thread.cs b/src/referencePackages/src/system.threading.thread/4.0.0/ref/netstandard1.3/System.Threading.Thread.cs deleted file mode 100644 index 9924da17e..000000000 --- a/src/referencePackages/src/system.threading.thread/4.0.0/ref/netstandard1.3/System.Threading.Thread.cs +++ /dev/null @@ -1,88 +0,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. -// ------------------------------------------------------------------------------ -// Changes to this file must follow the http://aka.ms/api-review process. -// ------------------------------------------------------------------------------ -[assembly: System.Runtime.CompilerServices.CompilationRelaxations(8)] -[assembly: System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows = true)] -[assembly: System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)] -[assembly: System.Security.AllowPartiallyTrustedCallers] -[assembly: System.Runtime.CompilerServices.ReferenceAssembly] -[assembly: System.Reflection.AssemblyTitle("System.Threading.Thread")] -[assembly: System.Reflection.AssemblyDescription("System.Threading.Thread")] -[assembly: System.Reflection.AssemblyDefaultAlias("System.Threading.Thread")] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyProduct("Microsoft® .NET Framework")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyFileVersion("1.0.24212.01")] -[assembly: System.Reflection.AssemblyInformationalVersion("1.0.24212.01. Commit Hash: 9688ddbb62c04189cac4c4a06e31e93377dccd41")] -[assembly: System.CLSCompliant(true)] -[assembly: System.Reflection.AssemblyMetadata(".NETFrameworkAssembly", "")] -[assembly: System.Reflection.AssemblyMetadata("Serviceable", "True")] -[assembly: System.Reflection.AssemblyVersionAttribute("4.0.0.0")] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -namespace System.Threading -{ - public delegate void ParameterizedThreadStart(object obj); - public sealed partial class Thread - { - public Thread(ParameterizedThreadStart start) { } - - public Thread(ThreadStart start) { } - - public static Thread CurrentThread { get { throw null; } } - - public bool IsAlive { get { throw null; } } - - public bool IsBackground { get { throw null; } set { } } - - public int ManagedThreadId { get { throw null; } } - - public string Name { get { throw null; } set { } } - - public ThreadState ThreadState { get { throw null; } } - - public void Join() { } - - public bool Join(int millisecondsTimeout) { throw null; } - - public static void Sleep(int millisecondsTimeout) { } - - public static void Sleep(TimeSpan timeout) { } - - public void Start() { } - - public void Start(object parameter) { } - } - - public delegate void ThreadStart(); - public sealed partial class ThreadStartException : Exception - { - internal ThreadStartException() { } - } - - [Flags] - public enum ThreadState - { - Running = 0, - StopRequested = 1, - SuspendRequested = 2, - Background = 4, - Unstarted = 8, - Stopped = 16, - WaitSleepJoin = 32, - Suspended = 64, - AbortRequested = 128, - Aborted = 256 - } - - public partial class ThreadStateException : Exception - { - public ThreadStateException() { } - - public ThreadStateException(string message, Exception innerException) { } - - public ThreadStateException(string message) { } - } -} \ No newline at end of file diff --git a/src/referencePackages/src/system.threading.thread/4.0.0/system.threading.thread.nuspec b/src/referencePackages/src/system.threading.thread/4.0.0/system.threading.thread.nuspec deleted file mode 100644 index 2dd445ec5..000000000 --- a/src/referencePackages/src/system.threading.thread/4.0.0/system.threading.thread.nuspec +++ /dev/null @@ -1,30 +0,0 @@ - - - - System.Threading.Thread - 4.0.0 - System.Threading.Thread - Microsoft - microsoft,dotnetframework - true - https://microsoft.mit-license.org/ - https://dot.net/ - http://go.microsoft.com/fwlink/?LinkID=288859 - Provides the System.Threading.Thread class, which allows developers to create and control a thread, set its priority, and get its state. - -Commonly Used Types: -System.Threading.Thread -System.Threading.ThreadStart -System.Threading.ParameterizedThreadStart - -When using NuGet 3.x this package requires at least version 3.4. - https://go.microsoft.com/fwlink/?LinkID=799417 - © Microsoft Corporation. All rights reserved. - true - - - - - - - \ No newline at end of file