From ebef46c685280485c083a2f0e201a82f3ec121f7 Mon Sep 17 00:00:00 2001 From: Michael Simons Date: Wed, 21 Jun 2023 15:56:09 +0000 Subject: [PATCH 1/5] Remove unreferenced packages --- .../Microsoft.Build.Framework.16.11.0.csproj | 13 - .../Microsoft.Build.Framework.cs | 1142 -- .../16.11.0/microsoft.build.framework.nuspec | 25 - .../Microsoft.Build.Framework.16.7.0.csproj | 28 - .../Microsoft.Build.Framework.cs | 708 - .../16.7.0/microsoft.build.framework.nuspec | 24 - .../Microsoft.Build.Framework.17.5.0.csproj | 18 - .../17.5.0/microsoft.build.framework.nuspec | 29 - .../ref/net7.0/Microsoft.Build.Framework.cs | 1168 -- .../Microsoft.Build.Framework.cs | 1168 -- ...Microsoft.CodeAnalysis.Common.4.4.0.csproj | 19 - .../netstandard2.0/Microsoft.CodeAnalysis.cs | 8210 ---------- .../microsoft.codeanalysis.common.nuspec | 31 - ...soft.CodeAnalysis.VisualBasic.4.5.0.csproj | 14 - .../Microsoft.CodeAnalysis.VisualBasic.cs | 12704 ---------------- .../microsoft.codeanalysis.visualbasic.nuspec | 25 - ...odeAnalysis.Workspaces.Common.4.5.0.csproj | 19 - .../Microsoft.CodeAnalysis.Workspaces.cs | 3539 ----- ...soft.codeanalysis.workspaces.common.nuspec | 31 - .../Microsoft.NET.StringTools.17.5.0.csproj | 14 - .../17.5.0/microsoft.net.stringtools.nuspec | 25 - .../ref/net7.0/Microsoft.NET.StringTools.cs | 81 - .../Microsoft.NET.StringTools.cs | 81 - .../Microsoft.Win32.Primitives.4.0.1.csproj | 23 - .../4.0.1/microsoft.win32.primitives.nuspec | 36 - .../Microsoft.Win32.Primitives.cs | 43 - .../6.5.0/NuGet.Packaging.6.5.0.csproj | 26 - .../6.5.0/lib/net5.0/NuGet.Packaging.cs | 3695 ----- .../lib/netstandard2.0/NuGet.Packaging.cs | 3573 ----- .../6.5.0/nuget.packaging.nuspec | 35 - ...System.Composition.Convention.7.0.0.csproj | 21 - .../net6.0/System.Composition.Convention.cs | 160 - .../net7.0/System.Composition.Convention.cs | 160 - .../System.Composition.Convention.cs | 160 - .../system.composition.convention.nuspec | 34 - ...System.Composition.TypedParts.7.0.0.csproj | 27 - .../net6.0/System.Composition.TypedParts.cs | 81 - .../net7.0/System.Composition.TypedParts.cs | 81 - .../System.Composition.TypedParts.cs | 81 - .../system.composition.typedparts.nuspec | 37 - ...ate.DataContractSerialization.4.1.1.csproj | 48 - ...ystem.Private.DataContractSerialization.cs | 457 - .../4.1.1/ref/netstandard/_._ | 0 ...m.private.datacontractserialization.nuspec | 101 - .../Directory.Build.props | 9 - ...em.Security.Principal.Windows.4.3.0.csproj | 34 - .../System.Security.Principal.Windows.cs | 249 - .../system.security.principal.windows.nuspec | 48 - ...em.Security.Principal.Windows.4.5.0.csproj | 9 - .../System.Security.Principal.Windows.cs | 386 - .../system.security.principal.windows.nuspec | 34 - .../System.Threading.Overlapped.4.3.0.csproj | 24 - .../System.Threading.Overlapped.cs | 65 - .../4.3.0/system.threading.overlapped.nuspec | 42 - .../Directory.Build.props | 9 - .../System.Threading.ThreadPool.4.0.10.csproj | 22 - .../System.Threading.ThreadPool.cs | 52 - .../4.0.10/system.threading.threadpool.nuspec | 37 - .../Directory.Build.props | 9 - .../4.3.0/System.Xml.XPath.4.3.0.csproj | 21 - .../ref/netstandard1.3/System.Xml.XPath.cs | 378 - .../4.3.0/system.xml.xpath.nuspec | 45 - 62 files changed, 39468 deletions(-) delete mode 100644 src/referencePackages/src/microsoft.build.framework/16.11.0/Microsoft.Build.Framework.16.11.0.csproj delete mode 100644 src/referencePackages/src/microsoft.build.framework/16.11.0/lib/netstandard2.0/Microsoft.Build.Framework.cs delete mode 100644 src/referencePackages/src/microsoft.build.framework/16.11.0/microsoft.build.framework.nuspec delete mode 100644 src/referencePackages/src/microsoft.build.framework/16.7.0/Microsoft.Build.Framework.16.7.0.csproj delete mode 100644 src/referencePackages/src/microsoft.build.framework/16.7.0/lib/netstandard2.0/Microsoft.Build.Framework.cs delete mode 100755 src/referencePackages/src/microsoft.build.framework/16.7.0/microsoft.build.framework.nuspec delete mode 100644 src/referencePackages/src/microsoft.build.framework/17.5.0/Microsoft.Build.Framework.17.5.0.csproj delete mode 100644 src/referencePackages/src/microsoft.build.framework/17.5.0/microsoft.build.framework.nuspec delete mode 100644 src/referencePackages/src/microsoft.build.framework/17.5.0/ref/net7.0/Microsoft.Build.Framework.cs delete mode 100644 src/referencePackages/src/microsoft.build.framework/17.5.0/ref/netstandard2.0/Microsoft.Build.Framework.cs delete mode 100644 src/referencePackages/src/microsoft.codeanalysis.common/4.4.0/Microsoft.CodeAnalysis.Common.4.4.0.csproj delete mode 100644 src/referencePackages/src/microsoft.codeanalysis.common/4.4.0/lib/netstandard2.0/Microsoft.CodeAnalysis.cs delete mode 100644 src/referencePackages/src/microsoft.codeanalysis.common/4.4.0/microsoft.codeanalysis.common.nuspec delete mode 100644 src/referencePackages/src/microsoft.codeanalysis.visualbasic/4.5.0/Microsoft.CodeAnalysis.VisualBasic.4.5.0.csproj delete mode 100644 src/referencePackages/src/microsoft.codeanalysis.visualbasic/4.5.0/lib/netstandard2.0/Microsoft.CodeAnalysis.VisualBasic.cs delete mode 100644 src/referencePackages/src/microsoft.codeanalysis.visualbasic/4.5.0/microsoft.codeanalysis.visualbasic.nuspec delete mode 100644 src/referencePackages/src/microsoft.codeanalysis.workspaces.common/4.5.0/Microsoft.CodeAnalysis.Workspaces.Common.4.5.0.csproj delete mode 100644 src/referencePackages/src/microsoft.codeanalysis.workspaces.common/4.5.0/lib/netstandard2.0/Microsoft.CodeAnalysis.Workspaces.cs delete mode 100644 src/referencePackages/src/microsoft.codeanalysis.workspaces.common/4.5.0/microsoft.codeanalysis.workspaces.common.nuspec delete mode 100644 src/referencePackages/src/microsoft.net.stringtools/17.5.0/Microsoft.NET.StringTools.17.5.0.csproj delete mode 100644 src/referencePackages/src/microsoft.net.stringtools/17.5.0/microsoft.net.stringtools.nuspec delete mode 100644 src/referencePackages/src/microsoft.net.stringtools/17.5.0/ref/net7.0/Microsoft.NET.StringTools.cs delete mode 100644 src/referencePackages/src/microsoft.net.stringtools/17.5.0/ref/netstandard2.0/Microsoft.NET.StringTools.cs delete mode 100644 src/referencePackages/src/microsoft.win32.primitives/4.0.1/Microsoft.Win32.Primitives.4.0.1.csproj delete mode 100755 src/referencePackages/src/microsoft.win32.primitives/4.0.1/microsoft.win32.primitives.nuspec delete mode 100644 src/referencePackages/src/microsoft.win32.primitives/4.0.1/ref/netstandard1.3/Microsoft.Win32.Primitives.cs delete mode 100644 src/referencePackages/src/nuget.packaging/6.5.0/NuGet.Packaging.6.5.0.csproj delete mode 100644 src/referencePackages/src/nuget.packaging/6.5.0/lib/net5.0/NuGet.Packaging.cs delete mode 100644 src/referencePackages/src/nuget.packaging/6.5.0/lib/netstandard2.0/NuGet.Packaging.cs delete mode 100644 src/referencePackages/src/nuget.packaging/6.5.0/nuget.packaging.nuspec delete mode 100644 src/referencePackages/src/system.composition.convention/7.0.0/System.Composition.Convention.7.0.0.csproj delete mode 100644 src/referencePackages/src/system.composition.convention/7.0.0/lib/net6.0/System.Composition.Convention.cs delete mode 100644 src/referencePackages/src/system.composition.convention/7.0.0/lib/net7.0/System.Composition.Convention.cs delete mode 100644 src/referencePackages/src/system.composition.convention/7.0.0/lib/netstandard2.0/System.Composition.Convention.cs delete mode 100644 src/referencePackages/src/system.composition.convention/7.0.0/system.composition.convention.nuspec delete mode 100644 src/referencePackages/src/system.composition.typedparts/7.0.0/System.Composition.TypedParts.7.0.0.csproj delete mode 100644 src/referencePackages/src/system.composition.typedparts/7.0.0/lib/net6.0/System.Composition.TypedParts.cs delete mode 100644 src/referencePackages/src/system.composition.typedparts/7.0.0/lib/net7.0/System.Composition.TypedParts.cs delete mode 100644 src/referencePackages/src/system.composition.typedparts/7.0.0/lib/netstandard2.0/System.Composition.TypedParts.cs delete mode 100644 src/referencePackages/src/system.composition.typedparts/7.0.0/system.composition.typedparts.nuspec delete mode 100644 src/referencePackages/src/system.private.datacontractserialization/4.1.1/System.Private.DataContractSerialization.4.1.1.csproj delete mode 100644 src/referencePackages/src/system.private.datacontractserialization/4.1.1/lib/netstandard1.3/System.Private.DataContractSerialization.cs delete mode 100755 src/referencePackages/src/system.private.datacontractserialization/4.1.1/ref/netstandard/_._ delete mode 100755 src/referencePackages/src/system.private.datacontractserialization/4.1.1/system.private.datacontractserialization.nuspec delete mode 100644 src/referencePackages/src/system.private.datacontractserialization/Directory.Build.props delete mode 100644 src/referencePackages/src/system.security.principal.windows/4.3.0/System.Security.Principal.Windows.4.3.0.csproj delete mode 100644 src/referencePackages/src/system.security.principal.windows/4.3.0/ref/netstandard1.3/System.Security.Principal.Windows.cs delete mode 100755 src/referencePackages/src/system.security.principal.windows/4.3.0/system.security.principal.windows.nuspec delete mode 100644 src/referencePackages/src/system.security.principal.windows/4.5.0/System.Security.Principal.Windows.4.5.0.csproj delete mode 100644 src/referencePackages/src/system.security.principal.windows/4.5.0/ref/netstandard2.0/System.Security.Principal.Windows.cs delete mode 100644 src/referencePackages/src/system.security.principal.windows/4.5.0/system.security.principal.windows.nuspec delete mode 100644 src/referencePackages/src/system.threading.overlapped/4.3.0/System.Threading.Overlapped.4.3.0.csproj delete mode 100644 src/referencePackages/src/system.threading.overlapped/4.3.0/ref/netstandard1.3/System.Threading.Overlapped.cs delete mode 100755 src/referencePackages/src/system.threading.overlapped/4.3.0/system.threading.overlapped.nuspec delete mode 100644 src/referencePackages/src/system.threading.overlapped/Directory.Build.props delete mode 100644 src/referencePackages/src/system.threading.threadpool/4.0.10/System.Threading.ThreadPool.4.0.10.csproj delete mode 100644 src/referencePackages/src/system.threading.threadpool/4.0.10/ref/netstandard1.3/System.Threading.ThreadPool.cs delete mode 100755 src/referencePackages/src/system.threading.threadpool/4.0.10/system.threading.threadpool.nuspec delete mode 100644 src/referencePackages/src/system.threading.threadpool/Directory.Build.props delete mode 100644 src/referencePackages/src/system.xml.xpath/4.3.0/System.Xml.XPath.4.3.0.csproj delete mode 100644 src/referencePackages/src/system.xml.xpath/4.3.0/ref/netstandard1.3/System.Xml.XPath.cs delete mode 100644 src/referencePackages/src/system.xml.xpath/4.3.0/system.xml.xpath.nuspec diff --git a/src/referencePackages/src/microsoft.build.framework/16.11.0/Microsoft.Build.Framework.16.11.0.csproj b/src/referencePackages/src/microsoft.build.framework/16.11.0/Microsoft.Build.Framework.16.11.0.csproj deleted file mode 100644 index aa26f6cf4e..0000000000 --- a/src/referencePackages/src/microsoft.build.framework/16.11.0/Microsoft.Build.Framework.16.11.0.csproj +++ /dev/null @@ -1,13 +0,0 @@ - - - - netstandard2.0 - Microsoft.Build.Framework - 2 - - - - - - - diff --git a/src/referencePackages/src/microsoft.build.framework/16.11.0/lib/netstandard2.0/Microsoft.Build.Framework.cs b/src/referencePackages/src/microsoft.build.framework/16.11.0/lib/netstandard2.0/Microsoft.Build.Framework.cs deleted file mode 100644 index f5a78261d5..0000000000 --- a/src/referencePackages/src/microsoft.build.framework/16.11.0/lib/netstandard2.0/Microsoft.Build.Framework.cs +++ /dev/null @@ -1,1142 +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, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.Build.Utilities.Core, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.Build.Tasks.Core, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("MSBuild, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.Build.Conversion.Core, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.Build.Engine.UnitTests, PublicKey=002400000480000094000000060200000024000052534131000400000100010015c01ae1f50e8cc09ba9eac9147cf8fd9fce2cfe9f8dce4f7301c4132ca9fb50ce8cbf1df4dc18dd4d210e4345c744ecb3365ed327efdbc52603faa5e21daa11234c8c4a73e51f03bf192544581ebe107adee3a34928e39d04e524a9ce729d5090bfd7dad9d10c722c0def9ccc08ff0a03790e48bcd1f9b6c476063e1966a1c4")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.Build.Utilities.UnitTests, PublicKey=002400000480000094000000060200000024000052534131000400000100010015c01ae1f50e8cc09ba9eac9147cf8fd9fce2cfe9f8dce4f7301c4132ca9fb50ce8cbf1df4dc18dd4d210e4345c744ecb3365ed327efdbc52603faa5e21daa11234c8c4a73e51f03bf192544581ebe107adee3a34928e39d04e524a9ce729d5090bfd7dad9d10c722c0def9ccc08ff0a03790e48bcd1f9b6c476063e1966a1c4")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.Build.CommandLine.UnitTests, PublicKey=002400000480000094000000060200000024000052534131000400000100010015c01ae1f50e8cc09ba9eac9147cf8fd9fce2cfe9f8dce4f7301c4132ca9fb50ce8cbf1df4dc18dd4d210e4345c744ecb3365ed327efdbc52603faa5e21daa11234c8c4a73e51f03bf192544581ebe107adee3a34928e39d04e524a9ce729d5090bfd7dad9d10c722c0def9ccc08ff0a03790e48bcd1f9b6c476063e1966a1c4")] -[assembly: System.Runtime.InteropServices.DefaultDllImportSearchPaths(System.Runtime.InteropServices.DllImportSearchPath.SafeDirectories)] -[assembly: System.Resources.NeutralResourcesLanguage("en")] -[assembly: System.CLSCompliant(true)] -[assembly: System.Runtime.Versioning.TargetFramework(".NETStandard,Version=v2.0", FrameworkDisplayName = "")] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyConfiguration("Release")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyDescription("Microsoft.Build.Framework.dll")] -[assembly: System.Reflection.AssemblyFileVersion("16.11.0.36601")] -[assembly: System.Reflection.AssemblyInformationalVersion("16.11.0+0538acc04cc2c953f220f9ec3f3764db1769defe")] -[assembly: System.Reflection.AssemblyProduct("Microsoft® Build Tools®")] -[assembly: System.Reflection.AssemblyTitle("Microsoft.Build.Framework.dll")] -[assembly: System.Reflection.AssemblyMetadata("RepositoryUrl", "https://github.com/dotnet/msbuild")] -[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, string helpLink, 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) { } - - 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 string HelpLink { 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 { } } - - protected internal string RawMessage { get { throw null; } set { } } - - protected internal System.DateTime RawTimestamp { get { throw null; } 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, string helpLink, 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) { } - - 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 string HelpLink { 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 EnvironmentVariableReadEventArgs : BuildMessageEventArgs - { - public EnvironmentVariableReadEventArgs() { } - - public EnvironmentVariableReadEventArgs(string environmentVariableName, string message, string helpKeyword = null, string senderName = null, MessageImportance importance = MessageImportance.Low) { } - - public string EnvironmentVariableName { get { throw null; } set { } } - } - - 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 IBuildEngine6 : IBuildEngine5, IBuildEngine4, IBuildEngine3, IBuildEngine2, IBuildEngine - { - System.Collections.Generic.IReadOnlyDictionary GetGlobalProperties(); - } - - public partial interface IBuildEngine7 : IBuildEngine6, IBuildEngine5, IBuildEngine4, IBuildEngine3, IBuildEngine2, IBuildEngine - { - bool AllowFailureWithoutError { get; set; } - } - - public partial interface IBuildEngine8 : IBuildEngine7, IBuildEngine6, IBuildEngine5, IBuildEngine4, IBuildEngine3, IBuildEngine2, IBuildEngine - { - bool ShouldTreatWarningAsError(string warningCode); - } - - public partial interface IBuildEngine9 : IBuildEngine8, IBuildEngine7, IBuildEngine6, IBuildEngine5, IBuildEngine4, IBuildEngine3, IBuildEngine2, IBuildEngine - { - void ReleaseCores(int coresToRelease); - int RequestCores(int requestedCores); - } - - 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 IEventSource3 : IEventSource2, IEventSource - { - void IncludeEvaluationMetaprojects(); - void IncludeEvaluationProfiles(); - void IncludeTaskInputs(); - } - - public partial interface IEventSource4 : IEventSource3, IEventSource2, IEventSource - { - void IncludeEvaluationPropertiesAndItems(); - } - - 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 object locker; - 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 LoadInSeparateAppDomainAttribute() { } - } - - 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 - } - - public partial class MetaprojectGeneratedEventArgs : BuildMessageEventArgs - { - public string metaprojectXml; - public MetaprojectGeneratedEventArgs(string metaprojectXml, string metaprojectPath, string message) { } - } - - [System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple = false, Inherited = false)] - public sealed partial class OutputAttribute : System.Attribute - { - public OutputAttribute() { } - } - - public sealed partial class ProjectEvaluationFinishedEventArgs : BuildStatusEventArgs - { - public ProjectEvaluationFinishedEventArgs() { } - - public ProjectEvaluationFinishedEventArgs(string message, params object[] messageArgs) { } - - public System.Collections.IEnumerable GlobalProperties { get { throw null; } set { } } - - public System.Collections.IEnumerable Items { get { throw null; } set { } } - - public Profiler.ProfilerResult? ProfilerResult { get { throw null; } set { } } - - public string ProjectFile { get { throw null; } set { } } - - public System.Collections.IEnumerable Properties { 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 override string Message { get { throw null; } } - - 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 override string Message { 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 partial class PropertyInitialValueSetEventArgs : BuildMessageEventArgs - { - public PropertyInitialValueSetEventArgs() { } - - public PropertyInitialValueSetEventArgs(string propertyName, string propertyValue, string propertySource, string message, string helpKeyword = null, string senderName = null, MessageImportance importance = MessageImportance.Low) { } - - public string PropertyName { get { throw null; } set { } } - - public string PropertySource { get { throw null; } set { } } - - public string PropertyValue { get { throw null; } set { } } - } - - public partial class PropertyReassignmentEventArgs : BuildMessageEventArgs - { - public PropertyReassignmentEventArgs() { } - - public PropertyReassignmentEventArgs(string propertyName, string previousValue, string newValue, string location, string message, string helpKeyword = null, string senderName = null, MessageImportance importance = MessageImportance.Low) { } - - public string Location { get { throw null; } set { } } - - public override string Message { get { throw null; } } - - public string NewValue { get { throw null; } set { } } - - public string PreviousValue { get { throw null; } set { } } - - public string PropertyName { get { throw null; } set { } } - } - - public enum RegisteredTaskObjectLifetime - { - Build = 0, - AppDomain = 1 - } - - [System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple = false, Inherited = false)] - public sealed partial class RequiredAttribute : System.Attribute - { - public RequiredAttribute() { } - } - - [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 - { - public RunInMTAAttribute() { } - } - - [System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple = false, Inherited = false)] - public sealed partial class RunInSTAAttribute : System.Attribute - { - public RunInSTAAttribute() { } - } - - public abstract partial class SdkLogger - { - protected 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 - { - protected 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 - { - protected SdkResolverContext() { } - - public virtual bool Interactive { get { throw null; } protected set { } } - - public virtual bool IsRunningInVisualStudio { get { throw null; } protected set { } } - - 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 - { - protected SdkResult() { } - - public virtual System.Collections.Generic.IList AdditionalPaths { get { throw null; } set { } } - - public virtual System.Collections.Generic.IDictionary ItemsToAdd { get { throw null; } protected set { } } - - public virtual string Path { get { throw null; } protected set { } } - - public virtual System.Collections.Generic.IDictionary PropertiesToAdd { get { throw null; } protected set { } } - - public virtual SdkReference SdkReference { get { throw null; } protected set { } } - - public virtual bool Success { get { throw null; } protected set { } } - - public virtual string Version { get { throw null; } protected set { } } - } - - public abstract partial class SdkResultFactory - { - protected SdkResultFactory() { } - - public abstract SdkResult IndicateFailure(System.Collections.Generic.IEnumerable errors, System.Collections.Generic.IEnumerable warnings = null); - public virtual SdkResult IndicateSuccess(System.Collections.Generic.IEnumerable paths, string version, System.Collections.Generic.IDictionary propertiesToAdd = null, System.Collections.Generic.IDictionary itemsToAdd = null, System.Collections.Generic.IEnumerable warnings = null) { throw null; } - - public virtual SdkResult IndicateSuccess(string path, string version, System.Collections.Generic.IDictionary propertiesToAdd, System.Collections.Generic.IDictionary itemsToAdd, System.Collections.Generic.IEnumerable warnings = null) { throw null; } - - public abstract SdkResult IndicateSuccess(string path, string version, System.Collections.Generic.IEnumerable warnings = null); - } - - public partial class SdkResultItem - { - public SdkResultItem() { } - - public SdkResultItem(string itemSpec, System.Collections.Generic.Dictionary metadata) { } - - public string ItemSpec { get { throw null; } set { } } - - public System.Collections.Generic.Dictionary Metadata { get { throw null; } } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw 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 override string Message { get { throw null; } } - - 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 Condition { get { throw null; } set { } } - - public string EvaluatedCondition { get { throw null; } set { } } - - public override string Message { get { throw null; } } - - public bool OriginallySucceeded { 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 override string Message { 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 override string Message { get { throw null; } } - - 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 TaskParameterEventArgs : BuildMessageEventArgs - { - public TaskParameterEventArgs(TaskParameterMessageKind kind, string itemType, System.Collections.IList items, bool logItemMetadata, System.DateTime eventTimestamp) { } - - public System.Collections.IList Items { get { throw null; } } - - public string ItemType { get { throw null; } } - - public TaskParameterMessageKind Kind { get { throw null; } } - - public bool LogItemMetadata { get { throw null; } } - - public override string Message { get { throw null; } } - } - - public enum TaskParameterMessageKind - { - TaskInput = 0, - TaskOutput = 1, - AddItem = 2, - RemoveItem = 3, - SkippedTargetInputs = 4, - SkippedTargetOutputs = 5 - } - - public partial class TaskPropertyInfo - { - public TaskPropertyInfo(string name, System.Type typeOfParameter, bool output, bool required) { } - - public bool Log { get { throw null; } set { } } - - public bool LogItemMetadata { get { throw null; } set { } } - - 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 override string Message { get { throw null; } } - - 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 TelemetryEventArgs() { } - - 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); - public partial class UninitializedPropertyReadEventArgs : BuildMessageEventArgs - { - public UninitializedPropertyReadEventArgs() { } - - public UninitializedPropertyReadEventArgs(string propertyName, string message, string helpKeyword = null, string senderName = null, MessageImportance importance = MessageImportance.Low) { } - - public string PropertyName { get { throw null; } set { } } - } -} - -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/16.11.0/microsoft.build.framework.nuspec b/src/referencePackages/src/microsoft.build.framework/16.11.0/microsoft.build.framework.nuspec deleted file mode 100644 index 1b5e1b7eb3..0000000000 --- a/src/referencePackages/src/microsoft.build.framework/16.11.0/microsoft.build.framework.nuspec +++ /dev/null @@ -1,25 +0,0 @@ - - - - Microsoft.Build.Framework - 16.11.0 - Microsoft - true - MIT - https://licenses.nuget.org/MIT - 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.framework/16.7.0/Microsoft.Build.Framework.16.7.0.csproj b/src/referencePackages/src/microsoft.build.framework/16.7.0/Microsoft.Build.Framework.16.7.0.csproj deleted file mode 100644 index 5ea63bcdac..0000000000 --- a/src/referencePackages/src/microsoft.build.framework/16.7.0/Microsoft.Build.Framework.16.7.0.csproj +++ /dev/null @@ -1,28 +0,0 @@ - - - - netstandard2.0 - $(ArtifactsBinDir)microsoft.build.framework/16.7.0/microsoft.build.framework.nuspec - - - - $(ArtifactsBinDir)microsoft.build.framework/16.7.0/ref/ - $(ArtifactsObjDir)microsoft.build.framework/16.7.0 - - - - $(ArtifactsBinDir)microsoft.build.framework/16.7.0/lib/ - - - - - - - - - - - - - - diff --git a/src/referencePackages/src/microsoft.build.framework/16.7.0/lib/netstandard2.0/Microsoft.Build.Framework.cs b/src/referencePackages/src/microsoft.build.framework/16.7.0/lib/netstandard2.0/Microsoft.Build.Framework.cs deleted file mode 100644 index 39f8d63b37..0000000000 --- a/src/referencePackages/src/microsoft.build.framework/16.7.0/lib/netstandard2.0/Microsoft.Build.Framework.cs +++ /dev/null @@ -1,708 +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. -// ------------------------------------------------------------------------------ - -using System; -using System.Diagnostics; -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Security; - -[assembly: Debuggable(DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)] -[assembly: AllowPartiallyTrustedCallers] -[assembly: ReferenceAssembly] -[assembly: AssemblyTitle("Microsoft.Build.Framework")] -[assembly: AssemblyDescription("Microsoft.Build.Framework")] -[assembly: AssemblyDefaultAlias("Microsoft.Build.Framework")] -[assembly: AssemblyCompany("Microsoft Corporation")] -[assembly: AssemblyProduct("Microsoft® .NET Framework")] -[assembly: AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: AssemblyFileVersion("16.7.0.41201")] -[assembly: AssemblyInformationalVersion("16.7.0.41201 built by: SOURCEBUILD")] -[assembly: CLSCompliant(true)] -[assembly: AssemblyMetadata("", "")] -[assembly: AssemblyVersion("15.1.0.0")] - - - - -namespace Microsoft.Build.Framework -{ - public delegate void AnyEventHandler(object sender, Microsoft.Build.Framework.BuildEventArgs e); - public partial struct BuildEngineResult - { - private object _dummy; - private int _dummyPrimitive; - public BuildEngineResult(bool result, System.Collections.Generic.List> targetOutputsPerProject) { throw null; } - public bool Result { get { throw null; } } - public System.Collections.Generic.IList> TargetOutputsPerProject { get { throw null; } } - } - public partial class BuildErrorEventArgs : Microsoft.Build.Framework.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) { } - 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, System.DateTime eventTimestamp, params object[] messageArgs) { } - 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, Microsoft.Build.Framework.BuildErrorEventArgs e); - public abstract partial class BuildEventArgs : System.EventArgs - { - protected BuildEventArgs() { } - protected BuildEventArgs(string message, string helpKeyword, string senderName) { } - protected BuildEventArgs(string message, string helpKeyword, string senderName, System.DateTime eventTimestamp) { } - public Microsoft.Build.Framework.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 nodeId, int targetId, int projectContextId, int taskId) { } - public BuildEventContext(int nodeId, 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 submissionId, int nodeId, int evaluationId, int projectInstanceId, int projectContextId, int targetId, int taskId) { } - public long BuildRequestId { get { throw null; } } - public int EvaluationId { get { throw null; } } - public static Microsoft.Build.Framework.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 ==(Microsoft.Build.Framework.BuildEventContext left, Microsoft.Build.Framework.BuildEventContext right) { throw null; } - public static bool operator !=(Microsoft.Build.Framework.BuildEventContext left, Microsoft.Build.Framework.BuildEventContext right) { throw null; } - } - public partial class BuildFinishedEventArgs : Microsoft.Build.Framework.BuildStatusEventArgs - { - protected BuildFinishedEventArgs() { } - public BuildFinishedEventArgs(string message, string helpKeyword, bool succeeded) { } - public BuildFinishedEventArgs(string message, string helpKeyword, bool succeeded, System.DateTime eventTimestamp) { } - public BuildFinishedEventArgs(string message, string helpKeyword, bool succeeded, System.DateTime eventTimestamp, params object[] messageArgs) { } - public bool Succeeded { get { throw null; } } - } - public delegate void BuildFinishedEventHandler(object sender, Microsoft.Build.Framework.BuildFinishedEventArgs e); - public partial class BuildMessageEventArgs : Microsoft.Build.Framework.LazyFormattedBuildEventArgs - { - protected BuildMessageEventArgs() { } - public BuildMessageEventArgs(string message, string helpKeyword, string senderName, Microsoft.Build.Framework.MessageImportance importance) { } - public BuildMessageEventArgs(string message, string helpKeyword, string senderName, Microsoft.Build.Framework.MessageImportance importance, System.DateTime eventTimestamp) { } - public BuildMessageEventArgs(string message, string helpKeyword, string senderName, Microsoft.Build.Framework.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, Microsoft.Build.Framework.MessageImportance importance) { } - public BuildMessageEventArgs(string subcategory, string code, string file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, string message, string helpKeyword, string senderName, Microsoft.Build.Framework.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, Microsoft.Build.Framework.MessageImportance importance, System.DateTime eventTimestamp, params object[] messageArgs) { } - 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 Microsoft.Build.Framework.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, Microsoft.Build.Framework.BuildMessageEventArgs e); - public partial class BuildStartedEventArgs : Microsoft.Build.Framework.BuildStatusEventArgs - { - protected BuildStartedEventArgs() { } - public BuildStartedEventArgs(string message, string helpKeyword) { } - public BuildStartedEventArgs(string message, string helpKeyword, System.Collections.Generic.IDictionary environmentOfBuild) { } - public BuildStartedEventArgs(string message, string helpKeyword, System.DateTime eventTimestamp) { } - public BuildStartedEventArgs(string message, string helpKeyword, System.DateTime eventTimestamp, params object[] messageArgs) { } - public System.Collections.Generic.IDictionary BuildEnvironment { get { throw null; } } - } - public delegate void BuildStartedEventHandler(object sender, Microsoft.Build.Framework.BuildStartedEventArgs e); - public abstract partial class BuildStatusEventArgs : Microsoft.Build.Framework.LazyFormattedBuildEventArgs - { - protected BuildStatusEventArgs() { } - protected BuildStatusEventArgs(string message, string helpKeyword, string senderName) { } - protected BuildStatusEventArgs(string message, string helpKeyword, string senderName, System.DateTime eventTimestamp) { } - protected BuildStatusEventArgs(string message, string helpKeyword, string senderName, System.DateTime eventTimestamp, params object[] messageArgs) { } - } - public delegate void BuildStatusEventHandler(object sender, Microsoft.Build.Framework.BuildStatusEventArgs e); - public partial class BuildWarningEventArgs : Microsoft.Build.Framework.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) { } - 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, System.DateTime eventTimestamp, params object[] messageArgs) { } - 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, Microsoft.Build.Framework.BuildWarningEventArgs e); - public partial class CriticalBuildMessageEventArgs : Microsoft.Build.Framework.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) { } - 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, System.DateTime eventTimestamp, params object[] messageArgs) { } - } - public abstract partial class CustomBuildEventArgs : Microsoft.Build.Framework.LazyFormattedBuildEventArgs - { - protected CustomBuildEventArgs() { } - protected CustomBuildEventArgs(string message, string helpKeyword, string senderName) { } - protected CustomBuildEventArgs(string message, string helpKeyword, string senderName, System.DateTime eventTimestamp) { } - protected CustomBuildEventArgs(string message, string helpKeyword, string senderName, System.DateTime eventTimestamp, params object[] messageArgs) { } - } - public delegate void CustomBuildEventHandler(object sender, Microsoft.Build.Framework.CustomBuildEventArgs e); - public partial class EnvironmentVariableReadEventArgs : Microsoft.Build.Framework.BuildMessageEventArgs - { - public EnvironmentVariableReadEventArgs() { } - public EnvironmentVariableReadEventArgs(string environmentVariableName, string message, string helpKeyword = null, string senderName = null, Microsoft.Build.Framework.MessageImportance importance = Microsoft.Build.Framework.MessageImportance.Low) { } - public string EnvironmentVariableName { get { throw null; } set { } } - } - public partial class ExternalProjectFinishedEventArgs : Microsoft.Build.Framework.CustomBuildEventArgs - { - protected ExternalProjectFinishedEventArgs() { } - public ExternalProjectFinishedEventArgs(string message, string helpKeyword, string senderName, string projectFile, bool succeeded) { } - public ExternalProjectFinishedEventArgs(string message, string helpKeyword, string senderName, string projectFile, bool succeeded, System.DateTime eventTimestamp) { } - public string ProjectFile { get { throw null; } } - public bool Succeeded { get { throw null; } } - } - public partial class ExternalProjectStartedEventArgs : Microsoft.Build.Framework.CustomBuildEventArgs - { - protected ExternalProjectStartedEventArgs() { } - public ExternalProjectStartedEventArgs(string message, string helpKeyword, string senderName, string projectFile, string targetNames) { } - public ExternalProjectStartedEventArgs(string message, string helpKeyword, string senderName, string projectFile, string targetNames, System.DateTime eventTimestamp) { } - 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(Microsoft.Build.Framework.CustomBuildEventArgs e); - void LogErrorEvent(Microsoft.Build.Framework.BuildErrorEventArgs e); - void LogMessageEvent(Microsoft.Build.Framework.BuildMessageEventArgs e); - void LogWarningEvent(Microsoft.Build.Framework.BuildWarningEventArgs e); - } - public partial interface IBuildEngine2 : Microsoft.Build.Framework.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 : Microsoft.Build.Framework.IBuildEngine, Microsoft.Build.Framework.IBuildEngine2 - { - Microsoft.Build.Framework.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 : Microsoft.Build.Framework.IBuildEngine, Microsoft.Build.Framework.IBuildEngine2, Microsoft.Build.Framework.IBuildEngine3 - { - object GetRegisteredTaskObject(object key, Microsoft.Build.Framework.RegisteredTaskObjectLifetime lifetime); - void RegisterTaskObject(object key, object obj, Microsoft.Build.Framework.RegisteredTaskObjectLifetime lifetime, bool allowEarlyCollection); - object UnregisterTaskObject(object key, Microsoft.Build.Framework.RegisteredTaskObjectLifetime lifetime); - } - public partial interface IBuildEngine5 : Microsoft.Build.Framework.IBuildEngine, Microsoft.Build.Framework.IBuildEngine2, Microsoft.Build.Framework.IBuildEngine3, Microsoft.Build.Framework.IBuildEngine4 - { - void LogTelemetry(string eventName, System.Collections.Generic.IDictionary properties); - } - public partial interface IBuildEngine6 : Microsoft.Build.Framework.IBuildEngine, Microsoft.Build.Framework.IBuildEngine2, Microsoft.Build.Framework.IBuildEngine3, Microsoft.Build.Framework.IBuildEngine4, Microsoft.Build.Framework.IBuildEngine5 - { - System.Collections.Generic.IReadOnlyDictionary GetGlobalProperties(); - } - public partial interface IBuildEngine7 : Microsoft.Build.Framework.IBuildEngine, Microsoft.Build.Framework.IBuildEngine2, Microsoft.Build.Framework.IBuildEngine3, Microsoft.Build.Framework.IBuildEngine4, Microsoft.Build.Framework.IBuildEngine5, Microsoft.Build.Framework.IBuildEngine6 - { - bool AllowFailureWithoutError { get; set; } - } - public partial interface ICancelableTask : Microsoft.Build.Framework.ITask - { - void Cancel(); - } - public partial interface IEventRedirector - { - void ForwardEvent(Microsoft.Build.Framework.BuildEventArgs buildEvent); - } - public partial interface IEventSource - { - event Microsoft.Build.Framework.AnyEventHandler AnyEventRaised; - event Microsoft.Build.Framework.BuildFinishedEventHandler BuildFinished; - event Microsoft.Build.Framework.BuildStartedEventHandler BuildStarted; - event Microsoft.Build.Framework.CustomBuildEventHandler CustomEventRaised; - event Microsoft.Build.Framework.BuildErrorEventHandler ErrorRaised; - event Microsoft.Build.Framework.BuildMessageEventHandler MessageRaised; - event Microsoft.Build.Framework.ProjectFinishedEventHandler ProjectFinished; - event Microsoft.Build.Framework.ProjectStartedEventHandler ProjectStarted; - event Microsoft.Build.Framework.BuildStatusEventHandler StatusEventRaised; - event Microsoft.Build.Framework.TargetFinishedEventHandler TargetFinished; - event Microsoft.Build.Framework.TargetStartedEventHandler TargetStarted; - event Microsoft.Build.Framework.TaskFinishedEventHandler TaskFinished; - event Microsoft.Build.Framework.TaskStartedEventHandler TaskStarted; - event Microsoft.Build.Framework.BuildWarningEventHandler WarningRaised; - } - public partial interface IEventSource2 : Microsoft.Build.Framework.IEventSource - { - event Microsoft.Build.Framework.TelemetryEventHandler TelemetryLogged; - } - public partial interface IEventSource3 : Microsoft.Build.Framework.IEventSource, Microsoft.Build.Framework.IEventSource2 - { - void IncludeEvaluationMetaprojects(); - void IncludeEvaluationProfiles(); - void IncludeTaskInputs(); - } - public partial interface IForwardingLogger : Microsoft.Build.Framework.ILogger, Microsoft.Build.Framework.INodeLogger - { - Microsoft.Build.Framework.IEventRedirector BuildEventRedirector { get; set; } - int NodeId { get; set; } - } - public partial interface IGeneratedTask : Microsoft.Build.Framework.ITask - { - object GetPropertyValue(Microsoft.Build.Framework.TaskPropertyInfo property); - void SetPropertyValue(Microsoft.Build.Framework.TaskPropertyInfo property, object value); - } - public partial interface ILogger - { - string Parameters { get; set; } - Microsoft.Build.Framework.LoggerVerbosity Verbosity { get; set; } - void Initialize(Microsoft.Build.Framework.IEventSource eventSource); - void Shutdown(); - } - public partial interface INodeLogger : Microsoft.Build.Framework.ILogger - { - void Initialize(Microsoft.Build.Framework.IEventSource eventSource, int nodeCount); - } - public partial interface IProjectElement - { - string ElementName { get; } - string OuterElement { get; } - } - public partial interface ITask - { - Microsoft.Build.Framework.IBuildEngine BuildEngine { get; set; } - Microsoft.Build.Framework.ITaskHost HostObject { get; set; } - bool Execute(); - } - public partial interface ITaskFactory - { - string FactoryName { get; } - System.Type TaskType { get; } - void CleanupTask(Microsoft.Build.Framework.ITask task); - Microsoft.Build.Framework.ITask CreateTask(Microsoft.Build.Framework.IBuildEngine taskFactoryLoggingHost); - Microsoft.Build.Framework.TaskPropertyInfo[] GetTaskParameters(); - bool Initialize(string taskName, System.Collections.Generic.IDictionary parameterGroup, string taskBody, Microsoft.Build.Framework.IBuildEngine taskFactoryLoggingHost); - } - public partial interface ITaskFactory2 : Microsoft.Build.Framework.ITaskFactory - { - Microsoft.Build.Framework.ITask CreateTask(Microsoft.Build.Framework.IBuildEngine taskFactoryLoggingHost, System.Collections.Generic.IDictionary taskIdentityParameters); - bool Initialize(string taskName, System.Collections.Generic.IDictionary factoryIdentityParameters, System.Collections.Generic.IDictionary parameterGroup, string taskBody, Microsoft.Build.Framework.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(Microsoft.Build.Framework.ITaskItem destinationItem); - string GetMetadata(string metadataName); - void RemoveMetadata(string metadataName); - void SetMetadata(string metadataName, string metadataValue); - } - public partial interface ITaskItem2 : Microsoft.Build.Framework.ITaskItem - { - string EvaluatedIncludeEscaped { get; set; } - System.Collections.IDictionary CloneCustomMetadataEscaped(); - string GetMetadataValueEscaped(string metadataName); - void SetMetadataValueLiteral(string metadataName, string metadataValue); - } - public partial class LazyFormattedBuildEventArgs : Microsoft.Build.Framework.BuildEventArgs - { - protected LazyFormattedBuildEventArgs() { } - public LazyFormattedBuildEventArgs(string message, string helpKeyword, string senderName) { } - public LazyFormattedBuildEventArgs(string message, string helpKeyword, string senderName, System.DateTime eventTimestamp, params object[] messageArgs) { } - public override string Message { get { throw null; } } - } - [System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)] - public sealed partial class LoadInSeparateAppDomainAttribute : System.Attribute - { - public LoadInSeparateAppDomainAttribute() { } - } - public partial class LoggerException : System.Exception - { - public LoggerException() { } - protected LoggerException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { } - public LoggerException(string message) { } - public LoggerException(string message, System.Exception innerException) { } - public LoggerException(string message, System.Exception innerException, string errorCode, string helpKeyword) { } - 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, - } - public partial class MetaprojectGeneratedEventArgs : Microsoft.Build.Framework.BuildMessageEventArgs - { - public string metaprojectXml; - public MetaprojectGeneratedEventArgs(string metaprojectXml, string metaprojectPath, string message) { } - } - [System.AttributeUsageAttribute(System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)] - public sealed partial class OutputAttribute : System.Attribute - { - public OutputAttribute() { } - } - public sealed partial class ProjectEvaluationFinishedEventArgs : Microsoft.Build.Framework.BuildStatusEventArgs - { - public ProjectEvaluationFinishedEventArgs() { } - public ProjectEvaluationFinishedEventArgs(string message, params object[] messageArgs) { } - public Microsoft.Build.Framework.Profiler.ProfilerResult? ProfilerResult { get { throw null; } set { } } - public string ProjectFile { get { throw null; } set { } } - } - public partial class ProjectEvaluationStartedEventArgs : Microsoft.Build.Framework.BuildStatusEventArgs - { - public ProjectEvaluationStartedEventArgs() { } - public ProjectEvaluationStartedEventArgs(string message, params object[] messageArgs) { } - public string ProjectFile { get { throw null; } set { } } - } - public partial class ProjectFinishedEventArgs : Microsoft.Build.Framework.BuildStatusEventArgs - { - protected ProjectFinishedEventArgs() { } - public ProjectFinishedEventArgs(string message, string helpKeyword, string projectFile, bool succeeded) { } - public ProjectFinishedEventArgs(string message, string helpKeyword, string projectFile, bool succeeded, System.DateTime eventTimestamp) { } - public string ProjectFile { get { throw null; } } - public bool Succeeded { get { throw null; } } - } - public delegate void ProjectFinishedEventHandler(object sender, Microsoft.Build.Framework.ProjectFinishedEventArgs e); - public partial class ProjectImportedEventArgs : Microsoft.Build.Framework.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 : Microsoft.Build.Framework.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, Microsoft.Build.Framework.BuildEventContext parentBuildEventContext) { } - public ProjectStartedEventArgs(int projectId, string message, string helpKeyword, string projectFile, string targetNames, System.Collections.IEnumerable properties, System.Collections.IEnumerable items, Microsoft.Build.Framework.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, Microsoft.Build.Framework.BuildEventContext parentBuildEventContext, System.DateTime eventTimestamp) { } - public ProjectStartedEventArgs(string message, string helpKeyword, string projectFile, string targetNames, System.Collections.IEnumerable properties, System.Collections.IEnumerable items) { } - public ProjectStartedEventArgs(string message, string helpKeyword, string projectFile, string targetNames, System.Collections.IEnumerable properties, System.Collections.IEnumerable items, System.DateTime eventTimestamp) { } - public System.Collections.Generic.IDictionary GlobalProperties { get { throw null; } } - public System.Collections.IEnumerable Items { get { throw null; } } - public Microsoft.Build.Framework.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, Microsoft.Build.Framework.ProjectStartedEventArgs e); - public partial class PropertyInitialValueSetEventArgs : Microsoft.Build.Framework.BuildMessageEventArgs - { - public PropertyInitialValueSetEventArgs() { } - public PropertyInitialValueSetEventArgs(string propertyName, string propertyValue, string propertySource, string message, string helpKeyword = null, string senderName = null, Microsoft.Build.Framework.MessageImportance importance = Microsoft.Build.Framework.MessageImportance.Low) { } - public string PropertyName { get { throw null; } set { } } - public string PropertySource { get { throw null; } set { } } - public string PropertyValue { get { throw null; } set { } } - } - public partial class PropertyReassignmentEventArgs : Microsoft.Build.Framework.BuildMessageEventArgs - { - public PropertyReassignmentEventArgs() { } - public PropertyReassignmentEventArgs(string propertyName, string previousValue, string newValue, string location, string message, string helpKeyword = null, string senderName = null, Microsoft.Build.Framework.MessageImportance importance = Microsoft.Build.Framework.MessageImportance.Low) { } - public string Location { get { throw null; } set { } } - public string NewValue { get { throw null; } set { } } - public string PreviousValue { get { throw null; } set { } } - public string PropertyName { get { throw null; } set { } } - } - public enum RegisteredTaskObjectLifetime - { - Build = 0, - AppDomain = 1, - } - [System.AttributeUsageAttribute(System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)] - public sealed partial class RequiredAttribute : System.Attribute - { - public RequiredAttribute() { } - } - [System.AttributeUsageAttribute(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.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)] - public sealed partial class RunInMTAAttribute : System.Attribute - { - public RunInMTAAttribute() { } - } - [System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)] - public sealed partial class RunInSTAAttribute : System.Attribute - { - public RunInSTAAttribute() { } - } - public abstract partial class SdkLogger - { - protected SdkLogger() { } - public abstract void LogMessage(string message, Microsoft.Build.Framework.MessageImportance messageImportance = Microsoft.Build.Framework.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(Microsoft.Build.Framework.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 Microsoft.Build.Framework.SdkReference sdkReference) { throw null; } - } - public abstract partial class SdkResolver - { - protected SdkResolver() { } - public abstract string Name { get; } - public abstract int Priority { get; } - public abstract Microsoft.Build.Framework.SdkResult Resolve(Microsoft.Build.Framework.SdkReference sdkReference, Microsoft.Build.Framework.SdkResolverContext resolverContext, Microsoft.Build.Framework.SdkResultFactory factory); - } - public abstract partial class SdkResolverContext - { - protected SdkResolverContext() { } - public virtual bool Interactive { get { throw null; } protected set { } } - public virtual Microsoft.Build.Framework.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 - { - protected SdkResult() { } - public virtual System.Collections.Generic.IList AdditionalPaths { get { throw null; } set { } } - public virtual System.Collections.Generic.IDictionary ItemsToAdd { get { throw null; } protected set { } } - public virtual string Path { get { throw null; } protected set { } } - public virtual System.Collections.Generic.IDictionary PropertiesToAdd { get { throw null; } protected set { } } - public virtual Microsoft.Build.Framework.SdkReference SdkReference { get { throw null; } protected set { } } - public virtual bool Success { get { throw null; } protected set { } } - public virtual string Version { get { throw null; } protected set { } } - } - public abstract partial class SdkResultFactory - { - protected SdkResultFactory() { } - public abstract Microsoft.Build.Framework.SdkResult IndicateFailure(System.Collections.Generic.IEnumerable errors, System.Collections.Generic.IEnumerable warnings = null); - public virtual Microsoft.Build.Framework.SdkResult IndicateSuccess(System.Collections.Generic.IEnumerable paths, string version, System.Collections.Generic.IDictionary propertiesToAdd = null, System.Collections.Generic.IDictionary itemsToAdd = null, System.Collections.Generic.IEnumerable warnings = null) { throw null; } - public abstract Microsoft.Build.Framework.SdkResult IndicateSuccess(string path, string version, System.Collections.Generic.IEnumerable warnings = null); - } - public partial class SdkResultItem - { - public SdkResultItem() { } - public SdkResultItem(string itemSpec, System.Collections.Generic.Dictionary metadata) { } - public string ItemSpec { get { throw null; } set { } } - public System.Collections.Generic.Dictionary Metadata { get { throw null; } } - public override bool Equals(object obj) { throw null; } - public override int GetHashCode() { throw null; } - } - public enum TargetBuiltReason - { - None = 0, - BeforeTargets = 1, - DependsOn = 2, - AfterTargets = 3, - } - public partial class TargetFinishedEventArgs : Microsoft.Build.Framework.BuildStatusEventArgs - { - protected TargetFinishedEventArgs() { } - public TargetFinishedEventArgs(string message, string helpKeyword, string targetName, string projectFile, string targetFile, bool succeeded) { } - 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 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, Microsoft.Build.Framework.TargetFinishedEventArgs e); - public partial class TargetSkippedEventArgs : Microsoft.Build.Framework.BuildMessageEventArgs - { - public TargetSkippedEventArgs() { } - public TargetSkippedEventArgs(string message, params object[] messageArgs) { } - public Microsoft.Build.Framework.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 : Microsoft.Build.Framework.BuildStatusEventArgs - { - protected TargetStartedEventArgs() { } - public TargetStartedEventArgs(string message, string helpKeyword, string targetName, string projectFile, string targetFile) { } - public TargetStartedEventArgs(string message, string helpKeyword, string targetName, string projectFile, string targetFile, string parentTarget, Microsoft.Build.Framework.TargetBuiltReason buildReason, System.DateTime eventTimestamp) { } - public TargetStartedEventArgs(string message, string helpKeyword, string targetName, string projectFile, string targetFile, string parentTarget, System.DateTime eventTimestamp) { } - public Microsoft.Build.Framework.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, Microsoft.Build.Framework.TargetStartedEventArgs e); - public partial class TaskCommandLineEventArgs : Microsoft.Build.Framework.BuildMessageEventArgs - { - protected TaskCommandLineEventArgs() { } - public TaskCommandLineEventArgs(string commandLine, string taskName, Microsoft.Build.Framework.MessageImportance importance) { } - public TaskCommandLineEventArgs(string commandLine, string taskName, Microsoft.Build.Framework.MessageImportance importance, System.DateTime eventTimestamp) { } - public string CommandLine { get { throw null; } } - public string TaskName { get { throw null; } } - } - public partial class TaskFinishedEventArgs : Microsoft.Build.Framework.BuildStatusEventArgs - { - protected TaskFinishedEventArgs() { } - public TaskFinishedEventArgs(string message, string helpKeyword, string projectFile, string taskFile, string taskName, bool succeeded) { } - public TaskFinishedEventArgs(string message, string helpKeyword, string projectFile, string taskFile, string taskName, bool succeeded, System.DateTime eventTimestamp) { } - 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, Microsoft.Build.Framework.TaskFinishedEventArgs e); - public partial class TaskPropertyInfo - { - public TaskPropertyInfo(string name, System.Type typeOfParameter, bool output, bool required) { } - public bool Log { get { throw null; } set { } } - public bool LogItemMetadata { get { throw null; } set { } } - 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 : Microsoft.Build.Framework.BuildStatusEventArgs - { - protected TaskStartedEventArgs() { } - public TaskStartedEventArgs(string message, string helpKeyword, string projectFile, string taskFile, string taskName) { } - public TaskStartedEventArgs(string message, string helpKeyword, string projectFile, string taskFile, string taskName, System.DateTime eventTimestamp) { } - public string ProjectFile { get { throw null; } } - public string TaskFile { get { throw null; } } - public string TaskName { get { throw null; } } - } - public delegate void TaskStartedEventHandler(object sender, Microsoft.Build.Framework.TaskStartedEventArgs e); - public sealed partial class TelemetryEventArgs : Microsoft.Build.Framework.BuildEventArgs - { - public TelemetryEventArgs() { } - public string EventName { get { throw null; } set { } } - public System.Collections.Generic.IDictionary Properties { get { throw null; } set { } } - } - public delegate void TelemetryEventHandler(object sender, Microsoft.Build.Framework.TelemetryEventArgs e); - public partial class UninitializedPropertyReadEventArgs : Microsoft.Build.Framework.BuildMessageEventArgs - { - public UninitializedPropertyReadEventArgs() { } - public UninitializedPropertyReadEventArgs(string propertyName, string message, string helpKeyword = null, string senderName = null, Microsoft.Build.Framework.MessageImportance importance = Microsoft.Build.Framework.MessageImportance.Low) { } - public string PropertyName { get { throw null; } set { } } - } -} -namespace Microsoft.Build.Framework.Profiler -{ - public partial struct EvaluationLocation - { - private object _dummy; - private int _dummyPrimitive; - public EvaluationLocation(Microsoft.Build.Framework.Profiler.EvaluationPass evaluationPass, string evaluationPassDescription, string file, int? line, string elementName, string elementDescription, Microsoft.Build.Framework.Profiler.EvaluationLocationKind kind) { throw null; } - public EvaluationLocation(long id, long? parentId, Microsoft.Build.Framework.Profiler.EvaluationPass evaluationPass, string evaluationPassDescription, string file, int? line, string elementName, string elementDescription, Microsoft.Build.Framework.Profiler.EvaluationLocationKind kind) { throw null; } - public EvaluationLocation(long? parentId, Microsoft.Build.Framework.Profiler.EvaluationPass evaluationPass, string evaluationPassDescription, string file, int? line, string elementName, string elementDescription, Microsoft.Build.Framework.Profiler.EvaluationLocationKind kind) { throw null; } - public string ElementDescription { get { throw null; } } - public string ElementName { get { throw null; } } - public static Microsoft.Build.Framework.Profiler.EvaluationLocation EmptyLocation { get { throw null; } } - public Microsoft.Build.Framework.Profiler.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 Microsoft.Build.Framework.Profiler.EvaluationLocationKind Kind { get { throw null; } } - public int? Line { get { throw null; } } - public long? ParentId { get { throw null; } } - public static Microsoft.Build.Framework.Profiler.EvaluationLocation CreateLocationForAggregatedGlob() { throw null; } - public static Microsoft.Build.Framework.Profiler.EvaluationLocation CreateLocationForCondition(long? parentId, Microsoft.Build.Framework.Profiler.EvaluationPass evaluationPass, string evaluationDescription, string file, int? line, string condition) { throw null; } - public static Microsoft.Build.Framework.Profiler.EvaluationLocation CreateLocationForGlob(long? parentId, Microsoft.Build.Framework.Profiler.EvaluationPass evaluationPass, string evaluationDescription, string file, int? line, string globDescription) { throw null; } - public static Microsoft.Build.Framework.Profiler.EvaluationLocation CreateLocationForProject(long? parentId, Microsoft.Build.Framework.Profiler.EvaluationPass evaluationPass, string evaluationDescription, string file, int? line, Microsoft.Build.Framework.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 Microsoft.Build.Framework.Profiler.EvaluationLocation WithEvaluationPass(Microsoft.Build.Framework.Profiler.EvaluationPass evaluationPass, string passDescription = null) { throw null; } - public Microsoft.Build.Framework.Profiler.EvaluationLocation WithFile(string file) { throw null; } - public Microsoft.Build.Framework.Profiler.EvaluationLocation WithFileLineAndCondition(string file, int? line, string condition) { throw null; } - public Microsoft.Build.Framework.Profiler.EvaluationLocation WithFileLineAndElement(string file, int? line, Microsoft.Build.Framework.IProjectElement element) { throw null; } - public Microsoft.Build.Framework.Profiler.EvaluationLocation WithGlob(string globDescription) { throw null; } - public Microsoft.Build.Framework.Profiler.EvaluationLocation WithParentId(long? parentId) { throw null; } - } - public enum EvaluationLocationKind : byte - { - Element = (byte)0, - Condition = (byte)1, - Glob = (byte)2, - } - public enum EvaluationPass : byte - { - TotalEvaluation = (byte)0, - TotalGlobbing = (byte)1, - InitialProperties = (byte)2, - Properties = (byte)3, - ItemDefinitionGroups = (byte)4, - Items = (byte)5, - LazyItems = (byte)6, - UsingTasks = (byte)7, - Targets = (byte)8, - } - public partial struct ProfiledLocation - { - private int _dummyPrimitive; - public ProfiledLocation(System.TimeSpan inclusiveTime, System.TimeSpan exclusiveTime, int numberOfHits) { throw null; } - 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; - public ProfilerResult(System.Collections.Generic.IDictionary profiledLocations) { throw null; } - public System.Collections.Generic.IReadOnlyDictionary ProfiledLocations { get { throw null; } } - public override bool Equals(object obj) { throw null; } - public override int GetHashCode() { throw null; } - } -} diff --git a/src/referencePackages/src/microsoft.build.framework/16.7.0/microsoft.build.framework.nuspec b/src/referencePackages/src/microsoft.build.framework/16.7.0/microsoft.build.framework.nuspec deleted file mode 100755 index 8f07004088..0000000000 --- a/src/referencePackages/src/microsoft.build.framework/16.7.0/microsoft.build.framework.nuspec +++ /dev/null @@ -1,24 +0,0 @@ - - - - Microsoft.Build.Framework - 16.7.0 - Microsoft - Microsoft - true - MIT - https://licenses.nuget.org/MIT - 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.framework/17.5.0/Microsoft.Build.Framework.17.5.0.csproj b/src/referencePackages/src/microsoft.build.framework/17.5.0/Microsoft.Build.Framework.17.5.0.csproj deleted file mode 100644 index 1d2ebe55a3..0000000000 --- a/src/referencePackages/src/microsoft.build.framework/17.5.0/Microsoft.Build.Framework.17.5.0.csproj +++ /dev/null @@ -1,18 +0,0 @@ - - - - net7.0;netstandard2.0 - Microsoft.Build.Framework - 2 - - - - - - - - - - - - diff --git a/src/referencePackages/src/microsoft.build.framework/17.5.0/microsoft.build.framework.nuspec b/src/referencePackages/src/microsoft.build.framework/17.5.0/microsoft.build.framework.nuspec deleted file mode 100644 index e162cf6318..0000000000 --- a/src/referencePackages/src/microsoft.build.framework/17.5.0/microsoft.build.framework.nuspec +++ /dev/null @@ -1,29 +0,0 @@ - - - - Microsoft.Build.Framework - 17.5.0 - Microsoft - true - MIT - https://licenses.nuget.org/MIT - 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.framework/17.5.0/ref/net7.0/Microsoft.Build.Framework.cs b/src/referencePackages/src/microsoft.build.framework/17.5.0/ref/net7.0/Microsoft.Build.Framework.cs deleted file mode 100644 index 993f5d5b80..0000000000 --- a/src/referencePackages/src/microsoft.build.framework/17.5.0/ref/net7.0/Microsoft.Build.Framework.cs +++ /dev/null @@ -1,1168 +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.ReferenceAssembly] -[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, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.Build.Utilities.Core, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.Build.Tasks.Core, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("MSBuild, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.Build.Conversion.Core, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.Build.Engine.UnitTests, PublicKey=002400000480000094000000060200000024000052534131000400000100010015c01ae1f50e8cc09ba9eac9147cf8fd9fce2cfe9f8dce4f7301c4132ca9fb50ce8cbf1df4dc18dd4d210e4345c744ecb3365ed327efdbc52603faa5e21daa11234c8c4a73e51f03bf192544581ebe107adee3a34928e39d04e524a9ce729d5090bfd7dad9d10c722c0def9ccc08ff0a03790e48bcd1f9b6c476063e1966a1c4")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.Build.Engine.OM.UnitTests, PublicKey=002400000480000094000000060200000024000052534131000400000100010015c01ae1f50e8cc09ba9eac9147cf8fd9fce2cfe9f8dce4f7301c4132ca9fb50ce8cbf1df4dc18dd4d210e4345c744ecb3365ed327efdbc52603faa5e21daa11234c8c4a73e51f03bf192544581ebe107adee3a34928e39d04e524a9ce729d5090bfd7dad9d10c722c0def9ccc08ff0a03790e48bcd1f9b6c476063e1966a1c4")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.Build.Utilities.UnitTests, PublicKey=002400000480000094000000060200000024000052534131000400000100010015c01ae1f50e8cc09ba9eac9147cf8fd9fce2cfe9f8dce4f7301c4132ca9fb50ce8cbf1df4dc18dd4d210e4345c744ecb3365ed327efdbc52603faa5e21daa11234c8c4a73e51f03bf192544581ebe107adee3a34928e39d04e524a9ce729d5090bfd7dad9d10c722c0def9ccc08ff0a03790e48bcd1f9b6c476063e1966a1c4")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.Build.CommandLine.UnitTests, PublicKey=002400000480000094000000060200000024000052534131000400000100010015c01ae1f50e8cc09ba9eac9147cf8fd9fce2cfe9f8dce4f7301c4132ca9fb50ce8cbf1df4dc18dd4d210e4345c744ecb3365ed327efdbc52603faa5e21daa11234c8c4a73e51f03bf192544581ebe107adee3a34928e39d04e524a9ce729d5090bfd7dad9d10c722c0def9ccc08ff0a03790e48bcd1f9b6c476063e1966a1c4")] -[assembly: System.Runtime.InteropServices.DefaultDllImportSearchPaths(System.Runtime.InteropServices.DllImportSearchPath.SafeDirectories)] -[assembly: System.Resources.NeutralResourcesLanguage("en")] -[assembly: System.CLSCompliant(true)] -[assembly: System.Runtime.Versioning.TargetFramework(".NETCoreApp,Version=v7.0", FrameworkDisplayName = ".NET 7.0")] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyConfiguration("Release")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyDescription("Microsoft.Build.Framework.dll")] -[assembly: System.Reflection.AssemblyFileVersion("17.5.0.10706")] -[assembly: System.Reflection.AssemblyInformationalVersion("17.5.0+6f08c67f3ed838dccfbcdab91e6bebc54a26fd94")] -[assembly: System.Reflection.AssemblyProduct("Microsoft® Build Tools®")] -[assembly: System.Reflection.AssemblyTitle("Microsoft.Build.Framework.dll")] -[assembly: System.Reflection.AssemblyMetadata("RepositoryUrl", "https://github.com/dotnet/msbuild")] -[assembly: System.Reflection.AssemblyVersionAttribute("15.1.0.0")] -[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, string helpLink, 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) { } - - 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 string HelpLink { 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 { } } - - protected internal string? RawMessage { get { throw null; } set { } } - - protected internal System.DateTime RawTimestamp { get { throw null; } 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 override string ToString() { 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, string helpLink, 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) { } - - 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 string HelpLink { 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 abstract partial class EngineServices - { - public const int Version1 = 1; - public virtual bool IsTaskInputLoggingEnabled { get { throw null; } } - - public virtual int Version { get { throw null; } } - - public virtual bool LogsMessagesOfImportance(MessageImportance importance) { throw null; } - } - - public partial class EnvironmentVariableReadEventArgs : BuildMessageEventArgs - { - public EnvironmentVariableReadEventArgs() { } - - public EnvironmentVariableReadEventArgs(string environmentVariableName, string message, string helpKeyword = null, string senderName = null, MessageImportance importance = MessageImportance.Low) { } - - public string EnvironmentVariableName { get { throw null; } set { } } - } - - 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 IBuildEngine10 : IBuildEngine9, IBuildEngine8, IBuildEngine7, IBuildEngine6, IBuildEngine5, IBuildEngine4, IBuildEngine3, IBuildEngine2, IBuildEngine - { - EngineServices EngineServices { get; } - } - - 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 IBuildEngine6 : IBuildEngine5, IBuildEngine4, IBuildEngine3, IBuildEngine2, IBuildEngine - { - System.Collections.Generic.IReadOnlyDictionary GetGlobalProperties(); - } - - public partial interface IBuildEngine7 : IBuildEngine6, IBuildEngine5, IBuildEngine4, IBuildEngine3, IBuildEngine2, IBuildEngine - { - bool AllowFailureWithoutError { get; set; } - } - - public partial interface IBuildEngine8 : IBuildEngine7, IBuildEngine6, IBuildEngine5, IBuildEngine4, IBuildEngine3, IBuildEngine2, IBuildEngine - { - bool ShouldTreatWarningAsError(string warningCode); - } - - public partial interface IBuildEngine9 : IBuildEngine8, IBuildEngine7, IBuildEngine6, IBuildEngine5, IBuildEngine4, IBuildEngine3, IBuildEngine2, IBuildEngine - { - void ReleaseCores(int coresToRelease); - int RequestCores(int requestedCores); - } - - 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 IEventSource3 : IEventSource2, IEventSource - { - void IncludeEvaluationMetaprojects(); - void IncludeEvaluationProfiles(); - void IncludeTaskInputs(); - } - - public partial interface IEventSource4 : IEventSource3, IEventSource2, IEventSource - { - void IncludeEvaluationPropertiesAndItems(); - } - - 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 - } - - public partial class MetaprojectGeneratedEventArgs : BuildMessageEventArgs - { - public string metaprojectXml; - public MetaprojectGeneratedEventArgs(string metaprojectXml, string metaprojectPath, string message) { } - } - - [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 System.Collections.IEnumerable? GlobalProperties { get { throw null; } set { } } - - public System.Collections.IEnumerable? Items { get { throw null; } set { } } - - public Profiler.ProfilerResult? ProfilerResult { get { throw null; } set { } } - - public string? ProjectFile { get { throw null; } set { } } - - public System.Collections.IEnumerable? Properties { 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 override string Message { get { throw null; } } - - 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 override string Message { 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 partial class PropertyInitialValueSetEventArgs : BuildMessageEventArgs - { - public PropertyInitialValueSetEventArgs() { } - - public PropertyInitialValueSetEventArgs(string propertyName, string propertyValue, string propertySource, string message, string helpKeyword = null, string senderName = null, MessageImportance importance = MessageImportance.Low) { } - - public string PropertyName { get { throw null; } set { } } - - public string PropertySource { get { throw null; } set { } } - - public string PropertyValue { get { throw null; } set { } } - } - - public partial class PropertyReassignmentEventArgs : BuildMessageEventArgs - { - public PropertyReassignmentEventArgs() { } - - public PropertyReassignmentEventArgs(string propertyName, string previousValue, string newValue, string location, string message, string helpKeyword = null, string senderName = null, MessageImportance importance = MessageImportance.Low) { } - - public string Location { get { throw null; } set { } } - - public override string Message { get { throw null; } } - - public string NewValue { get { throw null; } set { } } - - public string PreviousValue { get { throw null; } set { } } - - public string PropertyName { get { throw null; } set { } } - } - - 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; } } - } - - public partial class ResponseFileUsedEventArgs : BuildMessageEventArgs - { - public ResponseFileUsedEventArgs() { } - - public ResponseFileUsedEventArgs(string responseFilePath) { } - - public string? ResponseFilePath { get { throw null; } set { } } - } - - [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 bool Interactive { get { throw null; } protected set { } } - - public virtual bool IsRunningInVisualStudio { get { throw null; } protected set { } } - - 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 virtual System.Collections.Generic.IList AdditionalPaths { get { throw null; } set { } } - - public virtual System.Collections.Generic.IDictionary ItemsToAdd { get { throw null; } protected set { } } - - public virtual string Path { get { throw null; } protected set { } } - - public virtual System.Collections.Generic.IDictionary PropertiesToAdd { get { throw null; } protected set { } } - - public virtual SdkReference SdkReference { get { throw null; } protected set { } } - - public virtual bool Success { get { throw null; } protected set { } } - - public virtual string Version { 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 virtual SdkResult IndicateSuccess(System.Collections.Generic.IEnumerable paths, string version, System.Collections.Generic.IDictionary propertiesToAdd = null, System.Collections.Generic.IDictionary itemsToAdd = null, System.Collections.Generic.IEnumerable warnings = null) { throw null; } - - public virtual SdkResult IndicateSuccess(string path, string version, System.Collections.Generic.IDictionary propertiesToAdd, System.Collections.Generic.IDictionary itemsToAdd, System.Collections.Generic.IEnumerable warnings = null) { throw null; } - - public abstract SdkResult IndicateSuccess(string path, string version, System.Collections.Generic.IEnumerable warnings = null); - } - - public partial class SdkResultItem - { - public SdkResultItem() { } - - public SdkResultItem(string itemSpec, System.Collections.Generic.Dictionary? metadata) { } - - public string ItemSpec { get { throw null; } set { } } - - public System.Collections.Generic.Dictionary? Metadata { get { throw null; } } - - public override bool Equals(object? obj) { throw null; } - - public override int GetHashCode() { throw 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 override string Message { get { throw null; } } - - 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 Condition { get { throw null; } set { } } - - public string EvaluatedCondition { get { throw null; } set { } } - - public override string Message { get { throw null; } } - - public BuildEventContext OriginalBuildEventContext { get { throw null; } set { } } - - public bool OriginallySucceeded { get { throw null; } set { } } - - public string ParentTarget { get { throw null; } set { } } - - public TargetSkipReason SkipReason { get { throw null; } set { } } - - public string TargetFile { get { throw null; } set { } } - - public string TargetName { get { throw null; } set { } } - } - - public enum TargetSkipReason - { - None = 0, - PreviouslyBuiltSuccessfully = 1, - PreviouslyBuiltUnsuccessfully = 2, - OutputsUpToDate = 3, - ConditionWasFalse = 4 - } - - 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 override string Message { 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 override string Message { get { throw null; } } - - 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 TaskParameterEventArgs : BuildMessageEventArgs - { - public TaskParameterEventArgs(TaskParameterMessageKind kind, string itemType, System.Collections.IList items, bool logItemMetadata, System.DateTime eventTimestamp) { } - - public System.Collections.IList Items { get { throw null; } } - - public string ItemType { get { throw null; } } - - public TaskParameterMessageKind Kind { get { throw null; } } - - public bool LogItemMetadata { get { throw null; } } - - public override string Message { get { throw null; } } - } - - public enum TaskParameterMessageKind - { - TaskInput = 0, - TaskOutput = 1, - AddItem = 2, - RemoveItem = 3, - SkippedTargetInputs = 4, - SkippedTargetOutputs = 5 - } - - public partial class TaskPropertyInfo - { - public TaskPropertyInfo(string name, System.Type typeOfParameter, bool output, bool required) { } - - public bool Log { get { throw null; } set { } } - - public bool LogItemMetadata { get { throw null; } set { } } - - 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 int ColumnNumber { get { throw null; } } - - public int LineNumber { get { throw null; } } - - public override string Message { get { throw null; } } - - 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); - public partial class UninitializedPropertyReadEventArgs : BuildMessageEventArgs - { - public UninitializedPropertyReadEventArgs() { } - - public UninitializedPropertyReadEventArgs(string propertyName, string message, string helpKeyword = null, string senderName = null, MessageImportance importance = MessageImportance.Low) { } - - public string PropertyName { get { throw null; } set { } } - } -} - -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/17.5.0/ref/netstandard2.0/Microsoft.Build.Framework.cs b/src/referencePackages/src/microsoft.build.framework/17.5.0/ref/netstandard2.0/Microsoft.Build.Framework.cs deleted file mode 100644 index 75575381fd..0000000000 --- a/src/referencePackages/src/microsoft.build.framework/17.5.0/ref/netstandard2.0/Microsoft.Build.Framework.cs +++ /dev/null @@ -1,1168 +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.ReferenceAssembly] -[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, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.Build.Utilities.Core, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.Build.Tasks.Core, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("MSBuild, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.Build.Conversion.Core, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.Build.Engine.UnitTests, PublicKey=002400000480000094000000060200000024000052534131000400000100010015c01ae1f50e8cc09ba9eac9147cf8fd9fce2cfe9f8dce4f7301c4132ca9fb50ce8cbf1df4dc18dd4d210e4345c744ecb3365ed327efdbc52603faa5e21daa11234c8c4a73e51f03bf192544581ebe107adee3a34928e39d04e524a9ce729d5090bfd7dad9d10c722c0def9ccc08ff0a03790e48bcd1f9b6c476063e1966a1c4")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.Build.Engine.OM.UnitTests, PublicKey=002400000480000094000000060200000024000052534131000400000100010015c01ae1f50e8cc09ba9eac9147cf8fd9fce2cfe9f8dce4f7301c4132ca9fb50ce8cbf1df4dc18dd4d210e4345c744ecb3365ed327efdbc52603faa5e21daa11234c8c4a73e51f03bf192544581ebe107adee3a34928e39d04e524a9ce729d5090bfd7dad9d10c722c0def9ccc08ff0a03790e48bcd1f9b6c476063e1966a1c4")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.Build.Utilities.UnitTests, PublicKey=002400000480000094000000060200000024000052534131000400000100010015c01ae1f50e8cc09ba9eac9147cf8fd9fce2cfe9f8dce4f7301c4132ca9fb50ce8cbf1df4dc18dd4d210e4345c744ecb3365ed327efdbc52603faa5e21daa11234c8c4a73e51f03bf192544581ebe107adee3a34928e39d04e524a9ce729d5090bfd7dad9d10c722c0def9ccc08ff0a03790e48bcd1f9b6c476063e1966a1c4")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.Build.CommandLine.UnitTests, PublicKey=002400000480000094000000060200000024000052534131000400000100010015c01ae1f50e8cc09ba9eac9147cf8fd9fce2cfe9f8dce4f7301c4132ca9fb50ce8cbf1df4dc18dd4d210e4345c744ecb3365ed327efdbc52603faa5e21daa11234c8c4a73e51f03bf192544581ebe107adee3a34928e39d04e524a9ce729d5090bfd7dad9d10c722c0def9ccc08ff0a03790e48bcd1f9b6c476063e1966a1c4")] -[assembly: System.Runtime.InteropServices.DefaultDllImportSearchPaths(System.Runtime.InteropServices.DllImportSearchPath.SafeDirectories)] -[assembly: System.Resources.NeutralResourcesLanguage("en")] -[assembly: System.CLSCompliant(true)] -[assembly: System.Runtime.Versioning.TargetFramework(".NETStandard,Version=v2.0", FrameworkDisplayName = ".NET Standard 2.0")] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyConfiguration("Release")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyDescription("Microsoft.Build.Framework.dll")] -[assembly: System.Reflection.AssemblyFileVersion("17.5.0.10706")] -[assembly: System.Reflection.AssemblyInformationalVersion("17.5.0+6f08c67f3ed838dccfbcdab91e6bebc54a26fd94")] -[assembly: System.Reflection.AssemblyProduct("Microsoft® Build Tools®")] -[assembly: System.Reflection.AssemblyTitle("Microsoft.Build.Framework.dll")] -[assembly: System.Reflection.AssemblyMetadata("RepositoryUrl", "https://github.com/dotnet/msbuild")] -[assembly: System.Reflection.AssemblyVersionAttribute("15.1.0.0")] -[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, string helpLink, 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) { } - - 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 string HelpLink { 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 { } } - - protected internal string? RawMessage { get { throw null; } set { } } - - protected internal System.DateTime RawTimestamp { get { throw null; } 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 override string ToString() { 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, string helpLink, 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) { } - - 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 string HelpLink { 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 abstract partial class EngineServices - { - public const int Version1 = 1; - public virtual bool IsTaskInputLoggingEnabled { get { throw null; } } - - public virtual int Version { get { throw null; } } - - public virtual bool LogsMessagesOfImportance(MessageImportance importance) { throw null; } - } - - public partial class EnvironmentVariableReadEventArgs : BuildMessageEventArgs - { - public EnvironmentVariableReadEventArgs() { } - - public EnvironmentVariableReadEventArgs(string environmentVariableName, string message, string helpKeyword = null, string senderName = null, MessageImportance importance = MessageImportance.Low) { } - - public string EnvironmentVariableName { get { throw null; } set { } } - } - - 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 IBuildEngine10 : IBuildEngine9, IBuildEngine8, IBuildEngine7, IBuildEngine6, IBuildEngine5, IBuildEngine4, IBuildEngine3, IBuildEngine2, IBuildEngine - { - EngineServices EngineServices { get; } - } - - 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 IBuildEngine6 : IBuildEngine5, IBuildEngine4, IBuildEngine3, IBuildEngine2, IBuildEngine - { - System.Collections.Generic.IReadOnlyDictionary GetGlobalProperties(); - } - - public partial interface IBuildEngine7 : IBuildEngine6, IBuildEngine5, IBuildEngine4, IBuildEngine3, IBuildEngine2, IBuildEngine - { - bool AllowFailureWithoutError { get; set; } - } - - public partial interface IBuildEngine8 : IBuildEngine7, IBuildEngine6, IBuildEngine5, IBuildEngine4, IBuildEngine3, IBuildEngine2, IBuildEngine - { - bool ShouldTreatWarningAsError(string warningCode); - } - - public partial interface IBuildEngine9 : IBuildEngine8, IBuildEngine7, IBuildEngine6, IBuildEngine5, IBuildEngine4, IBuildEngine3, IBuildEngine2, IBuildEngine - { - void ReleaseCores(int coresToRelease); - int RequestCores(int requestedCores); - } - - 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 IEventSource3 : IEventSource2, IEventSource - { - void IncludeEvaluationMetaprojects(); - void IncludeEvaluationProfiles(); - void IncludeTaskInputs(); - } - - public partial interface IEventSource4 : IEventSource3, IEventSource2, IEventSource - { - void IncludeEvaluationPropertiesAndItems(); - } - - 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 - } - - public partial class MetaprojectGeneratedEventArgs : BuildMessageEventArgs - { - public string metaprojectXml; - public MetaprojectGeneratedEventArgs(string metaprojectXml, string metaprojectPath, string message) { } - } - - [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 System.Collections.IEnumerable? GlobalProperties { get { throw null; } set { } } - - public System.Collections.IEnumerable? Items { get { throw null; } set { } } - - public Profiler.ProfilerResult? ProfilerResult { get { throw null; } set { } } - - public string? ProjectFile { get { throw null; } set { } } - - public System.Collections.IEnumerable? Properties { 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 override string Message { get { throw null; } } - - 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 override string Message { 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 partial class PropertyInitialValueSetEventArgs : BuildMessageEventArgs - { - public PropertyInitialValueSetEventArgs() { } - - public PropertyInitialValueSetEventArgs(string propertyName, string propertyValue, string propertySource, string message, string helpKeyword = null, string senderName = null, MessageImportance importance = MessageImportance.Low) { } - - public string PropertyName { get { throw null; } set { } } - - public string PropertySource { get { throw null; } set { } } - - public string PropertyValue { get { throw null; } set { } } - } - - public partial class PropertyReassignmentEventArgs : BuildMessageEventArgs - { - public PropertyReassignmentEventArgs() { } - - public PropertyReassignmentEventArgs(string propertyName, string previousValue, string newValue, string location, string message, string helpKeyword = null, string senderName = null, MessageImportance importance = MessageImportance.Low) { } - - public string Location { get { throw null; } set { } } - - public override string Message { get { throw null; } } - - public string NewValue { get { throw null; } set { } } - - public string PreviousValue { get { throw null; } set { } } - - public string PropertyName { get { throw null; } set { } } - } - - 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; } } - } - - public partial class ResponseFileUsedEventArgs : BuildMessageEventArgs - { - public ResponseFileUsedEventArgs() { } - - public ResponseFileUsedEventArgs(string responseFilePath) { } - - public string? ResponseFilePath { get { throw null; } set { } } - } - - [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 bool Interactive { get { throw null; } protected set { } } - - public virtual bool IsRunningInVisualStudio { get { throw null; } protected set { } } - - 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 virtual System.Collections.Generic.IList AdditionalPaths { get { throw null; } set { } } - - public virtual System.Collections.Generic.IDictionary ItemsToAdd { get { throw null; } protected set { } } - - public virtual string Path { get { throw null; } protected set { } } - - public virtual System.Collections.Generic.IDictionary PropertiesToAdd { get { throw null; } protected set { } } - - public virtual SdkReference SdkReference { get { throw null; } protected set { } } - - public virtual bool Success { get { throw null; } protected set { } } - - public virtual string Version { 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 virtual SdkResult IndicateSuccess(System.Collections.Generic.IEnumerable paths, string version, System.Collections.Generic.IDictionary propertiesToAdd = null, System.Collections.Generic.IDictionary itemsToAdd = null, System.Collections.Generic.IEnumerable warnings = null) { throw null; } - - public virtual SdkResult IndicateSuccess(string path, string version, System.Collections.Generic.IDictionary propertiesToAdd, System.Collections.Generic.IDictionary itemsToAdd, System.Collections.Generic.IEnumerable warnings = null) { throw null; } - - public abstract SdkResult IndicateSuccess(string path, string version, System.Collections.Generic.IEnumerable warnings = null); - } - - public partial class SdkResultItem - { - public SdkResultItem() { } - - public SdkResultItem(string itemSpec, System.Collections.Generic.Dictionary? metadata) { } - - public string ItemSpec { get { throw null; } set { } } - - public System.Collections.Generic.Dictionary? Metadata { get { throw null; } } - - public override bool Equals(object? obj) { throw null; } - - public override int GetHashCode() { throw 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 override string Message { get { throw null; } } - - 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 Condition { get { throw null; } set { } } - - public string EvaluatedCondition { get { throw null; } set { } } - - public override string Message { get { throw null; } } - - public BuildEventContext OriginalBuildEventContext { get { throw null; } set { } } - - public bool OriginallySucceeded { get { throw null; } set { } } - - public string ParentTarget { get { throw null; } set { } } - - public TargetSkipReason SkipReason { get { throw null; } set { } } - - public string TargetFile { get { throw null; } set { } } - - public string TargetName { get { throw null; } set { } } - } - - public enum TargetSkipReason - { - None = 0, - PreviouslyBuiltSuccessfully = 1, - PreviouslyBuiltUnsuccessfully = 2, - OutputsUpToDate = 3, - ConditionWasFalse = 4 - } - - 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 override string Message { 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 override string Message { get { throw null; } } - - 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 TaskParameterEventArgs : BuildMessageEventArgs - { - public TaskParameterEventArgs(TaskParameterMessageKind kind, string itemType, System.Collections.IList items, bool logItemMetadata, System.DateTime eventTimestamp) { } - - public System.Collections.IList Items { get { throw null; } } - - public string ItemType { get { throw null; } } - - public TaskParameterMessageKind Kind { get { throw null; } } - - public bool LogItemMetadata { get { throw null; } } - - public override string Message { get { throw null; } } - } - - public enum TaskParameterMessageKind - { - TaskInput = 0, - TaskOutput = 1, - AddItem = 2, - RemoveItem = 3, - SkippedTargetInputs = 4, - SkippedTargetOutputs = 5 - } - - public partial class TaskPropertyInfo - { - public TaskPropertyInfo(string name, System.Type typeOfParameter, bool output, bool required) { } - - public bool Log { get { throw null; } set { } } - - public bool LogItemMetadata { get { throw null; } set { } } - - 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 int ColumnNumber { get { throw null; } } - - public int LineNumber { get { throw null; } } - - public override string Message { get { throw null; } } - - 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); - public partial class UninitializedPropertyReadEventArgs : BuildMessageEventArgs - { - public UninitializedPropertyReadEventArgs() { } - - public UninitializedPropertyReadEventArgs(string propertyName, string message, string helpKeyword = null, string senderName = null, MessageImportance importance = MessageImportance.Low) { } - - public string PropertyName { get { throw null; } set { } } - } -} - -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.codeanalysis.common/4.4.0/Microsoft.CodeAnalysis.Common.4.4.0.csproj b/src/referencePackages/src/microsoft.codeanalysis.common/4.4.0/Microsoft.CodeAnalysis.Common.4.4.0.csproj deleted file mode 100644 index 2dce126130..0000000000 --- a/src/referencePackages/src/microsoft.codeanalysis.common/4.4.0/Microsoft.CodeAnalysis.Common.4.4.0.csproj +++ /dev/null @@ -1,19 +0,0 @@ - - - - netstandard2.0 - Microsoft.CodeAnalysis - 2 - MicrosoftShared - - - - - - - - - - - - diff --git a/src/referencePackages/src/microsoft.codeanalysis.common/4.4.0/lib/netstandard2.0/Microsoft.CodeAnalysis.cs b/src/referencePackages/src/microsoft.codeanalysis.common/4.4.0/lib/netstandard2.0/Microsoft.CodeAnalysis.cs deleted file mode 100644 index d0c9193c63..0000000000 --- a/src/referencePackages/src/microsoft.codeanalysis.common/4.4.0/lib/netstandard2.0/Microsoft.CodeAnalysis.cs +++ /dev/null @@ -1,8210 +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.Versioning.TargetFramework(".NETStandard,Version=v2.0", FrameworkDisplayName = ".NET Standard 2.0")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.CSharp, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.VisualBasic, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("csc, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("csi, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("BuildValidator, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.Rebuild, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.Scripting, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.CSharp.Scripting, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.VisualBasic.Scripting, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("vbc, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("vbi, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.Build.Tasks.CodeAnalysis, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("VBCSCompiler, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.CSharp.Emit.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.CSharp.EndToEnd.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.CSharp.WinRT.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.CSharp.IOperation.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.CSharp.Test.Utilities, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.VisualBasic.CommandLine.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Roslyn.Compilers.VisualBasic.IOperation.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.VisualBasic.Test.Utilities, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler.Utilities, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("InteractiveHost.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.Scripting.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.Scripting.Desktop.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.CSharp.Scripting.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.CSharp.Scripting.Desktop.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.VisualBasic.Scripting.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.VisualBasic.Scripting.Desktop.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.Test.Utilities, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.Rebuild.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Roslyn.Test.PdbUtilities, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("VBCSCompiler.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("DynamicProxyGenAssembly2, PublicKey=0024000004800000940000000602000000240000525341310004000001000100c547cac37abd99c8db225ef2f6c8a3602f3b3606cc9891605d02baa56104f4cfc0734aa39b93bf7852f7d9266654753cc297e7d2edfe0bac1cdcf9f717241550e0a7b191195b7667bb4f64bcb8e2121380fd1d9d46ad2d92d2d15605093924cceaf74c4861eff62abf69b9291ed0a340e113be11e6a7d3113e92484cf7045cc7")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("CompilerBenchmarks, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyConfiguration("Release")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyFileVersion("4.400.22.56111")] -[assembly: System.Reflection.AssemblyInformationalVersion("4.4.0-6.22561.11+1ce8866c9de4c2d67351ef6863699dee03b0804a")] -[assembly: System.Reflection.AssemblyProduct("Microsoft.CodeAnalysis")] -[assembly: System.Reflection.AssemblyTitle("Microsoft.CodeAnalysis")] -[assembly: System.Reflection.AssemblyMetadata("RepositoryUrl", "https://github.com/dotnet/roslyn")] -[assembly: System.Resources.NeutralResourcesLanguage("en-US")] -[assembly: System.Reflection.AssemblyVersionAttribute("4.4.0.0")] -[assembly: System.Runtime.CompilerServices.ReferenceAssembly] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -namespace Microsoft.CodeAnalysis -{ - public enum Accessibility - { - NotApplicable = 0, - Private = 1, - ProtectedAndFriend = 2, - ProtectedAndInternal = 2, - Protected = 3, - Friend = 4, - Internal = 4, - ProtectedOrFriend = 5, - ProtectedOrInternal = 5, - Public = 6 - } - - public abstract partial class AdditionalText - { - protected AdditionalText() { } - - public abstract string Path { get; } - - public abstract Text.SourceText? GetText(System.Threading.CancellationToken cancellationToken = default); - } - - public sealed partial class AnalyzerConfig - { - public static AnalyzerConfig Parse(Text.SourceText text, string? pathToFile) { throw null; } - - public static AnalyzerConfig Parse(string text, string? pathToFile) { throw null; } - } - - public readonly partial struct AnalyzerConfigOptionsResult - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public System.Collections.Immutable.ImmutableDictionary AnalyzerOptions { get { throw null; } } - - public System.Collections.Immutable.ImmutableArray Diagnostics { get { throw null; } } - - public System.Collections.Immutable.ImmutableDictionary TreeOptions { get { throw null; } } - } - - public sealed partial class AnalyzerConfigSet - { - public AnalyzerConfigOptionsResult GlobalConfigOptions { get { throw null; } } - - public static AnalyzerConfigSet Create(TList analyzerConfigs, out System.Collections.Immutable.ImmutableArray diagnostics) - where TList : System.Collections.Generic.IReadOnlyCollection { throw null; } - - public static AnalyzerConfigSet Create(TList analyzerConfigs) - where TList : System.Collections.Generic.IReadOnlyCollection { throw null; } - - public AnalyzerConfigOptionsResult GetOptionsForSourcePath(string sourcePath) { throw null; } - } - - public static partial class AnnotationExtensions - { - public static TNode WithAdditionalAnnotations(this TNode node, params SyntaxAnnotation[] annotations) - where TNode : SyntaxNode { throw null; } - - public static TNode WithAdditionalAnnotations(this TNode node, System.Collections.Generic.IEnumerable annotations) - where TNode : SyntaxNode { throw null; } - - public static TNode WithoutAnnotations(this TNode node, params SyntaxAnnotation[] annotations) - where TNode : SyntaxNode { throw null; } - - public static TNode WithoutAnnotations(this TNode node, System.Collections.Generic.IEnumerable annotations) - where TNode : SyntaxNode { throw null; } - - public static TNode WithoutAnnotations(this TNode node, string annotationKind) - where TNode : SyntaxNode { throw null; } - } - - public sealed partial class AssemblyIdentity : System.IEquatable - { - public AssemblyIdentity(string? name, System.Version? version = null, string? cultureName = null, System.Collections.Immutable.ImmutableArray publicKeyOrToken = default, bool hasPublicKey = false, bool isRetargetable = false, System.Reflection.AssemblyContentType contentType = System.Reflection.AssemblyContentType.Default) { } - - public System.Reflection.AssemblyContentType ContentType { get { throw null; } } - - public string CultureName { get { throw null; } } - - public System.Reflection.AssemblyNameFlags Flags { get { throw null; } } - - public bool HasPublicKey { get { throw null; } } - - public bool IsRetargetable { get { throw null; } } - - public bool IsStrongName { get { throw null; } } - - public string Name { get { throw null; } } - - public System.Collections.Immutable.ImmutableArray PublicKey { get { throw null; } } - - public System.Collections.Immutable.ImmutableArray PublicKeyToken { get { throw null; } } - - public System.Version Version { get { throw null; } } - - public bool Equals(AssemblyIdentity? obj) { throw null; } - - public override bool Equals(object? obj) { throw null; } - - public static AssemblyIdentity FromAssemblyDefinition(System.Reflection.Assembly assembly) { throw null; } - - public string GetDisplayName(bool fullKey = false) { throw null; } - - public override int GetHashCode() { throw null; } - - public static bool operator ==(AssemblyIdentity? left, AssemblyIdentity? right) { throw null; } - - public static bool operator !=(AssemblyIdentity? left, AssemblyIdentity? right) { throw null; } - - public override string ToString() { throw null; } - - public static bool TryParseDisplayName(string displayName, out AssemblyIdentity? identity, out AssemblyIdentityParts parts) { throw null; } - - public static bool TryParseDisplayName(string displayName, out AssemblyIdentity? identity) { throw null; } - } - - public partial class AssemblyIdentityComparer - { - public static System.StringComparer CultureComparer { get { throw null; } } - - public static AssemblyIdentityComparer Default { get { throw null; } } - - public static System.StringComparer SimpleNameComparer { get { throw null; } } - - public ComparisonResult Compare(AssemblyIdentity reference, AssemblyIdentity definition) { throw null; } - - public bool ReferenceMatchesDefinition(AssemblyIdentity reference, AssemblyIdentity definition) { throw null; } - - public bool ReferenceMatchesDefinition(string referenceDisplayName, AssemblyIdentity definition) { throw null; } - - public enum ComparisonResult - { - NotEquivalent = 0, - Equivalent = 1, - EquivalentIgnoringVersion = 2 - } - } - - [System.Flags] - public enum AssemblyIdentityParts - { - Name = 1, - VersionMajor = 2, - VersionMinor = 4, - VersionBuild = 8, - VersionRevision = 16, - Version = 30, - Culture = 32, - PublicKey = 64, - PublicKeyToken = 128, - PublicKeyOrToken = 192, - Retargetability = 256, - ContentType = 512, - Unknown = 1024 - } - - public sealed partial class AssemblyMetadata : Metadata - { - public override MetadataImageKind Kind { get { throw null; } } - - protected override Metadata CommonCopy() { throw null; } - - public static AssemblyMetadata Create(ModuleMetadata module) { throw null; } - - public static AssemblyMetadata Create(params ModuleMetadata[] modules) { throw null; } - - public static AssemblyMetadata Create(System.Collections.Generic.IEnumerable modules) { throw null; } - - public static AssemblyMetadata Create(System.Collections.Immutable.ImmutableArray modules) { throw null; } - - public static AssemblyMetadata CreateFromFile(string path) { throw null; } - - public static AssemblyMetadata CreateFromImage(System.Collections.Generic.IEnumerable peImage) { throw null; } - - public static AssemblyMetadata CreateFromImage(System.Collections.Immutable.ImmutableArray peImage) { throw null; } - - public static AssemblyMetadata CreateFromStream(System.IO.Stream peStream, bool leaveOpen = false) { throw null; } - - public static AssemblyMetadata CreateFromStream(System.IO.Stream peStream, System.Reflection.PortableExecutable.PEStreamOptions options) { throw null; } - - public override void Dispose() { } - - public System.Collections.Immutable.ImmutableArray GetModules() { throw null; } - - public PortableExecutableReference GetReference(DocumentationProvider? documentation = null, System.Collections.Immutable.ImmutableArray aliases = default, bool embedInteropTypes = false, string? filePath = null, string? display = null) { throw null; } - } - - public abstract partial class AttributeData - { - protected AttributeData() { } - - public SyntaxReference? ApplicationSyntaxReference { get { throw null; } } - - public INamedTypeSymbol? AttributeClass { get { throw null; } } - - public IMethodSymbol? AttributeConstructor { get { throw null; } } - - protected abstract SyntaxReference? CommonApplicationSyntaxReference { get; } - protected abstract INamedTypeSymbol? CommonAttributeClass { get; } - protected abstract IMethodSymbol? CommonAttributeConstructor { get; } - protected internal abstract System.Collections.Immutable.ImmutableArray CommonConstructorArguments { get; } - protected internal abstract System.Collections.Immutable.ImmutableArray> CommonNamedArguments { get; } - - public System.Collections.Immutable.ImmutableArray ConstructorArguments { get { throw null; } } - - public System.Collections.Immutable.ImmutableArray> NamedArguments { get { throw null; } } - } - - public enum CandidateReason - { - None = 0, - NotATypeOrNamespace = 1, - NotAnEvent = 2, - NotAWithEventsMember = 3, - NotAnAttributeType = 4, - WrongArity = 5, - NotCreatable = 6, - NotReferencable = 7, - Inaccessible = 8, - NotAValue = 9, - NotAVariable = 10, - NotInvocable = 11, - StaticInstanceMismatch = 12, - OverloadResolutionFailure = 13, - LateBound = 14, - Ambiguous = 15, - MemberGroup = 16 - } - - public static partial class CaseInsensitiveComparison - { - public static System.StringComparer Comparer { get { throw null; } } - - public static int Compare(System.ReadOnlySpan left, System.ReadOnlySpan right) { throw null; } - - public static int Compare(string left, string right) { throw null; } - - public static bool EndsWith(string value, string possibleEnd) { throw null; } - - public static bool Equals(System.ReadOnlySpan left, System.ReadOnlySpan right) { throw null; } - - public static bool Equals(string left, string right) { throw null; } - - public static int GetHashCode(string value) { throw null; } - - public static bool StartsWith(string value, string possibleStart) { throw null; } - - public static char ToLower(char c) { throw null; } - - public static string? ToLower(string? value) { throw null; } - - public static void ToLower(System.Text.StringBuilder builder) { } - } - - public readonly partial struct ChildSyntaxList : System.IEquatable, System.Collections.Generic.IReadOnlyList, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public int Count { get { throw null; } } - - public SyntaxNodeOrToken this[int index] { get { throw null; } } - - public readonly bool Any() { throw null; } - - public readonly bool Equals(ChildSyntaxList other) { throw null; } - - public override readonly bool Equals(object? obj) { throw null; } - - public readonly SyntaxNodeOrToken First() { throw null; } - - public readonly Enumerator GetEnumerator() { throw null; } - - public override readonly int GetHashCode() { throw null; } - - public readonly SyntaxNodeOrToken Last() { throw null; } - - public static bool operator ==(ChildSyntaxList list1, ChildSyntaxList list2) { throw null; } - - public static bool operator !=(ChildSyntaxList list1, ChildSyntaxList list2) { throw null; } - - public readonly Reversed Reverse() { throw null; } - - readonly System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } - - readonly System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } - - public partial struct Enumerator - { - private object _dummy; - private int _dummyPrimitive; - public SyntaxNodeOrToken Current { get { throw null; } } - - public bool MoveNext() { throw null; } - - public void Reset() { } - } - - public readonly partial struct Reversed : System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.IEquatable - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public readonly bool Equals(Reversed other) { throw null; } - - public override readonly bool Equals(object? obj) { throw null; } - - public readonly Enumerator GetEnumerator() { throw null; } - - public override readonly int GetHashCode() { throw null; } - - readonly System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } - - readonly System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } - - public partial struct Enumerator - { - private object _dummy; - private int _dummyPrimitive; - public SyntaxNodeOrToken Current { get { throw null; } } - - public bool MoveNext() { throw null; } - - public void Reset() { } - } - } - } - - public readonly partial struct CommandLineAnalyzerReference : System.IEquatable - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public CommandLineAnalyzerReference(string path) { } - - public string FilePath { get { throw null; } } - - public readonly bool Equals(CommandLineAnalyzerReference other) { throw null; } - - public override readonly bool Equals(object? obj) { throw null; } - - public override readonly int GetHashCode() { throw null; } - } - - public abstract partial class CommandLineArguments - { - public System.Collections.Immutable.ImmutableArray AdditionalFiles { get { throw null; } } - - public System.Collections.Immutable.ImmutableArray AnalyzerConfigPaths { get { throw null; } } - - public System.Collections.Immutable.ImmutableArray AnalyzerReferences { get { throw null; } } - - public string? AppConfigPath { get { throw null; } } - - public string? BaseDirectory { get { throw null; } } - - public Text.SourceHashAlgorithm ChecksumAlgorithm { get { throw null; } } - - public string? CompilationName { get { throw null; } } - - public CompilationOptions CompilationOptions { get { throw null; } } - - protected abstract CompilationOptions CompilationOptionsCore { get; } - - public bool DisplayHelp { get { throw null; } } - - public bool DisplayLangVersions { get { throw null; } } - - public bool DisplayLogo { get { throw null; } } - - public bool DisplayVersion { get { throw null; } } - - public string? DocumentationPath { get { throw null; } } - - public System.Collections.Immutable.ImmutableArray EmbeddedFiles { get { throw null; } } - - public Emit.EmitOptions EmitOptions { get { throw null; } } - - public bool EmitPdb { get { throw null; } } - - public bool EmitPdbFile { get { throw null; } } - - public System.Text.Encoding? Encoding { get { throw null; } } - - public ErrorLogOptions? ErrorLogOptions { get { throw null; } } - - public string? ErrorLogPath { get { throw null; } } - - public System.Collections.Immutable.ImmutableArray Errors { get { throw null; } } - - public string? GeneratedFilesOutputDirectory { get { throw null; } } - - public bool InteractiveMode { get { throw null; } } - - public System.Collections.Immutable.ImmutableArray KeyFileSearchPaths { get { throw null; } } - - public System.Collections.Immutable.ImmutableArray ManifestResources { get { throw null; } } - - public System.Collections.Immutable.ImmutableArray MetadataReferences { get { throw null; } } - - public bool NoWin32Manifest { get { throw null; } } - - public string OutputDirectory { get { throw null; } } - - public string? OutputFileName { get { throw null; } } - - public string? OutputRefFilePath { get { throw null; } } - - public ParseOptions ParseOptions { get { throw null; } } - - protected abstract ParseOptions ParseOptionsCore { get; } - - public System.Collections.Immutable.ImmutableArray> PathMap { get { throw null; } } - - public string? PdbPath { get { throw null; } } - - public System.Globalization.CultureInfo? PreferredUILang { get { throw null; } } - - public bool PrintFullPaths { get { throw null; } } - - public System.Collections.Immutable.ImmutableArray ReferencePaths { get { throw null; } } - - public bool ReportAnalyzer { get { throw null; } } - - public string? RuleSetPath { get { throw null; } } - - public System.Collections.Immutable.ImmutableArray ScriptArguments { get { throw null; } } - - public bool SkipAnalyzers { get { throw null; } } - - public System.Collections.Immutable.ImmutableArray SourceFiles { get { throw null; } } - - public string? SourceLink { get { throw null; } } - - public System.Collections.Immutable.ImmutableArray SourcePaths { get { throw null; } } - - public string? TouchedFilesPath { get { throw null; } } - - public bool Utf8Output { get { throw null; } } - - public string? Win32Icon { get { throw null; } } - - public string? Win32Manifest { get { throw null; } } - - public string? Win32ResourceFile { get { throw null; } } - - public string GetOutputFilePath(string outputFileName) { throw null; } - - public string GetPdbFilePath(string outputFileName) { throw null; } - - public System.Collections.Generic.IEnumerable ResolveAnalyzerReferences(IAnalyzerAssemblyLoader analyzerLoader) { throw null; } - - public System.Collections.Generic.IEnumerable ResolveMetadataReferences(MetadataReferenceResolver metadataResolver) { throw null; } - } - - public abstract partial class CommandLineParser - { - protected abstract string RegularFileExtension { get; } - protected abstract string ScriptFileExtension { get; } - - public CommandLineArguments Parse(System.Collections.Generic.IEnumerable args, string baseDirectory, string? sdkDirectory, string? additionalReferenceDirectories) { throw null; } - - protected System.Collections.Immutable.ImmutableArray> ParsePathMap(string pathMap, System.Collections.Generic.IList errors) { throw null; } - - public static System.Collections.Generic.IEnumerable SplitCommandLineIntoArguments(string commandLine, bool removeHashComments) { throw null; } - } - - public readonly partial struct CommandLineReference : System.IEquatable - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public CommandLineReference(string reference, MetadataReferenceProperties properties) { } - - public MetadataReferenceProperties Properties { get { throw null; } } - - public string Reference { get { throw null; } } - - public readonly bool Equals(CommandLineReference other) { throw null; } - - public override readonly bool Equals(object? obj) { throw null; } - - public override readonly int GetHashCode() { throw null; } - } - - public readonly partial struct CommandLineSourceFile - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public CommandLineSourceFile(string path, bool isScript, bool isInputRedirected) { } - - public CommandLineSourceFile(string path, bool isScript) { } - - public bool IsInputRedirected { get { throw null; } } - - public bool IsScript { get { throw null; } } - - public string Path { get { throw null; } } - } - - public abstract partial class Compilation - { - protected readonly System.Collections.Generic.IReadOnlyDictionary _features; - public IAssemblySymbol Assembly { get { throw null; } } - - public string? AssemblyName { get { throw null; } } - - protected abstract IAssemblySymbol CommonAssembly { get; } - protected abstract ITypeSymbol CommonDynamicType { get; } - protected abstract INamespaceSymbol CommonGlobalNamespace { get; } - protected abstract INamedTypeSymbol CommonObjectType { get; } - protected abstract CompilationOptions CommonOptions { get; } - protected abstract INamedTypeSymbol? CommonScriptClass { get; } - protected abstract ITypeSymbol? CommonScriptGlobalsType { get; } - protected abstract IModuleSymbol CommonSourceModule { get; } - protected internal abstract System.Collections.Immutable.ImmutableArray CommonSyntaxTrees { get; } - public abstract System.Collections.Immutable.ImmutableArray DirectiveReferences { get; } - - public ITypeSymbol DynamicType { get { throw null; } } - - public System.Collections.Immutable.ImmutableArray ExternalReferences { get { throw null; } } - - public INamespaceSymbol GlobalNamespace { get { throw null; } } - - public abstract bool IsCaseSensitive { get; } - public abstract string Language { get; } - - public INamedTypeSymbol ObjectType { get { throw null; } } - - public CompilationOptions Options { get { throw null; } } - - public abstract System.Collections.Generic.IEnumerable ReferencedAssemblyNames { get; } - - public System.Collections.Generic.IEnumerable References { get { throw null; } } - - public INamedTypeSymbol? ScriptClass { get { throw null; } } - - public ScriptCompilationInfo? ScriptCompilationInfo { get { throw null; } } - - public IModuleSymbol SourceModule { get { throw null; } } - - public System.Collections.Generic.IEnumerable SyntaxTrees { get { throw null; } } - - public Compilation AddReferences(params MetadataReference[] references) { throw null; } - - public Compilation AddReferences(System.Collections.Generic.IEnumerable references) { throw null; } - - public Compilation AddSyntaxTrees(params SyntaxTree[] trees) { throw null; } - - public Compilation AddSyntaxTrees(System.Collections.Generic.IEnumerable trees) { throw null; } - - protected abstract void AppendDefaultVersionResource(System.IO.Stream resourceStream); - protected static void CheckTupleElementLocations(int cardinality, System.Collections.Immutable.ImmutableArray elementLocations) { } - - protected static System.Collections.Immutable.ImmutableArray CheckTupleElementNames(int cardinality, System.Collections.Immutable.ImmutableArray elementNames) { throw null; } - - protected static void CheckTupleElementNullableAnnotations(int cardinality, System.Collections.Immutable.ImmutableArray elementNullableAnnotations) { } - - public abstract Operations.CommonConversion ClassifyCommonConversion(ITypeSymbol source, ITypeSymbol destination); - public Compilation Clone() { throw null; } - - protected abstract Compilation CommonAddSyntaxTrees(System.Collections.Generic.IEnumerable trees); - protected INamedTypeSymbol? CommonBindScriptClass() { throw null; } - - protected abstract Compilation CommonClone(); - protected abstract bool CommonContainsSyntaxTree(SyntaxTree? syntaxTree); - protected abstract INamedTypeSymbol CommonCreateAnonymousTypeSymbol(System.Collections.Immutable.ImmutableArray memberTypes, System.Collections.Immutable.ImmutableArray memberNames, System.Collections.Immutable.ImmutableArray memberLocations, System.Collections.Immutable.ImmutableArray memberIsReadOnly, System.Collections.Immutable.ImmutableArray memberNullableAnnotations); - protected abstract IArrayTypeSymbol CommonCreateArrayTypeSymbol(ITypeSymbol elementType, int rank, NullableAnnotation elementNullableAnnotation); - protected abstract IMethodSymbol CommonCreateBuiltinOperator(string name, ITypeSymbol returnType, ITypeSymbol leftType, ITypeSymbol rightType); - protected abstract IMethodSymbol CommonCreateBuiltinOperator(string name, ITypeSymbol returnType, ITypeSymbol operandType); - protected abstract INamespaceSymbol CommonCreateErrorNamespaceSymbol(INamespaceSymbol container, string name); - protected abstract INamedTypeSymbol CommonCreateErrorTypeSymbol(INamespaceOrTypeSymbol? container, string name, int arity); - protected abstract IFunctionPointerTypeSymbol CommonCreateFunctionPointerTypeSymbol(ITypeSymbol returnType, RefKind returnRefKind, System.Collections.Immutable.ImmutableArray parameterTypes, System.Collections.Immutable.ImmutableArray parameterRefKinds, System.Reflection.Metadata.SignatureCallingConvention callingConvention, System.Collections.Immutable.ImmutableArray callingConventionTypes); - protected abstract INamedTypeSymbol CommonCreateNativeIntegerTypeSymbol(bool signed); - protected abstract IPointerTypeSymbol CommonCreatePointerTypeSymbol(ITypeSymbol elementType); - protected abstract INamedTypeSymbol CommonCreateTupleTypeSymbol(INamedTypeSymbol underlyingType, System.Collections.Immutable.ImmutableArray elementNames, System.Collections.Immutable.ImmutableArray elementLocations, System.Collections.Immutable.ImmutableArray elementNullableAnnotations); - protected abstract INamedTypeSymbol CommonCreateTupleTypeSymbol(System.Collections.Immutable.ImmutableArray elementTypes, System.Collections.Immutable.ImmutableArray elementNames, System.Collections.Immutable.ImmutableArray elementLocations, System.Collections.Immutable.ImmutableArray elementNullableAnnotations); - protected abstract ISymbol? CommonGetAssemblyOrModuleSymbol(MetadataReference reference); - protected abstract INamespaceSymbol? CommonGetCompilationNamespace(INamespaceSymbol namespaceSymbol); - protected abstract IMethodSymbol? CommonGetEntryPoint(System.Threading.CancellationToken cancellationToken); - protected abstract SemanticModel CommonGetSemanticModel(SyntaxTree syntaxTree, bool ignoreAccessibility); - protected abstract INamedTypeSymbol? CommonGetTypeByMetadataName(string metadataName); - protected abstract Compilation CommonRemoveAllSyntaxTrees(); - protected abstract Compilation CommonRemoveSyntaxTrees(System.Collections.Generic.IEnumerable trees); - protected abstract Compilation CommonReplaceSyntaxTree(SyntaxTree oldTree, SyntaxTree newTree); - protected abstract Compilation CommonWithAssemblyName(string? outputName); - protected abstract Compilation CommonWithOptions(CompilationOptions options); - protected abstract Compilation CommonWithReferences(System.Collections.Generic.IEnumerable newReferences); - protected abstract Compilation CommonWithScriptCompilationInfo(ScriptCompilationInfo? info); - public abstract bool ContainsSymbolsWithName(System.Func predicate, SymbolFilter filter = SymbolFilter.TypeAndMember, System.Threading.CancellationToken cancellationToken = default); - public abstract bool ContainsSymbolsWithName(string name, SymbolFilter filter = SymbolFilter.TypeAndMember, System.Threading.CancellationToken cancellationToken = default); - public bool ContainsSyntaxTree(SyntaxTree syntaxTree) { throw null; } - - public INamedTypeSymbol CreateAnonymousTypeSymbol(System.Collections.Immutable.ImmutableArray memberTypes, System.Collections.Immutable.ImmutableArray memberNames, System.Collections.Immutable.ImmutableArray memberIsReadOnly = default, System.Collections.Immutable.ImmutableArray memberLocations = default, System.Collections.Immutable.ImmutableArray memberNullableAnnotations = default) { throw null; } - - public INamedTypeSymbol CreateAnonymousTypeSymbol(System.Collections.Immutable.ImmutableArray memberTypes, System.Collections.Immutable.ImmutableArray memberNames, System.Collections.Immutable.ImmutableArray memberIsReadOnly, System.Collections.Immutable.ImmutableArray memberLocations) { throw null; } - - public IArrayTypeSymbol CreateArrayTypeSymbol(ITypeSymbol elementType, int rank = 1, NullableAnnotation elementNullableAnnotation = NullableAnnotation.None) { throw null; } - - public IArrayTypeSymbol CreateArrayTypeSymbol(ITypeSymbol elementType, int rank) { throw null; } - - public IMethodSymbol CreateBuiltinOperator(string name, ITypeSymbol returnType, ITypeSymbol leftType, ITypeSymbol rightType) { throw null; } - - public IMethodSymbol CreateBuiltinOperator(string name, ITypeSymbol returnType, ITypeSymbol operandType) { throw null; } - - public System.IO.Stream CreateDefaultWin32Resources(bool versionResource, bool noManifest, System.IO.Stream? manifestContents, System.IO.Stream? iconInIcoFormat) { throw null; } - - public INamespaceSymbol CreateErrorNamespaceSymbol(INamespaceSymbol container, string name) { throw null; } - - public INamedTypeSymbol CreateErrorTypeSymbol(INamespaceOrTypeSymbol? container, string name, int arity) { throw null; } - - public IFunctionPointerTypeSymbol CreateFunctionPointerTypeSymbol(ITypeSymbol returnType, RefKind returnRefKind, System.Collections.Immutable.ImmutableArray parameterTypes, System.Collections.Immutable.ImmutableArray parameterRefKinds, System.Reflection.Metadata.SignatureCallingConvention callingConvention = System.Reflection.Metadata.SignatureCallingConvention.Default, System.Collections.Immutable.ImmutableArray callingConventionTypes = default) { throw null; } - - public INamedTypeSymbol CreateNativeIntegerTypeSymbol(bool signed) { throw null; } - - public IPointerTypeSymbol CreatePointerTypeSymbol(ITypeSymbol pointedAtType) { throw null; } - - public INamedTypeSymbol CreateTupleTypeSymbol(INamedTypeSymbol underlyingType, System.Collections.Immutable.ImmutableArray elementNames = default, System.Collections.Immutable.ImmutableArray elementLocations = default, System.Collections.Immutable.ImmutableArray elementNullableAnnotations = default) { throw null; } - - public INamedTypeSymbol CreateTupleTypeSymbol(INamedTypeSymbol underlyingType, System.Collections.Immutable.ImmutableArray elementNames, System.Collections.Immutable.ImmutableArray elementLocations) { throw null; } - - public INamedTypeSymbol CreateTupleTypeSymbol(System.Collections.Immutable.ImmutableArray elementTypes, System.Collections.Immutable.ImmutableArray elementNames = default, System.Collections.Immutable.ImmutableArray elementLocations = default, System.Collections.Immutable.ImmutableArray elementNullableAnnotations = default) { throw null; } - - public INamedTypeSymbol CreateTupleTypeSymbol(System.Collections.Immutable.ImmutableArray elementTypes, System.Collections.Immutable.ImmutableArray elementNames, System.Collections.Immutable.ImmutableArray elementLocations) { throw null; } - - public Emit.EmitResult Emit(System.IO.Stream peStream, System.IO.Stream? pdbStream = null, System.IO.Stream? xmlDocumentationStream = null, System.IO.Stream? win32Resources = null, System.Collections.Generic.IEnumerable? manifestResources = null, Emit.EmitOptions? options = null, IMethodSymbol? debugEntryPoint = null, System.IO.Stream? sourceLinkStream = null, System.Collections.Generic.IEnumerable? embeddedTexts = null, System.IO.Stream? metadataPEStream = null, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public Emit.EmitResult Emit(System.IO.Stream peStream, System.IO.Stream? pdbStream, System.IO.Stream? xmlDocumentationStream, System.IO.Stream? win32Resources, System.Collections.Generic.IEnumerable? manifestResources, Emit.EmitOptions options, IMethodSymbol? debugEntryPoint, System.IO.Stream? sourceLinkStream, System.Collections.Generic.IEnumerable? embeddedTexts, System.Threading.CancellationToken cancellationToken) { throw null; } - - public Emit.EmitResult Emit(System.IO.Stream peStream, System.IO.Stream pdbStream, System.IO.Stream xmlDocumentationStream, System.IO.Stream win32Resources, System.Collections.Generic.IEnumerable manifestResources, Emit.EmitOptions options, IMethodSymbol debugEntryPoint, System.Threading.CancellationToken cancellationToken) { throw null; } - - public Emit.EmitResult Emit(System.IO.Stream peStream, System.IO.Stream? pdbStream, System.IO.Stream? xmlDocumentationStream, System.IO.Stream? win32Resources, System.Collections.Generic.IEnumerable? manifestResources, Emit.EmitOptions options, System.Threading.CancellationToken cancellationToken) { throw null; } - - [System.Obsolete("UpdatedMethods is now part of EmitDifferenceResult, so you should use an overload that doesn't take it.")] - public Emit.EmitDifferenceResult EmitDifference(Emit.EmitBaseline baseline, System.Collections.Generic.IEnumerable edits, System.Func isAddedSymbol, System.IO.Stream metadataStream, System.IO.Stream ilStream, System.IO.Stream pdbStream, System.Collections.Generic.ICollection updatedMethods, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public Emit.EmitDifferenceResult EmitDifference(Emit.EmitBaseline baseline, System.Collections.Generic.IEnumerable edits, System.Func isAddedSymbol, System.IO.Stream metadataStream, System.IO.Stream ilStream, System.IO.Stream pdbStream, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - [System.Obsolete("UpdatedMethods is now part of EmitDifferenceResult, so you should use an overload that doesn't take it.")] - public Emit.EmitDifferenceResult EmitDifference(Emit.EmitBaseline baseline, System.Collections.Generic.IEnumerable edits, System.IO.Stream metadataStream, System.IO.Stream ilStream, System.IO.Stream pdbStream, System.Collections.Generic.ICollection updatedMethods, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public ISymbol? GetAssemblyOrModuleSymbol(MetadataReference reference) { throw null; } - - public INamespaceSymbol? GetCompilationNamespace(INamespaceSymbol namespaceSymbol) { throw null; } - - public abstract System.Collections.Immutable.ImmutableArray GetDeclarationDiagnostics(System.Threading.CancellationToken cancellationToken = default); - public abstract System.Collections.Immutable.ImmutableArray GetDiagnostics(System.Threading.CancellationToken cancellationToken = default); - public IMethodSymbol? GetEntryPoint(System.Threading.CancellationToken cancellationToken) { throw null; } - - public MetadataReference? GetMetadataReference(IAssemblySymbol assemblySymbol) { throw null; } - - public abstract System.Collections.Immutable.ImmutableArray GetMethodBodyDiagnostics(System.Threading.CancellationToken cancellationToken = default); - public abstract System.Collections.Immutable.ImmutableArray GetParseDiagnostics(System.Threading.CancellationToken cancellationToken = default); - public static string? GetRequiredLanguageVersion(Diagnostic diagnostic) { throw null; } - - public SemanticModel GetSemanticModel(SyntaxTree syntaxTree, bool ignoreAccessibility = false) { throw null; } - - public INamedTypeSymbol GetSpecialType(SpecialType specialType) { throw null; } - - public abstract System.Collections.Generic.IEnumerable GetSymbolsWithName(System.Func predicate, SymbolFilter filter = SymbolFilter.TypeAndMember, System.Threading.CancellationToken cancellationToken = default); - public abstract System.Collections.Generic.IEnumerable GetSymbolsWithName(string name, SymbolFilter filter = SymbolFilter.TypeAndMember, System.Threading.CancellationToken cancellationToken = default); - public INamedTypeSymbol? GetTypeByMetadataName(string fullyQualifiedMetadataName) { throw null; } - - public System.Collections.Immutable.ImmutableArray GetTypesByMetadataName(string fullyQualifiedMetadataName) { throw null; } - - public System.Collections.Immutable.ImmutableArray GetUnreferencedAssemblyIdentities(Diagnostic diagnostic) { throw null; } - - public abstract System.Collections.Immutable.ImmutableArray GetUsedAssemblyReferences(System.Threading.CancellationToken cancellationToken = default); - public bool HasImplicitConversion(ITypeSymbol? fromType, ITypeSymbol? toType) { throw null; } - - public bool IsSymbolAccessibleWithin(ISymbol symbol, ISymbol within, ITypeSymbol? throughType = null) { throw null; } - - public Compilation RemoveAllReferences() { throw null; } - - public Compilation RemoveAllSyntaxTrees() { throw null; } - - public Compilation RemoveReferences(params MetadataReference[] references) { throw null; } - - public Compilation RemoveReferences(System.Collections.Generic.IEnumerable references) { throw null; } - - public Compilation RemoveSyntaxTrees(params SyntaxTree[] trees) { throw null; } - - public Compilation RemoveSyntaxTrees(System.Collections.Generic.IEnumerable trees) { throw null; } - - public Compilation ReplaceReference(MetadataReference oldReference, MetadataReference? newReference) { throw null; } - - public Compilation ReplaceSyntaxTree(SyntaxTree oldTree, SyntaxTree newTree) { throw null; } - - protected static System.Collections.Generic.IReadOnlyDictionary SyntaxTreeCommonFeatures(System.Collections.Generic.IEnumerable trees) { throw null; } - - public abstract CompilationReference ToMetadataReference(System.Collections.Immutable.ImmutableArray aliases = default, bool embedInteropTypes = false); - public Compilation WithAssemblyName(string? assemblyName) { throw null; } - - public Compilation WithOptions(CompilationOptions options) { throw null; } - - public Compilation WithReferences(params MetadataReference[] newReferences) { throw null; } - - public Compilation WithReferences(System.Collections.Generic.IEnumerable newReferences) { throw null; } - - public Compilation WithScriptCompilationInfo(ScriptCompilationInfo? info) { throw null; } - } - - public abstract partial class CompilationOptions - { - public AssemblyIdentityComparer AssemblyIdentityComparer { get { throw null; } protected set { } } - - public bool CheckOverflow { get { throw null; } protected set { } } - - public bool ConcurrentBuild { get { throw null; } protected set { } } - - public string? CryptoKeyContainer { get { throw null; } protected set { } } - - public string? CryptoKeyFile { get { throw null; } protected set { } } - - public System.Collections.Immutable.ImmutableArray CryptoPublicKey { get { throw null; } protected set { } } - - public bool? DelaySign { get { throw null; } protected set { } } - - public bool Deterministic { get { throw null; } protected set { } } - - public System.Collections.Immutable.ImmutableArray Errors { get { throw null; } } - - [System.Obsolete] - protected internal System.Collections.Immutable.ImmutableArray Features { get { throw null; } protected set { } } - - public ReportDiagnostic GeneralDiagnosticOption { get { throw null; } protected set { } } - - public abstract string Language { get; } - - public string? MainTypeName { get { throw null; } protected set { } } - - public MetadataImportOptions MetadataImportOptions { get { throw null; } protected set { } } - - public MetadataReferenceResolver? MetadataReferenceResolver { get { throw null; } protected set { } } - - public string? ModuleName { get { throw null; } protected set { } } - - public abstract NullableContextOptions NullableContextOptions { get; protected set; } - - public OptimizationLevel OptimizationLevel { get { throw null; } protected set { } } - - public OutputKind OutputKind { get { throw null; } protected set { } } - - public Platform Platform { get { throw null; } protected set { } } - - public bool PublicSign { get { throw null; } protected set { } } - - public bool ReportSuppressedDiagnostics { get { throw null; } protected set { } } - - public string? ScriptClassName { get { throw null; } protected set { } } - - public SourceReferenceResolver? SourceReferenceResolver { get { throw null; } protected set { } } - - public System.Collections.Immutable.ImmutableDictionary SpecificDiagnosticOptions { get { throw null; } protected set { } } - - public StrongNameProvider? StrongNameProvider { get { throw null; } protected set { } } - - public SyntaxTreeOptionsProvider? SyntaxTreeOptionsProvider { get { throw null; } protected set { } } - - public int WarningLevel { get { throw null; } protected set { } } - - public XmlReferenceResolver? XmlReferenceResolver { get { throw null; } protected set { } } - - protected abstract CompilationOptions CommonWithAssemblyIdentityComparer(AssemblyIdentityComparer? comparer); - protected abstract CompilationOptions CommonWithCheckOverflow(bool checkOverflow); - protected abstract CompilationOptions CommonWithConcurrentBuild(bool concurrent); - protected abstract CompilationOptions CommonWithCryptoKeyContainer(string? cryptoKeyContainer); - protected abstract CompilationOptions CommonWithCryptoKeyFile(string? cryptoKeyFile); - protected abstract CompilationOptions CommonWithCryptoPublicKey(System.Collections.Immutable.ImmutableArray cryptoPublicKey); - protected abstract CompilationOptions CommonWithDelaySign(bool? delaySign); - protected abstract CompilationOptions CommonWithDeterministic(bool deterministic); - [System.Obsolete] - protected abstract CompilationOptions CommonWithFeatures(System.Collections.Immutable.ImmutableArray features); - protected abstract CompilationOptions CommonWithGeneralDiagnosticOption(ReportDiagnostic generalDiagnosticOption); - protected abstract CompilationOptions CommonWithMainTypeName(string? mainTypeName); - protected abstract CompilationOptions CommonWithMetadataImportOptions(MetadataImportOptions value); - protected abstract CompilationOptions CommonWithMetadataReferenceResolver(MetadataReferenceResolver? resolver); - protected abstract CompilationOptions CommonWithModuleName(string? moduleName); - protected abstract CompilationOptions CommonWithOptimizationLevel(OptimizationLevel value); - protected abstract CompilationOptions CommonWithOutputKind(OutputKind kind); - protected abstract CompilationOptions CommonWithPlatform(Platform platform); - protected abstract CompilationOptions CommonWithPublicSign(bool publicSign); - protected abstract CompilationOptions CommonWithReportSuppressedDiagnostics(bool reportSuppressedDiagnostics); - protected abstract CompilationOptions CommonWithScriptClassName(string scriptClassName); - protected abstract CompilationOptions CommonWithSourceReferenceResolver(SourceReferenceResolver? resolver); - protected abstract CompilationOptions CommonWithSpecificDiagnosticOptions(System.Collections.Generic.IEnumerable> specificDiagnosticOptions); - protected abstract CompilationOptions CommonWithSpecificDiagnosticOptions(System.Collections.Immutable.ImmutableDictionary? specificDiagnosticOptions); - protected abstract CompilationOptions CommonWithStrongNameProvider(StrongNameProvider? provider); - protected abstract CompilationOptions CommonWithSyntaxTreeOptionsProvider(SyntaxTreeOptionsProvider? resolver); - protected abstract CompilationOptions CommonWithXmlReferenceResolver(XmlReferenceResolver? resolver); - protected abstract int ComputeHashCode(); - public abstract override bool Equals(object? obj); - protected bool EqualsHelper(CompilationOptions? other) { throw null; } - - public sealed override int GetHashCode() { throw null; } - - protected int GetHashCodeHelper() { throw null; } - - public static bool operator ==(CompilationOptions? left, CompilationOptions? right) { throw null; } - - public static bool operator !=(CompilationOptions? left, CompilationOptions? right) { throw null; } - - public CompilationOptions WithAssemblyIdentityComparer(AssemblyIdentityComparer comparer) { throw null; } - - public CompilationOptions WithConcurrentBuild(bool concurrent) { throw null; } - - public CompilationOptions WithCryptoKeyContainer(string? cryptoKeyContainer) { throw null; } - - public CompilationOptions WithCryptoKeyFile(string? cryptoKeyFile) { throw null; } - - public CompilationOptions WithCryptoPublicKey(System.Collections.Immutable.ImmutableArray cryptoPublicKey) { throw null; } - - public CompilationOptions WithDelaySign(bool? delaySign) { throw null; } - - public CompilationOptions WithDeterministic(bool deterministic) { throw null; } - - public CompilationOptions WithGeneralDiagnosticOption(ReportDiagnostic value) { throw null; } - - public CompilationOptions WithMainTypeName(string? mainTypeName) { throw null; } - - public CompilationOptions WithMetadataImportOptions(MetadataImportOptions value) { throw null; } - - public CompilationOptions WithMetadataReferenceResolver(MetadataReferenceResolver? resolver) { throw null; } - - public CompilationOptions WithModuleName(string? moduleName) { throw null; } - - public CompilationOptions WithOptimizationLevel(OptimizationLevel value) { throw null; } - - public CompilationOptions WithOutputKind(OutputKind kind) { throw null; } - - public CompilationOptions WithOverflowChecks(bool checkOverflow) { throw null; } - - public CompilationOptions WithPlatform(Platform platform) { throw null; } - - public CompilationOptions WithPublicSign(bool publicSign) { throw null; } - - public CompilationOptions WithReportSuppressedDiagnostics(bool value) { throw null; } - - public CompilationOptions WithScriptClassName(string scriptClassName) { throw null; } - - public CompilationOptions WithSourceReferenceResolver(SourceReferenceResolver? resolver) { throw null; } - - public CompilationOptions WithSpecificDiagnosticOptions(System.Collections.Generic.IEnumerable> value) { throw null; } - - public CompilationOptions WithSpecificDiagnosticOptions(System.Collections.Immutable.ImmutableDictionary? value) { throw null; } - - public CompilationOptions WithStrongNameProvider(StrongNameProvider? provider) { throw null; } - - public CompilationOptions WithSyntaxTreeOptionsProvider(SyntaxTreeOptionsProvider? provider) { throw null; } - - public CompilationOptions WithXmlReferenceResolver(XmlReferenceResolver? resolver) { throw null; } - } - - public abstract partial class CompilationReference : MetadataReference, System.IEquatable - { - internal CompilationReference() : base(default) { } - - public Compilation Compilation { get { throw null; } } - - public override string? Display { get { throw null; } } - - public bool Equals(CompilationReference? other) { throw null; } - - public override bool Equals(object? obj) { throw null; } - - public override int GetHashCode() { throw null; } - - public new CompilationReference WithAliases(System.Collections.Generic.IEnumerable aliases) { throw null; } - - public new CompilationReference WithAliases(System.Collections.Immutable.ImmutableArray aliases) { throw null; } - - public new CompilationReference WithEmbedInteropTypes(bool value) { throw null; } - - public new CompilationReference WithProperties(MetadataReferenceProperties properties) { throw null; } - } - - public abstract partial class ControlFlowAnalysis - { - protected ControlFlowAnalysis() { } - - public abstract bool EndPointIsReachable { get; } - public abstract System.Collections.Immutable.ImmutableArray EntryPoints { get; } - public abstract System.Collections.Immutable.ImmutableArray ExitPoints { get; } - public abstract System.Collections.Immutable.ImmutableArray ReturnStatements { get; } - public abstract bool StartPointIsReachable { get; } - public abstract bool Succeeded { get; } - } - - public abstract partial class CustomModifier - { - protected CustomModifier() { } - - public abstract bool IsOptional { get; } - public abstract INamedTypeSymbol Modifier { get; } - } - - public abstract partial class DataFlowAnalysis - { - protected DataFlowAnalysis() { } - - public abstract System.Collections.Immutable.ImmutableArray AlwaysAssigned { get; } - public abstract System.Collections.Immutable.ImmutableArray Captured { get; } - public abstract System.Collections.Immutable.ImmutableArray CapturedInside { get; } - public abstract System.Collections.Immutable.ImmutableArray CapturedOutside { get; } - public abstract System.Collections.Immutable.ImmutableArray DataFlowsIn { get; } - public abstract System.Collections.Immutable.ImmutableArray DataFlowsOut { get; } - public abstract System.Collections.Immutable.ImmutableArray DefinitelyAssignedOnEntry { get; } - public abstract System.Collections.Immutable.ImmutableArray DefinitelyAssignedOnExit { get; } - public abstract System.Collections.Immutable.ImmutableArray ReadInside { get; } - public abstract System.Collections.Immutable.ImmutableArray ReadOutside { get; } - public abstract bool Succeeded { get; } - public abstract System.Collections.Immutable.ImmutableArray UnsafeAddressTaken { get; } - public abstract System.Collections.Immutable.ImmutableArray UsedLocalFunctions { get; } - public abstract System.Collections.Immutable.ImmutableArray VariablesDeclared { get; } - public abstract System.Collections.Immutable.ImmutableArray WrittenInside { get; } - public abstract System.Collections.Immutable.ImmutableArray WrittenOutside { get; } - } - - public sealed partial class DesktopAssemblyIdentityComparer : AssemblyIdentityComparer - { - public new static DesktopAssemblyIdentityComparer Default { get { throw null; } } - - public static DesktopAssemblyIdentityComparer LoadFromXml(System.IO.Stream input) { throw null; } - } - - public partial class DesktopStrongNameProvider : StrongNameProvider - { - public DesktopStrongNameProvider(System.Collections.Immutable.ImmutableArray keyFileSearchPaths = default, string? tempPath = null) { } - - public DesktopStrongNameProvider(System.Collections.Immutable.ImmutableArray keyFileSearchPaths) { } - - public override bool Equals(object? obj) { throw null; } - - public override int GetHashCode() { throw null; } - } - - public abstract partial class Diagnostic : System.IEquatable, System.IFormattable - { - protected Diagnostic() { } - - public abstract System.Collections.Generic.IReadOnlyList AdditionalLocations { get; } - - public virtual DiagnosticSeverity DefaultSeverity { get { throw null; } } - - public abstract DiagnosticDescriptor Descriptor { get; } - public abstract string Id { get; } - public abstract bool IsSuppressed { get; } - - public bool IsWarningAsError { get { throw null; } } - - public abstract Location Location { get; } - - public virtual System.Collections.Immutable.ImmutableDictionary Properties { get { throw null; } } - - public abstract DiagnosticSeverity Severity { get; } - public abstract int WarningLevel { get; } - - public static Diagnostic Create(DiagnosticDescriptor descriptor, Location? location, DiagnosticSeverity effectiveSeverity, System.Collections.Generic.IEnumerable? additionalLocations, System.Collections.Immutable.ImmutableDictionary? properties, params object?[]? messageArgs) { throw null; } - - public static Diagnostic Create(DiagnosticDescriptor descriptor, Location? location, System.Collections.Generic.IEnumerable? additionalLocations, System.Collections.Immutable.ImmutableDictionary? properties, params object?[]? messageArgs) { throw null; } - - public static Diagnostic Create(DiagnosticDescriptor descriptor, Location? location, System.Collections.Generic.IEnumerable? additionalLocations, params object?[]? messageArgs) { throw null; } - - public static Diagnostic Create(DiagnosticDescriptor descriptor, Location? location, System.Collections.Immutable.ImmutableDictionary? properties, params object?[]? messageArgs) { throw null; } - - public static Diagnostic Create(DiagnosticDescriptor descriptor, Location? location, params object?[]? messageArgs) { throw null; } - - public static Diagnostic Create(string id, string category, LocalizableString message, DiagnosticSeverity severity, DiagnosticSeverity defaultSeverity, bool isEnabledByDefault, int warningLevel, LocalizableString? title = null, LocalizableString? description = null, string? helpLink = null, Location? location = null, System.Collections.Generic.IEnumerable? additionalLocations = null, System.Collections.Generic.IEnumerable? customTags = null, System.Collections.Immutable.ImmutableDictionary? properties = null) { throw null; } - - public static Diagnostic Create(string id, string category, LocalizableString message, DiagnosticSeverity severity, DiagnosticSeverity defaultSeverity, bool isEnabledByDefault, int warningLevel, bool isSuppressed, LocalizableString? title = null, LocalizableString? description = null, string? helpLink = null, Location? location = null, System.Collections.Generic.IEnumerable? additionalLocations = null, System.Collections.Generic.IEnumerable? customTags = null, System.Collections.Immutable.ImmutableDictionary? properties = null) { throw null; } - - public abstract bool Equals(Diagnostic? obj); - public sealed override bool Equals(object? obj) { throw null; } - - public abstract override int GetHashCode(); - public abstract string GetMessage(System.IFormatProvider? formatProvider = null); - public Diagnostics.SuppressionInfo? GetSuppressionInfo(Compilation compilation) { throw null; } - - string System.IFormattable.ToString(string? ignored, System.IFormatProvider? formatProvider) { throw null; } - - public override string ToString() { throw null; } - } - - public sealed partial class DiagnosticDescriptor : System.IEquatable - { - public DiagnosticDescriptor(string id, LocalizableString title, LocalizableString messageFormat, string category, DiagnosticSeverity defaultSeverity, bool isEnabledByDefault, LocalizableString? description = null, string? helpLinkUri = null, params string[] customTags) { } - - public DiagnosticDescriptor(string id, string title, string messageFormat, string category, DiagnosticSeverity defaultSeverity, bool isEnabledByDefault, string? description = null, string? helpLinkUri = null, params string[] customTags) { } - - public string Category { get { throw null; } } - - public System.Collections.Generic.IEnumerable CustomTags { get { throw null; } } - - public DiagnosticSeverity DefaultSeverity { get { throw null; } } - - public LocalizableString Description { get { throw null; } } - - public string HelpLinkUri { get { throw null; } } - - public string Id { get { throw null; } } - - public bool IsEnabledByDefault { get { throw null; } } - - public LocalizableString MessageFormat { get { throw null; } } - - public LocalizableString Title { get { throw null; } } - - public bool Equals(DiagnosticDescriptor? other) { throw null; } - - public override bool Equals(object? obj) { throw null; } - - public ReportDiagnostic GetEffectiveSeverity(CompilationOptions compilationOptions) { throw null; } - - public override int GetHashCode() { throw null; } - } - - public partial class DiagnosticFormatter - { - public DiagnosticFormatter() { } - - public virtual string Format(Diagnostic diagnostic, System.IFormatProvider? formatter = null) { throw null; } - } - - public enum DiagnosticSeverity - { - Hidden = 0, - Info = 1, - Warning = 2, - Error = 3 - } - - public sealed partial class DllImportData - { - public bool? BestFitMapping { get { throw null; } } - - public System.Runtime.InteropServices.CallingConvention CallingConvention { get { throw null; } } - - public System.Runtime.InteropServices.CharSet CharacterSet { get { throw null; } } - - public string? EntryPointName { get { throw null; } } - - public bool ExactSpelling { get { throw null; } } - - public string? ModuleName { get { throw null; } } - - public bool SetLastError { get { throw null; } } - - public bool? ThrowOnUnmappableCharacter { get { throw null; } } - } - - public static partial class DocumentationCommentId - { - public static string CreateDeclarationId(ISymbol symbol) { throw null; } - - public static string CreateReferenceId(ISymbol symbol) { throw null; } - - public static ISymbol? GetFirstSymbolForDeclarationId(string id, Compilation compilation) { throw null; } - - public static ISymbol? GetFirstSymbolForReferenceId(string id, Compilation compilation) { throw null; } - - public static System.Collections.Immutable.ImmutableArray GetSymbolsForDeclarationId(string id, Compilation compilation) { throw null; } - - public static System.Collections.Immutable.ImmutableArray GetSymbolsForReferenceId(string id, Compilation compilation) { throw null; } - } - - public enum DocumentationMode : byte - { - None = 0, - Parse = 1, - Diagnose = 2 - } - - public abstract partial class DocumentationProvider - { - protected DocumentationProvider() { } - - public static DocumentationProvider Default { get { throw null; } } - - public abstract override bool Equals(object? obj); - protected internal abstract string? GetDocumentationForSymbol(string documentationMemberID, System.Globalization.CultureInfo preferredCulture, System.Threading.CancellationToken cancellationToken = default); - public abstract override int GetHashCode(); - } - - public sealed partial class EmbeddedText - { - public System.Collections.Immutable.ImmutableArray Checksum { get { throw null; } } - - public Text.SourceHashAlgorithm ChecksumAlgorithm { get { throw null; } } - - public string FilePath { get { throw null; } } - - public static EmbeddedText FromBytes(string filePath, System.ArraySegment bytes, Text.SourceHashAlgorithm checksumAlgorithm = Text.SourceHashAlgorithm.Sha1) { throw null; } - - public static EmbeddedText FromSource(string filePath, Text.SourceText text) { throw null; } - - public static EmbeddedText FromStream(string filePath, System.IO.Stream stream, Text.SourceHashAlgorithm checksumAlgorithm = Text.SourceHashAlgorithm.Sha1) { throw null; } - } - - public sealed partial class ErrorLogOptions - { - public ErrorLogOptions(string path, SarifVersion sarifVersion) { } - - public string Path { get { throw null; } } - - public SarifVersion SarifVersion { get { throw null; } } - } - - [System.Runtime.Serialization.DataContract] - public readonly partial struct FileLinePositionSpan : System.IEquatable - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public FileLinePositionSpan(string path, Text.LinePosition start, Text.LinePosition end) { } - - public FileLinePositionSpan(string path, Text.LinePositionSpan span) { } - - public Text.LinePosition EndLinePosition { get { throw null; } } - - [System.Runtime.Serialization.DataMember(Order = 2)] - public bool HasMappedPath { get { throw null; } } - - public bool IsValid { get { throw null; } } - - [System.Runtime.Serialization.DataMember(Order = 0)] - public string Path { get { throw null; } } - - [System.Runtime.Serialization.DataMember(Order = 1)] - public Text.LinePositionSpan Span { get { throw null; } } - - public Text.LinePosition StartLinePosition { get { throw null; } } - - public readonly bool Equals(FileLinePositionSpan other) { throw null; } - - public override readonly bool Equals(object? other) { throw null; } - - public override readonly int GetHashCode() { throw null; } - - public static bool operator ==(FileLinePositionSpan left, FileLinePositionSpan right) { throw null; } - - public static bool operator !=(FileLinePositionSpan left, FileLinePositionSpan right) { throw null; } - - public override readonly string ToString() { throw null; } - } - - public static partial class FileSystemExtensions - { - public static Emit.EmitResult Emit(this Compilation compilation, string outputPath, string? pdbPath = null, string? xmlDocPath = null, string? win32ResourcesPath = null, System.Collections.Generic.IEnumerable? manifestResources = null, System.Threading.CancellationToken cancellationToken = default) { throw null; } - } - - public enum GeneratedKind - { - Unknown = 0, - NotGenerated = 1, - MarkedGenerated = 2 - } - - public readonly partial struct GeneratedSourceResult - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public string HintName { get { throw null; } } - - public Text.SourceText SourceText { get { throw null; } } - - public SyntaxTree SyntaxTree { get { throw null; } } - } - - [System.AttributeUsage(System.AttributeTargets.Class)] - public sealed partial class GeneratorAttribute : System.Attribute - { - public GeneratorAttribute() { } - - public GeneratorAttribute(string firstLanguage, params string[] additionalLanguages) { } - - public string[] Languages { get { throw null; } } - } - - public readonly partial struct GeneratorAttributeSyntaxContext - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public System.Collections.Immutable.ImmutableArray Attributes { get { throw null; } } - - public SemanticModel SemanticModel { get { throw null; } } - - public SyntaxNode TargetNode { get { throw null; } } - - public ISymbol TargetSymbol { get { throw null; } } - } - - public abstract partial class GeneratorDriver - { - public GeneratorDriver AddAdditionalTexts(System.Collections.Immutable.ImmutableArray additionalTexts) { throw null; } - - public GeneratorDriver AddGenerators(System.Collections.Immutable.ImmutableArray generators) { throw null; } - - public GeneratorDriverRunResult GetRunResult() { throw null; } - - public GeneratorDriverTimingInfo GetTimingInfo() { throw null; } - - public GeneratorDriver RemoveAdditionalTexts(System.Collections.Immutable.ImmutableArray additionalTexts) { throw null; } - - public GeneratorDriver RemoveGenerators(System.Collections.Immutable.ImmutableArray generators) { throw null; } - - public GeneratorDriver ReplaceAdditionalText(AdditionalText oldText, AdditionalText newText) { throw null; } - - public GeneratorDriver ReplaceAdditionalTexts(System.Collections.Immutable.ImmutableArray newTexts) { throw null; } - - public GeneratorDriver ReplaceGenerators(System.Collections.Immutable.ImmutableArray generators) { throw null; } - - public GeneratorDriver RunGenerators(Compilation compilation, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public GeneratorDriver RunGeneratorsAndUpdateCompilation(Compilation compilation, out Compilation outputCompilation, out System.Collections.Immutable.ImmutableArray diagnostics, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public GeneratorDriver WithUpdatedAnalyzerConfigOptions(Diagnostics.AnalyzerConfigOptionsProvider newOptions) { throw null; } - - public GeneratorDriver WithUpdatedParseOptions(ParseOptions newOptions) { throw null; } - } - - public readonly partial struct GeneratorDriverOptions - { - public readonly IncrementalGeneratorOutputKind DisabledOutputs; - public readonly bool TrackIncrementalGeneratorSteps; - public GeneratorDriverOptions(IncrementalGeneratorOutputKind disabledOutputs, bool trackIncrementalGeneratorSteps) { } - - public GeneratorDriverOptions(IncrementalGeneratorOutputKind disabledOutputs) { } - } - - public partial class GeneratorDriverRunResult - { - public System.Collections.Immutable.ImmutableArray Diagnostics { get { throw null; } } - - public System.Collections.Immutable.ImmutableArray GeneratedTrees { get { throw null; } } - - public System.Collections.Immutable.ImmutableArray Results { get { throw null; } } - } - - public readonly partial struct GeneratorDriverTimingInfo - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public System.TimeSpan ElapsedTime { get { throw null; } } - - public System.Collections.Immutable.ImmutableArray GeneratorTimes { get { throw null; } } - } - - public readonly partial struct GeneratorExecutionContext - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public System.Collections.Immutable.ImmutableArray AdditionalFiles { get { throw null; } } - - public Diagnostics.AnalyzerConfigOptionsProvider AnalyzerConfigOptions { get { throw null; } } - - public System.Threading.CancellationToken CancellationToken { get { throw null; } } - - public Compilation Compilation { get { throw null; } } - - public ParseOptions ParseOptions { get { throw null; } } - - public ISyntaxContextReceiver? SyntaxContextReceiver { get { throw null; } } - - public ISyntaxReceiver? SyntaxReceiver { get { throw null; } } - - public readonly void AddSource(string hintName, Text.SourceText sourceText) { } - - public readonly void AddSource(string hintName, string source) { } - - public readonly void ReportDiagnostic(Diagnostic diagnostic) { } - } - - public static partial class GeneratorExtensions - { - public static ISourceGenerator AsSourceGenerator(this IIncrementalGenerator incrementalGenerator) { throw null; } - - public static System.Type GetGeneratorType(this ISourceGenerator generator) { throw null; } - } - - public readonly partial struct GeneratorInitializationContext - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public System.Threading.CancellationToken CancellationToken { get { throw null; } } - - public readonly void RegisterForPostInitialization(System.Action callback) { } - - public readonly void RegisterForSyntaxNotifications(SyntaxContextReceiverCreator receiverCreator) { } - - public readonly void RegisterForSyntaxNotifications(SyntaxReceiverCreator receiverCreator) { } - } - - public readonly partial struct GeneratorPostInitializationContext - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public System.Threading.CancellationToken CancellationToken { get { throw null; } } - - public readonly void AddSource(string hintName, Text.SourceText sourceText) { } - - public readonly void AddSource(string hintName, string source) { } - } - - public readonly partial struct GeneratorRunResult - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public System.Collections.Immutable.ImmutableArray Diagnostics { get { throw null; } } - - public System.Exception? Exception { get { throw null; } } - - public System.Collections.Immutable.ImmutableArray GeneratedSources { get { throw null; } } - - public ISourceGenerator Generator { get { throw null; } } - - public System.Collections.Immutable.ImmutableDictionary> TrackedOutputSteps { get { throw null; } } - - public System.Collections.Immutable.ImmutableDictionary> TrackedSteps { get { throw null; } } - } - - public readonly partial struct GeneratorSyntaxContext - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public SyntaxNode Node { get { throw null; } } - - public SemanticModel SemanticModel { get { throw null; } } - } - - public readonly partial struct GeneratorTimingInfo - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public System.TimeSpan ElapsedTime { get { throw null; } } - - public ISourceGenerator Generator { get { throw null; } } - } - - public partial interface IAliasSymbol : ISymbol, System.IEquatable - { - INamespaceOrTypeSymbol Target { get; } - } - - public partial interface IAnalyzerAssemblyLoader - { - void AddDependencyLocation(string fullPath); - System.Reflection.Assembly LoadFromPath(string fullPath); - } - - public partial interface IArrayTypeSymbol : ITypeSymbol, INamespaceOrTypeSymbol, ISymbol, System.IEquatable - { - System.Collections.Immutable.ImmutableArray CustomModifiers { get; } - - NullableAnnotation ElementNullableAnnotation { get; } - - ITypeSymbol ElementType { get; } - - bool IsSZArray { get; } - - System.Collections.Immutable.ImmutableArray LowerBounds { get; } - - int Rank { get; } - - System.Collections.Immutable.ImmutableArray Sizes { get; } - - bool Equals(IArrayTypeSymbol? other); - } - - public partial interface IAssemblySymbol : ISymbol, System.IEquatable - { - INamespaceSymbol GlobalNamespace { get; } - - AssemblyIdentity Identity { get; } - - bool IsInteractive { get; } - - bool MightContainExtensionMethods { get; } - - System.Collections.Generic.IEnumerable Modules { get; } - - System.Collections.Generic.ICollection NamespaceNames { get; } - - System.Collections.Generic.ICollection TypeNames { get; } - - System.Collections.Immutable.ImmutableArray GetForwardedTypes(); - AssemblyMetadata? GetMetadata(); - INamedTypeSymbol? GetTypeByMetadataName(string fullyQualifiedMetadataName); - bool GivesAccessTo(IAssemblySymbol toAssembly); - INamedTypeSymbol? ResolveForwardedType(string fullyQualifiedMetadataName); - } - - public partial interface ICompilationUnitSyntax - { - SyntaxToken EndOfFileToken { get; } - } - - public partial interface IDiscardSymbol : ISymbol, System.IEquatable - { - NullableAnnotation NullableAnnotation { get; } - - ITypeSymbol Type { get; } - } - - public partial interface IDynamicTypeSymbol : ITypeSymbol, INamespaceOrTypeSymbol, ISymbol, System.IEquatable - { - } - - public partial interface IErrorTypeSymbol : INamedTypeSymbol, ITypeSymbol, INamespaceOrTypeSymbol, ISymbol, System.IEquatable - { - CandidateReason CandidateReason { get; } - - System.Collections.Immutable.ImmutableArray CandidateSymbols { get; } - } - - public partial interface IEventSymbol : ISymbol, System.IEquatable - { - IMethodSymbol? AddMethod { get; } - - System.Collections.Immutable.ImmutableArray ExplicitInterfaceImplementations { get; } - - bool IsWindowsRuntimeEvent { get; } - - NullableAnnotation NullableAnnotation { get; } - - IEventSymbol OriginalDefinition { get; } - - IEventSymbol? OverriddenEvent { get; } - - IMethodSymbol? RaiseMethod { get; } - - IMethodSymbol? RemoveMethod { get; } - - ITypeSymbol Type { get; } - } - - public partial interface IFieldSymbol : ISymbol, System.IEquatable - { - ISymbol? AssociatedSymbol { get; } - - object? ConstantValue { get; } - - IFieldSymbol? CorrespondingTupleField { get; } - - System.Collections.Immutable.ImmutableArray CustomModifiers { get; } - - int FixedSize { get; } - - bool HasConstantValue { get; } - - bool IsConst { get; } - - bool IsExplicitlyNamedTupleElement { get; } - - bool IsFixedSizeBuffer { get; } - - bool IsReadOnly { get; } - - bool IsRequired { get; } - - bool IsVolatile { get; } - - NullableAnnotation NullableAnnotation { get; } - - IFieldSymbol OriginalDefinition { get; } - - System.Collections.Immutable.ImmutableArray RefCustomModifiers { get; } - - RefKind RefKind { get; } - - ITypeSymbol Type { get; } - } - - public partial interface IFunctionPointerTypeSymbol : ITypeSymbol, INamespaceOrTypeSymbol, ISymbol, System.IEquatable - { - IMethodSymbol Signature { get; } - } - - public partial interface IImportScope - { - System.Collections.Immutable.ImmutableArray Aliases { get; } - - System.Collections.Immutable.ImmutableArray ExternAliases { get; } - - System.Collections.Immutable.ImmutableArray Imports { get; } - - System.Collections.Immutable.ImmutableArray XmlNamespaces { get; } - } - - public partial interface IIncrementalGenerator - { - void Initialize(IncrementalGeneratorInitializationContext context); - } - - public partial interface ILabelSymbol : ISymbol, System.IEquatable - { - IMethodSymbol ContainingMethod { get; } - } - - public partial interface ILocalSymbol : ISymbol, System.IEquatable - { - object? ConstantValue { get; } - - bool HasConstantValue { get; } - - bool IsConst { get; } - - bool IsFixed { get; } - - bool IsForEach { get; } - - bool IsFunctionValue { get; } - - bool IsRef { get; } - - bool IsUsing { get; } - - NullableAnnotation NullableAnnotation { get; } - - RefKind RefKind { get; } - - ScopedKind ScopedKind { get; } - - ITypeSymbol Type { get; } - } - - public partial interface IMethodSymbol : ISymbol, System.IEquatable - { - int Arity { get; } - - INamedTypeSymbol? AssociatedAnonymousDelegate { get; } - - ISymbol? AssociatedSymbol { get; } - - System.Reflection.Metadata.SignatureCallingConvention CallingConvention { get; } - - IMethodSymbol ConstructedFrom { get; } - - System.Collections.Immutable.ImmutableArray ExplicitInterfaceImplementations { get; } - - bool HidesBaseMethodsByName { get; } - - bool IsAsync { get; } - - bool IsCheckedBuiltin { get; } - - bool IsConditional { get; } - - bool IsExtensionMethod { get; } - - bool IsGenericMethod { get; } - - bool IsInitOnly { get; } - - bool IsPartialDefinition { get; } - - bool IsReadOnly { get; } - - bool IsVararg { get; } - - System.Reflection.MethodImplAttributes MethodImplementationFlags { get; } - - MethodKind MethodKind { get; } - - IMethodSymbol OriginalDefinition { get; } - - IMethodSymbol? OverriddenMethod { get; } - - System.Collections.Immutable.ImmutableArray Parameters { get; } - - IMethodSymbol? PartialDefinitionPart { get; } - - IMethodSymbol? PartialImplementationPart { get; } - - NullableAnnotation ReceiverNullableAnnotation { get; } - - ITypeSymbol? ReceiverType { get; } - - IMethodSymbol? ReducedFrom { get; } - - System.Collections.Immutable.ImmutableArray RefCustomModifiers { get; } - - RefKind RefKind { get; } - - NullableAnnotation ReturnNullableAnnotation { get; } - - bool ReturnsByRef { get; } - - bool ReturnsByRefReadonly { get; } - - bool ReturnsVoid { get; } - - ITypeSymbol ReturnType { get; } - - System.Collections.Immutable.ImmutableArray ReturnTypeCustomModifiers { get; } - - System.Collections.Immutable.ImmutableArray TypeArgumentNullableAnnotations { get; } - - System.Collections.Immutable.ImmutableArray TypeArguments { get; } - - System.Collections.Immutable.ImmutableArray TypeParameters { get; } - - System.Collections.Immutable.ImmutableArray UnmanagedCallingConventionTypes { get; } - - IMethodSymbol Construct(params ITypeSymbol[] typeArguments); - IMethodSymbol Construct(System.Collections.Immutable.ImmutableArray typeArguments, System.Collections.Immutable.ImmutableArray typeArgumentNullableAnnotations); - DllImportData? GetDllImportData(); - System.Collections.Immutable.ImmutableArray GetReturnTypeAttributes(); - ITypeSymbol? GetTypeInferredDuringReduction(ITypeParameterSymbol reducedFromTypeParameter); - IMethodSymbol? ReduceExtensionMethod(ITypeSymbol receiverType); - } - - public partial interface IModuleSymbol : ISymbol, System.IEquatable - { - INamespaceSymbol GlobalNamespace { get; } - - System.Collections.Immutable.ImmutableArray ReferencedAssemblies { get; } - - System.Collections.Immutable.ImmutableArray ReferencedAssemblySymbols { get; } - - ModuleMetadata? GetMetadata(); - INamespaceSymbol? GetModuleNamespace(INamespaceSymbol namespaceSymbol); - } - - public readonly partial struct ImportedNamespaceOrType - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public SyntaxReference? DeclaringSyntaxReference { get { throw null; } } - - public INamespaceOrTypeSymbol NamespaceOrType { get { throw null; } } - } - - public readonly partial struct ImportedXmlNamespace - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public SyntaxReference? DeclaringSyntaxReference { get { throw null; } } - - public string XmlNamespace { get { throw null; } } - } - - public partial interface INamedTypeSymbol : ITypeSymbol, INamespaceOrTypeSymbol, ISymbol, System.IEquatable - { - int Arity { get; } - - ISymbol? AssociatedSymbol { get; } - - INamedTypeSymbol ConstructedFrom { get; } - - System.Collections.Immutable.ImmutableArray Constructors { get; } - - IMethodSymbol? DelegateInvokeMethod { get; } - - INamedTypeSymbol? EnumUnderlyingType { get; } - - System.Collections.Immutable.ImmutableArray InstanceConstructors { get; } - - bool IsComImport { get; } - - bool IsFileLocal { get; } - - bool IsGenericType { get; } - - bool IsImplicitClass { get; } - - bool IsScriptClass { get; } - - bool IsSerializable { get; } - - bool IsUnboundGenericType { get; } - - System.Collections.Generic.IEnumerable MemberNames { get; } - - bool MightContainExtensionMethods { get; } - - INamedTypeSymbol? NativeIntegerUnderlyingType { get; } - - INamedTypeSymbol OriginalDefinition { get; } - - System.Collections.Immutable.ImmutableArray StaticConstructors { get; } - - System.Collections.Immutable.ImmutableArray TupleElements { get; } - - INamedTypeSymbol? TupleUnderlyingType { get; } - - System.Collections.Immutable.ImmutableArray TypeArgumentNullableAnnotations { get; } - - System.Collections.Immutable.ImmutableArray TypeArguments { get; } - - System.Collections.Immutable.ImmutableArray TypeParameters { get; } - - INamedTypeSymbol Construct(params ITypeSymbol[] typeArguments); - INamedTypeSymbol Construct(System.Collections.Immutable.ImmutableArray typeArguments, System.Collections.Immutable.ImmutableArray typeArgumentNullableAnnotations); - INamedTypeSymbol ConstructUnboundGenericType(); - System.Collections.Immutable.ImmutableArray GetTypeArgumentCustomModifiers(int ordinal); - } - - public partial interface INamespaceOrTypeSymbol : ISymbol, System.IEquatable - { - bool IsNamespace { get; } - - bool IsType { get; } - - System.Collections.Immutable.ImmutableArray GetMembers(); - System.Collections.Immutable.ImmutableArray GetMembers(string name); - System.Collections.Immutable.ImmutableArray GetTypeMembers(); - System.Collections.Immutable.ImmutableArray GetTypeMembers(string name, int arity); - System.Collections.Immutable.ImmutableArray GetTypeMembers(string name); - } - - public partial interface INamespaceSymbol : INamespaceOrTypeSymbol, ISymbol, System.IEquatable - { - System.Collections.Immutable.ImmutableArray ConstituentNamespaces { get; } - - Compilation? ContainingCompilation { get; } - - bool IsGlobalNamespace { get; } - - NamespaceKind NamespaceKind { get; } - - System.Collections.Generic.IEnumerable GetMembers(); - System.Collections.Generic.IEnumerable GetMembers(string name); - System.Collections.Generic.IEnumerable GetNamespaceMembers(); - } - - public readonly partial struct IncrementalGeneratorInitializationContext - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public IncrementalValuesProvider AdditionalTextsProvider { get { throw null; } } - - public IncrementalValueProvider AnalyzerConfigOptionsProvider { get { throw null; } } - - public IncrementalValueProvider CompilationProvider { get { throw null; } } - - public IncrementalValuesProvider MetadataReferencesProvider { get { throw null; } } - - public IncrementalValueProvider ParseOptionsProvider { get { throw null; } } - - public SyntaxValueProvider SyntaxProvider { get { throw null; } } - - public readonly void RegisterImplementationSourceOutput(IncrementalValueProvider source, System.Action action) { } - - public readonly void RegisterImplementationSourceOutput(IncrementalValuesProvider source, System.Action action) { } - - public readonly void RegisterPostInitializationOutput(System.Action callback) { } - - public readonly void RegisterSourceOutput(IncrementalValueProvider source, System.Action action) { } - - public readonly void RegisterSourceOutput(IncrementalValuesProvider source, System.Action action) { } - } - - [System.Flags] - public enum IncrementalGeneratorOutputKind - { - None = 0, - Source = 1, - PostInit = 2, - Implementation = 4 - } - - public readonly partial struct IncrementalGeneratorPostInitializationContext - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public System.Threading.CancellationToken CancellationToken { get { throw null; } } - - public readonly void AddSource(string hintName, Text.SourceText sourceText) { } - - public readonly void AddSource(string hintName, string source) { } - } - - public sealed partial class IncrementalGeneratorRunStep - { - public System.TimeSpan ElapsedTime { get { throw null; } } - - public System.Collections.Immutable.ImmutableArray<(IncrementalGeneratorRunStep Source, int OutputIndex)> Inputs { get { throw null; } } - - public string? Name { get { throw null; } } - - public System.Collections.Immutable.ImmutableArray<(object Value, IncrementalStepRunReason Reason)> Outputs { get { throw null; } } - } - - public enum IncrementalStepRunReason - { - New = 0, - Modified = 1, - Unchanged = 2, - Cached = 3, - Removed = 4 - } - - public static partial class IncrementalValueProviderExtensions - { - public static IncrementalValueProvider> Collect(this IncrementalValuesProvider source) { throw null; } - - public static IncrementalValueProvider<(TLeft Left, TRight Right)> Combine(this IncrementalValueProvider provider1, IncrementalValueProvider provider2) { throw null; } - - public static IncrementalValuesProvider<(TLeft Left, TRight Right)> Combine(this IncrementalValuesProvider provider1, IncrementalValueProvider provider2) { throw null; } - - public static IncrementalValueProvider Select(this IncrementalValueProvider source, System.Func selector) { throw null; } - - public static IncrementalValuesProvider Select(this IncrementalValuesProvider source, System.Func selector) { throw null; } - - public static IncrementalValuesProvider SelectMany(this IncrementalValueProvider source, System.Func> selector) { throw null; } - - public static IncrementalValuesProvider SelectMany(this IncrementalValueProvider source, System.Func> selector) { throw null; } - - public static IncrementalValuesProvider SelectMany(this IncrementalValuesProvider source, System.Func> selector) { throw null; } - - public static IncrementalValuesProvider SelectMany(this IncrementalValuesProvider source, System.Func> selector) { throw null; } - - public static IncrementalValuesProvider Where(this IncrementalValuesProvider source, System.Func predicate) { throw null; } - - public static IncrementalValueProvider WithComparer(this IncrementalValueProvider source, System.Collections.Generic.IEqualityComparer comparer) { throw null; } - - public static IncrementalValuesProvider WithComparer(this IncrementalValuesProvider source, System.Collections.Generic.IEqualityComparer comparer) { throw null; } - - public static IncrementalValueProvider WithTrackingName(this IncrementalValueProvider source, string name) { throw null; } - - public static IncrementalValuesProvider WithTrackingName(this IncrementalValuesProvider source, string name) { throw null; } - } - - public readonly partial struct IncrementalValueProvider - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - } - - public readonly partial struct IncrementalValuesProvider - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - } - - public partial interface IOperation - { - OperationList ChildOperations { get; } - - [System.Obsolete("This API has performance penalties, please use ChildOperations instead.", false)] - System.Collections.Generic.IEnumerable Children { get; } - - Optional ConstantValue { get; } - - bool IsImplicit { get; } - - OperationKind Kind { get; } - - string Language { get; } - - IOperation? Parent { get; } - - SemanticModel? SemanticModel { get; } - - SyntaxNode Syntax { get; } - - ITypeSymbol? Type { get; } - - void Accept(Operations.OperationVisitor visitor); - TResult? Accept(Operations.OperationVisitor visitor, TArgument argument); - public readonly partial struct OperationList : System.Collections.Generic.IReadOnlyCollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public int Count { get { throw null; } } - - public readonly bool Any() { throw null; } - - public readonly IOperation First() { throw null; } - - public readonly Enumerator GetEnumerator() { throw null; } - - public readonly IOperation Last() { throw null; } - - public readonly Reversed Reverse() { throw null; } - - readonly System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } - - readonly System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } - - public readonly System.Collections.Immutable.ImmutableArray ToImmutableArray() { throw null; } - - public partial struct Enumerator - { - private object _dummy; - private int _dummyPrimitive; - public IOperation Current { get { throw null; } } - - public bool MoveNext() { throw null; } - - public void Reset() { } - } - - public readonly partial struct Reversed : System.Collections.Generic.IReadOnlyCollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public int Count { get { throw null; } } - - public readonly Enumerator GetEnumerator() { throw null; } - - readonly System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } - - readonly System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } - - public readonly System.Collections.Immutable.ImmutableArray ToImmutableArray() { throw null; } - - public partial struct Enumerator - { - private object _dummy; - private int _dummyPrimitive; - public IOperation Current { get { throw null; } } - - public bool MoveNext() { throw null; } - - public void Reset() { } - } - } - } - } - - public partial interface IParameterSymbol : ISymbol, System.IEquatable - { - System.Collections.Immutable.ImmutableArray CustomModifiers { get; } - - object? ExplicitDefaultValue { get; } - - bool HasExplicitDefaultValue { get; } - - bool IsDiscard { get; } - - bool IsOptional { get; } - - bool IsParams { get; } - - bool IsThis { get; } - - NullableAnnotation NullableAnnotation { get; } - - int Ordinal { get; } - - IParameterSymbol OriginalDefinition { get; } - - System.Collections.Immutable.ImmutableArray RefCustomModifiers { get; } - - RefKind RefKind { get; } - - ScopedKind ScopedKind { get; } - - ITypeSymbol Type { get; } - } - - public partial interface IPointerTypeSymbol : ITypeSymbol, INamespaceOrTypeSymbol, ISymbol, System.IEquatable - { - System.Collections.Immutable.ImmutableArray CustomModifiers { get; } - - ITypeSymbol PointedAtType { get; } - } - - public partial interface IPreprocessingSymbol : ISymbol, System.IEquatable - { - } - - public partial interface IPropertySymbol : ISymbol, System.IEquatable - { - System.Collections.Immutable.ImmutableArray ExplicitInterfaceImplementations { get; } - - IMethodSymbol? GetMethod { get; } - - bool IsIndexer { get; } - - bool IsReadOnly { get; } - - bool IsRequired { get; } - - bool IsWithEvents { get; } - - bool IsWriteOnly { get; } - - NullableAnnotation NullableAnnotation { get; } - - IPropertySymbol OriginalDefinition { get; } - - IPropertySymbol? OverriddenProperty { get; } - - System.Collections.Immutable.ImmutableArray Parameters { get; } - - System.Collections.Immutable.ImmutableArray RefCustomModifiers { get; } - - RefKind RefKind { get; } - - bool ReturnsByRef { get; } - - bool ReturnsByRefReadonly { get; } - - IMethodSymbol? SetMethod { get; } - - ITypeSymbol Type { get; } - - System.Collections.Immutable.ImmutableArray TypeCustomModifiers { get; } - } - - public partial interface IRangeVariableSymbol : ISymbol, System.IEquatable - { - } - - public partial interface ISkippedTokensTriviaSyntax - { - SyntaxTokenList Tokens { get; } - } - - public partial interface ISourceAssemblySymbol : IAssemblySymbol, ISymbol, System.IEquatable - { - Compilation Compilation { get; } - } - - public partial interface ISourceGenerator - { - void Execute(GeneratorExecutionContext context); - void Initialize(GeneratorInitializationContext context); - } - - public partial interface IStructuredTriviaSyntax - { - SyntaxTrivia ParentTrivia { get; } - } - - public partial interface ISymbol : System.IEquatable - { - bool CanBeReferencedByName { get; } - - IAssemblySymbol ContainingAssembly { get; } - - IModuleSymbol ContainingModule { get; } - - INamespaceSymbol ContainingNamespace { get; } - - ISymbol ContainingSymbol { get; } - - INamedTypeSymbol ContainingType { get; } - - Accessibility DeclaredAccessibility { get; } - - System.Collections.Immutable.ImmutableArray DeclaringSyntaxReferences { get; } - - bool HasUnsupportedMetadata { get; } - - bool IsAbstract { get; } - - bool IsDefinition { get; } - - bool IsExtern { get; } - - bool IsImplicitlyDeclared { get; } - - bool IsOverride { get; } - - bool IsSealed { get; } - - bool IsStatic { get; } - - bool IsVirtual { get; } - - SymbolKind Kind { get; } - - string Language { get; } - - System.Collections.Immutable.ImmutableArray Locations { get; } - - string MetadataName { get; } - - int MetadataToken { get; } - - string Name { get; } - - ISymbol OriginalDefinition { get; } - - void Accept(SymbolVisitor visitor); - TResult? Accept(SymbolVisitor visitor); - TResult Accept(SymbolVisitor visitor, TArgument argument); - bool Equals(ISymbol? other, SymbolEqualityComparer equalityComparer); - System.Collections.Immutable.ImmutableArray GetAttributes(); - string? GetDocumentationCommentId(); - string? GetDocumentationCommentXml(System.Globalization.CultureInfo? preferredCulture = null, bool expandIncludes = false, System.Threading.CancellationToken cancellationToken = default); - System.Collections.Immutable.ImmutableArray ToDisplayParts(SymbolDisplayFormat? format = null); - string ToDisplayString(SymbolDisplayFormat? format = null); - System.Collections.Immutable.ImmutableArray ToMinimalDisplayParts(SemanticModel semanticModel, int position, SymbolDisplayFormat? format = null); - string ToMinimalDisplayString(SemanticModel semanticModel, int position, SymbolDisplayFormat? format = null); - } - - public static partial class ISymbolExtensions - { - public static IMethodSymbol? GetConstructedReducedFrom(this IMethodSymbol method) { throw null; } - } - - public partial interface ISyntaxContextReceiver - { - void OnVisitSyntaxNode(GeneratorSyntaxContext context); - } - - public partial interface ISyntaxReceiver - { - void OnVisitSyntaxNode(SyntaxNode syntaxNode); - } - - public partial interface ITypeParameterSymbol : ITypeSymbol, INamespaceOrTypeSymbol, ISymbol, System.IEquatable - { - System.Collections.Immutable.ImmutableArray ConstraintNullableAnnotations { get; } - - System.Collections.Immutable.ImmutableArray ConstraintTypes { get; } - - IMethodSymbol? DeclaringMethod { get; } - - INamedTypeSymbol? DeclaringType { get; } - - bool HasConstructorConstraint { get; } - - bool HasNotNullConstraint { get; } - - bool HasReferenceTypeConstraint { get; } - - bool HasUnmanagedTypeConstraint { get; } - - bool HasValueTypeConstraint { get; } - - int Ordinal { get; } - - ITypeParameterSymbol OriginalDefinition { get; } - - ITypeParameterSymbol? ReducedFrom { get; } - - NullableAnnotation ReferenceTypeConstraintNullableAnnotation { get; } - - TypeParameterKind TypeParameterKind { get; } - - VarianceKind Variance { get; } - } - - public partial interface ITypeSymbol : INamespaceOrTypeSymbol, ISymbol, System.IEquatable - { - System.Collections.Immutable.ImmutableArray AllInterfaces { get; } - - INamedTypeSymbol? BaseType { get; } - - System.Collections.Immutable.ImmutableArray Interfaces { get; } - - bool IsAnonymousType { get; } - - bool IsNativeIntegerType { get; } - - bool IsReadOnly { get; } - - bool IsRecord { get; } - - bool IsReferenceType { get; } - - bool IsRefLikeType { get; } - - bool IsTupleType { get; } - - bool IsUnmanagedType { get; } - - bool IsValueType { get; } - - NullableAnnotation NullableAnnotation { get; } - - ITypeSymbol OriginalDefinition { get; } - - SpecialType SpecialType { get; } - - TypeKind TypeKind { get; } - - ISymbol? FindImplementationForInterfaceMember(ISymbol interfaceMember); - System.Collections.Immutable.ImmutableArray ToDisplayParts(NullableFlowState topLevelNullability, SymbolDisplayFormat? format = null); - string ToDisplayString(NullableFlowState topLevelNullability, SymbolDisplayFormat? format = null); - System.Collections.Immutable.ImmutableArray ToMinimalDisplayParts(SemanticModel semanticModel, NullableFlowState topLevelNullability, int position, SymbolDisplayFormat? format = null); - string ToMinimalDisplayString(SemanticModel semanticModel, NullableFlowState topLevelNullability, int position, SymbolDisplayFormat? format = null); - ITypeSymbol WithNullableAnnotation(NullableAnnotation nullableAnnotation); - } - - public static partial class LanguageNames - { - public const string CSharp = "C#"; - public const string FSharp = "F#"; - public const string VisualBasic = "Visual Basic"; - } - - public readonly partial struct LineMapping : System.IEquatable - { - private readonly int _dummyPrimitive; - public LineMapping(Text.LinePositionSpan span, int? characterOffset, FileLinePositionSpan mappedSpan) { } - - public int? CharacterOffset { get { throw null; } } - - public bool IsHidden { get { throw null; } } - - public FileLinePositionSpan MappedSpan { get { throw null; } } - - public Text.LinePositionSpan Span { get { throw null; } } - - public readonly bool Equals(LineMapping other) { throw null; } - - public override readonly bool Equals(object? obj) { throw null; } - - public override readonly int GetHashCode() { throw null; } - - public static bool operator ==(LineMapping left, LineMapping right) { throw null; } - - public static bool operator !=(LineMapping left, LineMapping right) { throw null; } - - public override readonly string? ToString() { throw null; } - } - - public enum LineVisibility - { - BeforeFirstLineDirective = 0, - Hidden = 1, - Visible = 2 - } - - public sealed partial class LocalizableResourceString : LocalizableString - { - public LocalizableResourceString(string nameOfLocalizableResource, System.Resources.ResourceManager resourceManager, System.Type resourceSource, params string[] formatArguments) { } - - public LocalizableResourceString(string nameOfLocalizableResource, System.Resources.ResourceManager resourceManager, System.Type resourceSource) { } - - protected override bool AreEqual(object? other) { throw null; } - - protected override int GetHash() { throw null; } - - protected override string GetText(System.IFormatProvider? formatProvider) { throw null; } - } - - public abstract partial class LocalizableString : System.IFormattable, System.IEquatable - { - protected LocalizableString() { } - - public event System.EventHandler? OnException { add { } remove { } } - - protected abstract bool AreEqual(object? other); - public bool Equals(LocalizableString? other) { throw null; } - - public sealed override bool Equals(object? other) { throw null; } - - protected abstract int GetHash(); - public sealed override int GetHashCode() { throw null; } - - protected abstract string GetText(System.IFormatProvider? formatProvider); - public static explicit operator string?(LocalizableString localizableResource) { throw null; } - - public static implicit operator LocalizableString(string? fixedResource) { throw null; } - - string System.IFormattable.ToString(string? ignored, System.IFormatProvider? formatProvider) { throw null; } - - public sealed override string ToString() { throw null; } - - public string ToString(System.IFormatProvider? formatProvider) { throw null; } - } - - public abstract partial class Location - { - public bool IsInMetadata { get { throw null; } } - - public bool IsInSource { get { throw null; } } - - public abstract LocationKind Kind { get; } - - public IModuleSymbol? MetadataModule { get { throw null; } } - - public static Location None { get { throw null; } } - - public virtual Text.TextSpan SourceSpan { get { throw null; } } - - public virtual SyntaxTree? SourceTree { get { throw null; } } - - public static Location Create(SyntaxTree syntaxTree, Text.TextSpan textSpan) { throw null; } - - public static Location Create(string filePath, Text.TextSpan textSpan, Text.LinePositionSpan lineSpan) { throw null; } - - public abstract override bool Equals(object? obj); - protected virtual string GetDebuggerDisplay() { throw null; } - - public abstract override int GetHashCode(); - public virtual FileLinePositionSpan GetLineSpan() { throw null; } - - public virtual FileLinePositionSpan GetMappedLineSpan() { throw null; } - - public static bool operator ==(Location? left, Location? right) { throw null; } - - public static bool operator !=(Location? left, Location? right) { throw null; } - - public override string ToString() { throw null; } - } - - public enum LocationKind : byte - { - None = 0, - SourceFile = 1, - MetadataFile = 2, - XmlFile = 3, - ExternalFile = 4 - } - - public abstract partial class Metadata : System.IDisposable - { - public MetadataId Id { get { throw null; } } - - public abstract MetadataImageKind Kind { get; } - - protected abstract Metadata CommonCopy(); - public Metadata Copy() { throw null; } - - public abstract void Dispose(); - } - - public sealed partial class MetadataId - { - } - - public enum MetadataImageKind : byte - { - Assembly = 0, - Module = 1 - } - - public enum MetadataImportOptions : byte - { - Public = 0, - Internal = 1, - All = 2 - } - - public abstract partial class MetadataReference - { - protected MetadataReference(MetadataReferenceProperties properties) { } - - public virtual string? Display { get { throw null; } } - - public MetadataReferenceProperties Properties { get { throw null; } } - - [System.Obsolete("Use CreateFromFile(assembly.Location) instead", true)] - public static MetadataReference CreateFromAssembly(System.Reflection.Assembly assembly, MetadataReferenceProperties properties, DocumentationProvider? documentation = null) { throw null; } - - [System.Obsolete("Use CreateFromFile(assembly.Location) instead", true)] - public static MetadataReference CreateFromAssembly(System.Reflection.Assembly assembly) { throw null; } - - public static PortableExecutableReference CreateFromFile(string path, MetadataReferenceProperties properties = default, DocumentationProvider? documentation = null) { throw null; } - - public static PortableExecutableReference CreateFromImage(System.Collections.Generic.IEnumerable peImage, MetadataReferenceProperties properties = default, DocumentationProvider? documentation = null, string? filePath = null) { throw null; } - - public static PortableExecutableReference CreateFromImage(System.Collections.Immutable.ImmutableArray peImage, MetadataReferenceProperties properties = default, DocumentationProvider? documentation = null, string? filePath = null) { throw null; } - - public static PortableExecutableReference CreateFromStream(System.IO.Stream peStream, MetadataReferenceProperties properties = default, DocumentationProvider? documentation = null, string? filePath = null) { throw null; } - - public MetadataReference WithAliases(System.Collections.Generic.IEnumerable aliases) { throw null; } - - public MetadataReference WithAliases(System.Collections.Immutable.ImmutableArray aliases) { throw null; } - - public MetadataReference WithEmbedInteropTypes(bool value) { throw null; } - - public MetadataReference WithProperties(MetadataReferenceProperties properties) { throw null; } - } - - public partial struct MetadataReferenceProperties : System.IEquatable - { - private object _dummy; - private int _dummyPrimitive; - public MetadataReferenceProperties(MetadataImageKind kind = MetadataImageKind.Assembly, System.Collections.Immutable.ImmutableArray aliases = default, bool embedInteropTypes = false) { } - - public System.Collections.Immutable.ImmutableArray Aliases { get { throw null; } } - - public static MetadataReferenceProperties Assembly { get { throw null; } } - - public bool EmbedInteropTypes { get { throw null; } } - - public static string GlobalAlias { get { throw null; } } - - public MetadataImageKind Kind { get { throw null; } } - - public static MetadataReferenceProperties Module { get { throw null; } } - - public bool Equals(MetadataReferenceProperties other) { throw null; } - - public override bool Equals(object? obj) { throw null; } - - public override int GetHashCode() { throw null; } - - public static bool operator ==(MetadataReferenceProperties left, MetadataReferenceProperties right) { throw null; } - - public static bool operator !=(MetadataReferenceProperties left, MetadataReferenceProperties right) { throw null; } - - public MetadataReferenceProperties WithAliases(System.Collections.Generic.IEnumerable aliases) { throw null; } - - public MetadataReferenceProperties WithAliases(System.Collections.Immutable.ImmutableArray aliases) { throw null; } - - public MetadataReferenceProperties WithEmbedInteropTypes(bool embedInteropTypes) { throw null; } - } - - public abstract partial class MetadataReferenceResolver - { - protected MetadataReferenceResolver() { } - - public virtual bool ResolveMissingAssemblies { get { throw null; } } - - public abstract override bool Equals(object? other); - public abstract override int GetHashCode(); - public virtual PortableExecutableReference? ResolveMissingAssembly(MetadataReference definition, AssemblyIdentity referenceIdentity) { throw null; } - - public abstract System.Collections.Immutable.ImmutableArray ResolveReference(string reference, string? baseFilePath, MetadataReferenceProperties properties); - } - - public enum MethodKind - { - AnonymousFunction = 0, - LambdaMethod = 0, - Constructor = 1, - Conversion = 2, - DelegateInvoke = 3, - Destructor = 4, - EventAdd = 5, - EventRaise = 6, - EventRemove = 7, - ExplicitInterfaceImplementation = 8, - UserDefinedOperator = 9, - Ordinary = 10, - PropertyGet = 11, - PropertySet = 12, - ReducedExtension = 13, - SharedConstructor = 14, - StaticConstructor = 14, - BuiltinOperator = 15, - DeclareMethod = 16, - LocalFunction = 17, - FunctionPointerSignature = 18 - } - - public static partial class ModelExtensions - { - public static ControlFlowAnalysis AnalyzeControlFlow(this SemanticModel semanticModel, SyntaxNode firstStatement, SyntaxNode lastStatement) { throw null; } - - public static ControlFlowAnalysis AnalyzeControlFlow(this SemanticModel semanticModel, SyntaxNode statement) { throw null; } - - public static DataFlowAnalysis AnalyzeDataFlow(this SemanticModel semanticModel, SyntaxNode firstStatement, SyntaxNode lastStatement) { throw null; } - - public static DataFlowAnalysis AnalyzeDataFlow(this SemanticModel semanticModel, SyntaxNode statementOrExpression) { throw null; } - - public static IAliasSymbol? GetAliasInfo(this SemanticModel semanticModel, SyntaxNode nameSyntax, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static ISymbol? GetDeclaredSymbol(this SemanticModel semanticModel, SyntaxNode declaration, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static System.Collections.Immutable.ImmutableArray GetMemberGroup(this SemanticModel semanticModel, SyntaxNode node, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static IAliasSymbol? GetSpeculativeAliasInfo(this SemanticModel semanticModel, int position, SyntaxNode nameSyntax, SpeculativeBindingOption bindingOption) { throw null; } - - public static SymbolInfo GetSpeculativeSymbolInfo(this SemanticModel semanticModel, int position, SyntaxNode expression, SpeculativeBindingOption bindingOption) { throw null; } - - public static TypeInfo GetSpeculativeTypeInfo(this SemanticModel semanticModel, int position, SyntaxNode expression, SpeculativeBindingOption bindingOption) { throw null; } - - public static SymbolInfo GetSymbolInfo(this SemanticModel semanticModel, SyntaxNode node, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static TypeInfo GetTypeInfo(this SemanticModel semanticModel, SyntaxNode node, System.Threading.CancellationToken cancellationToken = default) { throw null; } - } - - public sealed partial class ModuleMetadata : Metadata - { - public bool IsDisposed { get { throw null; } } - - public override MetadataImageKind Kind { get { throw null; } } - - public string Name { get { throw null; } } - - protected override Metadata CommonCopy() { throw null; } - - public static ModuleMetadata CreateFromFile(string path) { throw null; } - - public static ModuleMetadata CreateFromImage(System.Collections.Generic.IEnumerable peImage) { throw null; } - - public static ModuleMetadata CreateFromImage(System.Collections.Immutable.ImmutableArray peImage) { throw null; } - - public static ModuleMetadata CreateFromImage(System.IntPtr peImage, int size) { throw null; } - - public static ModuleMetadata CreateFromMetadata(System.IntPtr metadata, int size, System.Action onDispose) { throw null; } - - public static ModuleMetadata CreateFromMetadata(System.IntPtr metadata, int size) { throw null; } - - public static ModuleMetadata CreateFromStream(System.IO.Stream peStream, bool leaveOpen = false) { throw null; } - - public static ModuleMetadata CreateFromStream(System.IO.Stream peStream, System.Reflection.PortableExecutable.PEStreamOptions options) { throw null; } - - public override void Dispose() { } - - public System.Reflection.Metadata.MetadataReader GetMetadataReader() { throw null; } - - public System.Collections.Immutable.ImmutableArray GetModuleNames() { throw null; } - - public System.Guid GetModuleVersionId() { throw null; } - - public PortableExecutableReference GetReference(DocumentationProvider? documentation = null, string? filePath = null, string? display = null) { throw null; } - } - - public enum NamespaceKind - { - Module = 1, - Assembly = 2, - Compilation = 3 - } - - public readonly partial struct NullabilityInfo : System.IEquatable - { - private readonly int _dummyPrimitive; - public NullableAnnotation Annotation { get { throw null; } } - - public NullableFlowState FlowState { get { throw null; } } - - public readonly bool Equals(NullabilityInfo other) { throw null; } - - public override readonly bool Equals(object? other) { throw null; } - - public override readonly int GetHashCode() { throw null; } - } - - public enum NullableAnnotation : byte - { - None = 0, - NotAnnotated = 1, - Annotated = 2 - } - - [System.Flags] - public enum NullableContext - { - Disabled = 0, - WarningsEnabled = 1, - AnnotationsEnabled = 2, - Enabled = 3, - WarningsContextInherited = 4, - AnnotationsContextInherited = 8, - ContextInherited = 12 - } - - public static partial class NullableContextExtensions - { - public static bool AnnotationsEnabled(this NullableContext context) { throw null; } - - public static bool AnnotationsInherited(this NullableContext context) { throw null; } - - public static bool WarningsEnabled(this NullableContext context) { throw null; } - - public static bool WarningsInherited(this NullableContext context) { throw null; } - } - - [System.Flags] - public enum NullableContextOptions - { - Disable = 0, - Warnings = 1, - Annotations = 2, - Enable = 3 - } - - public static partial class NullableContextOptionsExtensions - { - public static bool AnnotationsEnabled(this NullableContextOptions context) { throw null; } - - public static bool WarningsEnabled(this NullableContextOptions context) { throw null; } - } - - public enum NullableFlowState : byte - { - None = 0, - NotNull = 1, - MaybeNull = 2 - } - - public enum OperationKind - { - None = 0, - Invalid = 1, - Block = 2, - VariableDeclarationGroup = 3, - Switch = 4, - Loop = 5, - Labeled = 6, - Branch = 7, - Empty = 8, - Return = 9, - YieldBreak = 10, - Lock = 11, - Try = 12, - Using = 13, - YieldReturn = 14, - ExpressionStatement = 15, - LocalFunction = 16, - Stop = 17, - End = 18, - RaiseEvent = 19, - Literal = 20, - Conversion = 21, - Invocation = 22, - ArrayElementReference = 23, - LocalReference = 24, - ParameterReference = 25, - FieldReference = 26, - MethodReference = 27, - PropertyReference = 28, - EventReference = 30, - Unary = 31, - UnaryOperator = 31, - Binary = 32, - BinaryOperator = 32, - Conditional = 33, - Coalesce = 34, - AnonymousFunction = 35, - ObjectCreation = 36, - TypeParameterObjectCreation = 37, - ArrayCreation = 38, - InstanceReference = 39, - IsType = 40, - Await = 41, - SimpleAssignment = 42, - CompoundAssignment = 43, - Parenthesized = 44, - EventAssignment = 45, - ConditionalAccess = 46, - ConditionalAccessInstance = 47, - InterpolatedString = 48, - AnonymousObjectCreation = 49, - ObjectOrCollectionInitializer = 50, - MemberInitializer = 51, - CollectionElementInitializer = 52, - NameOf = 53, - Tuple = 54, - DynamicObjectCreation = 55, - DynamicMemberReference = 56, - DynamicInvocation = 57, - DynamicIndexerAccess = 58, - TranslatedQuery = 59, - DelegateCreation = 60, - DefaultValue = 61, - TypeOf = 62, - SizeOf = 63, - AddressOf = 64, - IsPattern = 65, - Increment = 66, - Throw = 67, - Decrement = 68, - DeconstructionAssignment = 69, - DeclarationExpression = 70, - OmittedArgument = 71, - FieldInitializer = 72, - VariableInitializer = 73, - PropertyInitializer = 74, - ParameterInitializer = 75, - ArrayInitializer = 76, - VariableDeclarator = 77, - VariableDeclaration = 78, - Argument = 79, - CatchClause = 80, - SwitchCase = 81, - CaseClause = 82, - InterpolatedStringText = 83, - Interpolation = 84, - ConstantPattern = 85, - DeclarationPattern = 86, - TupleBinary = 87, - TupleBinaryOperator = 87, - MethodBody = 88, - MethodBodyOperation = 88, - ConstructorBody = 89, - ConstructorBodyOperation = 89, - Discard = 90, - FlowCapture = 91, - FlowCaptureReference = 92, - IsNull = 93, - CaughtException = 94, - StaticLocalInitializationSemaphore = 95, - FlowAnonymousFunction = 96, - CoalesceAssignment = 97, - Range = 99, - ReDim = 101, - ReDimClause = 102, - RecursivePattern = 103, - DiscardPattern = 104, - SwitchExpression = 105, - SwitchExpressionArm = 106, - PropertySubpattern = 107, - UsingDeclaration = 108, - NegatedPattern = 109, - BinaryPattern = 110, - TypePattern = 111, - RelationalPattern = 112, - With = 113, - InterpolatedStringHandlerCreation = 114, - InterpolatedStringAddition = 115, - InterpolatedStringAppendLiteral = 116, - InterpolatedStringAppendFormatted = 117, - InterpolatedStringAppendInvalid = 118, - InterpolatedStringHandlerArgumentPlaceholder = 119, - FunctionPointerInvocation = 120, - ListPattern = 121, - SlicePattern = 122, - ImplicitIndexerReference = 123, - Utf8String = 124 - } - - public enum OptimizationLevel - { - Debug = 0, - Release = 1 - } - - public readonly partial struct Optional - { - private readonly T _value; - private readonly int _dummyPrimitive; - public Optional(T value) { } - - public bool HasValue { get { throw null; } } - - public T Value { get { throw null; } } - - public static implicit operator Optional(T value) { throw null; } - - public override readonly string ToString() { throw null; } - } - - public enum OutputKind - { - ConsoleApplication = 0, - WindowsApplication = 1, - DynamicallyLinkedLibrary = 2, - NetModule = 3, - WindowsRuntimeMetadata = 4, - WindowsRuntimeApplication = 5 - } - - public abstract partial class ParseOptions - { - public DocumentationMode DocumentationMode { get { throw null; } protected set { } } - - public System.Collections.Immutable.ImmutableArray Errors { get { throw null; } } - - public abstract System.Collections.Generic.IReadOnlyDictionary Features { get; } - - public SourceCodeKind Kind { get { throw null; } protected set { } } - - public abstract string Language { get; } - public abstract System.Collections.Generic.IEnumerable PreprocessorSymbolNames { get; } - - public SourceCodeKind SpecifiedKind { get { throw null; } protected set { } } - - protected abstract ParseOptions CommonWithDocumentationMode(DocumentationMode documentationMode); - protected abstract ParseOptions CommonWithFeatures(System.Collections.Generic.IEnumerable> features); - public abstract ParseOptions CommonWithKind(SourceCodeKind kind); - public abstract override bool Equals(object? obj); - protected bool EqualsHelper(ParseOptions? other) { throw null; } - - public abstract override int GetHashCode(); - protected int GetHashCodeHelper() { throw null; } - - public static bool operator ==(ParseOptions? left, ParseOptions? right) { throw null; } - - public static bool operator !=(ParseOptions? left, ParseOptions? right) { throw null; } - - public ParseOptions WithDocumentationMode(DocumentationMode documentationMode) { throw null; } - - public ParseOptions WithFeatures(System.Collections.Generic.IEnumerable> features) { throw null; } - - public ParseOptions WithKind(SourceCodeKind kind) { throw null; } - } - - public enum Platform - { - AnyCpu = 0, - X86 = 1, - X64 = 2, - Itanium = 3, - AnyCpu32BitPreferred = 4, - Arm = 5, - Arm64 = 6 - } - - public abstract partial class PortableExecutableReference : MetadataReference - { - protected PortableExecutableReference(MetadataReferenceProperties properties, string? fullPath = null, DocumentationProvider? initialDocumentation = null) : base(default) { } - - public override string? Display { get { throw null; } } - - public string? FilePath { get { throw null; } } - - protected abstract DocumentationProvider CreateDocumentationProvider(); - public Metadata GetMetadata() { throw null; } - - public MetadataId GetMetadataId() { throw null; } - - protected abstract Metadata GetMetadataImpl(); - public new PortableExecutableReference WithAliases(System.Collections.Generic.IEnumerable aliases) { throw null; } - - public new PortableExecutableReference WithAliases(System.Collections.Immutable.ImmutableArray aliases) { throw null; } - - public new PortableExecutableReference WithEmbedInteropTypes(bool value) { throw null; } - - public new PortableExecutableReference WithProperties(MetadataReferenceProperties properties) { throw null; } - - protected abstract PortableExecutableReference WithPropertiesImpl(MetadataReferenceProperties properties); - } - - public readonly partial struct PreprocessingSymbolInfo : System.IEquatable - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public bool IsDefined { get { throw null; } } - - public IPreprocessingSymbol? Symbol { get { throw null; } } - - public readonly bool Equals(PreprocessingSymbolInfo other) { throw null; } - - public override readonly bool Equals(object? obj) { throw null; } - - public override readonly int GetHashCode() { throw null; } - } - - public enum RefKind : byte - { - None = 0, - Ref = 1, - Out = 2, - In = 3, - RefReadOnly = 3 - } - - public enum ReportDiagnostic - { - Default = 0, - Error = 1, - Warn = 2, - Info = 3, - Hidden = 4, - Suppress = 5 - } - - public sealed partial class ResourceDescription - { - public ResourceDescription(string resourceName, System.Func dataProvider, bool isPublic) { } - - public ResourceDescription(string resourceName, string? fileName, System.Func dataProvider, bool isPublic) { } - } - - public partial class RuleSet - { - public RuleSet(string filePath, ReportDiagnostic generalOption, System.Collections.Immutable.ImmutableDictionary specificOptions, System.Collections.Immutable.ImmutableArray includes) { } - - public string FilePath { get { throw null; } } - - public ReportDiagnostic GeneralDiagnosticOption { get { throw null; } } - - public System.Collections.Immutable.ImmutableArray Includes { get { throw null; } } - - public System.Collections.Immutable.ImmutableDictionary SpecificDiagnosticOptions { get { throw null; } } - - public static ReportDiagnostic GetDiagnosticOptionsFromRulesetFile(string? rulesetFileFullPath, out System.Collections.Generic.Dictionary specificDiagnosticOptions) { throw null; } - - public static System.Collections.Immutable.ImmutableArray GetEffectiveIncludesFromFile(string filePath) { throw null; } - - public static RuleSet LoadEffectiveRuleSetFromFile(string filePath) { throw null; } - - public RuleSet? WithEffectiveAction(ReportDiagnostic action) { throw null; } - } - - public partial class RuleSetInclude - { - public RuleSetInclude(string includePath, ReportDiagnostic action) { } - - public ReportDiagnostic Action { get { throw null; } } - - public string IncludePath { get { throw null; } } - - public RuleSet? LoadRuleSet(RuleSet parent) { throw null; } - } - - public enum SarifVersion - { - Default = 1, - Sarif1 = 1, - Sarif2 = 2, - Latest = int.MaxValue - } - - public static partial class SarifVersionFacts - { - public static bool TryParse(string version, out SarifVersion result) { throw null; } - } - - public enum ScopedKind : byte - { - None = 0, - ScopedRef = 1, - ScopedValue = 2 - } - - public abstract partial class ScriptCompilationInfo - { - public System.Type? GlobalsType { get { throw null; } } - - public Compilation? PreviousScriptCompilation { get { throw null; } } - - public System.Type ReturnType { get { throw null; } } - - public ScriptCompilationInfo WithPreviousScriptCompilation(Compilation? compilation) { throw null; } - } - - public abstract partial class SemanticModel - { - protected SemanticModel() { } - - public Compilation Compilation { get { throw null; } } - - protected abstract Compilation CompilationCore { get; } - - public virtual bool IgnoresAccessibility { get { throw null; } } - - public abstract bool IsSpeculativeSemanticModel { get; } - public abstract string Language { get; } - public abstract int OriginalPositionForSpeculation { get; } - - public SemanticModel? ParentModel { get { throw null; } } - - protected abstract SemanticModel? ParentModelCore { get; } - protected abstract SyntaxNode RootCore { get; } - - public SyntaxTree SyntaxTree { get { throw null; } } - - protected abstract SyntaxTree SyntaxTreeCore { get; } - - protected abstract ControlFlowAnalysis AnalyzeControlFlowCore(SyntaxNode firstStatement, SyntaxNode lastStatement); - protected abstract ControlFlowAnalysis AnalyzeControlFlowCore(SyntaxNode statement); - protected abstract DataFlowAnalysis AnalyzeDataFlowCore(SyntaxNode firstStatement, SyntaxNode lastStatement); - protected abstract DataFlowAnalysis AnalyzeDataFlowCore(SyntaxNode statementOrExpression); - protected abstract IAliasSymbol? GetAliasInfoCore(SyntaxNode nameSyntax, System.Threading.CancellationToken cancellationToken = default); - public Optional GetConstantValue(SyntaxNode node, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - protected abstract Optional GetConstantValueCore(SyntaxNode node, System.Threading.CancellationToken cancellationToken = default); - public abstract System.Collections.Immutable.ImmutableArray GetDeclarationDiagnostics(Text.TextSpan? span = null, System.Threading.CancellationToken cancellationToken = default); - protected abstract ISymbol? GetDeclaredSymbolCore(SyntaxNode declaration, System.Threading.CancellationToken cancellationToken = default); - protected abstract System.Collections.Immutable.ImmutableArray GetDeclaredSymbolsCore(SyntaxNode declaration, System.Threading.CancellationToken cancellationToken = default); - public abstract System.Collections.Immutable.ImmutableArray GetDiagnostics(Text.TextSpan? span = null, System.Threading.CancellationToken cancellationToken = default); - public ISymbol? GetEnclosingSymbol(int position, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - protected abstract ISymbol? GetEnclosingSymbolCore(int position, System.Threading.CancellationToken cancellationToken = default); - public System.Collections.Immutable.ImmutableArray GetImportScopes(int position, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - protected abstract System.Collections.Immutable.ImmutableArray GetMemberGroupCore(SyntaxNode node, System.Threading.CancellationToken cancellationToken = default); - public abstract System.Collections.Immutable.ImmutableArray GetMethodBodyDiagnostics(Text.TextSpan? span = null, System.Threading.CancellationToken cancellationToken = default); - public abstract NullableContext GetNullableContext(int position); - public IOperation? GetOperation(SyntaxNode node, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - protected abstract IOperation? GetOperationCore(SyntaxNode node, System.Threading.CancellationToken cancellationToken); - public PreprocessingSymbolInfo GetPreprocessingSymbolInfo(SyntaxNode nameSyntax) { throw null; } - - protected abstract PreprocessingSymbolInfo GetPreprocessingSymbolInfoCore(SyntaxNode nameSyntax); - protected abstract IAliasSymbol? GetSpeculativeAliasInfoCore(int position, SyntaxNode nameSyntax, SpeculativeBindingOption bindingOption); - protected abstract SymbolInfo GetSpeculativeSymbolInfoCore(int position, SyntaxNode expression, SpeculativeBindingOption bindingOption); - protected abstract TypeInfo GetSpeculativeTypeInfoCore(int position, SyntaxNode expression, SpeculativeBindingOption bindingOption); - protected abstract SymbolInfo GetSymbolInfoCore(SyntaxNode node, System.Threading.CancellationToken cancellationToken = default); - public abstract System.Collections.Immutable.ImmutableArray GetSyntaxDiagnostics(Text.TextSpan? span = null, System.Threading.CancellationToken cancellationToken = default); - protected internal virtual SyntaxNode GetTopmostNodeForDiagnosticAnalysis(ISymbol symbol, SyntaxNode declaringSyntax) { throw null; } - - protected abstract TypeInfo GetTypeInfoCore(SyntaxNode node, System.Threading.CancellationToken cancellationToken = default); - public bool IsAccessible(int position, ISymbol symbol) { throw null; } - - protected abstract bool IsAccessibleCore(int position, ISymbol symbol); - public bool IsEventUsableAsField(int position, IEventSymbol eventSymbol) { throw null; } - - protected abstract bool IsEventUsableAsFieldCore(int position, IEventSymbol eventSymbol); - public System.Collections.Immutable.ImmutableArray LookupBaseMembers(int position, string? name = null) { throw null; } - - protected abstract System.Collections.Immutable.ImmutableArray LookupBaseMembersCore(int position, string? name); - public System.Collections.Immutable.ImmutableArray LookupLabels(int position, string? name = null) { throw null; } - - protected abstract System.Collections.Immutable.ImmutableArray LookupLabelsCore(int position, string? name); - public System.Collections.Immutable.ImmutableArray LookupNamespacesAndTypes(int position, INamespaceOrTypeSymbol? container = null, string? name = null) { throw null; } - - protected abstract System.Collections.Immutable.ImmutableArray LookupNamespacesAndTypesCore(int position, INamespaceOrTypeSymbol? container, string? name); - public System.Collections.Immutable.ImmutableArray LookupStaticMembers(int position, INamespaceOrTypeSymbol? container = null, string? name = null) { throw null; } - - protected abstract System.Collections.Immutable.ImmutableArray LookupStaticMembersCore(int position, INamespaceOrTypeSymbol? container, string? name); - public System.Collections.Immutable.ImmutableArray LookupSymbols(int position, INamespaceOrTypeSymbol? container = null, string? name = null, bool includeReducedExtensionMethods = false) { throw null; } - - protected abstract System.Collections.Immutable.ImmutableArray LookupSymbolsCore(int position, INamespaceOrTypeSymbol? container, string? name, bool includeReducedExtensionMethods); - } - - public readonly partial struct SeparatedSyntaxList : System.IEquatable>, System.Collections.Generic.IReadOnlyList, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection where TNode : SyntaxNode - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public int Count { get { throw null; } } - - public Text.TextSpan FullSpan { get { throw null; } } - - public TNode this[int index] { get { throw null; } } - - public int SeparatorCount { get { throw null; } } - - public Text.TextSpan Span { get { throw null; } } - - public readonly SeparatedSyntaxList Add(TNode node) { throw null; } - - public readonly SeparatedSyntaxList AddRange(System.Collections.Generic.IEnumerable nodes) { throw null; } - - public readonly bool Any() { throw null; } - - public readonly bool Contains(TNode node) { throw null; } - - public readonly bool Equals(SeparatedSyntaxList other) { throw null; } - - public override readonly bool Equals(object? obj) { throw null; } - - public readonly TNode First() { throw null; } - - public readonly TNode? FirstOrDefault() { throw null; } - - public readonly SeparatedSyntaxList.Enumerator GetEnumerator() { throw null; } - - public override readonly int GetHashCode() { throw null; } - - public readonly SyntaxToken GetSeparator(int index) { throw null; } - - public readonly System.Collections.Generic.IEnumerable GetSeparators() { throw null; } - - public readonly SyntaxNodeOrTokenList GetWithSeparators() { throw null; } - - public readonly int IndexOf(TNode node) { throw null; } - - public readonly int IndexOf(System.Func predicate) { throw null; } - - public readonly SeparatedSyntaxList Insert(int index, TNode node) { throw null; } - - public readonly SeparatedSyntaxList InsertRange(int index, System.Collections.Generic.IEnumerable nodes) { throw null; } - - public readonly TNode Last() { throw null; } - - public readonly int LastIndexOf(TNode node) { throw null; } - - public readonly int LastIndexOf(System.Func predicate) { throw null; } - - public readonly TNode? LastOrDefault() { throw null; } - - public static bool operator ==(SeparatedSyntaxList left, SeparatedSyntaxList right) { throw null; } - - public static implicit operator SeparatedSyntaxList(SeparatedSyntaxList nodes) { throw null; } - - public static implicit operator SeparatedSyntaxList(SeparatedSyntaxList nodes) { throw null; } - - public static bool operator !=(SeparatedSyntaxList left, SeparatedSyntaxList right) { throw null; } - - public readonly SeparatedSyntaxList Remove(TNode node) { throw null; } - - public readonly SeparatedSyntaxList RemoveAt(int index) { throw null; } - - public readonly SeparatedSyntaxList Replace(TNode nodeInList, TNode newNode) { throw null; } - - public readonly SeparatedSyntaxList ReplaceRange(TNode nodeInList, System.Collections.Generic.IEnumerable newNodes) { throw null; } - - public readonly SeparatedSyntaxList ReplaceSeparator(SyntaxToken separatorToken, SyntaxToken newSeparator) { throw null; } - - readonly System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } - - readonly System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } - - public readonly string ToFullString() { throw null; } - - public override readonly string ToString() { throw null; } - - public partial struct Enumerator - { - private SeparatedSyntaxList _list; - private object _dummy; - private int _dummyPrimitive; - public TNode Current { get { throw null; } } - - public override bool Equals(object? obj) { throw null; } - - public override int GetHashCode() { throw null; } - - public bool MoveNext() { throw null; } - - public void Reset() { } - } - } - - public enum SourceCodeKind - { - Regular = 0, - Script = 1, - Interactive = 2 - } - - public partial class SourceFileResolver : SourceReferenceResolver, System.IEquatable - { - public SourceFileResolver(System.Collections.Generic.IEnumerable searchPaths, string? baseDirectory) { } - - public SourceFileResolver(System.Collections.Immutable.ImmutableArray searchPaths, string? baseDirectory, System.Collections.Immutable.ImmutableArray> pathMap) { } - - public SourceFileResolver(System.Collections.Immutable.ImmutableArray searchPaths, string? baseDirectory) { } - - public string? BaseDirectory { get { throw null; } } - - public static SourceFileResolver Default { get { throw null; } } - - public System.Collections.Immutable.ImmutableArray> PathMap { get { throw null; } } - - public System.Collections.Immutable.ImmutableArray SearchPaths { get { throw null; } } - - public bool Equals(SourceFileResolver? other) { throw null; } - - public override bool Equals(object? obj) { throw null; } - - protected virtual bool FileExists(string? resolvedPath) { throw null; } - - public override int GetHashCode() { throw null; } - - public override string? NormalizePath(string path, string? baseFilePath) { throw null; } - - public override System.IO.Stream OpenRead(string resolvedPath) { throw null; } - - public override string? ResolveReference(string path, string? baseFilePath) { throw null; } - } - - public readonly partial struct SourceProductionContext - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public System.Threading.CancellationToken CancellationToken { get { throw null; } } - - public readonly void AddSource(string hintName, Text.SourceText sourceText) { } - - public readonly void AddSource(string hintName, string source) { } - - public readonly void ReportDiagnostic(Diagnostic diagnostic) { } - } - - public abstract partial class SourceReferenceResolver - { - protected SourceReferenceResolver() { } - - public abstract override bool Equals(object? other); - public abstract override int GetHashCode(); - public abstract string? NormalizePath(string path, string? baseFilePath); - public abstract System.IO.Stream OpenRead(string resolvedPath); - public virtual Text.SourceText ReadText(string resolvedPath) { throw null; } - - public abstract string? ResolveReference(string path, string? baseFilePath); - } - - public enum SpecialType : sbyte - { - None = 0, - System_Object = 1, - System_Enum = 2, - System_MulticastDelegate = 3, - System_Delegate = 4, - System_ValueType = 5, - System_Void = 6, - System_Boolean = 7, - System_Char = 8, - System_SByte = 9, - System_Byte = 10, - System_Int16 = 11, - System_UInt16 = 12, - System_Int32 = 13, - System_UInt32 = 14, - System_Int64 = 15, - System_UInt64 = 16, - System_Decimal = 17, - System_Single = 18, - System_Double = 19, - System_String = 20, - System_IntPtr = 21, - System_UIntPtr = 22, - System_Array = 23, - System_Collections_IEnumerable = 24, - System_Collections_Generic_IEnumerable_T = 25, - System_Collections_Generic_IList_T = 26, - System_Collections_Generic_ICollection_T = 27, - System_Collections_IEnumerator = 28, - System_Collections_Generic_IEnumerator_T = 29, - System_Collections_Generic_IReadOnlyList_T = 30, - System_Collections_Generic_IReadOnlyCollection_T = 31, - System_Nullable_T = 32, - System_DateTime = 33, - System_Runtime_CompilerServices_IsVolatile = 34, - System_IDisposable = 35, - System_TypedReference = 36, - System_ArgIterator = 37, - System_RuntimeArgumentHandle = 38, - System_RuntimeFieldHandle = 39, - System_RuntimeMethodHandle = 40, - System_RuntimeTypeHandle = 41, - System_IAsyncResult = 42, - System_AsyncCallback = 43, - System_Runtime_CompilerServices_RuntimeFeature = 44, - Count = 45, - System_Runtime_CompilerServices_PreserveBaseOverridesAttribute = 45 - } - - public enum SpeculativeBindingOption - { - BindAsExpression = 0, - BindAsTypeOrNamespace = 1 - } - - public abstract partial class StrongNameProvider - { - protected StrongNameProvider() { } - - public abstract override bool Equals(object? other); - public abstract override int GetHashCode(); - } - - public readonly partial struct SubsystemVersion : System.IEquatable - { - private readonly int _dummyPrimitive; - public bool IsValid { get { throw null; } } - - public int Major { get { throw null; } } - - public int Minor { get { throw null; } } - - public static SubsystemVersion None { get { throw null; } } - - public static SubsystemVersion Windows2000 { get { throw null; } } - - public static SubsystemVersion Windows7 { get { throw null; } } - - public static SubsystemVersion Windows8 { get { throw null; } } - - public static SubsystemVersion WindowsVista { get { throw null; } } - - public static SubsystemVersion WindowsXP { get { throw null; } } - - public static SubsystemVersion Create(int major, int minor) { throw null; } - - public readonly bool Equals(SubsystemVersion other) { throw null; } - - public override readonly bool Equals(object? obj) { throw null; } - - public override readonly int GetHashCode() { throw null; } - - public override readonly string ToString() { throw null; } - - public static bool TryParse(string str, out SubsystemVersion version) { throw null; } - } - - public sealed partial class SuppressionDescriptor : System.IEquatable - { - public SuppressionDescriptor(string id, string suppressedDiagnosticId, LocalizableString justification) { } - - public SuppressionDescriptor(string id, string suppressedDiagnosticId, string justification) { } - - public string Id { get { throw null; } } - - public LocalizableString Justification { get { throw null; } } - - public string SuppressedDiagnosticId { get { throw null; } } - - public bool Equals(SuppressionDescriptor? other) { throw null; } - - public override bool Equals(object? obj) { throw null; } - - public override int GetHashCode() { throw null; } - } - - public enum SymbolDisplayDelegateStyle - { - NameOnly = 0, - NameAndParameters = 1, - NameAndSignature = 2 - } - - public enum SymbolDisplayExtensionMethodStyle - { - Default = 0, - InstanceMethod = 1, - StaticMethod = 2 - } - - public static partial class SymbolDisplayExtensions - { - public static string ToDisplayString(this System.Collections.Immutable.ImmutableArray parts) { throw null; } - } - - public partial class SymbolDisplayFormat - { - public SymbolDisplayFormat(SymbolDisplayGlobalNamespaceStyle globalNamespaceStyle = SymbolDisplayGlobalNamespaceStyle.Omitted, SymbolDisplayTypeQualificationStyle typeQualificationStyle = SymbolDisplayTypeQualificationStyle.NameOnly, SymbolDisplayGenericsOptions genericsOptions = SymbolDisplayGenericsOptions.None, SymbolDisplayMemberOptions memberOptions = SymbolDisplayMemberOptions.None, SymbolDisplayDelegateStyle delegateStyle = SymbolDisplayDelegateStyle.NameOnly, SymbolDisplayExtensionMethodStyle extensionMethodStyle = SymbolDisplayExtensionMethodStyle.Default, SymbolDisplayParameterOptions parameterOptions = SymbolDisplayParameterOptions.None, SymbolDisplayPropertyStyle propertyStyle = SymbolDisplayPropertyStyle.NameOnly, SymbolDisplayLocalOptions localOptions = SymbolDisplayLocalOptions.None, SymbolDisplayKindOptions kindOptions = SymbolDisplayKindOptions.None, SymbolDisplayMiscellaneousOptions miscellaneousOptions = SymbolDisplayMiscellaneousOptions.None) { } - - public static SymbolDisplayFormat CSharpErrorMessageFormat { get { throw null; } } - - public static SymbolDisplayFormat CSharpShortErrorMessageFormat { get { throw null; } } - - public SymbolDisplayDelegateStyle DelegateStyle { get { throw null; } } - - public SymbolDisplayExtensionMethodStyle ExtensionMethodStyle { get { throw null; } } - - public static SymbolDisplayFormat FullyQualifiedFormat { get { throw null; } } - - public SymbolDisplayGenericsOptions GenericsOptions { get { throw null; } } - - public SymbolDisplayGlobalNamespaceStyle GlobalNamespaceStyle { get { throw null; } } - - public SymbolDisplayKindOptions KindOptions { get { throw null; } } - - public SymbolDisplayLocalOptions LocalOptions { get { throw null; } } - - public SymbolDisplayMemberOptions MemberOptions { get { throw null; } } - - public static SymbolDisplayFormat MinimallyQualifiedFormat { get { throw null; } } - - public SymbolDisplayMiscellaneousOptions MiscellaneousOptions { get { throw null; } } - - public SymbolDisplayParameterOptions ParameterOptions { get { throw null; } } - - public SymbolDisplayPropertyStyle PropertyStyle { get { throw null; } } - - public SymbolDisplayTypeQualificationStyle TypeQualificationStyle { get { throw null; } } - - public static SymbolDisplayFormat VisualBasicErrorMessageFormat { get { throw null; } } - - public static SymbolDisplayFormat VisualBasicShortErrorMessageFormat { get { throw null; } } - - public SymbolDisplayFormat AddGenericsOptions(SymbolDisplayGenericsOptions options) { throw null; } - - public SymbolDisplayFormat AddKindOptions(SymbolDisplayKindOptions options) { throw null; } - - public SymbolDisplayFormat AddLocalOptions(SymbolDisplayLocalOptions options) { throw null; } - - public SymbolDisplayFormat AddMemberOptions(SymbolDisplayMemberOptions options) { throw null; } - - public SymbolDisplayFormat AddMiscellaneousOptions(SymbolDisplayMiscellaneousOptions options) { throw null; } - - public SymbolDisplayFormat AddParameterOptions(SymbolDisplayParameterOptions options) { throw null; } - - public SymbolDisplayFormat RemoveGenericsOptions(SymbolDisplayGenericsOptions options) { throw null; } - - public SymbolDisplayFormat RemoveKindOptions(SymbolDisplayKindOptions options) { throw null; } - - public SymbolDisplayFormat RemoveLocalOptions(SymbolDisplayLocalOptions options) { throw null; } - - public SymbolDisplayFormat RemoveMemberOptions(SymbolDisplayMemberOptions options) { throw null; } - - public SymbolDisplayFormat RemoveMiscellaneousOptions(SymbolDisplayMiscellaneousOptions options) { throw null; } - - public SymbolDisplayFormat RemoveParameterOptions(SymbolDisplayParameterOptions options) { throw null; } - - public SymbolDisplayFormat WithGenericsOptions(SymbolDisplayGenericsOptions options) { throw null; } - - public SymbolDisplayFormat WithGlobalNamespaceStyle(SymbolDisplayGlobalNamespaceStyle style) { throw null; } - - public SymbolDisplayFormat WithKindOptions(SymbolDisplayKindOptions options) { throw null; } - - public SymbolDisplayFormat WithLocalOptions(SymbolDisplayLocalOptions options) { throw null; } - - public SymbolDisplayFormat WithMemberOptions(SymbolDisplayMemberOptions options) { throw null; } - - public SymbolDisplayFormat WithMiscellaneousOptions(SymbolDisplayMiscellaneousOptions options) { throw null; } - - public SymbolDisplayFormat WithParameterOptions(SymbolDisplayParameterOptions options) { throw null; } - } - - [System.Flags] - public enum SymbolDisplayGenericsOptions - { - None = 0, - IncludeTypeParameters = 1, - IncludeTypeConstraints = 2, - IncludeVariance = 4 - } - - public enum SymbolDisplayGlobalNamespaceStyle - { - Omitted = 0, - OmittedAsContaining = 1, - Included = 2 - } - - [System.Flags] - public enum SymbolDisplayKindOptions - { - None = 0, - IncludeNamespaceKeyword = 1, - IncludeTypeKeyword = 2, - IncludeMemberKeyword = 4 - } - - [System.Flags] - public enum SymbolDisplayLocalOptions - { - None = 0, - IncludeType = 1, - IncludeConstantValue = 2, - IncludeRef = 4 - } - - [System.Flags] - public enum SymbolDisplayMemberOptions - { - None = 0, - IncludeType = 1, - IncludeModifiers = 2, - IncludeAccessibility = 4, - IncludeExplicitInterface = 8, - IncludeParameters = 16, - IncludeContainingType = 32, - IncludeConstantValue = 64, - IncludeRef = 128 - } - - [System.Flags] - public enum SymbolDisplayMiscellaneousOptions - { - None = 0, - UseSpecialTypes = 1, - EscapeKeywordIdentifiers = 2, - UseAsterisksInMultiDimensionalArrays = 4, - UseErrorTypeSymbolName = 8, - RemoveAttributeSuffix = 16, - ExpandNullable = 32, - IncludeNullableReferenceTypeModifier = 64, - AllowDefaultLiteral = 128, - IncludeNotNullableReferenceTypeModifier = 256, - CollapseTupleTypes = 512 - } - - [System.Flags] - public enum SymbolDisplayParameterOptions - { - None = 0, - IncludeExtensionThis = 1, - IncludeParamsRefOut = 2, - IncludeType = 4, - IncludeName = 8, - IncludeDefaultValue = 16, - IncludeOptionalBrackets = 32 - } - - public readonly partial struct SymbolDisplayPart - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public SymbolDisplayPart(SymbolDisplayPartKind kind, ISymbol? symbol, string text) { } - - public SymbolDisplayPartKind Kind { get { throw null; } } - - public ISymbol? Symbol { get { throw null; } } - - public override readonly string ToString() { throw null; } - } - - public enum SymbolDisplayPartKind - { - AliasName = 0, - AssemblyName = 1, - ClassName = 2, - DelegateName = 3, - EnumName = 4, - ErrorTypeName = 5, - EventName = 6, - FieldName = 7, - InterfaceName = 8, - Keyword = 9, - LabelName = 10, - LineBreak = 11, - NumericLiteral = 12, - StringLiteral = 13, - LocalName = 14, - MethodName = 15, - ModuleName = 16, - NamespaceName = 17, - Operator = 18, - ParameterName = 19, - PropertyName = 20, - Punctuation = 21, - Space = 22, - StructName = 23, - AnonymousTypeIndicator = 24, - Text = 25, - TypeParameterName = 26, - RangeVariableName = 27, - EnumMemberName = 28, - ExtensionMethodName = 29, - ConstantName = 30, - RecordClassName = 31, - RecordStructName = 32 - } - - public enum SymbolDisplayPropertyStyle - { - NameOnly = 0, - ShowReadWriteDescriptor = 1 - } - - public enum SymbolDisplayTypeQualificationStyle - { - NameOnly = 0, - NameAndContainingTypes = 1, - NameAndContainingTypesAndNamespaces = 2 - } - - public sealed partial class SymbolEqualityComparer : System.Collections.Generic.IEqualityComparer - { - public static readonly SymbolEqualityComparer Default; - public static readonly SymbolEqualityComparer IncludeNullability; - public bool Equals(ISymbol? x, ISymbol? y) { throw null; } - - public int GetHashCode(ISymbol? obj) { throw null; } - } - - [System.Flags] - public enum SymbolFilter - { - None = 0, - Namespace = 1, - Type = 2, - Member = 4, - TypeAndMember = 6, - All = 7 - } - - public readonly partial struct SymbolInfo : System.IEquatable - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public CandidateReason CandidateReason { get { throw null; } } - - public System.Collections.Immutable.ImmutableArray CandidateSymbols { get { throw null; } } - - public ISymbol? Symbol { get { throw null; } } - - public readonly bool Equals(SymbolInfo other) { throw null; } - - public override readonly bool Equals(object? obj) { throw null; } - - public override readonly int GetHashCode() { throw null; } - } - - public enum SymbolKind - { - Alias = 0, - ArrayType = 1, - Assembly = 2, - DynamicType = 3, - ErrorType = 4, - Event = 5, - Field = 6, - Label = 7, - Local = 8, - Method = 9, - NetModule = 10, - NamedType = 11, - Namespace = 12, - Parameter = 13, - PointerType = 14, - Property = 15, - RangeVariable = 16, - TypeParameter = 17, - Preprocessing = 18, - Discard = 19, - FunctionPointerType = 20 - } - - public abstract partial class SymbolVisitor - { - protected SymbolVisitor() { } - - public virtual void DefaultVisit(ISymbol symbol) { } - - public virtual void Visit(ISymbol? symbol) { } - - public virtual void VisitAlias(IAliasSymbol symbol) { } - - public virtual void VisitArrayType(IArrayTypeSymbol symbol) { } - - public virtual void VisitAssembly(IAssemblySymbol symbol) { } - - public virtual void VisitDiscard(IDiscardSymbol symbol) { } - - public virtual void VisitDynamicType(IDynamicTypeSymbol symbol) { } - - public virtual void VisitEvent(IEventSymbol symbol) { } - - public virtual void VisitField(IFieldSymbol symbol) { } - - public virtual void VisitFunctionPointerType(IFunctionPointerTypeSymbol symbol) { } - - public virtual void VisitLabel(ILabelSymbol symbol) { } - - public virtual void VisitLocal(ILocalSymbol symbol) { } - - public virtual void VisitMethod(IMethodSymbol symbol) { } - - public virtual void VisitModule(IModuleSymbol symbol) { } - - public virtual void VisitNamedType(INamedTypeSymbol symbol) { } - - public virtual void VisitNamespace(INamespaceSymbol symbol) { } - - public virtual void VisitParameter(IParameterSymbol symbol) { } - - public virtual void VisitPointerType(IPointerTypeSymbol symbol) { } - - public virtual void VisitProperty(IPropertySymbol symbol) { } - - public virtual void VisitRangeVariable(IRangeVariableSymbol symbol) { } - - public virtual void VisitTypeParameter(ITypeParameterSymbol symbol) { } - } - - public abstract partial class SymbolVisitor - { - protected SymbolVisitor() { } - - public virtual TResult? DefaultVisit(ISymbol symbol) { throw null; } - - public virtual TResult? Visit(ISymbol? symbol) { throw null; } - - public virtual TResult? VisitAlias(IAliasSymbol symbol) { throw null; } - - public virtual TResult? VisitArrayType(IArrayTypeSymbol symbol) { throw null; } - - public virtual TResult? VisitAssembly(IAssemblySymbol symbol) { throw null; } - - public virtual TResult? VisitDiscard(IDiscardSymbol symbol) { throw null; } - - public virtual TResult? VisitDynamicType(IDynamicTypeSymbol symbol) { throw null; } - - public virtual TResult? VisitEvent(IEventSymbol symbol) { throw null; } - - public virtual TResult? VisitField(IFieldSymbol symbol) { throw null; } - - public virtual TResult? VisitFunctionPointerType(IFunctionPointerTypeSymbol symbol) { throw null; } - - public virtual TResult? VisitLabel(ILabelSymbol symbol) { throw null; } - - public virtual TResult? VisitLocal(ILocalSymbol symbol) { throw null; } - - public virtual TResult? VisitMethod(IMethodSymbol symbol) { throw null; } - - public virtual TResult? VisitModule(IModuleSymbol symbol) { throw null; } - - public virtual TResult? VisitNamedType(INamedTypeSymbol symbol) { throw null; } - - public virtual TResult? VisitNamespace(INamespaceSymbol symbol) { throw null; } - - public virtual TResult? VisitParameter(IParameterSymbol symbol) { throw null; } - - public virtual TResult? VisitPointerType(IPointerTypeSymbol symbol) { throw null; } - - public virtual TResult? VisitProperty(IPropertySymbol symbol) { throw null; } - - public virtual TResult? VisitRangeVariable(IRangeVariableSymbol symbol) { throw null; } - - public virtual TResult? VisitTypeParameter(ITypeParameterSymbol symbol) { throw null; } - } - - public abstract partial class SymbolVisitor - { - protected SymbolVisitor() { } - - protected abstract TResult DefaultResult { get; } - - public virtual TResult DefaultVisit(ISymbol symbol, TArgument argument) { throw null; } - - public virtual TResult Visit(ISymbol? symbol, TArgument argument) { throw null; } - - public virtual TResult VisitAlias(IAliasSymbol symbol, TArgument argument) { throw null; } - - public virtual TResult VisitArrayType(IArrayTypeSymbol symbol, TArgument argument) { throw null; } - - public virtual TResult VisitAssembly(IAssemblySymbol symbol, TArgument argument) { throw null; } - - public virtual TResult VisitDiscard(IDiscardSymbol symbol, TArgument argument) { throw null; } - - public virtual TResult VisitDynamicType(IDynamicTypeSymbol symbol, TArgument argument) { throw null; } - - public virtual TResult VisitEvent(IEventSymbol symbol, TArgument argument) { throw null; } - - public virtual TResult VisitField(IFieldSymbol symbol, TArgument argument) { throw null; } - - public virtual TResult VisitFunctionPointerType(IFunctionPointerTypeSymbol symbol, TArgument argument) { throw null; } - - public virtual TResult VisitLabel(ILabelSymbol symbol, TArgument argument) { throw null; } - - public virtual TResult VisitLocal(ILocalSymbol symbol, TArgument argument) { throw null; } - - public virtual TResult VisitMethod(IMethodSymbol symbol, TArgument argument) { throw null; } - - public virtual TResult VisitModule(IModuleSymbol symbol, TArgument argument) { throw null; } - - public virtual TResult VisitNamedType(INamedTypeSymbol symbol, TArgument argument) { throw null; } - - public virtual TResult VisitNamespace(INamespaceSymbol symbol, TArgument argument) { throw null; } - - public virtual TResult VisitParameter(IParameterSymbol symbol, TArgument argument) { throw null; } - - public virtual TResult VisitPointerType(IPointerTypeSymbol symbol, TArgument argument) { throw null; } - - public virtual TResult VisitProperty(IPropertySymbol symbol, TArgument argument) { throw null; } - - public virtual TResult VisitRangeVariable(IRangeVariableSymbol symbol, TArgument argument) { throw null; } - - public virtual TResult VisitTypeParameter(ITypeParameterSymbol symbol, TArgument argument) { throw null; } - } - - public sealed partial class SyntaxAnnotation : System.IEquatable - { - public SyntaxAnnotation() { } - - public SyntaxAnnotation(string? kind, string? data) { } - - public SyntaxAnnotation(string? kind) { } - - public string? Data { get { throw null; } } - - public static SyntaxAnnotation ElasticAnnotation { get { throw null; } } - - public string? Kind { get { throw null; } } - - public bool Equals(SyntaxAnnotation? other) { throw null; } - - public override bool Equals(object? obj) { throw null; } - - public override int GetHashCode() { throw null; } - - public static bool operator ==(SyntaxAnnotation? left, SyntaxAnnotation? right) { throw null; } - - public static bool operator !=(SyntaxAnnotation? left, SyntaxAnnotation? right) { throw null; } - } - - public delegate ISyntaxContextReceiver? SyntaxContextReceiverCreator(); - public readonly partial struct SyntaxList : System.Collections.Generic.IReadOnlyList, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection, System.IEquatable> where TNode : SyntaxNode - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public SyntaxList(TNode? node) { } - - public SyntaxList(System.Collections.Generic.IEnumerable? nodes) { } - - public int Count { get { throw null; } } - - public Text.TextSpan FullSpan { get { throw null; } } - - public TNode this[int index] { get { throw null; } } - - public Text.TextSpan Span { get { throw null; } } - - public readonly SyntaxList Add(TNode node) { throw null; } - - public readonly SyntaxList AddRange(System.Collections.Generic.IEnumerable nodes) { throw null; } - - public readonly bool Any() { throw null; } - - public readonly bool Equals(SyntaxList other) { throw null; } - - public override readonly bool Equals(object? obj) { throw null; } - - public readonly TNode First() { throw null; } - - public readonly TNode? FirstOrDefault() { throw null; } - - public readonly SyntaxList.Enumerator GetEnumerator() { throw null; } - - public override readonly int GetHashCode() { throw null; } - - public readonly int IndexOf(TNode node) { throw null; } - - public readonly int IndexOf(System.Func predicate) { throw null; } - - public readonly SyntaxList Insert(int index, TNode node) { throw null; } - - public readonly SyntaxList InsertRange(int index, System.Collections.Generic.IEnumerable nodes) { throw null; } - - public readonly TNode Last() { throw null; } - - public readonly int LastIndexOf(TNode node) { throw null; } - - public readonly int LastIndexOf(System.Func predicate) { throw null; } - - public readonly TNode? LastOrDefault() { throw null; } - - public static bool operator ==(SyntaxList left, SyntaxList right) { throw null; } - - public static implicit operator SyntaxList(SyntaxList nodes) { throw null; } - - public static implicit operator SyntaxList(SyntaxList nodes) { throw null; } - - public static bool operator !=(SyntaxList left, SyntaxList right) { throw null; } - - public readonly SyntaxList Remove(TNode node) { throw null; } - - public readonly SyntaxList RemoveAt(int index) { throw null; } - - public readonly SyntaxList Replace(TNode nodeInList, TNode newNode) { throw null; } - - public readonly SyntaxList ReplaceRange(TNode nodeInList, System.Collections.Generic.IEnumerable newNodes) { throw null; } - - readonly System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } - - readonly System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } - - public readonly string ToFullString() { throw null; } - - public override readonly string ToString() { throw null; } - - public partial struct Enumerator - { - private SyntaxList _list; - private object _dummy; - private int _dummyPrimitive; - public TNode Current { get { throw null; } } - - public override bool Equals(object? obj) { throw null; } - - public override int GetHashCode() { throw null; } - - public bool MoveNext() { throw null; } - - public void Reset() { } - } - } - - public abstract partial class SyntaxNode - { - public bool ContainsAnnotations { get { throw null; } } - - public bool ContainsDiagnostics { get { throw null; } } - - public bool ContainsDirectives { get { throw null; } } - - public bool ContainsSkippedText { get { throw null; } } - - public Text.TextSpan FullSpan { get { throw null; } } - - public bool HasLeadingTrivia { get { throw null; } } - - public bool HasStructuredTrivia { get { throw null; } } - - public bool HasTrailingTrivia { get { throw null; } } - - public bool IsMissing { get { throw null; } } - - public bool IsStructuredTrivia { get { throw null; } } - - protected string KindText { get { throw null; } } - - public abstract string Language { get; } - - public SyntaxNode? Parent { get { throw null; } } - - public virtual SyntaxTrivia ParentTrivia { get { throw null; } } - - public int RawKind { get { throw null; } } - - public Text.TextSpan Span { get { throw null; } } - - public int SpanStart { get { throw null; } } - - public SyntaxTree SyntaxTree { get { throw null; } } - - protected abstract SyntaxTree SyntaxTreeCore { get; } - - public System.Collections.Generic.IEnumerable Ancestors(bool ascendOutOfTrivia = true) { throw null; } - - public System.Collections.Generic.IEnumerable AncestorsAndSelf(bool ascendOutOfTrivia = true) { throw null; } - - public System.Collections.Generic.IEnumerable ChildNodes() { throw null; } - - public ChildSyntaxList ChildNodesAndTokens() { throw null; } - - public virtual SyntaxNodeOrToken ChildThatContainsPosition(int position) { throw null; } - - public System.Collections.Generic.IEnumerable ChildTokens() { throw null; } - - public bool Contains(SyntaxNode? node) { throw null; } - - public T? CopyAnnotationsTo(T? node) - where T : SyntaxNode { throw null; } - - public System.Collections.Generic.IEnumerable DescendantNodes(Text.TextSpan span, System.Func? descendIntoChildren = null, bool descendIntoTrivia = false) { throw null; } - - public System.Collections.Generic.IEnumerable DescendantNodes(System.Func? descendIntoChildren = null, bool descendIntoTrivia = false) { throw null; } - - public System.Collections.Generic.IEnumerable DescendantNodesAndSelf(Text.TextSpan span, System.Func? descendIntoChildren = null, bool descendIntoTrivia = false) { throw null; } - - public System.Collections.Generic.IEnumerable DescendantNodesAndSelf(System.Func? descendIntoChildren = null, bool descendIntoTrivia = false) { throw null; } - - public System.Collections.Generic.IEnumerable DescendantNodesAndTokens(Text.TextSpan span, System.Func? descendIntoChildren = null, bool descendIntoTrivia = false) { throw null; } - - public System.Collections.Generic.IEnumerable DescendantNodesAndTokens(System.Func? descendIntoChildren = null, bool descendIntoTrivia = false) { throw null; } - - public System.Collections.Generic.IEnumerable DescendantNodesAndTokensAndSelf(Text.TextSpan span, System.Func? descendIntoChildren = null, bool descendIntoTrivia = false) { throw null; } - - public System.Collections.Generic.IEnumerable DescendantNodesAndTokensAndSelf(System.Func? descendIntoChildren = null, bool descendIntoTrivia = false) { throw null; } - - public System.Collections.Generic.IEnumerable DescendantTokens(Text.TextSpan span, System.Func? descendIntoChildren = null, bool descendIntoTrivia = false) { throw null; } - - public System.Collections.Generic.IEnumerable DescendantTokens(System.Func? descendIntoChildren = null, bool descendIntoTrivia = false) { throw null; } - - public System.Collections.Generic.IEnumerable DescendantTrivia(Text.TextSpan span, System.Func? descendIntoChildren = null, bool descendIntoTrivia = false) { throw null; } - - public System.Collections.Generic.IEnumerable DescendantTrivia(System.Func? descendIntoChildren = null, bool descendIntoTrivia = false) { throw null; } - - protected virtual bool EquivalentToCore(SyntaxNode other) { throw null; } - - public SyntaxNode FindNode(Text.TextSpan span, bool findInsideTrivia = false, bool getInnermostNodeForTie = false) { throw null; } - - public SyntaxToken FindToken(int position, bool findInsideTrivia = false) { throw null; } - - protected virtual SyntaxToken FindTokenCore(int position, bool findInsideTrivia) { throw null; } - - protected virtual SyntaxToken FindTokenCore(int position, System.Func stepInto) { throw null; } - - public SyntaxTrivia FindTrivia(int position, bool findInsideTrivia = false) { throw null; } - - public SyntaxTrivia FindTrivia(int position, System.Func? stepInto) { throw null; } - - protected virtual SyntaxTrivia FindTriviaCore(int position, bool findInsideTrivia) { throw null; } - - public TNode? FirstAncestorOrSelf(System.Func? predicate = null, bool ascendOutOfTrivia = true) - where TNode : SyntaxNode { throw null; } - - public TNode? FirstAncestorOrSelf(System.Func predicate, TArg argument, bool ascendOutOfTrivia = true) - where TNode : SyntaxNode { throw null; } - - public System.Collections.Generic.IEnumerable GetAnnotatedNodes(SyntaxAnnotation syntaxAnnotation) { throw null; } - - public System.Collections.Generic.IEnumerable GetAnnotatedNodes(string annotationKind) { throw null; } - - public System.Collections.Generic.IEnumerable GetAnnotatedNodesAndTokens(SyntaxAnnotation annotation) { throw null; } - - public System.Collections.Generic.IEnumerable GetAnnotatedNodesAndTokens(string annotationKind) { throw null; } - - public System.Collections.Generic.IEnumerable GetAnnotatedNodesAndTokens(params string[] annotationKinds) { throw null; } - - public System.Collections.Generic.IEnumerable GetAnnotatedTokens(SyntaxAnnotation syntaxAnnotation) { throw null; } - - public System.Collections.Generic.IEnumerable GetAnnotatedTokens(string annotationKind) { throw null; } - - public System.Collections.Generic.IEnumerable GetAnnotatedTrivia(SyntaxAnnotation annotation) { throw null; } - - public System.Collections.Generic.IEnumerable GetAnnotatedTrivia(string annotationKind) { throw null; } - - public System.Collections.Generic.IEnumerable GetAnnotatedTrivia(params string[] annotationKinds) { throw null; } - - public System.Collections.Generic.IEnumerable GetAnnotations(System.Collections.Generic.IEnumerable annotationKinds) { throw null; } - - public System.Collections.Generic.IEnumerable GetAnnotations(string annotationKind) { throw null; } - - public System.Collections.Generic.IEnumerable GetDiagnostics() { throw null; } - - public SyntaxToken GetFirstToken(bool includeZeroWidth = false, bool includeSkipped = false, bool includeDirectives = false, bool includeDocumentationComments = false) { throw null; } - - public SyntaxToken GetLastToken(bool includeZeroWidth = false, bool includeSkipped = false, bool includeDirectives = false, bool includeDocumentationComments = false) { throw null; } - - public SyntaxTriviaList GetLeadingTrivia() { throw null; } - - public Location GetLocation() { throw null; } - - protected T? GetRed(ref T? field, int slot) - where T : SyntaxNode { throw null; } - - protected T? GetRedAtZero(ref T? field) - where T : SyntaxNode { throw null; } - - public SyntaxReference GetReference() { throw null; } - - public Text.SourceText GetText(System.Text.Encoding? encoding = null, Text.SourceHashAlgorithm checksumAlgorithm = Text.SourceHashAlgorithm.Sha1) { throw null; } - - public SyntaxTriviaList GetTrailingTrivia() { throw null; } - - public bool HasAnnotation(SyntaxAnnotation? annotation) { throw null; } - - public bool HasAnnotations(System.Collections.Generic.IEnumerable annotationKinds) { throw null; } - - public bool HasAnnotations(string annotationKind) { throw null; } - - protected internal abstract SyntaxNode InsertNodesInListCore(SyntaxNode nodeInList, System.Collections.Generic.IEnumerable nodesToInsert, bool insertBefore); - protected internal abstract SyntaxNode InsertTokensInListCore(SyntaxToken originalToken, System.Collections.Generic.IEnumerable newTokens, bool insertBefore); - protected internal abstract SyntaxNode InsertTriviaInListCore(SyntaxTrivia originalTrivia, System.Collections.Generic.IEnumerable newTrivia, bool insertBefore); - public bool IsEquivalentTo(SyntaxNode node, bool topLevel = false) { throw null; } - - public bool IsEquivalentTo(SyntaxNode? other) { throw null; } - - protected abstract bool IsEquivalentToCore(SyntaxNode node, bool topLevel = false); - public bool IsIncrementallyIdenticalTo(SyntaxNode? other) { throw null; } - - public bool IsPartOfStructuredTrivia() { throw null; } - - protected internal abstract SyntaxNode NormalizeWhitespaceCore(string indentation, string eol, bool elasticTrivia); - protected internal abstract SyntaxNode? RemoveNodesCore(System.Collections.Generic.IEnumerable nodes, SyntaxRemoveOptions options); - protected internal abstract SyntaxNode ReplaceCore(System.Collections.Generic.IEnumerable? nodes = null, System.Func? computeReplacementNode = null, System.Collections.Generic.IEnumerable? tokens = null, System.Func? computeReplacementToken = null, System.Collections.Generic.IEnumerable? trivia = null, System.Func? computeReplacementTrivia = null) - where TNode : SyntaxNode; - protected internal abstract SyntaxNode ReplaceNodeInListCore(SyntaxNode originalNode, System.Collections.Generic.IEnumerable replacementNodes); - protected internal abstract SyntaxNode ReplaceTokenInListCore(SyntaxToken originalToken, System.Collections.Generic.IEnumerable newTokens); - protected internal abstract SyntaxNode ReplaceTriviaInListCore(SyntaxTrivia originalTrivia, System.Collections.Generic.IEnumerable newTrivia); - public virtual void SerializeTo(System.IO.Stream stream, System.Threading.CancellationToken cancellationToken = default) { } - - public virtual string ToFullString() { throw null; } - - public override string ToString() { throw null; } - - public virtual void WriteTo(System.IO.TextWriter writer) { } - } - - public static partial class SyntaxNodeExtensions - { - public static TNode? GetCurrentNode(this SyntaxNode root, TNode node) - where TNode : SyntaxNode { throw null; } - - public static System.Collections.Generic.IEnumerable GetCurrentNodes(this SyntaxNode root, TNode node) - where TNode : SyntaxNode { throw null; } - - public static System.Collections.Generic.IEnumerable GetCurrentNodes(this SyntaxNode root, System.Collections.Generic.IEnumerable nodes) - where TNode : SyntaxNode { throw null; } - - public static TRoot InsertNodesAfter(this TRoot root, SyntaxNode nodeInList, System.Collections.Generic.IEnumerable newNodes) - where TRoot : SyntaxNode { throw null; } - - public static TRoot InsertNodesBefore(this TRoot root, SyntaxNode nodeInList, System.Collections.Generic.IEnumerable newNodes) - where TRoot : SyntaxNode { throw null; } - - public static TRoot InsertTokensAfter(this TRoot root, SyntaxToken tokenInList, System.Collections.Generic.IEnumerable newTokens) - where TRoot : SyntaxNode { throw null; } - - public static TRoot InsertTokensBefore(this TRoot root, SyntaxToken tokenInList, System.Collections.Generic.IEnumerable newTokens) - where TRoot : SyntaxNode { throw null; } - - public static TRoot InsertTriviaAfter(this TRoot root, SyntaxTrivia trivia, System.Collections.Generic.IEnumerable newTrivia) - where TRoot : SyntaxNode { throw null; } - - public static TRoot InsertTriviaBefore(this TRoot root, SyntaxTrivia trivia, System.Collections.Generic.IEnumerable newTrivia) - where TRoot : SyntaxNode { throw null; } - - public static TNode NormalizeWhitespace(this TNode node, string indentation, bool elasticTrivia) - where TNode : SyntaxNode { throw null; } - - public static TNode NormalizeWhitespace(this TNode node, string indentation = " ", string eol = "\r\n", bool elasticTrivia = false) - where TNode : SyntaxNode { throw null; } - - public static TRoot? RemoveNode(this TRoot root, SyntaxNode node, SyntaxRemoveOptions options) - where TRoot : SyntaxNode { throw null; } - - public static TRoot? RemoveNodes(this TRoot root, System.Collections.Generic.IEnumerable nodes, SyntaxRemoveOptions options) - where TRoot : SyntaxNode { throw null; } - - public static TRoot ReplaceNode(this TRoot root, SyntaxNode oldNode, SyntaxNode newNode) - where TRoot : SyntaxNode { throw null; } - - public static TRoot ReplaceNode(this TRoot root, SyntaxNode oldNode, System.Collections.Generic.IEnumerable newNodes) - where TRoot : SyntaxNode { throw null; } - - public static TRoot ReplaceNodes(this TRoot root, System.Collections.Generic.IEnumerable nodes, System.Func computeReplacementNode) - where TRoot : SyntaxNode where TNode : SyntaxNode { throw null; } - - public static TRoot ReplaceSyntax(this TRoot root, System.Collections.Generic.IEnumerable? nodes, System.Func? computeReplacementNode, System.Collections.Generic.IEnumerable? tokens, System.Func? computeReplacementToken, System.Collections.Generic.IEnumerable? trivia, System.Func? computeReplacementTrivia) - where TRoot : SyntaxNode { throw null; } - - public static TRoot ReplaceToken(this TRoot root, SyntaxToken oldToken, SyntaxToken newToken) - where TRoot : SyntaxNode { throw null; } - - public static TRoot ReplaceToken(this TRoot root, SyntaxToken tokenInList, System.Collections.Generic.IEnumerable newTokens) - where TRoot : SyntaxNode { throw null; } - - public static TRoot ReplaceTokens(this TRoot root, System.Collections.Generic.IEnumerable tokens, System.Func computeReplacementToken) - where TRoot : SyntaxNode { throw null; } - - public static TRoot ReplaceTrivia(this TRoot root, SyntaxTrivia trivia, SyntaxTrivia newTrivia) - where TRoot : SyntaxNode { throw null; } - - public static TRoot ReplaceTrivia(this TRoot root, SyntaxTrivia oldTrivia, System.Collections.Generic.IEnumerable newTrivia) - where TRoot : SyntaxNode { throw null; } - - public static TRoot ReplaceTrivia(this TRoot root, System.Collections.Generic.IEnumerable trivia, System.Func computeReplacementTrivia) - where TRoot : SyntaxNode { throw null; } - - public static TRoot TrackNodes(this TRoot root, params SyntaxNode[] nodes) - where TRoot : SyntaxNode { throw null; } - - public static TRoot TrackNodes(this TRoot root, System.Collections.Generic.IEnumerable nodes) - where TRoot : SyntaxNode { throw null; } - - public static TSyntax WithLeadingTrivia(this TSyntax node, params SyntaxTrivia[]? trivia) - where TSyntax : SyntaxNode { throw null; } - - public static TSyntax WithLeadingTrivia(this TSyntax node, SyntaxTriviaList trivia) - where TSyntax : SyntaxNode { throw null; } - - public static TSyntax WithLeadingTrivia(this TSyntax node, System.Collections.Generic.IEnumerable? trivia) - where TSyntax : SyntaxNode { throw null; } - - public static TSyntax WithoutLeadingTrivia(this TSyntax node) - where TSyntax : SyntaxNode { throw null; } - - public static TSyntax WithoutTrailingTrivia(this TSyntax node) - where TSyntax : SyntaxNode { throw null; } - - public static SyntaxToken WithoutTrivia(this SyntaxToken token) { throw null; } - - public static TSyntax WithoutTrivia(this TSyntax syntax) - where TSyntax : SyntaxNode { throw null; } - - public static TSyntax WithTrailingTrivia(this TSyntax node, params SyntaxTrivia[]? trivia) - where TSyntax : SyntaxNode { throw null; } - - public static TSyntax WithTrailingTrivia(this TSyntax node, SyntaxTriviaList trivia) - where TSyntax : SyntaxNode { throw null; } - - public static TSyntax WithTrailingTrivia(this TSyntax node, System.Collections.Generic.IEnumerable? trivia) - where TSyntax : SyntaxNode { throw null; } - - public static TSyntax WithTriviaFrom(this TSyntax syntax, SyntaxNode node) - where TSyntax : SyntaxNode { throw null; } - } - - public readonly partial struct SyntaxNodeOrToken : System.IEquatable - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public bool ContainsAnnotations { get { throw null; } } - - public bool ContainsDiagnostics { get { throw null; } } - - public bool ContainsDirectives { get { throw null; } } - - public Text.TextSpan FullSpan { get { throw null; } } - - public bool HasLeadingTrivia { get { throw null; } } - - public bool HasTrailingTrivia { get { throw null; } } - - public bool IsMissing { get { throw null; } } - - public bool IsNode { get { throw null; } } - - public bool IsToken { get { throw null; } } - - public string Language { get { throw null; } } - - public SyntaxNode? Parent { get { throw null; } } - - public int RawKind { get { throw null; } } - - public Text.TextSpan Span { get { throw null; } } - - public int SpanStart { get { throw null; } } - - public SyntaxTree? SyntaxTree { get { throw null; } } - - public readonly SyntaxNode? AsNode() { throw null; } - - public readonly SyntaxToken AsToken() { throw null; } - - public readonly ChildSyntaxList ChildNodesAndTokens() { throw null; } - - public readonly bool Equals(SyntaxNodeOrToken other) { throw null; } - - public override readonly bool Equals(object? obj) { throw null; } - - public readonly System.Collections.Generic.IEnumerable GetAnnotations(System.Collections.Generic.IEnumerable annotationKinds) { throw null; } - - public readonly System.Collections.Generic.IEnumerable GetAnnotations(string annotationKind) { throw null; } - - public readonly System.Collections.Generic.IEnumerable GetDiagnostics() { throw null; } - - public static int GetFirstChildIndexSpanningPosition(SyntaxNode node, int position) { throw null; } - - public override readonly int GetHashCode() { throw null; } - - public readonly SyntaxTriviaList GetLeadingTrivia() { throw null; } - - public readonly Location? GetLocation() { throw null; } - - public readonly SyntaxNodeOrToken GetNextSibling() { throw null; } - - public readonly SyntaxNodeOrToken GetPreviousSibling() { throw null; } - - public readonly SyntaxTriviaList GetTrailingTrivia() { throw null; } - - public readonly bool HasAnnotation(SyntaxAnnotation? annotation) { throw null; } - - public readonly bool HasAnnotations(System.Collections.Generic.IEnumerable annotationKinds) { throw null; } - - public readonly bool HasAnnotations(string annotationKind) { throw null; } - - public readonly bool IsEquivalentTo(SyntaxNodeOrToken other) { throw null; } - - public readonly bool IsIncrementallyIdenticalTo(SyntaxNodeOrToken other) { throw null; } - - public static bool operator ==(SyntaxNodeOrToken left, SyntaxNodeOrToken right) { throw null; } - - public static explicit operator SyntaxNode?(SyntaxNodeOrToken nodeOrToken) { throw null; } - - public static explicit operator SyntaxToken(SyntaxNodeOrToken nodeOrToken) { throw null; } - - public static implicit operator SyntaxNodeOrToken(SyntaxNode? node) { throw null; } - - public static implicit operator SyntaxNodeOrToken(SyntaxToken token) { throw null; } - - public static bool operator !=(SyntaxNodeOrToken left, SyntaxNodeOrToken right) { throw null; } - - public readonly string ToFullString() { throw null; } - - public override readonly string ToString() { throw null; } - - public readonly SyntaxNodeOrToken WithAdditionalAnnotations(params SyntaxAnnotation[] annotations) { throw null; } - - public readonly SyntaxNodeOrToken WithAdditionalAnnotations(System.Collections.Generic.IEnumerable annotations) { throw null; } - - public readonly SyntaxNodeOrToken WithLeadingTrivia(params SyntaxTrivia[] trivia) { throw null; } - - public readonly SyntaxNodeOrToken WithLeadingTrivia(System.Collections.Generic.IEnumerable trivia) { throw null; } - - public readonly SyntaxNodeOrToken WithoutAnnotations(params SyntaxAnnotation[] annotations) { throw null; } - - public readonly SyntaxNodeOrToken WithoutAnnotations(System.Collections.Generic.IEnumerable annotations) { throw null; } - - public readonly SyntaxNodeOrToken WithoutAnnotations(string annotationKind) { throw null; } - - public readonly SyntaxNodeOrToken WithTrailingTrivia(params SyntaxTrivia[] trivia) { throw null; } - - public readonly SyntaxNodeOrToken WithTrailingTrivia(System.Collections.Generic.IEnumerable trivia) { throw null; } - - public readonly void WriteTo(System.IO.TextWriter writer) { } - } - - public readonly partial struct SyntaxNodeOrTokenList : System.IEquatable, System.Collections.Generic.IReadOnlyCollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public SyntaxNodeOrTokenList(params SyntaxNodeOrToken[] nodesAndTokens) { } - - public SyntaxNodeOrTokenList(System.Collections.Generic.IEnumerable nodesAndTokens) { } - - public int Count { get { throw null; } } - - public Text.TextSpan FullSpan { get { throw null; } } - - public SyntaxNodeOrToken this[int index] { get { throw null; } } - - public Text.TextSpan Span { get { throw null; } } - - public readonly SyntaxNodeOrTokenList Add(SyntaxNodeOrToken nodeOrToken) { throw null; } - - public readonly SyntaxNodeOrTokenList AddRange(System.Collections.Generic.IEnumerable nodesOrTokens) { throw null; } - - public readonly bool Any() { throw null; } - - public readonly bool Equals(SyntaxNodeOrTokenList other) { throw null; } - - public override readonly bool Equals(object? obj) { throw null; } - - public readonly SyntaxNodeOrToken First() { throw null; } - - public readonly SyntaxNodeOrToken FirstOrDefault() { throw null; } - - public readonly Enumerator GetEnumerator() { throw null; } - - public override readonly int GetHashCode() { throw null; } - - public readonly int IndexOf(SyntaxNodeOrToken nodeOrToken) { throw null; } - - public readonly SyntaxNodeOrTokenList Insert(int index, SyntaxNodeOrToken nodeOrToken) { throw null; } - - public readonly SyntaxNodeOrTokenList InsertRange(int index, System.Collections.Generic.IEnumerable nodesAndTokens) { throw null; } - - public readonly SyntaxNodeOrToken Last() { throw null; } - - public readonly SyntaxNodeOrToken LastOrDefault() { throw null; } - - public static bool operator ==(SyntaxNodeOrTokenList left, SyntaxNodeOrTokenList right) { throw null; } - - public static bool operator !=(SyntaxNodeOrTokenList left, SyntaxNodeOrTokenList right) { throw null; } - - public readonly SyntaxNodeOrTokenList Remove(SyntaxNodeOrToken nodeOrTokenInList) { throw null; } - - public readonly SyntaxNodeOrTokenList RemoveAt(int index) { throw null; } - - public readonly SyntaxNodeOrTokenList Replace(SyntaxNodeOrToken nodeOrTokenInList, SyntaxNodeOrToken newNodeOrToken) { throw null; } - - public readonly SyntaxNodeOrTokenList ReplaceRange(SyntaxNodeOrToken nodeOrTokenInList, System.Collections.Generic.IEnumerable newNodesAndTokens) { throw null; } - - readonly System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } - - readonly System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } - - public readonly string ToFullString() { throw null; } - - public override readonly string ToString() { throw null; } - - public partial struct Enumerator : System.Collections.Generic.IEnumerator, System.Collections.IEnumerator, System.IDisposable - { - private object _dummy; - private int _dummyPrimitive; - public SyntaxNodeOrToken Current { get { throw null; } } - - object System.Collections.IEnumerator.Current { get { throw null; } } - - public override bool Equals(object? obj) { throw null; } - - public override int GetHashCode() { throw null; } - - public bool MoveNext() { throw null; } - - void System.Collections.IEnumerator.Reset() { } - - void System.IDisposable.Dispose() { } - } - } - - public delegate ISyntaxReceiver SyntaxReceiverCreator(); - public abstract partial class SyntaxReference - { - protected SyntaxReference() { } - - public abstract Text.TextSpan Span { get; } - public abstract SyntaxTree SyntaxTree { get; } - - public abstract SyntaxNode GetSyntax(System.Threading.CancellationToken cancellationToken = default); - public virtual System.Threading.Tasks.Task GetSyntaxAsync(System.Threading.CancellationToken cancellationToken = default) { throw null; } - } - - [System.Flags] - public enum SyntaxRemoveOptions - { - KeepNoTrivia = 0, - KeepLeadingTrivia = 1, - KeepTrailingTrivia = 2, - KeepExteriorTrivia = 3, - KeepUnbalancedDirectives = 4, - KeepDirectives = 8, - KeepEndOfLine = 16, - AddElasticMarker = 32 - } - - public readonly partial struct SyntaxToken : System.IEquatable - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public bool ContainsAnnotations { get { throw null; } } - - public bool ContainsDiagnostics { get { throw null; } } - - public bool ContainsDirectives { get { throw null; } } - - public Text.TextSpan FullSpan { get { throw null; } } - - public bool HasLeadingTrivia { get { throw null; } } - - public bool HasStructuredTrivia { get { throw null; } } - - public bool HasTrailingTrivia { get { throw null; } } - - public bool IsMissing { get { throw null; } } - - public string Language { get { throw null; } } - - public SyntaxTriviaList LeadingTrivia { get { throw null; } } - - public SyntaxNode? Parent { get { throw null; } } - - public int RawKind { get { throw null; } } - - public Text.TextSpan Span { get { throw null; } } - - public int SpanStart { get { throw null; } } - - public SyntaxTree? SyntaxTree { get { throw null; } } - - public string Text { get { throw null; } } - - public SyntaxTriviaList TrailingTrivia { get { throw null; } } - - public object? Value { get { throw null; } } - - public string ValueText { get { throw null; } } - - public readonly SyntaxToken CopyAnnotationsTo(SyntaxToken token) { throw null; } - - public readonly bool Equals(SyntaxToken other) { throw null; } - - public override readonly bool Equals(object? obj) { throw null; } - - public readonly System.Collections.Generic.IEnumerable GetAllTrivia() { throw null; } - - public readonly System.Collections.Generic.IEnumerable GetAnnotations(System.Collections.Generic.IEnumerable annotationKinds) { throw null; } - - public readonly System.Collections.Generic.IEnumerable GetAnnotations(string annotationKind) { throw null; } - - public readonly System.Collections.Generic.IEnumerable GetAnnotations(params string[] annotationKinds) { throw null; } - - public readonly System.Collections.Generic.IEnumerable GetDiagnostics() { throw null; } - - public override readonly int GetHashCode() { throw null; } - - public readonly Location GetLocation() { throw null; } - - public readonly SyntaxToken GetNextToken(bool includeZeroWidth = false, bool includeSkipped = false, bool includeDirectives = false, bool includeDocumentationComments = false) { throw null; } - - public readonly SyntaxToken GetPreviousToken(bool includeZeroWidth = false, bool includeSkipped = false, bool includeDirectives = false, bool includeDocumentationComments = false) { throw null; } - - public readonly bool HasAnnotation(SyntaxAnnotation? annotation) { throw null; } - - public readonly bool HasAnnotations(string annotationKind) { throw null; } - - public readonly bool HasAnnotations(params string[] annotationKinds) { throw null; } - - public readonly bool IsEquivalentTo(SyntaxToken token) { throw null; } - - public readonly bool IsIncrementallyIdenticalTo(SyntaxToken token) { throw null; } - - public readonly bool IsPartOfStructuredTrivia() { throw null; } - - public static bool operator ==(SyntaxToken left, SyntaxToken right) { throw null; } - - public static bool operator !=(SyntaxToken left, SyntaxToken right) { throw null; } - - public readonly string ToFullString() { throw null; } - - public override readonly string ToString() { throw null; } - - public readonly SyntaxToken WithAdditionalAnnotations(params SyntaxAnnotation[] annotations) { throw null; } - - public readonly SyntaxToken WithAdditionalAnnotations(System.Collections.Generic.IEnumerable annotations) { throw null; } - - public readonly SyntaxToken WithLeadingTrivia(params SyntaxTrivia[]? trivia) { throw null; } - - public readonly SyntaxToken WithLeadingTrivia(SyntaxTriviaList trivia) { throw null; } - - public readonly SyntaxToken WithLeadingTrivia(System.Collections.Generic.IEnumerable? trivia) { throw null; } - - public readonly SyntaxToken WithoutAnnotations(params SyntaxAnnotation[] annotations) { throw null; } - - public readonly SyntaxToken WithoutAnnotations(System.Collections.Generic.IEnumerable annotations) { throw null; } - - public readonly SyntaxToken WithoutAnnotations(string annotationKind) { throw null; } - - public readonly SyntaxToken WithTrailingTrivia(params SyntaxTrivia[]? trivia) { throw null; } - - public readonly SyntaxToken WithTrailingTrivia(SyntaxTriviaList trivia) { throw null; } - - public readonly SyntaxToken WithTrailingTrivia(System.Collections.Generic.IEnumerable? trivia) { throw null; } - - public readonly SyntaxToken WithTriviaFrom(SyntaxToken token) { throw null; } - - public readonly void WriteTo(System.IO.TextWriter writer) { } - } - - public readonly partial struct SyntaxTokenList : System.IEquatable, System.Collections.Generic.IReadOnlyList, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public SyntaxTokenList(SyntaxToken token) { } - - public SyntaxTokenList(params SyntaxToken[] tokens) { } - - public SyntaxTokenList(System.Collections.Generic.IEnumerable tokens) { } - - public int Count { get { throw null; } } - - public Text.TextSpan FullSpan { get { throw null; } } - - public SyntaxToken this[int index] { get { throw null; } } - - public Text.TextSpan Span { get { throw null; } } - - public readonly SyntaxTokenList Add(SyntaxToken token) { throw null; } - - public readonly SyntaxTokenList AddRange(System.Collections.Generic.IEnumerable tokens) { throw null; } - - public readonly bool Any() { throw null; } - - public static SyntaxTokenList Create(SyntaxToken token) { throw null; } - - public readonly bool Equals(SyntaxTokenList other) { throw null; } - - public override readonly bool Equals(object? obj) { throw null; } - - public readonly SyntaxToken First() { throw null; } - - public readonly Enumerator GetEnumerator() { throw null; } - - public override readonly int GetHashCode() { throw null; } - - public readonly int IndexOf(SyntaxToken tokenInList) { throw null; } - - public readonly SyntaxTokenList Insert(int index, SyntaxToken token) { throw null; } - - public readonly SyntaxTokenList InsertRange(int index, System.Collections.Generic.IEnumerable tokens) { throw null; } - - public readonly SyntaxToken Last() { throw null; } - - public static bool operator ==(SyntaxTokenList left, SyntaxTokenList right) { throw null; } - - public static bool operator !=(SyntaxTokenList left, SyntaxTokenList right) { throw null; } - - public readonly SyntaxTokenList Remove(SyntaxToken tokenInList) { throw null; } - - public readonly SyntaxTokenList RemoveAt(int index) { throw null; } - - public readonly SyntaxTokenList Replace(SyntaxToken tokenInList, SyntaxToken newToken) { throw null; } - - public readonly SyntaxTokenList ReplaceRange(SyntaxToken tokenInList, System.Collections.Generic.IEnumerable newTokens) { throw null; } - - public readonly Reversed Reverse() { throw null; } - - readonly System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } - - readonly System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } - - public readonly string ToFullString() { throw null; } - - public override readonly string ToString() { throw null; } - - public partial struct Enumerator - { - private object _dummy; - private int _dummyPrimitive; - public SyntaxToken Current { get { throw null; } } - - public override bool Equals(object? obj) { throw null; } - - public override int GetHashCode() { throw null; } - - public bool MoveNext() { throw null; } - } - - public readonly partial struct Reversed : System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.IEquatable - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public Reversed(SyntaxTokenList list) { } - - public readonly bool Equals(Reversed other) { throw null; } - - public override readonly bool Equals(object? obj) { throw null; } - - public readonly Enumerator GetEnumerator() { throw null; } - - public override readonly int GetHashCode() { throw null; } - - readonly System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } - - readonly System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } - - public partial struct Enumerator - { - private object _dummy; - private int _dummyPrimitive; - public SyntaxToken Current { get { throw null; } } - - public override bool Equals(object? obj) { throw null; } - - public override int GetHashCode() { throw null; } - - public bool MoveNext() { throw null; } - } - } - } - - public abstract partial class SyntaxTree - { - protected internal static readonly System.Collections.Immutable.ImmutableDictionary EmptyDiagnosticOptions; - protected SyntaxTree() { } - - [System.Obsolete("Obsolete due to performance problems, use CompilationOptions.SyntaxTreeOptionsProvider instead", false)] - public virtual System.Collections.Immutable.ImmutableDictionary DiagnosticOptions { get { throw null; } } - - public abstract System.Text.Encoding? Encoding { get; } - public abstract string FilePath { get; } - public abstract bool HasCompilationUnitRoot { get; } - public abstract int Length { get; } - - public ParseOptions Options { get { throw null; } } - - protected abstract ParseOptions OptionsCore { get; } - - public abstract System.Collections.Generic.IList GetChangedSpans(SyntaxTree syntaxTree); - public abstract System.Collections.Generic.IList GetChanges(SyntaxTree oldTree); - public abstract System.Collections.Generic.IEnumerable GetDiagnostics(SyntaxNode node); - public abstract System.Collections.Generic.IEnumerable GetDiagnostics(SyntaxNodeOrToken nodeOrToken); - public abstract System.Collections.Generic.IEnumerable GetDiagnostics(SyntaxToken token); - public abstract System.Collections.Generic.IEnumerable GetDiagnostics(SyntaxTrivia trivia); - public abstract System.Collections.Generic.IEnumerable GetDiagnostics(System.Threading.CancellationToken cancellationToken = default); - public abstract System.Collections.Generic.IEnumerable GetLineMappings(System.Threading.CancellationToken cancellationToken = default); - public abstract FileLinePositionSpan GetLineSpan(Text.TextSpan span, System.Threading.CancellationToken cancellationToken = default); - public virtual LineVisibility GetLineVisibility(int position, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public abstract Location GetLocation(Text.TextSpan span); - public abstract FileLinePositionSpan GetMappedLineSpan(Text.TextSpan span, System.Threading.CancellationToken cancellationToken = default); - public abstract SyntaxReference GetReference(SyntaxNode node); - public SyntaxNode GetRoot(System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public System.Threading.Tasks.Task GetRootAsync(System.Threading.CancellationToken cancellationToken = default) { throw null; } - - protected abstract System.Threading.Tasks.Task GetRootAsyncCore(System.Threading.CancellationToken cancellationToken); - protected abstract SyntaxNode GetRootCore(System.Threading.CancellationToken cancellationToken); - public abstract Text.SourceText GetText(System.Threading.CancellationToken cancellationToken = default); - public virtual System.Threading.Tasks.Task GetTextAsync(System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public abstract bool HasHiddenRegions(); - public abstract bool IsEquivalentTo(SyntaxTree tree, bool topLevel = false); - public override string ToString() { throw null; } - - public bool TryGetRoot(out SyntaxNode? root) { throw null; } - - protected abstract bool TryGetRootCore(out SyntaxNode? root); - public abstract bool TryGetText(out Text.SourceText? text); - public abstract SyntaxTree WithChangedText(Text.SourceText newText); - [System.Obsolete("Obsolete due to performance problems, use CompilationOptions.SyntaxTreeOptionsProvider instead", false)] - public virtual SyntaxTree WithDiagnosticOptions(System.Collections.Immutable.ImmutableDictionary options) { throw null; } - - public abstract SyntaxTree WithFilePath(string path); - public abstract SyntaxTree WithRootAndOptions(SyntaxNode root, ParseOptions options); - } - - public abstract partial class SyntaxTreeOptionsProvider - { - protected SyntaxTreeOptionsProvider() { } - - public abstract GeneratedKind IsGenerated(SyntaxTree tree, System.Threading.CancellationToken cancellationToken); - public abstract bool TryGetDiagnosticValue(SyntaxTree tree, string diagnosticId, System.Threading.CancellationToken cancellationToken, out ReportDiagnostic severity); - public abstract bool TryGetGlobalDiagnosticValue(string diagnosticId, System.Threading.CancellationToken cancellationToken, out ReportDiagnostic severity); - } - - public readonly partial struct SyntaxTrivia : System.IEquatable - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public bool ContainsDiagnostics { get { throw null; } } - - public Text.TextSpan FullSpan { get { throw null; } } - - public bool HasStructure { get { throw null; } } - - public bool IsDirective { get { throw null; } } - - public string Language { get { throw null; } } - - public int RawKind { get { throw null; } } - - public Text.TextSpan Span { get { throw null; } } - - public int SpanStart { get { throw null; } } - - public SyntaxTree? SyntaxTree { get { throw null; } } - - public SyntaxToken Token { get { throw null; } } - - public readonly SyntaxTrivia CopyAnnotationsTo(SyntaxTrivia trivia) { throw null; } - - public readonly bool Equals(SyntaxTrivia other) { throw null; } - - public override readonly bool Equals(object? obj) { throw null; } - - public readonly System.Collections.Generic.IEnumerable GetAnnotations(string annotationKind) { throw null; } - - public readonly System.Collections.Generic.IEnumerable GetAnnotations(params string[] annotationKinds) { throw null; } - - public readonly System.Collections.Generic.IEnumerable GetDiagnostics() { throw null; } - - public override readonly int GetHashCode() { throw null; } - - public readonly Location GetLocation() { throw null; } - - public readonly SyntaxNode? GetStructure() { throw null; } - - public readonly bool HasAnnotation(SyntaxAnnotation? annotation) { throw null; } - - public readonly bool HasAnnotations(string annotationKind) { throw null; } - - public readonly bool HasAnnotations(params string[] annotationKinds) { throw null; } - - public readonly bool IsEquivalentTo(SyntaxTrivia trivia) { throw null; } - - public readonly bool IsPartOfStructuredTrivia() { throw null; } - - public static bool operator ==(SyntaxTrivia left, SyntaxTrivia right) { throw null; } - - public static bool operator !=(SyntaxTrivia left, SyntaxTrivia right) { throw null; } - - public readonly string ToFullString() { throw null; } - - public override readonly string ToString() { throw null; } - - public readonly SyntaxTrivia WithAdditionalAnnotations(params SyntaxAnnotation[] annotations) { throw null; } - - public readonly SyntaxTrivia WithAdditionalAnnotations(System.Collections.Generic.IEnumerable annotations) { throw null; } - - public readonly SyntaxTrivia WithoutAnnotations(params SyntaxAnnotation[] annotations) { throw null; } - - public readonly SyntaxTrivia WithoutAnnotations(System.Collections.Generic.IEnumerable annotations) { throw null; } - - public readonly SyntaxTrivia WithoutAnnotations(string annotationKind) { throw null; } - - public readonly void WriteTo(System.IO.TextWriter writer) { } - } - - public readonly partial struct SyntaxTriviaList : System.IEquatable, System.Collections.Generic.IReadOnlyList, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public SyntaxTriviaList(SyntaxTrivia trivia) { } - - public SyntaxTriviaList(params SyntaxTrivia[] trivias) { } - - public SyntaxTriviaList(System.Collections.Generic.IEnumerable? trivias) { } - - public int Count { get { throw null; } } - - public static SyntaxTriviaList Empty { get { throw null; } } - - public Text.TextSpan FullSpan { get { throw null; } } - - public SyntaxTrivia this[int index] { get { throw null; } } - - public Text.TextSpan Span { get { throw null; } } - - public readonly SyntaxTriviaList Add(SyntaxTrivia trivia) { throw null; } - - public readonly SyntaxTriviaList AddRange(System.Collections.Generic.IEnumerable trivia) { throw null; } - - public readonly bool Any() { throw null; } - - public static SyntaxTriviaList Create(SyntaxTrivia trivia) { throw null; } - - public readonly SyntaxTrivia ElementAt(int index) { throw null; } - - public readonly bool Equals(SyntaxTriviaList other) { throw null; } - - public override readonly bool Equals(object? obj) { throw null; } - - public readonly SyntaxTrivia First() { throw null; } - - public readonly Enumerator GetEnumerator() { throw null; } - - public override readonly int GetHashCode() { throw null; } - - public readonly int IndexOf(SyntaxTrivia triviaInList) { throw null; } - - public readonly SyntaxTriviaList Insert(int index, SyntaxTrivia trivia) { throw null; } - - public readonly SyntaxTriviaList InsertRange(int index, System.Collections.Generic.IEnumerable trivia) { throw null; } - - public readonly SyntaxTrivia Last() { throw null; } - - public static bool operator ==(SyntaxTriviaList left, SyntaxTriviaList right) { throw null; } - - public static bool operator !=(SyntaxTriviaList left, SyntaxTriviaList right) { throw null; } - - public readonly SyntaxTriviaList Remove(SyntaxTrivia triviaInList) { throw null; } - - public readonly SyntaxTriviaList RemoveAt(int index) { throw null; } - - public readonly SyntaxTriviaList Replace(SyntaxTrivia triviaInList, SyntaxTrivia newTrivia) { throw null; } - - public readonly SyntaxTriviaList ReplaceRange(SyntaxTrivia triviaInList, System.Collections.Generic.IEnumerable newTrivia) { throw null; } - - public readonly Reversed Reverse() { throw null; } - - readonly System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } - - readonly System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } - - public readonly string ToFullString() { throw null; } - - public override readonly string ToString() { throw null; } - - public partial struct Enumerator - { - private object _dummy; - private int _dummyPrimitive; - public SyntaxTrivia Current { get { throw null; } } - - public bool MoveNext() { throw null; } - } - - public readonly partial struct Reversed : System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.IEquatable - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public Reversed(SyntaxTriviaList list) { } - - public readonly bool Equals(Reversed other) { throw null; } - - public override readonly bool Equals(object? obj) { throw null; } - - public readonly Enumerator GetEnumerator() { throw null; } - - public override readonly int GetHashCode() { throw null; } - - readonly System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } - - readonly System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } - - public partial struct Enumerator - { - private object _dummy; - private int _dummyPrimitive; - public SyntaxTrivia Current { get { throw null; } } - - public bool MoveNext() { throw null; } - } - } - } - - public readonly partial struct SyntaxValueProvider - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public readonly IncrementalValuesProvider CreateSyntaxProvider(System.Func predicate, System.Func transform) { throw null; } - - public readonly IncrementalValuesProvider ForAttributeWithMetadataName(string fullyQualifiedMetadataName, System.Func predicate, System.Func transform) { throw null; } - } - - public abstract partial class SyntaxWalker - { - protected SyntaxWalker(SyntaxWalkerDepth depth = SyntaxWalkerDepth.Node) { } - - protected SyntaxWalkerDepth Depth { get { throw null; } } - - public virtual void Visit(SyntaxNode node) { } - - protected virtual void VisitToken(SyntaxToken token) { } - - protected virtual void VisitTrivia(SyntaxTrivia trivia) { } - } - - public enum SyntaxWalkerDepth - { - Node = 0, - Token = 1, - Trivia = 2, - StructuredTrivia = 3 - } - - public readonly partial struct TypedConstant : System.IEquatable - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public bool IsNull { get { throw null; } } - - public TypedConstantKind Kind { get { throw null; } } - - public ITypeSymbol? Type { get { throw null; } } - - public object? Value { get { throw null; } } - - public System.Collections.Immutable.ImmutableArray Values { get { throw null; } } - - public readonly bool Equals(TypedConstant other) { throw null; } - - public override readonly bool Equals(object? obj) { throw null; } - - public override readonly int GetHashCode() { throw null; } - } - - public enum TypedConstantKind - { - Error = 0, - Primitive = 1, - Enum = 2, - Type = 3, - Array = 4 - } - - public readonly partial struct TypeInfo : System.IEquatable - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public NullabilityInfo ConvertedNullability { get { throw null; } } - - public ITypeSymbol? ConvertedType { get { throw null; } } - - public NullabilityInfo Nullability { get { throw null; } } - - public ITypeSymbol? Type { get { throw null; } } - - public readonly bool Equals(TypeInfo other) { throw null; } - - public override readonly bool Equals(object? obj) { throw null; } - - public override readonly int GetHashCode() { throw null; } - } - - public enum TypeKind : byte - { - Unknown = 0, - Array = 1, - Class = 2, - Delegate = 3, - Dynamic = 4, - Enum = 5, - Error = 6, - Interface = 7, - Module = 8, - Pointer = 9, - Struct = 10, - Structure = 10, - TypeParameter = 11, - Submission = 12, - FunctionPointer = 13 - } - - public enum TypeParameterKind - { - Type = 0, - Method = 1, - Cref = 2 - } - - public sealed partial class UnresolvedMetadataReference : MetadataReference - { - internal UnresolvedMetadataReference() : base(default) { } - - public override string Display { get { throw null; } } - - public string Reference { get { throw null; } } - } - - public enum VarianceKind : short - { - None = 0, - Out = 1, - In = 2 - } - - public static partial class WellKnownDiagnosticTags - { - public const string AnalyzerException = "AnalyzerException"; - public const string Build = "Build"; - public const string CompilationEnd = "CompilationEnd"; - public const string Compiler = "Compiler"; - public const string CustomObsolete = "CustomObsolete"; - public const string EditAndContinue = "EditAndContinue"; - public const string NotConfigurable = "NotConfigurable"; - public const string Telemetry = "Telemetry"; - public const string Unnecessary = "Unnecessary"; - } - - public static partial class WellKnownGeneratorInputs - { - public const string AdditionalTexts = "AdditionalTexts"; - public const string AnalyzerConfigOptions = "AnalyzerConfigOptions"; - public const string Compilation = "Compilation"; - public const string MetadataReferences = "MetadataReferences"; - public const string ParseOptions = "ParseOptions"; - } - - public static partial class WellKnownGeneratorOutputs - { - public const string ImplementationSourceOutput = "ImplementationSourceOutput"; - public const string SourceOutput = "SourceOutput"; - } - - public static partial class WellKnownMemberNames - { - public const string AdditionOperatorName = "op_Addition"; - public const string BitwiseAndOperatorName = "op_BitwiseAnd"; - public const string BitwiseOrOperatorName = "op_BitwiseOr"; - public const string CheckedAdditionOperatorName = "op_CheckedAddition"; - public const string CheckedDecrementOperatorName = "op_CheckedDecrement"; - public const string CheckedDivisionOperatorName = "op_CheckedDivision"; - public const string CheckedExplicitConversionName = "op_CheckedExplicit"; - public const string CheckedIncrementOperatorName = "op_CheckedIncrement"; - public const string CheckedMultiplyOperatorName = "op_CheckedMultiply"; - public const string CheckedSubtractionOperatorName = "op_CheckedSubtraction"; - public const string CheckedUnaryNegationOperatorName = "op_CheckedUnaryNegation"; - public const string CollectionInitializerAddMethodName = "Add"; - public const string ConcatenateOperatorName = "op_Concatenate"; - public const string CountPropertyName = "Count"; - public const string CurrentPropertyName = "Current"; - public const string DeconstructMethodName = "Deconstruct"; - public const string DecrementOperatorName = "op_Decrement"; - public const string DefaultScriptClassName = "Script"; - public const string DelegateBeginInvokeName = "BeginInvoke"; - public const string DelegateEndInvokeName = "EndInvoke"; - public const string DelegateInvokeName = "Invoke"; - public const string DestructorName = "Finalize"; - public const string DisposeAsyncMethodName = "DisposeAsync"; - public const string DisposeMethodName = "Dispose"; - public const string DivisionOperatorName = "op_Division"; - public const string EntryPointMethodName = "Main"; - public const string EnumBackingFieldName = "value__"; - public const string EqualityOperatorName = "op_Equality"; - public const string ExclusiveOrOperatorName = "op_ExclusiveOr"; - public const string ExplicitConversionName = "op_Explicit"; - public const string ExponentOperatorName = "op_Exponent"; - public const string FalseOperatorName = "op_False"; - public const string GetAsyncEnumeratorMethodName = "GetAsyncEnumerator"; - public const string GetAwaiter = "GetAwaiter"; - public const string GetEnumeratorMethodName = "GetEnumerator"; - public const string GetResult = "GetResult"; - public const string GreaterThanOperatorName = "op_GreaterThan"; - public const string GreaterThanOrEqualOperatorName = "op_GreaterThanOrEqual"; - public const string ImplicitConversionName = "op_Implicit"; - public const string IncrementOperatorName = "op_Increment"; - public const string Indexer = "this[]"; - public const string InequalityOperatorName = "op_Inequality"; - public const string InstanceConstructorName = ".ctor"; - public const string IntegerDivisionOperatorName = "op_IntegerDivision"; - public const string IsCompleted = "IsCompleted"; - public const string LeftShiftOperatorName = "op_LeftShift"; - public const string LengthPropertyName = "Length"; - public const string LessThanOperatorName = "op_LessThan"; - public const string LessThanOrEqualOperatorName = "op_LessThanOrEqual"; - public const string LikeOperatorName = "op_Like"; - public const string LogicalAndOperatorName = "op_LogicalAnd"; - public const string LogicalNotOperatorName = "op_LogicalNot"; - public const string LogicalOrOperatorName = "op_LogicalOr"; - public const string ModulusOperatorName = "op_Modulus"; - public const string MoveNextAsyncMethodName = "MoveNextAsync"; - public const string MoveNextMethodName = "MoveNext"; - public const string MultiplyOperatorName = "op_Multiply"; - public const string ObjectEquals = "Equals"; - public const string ObjectGetHashCode = "GetHashCode"; - public const string ObjectToString = "ToString"; - public const string OnCompleted = "OnCompleted"; - public const string OnesComplementOperatorName = "op_OnesComplement"; - public const string PrintMembersMethodName = "PrintMembers"; - public const string RightShiftOperatorName = "op_RightShift"; - public const string SliceMethodName = "Slice"; - public const string StaticConstructorName = ".cctor"; - public const string SubtractionOperatorName = "op_Subtraction"; - public const string TopLevelStatementsEntryPointMethodName = "
$"; - public const string TopLevelStatementsEntryPointTypeName = "Program"; - public const string TrueOperatorName = "op_True"; - public const string UnaryNegationOperatorName = "op_UnaryNegation"; - public const string UnaryPlusOperatorName = "op_UnaryPlus"; - public const string UnsignedLeftShiftOperatorName = "op_UnsignedLeftShift"; - public const string UnsignedRightShiftOperatorName = "op_UnsignedRightShift"; - public const string ValuePropertyName = "Value"; - } - - public partial class XmlFileResolver : XmlReferenceResolver - { - public XmlFileResolver(string? baseDirectory) { } - - public string? BaseDirectory { get { throw null; } } - - public static XmlFileResolver Default { get { throw null; } } - - public override bool Equals(object? obj) { throw null; } - - protected virtual bool FileExists(string? resolvedPath) { throw null; } - - public override int GetHashCode() { throw null; } - - public override System.IO.Stream OpenRead(string resolvedPath) { throw null; } - - public override string? ResolveReference(string path, string? baseFilePath) { throw null; } - } - - public abstract partial class XmlReferenceResolver - { - protected XmlReferenceResolver() { } - - public abstract override bool Equals(object? other); - public abstract override int GetHashCode(); - public abstract System.IO.Stream OpenRead(string resolvedPath); - public abstract string? ResolveReference(string path, string? baseFilePath); - } -} - -namespace Microsoft.CodeAnalysis.Diagnostics -{ - public readonly partial struct AdditionalFileAnalysisContext - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public AdditionalText AdditionalFile { get { throw null; } } - - public System.Threading.CancellationToken CancellationToken { get { throw null; } } - - public Compilation Compilation { get { throw null; } } - - public AnalyzerOptions Options { get { throw null; } } - - public readonly void ReportDiagnostic(Diagnostic diagnostic) { } - } - - public abstract partial class AnalysisContext - { - protected AnalysisContext() { } - - public virtual void ConfigureGeneratedCodeAnalysis(GeneratedCodeAnalysisFlags analysisMode) { } - - public virtual void EnableConcurrentExecution() { } - - public virtual void RegisterAdditionalFileAction(System.Action action) { } - - public abstract void RegisterCodeBlockAction(System.Action action); - public abstract void RegisterCodeBlockStartAction(System.Action> action) - where TLanguageKindEnum : struct; - public abstract void RegisterCompilationAction(System.Action action); - public abstract void RegisterCompilationStartAction(System.Action action); - public void RegisterOperationAction(System.Action action, params OperationKind[] operationKinds) { } - - public virtual void RegisterOperationAction(System.Action action, System.Collections.Immutable.ImmutableArray operationKinds) { } - - public virtual void RegisterOperationBlockAction(System.Action action) { } - - public virtual void RegisterOperationBlockStartAction(System.Action action) { } - - public abstract void RegisterSemanticModelAction(System.Action action); - public void RegisterSymbolAction(System.Action action, params SymbolKind[] symbolKinds) { } - - public abstract void RegisterSymbolAction(System.Action action, System.Collections.Immutable.ImmutableArray symbolKinds); - public virtual void RegisterSymbolStartAction(System.Action action, SymbolKind symbolKind) { } - - public void RegisterSyntaxNodeAction(System.Action action, params TLanguageKindEnum[] syntaxKinds) - where TLanguageKindEnum : struct { } - - public abstract void RegisterSyntaxNodeAction(System.Action action, System.Collections.Immutable.ImmutableArray syntaxKinds) - where TLanguageKindEnum : struct; - public abstract void RegisterSyntaxTreeAction(System.Action action); - public bool TryGetValue(Text.SourceText text, SourceTextValueProvider valueProvider, out TValue value) { throw null; } - } - - public partial class AnalysisResult - { - public System.Collections.Immutable.ImmutableDictionary>> AdditionalFileDiagnostics { get { throw null; } } - - public System.Collections.Immutable.ImmutableArray Analyzers { get { throw null; } } - - public System.Collections.Immutable.ImmutableDictionary AnalyzerTelemetryInfo { get { throw null; } } - - public System.Collections.Immutable.ImmutableDictionary> CompilationDiagnostics { get { throw null; } } - - public System.Collections.Immutable.ImmutableDictionary>> SemanticDiagnostics { get { throw null; } } - - public System.Collections.Immutable.ImmutableDictionary>> SyntaxDiagnostics { get { throw null; } } - - public System.Collections.Immutable.ImmutableArray GetAllDiagnostics() { throw null; } - - public System.Collections.Immutable.ImmutableArray GetAllDiagnostics(DiagnosticAnalyzer analyzer) { throw null; } - } - - public abstract partial class AnalyzerConfigOptions - { - protected AnalyzerConfigOptions() { } - - public static System.StringComparer KeyComparer { get { throw null; } } - - public virtual System.Collections.Generic.IEnumerable Keys { get { throw null; } } - - public abstract bool TryGetValue(string key, out string? value); - } - - public abstract partial class AnalyzerConfigOptionsProvider - { - protected AnalyzerConfigOptionsProvider() { } - - public abstract AnalyzerConfigOptions GlobalOptions { get; } - - public abstract AnalyzerConfigOptions GetOptions(AdditionalText textFile); - public abstract AnalyzerConfigOptions GetOptions(SyntaxTree tree); - } - - public sealed partial class AnalyzerFileReference : AnalyzerReference, System.IEquatable - { - public AnalyzerFileReference(string fullPath, IAnalyzerAssemblyLoader assemblyLoader) { } - - public IAnalyzerAssemblyLoader AssemblyLoader { get { throw null; } } - - public override string Display { get { throw null; } } - - public override string FullPath { get { throw null; } } - - public override object Id { get { throw null; } } - - public event System.EventHandler? AnalyzerLoadFailed { add { } remove { } } - - public bool Equals(AnalyzerFileReference? other) { throw null; } - - public bool Equals(AnalyzerReference? other) { throw null; } - - public override bool Equals(object? obj) { throw null; } - - public override System.Collections.Immutable.ImmutableArray GetAnalyzers(string language) { throw null; } - - public override System.Collections.Immutable.ImmutableArray GetAnalyzersForAllLanguages() { throw null; } - - public System.Reflection.Assembly GetAssembly() { throw null; } - - [System.Obsolete("Use GetGenerators(string language) or GetGeneratorsForAllLanguages()")] - public override System.Collections.Immutable.ImmutableArray GetGenerators() { throw null; } - - public override System.Collections.Immutable.ImmutableArray GetGenerators(string language) { throw null; } - - public override System.Collections.Immutable.ImmutableArray GetGeneratorsForAllLanguages() { throw null; } - - public override int GetHashCode() { throw null; } - } - - public sealed partial class AnalyzerImageReference : AnalyzerReference - { - public AnalyzerImageReference(System.Collections.Immutable.ImmutableArray analyzers, string? fullPath = null, string? display = null) { } - - public override string Display { get { throw null; } } - - public override string? FullPath { get { throw null; } } - - public override object Id { get { throw null; } } - - public override System.Collections.Immutable.ImmutableArray GetAnalyzers(string language) { throw null; } - - public override System.Collections.Immutable.ImmutableArray GetAnalyzersForAllLanguages() { throw null; } - } - - public sealed partial class AnalyzerLoadFailureEventArgs : System.EventArgs - { - public AnalyzerLoadFailureEventArgs(FailureErrorCode errorCode, string message, System.Exception? exceptionOpt = null, string? typeNameOpt = null) { } - - public FailureErrorCode ErrorCode { get { throw null; } } - - public System.Exception? Exception { get { throw null; } } - - public string Message { get { throw null; } } - - public System.Version? ReferencedCompilerVersion { get { throw null; } } - - public string? TypeName { get { throw null; } } - - public enum FailureErrorCode - { - None = 0, - UnableToLoadAnalyzer = 1, - UnableToCreateAnalyzer = 2, - NoAnalyzers = 3, - ReferencesFramework = 4, - ReferencesNewerCompiler = 5 - } - } - - public partial class AnalyzerOptions - { - public AnalyzerOptions(System.Collections.Immutable.ImmutableArray additionalFiles, AnalyzerConfigOptionsProvider optionsProvider) { } - - public AnalyzerOptions(System.Collections.Immutable.ImmutableArray additionalFiles) { } - - public System.Collections.Immutable.ImmutableArray AdditionalFiles { get { throw null; } } - - public AnalyzerConfigOptionsProvider AnalyzerConfigOptionsProvider { get { throw null; } } - - public override bool Equals(object? obj) { throw null; } - - public override int GetHashCode() { throw null; } - - public AnalyzerOptions WithAdditionalFiles(System.Collections.Immutable.ImmutableArray additionalFiles) { throw null; } - } - - public abstract partial class AnalyzerReference - { - protected AnalyzerReference() { } - - public virtual string Display { get { throw null; } } - - public abstract string? FullPath { get; } - public abstract object Id { get; } - - public abstract System.Collections.Immutable.ImmutableArray GetAnalyzers(string language); - public abstract System.Collections.Immutable.ImmutableArray GetAnalyzersForAllLanguages(); - [System.Obsolete("Use GetGenerators(string language) or GetGeneratorsForAllLanguages()")] - public virtual System.Collections.Immutable.ImmutableArray GetGenerators() { throw null; } - - public virtual System.Collections.Immutable.ImmutableArray GetGenerators(string language) { throw null; } - - public virtual System.Collections.Immutable.ImmutableArray GetGeneratorsForAllLanguages() { throw null; } - } - - public readonly partial struct CodeBlockAnalysisContext - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public CodeBlockAnalysisContext(SyntaxNode codeBlock, ISymbol owningSymbol, SemanticModel semanticModel, AnalyzerOptions options, System.Action reportDiagnostic, System.Func isSupportedDiagnostic, System.Threading.CancellationToken cancellationToken) { } - - public System.Threading.CancellationToken CancellationToken { get { throw null; } } - - public SyntaxNode CodeBlock { get { throw null; } } - - public bool IsGeneratedCode { get { throw null; } } - - public AnalyzerOptions Options { get { throw null; } } - - public ISymbol OwningSymbol { get { throw null; } } - - public SemanticModel SemanticModel { get { throw null; } } - - public readonly void ReportDiagnostic(Diagnostic diagnostic) { } - } - - public abstract partial class CodeBlockStartAnalysisContext - where TLanguageKindEnum : struct - { - protected CodeBlockStartAnalysisContext(SyntaxNode codeBlock, ISymbol owningSymbol, SemanticModel semanticModel, AnalyzerOptions options, System.Threading.CancellationToken cancellationToken) { } - - public System.Threading.CancellationToken CancellationToken { get { throw null; } } - - public SyntaxNode CodeBlock { get { throw null; } } - - public bool IsGeneratedCode { get { throw null; } } - - public AnalyzerOptions Options { get { throw null; } } - - public ISymbol OwningSymbol { get { throw null; } } - - public SemanticModel SemanticModel { get { throw null; } } - - public abstract void RegisterCodeBlockEndAction(System.Action action); - public void RegisterSyntaxNodeAction(System.Action action, params TLanguageKindEnum[] syntaxKinds) { } - - public abstract void RegisterSyntaxNodeAction(System.Action action, System.Collections.Immutable.ImmutableArray syntaxKinds); - } - - public readonly partial struct CompilationAnalysisContext - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public CompilationAnalysisContext(Compilation compilation, AnalyzerOptions options, System.Action reportDiagnostic, System.Func isSupportedDiagnostic, System.Threading.CancellationToken cancellationToken) { } - - public System.Threading.CancellationToken CancellationToken { get { throw null; } } - - public Compilation Compilation { get { throw null; } } - - public AnalyzerOptions Options { get { throw null; } } - - public readonly void ReportDiagnostic(Diagnostic diagnostic) { } - - public readonly bool TryGetValue(SyntaxTree tree, SyntaxTreeValueProvider valueProvider, out TValue value) { throw null; } - - public readonly bool TryGetValue(Text.SourceText text, SourceTextValueProvider valueProvider, out TValue value) { throw null; } - } - - public abstract partial class CompilationStartAnalysisContext - { - protected CompilationStartAnalysisContext(Compilation compilation, AnalyzerOptions options, System.Threading.CancellationToken cancellationToken) { } - - public System.Threading.CancellationToken CancellationToken { get { throw null; } } - - public Compilation Compilation { get { throw null; } } - - public AnalyzerOptions Options { get { throw null; } } - - public virtual void RegisterAdditionalFileAction(System.Action action) { } - - public abstract void RegisterCodeBlockAction(System.Action action); - public abstract void RegisterCodeBlockStartAction(System.Action> action) - where TLanguageKindEnum : struct; - public abstract void RegisterCompilationEndAction(System.Action action); - public void RegisterOperationAction(System.Action action, params OperationKind[] operationKinds) { } - - public virtual void RegisterOperationAction(System.Action action, System.Collections.Immutable.ImmutableArray operationKinds) { } - - public virtual void RegisterOperationBlockAction(System.Action action) { } - - public virtual void RegisterOperationBlockStartAction(System.Action action) { } - - public abstract void RegisterSemanticModelAction(System.Action action); - public void RegisterSymbolAction(System.Action action, params SymbolKind[] symbolKinds) { } - - public abstract void RegisterSymbolAction(System.Action action, System.Collections.Immutable.ImmutableArray symbolKinds); - public virtual void RegisterSymbolStartAction(System.Action action, SymbolKind symbolKind) { } - - public void RegisterSyntaxNodeAction(System.Action action, params TLanguageKindEnum[] syntaxKinds) - where TLanguageKindEnum : struct { } - - public abstract void RegisterSyntaxNodeAction(System.Action action, System.Collections.Immutable.ImmutableArray syntaxKinds) - where TLanguageKindEnum : struct; - public abstract void RegisterSyntaxTreeAction(System.Action action); - public bool TryGetValue(SyntaxTree tree, SyntaxTreeValueProvider valueProvider, out TValue value) { throw null; } - - public bool TryGetValue(Text.SourceText text, SourceTextValueProvider valueProvider, out TValue value) { throw null; } - } - - public partial class CompilationWithAnalyzers - { - public CompilationWithAnalyzers(Compilation compilation, System.Collections.Immutable.ImmutableArray analyzers, AnalyzerOptions? options, System.Threading.CancellationToken cancellationToken) { } - - public CompilationWithAnalyzers(Compilation compilation, System.Collections.Immutable.ImmutableArray analyzers, CompilationWithAnalyzersOptions analysisOptions) { } - - public CompilationWithAnalyzersOptions AnalysisOptions { get { throw null; } } - - public System.Collections.Immutable.ImmutableArray Analyzers { get { throw null; } } - - public System.Threading.CancellationToken CancellationToken { get { throw null; } } - - public Compilation Compilation { get { throw null; } } - - [System.Obsolete("This API is no longer required to be invoked. Analyzer state is automatically cleaned up when CompilationWithAnalyzers instance is released.")] - public static void ClearAnalyzerState(System.Collections.Immutable.ImmutableArray analyzers) { } - - public System.Threading.Tasks.Task> GetAllDiagnosticsAsync() { throw null; } - - public System.Threading.Tasks.Task> GetAllDiagnosticsAsync(System.Threading.CancellationToken cancellationToken) { throw null; } - - public System.Threading.Tasks.Task GetAnalysisResultAsync(AdditionalText file, System.Collections.Immutable.ImmutableArray analyzers, System.Threading.CancellationToken cancellationToken) { throw null; } - - public System.Threading.Tasks.Task GetAnalysisResultAsync(AdditionalText file, System.Threading.CancellationToken cancellationToken) { throw null; } - - public System.Threading.Tasks.Task GetAnalysisResultAsync(SemanticModel model, Text.TextSpan? filterSpan, System.Collections.Immutable.ImmutableArray analyzers, System.Threading.CancellationToken cancellationToken) { throw null; } - - public System.Threading.Tasks.Task GetAnalysisResultAsync(SemanticModel model, Text.TextSpan? filterSpan, System.Threading.CancellationToken cancellationToken) { throw null; } - - public System.Threading.Tasks.Task GetAnalysisResultAsync(SyntaxTree tree, System.Collections.Immutable.ImmutableArray analyzers, System.Threading.CancellationToken cancellationToken) { throw null; } - - public System.Threading.Tasks.Task GetAnalysisResultAsync(SyntaxTree tree, System.Threading.CancellationToken cancellationToken) { throw null; } - - public System.Threading.Tasks.Task GetAnalysisResultAsync(System.Collections.Immutable.ImmutableArray analyzers, System.Threading.CancellationToken cancellationToken) { throw null; } - - public System.Threading.Tasks.Task GetAnalysisResultAsync(System.Threading.CancellationToken cancellationToken) { throw null; } - - [System.Obsolete("This API was found to have performance issues and hence has been deprecated. Instead, invoke the API 'GetAnalysisResultAsync' and access the property 'CompilationDiagnostics' on the returned 'AnalysisResult' to fetch the compilation diagnostics.")] - public System.Threading.Tasks.Task> GetAnalyzerCompilationDiagnosticsAsync(System.Collections.Immutable.ImmutableArray analyzers, System.Threading.CancellationToken cancellationToken) { throw null; } - - [System.Obsolete("This API was found to have performance issues and hence has been deprecated. Instead, invoke the API 'GetAnalysisResultAsync' and access the property 'CompilationDiagnostics' on the returned 'AnalysisResult' to fetch the compilation diagnostics.")] - public System.Threading.Tasks.Task> GetAnalyzerCompilationDiagnosticsAsync(System.Threading.CancellationToken cancellationToken) { throw null; } - - public System.Threading.Tasks.Task> GetAnalyzerDiagnosticsAsync() { throw null; } - - public System.Threading.Tasks.Task> GetAnalyzerDiagnosticsAsync(System.Collections.Immutable.ImmutableArray analyzers, System.Threading.CancellationToken cancellationToken) { throw null; } - - public System.Threading.Tasks.Task> GetAnalyzerDiagnosticsAsync(System.Threading.CancellationToken cancellationToken) { throw null; } - - public System.Threading.Tasks.Task> GetAnalyzerSemanticDiagnosticsAsync(SemanticModel model, Text.TextSpan? filterSpan, System.Collections.Immutable.ImmutableArray analyzers, System.Threading.CancellationToken cancellationToken) { throw null; } - - public System.Threading.Tasks.Task> GetAnalyzerSemanticDiagnosticsAsync(SemanticModel model, Text.TextSpan? filterSpan, System.Threading.CancellationToken cancellationToken) { throw null; } - - public System.Threading.Tasks.Task> GetAnalyzerSyntaxDiagnosticsAsync(SyntaxTree tree, System.Collections.Immutable.ImmutableArray analyzers, System.Threading.CancellationToken cancellationToken) { throw null; } - - public System.Threading.Tasks.Task> GetAnalyzerSyntaxDiagnosticsAsync(SyntaxTree tree, System.Threading.CancellationToken cancellationToken) { throw null; } - - public System.Threading.Tasks.Task GetAnalyzerTelemetryInfoAsync(DiagnosticAnalyzer analyzer, System.Threading.CancellationToken cancellationToken) { throw null; } - - public static System.Collections.Generic.IEnumerable GetEffectiveDiagnostics(System.Collections.Generic.IEnumerable diagnostics, Compilation compilation) { throw null; } - - public static System.Collections.Generic.IEnumerable GetEffectiveDiagnostics(System.Collections.Immutable.ImmutableArray diagnostics, Compilation compilation) { throw null; } - - public static bool IsDiagnosticAnalyzerSuppressed(DiagnosticAnalyzer analyzer, CompilationOptions options, System.Action? onAnalyzerException = null) { throw null; } - } - - public sealed partial class CompilationWithAnalyzersOptions - { - public CompilationWithAnalyzersOptions(AnalyzerOptions? options, System.Action? onAnalyzerException, bool concurrentAnalysis, bool logAnalyzerExecutionTime, bool reportSuppressedDiagnostics, System.Func? analyzerExceptionFilter) { } - - public CompilationWithAnalyzersOptions(AnalyzerOptions options, System.Action? onAnalyzerException, bool concurrentAnalysis, bool logAnalyzerExecutionTime, bool reportSuppressedDiagnostics) { } - - public CompilationWithAnalyzersOptions(AnalyzerOptions options, System.Action? onAnalyzerException, bool concurrentAnalysis, bool logAnalyzerExecutionTime) { } - - public System.Func? AnalyzerExceptionFilter { get { throw null; } } - - public bool ConcurrentAnalysis { get { throw null; } } - - public bool LogAnalyzerExecutionTime { get { throw null; } } - - public System.Action? OnAnalyzerException { get { throw null; } } - - public AnalyzerOptions? Options { get { throw null; } } - - public bool ReportSuppressedDiagnostics { get { throw null; } } - } - - public abstract partial class DiagnosticAnalyzer - { - protected DiagnosticAnalyzer() { } - - public abstract System.Collections.Immutable.ImmutableArray SupportedDiagnostics { get; } - - public sealed override bool Equals(object? obj) { throw null; } - - public sealed override int GetHashCode() { throw null; } - - public abstract void Initialize(AnalysisContext context); - public sealed override string ToString() { throw null; } - } - - [System.AttributeUsage(System.AttributeTargets.Class)] - public sealed partial class DiagnosticAnalyzerAttribute : System.Attribute - { - public DiagnosticAnalyzerAttribute(string firstLanguage, params string[] additionalLanguages) { } - - public string[] Languages { get { throw null; } } - } - - public static partial class DiagnosticAnalyzerExtensions - { - public static CompilationWithAnalyzers WithAnalyzers(this Compilation compilation, System.Collections.Immutable.ImmutableArray analyzers, AnalyzerOptions? options = null, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static CompilationWithAnalyzers WithAnalyzers(this Compilation compilation, System.Collections.Immutable.ImmutableArray analyzers, CompilationWithAnalyzersOptions analysisOptions) { throw null; } - } - - public abstract partial class DiagnosticSuppressor : DiagnosticAnalyzer - { - protected DiagnosticSuppressor() { } - - public sealed override System.Collections.Immutable.ImmutableArray SupportedDiagnostics { get { throw null; } } - - public abstract System.Collections.Immutable.ImmutableArray SupportedSuppressions { get; } - - public sealed override void Initialize(AnalysisContext context) { } - - public abstract void ReportSuppressions(SuppressionAnalysisContext context); - } - - [System.Flags] - public enum GeneratedCodeAnalysisFlags - { - None = 0, - Analyze = 1, - ReportDiagnostics = 2 - } - - public readonly partial struct OperationAnalysisContext - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public OperationAnalysisContext(IOperation operation, ISymbol containingSymbol, Compilation compilation, AnalyzerOptions options, System.Action reportDiagnostic, System.Func isSupportedDiagnostic, System.Threading.CancellationToken cancellationToken) { } - - public System.Threading.CancellationToken CancellationToken { get { throw null; } } - - public Compilation Compilation { get { throw null; } } - - public ISymbol ContainingSymbol { get { throw null; } } - - public bool IsGeneratedCode { get { throw null; } } - - public IOperation Operation { get { throw null; } } - - public AnalyzerOptions Options { get { throw null; } } - - public readonly FlowAnalysis.ControlFlowGraph GetControlFlowGraph() { throw null; } - - public readonly void ReportDiagnostic(Diagnostic diagnostic) { } - } - - public readonly partial struct OperationBlockAnalysisContext - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public OperationBlockAnalysisContext(System.Collections.Immutable.ImmutableArray operationBlocks, ISymbol owningSymbol, Compilation compilation, AnalyzerOptions options, System.Action reportDiagnostic, System.Func isSupportedDiagnostic, System.Threading.CancellationToken cancellationToken) { } - - public System.Threading.CancellationToken CancellationToken { get { throw null; } } - - public Compilation Compilation { get { throw null; } } - - public bool IsGeneratedCode { get { throw null; } } - - public System.Collections.Immutable.ImmutableArray OperationBlocks { get { throw null; } } - - public AnalyzerOptions Options { get { throw null; } } - - public ISymbol OwningSymbol { get { throw null; } } - - public readonly FlowAnalysis.ControlFlowGraph GetControlFlowGraph(IOperation operationBlock) { throw null; } - - public readonly void ReportDiagnostic(Diagnostic diagnostic) { } - } - - public abstract partial class OperationBlockStartAnalysisContext - { - protected OperationBlockStartAnalysisContext(System.Collections.Immutable.ImmutableArray operationBlocks, ISymbol owningSymbol, Compilation compilation, AnalyzerOptions options, System.Threading.CancellationToken cancellationToken) { } - - public System.Threading.CancellationToken CancellationToken { get { throw null; } } - - public Compilation Compilation { get { throw null; } } - - public bool IsGeneratedCode { get { throw null; } } - - public System.Collections.Immutable.ImmutableArray OperationBlocks { get { throw null; } } - - public AnalyzerOptions Options { get { throw null; } } - - public ISymbol OwningSymbol { get { throw null; } } - - public FlowAnalysis.ControlFlowGraph GetControlFlowGraph(IOperation operationBlock) { throw null; } - - public void RegisterOperationAction(System.Action action, params OperationKind[] operationKinds) { } - - public abstract void RegisterOperationAction(System.Action action, System.Collections.Immutable.ImmutableArray operationKinds); - public abstract void RegisterOperationBlockEndAction(System.Action action); - } - - public readonly partial struct SemanticModelAnalysisContext - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public SemanticModelAnalysisContext(SemanticModel semanticModel, AnalyzerOptions options, System.Action reportDiagnostic, System.Func isSupportedDiagnostic, System.Threading.CancellationToken cancellationToken) { } - - public System.Threading.CancellationToken CancellationToken { get { throw null; } } - - public bool IsGeneratedCode { get { throw null; } } - - public AnalyzerOptions Options { get { throw null; } } - - public SemanticModel SemanticModel { get { throw null; } } - - public readonly void ReportDiagnostic(Diagnostic diagnostic) { } - } - - public sealed partial class SourceTextValueProvider - { - public SourceTextValueProvider(System.Func computeValue, System.Collections.Generic.IEqualityComparer? sourceTextComparer = null) { } - } - - public readonly partial struct Suppression : System.IEquatable - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public SuppressionDescriptor Descriptor { get { throw null; } } - - public Diagnostic SuppressedDiagnostic { get { throw null; } } - - public static Suppression Create(SuppressionDescriptor descriptor, Diagnostic suppressedDiagnostic) { throw null; } - - public readonly bool Equals(Suppression other) { throw null; } - - public override readonly bool Equals(object? obj) { throw null; } - - public override readonly int GetHashCode() { throw null; } - - public static bool operator ==(Suppression left, Suppression right) { throw null; } - - public static bool operator !=(Suppression left, Suppression right) { throw null; } - } - - public readonly partial struct SuppressionAnalysisContext - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public System.Threading.CancellationToken CancellationToken { get { throw null; } } - - public Compilation Compilation { get { throw null; } } - - public AnalyzerOptions Options { get { throw null; } } - - public System.Collections.Immutable.ImmutableArray ReportedDiagnostics { get { throw null; } } - - public readonly SemanticModel GetSemanticModel(SyntaxTree syntaxTree) { throw null; } - - public readonly void ReportSuppression(Suppression suppression) { } - } - - public sealed partial class SuppressionInfo - { - public AttributeData? Attribute { get { throw null; } } - - public string Id { get { throw null; } } - } - - public readonly partial struct SymbolAnalysisContext - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public SymbolAnalysisContext(ISymbol symbol, Compilation compilation, AnalyzerOptions options, System.Action reportDiagnostic, System.Func isSupportedDiagnostic, System.Threading.CancellationToken cancellationToken) { } - - public System.Threading.CancellationToken CancellationToken { get { throw null; } } - - public Compilation Compilation { get { throw null; } } - - public bool IsGeneratedCode { get { throw null; } } - - public AnalyzerOptions Options { get { throw null; } } - - public ISymbol Symbol { get { throw null; } } - - public readonly void ReportDiagnostic(Diagnostic diagnostic) { } - } - - public abstract partial class SymbolStartAnalysisContext - { - public SymbolStartAnalysisContext(ISymbol symbol, Compilation compilation, AnalyzerOptions options, System.Threading.CancellationToken cancellationToken) { } - - public System.Threading.CancellationToken CancellationToken { get { throw null; } } - - public Compilation Compilation { get { throw null; } } - - public bool IsGeneratedCode { get { throw null; } } - - public AnalyzerOptions Options { get { throw null; } } - - public ISymbol Symbol { get { throw null; } } - - public abstract void RegisterCodeBlockAction(System.Action action); - public abstract void RegisterCodeBlockStartAction(System.Action> action) - where TLanguageKindEnum : struct; - public void RegisterOperationAction(System.Action action, params OperationKind[] operationKinds) { } - - public abstract void RegisterOperationAction(System.Action action, System.Collections.Immutable.ImmutableArray operationKinds); - public abstract void RegisterOperationBlockAction(System.Action action); - public abstract void RegisterOperationBlockStartAction(System.Action action); - public abstract void RegisterSymbolEndAction(System.Action action); - public void RegisterSyntaxNodeAction(System.Action action, params TLanguageKindEnum[] syntaxKinds) - where TLanguageKindEnum : struct { } - - public abstract void RegisterSyntaxNodeAction(System.Action action, System.Collections.Immutable.ImmutableArray syntaxKinds) - where TLanguageKindEnum : struct; - } - - public readonly partial struct SyntaxNodeAnalysisContext - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public SyntaxNodeAnalysisContext(SyntaxNode node, ISymbol? containingSymbol, SemanticModel semanticModel, AnalyzerOptions options, System.Action reportDiagnostic, System.Func isSupportedDiagnostic, System.Threading.CancellationToken cancellationToken) { } - - public SyntaxNodeAnalysisContext(SyntaxNode node, SemanticModel semanticModel, AnalyzerOptions options, System.Action reportDiagnostic, System.Func isSupportedDiagnostic, System.Threading.CancellationToken cancellationToken) { } - - public System.Threading.CancellationToken CancellationToken { get { throw null; } } - - public Compilation Compilation { get { throw null; } } - - public ISymbol? ContainingSymbol { get { throw null; } } - - public bool IsGeneratedCode { get { throw null; } } - - public SyntaxNode Node { get { throw null; } } - - public AnalyzerOptions Options { get { throw null; } } - - public SemanticModel SemanticModel { get { throw null; } } - - public readonly void ReportDiagnostic(Diagnostic diagnostic) { } - } - - public readonly partial struct SyntaxTreeAnalysisContext - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public SyntaxTreeAnalysisContext(SyntaxTree tree, AnalyzerOptions options, System.Action reportDiagnostic, System.Func isSupportedDiagnostic, System.Threading.CancellationToken cancellationToken) { } - - public System.Threading.CancellationToken CancellationToken { get { throw null; } } - - public bool IsGeneratedCode { get { throw null; } } - - public AnalyzerOptions Options { get { throw null; } } - - public SyntaxTree Tree { get { throw null; } } - - public readonly void ReportDiagnostic(Diagnostic diagnostic) { } - } - - public sealed partial class SyntaxTreeValueProvider - { - public SyntaxTreeValueProvider(System.Func computeValue, System.Collections.Generic.IEqualityComparer? syntaxTreeComparer = null) { } - } - - public sealed partial class UnresolvedAnalyzerReference : AnalyzerReference - { - public UnresolvedAnalyzerReference(string unresolvedPath) { } - - public override string Display { get { throw null; } } - - public override string FullPath { get { throw null; } } - - public override object Id { get { throw null; } } - - public override System.Collections.Immutable.ImmutableArray GetAnalyzers(string language) { throw null; } - - public override System.Collections.Immutable.ImmutableArray GetAnalyzersForAllLanguages() { throw null; } - } -} - -namespace Microsoft.CodeAnalysis.Diagnostics.Telemetry -{ - [System.Runtime.Serialization.DataContract] - public sealed partial class AnalyzerTelemetryInfo - { - public AnalyzerTelemetryInfo() { } - - [System.Runtime.Serialization.DataMember(Order = 4)] - public int AdditionalFileActionsCount { get { throw null; } set { } } - - [System.Runtime.Serialization.DataMember(Order = 12)] - public int CodeBlockActionsCount { get { throw null; } set { } } - - [System.Runtime.Serialization.DataMember(Order = 11)] - public int CodeBlockEndActionsCount { get { throw null; } set { } } - - [System.Runtime.Serialization.DataMember(Order = 10)] - public int CodeBlockStartActionsCount { get { throw null; } set { } } - - [System.Runtime.Serialization.DataMember(Order = 2)] - public int CompilationActionsCount { get { throw null; } set { } } - - [System.Runtime.Serialization.DataMember(Order = 1)] - public int CompilationEndActionsCount { get { throw null; } set { } } - - [System.Runtime.Serialization.DataMember(Order = 0)] - public int CompilationStartActionsCount { get { throw null; } set { } } - - [System.Runtime.Serialization.DataMember(Order = 19)] - public bool Concurrent { get { throw null; } set { } } - - [System.Runtime.Serialization.DataMember(Order = 18)] - public System.TimeSpan ExecutionTime { get { throw null; } set { } } - - [System.Runtime.Serialization.DataMember(Order = 13)] - public int OperationActionsCount { get { throw null; } set { } } - - [System.Runtime.Serialization.DataMember(Order = 16)] - public int OperationBlockActionsCount { get { throw null; } set { } } - - [System.Runtime.Serialization.DataMember(Order = 15)] - public int OperationBlockEndActionsCount { get { throw null; } set { } } - - [System.Runtime.Serialization.DataMember(Order = 14)] - public int OperationBlockStartActionsCount { get { throw null; } set { } } - - [System.Runtime.Serialization.DataMember(Order = 5)] - public int SemanticModelActionsCount { get { throw null; } set { } } - - [System.Runtime.Serialization.DataMember(Order = 17)] - public int SuppressionActionsCount { get { throw null; } set { } } - - [System.Runtime.Serialization.DataMember(Order = 6)] - public int SymbolActionsCount { get { throw null; } set { } } - - [System.Runtime.Serialization.DataMember(Order = 8)] - public int SymbolEndActionsCount { get { throw null; } set { } } - - [System.Runtime.Serialization.DataMember(Order = 7)] - public int SymbolStartActionsCount { get { throw null; } set { } } - - [System.Runtime.Serialization.DataMember(Order = 9)] - public int SyntaxNodeActionsCount { get { throw null; } set { } } - - [System.Runtime.Serialization.DataMember(Order = 3)] - public int SyntaxTreeActionsCount { get { throw null; } set { } } - } -} - -namespace Microsoft.CodeAnalysis.Emit -{ - public enum DebugInformationFormat - { - Pdb = 1, - PortablePdb = 2, - Embedded = 3 - } - - public readonly partial struct EditAndContinueMethodDebugInformation - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public static EditAndContinueMethodDebugInformation Create(System.Collections.Immutable.ImmutableArray compressedSlotMap, System.Collections.Immutable.ImmutableArray compressedLambdaMap, System.Collections.Immutable.ImmutableArray compressedStateMachineStateMap) { throw null; } - - public static EditAndContinueMethodDebugInformation Create(System.Collections.Immutable.ImmutableArray compressedSlotMap, System.Collections.Immutable.ImmutableArray compressedLambdaMap) { throw null; } - } - - public sealed partial class EmitBaseline - { - public ModuleMetadata OriginalMetadata { get { throw null; } } - - public static EmitBaseline CreateInitialBaseline(ModuleMetadata module, System.Func debugInformationProvider, System.Func localSignatureProvider, bool hasPortableDebugInformation) { throw null; } - - public static EmitBaseline CreateInitialBaseline(ModuleMetadata module, System.Func debugInformationProvider) { throw null; } - } - - public sealed partial class EmitDifferenceResult : EmitResult - { - public EmitBaseline? Baseline { get { throw null; } } - - public System.Collections.Immutable.ImmutableArray ChangedTypes { get { throw null; } } - - public System.Collections.Immutable.ImmutableArray UpdatedMethods { get { throw null; } } - } - - public sealed partial class EmitOptions : System.IEquatable - { - public EmitOptions(bool metadataOnly = false, DebugInformationFormat debugInformationFormat = 0, string? pdbFilePath = null, string? outputNameOverride = null, int fileAlignment = 0, ulong baseAddress = 0, bool highEntropyVirtualAddressSpace = false, SubsystemVersion subsystemVersion = default, string? runtimeMetadataVersion = null, bool tolerateErrors = false, bool includePrivateMembers = true, System.Collections.Immutable.ImmutableArray instrumentationKinds = default, System.Security.Cryptography.HashAlgorithmName? pdbChecksumAlgorithm = null, System.Text.Encoding? defaultSourceFileEncoding = null, System.Text.Encoding? fallbackSourceFileEncoding = null) { } - - public EmitOptions(bool metadataOnly, DebugInformationFormat debugInformationFormat, string? pdbFilePath, string? outputNameOverride, int fileAlignment, ulong baseAddress, bool highEntropyVirtualAddressSpace, SubsystemVersion subsystemVersion, string? runtimeMetadataVersion, bool tolerateErrors, bool includePrivateMembers, System.Collections.Immutable.ImmutableArray instrumentationKinds, System.Security.Cryptography.HashAlgorithmName? pdbChecksumAlgorithm) { } - - public EmitOptions(bool metadataOnly, DebugInformationFormat debugInformationFormat, string pdbFilePath, string outputNameOverride, int fileAlignment, ulong baseAddress, bool highEntropyVirtualAddressSpace, SubsystemVersion subsystemVersion, string runtimeMetadataVersion, bool tolerateErrors, bool includePrivateMembers, System.Collections.Immutable.ImmutableArray instrumentationKinds) { } - - public EmitOptions(bool metadataOnly, DebugInformationFormat debugInformationFormat, string pdbFilePath, string outputNameOverride, int fileAlignment, ulong baseAddress, bool highEntropyVirtualAddressSpace, SubsystemVersion subsystemVersion, string runtimeMetadataVersion, bool tolerateErrors, bool includePrivateMembers) { } - - public ulong BaseAddress { get { throw null; } } - - public DebugInformationFormat DebugInformationFormat { get { throw null; } } - - public System.Text.Encoding? DefaultSourceFileEncoding { get { throw null; } } - - public bool EmitMetadataOnly { get { throw null; } } - - public System.Text.Encoding? FallbackSourceFileEncoding { get { throw null; } } - - public int FileAlignment { get { throw null; } } - - public bool HighEntropyVirtualAddressSpace { get { throw null; } } - - public bool IncludePrivateMembers { get { throw null; } } - - public System.Collections.Immutable.ImmutableArray InstrumentationKinds { get { throw null; } } - - public string? OutputNameOverride { get { throw null; } } - - public System.Security.Cryptography.HashAlgorithmName PdbChecksumAlgorithm { get { throw null; } } - - public string? PdbFilePath { get { throw null; } } - - public string? RuntimeMetadataVersion { get { throw null; } } - - public SubsystemVersion SubsystemVersion { get { throw null; } } - - public bool TolerateErrors { get { throw null; } } - - public bool Equals(EmitOptions? other) { throw null; } - - public override bool Equals(object? obj) { throw null; } - - public override int GetHashCode() { throw null; } - - public static bool operator ==(EmitOptions? left, EmitOptions? right) { throw null; } - - public static bool operator !=(EmitOptions? left, EmitOptions? right) { throw null; } - - public EmitOptions WithBaseAddress(ulong value) { throw null; } - - public EmitOptions WithDebugInformationFormat(DebugInformationFormat format) { throw null; } - - public EmitOptions WithDefaultSourceFileEncoding(System.Text.Encoding? defaultSourceFileEncoding) { throw null; } - - public EmitOptions WithEmitMetadataOnly(bool value) { throw null; } - - public EmitOptions WithFallbackSourceFileEncoding(System.Text.Encoding? fallbackSourceFileEncoding) { throw null; } - - public EmitOptions WithFileAlignment(int value) { throw null; } - - public EmitOptions WithHighEntropyVirtualAddressSpace(bool value) { throw null; } - - public EmitOptions WithIncludePrivateMembers(bool value) { throw null; } - - public EmitOptions WithInstrumentationKinds(System.Collections.Immutable.ImmutableArray instrumentationKinds) { throw null; } - - public EmitOptions WithOutputNameOverride(string outputName) { throw null; } - - public EmitOptions WithPdbChecksumAlgorithm(System.Security.Cryptography.HashAlgorithmName name) { throw null; } - - public EmitOptions WithPdbFilePath(string path) { throw null; } - - public EmitOptions WithRuntimeMetadataVersion(string version) { throw null; } - - public EmitOptions WithSubsystemVersion(SubsystemVersion subsystemVersion) { throw null; } - - public EmitOptions WithTolerateErrors(bool value) { throw null; } - } - - public partial class EmitResult - { - public System.Collections.Immutable.ImmutableArray Diagnostics { get { throw null; } } - - public bool Success { get { throw null; } } - - protected virtual string GetDebuggerDisplay() { throw null; } - } - - public enum InstrumentationKind - { - None = 0, - TestCoverage = 1 - } - - public readonly partial struct SemanticEdit : System.IEquatable - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public SemanticEdit(SemanticEditKind kind, ISymbol? oldSymbol, ISymbol? newSymbol, System.Func? syntaxMap = null, bool preserveLocalVariables = false) { } - - public SemanticEditKind Kind { get { throw null; } } - - public ISymbol? NewSymbol { get { throw null; } } - - public ISymbol? OldSymbol { get { throw null; } } - - public bool PreserveLocalVariables { get { throw null; } } - - public System.Func? SyntaxMap { get { throw null; } } - - public readonly bool Equals(SemanticEdit other) { throw null; } - - public override readonly bool Equals(object? obj) { throw null; } - - public override readonly int GetHashCode() { throw null; } - - public static bool operator ==(SemanticEdit left, SemanticEdit right) { throw null; } - - public static bool operator !=(SemanticEdit left, SemanticEdit right) { throw null; } - } - - public enum SemanticEditKind - { - None = 0, - Update = 1, - Insert = 2, - Delete = 3, - Replace = 4 - } -} - -namespace Microsoft.CodeAnalysis.FlowAnalysis -{ - public sealed partial class BasicBlock - { - public IOperation? BranchValue { get { throw null; } } - - public ControlFlowBranch? ConditionalSuccessor { get { throw null; } } - - public ControlFlowConditionKind ConditionKind { get { throw null; } } - - public ControlFlowRegion EnclosingRegion { get { throw null; } } - - public ControlFlowBranch? FallThroughSuccessor { get { throw null; } } - - public bool IsReachable { get { throw null; } } - - public BasicBlockKind Kind { get { throw null; } } - - public System.Collections.Immutable.ImmutableArray Operations { get { throw null; } } - - public int Ordinal { get { throw null; } } - - public System.Collections.Immutable.ImmutableArray Predecessors { get { throw null; } } - } - - public enum BasicBlockKind - { - Entry = 0, - Exit = 1, - Block = 2 - } - - public readonly partial struct CaptureId : System.IEquatable - { - private readonly int _dummyPrimitive; - public readonly bool Equals(CaptureId other) { throw null; } - - public override readonly bool Equals(object? obj) { throw null; } - - public override readonly int GetHashCode() { throw null; } - } - - public sealed partial class ControlFlowBranch - { - public BasicBlock? Destination { get { throw null; } } - - public System.Collections.Immutable.ImmutableArray EnteringRegions { get { throw null; } } - - public System.Collections.Immutable.ImmutableArray FinallyRegions { get { throw null; } } - - public bool IsConditionalSuccessor { get { throw null; } } - - public System.Collections.Immutable.ImmutableArray LeavingRegions { get { throw null; } } - - public ControlFlowBranchSemantics Semantics { get { throw null; } } - - public BasicBlock Source { get { throw null; } } - } - - public enum ControlFlowBranchSemantics - { - None = 0, - Regular = 1, - Return = 2, - StructuredExceptionHandling = 3, - ProgramTermination = 4, - Throw = 5, - Rethrow = 6, - Error = 7 - } - - public enum ControlFlowConditionKind - { - None = 0, - WhenFalse = 1, - WhenTrue = 2 - } - - public sealed partial class ControlFlowGraph - { - public System.Collections.Immutable.ImmutableArray Blocks { get { throw null; } } - - public System.Collections.Immutable.ImmutableArray LocalFunctions { get { throw null; } } - - public IOperation OriginalOperation { get { throw null; } } - - public ControlFlowGraph? Parent { get { throw null; } } - - public ControlFlowRegion Root { get { throw null; } } - - public static ControlFlowGraph Create(Operations.IBlockOperation body, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static ControlFlowGraph Create(Operations.IConstructorBodyOperation constructorBody, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static ControlFlowGraph Create(Operations.IFieldInitializerOperation initializer, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static ControlFlowGraph Create(Operations.IMethodBodyOperation methodBody, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static ControlFlowGraph Create(Operations.IParameterInitializerOperation initializer, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static ControlFlowGraph Create(Operations.IPropertyInitializerOperation initializer, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static ControlFlowGraph? Create(SyntaxNode node, SemanticModel semanticModel, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public ControlFlowGraph GetAnonymousFunctionControlFlowGraph(IFlowAnonymousFunctionOperation anonymousFunction, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public ControlFlowGraph GetLocalFunctionControlFlowGraph(IMethodSymbol localFunction, System.Threading.CancellationToken cancellationToken = default) { throw null; } - } - - public static partial class ControlFlowGraphExtensions - { - public static ControlFlowGraph GetAnonymousFunctionControlFlowGraphInScope(this ControlFlowGraph controlFlowGraph, IFlowAnonymousFunctionOperation anonymousFunction, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static ControlFlowGraph GetLocalFunctionControlFlowGraphInScope(this ControlFlowGraph controlFlowGraph, IMethodSymbol localFunction, System.Threading.CancellationToken cancellationToken = default) { throw null; } - } - - public sealed partial class ControlFlowRegion - { - public System.Collections.Immutable.ImmutableArray CaptureIds { get { throw null; } } - - public ControlFlowRegion? EnclosingRegion { get { throw null; } } - - public ITypeSymbol? ExceptionType { get { throw null; } } - - public int FirstBlockOrdinal { get { throw null; } } - - public ControlFlowRegionKind Kind { get { throw null; } } - - public int LastBlockOrdinal { get { throw null; } } - - public System.Collections.Immutable.ImmutableArray LocalFunctions { get { throw null; } } - - public System.Collections.Immutable.ImmutableArray Locals { get { throw null; } } - - public System.Collections.Immutable.ImmutableArray NestedRegions { get { throw null; } } - } - - public enum ControlFlowRegionKind - { - Root = 0, - LocalLifetime = 1, - Try = 2, - Filter = 3, - Catch = 4, - FilterAndHandler = 5, - TryAndCatch = 6, - Finally = 7, - TryAndFinally = 8, - StaticLocalInitializer = 9, - ErroneousBody = 10 - } - - public partial interface ICaughtExceptionOperation : IOperation - { - } - - public partial interface IFlowAnonymousFunctionOperation : IOperation - { - IMethodSymbol Symbol { get; } - } - - public partial interface IFlowCaptureOperation : IOperation - { - CaptureId Id { get; } - - IOperation Value { get; } - } - - public partial interface IFlowCaptureReferenceOperation : IOperation - { - CaptureId Id { get; } - - bool IsInitialization { get; } - } - - public partial interface IIsNullOperation : IOperation - { - IOperation Operand { get; } - } - - public partial interface IStaticLocalInitializationSemaphoreOperation : IOperation - { - ILocalSymbol Local { get; } - } -} - -namespace Microsoft.CodeAnalysis.Operations -{ - public enum ArgumentKind - { - None = 0, - Explicit = 1, - ParamArray = 2, - DefaultValue = 3 - } - - public enum BinaryOperatorKind - { - None = 0, - Add = 1, - Subtract = 2, - Multiply = 3, - Divide = 4, - IntegerDivide = 5, - Remainder = 6, - Power = 7, - LeftShift = 8, - RightShift = 9, - And = 10, - Or = 11, - ExclusiveOr = 12, - ConditionalAnd = 13, - ConditionalOr = 14, - Concatenate = 15, - Equals = 16, - ObjectValueEquals = 17, - NotEquals = 18, - ObjectValueNotEquals = 19, - LessThan = 20, - LessThanOrEqual = 21, - GreaterThanOrEqual = 22, - GreaterThan = 23, - Like = 24, - UnsignedRightShift = 25 - } - - public enum BranchKind - { - None = 0, - Continue = 1, - Break = 2, - GoTo = 3 - } - - public enum CaseKind - { - None = 0, - SingleValue = 1, - Relational = 2, - Range = 3, - Default = 4, - Pattern = 5 - } - - public readonly partial struct CommonConversion - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public ITypeSymbol? ConstrainedToType { get { throw null; } } - - public bool Exists { get { throw null; } } - - public bool IsIdentity { get { throw null; } } - - public bool IsImplicit { get { throw null; } } - - public bool IsNullable { get { throw null; } } - - public bool IsNumeric { get { throw null; } } - - public bool IsReference { get { throw null; } } - - public bool IsUserDefined { get { throw null; } } - - public IMethodSymbol? MethodSymbol { get { throw null; } } - } - - public partial interface IAddressOfOperation : IOperation - { - IOperation Reference { get; } - } - - public partial interface IAnonymousFunctionOperation : IOperation - { - IBlockOperation Body { get; } - - IMethodSymbol Symbol { get; } - } - - public partial interface IAnonymousObjectCreationOperation : IOperation - { - System.Collections.Immutable.ImmutableArray Initializers { get; } - } - - public partial interface IArgumentOperation : IOperation - { - ArgumentKind ArgumentKind { get; } - - CommonConversion InConversion { get; } - - CommonConversion OutConversion { get; } - - IParameterSymbol? Parameter { get; } - - IOperation Value { get; } - } - - public partial interface IArrayCreationOperation : IOperation - { - System.Collections.Immutable.ImmutableArray DimensionSizes { get; } - - IArrayInitializerOperation? Initializer { get; } - } - - public partial interface IArrayElementReferenceOperation : IOperation - { - IOperation ArrayReference { get; } - - System.Collections.Immutable.ImmutableArray Indices { get; } - } - - public partial interface IArrayInitializerOperation : IOperation - { - System.Collections.Immutable.ImmutableArray ElementValues { get; } - } - - public partial interface IAssignmentOperation : IOperation - { - IOperation Target { get; } - - IOperation Value { get; } - } - - public partial interface IAwaitOperation : IOperation - { - IOperation Operation { get; } - } - - public partial interface IBinaryOperation : IOperation - { - ITypeSymbol? ConstrainedToType { get; } - - bool IsChecked { get; } - - bool IsCompareText { get; } - - bool IsLifted { get; } - - IOperation LeftOperand { get; } - - BinaryOperatorKind OperatorKind { get; } - - IMethodSymbol? OperatorMethod { get; } - - IOperation RightOperand { get; } - } - - public partial interface IBinaryPatternOperation : IPatternOperation, IOperation - { - IPatternOperation LeftPattern { get; } - - BinaryOperatorKind OperatorKind { get; } - - IPatternOperation RightPattern { get; } - } - - public partial interface IBlockOperation : IOperation - { - System.Collections.Immutable.ImmutableArray Locals { get; } - - System.Collections.Immutable.ImmutableArray Operations { get; } - } - - public partial interface IBranchOperation : IOperation - { - BranchKind BranchKind { get; } - - ILabelSymbol Target { get; } - } - - public partial interface ICaseClauseOperation : IOperation - { - CaseKind CaseKind { get; } - - ILabelSymbol? Label { get; } - } - - public partial interface ICatchClauseOperation : IOperation - { - IOperation? ExceptionDeclarationOrExpression { get; } - - ITypeSymbol ExceptionType { get; } - - IOperation? Filter { get; } - - IBlockOperation Handler { get; } - - System.Collections.Immutable.ImmutableArray Locals { get; } - } - - public partial interface ICoalesceAssignmentOperation : IAssignmentOperation, IOperation - { - } - - public partial interface ICoalesceOperation : IOperation - { - IOperation Value { get; } - - CommonConversion ValueConversion { get; } - - IOperation WhenNull { get; } - } - - [System.Obsolete("ICollectionElementInitializerOperation has been replaced with IInvocationOperation and IDynamicInvocationOperation", true)] - public partial interface ICollectionElementInitializerOperation : IOperation - { - IMethodSymbol AddMethod { get; } - - System.Collections.Immutable.ImmutableArray Arguments { get; } - - bool IsDynamic { get; } - } - - public partial interface ICompoundAssignmentOperation : IAssignmentOperation, IOperation - { - ITypeSymbol? ConstrainedToType { get; } - - CommonConversion InConversion { get; } - - bool IsChecked { get; } - - bool IsLifted { get; } - - BinaryOperatorKind OperatorKind { get; } - - IMethodSymbol? OperatorMethod { get; } - - CommonConversion OutConversion { get; } - } - - public partial interface IConditionalAccessInstanceOperation : IOperation - { - } - - public partial interface IConditionalAccessOperation : IOperation - { - IOperation Operation { get; } - - IOperation WhenNotNull { get; } - } - - public partial interface IConditionalOperation : IOperation - { - IOperation Condition { get; } - - bool IsRef { get; } - - IOperation? WhenFalse { get; } - - IOperation WhenTrue { get; } - } - - public partial interface IConstantPatternOperation : IPatternOperation, IOperation - { - IOperation Value { get; } - } - - public partial interface IConstructorBodyOperation : IMethodBodyBaseOperation, IOperation - { - IOperation? Initializer { get; } - - System.Collections.Immutable.ImmutableArray Locals { get; } - } - - public partial interface IConversionOperation : IOperation - { - ITypeSymbol? ConstrainedToType { get; } - - CommonConversion Conversion { get; } - - bool IsChecked { get; } - - bool IsTryCast { get; } - - IOperation Operand { get; } - - IMethodSymbol? OperatorMethod { get; } - } - - public partial interface IDeclarationExpressionOperation : IOperation - { - IOperation Expression { get; } - } - - public partial interface IDeclarationPatternOperation : IPatternOperation, IOperation - { - ISymbol? DeclaredSymbol { get; } - - ITypeSymbol? MatchedType { get; } - - bool MatchesNull { get; } - } - - public partial interface IDeconstructionAssignmentOperation : IAssignmentOperation, IOperation - { - } - - public partial interface IDefaultCaseClauseOperation : ICaseClauseOperation, IOperation - { - } - - public partial interface IDefaultValueOperation : IOperation - { - } - - public partial interface IDelegateCreationOperation : IOperation - { - IOperation Target { get; } - } - - public partial interface IDiscardOperation : IOperation - { - IDiscardSymbol DiscardSymbol { get; } - } - - public partial interface IDiscardPatternOperation : IPatternOperation, IOperation - { - } - - public partial interface IDynamicIndexerAccessOperation : IOperation - { - System.Collections.Immutable.ImmutableArray Arguments { get; } - - IOperation Operation { get; } - } - - public partial interface IDynamicInvocationOperation : IOperation - { - System.Collections.Immutable.ImmutableArray Arguments { get; } - - IOperation Operation { get; } - } - - public partial interface IDynamicMemberReferenceOperation : IOperation - { - ITypeSymbol? ContainingType { get; } - - IOperation? Instance { get; } - - string MemberName { get; } - - System.Collections.Immutable.ImmutableArray TypeArguments { get; } - } - - public partial interface IDynamicObjectCreationOperation : IOperation - { - System.Collections.Immutable.ImmutableArray Arguments { get; } - - IObjectOrCollectionInitializerOperation? Initializer { get; } - } - - public partial interface IEmptyOperation : IOperation - { - } - - public partial interface IEndOperation : IOperation - { - } - - public partial interface IEventAssignmentOperation : IOperation - { - bool Adds { get; } - - IOperation EventReference { get; } - - IOperation HandlerValue { get; } - } - - public partial interface IEventReferenceOperation : IMemberReferenceOperation, IOperation - { - IEventSymbol Event { get; } - } - - public partial interface IExpressionStatementOperation : IOperation - { - IOperation Operation { get; } - } - - public partial interface IFieldInitializerOperation : ISymbolInitializerOperation, IOperation - { - System.Collections.Immutable.ImmutableArray InitializedFields { get; } - } - - public partial interface IFieldReferenceOperation : IMemberReferenceOperation, IOperation - { - IFieldSymbol Field { get; } - - bool IsDeclaration { get; } - } - - public partial interface IForEachLoopOperation : ILoopOperation, IOperation - { - IOperation Collection { get; } - - bool IsAsynchronous { get; } - - IOperation LoopControlVariable { get; } - - System.Collections.Immutable.ImmutableArray NextVariables { get; } - } - - public partial interface IForLoopOperation : ILoopOperation, IOperation - { - System.Collections.Immutable.ImmutableArray AtLoopBottom { get; } - - System.Collections.Immutable.ImmutableArray Before { get; } - - IOperation? Condition { get; } - - System.Collections.Immutable.ImmutableArray ConditionLocals { get; } - } - - public partial interface IForToLoopOperation : ILoopOperation, IOperation - { - IOperation InitialValue { get; } - - bool IsChecked { get; } - - IOperation LimitValue { get; } - - IOperation LoopControlVariable { get; } - - System.Collections.Immutable.ImmutableArray NextVariables { get; } - - IOperation StepValue { get; } - } - - public partial interface IFunctionPointerInvocationOperation : IOperation - { - System.Collections.Immutable.ImmutableArray Arguments { get; } - - IOperation Target { get; } - } - - public partial interface IImplicitIndexerReferenceOperation : IOperation - { - IOperation Argument { get; } - - ISymbol IndexerSymbol { get; } - - IOperation Instance { get; } - - ISymbol LengthSymbol { get; } - } - - public partial interface IIncrementOrDecrementOperation : IOperation - { - ITypeSymbol? ConstrainedToType { get; } - - bool IsChecked { get; } - - bool IsLifted { get; } - - bool IsPostfix { get; } - - IMethodSymbol? OperatorMethod { get; } - - IOperation Target { get; } - } - - public partial interface IInstanceReferenceOperation : IOperation - { - InstanceReferenceKind ReferenceKind { get; } - } - - public partial interface IInterpolatedStringAdditionOperation : IOperation - { - IOperation Left { get; } - - IOperation Right { get; } - } - - public partial interface IInterpolatedStringAppendOperation : IInterpolatedStringContentOperation, IOperation - { - IOperation AppendCall { get; } - } - - public partial interface IInterpolatedStringContentOperation : IOperation - { - } - - public partial interface IInterpolatedStringHandlerArgumentPlaceholderOperation : IOperation - { - int ArgumentIndex { get; } - - InterpolatedStringArgumentPlaceholderKind PlaceholderKind { get; } - } - - public partial interface IInterpolatedStringHandlerCreationOperation : IOperation - { - IOperation Content { get; } - - bool HandlerAppendCallsReturnBool { get; } - - IOperation HandlerCreation { get; } - - bool HandlerCreationHasSuccessParameter { get; } - } - - public partial interface IInterpolatedStringOperation : IOperation - { - System.Collections.Immutable.ImmutableArray Parts { get; } - } - - public partial interface IInterpolatedStringTextOperation : IInterpolatedStringContentOperation, IOperation - { - IOperation Text { get; } - } - - public partial interface IInterpolationOperation : IInterpolatedStringContentOperation, IOperation - { - IOperation? Alignment { get; } - - IOperation Expression { get; } - - IOperation? FormatString { get; } - } - - public partial interface IInvalidOperation : IOperation - { - } - - public partial interface IInvocationOperation : IOperation - { - System.Collections.Immutable.ImmutableArray Arguments { get; } - - ITypeSymbol? ConstrainedToType { get; } - - IOperation? Instance { get; } - - bool IsVirtual { get; } - - IMethodSymbol TargetMethod { get; } - } - - public partial interface IIsPatternOperation : IOperation - { - IPatternOperation Pattern { get; } - - IOperation Value { get; } - } - - public partial interface IIsTypeOperation : IOperation - { - bool IsNegated { get; } - - ITypeSymbol TypeOperand { get; } - - IOperation ValueOperand { get; } - } - - public partial interface ILabeledOperation : IOperation - { - ILabelSymbol Label { get; } - - IOperation? Operation { get; } - } - - public partial interface IListPatternOperation : IPatternOperation, IOperation - { - ISymbol? DeclaredSymbol { get; } - - ISymbol? IndexerSymbol { get; } - - ISymbol? LengthSymbol { get; } - - System.Collections.Immutable.ImmutableArray Patterns { get; } - } - - public partial interface ILiteralOperation : IOperation - { - } - - public partial interface ILocalFunctionOperation : IOperation - { - IBlockOperation? Body { get; } - - IBlockOperation? IgnoredBody { get; } - - IMethodSymbol Symbol { get; } - } - - public partial interface ILocalReferenceOperation : IOperation - { - bool IsDeclaration { get; } - - ILocalSymbol Local { get; } - } - - public partial interface ILockOperation : IOperation - { - IOperation Body { get; } - - IOperation LockedValue { get; } - } - - public partial interface ILoopOperation : IOperation - { - IOperation Body { get; } - - ILabelSymbol ContinueLabel { get; } - - ILabelSymbol ExitLabel { get; } - - System.Collections.Immutable.ImmutableArray Locals { get; } - - LoopKind LoopKind { get; } - } - - public partial interface IMemberInitializerOperation : IOperation - { - IOperation InitializedMember { get; } - - IObjectOrCollectionInitializerOperation Initializer { get; } - } - - public partial interface IMemberReferenceOperation : IOperation - { - ITypeSymbol? ConstrainedToType { get; } - - IOperation? Instance { get; } - - ISymbol Member { get; } - } - - public partial interface IMethodBodyBaseOperation : IOperation - { - IBlockOperation? BlockBody { get; } - - IBlockOperation? ExpressionBody { get; } - } - - public partial interface IMethodBodyOperation : IMethodBodyBaseOperation, IOperation - { - } - - public partial interface IMethodReferenceOperation : IMemberReferenceOperation, IOperation - { - bool IsVirtual { get; } - - IMethodSymbol Method { get; } - } - - public partial interface INameOfOperation : IOperation - { - IOperation Argument { get; } - } - - public partial interface INegatedPatternOperation : IPatternOperation, IOperation - { - IPatternOperation Pattern { get; } - } - - public enum InstanceReferenceKind - { - ContainingTypeInstance = 0, - ImplicitReceiver = 1, - PatternInput = 2, - InterpolatedStringHandler = 3 - } - - public enum InterpolatedStringArgumentPlaceholderKind - { - CallsiteArgument = 0, - CallsiteReceiver = 1, - TrailingValidityArgument = 2 - } - - public partial interface IObjectCreationOperation : IOperation - { - System.Collections.Immutable.ImmutableArray Arguments { get; } - - IMethodSymbol? Constructor { get; } - - IObjectOrCollectionInitializerOperation? Initializer { get; } - } - - public partial interface IObjectOrCollectionInitializerOperation : IOperation - { - System.Collections.Immutable.ImmutableArray Initializers { get; } - } - - public partial interface IOmittedArgumentOperation : IOperation - { - } - - public partial interface IParameterInitializerOperation : ISymbolInitializerOperation, IOperation - { - IParameterSymbol Parameter { get; } - } - - public partial interface IParameterReferenceOperation : IOperation - { - IParameterSymbol Parameter { get; } - } - - public partial interface IParenthesizedOperation : IOperation - { - IOperation Operand { get; } - } - - public partial interface IPatternCaseClauseOperation : ICaseClauseOperation, IOperation - { - IOperation? Guard { get; } - - ILabelSymbol Label { get; } - - IPatternOperation Pattern { get; } - } - - public partial interface IPatternOperation : IOperation - { - ITypeSymbol InputType { get; } - - ITypeSymbol NarrowedType { get; } - } - - public partial interface IPropertyInitializerOperation : ISymbolInitializerOperation, IOperation - { - System.Collections.Immutable.ImmutableArray InitializedProperties { get; } - } - - public partial interface IPropertyReferenceOperation : IMemberReferenceOperation, IOperation - { - System.Collections.Immutable.ImmutableArray Arguments { get; } - - IPropertySymbol Property { get; } - } - - public partial interface IPropertySubpatternOperation : IOperation - { - IOperation Member { get; } - - IPatternOperation Pattern { get; } - } - - public partial interface IRaiseEventOperation : IOperation - { - System.Collections.Immutable.ImmutableArray Arguments { get; } - - IEventReferenceOperation EventReference { get; } - } - - public partial interface IRangeCaseClauseOperation : ICaseClauseOperation, IOperation - { - IOperation MaximumValue { get; } - - IOperation MinimumValue { get; } - } - - public partial interface IRangeOperation : IOperation - { - bool IsLifted { get; } - - IOperation? LeftOperand { get; } - - IMethodSymbol? Method { get; } - - IOperation? RightOperand { get; } - } - - public partial interface IRecursivePatternOperation : IPatternOperation, IOperation - { - ISymbol? DeclaredSymbol { get; } - - System.Collections.Immutable.ImmutableArray DeconstructionSubpatterns { get; } - - ISymbol? DeconstructSymbol { get; } - - ITypeSymbol MatchedType { get; } - - System.Collections.Immutable.ImmutableArray PropertySubpatterns { get; } - } - - public partial interface IReDimClauseOperation : IOperation - { - System.Collections.Immutable.ImmutableArray DimensionSizes { get; } - - IOperation Operand { get; } - } - - public partial interface IReDimOperation : IOperation - { - System.Collections.Immutable.ImmutableArray Clauses { get; } - - bool Preserve { get; } - } - - public partial interface IRelationalCaseClauseOperation : ICaseClauseOperation, IOperation - { - BinaryOperatorKind Relation { get; } - - IOperation Value { get; } - } - - public partial interface IRelationalPatternOperation : IPatternOperation, IOperation - { - BinaryOperatorKind OperatorKind { get; } - - IOperation Value { get; } - } - - public partial interface IReturnOperation : IOperation - { - IOperation? ReturnedValue { get; } - } - - public partial interface ISimpleAssignmentOperation : IAssignmentOperation, IOperation - { - bool IsRef { get; } - } - - public partial interface ISingleValueCaseClauseOperation : ICaseClauseOperation, IOperation - { - IOperation Value { get; } - } - - public partial interface ISizeOfOperation : IOperation - { - ITypeSymbol TypeOperand { get; } - } - - public partial interface ISlicePatternOperation : IPatternOperation, IOperation - { - IPatternOperation? Pattern { get; } - - ISymbol? SliceSymbol { get; } - } - - public partial interface IStopOperation : IOperation - { - } - - public partial interface ISwitchCaseOperation : IOperation - { - System.Collections.Immutable.ImmutableArray Body { get; } - - System.Collections.Immutable.ImmutableArray Clauses { get; } - - System.Collections.Immutable.ImmutableArray Locals { get; } - } - - public partial interface ISwitchExpressionArmOperation : IOperation - { - IOperation? Guard { get; } - - System.Collections.Immutable.ImmutableArray Locals { get; } - - IPatternOperation Pattern { get; } - - IOperation Value { get; } - } - - public partial interface ISwitchExpressionOperation : IOperation - { - System.Collections.Immutable.ImmutableArray Arms { get; } - - bool IsExhaustive { get; } - - IOperation Value { get; } - } - - public partial interface ISwitchOperation : IOperation - { - System.Collections.Immutable.ImmutableArray Cases { get; } - - ILabelSymbol ExitLabel { get; } - - System.Collections.Immutable.ImmutableArray Locals { get; } - - IOperation Value { get; } - } - - public partial interface ISymbolInitializerOperation : IOperation - { - System.Collections.Immutable.ImmutableArray Locals { get; } - - IOperation Value { get; } - } - - public partial interface IThrowOperation : IOperation - { - IOperation? Exception { get; } - } - - public partial interface ITranslatedQueryOperation : IOperation - { - IOperation Operation { get; } - } - - public partial interface ITryOperation : IOperation - { - IBlockOperation Body { get; } - - System.Collections.Immutable.ImmutableArray Catches { get; } - - ILabelSymbol? ExitLabel { get; } - - IBlockOperation? Finally { get; } - } - - public partial interface ITupleBinaryOperation : IOperation - { - IOperation LeftOperand { get; } - - BinaryOperatorKind OperatorKind { get; } - - IOperation RightOperand { get; } - } - - public partial interface ITupleOperation : IOperation - { - System.Collections.Immutable.ImmutableArray Elements { get; } - - ITypeSymbol? NaturalType { get; } - } - - public partial interface ITypeOfOperation : IOperation - { - ITypeSymbol TypeOperand { get; } - } - - public partial interface ITypeParameterObjectCreationOperation : IOperation - { - IObjectOrCollectionInitializerOperation? Initializer { get; } - } - - public partial interface ITypePatternOperation : IPatternOperation, IOperation - { - ITypeSymbol MatchedType { get; } - } - - public partial interface IUnaryOperation : IOperation - { - ITypeSymbol? ConstrainedToType { get; } - - bool IsChecked { get; } - - bool IsLifted { get; } - - IOperation Operand { get; } - - UnaryOperatorKind OperatorKind { get; } - - IMethodSymbol? OperatorMethod { get; } - } - - public partial interface IUsingDeclarationOperation : IOperation - { - IVariableDeclarationGroupOperation DeclarationGroup { get; } - - bool IsAsynchronous { get; } - } - - public partial interface IUsingOperation : IOperation - { - IOperation Body { get; } - - bool IsAsynchronous { get; } - - System.Collections.Immutable.ImmutableArray Locals { get; } - - IOperation Resources { get; } - } - - public partial interface IUtf8StringOperation : IOperation - { - string Value { get; } - } - - public partial interface IVariableDeclarationGroupOperation : IOperation - { - System.Collections.Immutable.ImmutableArray Declarations { get; } - } - - public partial interface IVariableDeclarationOperation : IOperation - { - System.Collections.Immutable.ImmutableArray Declarators { get; } - - System.Collections.Immutable.ImmutableArray IgnoredDimensions { get; } - - IVariableInitializerOperation? Initializer { get; } - } - - public partial interface IVariableDeclaratorOperation : IOperation - { - System.Collections.Immutable.ImmutableArray IgnoredArguments { get; } - - IVariableInitializerOperation? Initializer { get; } - - ILocalSymbol Symbol { get; } - } - - public partial interface IVariableInitializerOperation : ISymbolInitializerOperation, IOperation - { - } - - public partial interface IWhileLoopOperation : ILoopOperation, IOperation - { - IOperation? Condition { get; } - - bool ConditionIsTop { get; } - - bool ConditionIsUntil { get; } - - IOperation? IgnoredCondition { get; } - } - - public partial interface IWithOperation : IOperation - { - IMethodSymbol? CloneMethod { get; } - - IObjectOrCollectionInitializerOperation Initializer { get; } - - IOperation Operand { get; } - } - - public enum LoopKind - { - None = 0, - While = 1, - For = 2, - ForTo = 3, - ForEach = 4 - } - - public static partial class OperationExtensions - { - public static System.Collections.Generic.IEnumerable Descendants(this IOperation? operation) { throw null; } - - public static System.Collections.Generic.IEnumerable DescendantsAndSelf(this IOperation? operation) { throw null; } - - public static string? GetArgumentName(this IDynamicIndexerAccessOperation dynamicOperation, int index) { throw null; } - - public static string? GetArgumentName(this IDynamicInvocationOperation dynamicOperation, int index) { throw null; } - - public static string? GetArgumentName(this IDynamicObjectCreationOperation dynamicOperation, int index) { throw null; } - - public static RefKind? GetArgumentRefKind(this IDynamicIndexerAccessOperation dynamicOperation, int index) { throw null; } - - public static RefKind? GetArgumentRefKind(this IDynamicInvocationOperation dynamicOperation, int index) { throw null; } - - public static RefKind? GetArgumentRefKind(this IDynamicObjectCreationOperation dynamicOperation, int index) { throw null; } - - public static IOperation? GetCorrespondingOperation(this IBranchOperation operation) { throw null; } - - public static System.Collections.Immutable.ImmutableArray GetDeclaredVariables(this IVariableDeclarationGroupOperation declarationGroup) { throw null; } - - public static System.Collections.Immutable.ImmutableArray GetDeclaredVariables(this IVariableDeclarationOperation declaration) { throw null; } - - public static IMethodSymbol GetFunctionPointerSignature(this IFunctionPointerInvocationOperation functionPointer) { throw null; } - - public static IVariableInitializerOperation? GetVariableInitializer(this IVariableDeclaratorOperation declarationOperation) { throw null; } - } - - public abstract partial class OperationVisitor - { - protected OperationVisitor() { } - - public virtual void DefaultVisit(IOperation operation) { } - - public virtual void Visit(IOperation? operation) { } - - public virtual void VisitAddressOf(IAddressOfOperation operation) { } - - public virtual void VisitAnonymousFunction(IAnonymousFunctionOperation operation) { } - - public virtual void VisitAnonymousObjectCreation(IAnonymousObjectCreationOperation operation) { } - - public virtual void VisitArgument(IArgumentOperation operation) { } - - public virtual void VisitArrayCreation(IArrayCreationOperation operation) { } - - public virtual void VisitArrayElementReference(IArrayElementReferenceOperation operation) { } - - public virtual void VisitArrayInitializer(IArrayInitializerOperation operation) { } - - public virtual void VisitAwait(IAwaitOperation operation) { } - - public virtual void VisitBinaryOperator(IBinaryOperation operation) { } - - public virtual void VisitBinaryPattern(IBinaryPatternOperation operation) { } - - public virtual void VisitBlock(IBlockOperation operation) { } - - public virtual void VisitBranch(IBranchOperation operation) { } - - public virtual void VisitCatchClause(ICatchClauseOperation operation) { } - - public virtual void VisitCaughtException(FlowAnalysis.ICaughtExceptionOperation operation) { } - - public virtual void VisitCoalesce(ICoalesceOperation operation) { } - - public virtual void VisitCoalesceAssignment(ICoalesceAssignmentOperation operation) { } - - [System.Obsolete("ICollectionElementInitializerOperation has been replaced with IInvocationOperation and IDynamicInvocationOperation", true)] - public virtual void VisitCollectionElementInitializer(ICollectionElementInitializerOperation operation) { } - - public virtual void VisitCompoundAssignment(ICompoundAssignmentOperation operation) { } - - public virtual void VisitConditional(IConditionalOperation operation) { } - - public virtual void VisitConditionalAccess(IConditionalAccessOperation operation) { } - - public virtual void VisitConditionalAccessInstance(IConditionalAccessInstanceOperation operation) { } - - public virtual void VisitConstantPattern(IConstantPatternOperation operation) { } - - public virtual void VisitConstructorBodyOperation(IConstructorBodyOperation operation) { } - - public virtual void VisitConversion(IConversionOperation operation) { } - - public virtual void VisitDeclarationExpression(IDeclarationExpressionOperation operation) { } - - public virtual void VisitDeclarationPattern(IDeclarationPatternOperation operation) { } - - public virtual void VisitDeconstructionAssignment(IDeconstructionAssignmentOperation operation) { } - - public virtual void VisitDefaultCaseClause(IDefaultCaseClauseOperation operation) { } - - public virtual void VisitDefaultValue(IDefaultValueOperation operation) { } - - public virtual void VisitDelegateCreation(IDelegateCreationOperation operation) { } - - public virtual void VisitDiscardOperation(IDiscardOperation operation) { } - - public virtual void VisitDiscardPattern(IDiscardPatternOperation operation) { } - - public virtual void VisitDynamicIndexerAccess(IDynamicIndexerAccessOperation operation) { } - - public virtual void VisitDynamicInvocation(IDynamicInvocationOperation operation) { } - - public virtual void VisitDynamicMemberReference(IDynamicMemberReferenceOperation operation) { } - - public virtual void VisitDynamicObjectCreation(IDynamicObjectCreationOperation operation) { } - - public virtual void VisitEmpty(IEmptyOperation operation) { } - - public virtual void VisitEnd(IEndOperation operation) { } - - public virtual void VisitEventAssignment(IEventAssignmentOperation operation) { } - - public virtual void VisitEventReference(IEventReferenceOperation operation) { } - - public virtual void VisitExpressionStatement(IExpressionStatementOperation operation) { } - - public virtual void VisitFieldInitializer(IFieldInitializerOperation operation) { } - - public virtual void VisitFieldReference(IFieldReferenceOperation operation) { } - - public virtual void VisitFlowAnonymousFunction(FlowAnalysis.IFlowAnonymousFunctionOperation operation) { } - - public virtual void VisitFlowCapture(FlowAnalysis.IFlowCaptureOperation operation) { } - - public virtual void VisitFlowCaptureReference(FlowAnalysis.IFlowCaptureReferenceOperation operation) { } - - public virtual void VisitForEachLoop(IForEachLoopOperation operation) { } - - public virtual void VisitForLoop(IForLoopOperation operation) { } - - public virtual void VisitForToLoop(IForToLoopOperation operation) { } - - public virtual void VisitFunctionPointerInvocation(IFunctionPointerInvocationOperation operation) { } - - public virtual void VisitImplicitIndexerReference(IImplicitIndexerReferenceOperation operation) { } - - public virtual void VisitIncrementOrDecrement(IIncrementOrDecrementOperation operation) { } - - public virtual void VisitInstanceReference(IInstanceReferenceOperation operation) { } - - public virtual void VisitInterpolatedString(IInterpolatedStringOperation operation) { } - - public virtual void VisitInterpolatedStringAddition(IInterpolatedStringAdditionOperation operation) { } - - public virtual void VisitInterpolatedStringAppend(IInterpolatedStringAppendOperation operation) { } - - public virtual void VisitInterpolatedStringHandlerArgumentPlaceholder(IInterpolatedStringHandlerArgumentPlaceholderOperation operation) { } - - public virtual void VisitInterpolatedStringHandlerCreation(IInterpolatedStringHandlerCreationOperation operation) { } - - public virtual void VisitInterpolatedStringText(IInterpolatedStringTextOperation operation) { } - - public virtual void VisitInterpolation(IInterpolationOperation operation) { } - - public virtual void VisitInvalid(IInvalidOperation operation) { } - - public virtual void VisitInvocation(IInvocationOperation operation) { } - - public virtual void VisitIsNull(FlowAnalysis.IIsNullOperation operation) { } - - public virtual void VisitIsPattern(IIsPatternOperation operation) { } - - public virtual void VisitIsType(IIsTypeOperation operation) { } - - public virtual void VisitLabeled(ILabeledOperation operation) { } - - public virtual void VisitListPattern(IListPatternOperation operation) { } - - public virtual void VisitLiteral(ILiteralOperation operation) { } - - public virtual void VisitLocalFunction(ILocalFunctionOperation operation) { } - - public virtual void VisitLocalReference(ILocalReferenceOperation operation) { } - - public virtual void VisitLock(ILockOperation operation) { } - - public virtual void VisitMemberInitializer(IMemberInitializerOperation operation) { } - - public virtual void VisitMethodBodyOperation(IMethodBodyOperation operation) { } - - public virtual void VisitMethodReference(IMethodReferenceOperation operation) { } - - public virtual void VisitNameOf(INameOfOperation operation) { } - - public virtual void VisitNegatedPattern(INegatedPatternOperation operation) { } - - public virtual void VisitObjectCreation(IObjectCreationOperation operation) { } - - public virtual void VisitObjectOrCollectionInitializer(IObjectOrCollectionInitializerOperation operation) { } - - public virtual void VisitOmittedArgument(IOmittedArgumentOperation operation) { } - - public virtual void VisitParameterInitializer(IParameterInitializerOperation operation) { } - - public virtual void VisitParameterReference(IParameterReferenceOperation operation) { } - - public virtual void VisitParenthesized(IParenthesizedOperation operation) { } - - public virtual void VisitPatternCaseClause(IPatternCaseClauseOperation operation) { } - - public virtual void VisitPropertyInitializer(IPropertyInitializerOperation operation) { } - - public virtual void VisitPropertyReference(IPropertyReferenceOperation operation) { } - - public virtual void VisitPropertySubpattern(IPropertySubpatternOperation operation) { } - - public virtual void VisitRaiseEvent(IRaiseEventOperation operation) { } - - public virtual void VisitRangeCaseClause(IRangeCaseClauseOperation operation) { } - - public virtual void VisitRangeOperation(IRangeOperation operation) { } - - public virtual void VisitRecursivePattern(IRecursivePatternOperation operation) { } - - public virtual void VisitReDim(IReDimOperation operation) { } - - public virtual void VisitReDimClause(IReDimClauseOperation operation) { } - - public virtual void VisitRelationalCaseClause(IRelationalCaseClauseOperation operation) { } - - public virtual void VisitRelationalPattern(IRelationalPatternOperation operation) { } - - public virtual void VisitReturn(IReturnOperation operation) { } - - public virtual void VisitSimpleAssignment(ISimpleAssignmentOperation operation) { } - - public virtual void VisitSingleValueCaseClause(ISingleValueCaseClauseOperation operation) { } - - public virtual void VisitSizeOf(ISizeOfOperation operation) { } - - public virtual void VisitSlicePattern(ISlicePatternOperation operation) { } - - public virtual void VisitStaticLocalInitializationSemaphore(FlowAnalysis.IStaticLocalInitializationSemaphoreOperation operation) { } - - public virtual void VisitStop(IStopOperation operation) { } - - public virtual void VisitSwitch(ISwitchOperation operation) { } - - public virtual void VisitSwitchCase(ISwitchCaseOperation operation) { } - - public virtual void VisitSwitchExpression(ISwitchExpressionOperation operation) { } - - public virtual void VisitSwitchExpressionArm(ISwitchExpressionArmOperation operation) { } - - public virtual void VisitThrow(IThrowOperation operation) { } - - public virtual void VisitTranslatedQuery(ITranslatedQueryOperation operation) { } - - public virtual void VisitTry(ITryOperation operation) { } - - public virtual void VisitTuple(ITupleOperation operation) { } - - public virtual void VisitTupleBinaryOperator(ITupleBinaryOperation operation) { } - - public virtual void VisitTypeOf(ITypeOfOperation operation) { } - - public virtual void VisitTypeParameterObjectCreation(ITypeParameterObjectCreationOperation operation) { } - - public virtual void VisitTypePattern(ITypePatternOperation operation) { } - - public virtual void VisitUnaryOperator(IUnaryOperation operation) { } - - public virtual void VisitUsing(IUsingOperation operation) { } - - public virtual void VisitUsingDeclaration(IUsingDeclarationOperation operation) { } - - public virtual void VisitUtf8String(IUtf8StringOperation operation) { } - - public virtual void VisitVariableDeclaration(IVariableDeclarationOperation operation) { } - - public virtual void VisitVariableDeclarationGroup(IVariableDeclarationGroupOperation operation) { } - - public virtual void VisitVariableDeclarator(IVariableDeclaratorOperation operation) { } - - public virtual void VisitVariableInitializer(IVariableInitializerOperation operation) { } - - public virtual void VisitWhileLoop(IWhileLoopOperation operation) { } - - public virtual void VisitWith(IWithOperation operation) { } - } - - public abstract partial class OperationVisitor - { - protected OperationVisitor() { } - - public virtual TResult? DefaultVisit(IOperation operation, TArgument argument) { throw null; } - - public virtual TResult? Visit(IOperation? operation, TArgument argument) { throw null; } - - public virtual TResult? VisitAddressOf(IAddressOfOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitAnonymousFunction(IAnonymousFunctionOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitAnonymousObjectCreation(IAnonymousObjectCreationOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitArgument(IArgumentOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitArrayCreation(IArrayCreationOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitArrayElementReference(IArrayElementReferenceOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitArrayInitializer(IArrayInitializerOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitAwait(IAwaitOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitBinaryOperator(IBinaryOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitBinaryPattern(IBinaryPatternOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitBlock(IBlockOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitBranch(IBranchOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitCatchClause(ICatchClauseOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitCaughtException(FlowAnalysis.ICaughtExceptionOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitCoalesce(ICoalesceOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitCoalesceAssignment(ICoalesceAssignmentOperation operation, TArgument argument) { throw null; } - - [System.Obsolete("ICollectionElementInitializerOperation has been replaced with IInvocationOperation and IDynamicInvocationOperation", true)] - public virtual TResult? VisitCollectionElementInitializer(ICollectionElementInitializerOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitCompoundAssignment(ICompoundAssignmentOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitConditional(IConditionalOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitConditionalAccess(IConditionalAccessOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitConditionalAccessInstance(IConditionalAccessInstanceOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitConstantPattern(IConstantPatternOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitConstructorBodyOperation(IConstructorBodyOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitConversion(IConversionOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitDeclarationExpression(IDeclarationExpressionOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitDeclarationPattern(IDeclarationPatternOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitDeconstructionAssignment(IDeconstructionAssignmentOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitDefaultCaseClause(IDefaultCaseClauseOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitDefaultValue(IDefaultValueOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitDelegateCreation(IDelegateCreationOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitDiscardOperation(IDiscardOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitDiscardPattern(IDiscardPatternOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitDynamicIndexerAccess(IDynamicIndexerAccessOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitDynamicInvocation(IDynamicInvocationOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitDynamicMemberReference(IDynamicMemberReferenceOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitDynamicObjectCreation(IDynamicObjectCreationOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitEmpty(IEmptyOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitEnd(IEndOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitEventAssignment(IEventAssignmentOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitEventReference(IEventReferenceOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitExpressionStatement(IExpressionStatementOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitFieldInitializer(IFieldInitializerOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitFieldReference(IFieldReferenceOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitFlowAnonymousFunction(FlowAnalysis.IFlowAnonymousFunctionOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitFlowCapture(FlowAnalysis.IFlowCaptureOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitFlowCaptureReference(FlowAnalysis.IFlowCaptureReferenceOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitForEachLoop(IForEachLoopOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitForLoop(IForLoopOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitForToLoop(IForToLoopOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitFunctionPointerInvocation(IFunctionPointerInvocationOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitImplicitIndexerReference(IImplicitIndexerReferenceOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitIncrementOrDecrement(IIncrementOrDecrementOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitInstanceReference(IInstanceReferenceOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitInterpolatedString(IInterpolatedStringOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitInterpolatedStringAddition(IInterpolatedStringAdditionOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitInterpolatedStringAppend(IInterpolatedStringAppendOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitInterpolatedStringHandlerArgumentPlaceholder(IInterpolatedStringHandlerArgumentPlaceholderOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitInterpolatedStringHandlerCreation(IInterpolatedStringHandlerCreationOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitInterpolatedStringText(IInterpolatedStringTextOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitInterpolation(IInterpolationOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitInvalid(IInvalidOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitInvocation(IInvocationOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitIsNull(FlowAnalysis.IIsNullOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitIsPattern(IIsPatternOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitIsType(IIsTypeOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitLabeled(ILabeledOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitListPattern(IListPatternOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitLiteral(ILiteralOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitLocalFunction(ILocalFunctionOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitLocalReference(ILocalReferenceOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitLock(ILockOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitMemberInitializer(IMemberInitializerOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitMethodBodyOperation(IMethodBodyOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitMethodReference(IMethodReferenceOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitNameOf(INameOfOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitNegatedPattern(INegatedPatternOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitObjectCreation(IObjectCreationOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitObjectOrCollectionInitializer(IObjectOrCollectionInitializerOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitOmittedArgument(IOmittedArgumentOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitParameterInitializer(IParameterInitializerOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitParameterReference(IParameterReferenceOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitParenthesized(IParenthesizedOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitPatternCaseClause(IPatternCaseClauseOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitPropertyInitializer(IPropertyInitializerOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitPropertyReference(IPropertyReferenceOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitPropertySubpattern(IPropertySubpatternOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitRaiseEvent(IRaiseEventOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitRangeCaseClause(IRangeCaseClauseOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitRangeOperation(IRangeOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitRecursivePattern(IRecursivePatternOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitReDim(IReDimOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitReDimClause(IReDimClauseOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitRelationalCaseClause(IRelationalCaseClauseOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitRelationalPattern(IRelationalPatternOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitReturn(IReturnOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitSimpleAssignment(ISimpleAssignmentOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitSingleValueCaseClause(ISingleValueCaseClauseOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitSizeOf(ISizeOfOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitSlicePattern(ISlicePatternOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitStaticLocalInitializationSemaphore(FlowAnalysis.IStaticLocalInitializationSemaphoreOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitStop(IStopOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitSwitch(ISwitchOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitSwitchCase(ISwitchCaseOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitSwitchExpression(ISwitchExpressionOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitSwitchExpressionArm(ISwitchExpressionArmOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitThrow(IThrowOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitTranslatedQuery(ITranslatedQueryOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitTry(ITryOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitTuple(ITupleOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitTupleBinaryOperator(ITupleBinaryOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitTypeOf(ITypeOfOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitTypeParameterObjectCreation(ITypeParameterObjectCreationOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitTypePattern(ITypePatternOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitUnaryOperator(IUnaryOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitUsing(IUsingOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitUsingDeclaration(IUsingDeclarationOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitUtf8String(IUtf8StringOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitVariableDeclaration(IVariableDeclarationOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitVariableDeclarationGroup(IVariableDeclarationGroupOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitVariableDeclarator(IVariableDeclaratorOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitVariableInitializer(IVariableInitializerOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitWhileLoop(IWhileLoopOperation operation, TArgument argument) { throw null; } - - public virtual TResult? VisitWith(IWithOperation operation, TArgument argument) { throw null; } - } - - public abstract partial class OperationWalker : OperationVisitor - { - protected OperationWalker() { } - - public override void DefaultVisit(IOperation operation) { } - - public override void Visit(IOperation? operation) { } - } - - public abstract partial class OperationWalker : OperationVisitor - { - protected OperationWalker() { } - - public override object? DefaultVisit(IOperation operation, TArgument argument) { throw null; } - - public override object? Visit(IOperation? operation, TArgument argument) { throw null; } - } - - public enum UnaryOperatorKind - { - None = 0, - BitwiseNegation = 1, - Not = 2, - Plus = 3, - Minus = 4, - True = 5, - False = 6, - Hat = 7 - } -} - -namespace Microsoft.CodeAnalysis.Text -{ - [System.Runtime.Serialization.DataContract] - public readonly partial struct LinePosition : System.IEquatable, System.IComparable - { - private readonly int _dummyPrimitive; - public LinePosition(int line, int character) { } - - public int Character { get { throw null; } } - - public int Line { get { throw null; } } - - public static LinePosition Zero { get { throw null; } } - - public readonly int CompareTo(LinePosition other) { throw null; } - - public readonly bool Equals(LinePosition other) { throw null; } - - public override readonly bool Equals(object? obj) { throw null; } - - public override readonly int GetHashCode() { throw null; } - - public static bool operator ==(LinePosition left, LinePosition right) { throw null; } - - public static bool operator >(LinePosition left, LinePosition right) { throw null; } - - public static bool operator >=(LinePosition left, LinePosition right) { throw null; } - - public static bool operator !=(LinePosition left, LinePosition right) { throw null; } - - public static bool operator <(LinePosition left, LinePosition right) { throw null; } - - public static bool operator <=(LinePosition left, LinePosition right) { throw null; } - - public override readonly string ToString() { throw null; } - } - - [System.Runtime.Serialization.DataContract] - public readonly partial struct LinePositionSpan : System.IEquatable - { - private readonly int _dummyPrimitive; - public LinePositionSpan(LinePosition start, LinePosition end) { } - - public LinePosition End { get { throw null; } } - - public LinePosition Start { get { throw null; } } - - public readonly bool Equals(LinePositionSpan other) { throw null; } - - public override readonly bool Equals(object? obj) { throw null; } - - public override readonly int GetHashCode() { throw null; } - - public static bool operator ==(LinePositionSpan left, LinePositionSpan right) { throw null; } - - public static bool operator !=(LinePositionSpan left, LinePositionSpan right) { throw null; } - - public override readonly string ToString() { throw null; } - } - - public enum SourceHashAlgorithm - { - None = 0, - Sha1 = 1, - Sha256 = 2 - } - - public abstract partial class SourceText - { - protected SourceText(System.Collections.Immutable.ImmutableArray checksum = default, SourceHashAlgorithm checksumAlgorithm = SourceHashAlgorithm.Sha1, SourceTextContainer? container = null) { } - - public bool CanBeEmbedded { get { throw null; } } - - public SourceHashAlgorithm ChecksumAlgorithm { get { throw null; } } - - public virtual SourceTextContainer Container { get { throw null; } } - - public abstract System.Text.Encoding? Encoding { get; } - - public abstract char this[int position] { get; } - - public abstract int Length { get; } - - public TextLineCollection Lines { get { throw null; } } - - public bool ContentEquals(SourceText other) { throw null; } - - protected virtual bool ContentEqualsImpl(SourceText other) { throw null; } - - public abstract void CopyTo(int sourceIndex, char[] destination, int destinationIndex, int count); - public static SourceText From(byte[] buffer, int length, System.Text.Encoding? encoding = null, SourceHashAlgorithm checksumAlgorithm = SourceHashAlgorithm.Sha1, bool throwIfBinaryDetected = false, bool canBeEmbedded = false) { throw null; } - - public static SourceText From(byte[] buffer, int length, System.Text.Encoding? encoding, SourceHashAlgorithm checksumAlgorithm, bool throwIfBinaryDetected) { throw null; } - - public static SourceText From(System.IO.Stream stream, System.Text.Encoding? encoding = null, SourceHashAlgorithm checksumAlgorithm = SourceHashAlgorithm.Sha1, bool throwIfBinaryDetected = false, bool canBeEmbedded = false) { throw null; } - - public static SourceText From(System.IO.Stream stream, System.Text.Encoding? encoding, SourceHashAlgorithm checksumAlgorithm, bool throwIfBinaryDetected) { throw null; } - - public static SourceText From(System.IO.TextReader reader, int length, System.Text.Encoding? encoding = null, SourceHashAlgorithm checksumAlgorithm = SourceHashAlgorithm.Sha1) { throw null; } - - public static SourceText From(string text, System.Text.Encoding? encoding = null, SourceHashAlgorithm checksumAlgorithm = SourceHashAlgorithm.Sha1) { throw null; } - - public virtual System.Collections.Generic.IReadOnlyList GetChangeRanges(SourceText oldText) { throw null; } - - public System.Collections.Immutable.ImmutableArray GetChecksum() { throw null; } - - protected virtual TextLineCollection GetLinesCore() { throw null; } - - public virtual SourceText GetSubText(TextSpan span) { throw null; } - - public SourceText GetSubText(int start) { throw null; } - - public virtual System.Collections.Generic.IReadOnlyList GetTextChanges(SourceText oldText) { throw null; } - - public SourceText Replace(TextSpan span, string newText) { throw null; } - - public SourceText Replace(int start, int length, string newText) { throw null; } - - public override string ToString() { throw null; } - - public virtual string ToString(TextSpan span) { throw null; } - - public SourceText WithChanges(params TextChange[] changes) { throw null; } - - public virtual SourceText WithChanges(System.Collections.Generic.IEnumerable changes) { throw null; } - - public virtual void Write(System.IO.TextWriter writer, TextSpan span, System.Threading.CancellationToken cancellationToken = default) { } - - public void Write(System.IO.TextWriter textWriter, System.Threading.CancellationToken cancellationToken = default) { } - } - - public abstract partial class SourceTextContainer - { - protected SourceTextContainer() { } - - public abstract SourceText CurrentText { get; } - - public abstract event System.EventHandler TextChanged; - } - - [System.Runtime.Serialization.DataContract] - public readonly partial struct TextChange : System.IEquatable - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public TextChange(TextSpan span, string newText) { } - - [System.Runtime.Serialization.DataMember(Order = 1)] - public string? NewText { get { throw null; } } - - public static System.Collections.Generic.IReadOnlyList NoChanges { get { throw null; } } - - [System.Runtime.Serialization.DataMember(Order = 0)] - public TextSpan Span { get { throw null; } } - - public readonly bool Equals(TextChange other) { throw null; } - - public override readonly bool Equals(object? obj) { throw null; } - - public override readonly int GetHashCode() { throw null; } - - public static bool operator ==(TextChange left, TextChange right) { throw null; } - - public static implicit operator TextChangeRange(TextChange change) { throw null; } - - public static bool operator !=(TextChange left, TextChange right) { throw null; } - - public override readonly string ToString() { throw null; } - } - - public partial class TextChangeEventArgs : System.EventArgs - { - public TextChangeEventArgs(SourceText oldText, SourceText newText, params TextChangeRange[] changes) { } - - public TextChangeEventArgs(SourceText oldText, SourceText newText, System.Collections.Generic.IEnumerable changes) { } - - public System.Collections.Generic.IReadOnlyList Changes { get { throw null; } } - - public SourceText NewText { get { throw null; } } - - public SourceText OldText { get { throw null; } } - } - - public readonly partial struct TextChangeRange : System.IEquatable - { - private readonly int _dummyPrimitive; - public TextChangeRange(TextSpan span, int newLength) { } - - public int NewLength { get { throw null; } } - - public static System.Collections.Generic.IReadOnlyList NoChanges { get { throw null; } } - - public TextSpan Span { get { throw null; } } - - public static TextChangeRange Collapse(System.Collections.Generic.IEnumerable changes) { throw null; } - - public readonly bool Equals(TextChangeRange other) { throw null; } - - public override readonly bool Equals(object? obj) { throw null; } - - public override readonly int GetHashCode() { throw null; } - - public static bool operator ==(TextChangeRange left, TextChangeRange right) { throw null; } - - public static bool operator !=(TextChangeRange left, TextChangeRange right) { throw null; } - - public override readonly string ToString() { throw null; } - } - - public readonly partial struct TextLine : System.IEquatable - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public int End { get { throw null; } } - - public int EndIncludingLineBreak { get { throw null; } } - - public int LineNumber { get { throw null; } } - - public TextSpan Span { get { throw null; } } - - public TextSpan SpanIncludingLineBreak { get { throw null; } } - - public int Start { get { throw null; } } - - public SourceText? Text { get { throw null; } } - - public readonly bool Equals(TextLine other) { throw null; } - - public override readonly bool Equals(object? obj) { throw null; } - - public static TextLine FromSpan(SourceText text, TextSpan span) { throw null; } - - public override readonly int GetHashCode() { throw null; } - - public static bool operator ==(TextLine left, TextLine right) { throw null; } - - public static bool operator !=(TextLine left, TextLine right) { throw null; } - - public override readonly string ToString() { throw null; } - } - - public abstract partial class TextLineCollection : System.Collections.Generic.IReadOnlyList, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection - { - protected TextLineCollection() { } - - public abstract int Count { get; } - - public abstract TextLine this[int index] { get; } - - public Enumerator GetEnumerator() { throw null; } - - public virtual TextLine GetLineFromPosition(int position) { throw null; } - - public virtual LinePosition GetLinePosition(int position) { throw null; } - - public LinePositionSpan GetLinePositionSpan(TextSpan span) { throw null; } - - public int GetPosition(LinePosition position) { throw null; } - - public TextSpan GetTextSpan(LinePositionSpan span) { throw null; } - - public abstract int IndexOf(int position); - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } - - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } - - public partial struct Enumerator : System.Collections.Generic.IEnumerator, System.Collections.IEnumerator, System.IDisposable - { - private object _dummy; - private int _dummyPrimitive; - public TextLine Current { get { throw null; } } - - object System.Collections.IEnumerator.Current { get { throw null; } } - - public override bool Equals(object? obj) { throw null; } - - public override int GetHashCode() { throw null; } - - public bool MoveNext() { throw null; } - - bool System.Collections.IEnumerator.MoveNext() { throw null; } - - void System.Collections.IEnumerator.Reset() { } - - void System.IDisposable.Dispose() { } - } - } - - [System.Runtime.Serialization.DataContract] - public readonly partial struct TextSpan : System.IEquatable, System.IComparable - { - private readonly int _dummyPrimitive; - public TextSpan(int start, int length) { } - - public int End { get { throw null; } } - - public bool IsEmpty { get { throw null; } } - - [System.Runtime.Serialization.DataMember(Order = 1)] - public int Length { get { throw null; } } - - [System.Runtime.Serialization.DataMember(Order = 0)] - public int Start { get { throw null; } } - - public readonly int CompareTo(TextSpan other) { throw null; } - - public readonly bool Contains(TextSpan span) { throw null; } - - public readonly bool Contains(int position) { throw null; } - - public readonly bool Equals(TextSpan other) { throw null; } - - public override readonly bool Equals(object? obj) { throw null; } - - public static TextSpan FromBounds(int start, int end) { throw null; } - - public override readonly int GetHashCode() { throw null; } - - public readonly TextSpan? Intersection(TextSpan span) { throw null; } - - public readonly bool IntersectsWith(TextSpan span) { throw null; } - - public readonly bool IntersectsWith(int position) { throw null; } - - public static bool operator ==(TextSpan left, TextSpan right) { throw null; } - - public static bool operator !=(TextSpan left, TextSpan right) { throw null; } - - public readonly TextSpan? Overlap(TextSpan span) { throw null; } - - public readonly bool OverlapsWith(TextSpan span) { throw null; } - - public override readonly string ToString() { throw null; } - } -} \ No newline at end of file diff --git a/src/referencePackages/src/microsoft.codeanalysis.common/4.4.0/microsoft.codeanalysis.common.nuspec b/src/referencePackages/src/microsoft.codeanalysis.common/4.4.0/microsoft.codeanalysis.common.nuspec deleted file mode 100644 index 65abd70602..0000000000 --- a/src/referencePackages/src/microsoft.codeanalysis.common/4.4.0/microsoft.codeanalysis.common.nuspec +++ /dev/null @@ -1,31 +0,0 @@ - - - - Microsoft.CodeAnalysis.Common - 4.4.0 - Microsoft - true - MIT - https://licenses.nuget.org/MIT - https://github.com/dotnet/roslyn - A shared package used by the Microsoft .NET Compiler Platform ("Roslyn"). - Do not install this package manually, it will be added as a prerequisite by other packages that require it. - - More details at https://aka.ms/roslyn-packages - This package was built from the source at https://github.com/dotnet/roslyn/commit/1ce8866c9de4c2d67351ef6863699dee03b0804a. - © Microsoft Corporation. All rights reserved. - Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Parser Scanner Lexer Emit CodeGeneration Metadata IL Compilation Scripting Syntax Semantics - true - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/referencePackages/src/microsoft.codeanalysis.visualbasic/4.5.0/Microsoft.CodeAnalysis.VisualBasic.4.5.0.csproj b/src/referencePackages/src/microsoft.codeanalysis.visualbasic/4.5.0/Microsoft.CodeAnalysis.VisualBasic.4.5.0.csproj deleted file mode 100644 index 839ac24586..0000000000 --- a/src/referencePackages/src/microsoft.codeanalysis.visualbasic/4.5.0/Microsoft.CodeAnalysis.VisualBasic.4.5.0.csproj +++ /dev/null @@ -1,14 +0,0 @@ - - - - netstandard2.0 - Microsoft.CodeAnalysis.VisualBasic - 2 - MicrosoftShared - - - - - - - diff --git a/src/referencePackages/src/microsoft.codeanalysis.visualbasic/4.5.0/lib/netstandard2.0/Microsoft.CodeAnalysis.VisualBasic.cs b/src/referencePackages/src/microsoft.codeanalysis.visualbasic/4.5.0/lib/netstandard2.0/Microsoft.CodeAnalysis.VisualBasic.cs deleted file mode 100644 index 6e314c6fc7..0000000000 --- a/src/referencePackages/src/microsoft.codeanalysis.visualbasic/4.5.0/lib/netstandard2.0/Microsoft.CodeAnalysis.VisualBasic.cs +++ /dev/null @@ -1,12704 +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.Versioning.TargetFramework(".NETStandard,Version=v2.0", FrameworkDisplayName = ".NET Standard 2.0")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.VisualBasic.Scripting, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("vbc, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("vbi, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("VBCSCompiler, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("VBCSCompiler.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.Rebuild.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.VisualBasic.CommandLine.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Roslyn.Compilers.VisualBasic.IOperation.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.VisualBasic.Test.Utilities, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler.Utilities, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.Test.Utilities, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.Scripting.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.Scripting.Desktop.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.VisualBasic.Scripting.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.VisualBasic.Scripting.Desktop.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.VisualStudio.LanguageServices.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.EditorFeatures2.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyConfiguration("Release")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyFileVersion("4.500.23.10905")] -[assembly: System.Reflection.AssemblyInformationalVersion("4.5.0-6.23109.5+6a5a63bbc9f4449d9bd1e95a8f9624939c3ccdc3")] -[assembly: System.Reflection.AssemblyProduct("Microsoft.CodeAnalysis.VisualBasic")] -[assembly: System.Reflection.AssemblyTitle("Microsoft.CodeAnalysis.VisualBasic")] -[assembly: System.Reflection.AssemblyMetadata("RepositoryUrl", "https://github.com/dotnet/roslyn")] -[assembly: System.Resources.NeutralResourcesLanguage("en-US")] -[assembly: System.Reflection.AssemblyVersionAttribute("4.5.0.0")] -[assembly: System.Runtime.CompilerServices.ReferenceAssembly] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -namespace Microsoft.CodeAnalysis -{ - public static partial class VisualBasicExtensions - { - public static bool Any(this SyntaxTokenList list, VisualBasic.SyntaxKind kind) { throw null; } - - public static bool Any(this SyntaxTriviaList list, VisualBasic.SyntaxKind kind) { throw null; } - - public static bool Any(this SeparatedSyntaxList list, VisualBasic.SyntaxKind kind) - where TNode : SyntaxNode { throw null; } - - public static bool Any(this SyntaxList list, VisualBasic.SyntaxKind kind) - where TNode : SyntaxNode { throw null; } - - public static bool ContainsDirective(this SyntaxNode node, VisualBasic.SyntaxKind kind) { throw null; } - - public static int IndexOf(this SyntaxTokenList list, VisualBasic.SyntaxKind kind) { throw null; } - - public static int IndexOf(this SyntaxTriviaList list, VisualBasic.SyntaxKind kind) { throw null; } - - public static int IndexOf(this SeparatedSyntaxList list, VisualBasic.SyntaxKind kind) - where TNode : SyntaxNode { throw null; } - - public static int IndexOf(this SyntaxList list, VisualBasic.SyntaxKind kind) - where TNode : SyntaxNode { throw null; } - - public static bool IsKind(this SyntaxNode node, VisualBasic.SyntaxKind kind) { throw null; } - - public static bool IsKind(this SyntaxNodeOrToken nodeOrToken, VisualBasic.SyntaxKind kind) { throw null; } - - public static bool IsKind(this SyntaxToken token, VisualBasic.SyntaxKind kind) { throw null; } - - public static bool IsKind(this SyntaxTrivia trivia, VisualBasic.SyntaxKind kind) { throw null; } - } -} - -namespace Microsoft.CodeAnalysis.VisualBasic -{ - public partial struct AggregateClauseSymbolInfo - { - public SymbolInfo Select1 { get { throw null; } } - - public SymbolInfo Select2 { get { throw null; } } - } - - public partial struct AwaitExpressionInfo - { - private object _dummy; - private int _dummyPrimitive; - public IMethodSymbol GetAwaiterMethod { get { throw null; } } - - public IMethodSymbol GetResultMethod { get { throw null; } } - - public IPropertySymbol IsCompletedProperty { get { throw null; } } - } - - public partial struct CollectionRangeVariableSymbolInfo - { - public SymbolInfo AsClauseConversion { get { throw null; } } - - public SymbolInfo SelectMany { get { throw null; } } - - public SymbolInfo ToQueryableCollectionConversion { get { throw null; } } - } - - public partial struct Conversion : System.IEquatable - { - private object _dummy; - private int _dummyPrimitive; - public bool Exists { get { throw null; } } - - public bool IsAnonymousDelegate { get { throw null; } } - - public bool IsArray { get { throw null; } } - - public bool IsBoolean { get { throw null; } } - - public bool IsDefault { get { throw null; } } - - public bool IsIdentity { get { throw null; } } - - public bool IsLambda { get { throw null; } } - - public bool IsNarrowing { get { throw null; } } - - public bool IsNullableValueType { get { throw null; } } - - public bool IsNumeric { get { throw null; } } - - public bool IsReference { get { throw null; } } - - public bool IsString { get { throw null; } } - - public bool IsTypeParameter { get { throw null; } } - - public bool IsUserDefined { get { throw null; } } - - public bool IsValueType { get { throw null; } } - - public bool IsWidening { get { throw null; } } - - public IMethodSymbol MethodSymbol { get { throw null; } } - - bool System.IEquatable.Equals(Conversion other) { throw null; } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - - public static bool operator ==(Conversion left, Conversion right) { throw null; } - - public static bool operator !=(Conversion left, Conversion right) { throw null; } - - Operations.CommonConversion ToCommonConversion() { throw null; } - - public override string ToString() { throw null; } - } - - public partial struct ForEachStatementInfo - { - private object _dummy; - private int _dummyPrimitive; - public Conversion CurrentConversion { get { throw null; } } - - public IPropertySymbol CurrentProperty { get { throw null; } } - - public IMethodSymbol DisposeMethod { get { throw null; } } - - public Conversion ElementConversion { get { throw null; } } - - public ITypeSymbol ElementType { get { throw null; } } - - public IMethodSymbol GetEnumeratorMethod { get { throw null; } } - - public IMethodSymbol MoveNextMethod { get { throw null; } } - } - - public static partial class GeneratedExtensionSyntaxFacts - { - public static string GetText(this SyntaxKind kind) { throw null; } - } - - public sealed partial class GlobalImport : System.IEquatable - { - internal GlobalImport() { } - - public Syntax.ImportsClauseSyntax Clause { get { throw null; } } - - public string Name { get { throw null; } } - - bool System.IEquatable.Equals(GlobalImport other) { throw null; } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - - public static bool operator ==(GlobalImport left, GlobalImport right) { throw null; } - - public static bool operator !=(GlobalImport left, GlobalImport right) { throw null; } - - public static System.Collections.Generic.IEnumerable Parse(System.Collections.Generic.IEnumerable importedNames, out System.Collections.Immutable.ImmutableArray diagnostics) { throw null; } - - public static System.Collections.Generic.IEnumerable Parse(System.Collections.Generic.IEnumerable importedNames) { throw null; } - - public static GlobalImport Parse(string importedNames, out System.Collections.Immutable.ImmutableArray diagnostics) { throw null; } - - public static GlobalImport Parse(string importedNames) { throw null; } - - public static System.Collections.Generic.IEnumerable Parse(params string[] importedNames) { throw null; } - } - - public sealed partial class HandledEvent - { - internal HandledEvent() { } - - public IPropertySymbol EventContainer { get { throw null; } } - - public IEventSymbol EventSymbol { get { throw null; } } - - public HandledEventKind HandlesKind { get { throw null; } } - - public IPropertySymbol WithEventsSourceProperty { get { throw null; } } - } - - public enum HandledEventKind - { - Me = 0, - MyClass = 1, - MyBase = 2, - WithEvents = 3 - } - - public enum LanguageVersion - { - Default = 0, - VisualBasic9 = 9, - VisualBasic10 = 10, - VisualBasic11 = 11, - VisualBasic12 = 12, - VisualBasic14 = 14, - VisualBasic15 = 15, - VisualBasic15_3 = 1503, - VisualBasic15_5 = 1505, - VisualBasic16 = 1600, - VisualBasic16_9 = 1609, - Latest = int.MaxValue - } - - public static partial class LanguageVersionFacts - { - public static LanguageVersion MapSpecifiedToEffectiveVersion(this LanguageVersion version) { throw null; } - - public static string ToDisplayString(this LanguageVersion version) { throw null; } - - public static bool TryParse(string version, ref LanguageVersion result) { throw null; } - } - - public partial struct LocalizableErrorArgument : System.IFormattable - { - private int _dummyPrimitive; - public override string ToString() { throw null; } - - string ToString_IFormattable(string format, System.IFormatProvider formatProvider) { throw null; } - - string System.IFormattable.ToString(string format, System.IFormatProvider formatProvider) { throw null; } - } - - public enum OptionStrict : byte - { - Off = 0, - Custom = 1, - On = 2 - } - - public sealed partial class PredefinedPreprocessorSymbols - { - internal PredefinedPreprocessorSymbols() { } - - public static System.Collections.Immutable.ImmutableArray> AddPredefinedPreprocessorSymbols(OutputKind kind, System.Collections.Generic.IEnumerable> symbols) { throw null; } - - public static System.Collections.Immutable.ImmutableArray> AddPredefinedPreprocessorSymbols(OutputKind kind, params System.Collections.Generic.KeyValuePair[] symbols) { throw null; } - - public static System.Collections.Immutable.ImmutableArray> AddPredefinedPreprocessorSymbols(OutputKind kind, System.Collections.Immutable.ImmutableArray> symbols) { throw null; } - } - - public sealed partial class SymbolDisplay - { - internal SymbolDisplay() { } - - public static string FormatPrimitive(object obj, bool quoteStrings, bool useHexadecimalNumbers) { throw null; } - - public static System.Collections.Immutable.ImmutableArray ToDisplayParts(ISymbol symbol, SymbolDisplayFormat format = null) { throw null; } - - public static string ToDisplayString(ISymbol symbol, SymbolDisplayFormat format = null) { throw null; } - - public static System.Collections.Immutable.ImmutableArray ToMinimalDisplayParts(ISymbol symbol, SemanticModel semanticModel, int position, SymbolDisplayFormat format = null) { throw null; } - - public static string ToMinimalDisplayString(ISymbol symbol, SemanticModel semanticModel, int position, SymbolDisplayFormat format = null) { throw null; } - } - - public static partial class SyntaxExtensions - { - public static SyntaxList Attributes(this Syntax.AsClauseSyntax asClauseSyntax) { throw null; } - - public static SyntaxToken NormalizeWhitespace(this SyntaxToken token, string indentation, bool elasticTrivia) { throw null; } - - public static SyntaxToken NormalizeWhitespace(this SyntaxToken token, string indentation = " ", string eol = "\r\n", bool elasticTrivia = false, bool useDefaultCasing = false) { throw null; } - - public static SyntaxTriviaList NormalizeWhitespace(this SyntaxTriviaList trivia, string indentation = " ", string eol = "\r\n", bool elasticTrivia = false, bool useDefaultCasing = false) { throw null; } - - public static TNode NormalizeWhitespace(this TNode node, bool useDefaultCasing, string indentation, bool elasticTrivia) - where TNode : SyntaxNode { throw null; } - - public static TNode NormalizeWhitespace(this TNode node, bool useDefaultCasing, string indentation = " ", string eol = "\r\n", bool elasticTrivia = false) - where TNode : SyntaxNode { throw null; } - - public static SyntaxTriviaList ToSyntaxTriviaList(this System.Collections.Generic.IEnumerable sequence) { throw null; } - - public static string TryGetInferredMemberName(this SyntaxNode syntax) { throw null; } - - public static Syntax.TypeSyntax Type(this Syntax.AsClauseSyntax asClauseSyntax) { throw null; } - - public static Syntax.TypeSyntax Type(this Syntax.NewExpressionSyntax newExpressionSyntax) { throw null; } - - public static Syntax.SimpleNameSyntax WithIdentifier(this Syntax.SimpleNameSyntax simpleName, SyntaxToken identifier) { throw null; } - } - - public partial class SyntaxFactory - { - public static SyntaxTrivia CarriageReturn { get { throw null; } } - - public static SyntaxTrivia CarriageReturnLineFeed { get { throw null; } } - - public static SyntaxTrivia ElasticCarriageReturn { get { throw null; } } - - public static SyntaxTrivia ElasticCarriageReturnLineFeed { get { throw null; } } - - public static SyntaxTrivia ElasticLineFeed { get { throw null; } } - - public static SyntaxTrivia ElasticMarker { get { throw null; } } - - public static SyntaxTrivia ElasticSpace { get { throw null; } } - - public static SyntaxTrivia ElasticTab { get { throw null; } } - - public static SyntaxTrivia LineFeed { get { throw null; } } - - public static SyntaxTrivia Space { get { throw null; } } - - public static SyntaxTrivia Tab { get { throw null; } } - - public static Syntax.AccessorBlockSyntax AccessorBlock(SyntaxKind kind, Syntax.AccessorStatementSyntax accessorStatement, SyntaxList statements, Syntax.EndBlockStatementSyntax endAccessorStatement) { throw null; } - - public static Syntax.AccessorBlockSyntax AccessorBlock(SyntaxKind kind, Syntax.AccessorStatementSyntax accessorStatement, Syntax.EndBlockStatementSyntax endAccessorStatement) { throw null; } - - public static Syntax.AccessorStatementSyntax AccessorStatement(SyntaxKind kind, SyntaxList attributeLists, SyntaxTokenList modifiers, SyntaxToken accessorKeyword, Syntax.ParameterListSyntax parameterList) { throw null; } - - public static Syntax.AccessorStatementSyntax AccessorStatement(SyntaxKind kind, SyntaxToken accessorKeyword) { throw null; } - - public static Syntax.AssignmentStatementSyntax AddAssignmentStatement(Syntax.ExpressionSyntax left, SyntaxToken operatorToken, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.AssignmentStatementSyntax AddAssignmentStatement(Syntax.ExpressionSyntax left, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.BinaryExpressionSyntax AddExpression(Syntax.ExpressionSyntax left, SyntaxToken operatorToken, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.BinaryExpressionSyntax AddExpression(Syntax.ExpressionSyntax left, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.AccessorBlockSyntax AddHandlerAccessorBlock(Syntax.AccessorStatementSyntax accessorStatement, SyntaxList statements, Syntax.EndBlockStatementSyntax endAccessorStatement) { throw null; } - - public static Syntax.AccessorBlockSyntax AddHandlerAccessorBlock(Syntax.AccessorStatementSyntax accessorStatement, SyntaxList statements) { throw null; } - - public static Syntax.AccessorBlockSyntax AddHandlerAccessorBlock(Syntax.AccessorStatementSyntax accessorStatement) { throw null; } - - public static Syntax.AccessorStatementSyntax AddHandlerAccessorStatement() { throw null; } - - public static Syntax.AccessorStatementSyntax AddHandlerAccessorStatement(SyntaxList attributeLists, SyntaxTokenList modifiers, SyntaxToken accessorKeyword, Syntax.ParameterListSyntax parameterList) { throw null; } - - public static Syntax.AccessorStatementSyntax AddHandlerAccessorStatement(SyntaxList attributeLists, SyntaxTokenList modifiers, Syntax.ParameterListSyntax parameterList) { throw null; } - - public static Syntax.AddRemoveHandlerStatementSyntax AddHandlerStatement(SyntaxToken addHandlerOrRemoveHandlerKeyword, Syntax.ExpressionSyntax eventExpression, SyntaxToken commaToken, Syntax.ExpressionSyntax delegateExpression) { throw null; } - - public static Syntax.AddRemoveHandlerStatementSyntax AddHandlerStatement(Syntax.ExpressionSyntax eventExpression, Syntax.ExpressionSyntax delegateExpression) { throw null; } - - public static Syntax.AddRemoveHandlerStatementSyntax AddRemoveHandlerStatement(SyntaxKind kind, SyntaxToken addHandlerOrRemoveHandlerKeyword, Syntax.ExpressionSyntax eventExpression, SyntaxToken commaToken, Syntax.ExpressionSyntax delegateExpression) { throw null; } - - public static Syntax.AddRemoveHandlerStatementSyntax AddRemoveHandlerStatement(SyntaxKind kind, SyntaxToken addHandlerOrRemoveHandlerKeyword, Syntax.ExpressionSyntax eventExpression, Syntax.ExpressionSyntax delegateExpression) { throw null; } - - public static Syntax.UnaryExpressionSyntax AddressOfExpression(SyntaxToken operatorToken, Syntax.ExpressionSyntax operand) { throw null; } - - public static Syntax.UnaryExpressionSyntax AddressOfExpression(Syntax.ExpressionSyntax operand) { throw null; } - - public static Syntax.AggregateClauseSyntax AggregateClause(SeparatedSyntaxList variables, SeparatedSyntaxList aggregationVariables) { throw null; } - - public static Syntax.AggregateClauseSyntax AggregateClause(SeparatedSyntaxList variables, SyntaxList additionalQueryOperators, SeparatedSyntaxList aggregationVariables) { throw null; } - - public static Syntax.AggregateClauseSyntax AggregateClause(SyntaxToken aggregateKeyword, SeparatedSyntaxList variables, SyntaxList additionalQueryOperators, SyntaxToken intoKeyword, SeparatedSyntaxList aggregationVariables) { throw null; } - - public static Syntax.AggregationRangeVariableSyntax AggregationRangeVariable(Syntax.AggregationSyntax aggregation) { throw null; } - - public static Syntax.AggregationRangeVariableSyntax AggregationRangeVariable(Syntax.VariableNameEqualsSyntax nameEquals, Syntax.AggregationSyntax aggregation) { throw null; } - - public static Syntax.BinaryExpressionSyntax AndAlsoExpression(Syntax.ExpressionSyntax left, SyntaxToken operatorToken, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.BinaryExpressionSyntax AndAlsoExpression(Syntax.ExpressionSyntax left, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.BinaryExpressionSyntax AndExpression(Syntax.ExpressionSyntax left, SyntaxToken operatorToken, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.BinaryExpressionSyntax AndExpression(Syntax.ExpressionSyntax left, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.AnonymousObjectCreationExpressionSyntax AnonymousObjectCreationExpression(SyntaxList attributeLists, Syntax.ObjectMemberInitializerSyntax initializer) { throw null; } - - public static Syntax.AnonymousObjectCreationExpressionSyntax AnonymousObjectCreationExpression(SyntaxToken newKeyword, SyntaxList attributeLists, Syntax.ObjectMemberInitializerSyntax initializer) { throw null; } - - public static Syntax.AnonymousObjectCreationExpressionSyntax AnonymousObjectCreationExpression(Syntax.ObjectMemberInitializerSyntax initializer) { throw null; } - - public static bool AreEquivalent(SyntaxNode oldNode, SyntaxNode newNode, bool topLevel) { throw null; } - - public static bool AreEquivalent(SyntaxNode oldNode, SyntaxNode newNode, System.Func ignoreChildNode = null) { throw null; } - - public static bool AreEquivalent(SyntaxToken oldToken, SyntaxToken newToken) { throw null; } - - public static bool AreEquivalent(SyntaxTokenList oldList, SyntaxTokenList newList) { throw null; } - - public static bool AreEquivalent(SyntaxTree oldTree, SyntaxTree newTree, bool topLevel) { throw null; } - - public static bool AreEquivalent(SeparatedSyntaxList oldList, SeparatedSyntaxList newList, System.Func ignoreChildNode = null) - where TNode : SyntaxNode { throw null; } - - public static bool AreEquivalent(SyntaxList oldList, SyntaxList newList, System.Func ignoreChildNode = null) - where TNode : SyntaxNode { throw null; } - - public static Syntax.ArgumentListSyntax ArgumentList() { throw null; } - - public static Syntax.ArgumentListSyntax ArgumentList(SeparatedSyntaxList arguments) { throw null; } - - public static Syntax.ArgumentListSyntax ArgumentList(SyntaxToken openParenToken, SeparatedSyntaxList arguments, SyntaxToken closeParenToken) { throw null; } - - public static Syntax.ArrayCreationExpressionSyntax ArrayCreationExpression(SyntaxList attributeLists, Syntax.TypeSyntax type, Syntax.ArgumentListSyntax arrayBounds, Syntax.CollectionInitializerSyntax initializer) { throw null; } - - public static Syntax.ArrayCreationExpressionSyntax ArrayCreationExpression(SyntaxToken newKeyword, SyntaxList attributeLists, Syntax.TypeSyntax type, Syntax.ArgumentListSyntax arrayBounds, SyntaxList rankSpecifiers, Syntax.CollectionInitializerSyntax initializer) { throw null; } - - public static Syntax.ArrayCreationExpressionSyntax ArrayCreationExpression(Syntax.TypeSyntax type, Syntax.CollectionInitializerSyntax initializer) { throw null; } - - public static Syntax.ArrayRankSpecifierSyntax ArrayRankSpecifier() { throw null; } - - public static Syntax.ArrayRankSpecifierSyntax ArrayRankSpecifier(SyntaxToken openParenToken, SyntaxTokenList commaTokens, SyntaxToken closeParenToken) { throw null; } - - public static Syntax.ArrayTypeSyntax ArrayType(Syntax.TypeSyntax elementType, SyntaxList rankSpecifiers) { throw null; } - - public static Syntax.ArrayTypeSyntax ArrayType(Syntax.TypeSyntax elementType) { throw null; } - - public static Syntax.OrderingSyntax AscendingOrdering(Syntax.ExpressionSyntax expression, SyntaxToken ascendingOrDescendingKeyword) { throw null; } - - public static Syntax.OrderingSyntax AscendingOrdering(Syntax.ExpressionSyntax expression) { throw null; } - - public static Syntax.AsNewClauseSyntax AsNewClause(SyntaxToken asKeyword, Syntax.NewExpressionSyntax newExpression) { throw null; } - - public static Syntax.AsNewClauseSyntax AsNewClause(Syntax.NewExpressionSyntax newExpression) { throw null; } - - public static Syntax.AssignmentStatementSyntax AssignmentStatement(SyntaxKind kind, Syntax.ExpressionSyntax left, SyntaxToken operatorToken, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.AttributeSyntax Attribute(Syntax.AttributeTargetSyntax target, Syntax.TypeSyntax name, Syntax.ArgumentListSyntax argumentList) { throw null; } - - public static Syntax.AttributeSyntax Attribute(Syntax.TypeSyntax name) { throw null; } - - public static Syntax.AttributeListSyntax AttributeList() { throw null; } - - public static Syntax.AttributeListSyntax AttributeList(SeparatedSyntaxList attributes) { throw null; } - - public static Syntax.AttributeListSyntax AttributeList(SyntaxToken lessThanToken, SeparatedSyntaxList attributes, SyntaxToken greaterThanToken) { throw null; } - - public static Syntax.AttributesStatementSyntax AttributesStatement() { throw null; } - - public static Syntax.AttributesStatementSyntax AttributesStatement(SyntaxList attributeLists) { throw null; } - - public static Syntax.AttributeTargetSyntax AttributeTarget(SyntaxToken attributeModifier, SyntaxToken colonToken) { throw null; } - - public static Syntax.AttributeTargetSyntax AttributeTarget(SyntaxToken attributeModifier) { throw null; } - - public static Syntax.AwaitExpressionSyntax AwaitExpression(SyntaxToken awaitKeyword, Syntax.ExpressionSyntax expression) { throw null; } - - public static Syntax.AwaitExpressionSyntax AwaitExpression(Syntax.ExpressionSyntax expression) { throw null; } - - public static Syntax.BadDirectiveTriviaSyntax BadDirectiveTrivia() { throw null; } - - public static Syntax.BadDirectiveTriviaSyntax BadDirectiveTrivia(SyntaxToken hashToken) { throw null; } - - public static SyntaxToken BadToken(SyntaxTriviaList leadingTrivia, string text, SyntaxTriviaList trailingTrivia) { throw null; } - - public static SyntaxToken BadToken(string text) { throw null; } - - public static Syntax.BinaryConditionalExpressionSyntax BinaryConditionalExpression(SyntaxToken ifKeyword, SyntaxToken openParenToken, Syntax.ExpressionSyntax firstExpression, SyntaxToken commaToken, Syntax.ExpressionSyntax secondExpression, SyntaxToken closeParenToken) { throw null; } - - public static Syntax.BinaryConditionalExpressionSyntax BinaryConditionalExpression(Syntax.ExpressionSyntax firstExpression, Syntax.ExpressionSyntax secondExpression) { throw null; } - - public static Syntax.BinaryExpressionSyntax BinaryExpression(SyntaxKind kind, Syntax.ExpressionSyntax left, SyntaxToken operatorToken, Syntax.ExpressionSyntax right) { throw null; } - - public static SyntaxToken BracketedIdentifier(SyntaxTriviaList leadingTrivia, string text, SyntaxTriviaList trailingTrivia) { throw null; } - - public static SyntaxToken BracketedIdentifier(string text) { throw null; } - - public static Syntax.CallStatementSyntax CallStatement(SyntaxToken callKeyword, Syntax.ExpressionSyntax invocation) { throw null; } - - public static Syntax.CallStatementSyntax CallStatement(Syntax.ExpressionSyntax invocation) { throw null; } - - public static Syntax.CaseBlockSyntax CaseBlock(Syntax.CaseStatementSyntax caseStatement, SyntaxList statements) { throw null; } - - public static Syntax.CaseBlockSyntax CaseBlock(Syntax.CaseStatementSyntax caseStatement) { throw null; } - - public static Syntax.CaseBlockSyntax CaseBlock(SyntaxKind kind, Syntax.CaseStatementSyntax caseStatement, SyntaxList statements) { throw null; } - - public static Syntax.CaseBlockSyntax CaseBlock(SyntaxKind kind, Syntax.CaseStatementSyntax caseStatement) { throw null; } - - public static Syntax.CaseBlockSyntax CaseElseBlock(Syntax.CaseStatementSyntax caseStatement, SyntaxList statements) { throw null; } - - public static Syntax.CaseBlockSyntax CaseElseBlock(Syntax.CaseStatementSyntax caseStatement) { throw null; } - - public static Syntax.CaseStatementSyntax CaseElseStatement(SeparatedSyntaxList cases) { throw null; } - - public static Syntax.CaseStatementSyntax CaseElseStatement(SyntaxToken caseKeyword, SeparatedSyntaxList cases) { throw null; } - - public static Syntax.CaseStatementSyntax CaseElseStatement(params Syntax.CaseClauseSyntax[] cases) { throw null; } - - public static Syntax.RelationalCaseClauseSyntax CaseEqualsClause(SyntaxToken isKeyword, SyntaxToken operatorToken, Syntax.ExpressionSyntax value) { throw null; } - - public static Syntax.RelationalCaseClauseSyntax CaseEqualsClause(Syntax.ExpressionSyntax value) { throw null; } - - public static Syntax.RelationalCaseClauseSyntax CaseGreaterThanClause(SyntaxToken isKeyword, SyntaxToken operatorToken, Syntax.ExpressionSyntax value) { throw null; } - - public static Syntax.RelationalCaseClauseSyntax CaseGreaterThanClause(Syntax.ExpressionSyntax value) { throw null; } - - public static Syntax.RelationalCaseClauseSyntax CaseGreaterThanOrEqualClause(SyntaxToken isKeyword, SyntaxToken operatorToken, Syntax.ExpressionSyntax value) { throw null; } - - public static Syntax.RelationalCaseClauseSyntax CaseGreaterThanOrEqualClause(Syntax.ExpressionSyntax value) { throw null; } - - public static Syntax.RelationalCaseClauseSyntax CaseLessThanClause(SyntaxToken isKeyword, SyntaxToken operatorToken, Syntax.ExpressionSyntax value) { throw null; } - - public static Syntax.RelationalCaseClauseSyntax CaseLessThanClause(Syntax.ExpressionSyntax value) { throw null; } - - public static Syntax.RelationalCaseClauseSyntax CaseLessThanOrEqualClause(SyntaxToken isKeyword, SyntaxToken operatorToken, Syntax.ExpressionSyntax value) { throw null; } - - public static Syntax.RelationalCaseClauseSyntax CaseLessThanOrEqualClause(Syntax.ExpressionSyntax value) { throw null; } - - public static Syntax.RelationalCaseClauseSyntax CaseNotEqualsClause(SyntaxToken isKeyword, SyntaxToken operatorToken, Syntax.ExpressionSyntax value) { throw null; } - - public static Syntax.RelationalCaseClauseSyntax CaseNotEqualsClause(Syntax.ExpressionSyntax value) { throw null; } - - public static Syntax.CaseStatementSyntax CaseStatement(SeparatedSyntaxList cases) { throw null; } - - public static Syntax.CaseStatementSyntax CaseStatement(SyntaxToken caseKeyword, SeparatedSyntaxList cases) { throw null; } - - public static Syntax.CaseStatementSyntax CaseStatement(params Syntax.CaseClauseSyntax[] cases) { throw null; } - - public static Syntax.CaseStatementSyntax CaseStatement(SyntaxKind kind, SeparatedSyntaxList cases) { throw null; } - - public static Syntax.CaseStatementSyntax CaseStatement(SyntaxKind kind, SyntaxToken caseKeyword, SeparatedSyntaxList cases) { throw null; } - - public static Syntax.CaseStatementSyntax CaseStatement(SyntaxKind kind, params Syntax.CaseClauseSyntax[] cases) { throw null; } - - public static Syntax.CatchBlockSyntax CatchBlock(Syntax.CatchStatementSyntax catchStatement, SyntaxList statements) { throw null; } - - public static Syntax.CatchBlockSyntax CatchBlock(Syntax.CatchStatementSyntax catchStatement) { throw null; } - - public static Syntax.CatchFilterClauseSyntax CatchFilterClause(SyntaxToken whenKeyword, Syntax.ExpressionSyntax filter) { throw null; } - - public static Syntax.CatchFilterClauseSyntax CatchFilterClause(Syntax.ExpressionSyntax filter) { throw null; } - - public static Syntax.CatchStatementSyntax CatchStatement() { throw null; } - - public static Syntax.CatchStatementSyntax CatchStatement(SyntaxToken catchKeyword, Syntax.IdentifierNameSyntax identifierName, Syntax.SimpleAsClauseSyntax asClause, Syntax.CatchFilterClauseSyntax whenClause) { throw null; } - - public static Syntax.CatchStatementSyntax CatchStatement(Syntax.IdentifierNameSyntax identifierName, Syntax.SimpleAsClauseSyntax asClause, Syntax.CatchFilterClauseSyntax whenClause) { throw null; } - - public static Syntax.LiteralExpressionSyntax CharacterLiteralExpression(SyntaxToken token) { throw null; } - - public static SyntaxToken CharacterLiteralToken(SyntaxTriviaList leadingTrivia, string text, char value, SyntaxTriviaList trailingTrivia) { throw null; } - - public static SyntaxToken CharacterLiteralToken(string text, char value) { throw null; } - - public static Syntax.ClassBlockSyntax ClassBlock(Syntax.ClassStatementSyntax classStatement, SyntaxList inherits, SyntaxList implements, SyntaxList members, Syntax.EndBlockStatementSyntax endClassStatement) { throw null; } - - public static Syntax.ClassBlockSyntax ClassBlock(Syntax.ClassStatementSyntax classStatement, SyntaxList inherits, SyntaxList implements, SyntaxList members) { throw null; } - - public static Syntax.ClassBlockSyntax ClassBlock(Syntax.ClassStatementSyntax classStatement) { throw null; } - - public static Syntax.SpecialConstraintSyntax ClassConstraint(SyntaxToken constraintKeyword) { throw null; } - - public static Syntax.ClassStatementSyntax ClassStatement(SyntaxList attributeLists, SyntaxTokenList modifiers, SyntaxToken classKeyword, SyntaxToken identifier, Syntax.TypeParameterListSyntax typeParameterList) { throw null; } - - public static Syntax.ClassStatementSyntax ClassStatement(SyntaxList attributeLists, SyntaxTokenList modifiers, SyntaxToken identifier, Syntax.TypeParameterListSyntax typeParameterList) { throw null; } - - public static Syntax.ClassStatementSyntax ClassStatement(SyntaxToken identifier) { throw null; } - - public static Syntax.ClassStatementSyntax ClassStatement(string identifier) { throw null; } - - public static Syntax.CollectionInitializerSyntax CollectionInitializer() { throw null; } - - public static Syntax.CollectionInitializerSyntax CollectionInitializer(SeparatedSyntaxList initializers) { throw null; } - - public static Syntax.CollectionInitializerSyntax CollectionInitializer(SyntaxToken openBraceToken, SeparatedSyntaxList initializers, SyntaxToken closeBraceToken) { throw null; } - - public static Syntax.CollectionRangeVariableSyntax CollectionRangeVariable(Syntax.ModifiedIdentifierSyntax identifier, Syntax.ExpressionSyntax expression) { throw null; } - - public static Syntax.CollectionRangeVariableSyntax CollectionRangeVariable(Syntax.ModifiedIdentifierSyntax identifier, Syntax.SimpleAsClauseSyntax asClause, SyntaxToken inKeyword, Syntax.ExpressionSyntax expression) { throw null; } - - public static Syntax.CollectionRangeVariableSyntax CollectionRangeVariable(Syntax.ModifiedIdentifierSyntax identifier, Syntax.SimpleAsClauseSyntax asClause, Syntax.ExpressionSyntax expression) { throw null; } - - public static SyntaxTrivia ColonTrivia(string text) { throw null; } - - public static SyntaxTrivia CommentTrivia(string text) { throw null; } - - public static Syntax.CompilationUnitSyntax CompilationUnit() { throw null; } - - public static Syntax.CompilationUnitSyntax CompilationUnit(SyntaxList options, SyntaxList imports, SyntaxList attributes, SyntaxList members, SyntaxToken endOfFileToken) { throw null; } - - public static Syntax.CompilationUnitSyntax CompilationUnit(SyntaxList options, SyntaxList imports, SyntaxList attributes, SyntaxList members) { throw null; } - - public static Syntax.AssignmentStatementSyntax ConcatenateAssignmentStatement(Syntax.ExpressionSyntax left, SyntaxToken operatorToken, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.AssignmentStatementSyntax ConcatenateAssignmentStatement(Syntax.ExpressionSyntax left, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.BinaryExpressionSyntax ConcatenateExpression(Syntax.ExpressionSyntax left, SyntaxToken operatorToken, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.BinaryExpressionSyntax ConcatenateExpression(Syntax.ExpressionSyntax left, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.ConditionalAccessExpressionSyntax ConditionalAccessExpression(Syntax.ExpressionSyntax expression, SyntaxToken questionMarkToken, Syntax.ExpressionSyntax whenNotNull) { throw null; } - - public static Syntax.ConditionalAccessExpressionSyntax ConditionalAccessExpression(Syntax.ExpressionSyntax expression, Syntax.ExpressionSyntax whenNotNull) { throw null; } - - public static Syntax.ConditionalAccessExpressionSyntax ConditionalAccessExpression(Syntax.ExpressionSyntax whenNotNull) { throw null; } - - public static SyntaxTrivia ConflictMarkerTrivia(string text) { throw null; } - - public static Syntax.ConstDirectiveTriviaSyntax ConstDirectiveTrivia(SyntaxToken hashToken, SyntaxToken constKeyword, SyntaxToken name, SyntaxToken equalsToken, Syntax.ExpressionSyntax value) { throw null; } - - public static Syntax.ConstDirectiveTriviaSyntax ConstDirectiveTrivia(SyntaxToken name, Syntax.ExpressionSyntax value) { throw null; } - - public static Syntax.ConstDirectiveTriviaSyntax ConstDirectiveTrivia(string name, Syntax.ExpressionSyntax value) { throw null; } - - public static Syntax.ConstructorBlockSyntax ConstructorBlock(Syntax.SubNewStatementSyntax subNewStatement, SyntaxList statements, Syntax.EndBlockStatementSyntax endSubStatement) { throw null; } - - public static Syntax.ConstructorBlockSyntax ConstructorBlock(Syntax.SubNewStatementSyntax subNewStatement, SyntaxList statements) { throw null; } - - public static Syntax.ConstructorBlockSyntax ConstructorBlock(Syntax.SubNewStatementSyntax subNewStatement) { throw null; } - - public static Syntax.ContinueStatementSyntax ContinueDoStatement() { throw null; } - - public static Syntax.ContinueStatementSyntax ContinueDoStatement(SyntaxToken continueKeyword, SyntaxToken blockKeyword) { throw null; } - - public static Syntax.ContinueStatementSyntax ContinueForStatement() { throw null; } - - public static Syntax.ContinueStatementSyntax ContinueForStatement(SyntaxToken continueKeyword, SyntaxToken blockKeyword) { throw null; } - - public static Syntax.ContinueStatementSyntax ContinueStatement(SyntaxKind kind, SyntaxToken continueKeyword, SyntaxToken blockKeyword) { throw null; } - - public static Syntax.ContinueStatementSyntax ContinueStatement(SyntaxKind kind, SyntaxToken blockKeyword) { throw null; } - - public static Syntax.ContinueStatementSyntax ContinueWhileStatement() { throw null; } - - public static Syntax.ContinueStatementSyntax ContinueWhileStatement(SyntaxToken continueKeyword, SyntaxToken blockKeyword) { throw null; } - - public static Syntax.CrefOperatorReferenceSyntax CrefOperatorReference(SyntaxToken operatorKeyword, SyntaxToken operatorToken) { throw null; } - - public static Syntax.CrefOperatorReferenceSyntax CrefOperatorReference(SyntaxToken operatorToken) { throw null; } - - public static Syntax.CrefReferenceSyntax CrefReference(Syntax.TypeSyntax name, Syntax.CrefSignatureSyntax signature, Syntax.SimpleAsClauseSyntax asClause) { throw null; } - - public static Syntax.CrefReferenceSyntax CrefReference(Syntax.TypeSyntax name) { throw null; } - - public static Syntax.CrefSignatureSyntax CrefSignature(SeparatedSyntaxList argumentTypes) { throw null; } - - public static Syntax.CrefSignatureSyntax CrefSignature(SyntaxToken openParenToken, SeparatedSyntaxList argumentTypes, SyntaxToken closeParenToken) { throw null; } - - public static Syntax.CrefSignatureSyntax CrefSignature(params Syntax.CrefSignaturePartSyntax[] argumentTypes) { throw null; } - - public static Syntax.CrefSignaturePartSyntax CrefSignaturePart() { throw null; } - - public static Syntax.CrefSignaturePartSyntax CrefSignaturePart(SyntaxToken modifier, Syntax.TypeSyntax type) { throw null; } - - public static Syntax.CTypeExpressionSyntax CTypeExpression(SyntaxToken keyword, SyntaxToken openParenToken, Syntax.ExpressionSyntax expression, SyntaxToken commaToken, Syntax.TypeSyntax type, SyntaxToken closeParenToken) { throw null; } - - public static Syntax.CTypeExpressionSyntax CTypeExpression(Syntax.ExpressionSyntax expression, Syntax.TypeSyntax type) { throw null; } - - public static Syntax.LiteralExpressionSyntax DateLiteralExpression(SyntaxToken token) { throw null; } - - public static SyntaxToken DateLiteralToken(SyntaxTriviaList leadingTrivia, string text, System.DateTime value, SyntaxTriviaList trailingTrivia) { throw null; } - - public static SyntaxToken DateLiteralToken(string text, System.DateTime value) { throw null; } - - public static SyntaxToken DecimalLiteralToken(SyntaxTriviaList leadingTrivia, string text, Syntax.TypeCharacter typeSuffix, decimal value, SyntaxTriviaList trailingTrivia) { throw null; } - - public static SyntaxToken DecimalLiteralToken(string text, Syntax.TypeCharacter typeSuffix, decimal value) { throw null; } - - public static Syntax.DeclareStatementSyntax DeclareFunctionStatement(SyntaxList attributeLists, SyntaxTokenList modifiers, SyntaxToken declareKeyword, SyntaxToken charsetKeyword, SyntaxToken subOrFunctionKeyword, SyntaxToken identifier, SyntaxToken libKeyword, Syntax.LiteralExpressionSyntax libraryName, SyntaxToken aliasKeyword, Syntax.LiteralExpressionSyntax aliasName, Syntax.ParameterListSyntax parameterList, Syntax.SimpleAsClauseSyntax asClause) { throw null; } - - public static Syntax.DeclareStatementSyntax DeclareFunctionStatement(SyntaxList attributeLists, SyntaxTokenList modifiers, SyntaxToken charsetKeyword, SyntaxToken identifier, Syntax.LiteralExpressionSyntax libraryName, Syntax.LiteralExpressionSyntax aliasName, Syntax.ParameterListSyntax parameterList, Syntax.SimpleAsClauseSyntax asClause) { throw null; } - - public static Syntax.DeclareStatementSyntax DeclareFunctionStatement(SyntaxToken identifier, Syntax.LiteralExpressionSyntax libraryName) { throw null; } - - public static Syntax.DeclareStatementSyntax DeclareFunctionStatement(string identifier, Syntax.LiteralExpressionSyntax libraryName) { throw null; } - - public static Syntax.DeclareStatementSyntax DeclareStatement(SyntaxKind kind, SyntaxList attributeLists, SyntaxTokenList modifiers, SyntaxToken declareKeyword, SyntaxToken charsetKeyword, SyntaxToken subOrFunctionKeyword, SyntaxToken identifier, SyntaxToken libKeyword, Syntax.LiteralExpressionSyntax libraryName, SyntaxToken aliasKeyword, Syntax.LiteralExpressionSyntax aliasName, Syntax.ParameterListSyntax parameterList, Syntax.SimpleAsClauseSyntax asClause) { throw null; } - - public static Syntax.DeclareStatementSyntax DeclareStatement(SyntaxKind kind, SyntaxList attributeLists, SyntaxTokenList modifiers, SyntaxToken charsetKeyword, SyntaxToken subOrFunctionKeyword, SyntaxToken identifier, Syntax.LiteralExpressionSyntax libraryName, Syntax.LiteralExpressionSyntax aliasName, Syntax.ParameterListSyntax parameterList, Syntax.SimpleAsClauseSyntax asClause) { throw null; } - - public static Syntax.DeclareStatementSyntax DeclareStatement(SyntaxKind kind, SyntaxToken subOrFunctionKeyword, SyntaxToken identifier, Syntax.LiteralExpressionSyntax libraryName) { throw null; } - - public static Syntax.DeclareStatementSyntax DeclareStatement(SyntaxKind kind, SyntaxToken subOrFunctionKeyword, string identifier, Syntax.LiteralExpressionSyntax libraryName) { throw null; } - - public static Syntax.DeclareStatementSyntax DeclareSubStatement(SyntaxList attributeLists, SyntaxTokenList modifiers, SyntaxToken declareKeyword, SyntaxToken charsetKeyword, SyntaxToken subOrFunctionKeyword, SyntaxToken identifier, SyntaxToken libKeyword, Syntax.LiteralExpressionSyntax libraryName, SyntaxToken aliasKeyword, Syntax.LiteralExpressionSyntax aliasName, Syntax.ParameterListSyntax parameterList, Syntax.SimpleAsClauseSyntax asClause) { throw null; } - - public static Syntax.DeclareStatementSyntax DeclareSubStatement(SyntaxList attributeLists, SyntaxTokenList modifiers, SyntaxToken charsetKeyword, SyntaxToken identifier, Syntax.LiteralExpressionSyntax libraryName, Syntax.LiteralExpressionSyntax aliasName, Syntax.ParameterListSyntax parameterList, Syntax.SimpleAsClauseSyntax asClause) { throw null; } - - public static Syntax.DeclareStatementSyntax DeclareSubStatement(SyntaxToken identifier, Syntax.LiteralExpressionSyntax libraryName) { throw null; } - - public static Syntax.DeclareStatementSyntax DeclareSubStatement(string identifier, Syntax.LiteralExpressionSyntax libraryName) { throw null; } - - public static Syntax.DelegateStatementSyntax DelegateFunctionStatement(SyntaxList attributeLists, SyntaxTokenList modifiers, SyntaxToken delegateKeyword, SyntaxToken subOrFunctionKeyword, SyntaxToken identifier, Syntax.TypeParameterListSyntax typeParameterList, Syntax.ParameterListSyntax parameterList, Syntax.SimpleAsClauseSyntax asClause) { throw null; } - - public static Syntax.DelegateStatementSyntax DelegateFunctionStatement(SyntaxList attributeLists, SyntaxTokenList modifiers, SyntaxToken identifier, Syntax.TypeParameterListSyntax typeParameterList, Syntax.ParameterListSyntax parameterList, Syntax.SimpleAsClauseSyntax asClause) { throw null; } - - public static Syntax.DelegateStatementSyntax DelegateFunctionStatement(SyntaxToken identifier) { throw null; } - - public static Syntax.DelegateStatementSyntax DelegateFunctionStatement(string identifier) { throw null; } - - public static Syntax.DelegateStatementSyntax DelegateStatement(SyntaxKind kind, SyntaxList attributeLists, SyntaxTokenList modifiers, SyntaxToken delegateKeyword, SyntaxToken subOrFunctionKeyword, SyntaxToken identifier, Syntax.TypeParameterListSyntax typeParameterList, Syntax.ParameterListSyntax parameterList, Syntax.SimpleAsClauseSyntax asClause) { throw null; } - - public static Syntax.DelegateStatementSyntax DelegateStatement(SyntaxKind kind, SyntaxList attributeLists, SyntaxTokenList modifiers, SyntaxToken subOrFunctionKeyword, SyntaxToken identifier, Syntax.TypeParameterListSyntax typeParameterList, Syntax.ParameterListSyntax parameterList, Syntax.SimpleAsClauseSyntax asClause) { throw null; } - - public static Syntax.DelegateStatementSyntax DelegateStatement(SyntaxKind kind, SyntaxToken subOrFunctionKeyword, SyntaxToken identifier) { throw null; } - - public static Syntax.DelegateStatementSyntax DelegateStatement(SyntaxKind kind, SyntaxToken subOrFunctionKeyword, string identifier) { throw null; } - - public static Syntax.DelegateStatementSyntax DelegateSubStatement(SyntaxList attributeLists, SyntaxTokenList modifiers, SyntaxToken delegateKeyword, SyntaxToken subOrFunctionKeyword, SyntaxToken identifier, Syntax.TypeParameterListSyntax typeParameterList, Syntax.ParameterListSyntax parameterList, Syntax.SimpleAsClauseSyntax asClause) { throw null; } - - public static Syntax.DelegateStatementSyntax DelegateSubStatement(SyntaxList attributeLists, SyntaxTokenList modifiers, SyntaxToken identifier, Syntax.TypeParameterListSyntax typeParameterList, Syntax.ParameterListSyntax parameterList, Syntax.SimpleAsClauseSyntax asClause) { throw null; } - - public static Syntax.DelegateStatementSyntax DelegateSubStatement(SyntaxToken identifier) { throw null; } - - public static Syntax.DelegateStatementSyntax DelegateSubStatement(string identifier) { throw null; } - - public static Syntax.OrderingSyntax DescendingOrdering(Syntax.ExpressionSyntax expression, SyntaxToken ascendingOrDescendingKeyword) { throw null; } - - public static Syntax.OrderingSyntax DescendingOrdering(Syntax.ExpressionSyntax expression) { throw null; } - - public static Syntax.MemberAccessExpressionSyntax DictionaryAccessExpression(Syntax.ExpressionSyntax expression, SyntaxToken operatorToken, Syntax.SimpleNameSyntax name) { throw null; } - - public static Syntax.MemberAccessExpressionSyntax DictionaryAccessExpression(Syntax.ExpressionSyntax expression, Syntax.SimpleNameSyntax name) { throw null; } - - public static Syntax.MemberAccessExpressionSyntax DictionaryAccessExpression(Syntax.SimpleNameSyntax name) { throw null; } - - public static Syntax.DirectCastExpressionSyntax DirectCastExpression(SyntaxToken keyword, SyntaxToken openParenToken, Syntax.ExpressionSyntax expression, SyntaxToken commaToken, Syntax.TypeSyntax type, SyntaxToken closeParenToken) { throw null; } - - public static Syntax.DirectCastExpressionSyntax DirectCastExpression(Syntax.ExpressionSyntax expression, Syntax.TypeSyntax type) { throw null; } - - public static SyntaxTrivia DisabledTextTrivia(string text) { throw null; } - - public static Syntax.DisableWarningDirectiveTriviaSyntax DisableWarningDirectiveTrivia(SeparatedSyntaxList errorCodes) { throw null; } - - public static Syntax.DisableWarningDirectiveTriviaSyntax DisableWarningDirectiveTrivia(SyntaxToken hashToken, SyntaxToken disableKeyword, SyntaxToken warningKeyword, SeparatedSyntaxList errorCodes) { throw null; } - - public static Syntax.DisableWarningDirectiveTriviaSyntax DisableWarningDirectiveTrivia(params Syntax.IdentifierNameSyntax[] errorCodes) { throw null; } - - public static Syntax.DistinctClauseSyntax DistinctClause() { throw null; } - - public static Syntax.DistinctClauseSyntax DistinctClause(SyntaxToken distinctKeyword) { throw null; } - - public static Syntax.AssignmentStatementSyntax DivideAssignmentStatement(Syntax.ExpressionSyntax left, SyntaxToken operatorToken, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.AssignmentStatementSyntax DivideAssignmentStatement(Syntax.ExpressionSyntax left, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.BinaryExpressionSyntax DivideExpression(Syntax.ExpressionSyntax left, SyntaxToken operatorToken, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.BinaryExpressionSyntax DivideExpression(Syntax.ExpressionSyntax left, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.DocumentationCommentTriviaSyntax DocumentationComment(params Syntax.XmlNodeSyntax[] content) { throw null; } - - public static SyntaxTrivia DocumentationCommentExteriorTrivia(string text) { throw null; } - - public static SyntaxToken DocumentationCommentLineBreakToken(SyntaxTriviaList leadingTrivia, string text, string value, SyntaxTriviaList trailingTrivia) { throw null; } - - public static SyntaxToken DocumentationCommentLineBreakToken(string text, string value) { throw null; } - - public static Syntax.DocumentationCommentTriviaSyntax DocumentationCommentTrivia() { throw null; } - - public static Syntax.DocumentationCommentTriviaSyntax DocumentationCommentTrivia(SyntaxList content) { throw null; } - - public static Syntax.DoLoopBlockSyntax DoLoopBlock(SyntaxKind kind, Syntax.DoStatementSyntax doStatement, SyntaxList statements, Syntax.LoopStatementSyntax loopStatement) { throw null; } - - public static Syntax.DoLoopBlockSyntax DoLoopBlock(SyntaxKind kind, Syntax.DoStatementSyntax doStatement, Syntax.LoopStatementSyntax loopStatement) { throw null; } - - public static Syntax.DoLoopBlockSyntax DoLoopUntilBlock(Syntax.DoStatementSyntax doStatement, SyntaxList statements, Syntax.LoopStatementSyntax loopStatement) { throw null; } - - public static Syntax.DoLoopBlockSyntax DoLoopUntilBlock(Syntax.DoStatementSyntax doStatement, Syntax.LoopStatementSyntax loopStatement) { throw null; } - - public static Syntax.DoLoopBlockSyntax DoLoopWhileBlock(Syntax.DoStatementSyntax doStatement, SyntaxList statements, Syntax.LoopStatementSyntax loopStatement) { throw null; } - - public static Syntax.DoLoopBlockSyntax DoLoopWhileBlock(Syntax.DoStatementSyntax doStatement, Syntax.LoopStatementSyntax loopStatement) { throw null; } - - public static Syntax.DoStatementSyntax DoStatement(SyntaxKind kind, SyntaxToken doKeyword, Syntax.WhileOrUntilClauseSyntax whileOrUntilClause) { throw null; } - - public static Syntax.DoStatementSyntax DoStatement(SyntaxKind kind, Syntax.WhileOrUntilClauseSyntax whileOrUntilClause) { throw null; } - - public static Syntax.DoStatementSyntax DoStatement(SyntaxKind kind) { throw null; } - - public static Syntax.DoLoopBlockSyntax DoUntilLoopBlock(Syntax.DoStatementSyntax doStatement, SyntaxList statements, Syntax.LoopStatementSyntax loopStatement) { throw null; } - - public static Syntax.DoLoopBlockSyntax DoUntilLoopBlock(Syntax.DoStatementSyntax doStatement, Syntax.LoopStatementSyntax loopStatement) { throw null; } - - public static Syntax.DoStatementSyntax DoUntilStatement() { throw null; } - - public static Syntax.DoStatementSyntax DoUntilStatement(SyntaxToken doKeyword, Syntax.WhileOrUntilClauseSyntax whileOrUntilClause) { throw null; } - - public static Syntax.DoStatementSyntax DoUntilStatement(Syntax.WhileOrUntilClauseSyntax whileOrUntilClause) { throw null; } - - public static Syntax.DoLoopBlockSyntax DoWhileLoopBlock(Syntax.DoStatementSyntax doStatement, SyntaxList statements, Syntax.LoopStatementSyntax loopStatement) { throw null; } - - public static Syntax.DoLoopBlockSyntax DoWhileLoopBlock(Syntax.DoStatementSyntax doStatement, Syntax.LoopStatementSyntax loopStatement) { throw null; } - - public static Syntax.DoStatementSyntax DoWhileStatement() { throw null; } - - public static Syntax.DoStatementSyntax DoWhileStatement(SyntaxToken doKeyword, Syntax.WhileOrUntilClauseSyntax whileOrUntilClause) { throw null; } - - public static Syntax.DoStatementSyntax DoWhileStatement(Syntax.WhileOrUntilClauseSyntax whileOrUntilClause) { throw null; } - - public static SyntaxTrivia ElasticEndOfLine(string text) { throw null; } - - public static SyntaxTrivia ElasticWhitespace(string text) { throw null; } - - public static Syntax.ElseBlockSyntax ElseBlock() { throw null; } - - public static Syntax.ElseBlockSyntax ElseBlock(SyntaxList statements) { throw null; } - - public static Syntax.ElseBlockSyntax ElseBlock(Syntax.ElseStatementSyntax elseStatement, SyntaxList statements) { throw null; } - - public static Syntax.ElseCaseClauseSyntax ElseCaseClause() { throw null; } - - public static Syntax.ElseCaseClauseSyntax ElseCaseClause(SyntaxToken elseKeyword) { throw null; } - - public static Syntax.ElseDirectiveTriviaSyntax ElseDirectiveTrivia() { throw null; } - - public static Syntax.ElseDirectiveTriviaSyntax ElseDirectiveTrivia(SyntaxToken hashToken, SyntaxToken elseKeyword) { throw null; } - - public static Syntax.ElseIfBlockSyntax ElseIfBlock(Syntax.ElseIfStatementSyntax elseIfStatement, SyntaxList statements) { throw null; } - - public static Syntax.ElseIfBlockSyntax ElseIfBlock(Syntax.ElseIfStatementSyntax elseIfStatement) { throw null; } - - public static Syntax.IfDirectiveTriviaSyntax ElseIfDirectiveTrivia(SyntaxToken hashToken, SyntaxToken elseKeyword, SyntaxToken ifOrElseIfKeyword, Syntax.ExpressionSyntax condition, SyntaxToken thenKeyword) { throw null; } - - public static Syntax.IfDirectiveTriviaSyntax ElseIfDirectiveTrivia(SyntaxToken ifOrElseIfKeyword, Syntax.ExpressionSyntax condition) { throw null; } - - public static Syntax.ElseIfStatementSyntax ElseIfStatement(SyntaxToken elseIfKeyword, Syntax.ExpressionSyntax condition, SyntaxToken thenKeyword) { throw null; } - - public static Syntax.ElseIfStatementSyntax ElseIfStatement(Syntax.ExpressionSyntax condition) { throw null; } - - public static Syntax.ElseStatementSyntax ElseStatement() { throw null; } - - public static Syntax.ElseStatementSyntax ElseStatement(SyntaxToken elseKeyword) { throw null; } - - public static Syntax.EmptyStatementSyntax EmptyStatement() { throw null; } - - public static Syntax.EmptyStatementSyntax EmptyStatement(SyntaxToken empty) { throw null; } - - public static Syntax.EnableWarningDirectiveTriviaSyntax EnableWarningDirectiveTrivia(SeparatedSyntaxList errorCodes) { throw null; } - - public static Syntax.EnableWarningDirectiveTriviaSyntax EnableWarningDirectiveTrivia(SyntaxToken hashToken, SyntaxToken enableKeyword, SyntaxToken warningKeyword, SeparatedSyntaxList errorCodes) { throw null; } - - public static Syntax.EnableWarningDirectiveTriviaSyntax EnableWarningDirectiveTrivia(params Syntax.IdentifierNameSyntax[] errorCodes) { throw null; } - - public static Syntax.EndBlockStatementSyntax EndAddHandlerStatement() { throw null; } - - public static Syntax.EndBlockStatementSyntax EndAddHandlerStatement(SyntaxToken endKeyword, SyntaxToken blockKeyword) { throw null; } - - public static Syntax.EndBlockStatementSyntax EndBlockStatement(SyntaxKind kind, SyntaxToken endKeyword, SyntaxToken blockKeyword) { throw null; } - - public static Syntax.EndBlockStatementSyntax EndBlockStatement(SyntaxKind kind, SyntaxToken blockKeyword) { throw null; } - - public static Syntax.EndBlockStatementSyntax EndClassStatement() { throw null; } - - public static Syntax.EndBlockStatementSyntax EndClassStatement(SyntaxToken endKeyword, SyntaxToken blockKeyword) { throw null; } - - public static Syntax.EndBlockStatementSyntax EndEnumStatement() { throw null; } - - public static Syntax.EndBlockStatementSyntax EndEnumStatement(SyntaxToken endKeyword, SyntaxToken blockKeyword) { throw null; } - - public static Syntax.EndBlockStatementSyntax EndEventStatement() { throw null; } - - public static Syntax.EndBlockStatementSyntax EndEventStatement(SyntaxToken endKeyword, SyntaxToken blockKeyword) { throw null; } - - public static Syntax.EndExternalSourceDirectiveTriviaSyntax EndExternalSourceDirectiveTrivia() { throw null; } - - public static Syntax.EndExternalSourceDirectiveTriviaSyntax EndExternalSourceDirectiveTrivia(SyntaxToken hashToken, SyntaxToken endKeyword, SyntaxToken externalSourceKeyword) { throw null; } - - public static Syntax.EndBlockStatementSyntax EndFunctionStatement() { throw null; } - - public static Syntax.EndBlockStatementSyntax EndFunctionStatement(SyntaxToken endKeyword, SyntaxToken blockKeyword) { throw null; } - - public static Syntax.EndBlockStatementSyntax EndGetStatement() { throw null; } - - public static Syntax.EndBlockStatementSyntax EndGetStatement(SyntaxToken endKeyword, SyntaxToken blockKeyword) { throw null; } - - public static Syntax.EndIfDirectiveTriviaSyntax EndIfDirectiveTrivia() { throw null; } - - public static Syntax.EndIfDirectiveTriviaSyntax EndIfDirectiveTrivia(SyntaxToken hashToken, SyntaxToken endKeyword, SyntaxToken ifKeyword) { throw null; } - - public static Syntax.EndBlockStatementSyntax EndIfStatement() { throw null; } - - public static Syntax.EndBlockStatementSyntax EndIfStatement(SyntaxToken endKeyword, SyntaxToken blockKeyword) { throw null; } - - public static Syntax.EndBlockStatementSyntax EndInterfaceStatement() { throw null; } - - public static Syntax.EndBlockStatementSyntax EndInterfaceStatement(SyntaxToken endKeyword, SyntaxToken blockKeyword) { throw null; } - - public static Syntax.EndBlockStatementSyntax EndModuleStatement() { throw null; } - - public static Syntax.EndBlockStatementSyntax EndModuleStatement(SyntaxToken endKeyword, SyntaxToken blockKeyword) { throw null; } - - public static Syntax.EndBlockStatementSyntax EndNamespaceStatement() { throw null; } - - public static Syntax.EndBlockStatementSyntax EndNamespaceStatement(SyntaxToken endKeyword, SyntaxToken blockKeyword) { throw null; } - - [System.Obsolete("Use SyntaxFactory.EndOfLine or SyntaxFactory.ElasticEndOfLine")] - public static SyntaxTrivia EndOfLine(string text, bool elastic) { throw null; } - - public static SyntaxTrivia EndOfLine(string text) { throw null; } - - public static SyntaxTrivia EndOfLineTrivia(string text) { throw null; } - - public static Syntax.EndBlockStatementSyntax EndOperatorStatement() { throw null; } - - public static Syntax.EndBlockStatementSyntax EndOperatorStatement(SyntaxToken endKeyword, SyntaxToken blockKeyword) { throw null; } - - public static Syntax.EndBlockStatementSyntax EndPropertyStatement() { throw null; } - - public static Syntax.EndBlockStatementSyntax EndPropertyStatement(SyntaxToken endKeyword, SyntaxToken blockKeyword) { throw null; } - - public static Syntax.EndBlockStatementSyntax EndRaiseEventStatement() { throw null; } - - public static Syntax.EndBlockStatementSyntax EndRaiseEventStatement(SyntaxToken endKeyword, SyntaxToken blockKeyword) { throw null; } - - public static Syntax.EndRegionDirectiveTriviaSyntax EndRegionDirectiveTrivia() { throw null; } - - public static Syntax.EndRegionDirectiveTriviaSyntax EndRegionDirectiveTrivia(SyntaxToken hashToken, SyntaxToken endKeyword, SyntaxToken regionKeyword) { throw null; } - - public static Syntax.EndBlockStatementSyntax EndRemoveHandlerStatement() { throw null; } - - public static Syntax.EndBlockStatementSyntax EndRemoveHandlerStatement(SyntaxToken endKeyword, SyntaxToken blockKeyword) { throw null; } - - public static Syntax.EndBlockStatementSyntax EndSelectStatement() { throw null; } - - public static Syntax.EndBlockStatementSyntax EndSelectStatement(SyntaxToken endKeyword, SyntaxToken blockKeyword) { throw null; } - - public static Syntax.EndBlockStatementSyntax EndSetStatement() { throw null; } - - public static Syntax.EndBlockStatementSyntax EndSetStatement(SyntaxToken endKeyword, SyntaxToken blockKeyword) { throw null; } - - public static Syntax.StopOrEndStatementSyntax EndStatement(SyntaxToken stopOrEndKeyword) { throw null; } - - public static Syntax.EndBlockStatementSyntax EndStructureStatement() { throw null; } - - public static Syntax.EndBlockStatementSyntax EndStructureStatement(SyntaxToken endKeyword, SyntaxToken blockKeyword) { throw null; } - - public static Syntax.EndBlockStatementSyntax EndSubStatement() { throw null; } - - public static Syntax.EndBlockStatementSyntax EndSubStatement(SyntaxToken endKeyword, SyntaxToken blockKeyword) { throw null; } - - public static Syntax.EndBlockStatementSyntax EndSyncLockStatement() { throw null; } - - public static Syntax.EndBlockStatementSyntax EndSyncLockStatement(SyntaxToken endKeyword, SyntaxToken blockKeyword) { throw null; } - - public static Syntax.EndBlockStatementSyntax EndTryStatement() { throw null; } - - public static Syntax.EndBlockStatementSyntax EndTryStatement(SyntaxToken endKeyword, SyntaxToken blockKeyword) { throw null; } - - public static Syntax.EndBlockStatementSyntax EndUsingStatement() { throw null; } - - public static Syntax.EndBlockStatementSyntax EndUsingStatement(SyntaxToken endKeyword, SyntaxToken blockKeyword) { throw null; } - - public static Syntax.EndBlockStatementSyntax EndWhileStatement() { throw null; } - - public static Syntax.EndBlockStatementSyntax EndWhileStatement(SyntaxToken endKeyword, SyntaxToken blockKeyword) { throw null; } - - public static Syntax.EndBlockStatementSyntax EndWithStatement() { throw null; } - - public static Syntax.EndBlockStatementSyntax EndWithStatement(SyntaxToken endKeyword, SyntaxToken blockKeyword) { throw null; } - - public static Syntax.EnumBlockSyntax EnumBlock(Syntax.EnumStatementSyntax enumStatement, SyntaxList members, Syntax.EndBlockStatementSyntax endEnumStatement) { throw null; } - - public static Syntax.EnumBlockSyntax EnumBlock(Syntax.EnumStatementSyntax enumStatement, SyntaxList members) { throw null; } - - public static Syntax.EnumBlockSyntax EnumBlock(Syntax.EnumStatementSyntax enumStatement) { throw null; } - - public static Syntax.EnumMemberDeclarationSyntax EnumMemberDeclaration(SyntaxList attributeLists, SyntaxToken identifier, Syntax.EqualsValueSyntax initializer) { throw null; } - - public static Syntax.EnumMemberDeclarationSyntax EnumMemberDeclaration(SyntaxToken identifier) { throw null; } - - public static Syntax.EnumMemberDeclarationSyntax EnumMemberDeclaration(string identifier) { throw null; } - - public static Syntax.EnumStatementSyntax EnumStatement(SyntaxList attributeLists, SyntaxTokenList modifiers, SyntaxToken enumKeyword, SyntaxToken identifier, Syntax.AsClauseSyntax underlyingType) { throw null; } - - public static Syntax.EnumStatementSyntax EnumStatement(SyntaxList attributeLists, SyntaxTokenList modifiers, SyntaxToken identifier, Syntax.AsClauseSyntax underlyingType) { throw null; } - - public static Syntax.EnumStatementSyntax EnumStatement(SyntaxToken identifier) { throw null; } - - public static Syntax.EnumStatementSyntax EnumStatement(string identifier) { throw null; } - - public static Syntax.BinaryExpressionSyntax EqualsExpression(Syntax.ExpressionSyntax left, SyntaxToken operatorToken, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.BinaryExpressionSyntax EqualsExpression(Syntax.ExpressionSyntax left, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.EqualsValueSyntax EqualsValue(SyntaxToken equalsToken, Syntax.ExpressionSyntax value) { throw null; } - - public static Syntax.EqualsValueSyntax EqualsValue(Syntax.ExpressionSyntax value) { throw null; } - - public static Syntax.EraseStatementSyntax EraseStatement(SeparatedSyntaxList expressions) { throw null; } - - public static Syntax.EraseStatementSyntax EraseStatement(SyntaxToken eraseKeyword, SeparatedSyntaxList expressions) { throw null; } - - public static Syntax.EraseStatementSyntax EraseStatement(params Syntax.ExpressionSyntax[] expressions) { throw null; } - - public static Syntax.ErrorStatementSyntax ErrorStatement(SyntaxToken errorKeyword, Syntax.ExpressionSyntax errorNumber) { throw null; } - - public static Syntax.ErrorStatementSyntax ErrorStatement(Syntax.ExpressionSyntax errorNumber) { throw null; } - - public static Syntax.EventBlockSyntax EventBlock(Syntax.EventStatementSyntax eventStatement, SyntaxList accessors, Syntax.EndBlockStatementSyntax endEventStatement) { throw null; } - - public static Syntax.EventBlockSyntax EventBlock(Syntax.EventStatementSyntax eventStatement, SyntaxList accessors) { throw null; } - - public static Syntax.EventStatementSyntax EventStatement(SyntaxList attributeLists, SyntaxTokenList modifiers, SyntaxToken customKeyword, SyntaxToken eventKeyword, SyntaxToken identifier, Syntax.ParameterListSyntax parameterList, Syntax.SimpleAsClauseSyntax asClause, Syntax.ImplementsClauseSyntax implementsClause) { throw null; } - - public static Syntax.EventStatementSyntax EventStatement(SyntaxList attributeLists, SyntaxTokenList modifiers, SyntaxToken identifier, Syntax.ParameterListSyntax parameterList, Syntax.SimpleAsClauseSyntax asClause, Syntax.ImplementsClauseSyntax implementsClause) { throw null; } - - public static Syntax.EventStatementSyntax EventStatement(SyntaxToken identifier) { throw null; } - - public static Syntax.EventStatementSyntax EventStatement(string identifier) { throw null; } - - public static Syntax.BinaryExpressionSyntax ExclusiveOrExpression(Syntax.ExpressionSyntax left, SyntaxToken operatorToken, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.BinaryExpressionSyntax ExclusiveOrExpression(Syntax.ExpressionSyntax left, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.ExitStatementSyntax ExitDoStatement() { throw null; } - - public static Syntax.ExitStatementSyntax ExitDoStatement(SyntaxToken exitKeyword, SyntaxToken blockKeyword) { throw null; } - - public static Syntax.ExitStatementSyntax ExitForStatement() { throw null; } - - public static Syntax.ExitStatementSyntax ExitForStatement(SyntaxToken exitKeyword, SyntaxToken blockKeyword) { throw null; } - - public static Syntax.ExitStatementSyntax ExitFunctionStatement() { throw null; } - - public static Syntax.ExitStatementSyntax ExitFunctionStatement(SyntaxToken exitKeyword, SyntaxToken blockKeyword) { throw null; } - - public static Syntax.ExitStatementSyntax ExitOperatorStatement() { throw null; } - - public static Syntax.ExitStatementSyntax ExitOperatorStatement(SyntaxToken exitKeyword, SyntaxToken blockKeyword) { throw null; } - - public static Syntax.ExitStatementSyntax ExitPropertyStatement() { throw null; } - - public static Syntax.ExitStatementSyntax ExitPropertyStatement(SyntaxToken exitKeyword, SyntaxToken blockKeyword) { throw null; } - - public static Syntax.ExitStatementSyntax ExitSelectStatement() { throw null; } - - public static Syntax.ExitStatementSyntax ExitSelectStatement(SyntaxToken exitKeyword, SyntaxToken blockKeyword) { throw null; } - - public static Syntax.ExitStatementSyntax ExitStatement(SyntaxKind kind, SyntaxToken exitKeyword, SyntaxToken blockKeyword) { throw null; } - - public static Syntax.ExitStatementSyntax ExitStatement(SyntaxKind kind, SyntaxToken blockKeyword) { throw null; } - - public static Syntax.ExitStatementSyntax ExitSubStatement() { throw null; } - - public static Syntax.ExitStatementSyntax ExitSubStatement(SyntaxToken exitKeyword, SyntaxToken blockKeyword) { throw null; } - - public static Syntax.ExitStatementSyntax ExitTryStatement() { throw null; } - - public static Syntax.ExitStatementSyntax ExitTryStatement(SyntaxToken exitKeyword, SyntaxToken blockKeyword) { throw null; } - - public static Syntax.ExitStatementSyntax ExitWhileStatement() { throw null; } - - public static Syntax.ExitStatementSyntax ExitWhileStatement(SyntaxToken exitKeyword, SyntaxToken blockKeyword) { throw null; } - - public static Syntax.AssignmentStatementSyntax ExponentiateAssignmentStatement(Syntax.ExpressionSyntax left, SyntaxToken operatorToken, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.AssignmentStatementSyntax ExponentiateAssignmentStatement(Syntax.ExpressionSyntax left, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.BinaryExpressionSyntax ExponentiateExpression(Syntax.ExpressionSyntax left, SyntaxToken operatorToken, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.BinaryExpressionSyntax ExponentiateExpression(Syntax.ExpressionSyntax left, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.ExpressionRangeVariableSyntax ExpressionRangeVariable(Syntax.ExpressionSyntax expression) { throw null; } - - public static Syntax.ExpressionRangeVariableSyntax ExpressionRangeVariable(Syntax.VariableNameEqualsSyntax nameEquals, Syntax.ExpressionSyntax expression) { throw null; } - - public static Syntax.ExpressionStatementSyntax ExpressionStatement(Syntax.ExpressionSyntax expression) { throw null; } - - public static Syntax.ExternalChecksumDirectiveTriviaSyntax ExternalChecksumDirectiveTrivia() { throw null; } - - public static Syntax.ExternalChecksumDirectiveTriviaSyntax ExternalChecksumDirectiveTrivia(SyntaxToken hashToken, SyntaxToken externalChecksumKeyword, SyntaxToken openParenToken, SyntaxToken externalSource, SyntaxToken firstCommaToken, SyntaxToken guid, SyntaxToken secondCommaToken, SyntaxToken checksum, SyntaxToken closeParenToken) { throw null; } - - public static Syntax.ExternalSourceDirectiveTriviaSyntax ExternalSourceDirectiveTrivia() { throw null; } - - public static Syntax.ExternalSourceDirectiveTriviaSyntax ExternalSourceDirectiveTrivia(SyntaxToken hashToken, SyntaxToken externalSourceKeyword, SyntaxToken openParenToken, SyntaxToken externalSource, SyntaxToken commaToken, SyntaxToken lineStart, SyntaxToken closeParenToken) { throw null; } - - public static Syntax.LiteralExpressionSyntax FalseLiteralExpression(SyntaxToken token) { throw null; } - - public static Syntax.FieldDeclarationSyntax FieldDeclaration(SeparatedSyntaxList declarators) { throw null; } - - public static Syntax.FieldDeclarationSyntax FieldDeclaration(SyntaxList attributeLists, SyntaxTokenList modifiers, SeparatedSyntaxList declarators) { throw null; } - - public static Syntax.FieldDeclarationSyntax FieldDeclaration(params Syntax.VariableDeclaratorSyntax[] declarators) { throw null; } - - public static Syntax.FinallyBlockSyntax FinallyBlock() { throw null; } - - public static Syntax.FinallyBlockSyntax FinallyBlock(SyntaxList statements) { throw null; } - - public static Syntax.FinallyBlockSyntax FinallyBlock(Syntax.FinallyStatementSyntax finallyStatement, SyntaxList statements) { throw null; } - - public static Syntax.FinallyStatementSyntax FinallyStatement() { throw null; } - - public static Syntax.FinallyStatementSyntax FinallyStatement(SyntaxToken finallyKeyword) { throw null; } - - public static SyntaxToken FloatingLiteralToken(SyntaxTriviaList leadingTrivia, string text, Syntax.TypeCharacter typeSuffix, double value, SyntaxTriviaList trailingTrivia) { throw null; } - - public static SyntaxToken FloatingLiteralToken(string text, Syntax.TypeCharacter typeSuffix, double value) { throw null; } - - public static Syntax.ForBlockSyntax ForBlock(Syntax.ForStatementSyntax forStatement, SyntaxList statements, Syntax.NextStatementSyntax nextStatement) { throw null; } - - public static Syntax.ForBlockSyntax ForBlock(Syntax.ForStatementSyntax forStatement) { throw null; } - - public static Syntax.ForEachBlockSyntax ForEachBlock(Syntax.ForEachStatementSyntax forEachStatement, SyntaxList statements, Syntax.NextStatementSyntax nextStatement) { throw null; } - - public static Syntax.ForEachBlockSyntax ForEachBlock(Syntax.ForEachStatementSyntax forEachStatement) { throw null; } - - public static Syntax.ForEachStatementSyntax ForEachStatement(SyntaxToken forKeyword, SyntaxToken eachKeyword, VisualBasicSyntaxNode controlVariable, SyntaxToken inKeyword, Syntax.ExpressionSyntax expression) { throw null; } - - public static Syntax.ForEachStatementSyntax ForEachStatement(VisualBasicSyntaxNode controlVariable, Syntax.ExpressionSyntax expression) { throw null; } - - public static Syntax.ForStatementSyntax ForStatement(SyntaxToken forKeyword, VisualBasicSyntaxNode controlVariable, SyntaxToken equalsToken, Syntax.ExpressionSyntax fromValue, SyntaxToken toKeyword, Syntax.ExpressionSyntax toValue, Syntax.ForStepClauseSyntax stepClause) { throw null; } - - public static Syntax.ForStatementSyntax ForStatement(VisualBasicSyntaxNode controlVariable, Syntax.ExpressionSyntax fromValue, Syntax.ExpressionSyntax toValue, Syntax.ForStepClauseSyntax stepClause) { throw null; } - - public static Syntax.ForStatementSyntax ForStatement(VisualBasicSyntaxNode controlVariable, Syntax.ExpressionSyntax fromValue, Syntax.ExpressionSyntax toValue) { throw null; } - - public static Syntax.ForStepClauseSyntax ForStepClause(SyntaxToken stepKeyword, Syntax.ExpressionSyntax stepValue) { throw null; } - - public static Syntax.ForStepClauseSyntax ForStepClause(Syntax.ExpressionSyntax stepValue) { throw null; } - - public static Syntax.FromClauseSyntax FromClause(SeparatedSyntaxList variables) { throw null; } - - public static Syntax.FromClauseSyntax FromClause(SyntaxToken fromKeyword, SeparatedSyntaxList variables) { throw null; } - - public static Syntax.FromClauseSyntax FromClause(params Syntax.CollectionRangeVariableSyntax[] variables) { throw null; } - - public static Syntax.FunctionAggregationSyntax FunctionAggregation(SyntaxToken functionName, SyntaxToken openParenToken, Syntax.ExpressionSyntax argument, SyntaxToken closeParenToken) { throw null; } - - public static Syntax.FunctionAggregationSyntax FunctionAggregation(SyntaxToken functionName, Syntax.ExpressionSyntax argument) { throw null; } - - public static Syntax.FunctionAggregationSyntax FunctionAggregation(SyntaxToken functionName) { throw null; } - - public static Syntax.FunctionAggregationSyntax FunctionAggregation(string functionName) { throw null; } - - public static Syntax.MethodBlockSyntax FunctionBlock(Syntax.MethodStatementSyntax subOrFunctionStatement, SyntaxList statements, Syntax.EndBlockStatementSyntax endSubOrFunctionStatement) { throw null; } - - public static Syntax.MethodBlockSyntax FunctionBlock(Syntax.MethodStatementSyntax subOrFunctionStatement, SyntaxList statements) { throw null; } - - public static Syntax.MethodBlockSyntax FunctionBlock(Syntax.MethodStatementSyntax subOrFunctionStatement) { throw null; } - - public static Syntax.LambdaHeaderSyntax FunctionLambdaHeader() { throw null; } - - public static Syntax.LambdaHeaderSyntax FunctionLambdaHeader(SyntaxList attributeLists, SyntaxTokenList modifiers, SyntaxToken subOrFunctionKeyword, Syntax.ParameterListSyntax parameterList, Syntax.SimpleAsClauseSyntax asClause) { throw null; } - - public static Syntax.LambdaHeaderSyntax FunctionLambdaHeader(SyntaxList attributeLists, SyntaxTokenList modifiers, Syntax.ParameterListSyntax parameterList, Syntax.SimpleAsClauseSyntax asClause) { throw null; } - - public static Syntax.MethodStatementSyntax FunctionStatement(SyntaxList attributeLists, SyntaxTokenList modifiers, SyntaxToken subOrFunctionKeyword, SyntaxToken identifier, Syntax.TypeParameterListSyntax typeParameterList, Syntax.ParameterListSyntax parameterList, Syntax.SimpleAsClauseSyntax asClause, Syntax.HandlesClauseSyntax handlesClause, Syntax.ImplementsClauseSyntax implementsClause) { throw null; } - - public static Syntax.MethodStatementSyntax FunctionStatement(SyntaxList attributeLists, SyntaxTokenList modifiers, SyntaxToken identifier, Syntax.TypeParameterListSyntax typeParameterList, Syntax.ParameterListSyntax parameterList, Syntax.SimpleAsClauseSyntax asClause, Syntax.HandlesClauseSyntax handlesClause, Syntax.ImplementsClauseSyntax implementsClause) { throw null; } - - public static Syntax.MethodStatementSyntax FunctionStatement(SyntaxToken identifier) { throw null; } - - public static Syntax.MethodStatementSyntax FunctionStatement(string identifier) { throw null; } - - public static Syntax.GenericNameSyntax GenericName(SyntaxToken identifier, Syntax.TypeArgumentListSyntax typeArgumentList) { throw null; } - - public static Syntax.GenericNameSyntax GenericName(string identifier, Syntax.TypeArgumentListSyntax typeArgumentList) { throw null; } - - public static Syntax.AccessorBlockSyntax GetAccessorBlock(Syntax.AccessorStatementSyntax accessorStatement, SyntaxList statements, Syntax.EndBlockStatementSyntax endAccessorStatement) { throw null; } - - public static Syntax.AccessorBlockSyntax GetAccessorBlock(Syntax.AccessorStatementSyntax accessorStatement, SyntaxList statements) { throw null; } - - public static Syntax.AccessorBlockSyntax GetAccessorBlock(Syntax.AccessorStatementSyntax accessorStatement) { throw null; } - - public static Syntax.AccessorStatementSyntax GetAccessorStatement() { throw null; } - - public static Syntax.AccessorStatementSyntax GetAccessorStatement(SyntaxList attributeLists, SyntaxTokenList modifiers, SyntaxToken accessorKeyword, Syntax.ParameterListSyntax parameterList) { throw null; } - - public static Syntax.AccessorStatementSyntax GetAccessorStatement(SyntaxList attributeLists, SyntaxTokenList modifiers, Syntax.ParameterListSyntax parameterList) { throw null; } - - public static Syntax.ExpressionSyntax GetStandaloneExpression(Syntax.ExpressionSyntax node) { throw null; } - - public static Syntax.GetTypeExpressionSyntax GetTypeExpression(SyntaxToken getTypeKeyword, SyntaxToken openParenToken, Syntax.TypeSyntax type, SyntaxToken closeParenToken) { throw null; } - - public static Syntax.GetTypeExpressionSyntax GetTypeExpression(Syntax.TypeSyntax type) { throw null; } - - public static Syntax.GetXmlNamespaceExpressionSyntax GetXmlNamespaceExpression() { throw null; } - - public static Syntax.GetXmlNamespaceExpressionSyntax GetXmlNamespaceExpression(SyntaxToken getXmlNamespaceKeyword, SyntaxToken openParenToken, Syntax.XmlPrefixNameSyntax name, SyntaxToken closeParenToken) { throw null; } - - public static Syntax.GlobalNameSyntax GlobalName() { throw null; } - - public static Syntax.GlobalNameSyntax GlobalName(SyntaxToken globalKeyword) { throw null; } - - public static Syntax.GoToStatementSyntax GoToStatement(SyntaxToken goToKeyword, Syntax.LabelSyntax label) { throw null; } - - public static Syntax.GoToStatementSyntax GoToStatement(Syntax.LabelSyntax label) { throw null; } - - public static Syntax.BinaryExpressionSyntax GreaterThanExpression(Syntax.ExpressionSyntax left, SyntaxToken operatorToken, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.BinaryExpressionSyntax GreaterThanExpression(Syntax.ExpressionSyntax left, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.BinaryExpressionSyntax GreaterThanOrEqualExpression(Syntax.ExpressionSyntax left, SyntaxToken operatorToken, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.BinaryExpressionSyntax GreaterThanOrEqualExpression(Syntax.ExpressionSyntax left, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.GroupAggregationSyntax GroupAggregation() { throw null; } - - public static Syntax.GroupAggregationSyntax GroupAggregation(SyntaxToken groupKeyword) { throw null; } - - public static Syntax.GroupByClauseSyntax GroupByClause(SeparatedSyntaxList keys, SeparatedSyntaxList aggregationVariables) { throw null; } - - public static Syntax.GroupByClauseSyntax GroupByClause(SeparatedSyntaxList items, SeparatedSyntaxList keys, SeparatedSyntaxList aggregationVariables) { throw null; } - - public static Syntax.GroupByClauseSyntax GroupByClause(SyntaxToken groupKeyword, SeparatedSyntaxList items, SyntaxToken byKeyword, SeparatedSyntaxList keys, SyntaxToken intoKeyword, SeparatedSyntaxList aggregationVariables) { throw null; } - - public static Syntax.GroupJoinClauseSyntax GroupJoinClause(SeparatedSyntaxList joinedVariables, SeparatedSyntaxList joinConditions, SeparatedSyntaxList aggregationVariables) { throw null; } - - public static Syntax.GroupJoinClauseSyntax GroupJoinClause(SeparatedSyntaxList joinedVariables, SyntaxList additionalJoins, SeparatedSyntaxList joinConditions, SeparatedSyntaxList aggregationVariables) { throw null; } - - public static Syntax.GroupJoinClauseSyntax GroupJoinClause(SyntaxToken groupKeyword, SyntaxToken joinKeyword, SeparatedSyntaxList joinedVariables, SyntaxList additionalJoins, SyntaxToken onKeyword, SeparatedSyntaxList joinConditions, SyntaxToken intoKeyword, SeparatedSyntaxList aggregationVariables) { throw null; } - - public static Syntax.HandlesClauseSyntax HandlesClause(SeparatedSyntaxList events) { throw null; } - - public static Syntax.HandlesClauseSyntax HandlesClause(SyntaxToken handlesKeyword, SeparatedSyntaxList events) { throw null; } - - public static Syntax.HandlesClauseSyntax HandlesClause(params Syntax.HandlesClauseItemSyntax[] events) { throw null; } - - public static Syntax.HandlesClauseItemSyntax HandlesClauseItem(Syntax.EventContainerSyntax eventContainer, SyntaxToken dotToken, Syntax.IdentifierNameSyntax eventMember) { throw null; } - - public static Syntax.HandlesClauseItemSyntax HandlesClauseItem(Syntax.EventContainerSyntax eventContainer, Syntax.IdentifierNameSyntax eventMember) { throw null; } - - public static SyntaxToken Identifier(SyntaxTriviaList leadingTrivia, string text, SyntaxTriviaList trailingTrivia) { throw null; } - - public static SyntaxToken Identifier(SyntaxTriviaList leadingTrivia, string text, bool isBracketed, string identifierText, Syntax.TypeCharacter typeCharacter, SyntaxTriviaList trailingTrivia) { throw null; } - - public static SyntaxToken Identifier(string text, bool isBracketed, string identifierText, Syntax.TypeCharacter typeCharacter) { throw null; } - - public static SyntaxToken Identifier(string text) { throw null; } - - public static Syntax.LabelSyntax IdentifierLabel(SyntaxToken labelToken) { throw null; } - - public static Syntax.LabelSyntax IdentifierLabel(string labelToken) { throw null; } - - public static Syntax.IdentifierNameSyntax IdentifierName(SyntaxToken identifier) { throw null; } - - public static Syntax.IdentifierNameSyntax IdentifierName(string identifier) { throw null; } - - public static Syntax.IfDirectiveTriviaSyntax IfDirectiveTrivia(SyntaxToken hashToken, SyntaxToken elseKeyword, SyntaxToken ifOrElseIfKeyword, Syntax.ExpressionSyntax condition, SyntaxToken thenKeyword) { throw null; } - - public static Syntax.IfDirectiveTriviaSyntax IfDirectiveTrivia(SyntaxToken ifOrElseIfKeyword, Syntax.ExpressionSyntax condition) { throw null; } - - public static Syntax.IfDirectiveTriviaSyntax IfDirectiveTrivia(SyntaxKind kind, SyntaxToken hashToken, SyntaxToken elseKeyword, SyntaxToken ifOrElseIfKeyword, Syntax.ExpressionSyntax condition, SyntaxToken thenKeyword) { throw null; } - - public static Syntax.IfDirectiveTriviaSyntax IfDirectiveTrivia(SyntaxKind kind, SyntaxToken ifOrElseIfKeyword, Syntax.ExpressionSyntax condition) { throw null; } - - public static Syntax.IfStatementSyntax IfStatement(SyntaxToken ifKeyword, Syntax.ExpressionSyntax condition, SyntaxToken thenKeyword) { throw null; } - - public static Syntax.IfStatementSyntax IfStatement(Syntax.ExpressionSyntax condition) { throw null; } - - public static Syntax.ImplementsClauseSyntax ImplementsClause(SeparatedSyntaxList interfaceMembers) { throw null; } - - public static Syntax.ImplementsClauseSyntax ImplementsClause(SyntaxToken implementsKeyword, SeparatedSyntaxList interfaceMembers) { throw null; } - - public static Syntax.ImplementsClauseSyntax ImplementsClause(params Syntax.QualifiedNameSyntax[] interfaceMembers) { throw null; } - - public static Syntax.ImplementsStatementSyntax ImplementsStatement(SeparatedSyntaxList types) { throw null; } - - public static Syntax.ImplementsStatementSyntax ImplementsStatement(SyntaxToken implementsKeyword, SeparatedSyntaxList types) { throw null; } - - public static Syntax.ImplementsStatementSyntax ImplementsStatement(params Syntax.TypeSyntax[] types) { throw null; } - - public static Syntax.ImportAliasClauseSyntax ImportAliasClause(SyntaxToken identifier, SyntaxToken equalsToken) { throw null; } - - public static Syntax.ImportAliasClauseSyntax ImportAliasClause(SyntaxToken identifier) { throw null; } - - public static Syntax.ImportAliasClauseSyntax ImportAliasClause(string identifier) { throw null; } - - public static Syntax.ImportsStatementSyntax ImportsStatement() { throw null; } - - public static Syntax.ImportsStatementSyntax ImportsStatement(SeparatedSyntaxList importsClauses) { throw null; } - - public static Syntax.ImportsStatementSyntax ImportsStatement(SyntaxToken importsKeyword, SeparatedSyntaxList importsClauses) { throw null; } - - public static Syntax.IncompleteMemberSyntax IncompleteMember() { throw null; } - - public static Syntax.IncompleteMemberSyntax IncompleteMember(SyntaxList attributeLists, SyntaxTokenList modifiers, SyntaxToken missingIdentifier) { throw null; } - - public static Syntax.InferredFieldInitializerSyntax InferredFieldInitializer(SyntaxToken keyKeyword, Syntax.ExpressionSyntax expression) { throw null; } - - public static Syntax.InferredFieldInitializerSyntax InferredFieldInitializer(Syntax.ExpressionSyntax expression) { throw null; } - - public static Syntax.InheritsStatementSyntax InheritsStatement(SeparatedSyntaxList types) { throw null; } - - public static Syntax.InheritsStatementSyntax InheritsStatement(SyntaxToken inheritsKeyword, SeparatedSyntaxList types) { throw null; } - - public static Syntax.InheritsStatementSyntax InheritsStatement(params Syntax.TypeSyntax[] types) { throw null; } - - public static Syntax.AssignmentStatementSyntax IntegerDivideAssignmentStatement(Syntax.ExpressionSyntax left, SyntaxToken operatorToken, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.AssignmentStatementSyntax IntegerDivideAssignmentStatement(Syntax.ExpressionSyntax left, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.BinaryExpressionSyntax IntegerDivideExpression(Syntax.ExpressionSyntax left, SyntaxToken operatorToken, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.BinaryExpressionSyntax IntegerDivideExpression(Syntax.ExpressionSyntax left, Syntax.ExpressionSyntax right) { throw null; } - - public static SyntaxToken IntegerLiteralToken(SyntaxTriviaList leadingTrivia, string text, Syntax.LiteralBase @base, Syntax.TypeCharacter typeSuffix, ulong value, SyntaxTriviaList trailingTrivia) { throw null; } - - public static SyntaxToken IntegerLiteralToken(string text, Syntax.LiteralBase @base, Syntax.TypeCharacter typeSuffix, ulong value) { throw null; } - - public static Syntax.InterfaceBlockSyntax InterfaceBlock(Syntax.InterfaceStatementSyntax interfaceStatement, SyntaxList inherits, SyntaxList implements, SyntaxList members, Syntax.EndBlockStatementSyntax endInterfaceStatement) { throw null; } - - public static Syntax.InterfaceBlockSyntax InterfaceBlock(Syntax.InterfaceStatementSyntax interfaceStatement, SyntaxList inherits, SyntaxList implements, SyntaxList members) { throw null; } - - public static Syntax.InterfaceBlockSyntax InterfaceBlock(Syntax.InterfaceStatementSyntax interfaceStatement) { throw null; } - - public static Syntax.InterfaceStatementSyntax InterfaceStatement(SyntaxList attributeLists, SyntaxTokenList modifiers, SyntaxToken interfaceKeyword, SyntaxToken identifier, Syntax.TypeParameterListSyntax typeParameterList) { throw null; } - - public static Syntax.InterfaceStatementSyntax InterfaceStatement(SyntaxList attributeLists, SyntaxTokenList modifiers, SyntaxToken identifier, Syntax.TypeParameterListSyntax typeParameterList) { throw null; } - - public static Syntax.InterfaceStatementSyntax InterfaceStatement(SyntaxToken identifier) { throw null; } - - public static Syntax.InterfaceStatementSyntax InterfaceStatement(string identifier) { throw null; } - - public static Syntax.InterpolatedStringExpressionSyntax InterpolatedStringExpression(SyntaxList contents) { throw null; } - - public static Syntax.InterpolatedStringExpressionSyntax InterpolatedStringExpression(SyntaxToken dollarSignDoubleQuoteToken, SyntaxList contents, SyntaxToken doubleQuoteToken) { throw null; } - - public static Syntax.InterpolatedStringExpressionSyntax InterpolatedStringExpression(params Syntax.InterpolatedStringContentSyntax[] contents) { throw null; } - - public static Syntax.InterpolatedStringTextSyntax InterpolatedStringText() { throw null; } - - public static Syntax.InterpolatedStringTextSyntax InterpolatedStringText(SyntaxToken textToken) { throw null; } - - public static SyntaxToken InterpolatedStringTextToken(SyntaxTriviaList leadingTrivia, string text, string value, SyntaxTriviaList trailingTrivia) { throw null; } - - public static SyntaxToken InterpolatedStringTextToken(string text, string value) { throw null; } - - public static Syntax.InterpolationSyntax Interpolation(SyntaxToken openBraceToken, Syntax.ExpressionSyntax expression, Syntax.InterpolationAlignmentClauseSyntax alignmentClause, Syntax.InterpolationFormatClauseSyntax formatClause, SyntaxToken closeBraceToken) { throw null; } - - public static Syntax.InterpolationSyntax Interpolation(Syntax.ExpressionSyntax expression, Syntax.InterpolationAlignmentClauseSyntax alignmentClause) { throw null; } - - public static Syntax.InterpolationSyntax Interpolation(Syntax.ExpressionSyntax expression) { throw null; } - - public static Syntax.InterpolationAlignmentClauseSyntax InterpolationAlignmentClause(SyntaxToken commaToken, Syntax.ExpressionSyntax value) { throw null; } - - public static Syntax.InterpolationAlignmentClauseSyntax InterpolationAlignmentClause(Syntax.ExpressionSyntax value) { throw null; } - - public static Syntax.InterpolationFormatClauseSyntax InterpolationFormatClause() { throw null; } - - public static Syntax.InterpolationFormatClauseSyntax InterpolationFormatClause(SyntaxToken colonToken, SyntaxToken formatStringToken) { throw null; } - - public static Syntax.InvocationExpressionSyntax InvocationExpression() { throw null; } - - public static Syntax.InvocationExpressionSyntax InvocationExpression(Syntax.ExpressionSyntax expression, Syntax.ArgumentListSyntax argumentList) { throw null; } - - public static Syntax.InvocationExpressionSyntax InvocationExpression(Syntax.ExpressionSyntax expression) { throw null; } - - public static Syntax.BinaryExpressionSyntax IsExpression(Syntax.ExpressionSyntax left, SyntaxToken operatorToken, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.BinaryExpressionSyntax IsExpression(Syntax.ExpressionSyntax left, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.BinaryExpressionSyntax IsNotExpression(Syntax.ExpressionSyntax left, SyntaxToken operatorToken, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.BinaryExpressionSyntax IsNotExpression(Syntax.ExpressionSyntax left, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.JoinConditionSyntax JoinCondition(Syntax.ExpressionSyntax left, SyntaxToken equalsKeyword, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.JoinConditionSyntax JoinCondition(Syntax.ExpressionSyntax left, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.KeywordEventContainerSyntax KeywordEventContainer(SyntaxToken keyword) { throw null; } - - public static Syntax.LabelSyntax Label(SyntaxKind kind, SyntaxToken labelToken) { throw null; } - - public static Syntax.LabelSyntax Label(SyntaxKind kind, string labelToken) { throw null; } - - public static Syntax.LabelStatementSyntax LabelStatement(SyntaxToken labelToken, SyntaxToken colonToken) { throw null; } - - public static Syntax.LabelStatementSyntax LabelStatement(SyntaxToken labelToken) { throw null; } - - public static Syntax.LabelStatementSyntax LabelStatement(string labelToken) { throw null; } - - public static Syntax.LambdaHeaderSyntax LambdaHeader(SyntaxKind kind, SyntaxList attributeLists, SyntaxTokenList modifiers, SyntaxToken subOrFunctionKeyword, Syntax.ParameterListSyntax parameterList, Syntax.SimpleAsClauseSyntax asClause) { throw null; } - - public static Syntax.LambdaHeaderSyntax LambdaHeader(SyntaxKind kind, SyntaxToken subOrFunctionKeyword) { throw null; } - - public static Syntax.AssignmentStatementSyntax LeftShiftAssignmentStatement(Syntax.ExpressionSyntax left, SyntaxToken operatorToken, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.AssignmentStatementSyntax LeftShiftAssignmentStatement(Syntax.ExpressionSyntax left, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.BinaryExpressionSyntax LeftShiftExpression(Syntax.ExpressionSyntax left, SyntaxToken operatorToken, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.BinaryExpressionSyntax LeftShiftExpression(Syntax.ExpressionSyntax left, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.BinaryExpressionSyntax LessThanExpression(Syntax.ExpressionSyntax left, SyntaxToken operatorToken, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.BinaryExpressionSyntax LessThanExpression(Syntax.ExpressionSyntax left, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.BinaryExpressionSyntax LessThanOrEqualExpression(Syntax.ExpressionSyntax left, SyntaxToken operatorToken, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.BinaryExpressionSyntax LessThanOrEqualExpression(Syntax.ExpressionSyntax left, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.LetClauseSyntax LetClause(SeparatedSyntaxList variables) { throw null; } - - public static Syntax.LetClauseSyntax LetClause(SyntaxToken letKeyword, SeparatedSyntaxList variables) { throw null; } - - public static Syntax.LetClauseSyntax LetClause(params Syntax.ExpressionRangeVariableSyntax[] variables) { throw null; } - - public static Syntax.BinaryExpressionSyntax LikeExpression(Syntax.ExpressionSyntax left, SyntaxToken operatorToken, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.BinaryExpressionSyntax LikeExpression(Syntax.ExpressionSyntax left, Syntax.ExpressionSyntax right) { throw null; } - - public static SyntaxTrivia LineContinuationTrivia(string text) { throw null; } - - public static SyntaxList List() - where TNode : SyntaxNode { throw null; } - - public static SyntaxList List(System.Collections.Generic.IEnumerable nodes) - where TNode : SyntaxNode { throw null; } - - public static SyntaxToken Literal(SyntaxTriviaList leading, string text, char value, SyntaxTriviaList trailing) { throw null; } - - public static SyntaxToken Literal(SyntaxTriviaList leading, string text, decimal value, SyntaxTriviaList trailing) { throw null; } - - public static SyntaxToken Literal(SyntaxTriviaList leading, string text, double value, SyntaxTriviaList trailing) { throw null; } - - public static SyntaxToken Literal(SyntaxTriviaList leading, string text, int value, SyntaxTriviaList trailing) { throw null; } - - public static SyntaxToken Literal(SyntaxTriviaList leading, string text, long value, SyntaxTriviaList trailing) { throw null; } - - public static SyntaxToken Literal(SyntaxTriviaList leading, string text, float value, SyntaxTriviaList trailing) { throw null; } - - public static SyntaxToken Literal(SyntaxTriviaList leading, string text, string value, SyntaxTriviaList trailing) { throw null; } - - public static SyntaxToken Literal(SyntaxTriviaList leading, string text, uint value, SyntaxTriviaList trailing) { throw null; } - - public static SyntaxToken Literal(SyntaxTriviaList leading, string text, ulong value, SyntaxTriviaList trailing) { throw null; } - - public static SyntaxToken Literal(char value) { throw null; } - - public static SyntaxToken Literal(decimal value) { throw null; } - - public static SyntaxToken Literal(double value) { throw null; } - - public static SyntaxToken Literal(int value) { throw null; } - - public static SyntaxToken Literal(long value) { throw null; } - - public static SyntaxToken Literal(float value) { throw null; } - - public static SyntaxToken Literal(string text, char value) { throw null; } - - public static SyntaxToken Literal(string text, decimal value) { throw null; } - - public static SyntaxToken Literal(string text, double value) { throw null; } - - public static SyntaxToken Literal(string text, int value) { throw null; } - - public static SyntaxToken Literal(string text, long value) { throw null; } - - public static SyntaxToken Literal(string text, float value) { throw null; } - - public static SyntaxToken Literal(string text, string value) { throw null; } - - public static SyntaxToken Literal(string text, uint value) { throw null; } - - public static SyntaxToken Literal(string text, ulong value) { throw null; } - - public static SyntaxToken Literal(string value) { throw null; } - - public static SyntaxToken Literal(uint value) { throw null; } - - public static SyntaxToken Literal(ulong value) { throw null; } - - public static Syntax.LiteralExpressionSyntax LiteralExpression(SyntaxKind kind, SyntaxToken token) { throw null; } - - public static Syntax.LocalDeclarationStatementSyntax LocalDeclarationStatement(SyntaxTokenList modifiers, SeparatedSyntaxList declarators) { throw null; } - - public static Syntax.LoopStatementSyntax LoopStatement(SyntaxKind kind, SyntaxToken loopKeyword, Syntax.WhileOrUntilClauseSyntax whileOrUntilClause) { throw null; } - - public static Syntax.LoopStatementSyntax LoopStatement(SyntaxKind kind, Syntax.WhileOrUntilClauseSyntax whileOrUntilClause) { throw null; } - - public static Syntax.LoopStatementSyntax LoopStatement(SyntaxKind kind) { throw null; } - - public static Syntax.LoopStatementSyntax LoopUntilStatement() { throw null; } - - public static Syntax.LoopStatementSyntax LoopUntilStatement(SyntaxToken loopKeyword, Syntax.WhileOrUntilClauseSyntax whileOrUntilClause) { throw null; } - - public static Syntax.LoopStatementSyntax LoopUntilStatement(Syntax.WhileOrUntilClauseSyntax whileOrUntilClause) { throw null; } - - public static Syntax.LoopStatementSyntax LoopWhileStatement() { throw null; } - - public static Syntax.LoopStatementSyntax LoopWhileStatement(SyntaxToken loopKeyword, Syntax.WhileOrUntilClauseSyntax whileOrUntilClause) { throw null; } - - public static Syntax.LoopStatementSyntax LoopWhileStatement(Syntax.WhileOrUntilClauseSyntax whileOrUntilClause) { throw null; } - - public static Syntax.MeExpressionSyntax MeExpression() { throw null; } - - public static Syntax.MeExpressionSyntax MeExpression(SyntaxToken keyword) { throw null; } - - public static Syntax.MemberAccessExpressionSyntax MemberAccessExpression(SyntaxKind kind, SyntaxToken operatorToken, Syntax.SimpleNameSyntax name) { throw null; } - - public static Syntax.MemberAccessExpressionSyntax MemberAccessExpression(SyntaxKind kind, Syntax.ExpressionSyntax expression, SyntaxToken operatorToken, Syntax.SimpleNameSyntax name) { throw null; } - - public static Syntax.MethodBlockSyntax MethodBlock(SyntaxKind kind, Syntax.MethodStatementSyntax subOrFunctionStatement, SyntaxList statements, Syntax.EndBlockStatementSyntax endSubOrFunctionStatement) { throw null; } - - public static Syntax.MethodBlockSyntax MethodBlock(SyntaxKind kind, Syntax.MethodStatementSyntax subOrFunctionStatement, Syntax.EndBlockStatementSyntax endSubOrFunctionStatement) { throw null; } - - public static Syntax.MethodStatementSyntax MethodStatement(SyntaxKind kind, SyntaxList attributeLists, SyntaxTokenList modifiers, SyntaxToken subOrFunctionKeyword, SyntaxToken identifier, Syntax.TypeParameterListSyntax typeParameterList, Syntax.ParameterListSyntax parameterList, Syntax.SimpleAsClauseSyntax asClause, Syntax.HandlesClauseSyntax handlesClause, Syntax.ImplementsClauseSyntax implementsClause) { throw null; } - - public static Syntax.MethodStatementSyntax MethodStatement(SyntaxKind kind, SyntaxToken subOrFunctionKeyword, SyntaxToken identifier) { throw null; } - - public static Syntax.MethodStatementSyntax MethodStatement(SyntaxKind kind, SyntaxToken subOrFunctionKeyword, string identifier) { throw null; } - - public static Syntax.AssignmentStatementSyntax MidAssignmentStatement(Syntax.ExpressionSyntax left, SyntaxToken operatorToken, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.AssignmentStatementSyntax MidAssignmentStatement(Syntax.ExpressionSyntax left, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.MidExpressionSyntax MidExpression(SyntaxToken mid, Syntax.ArgumentListSyntax argumentList) { throw null; } - - public static Syntax.MidExpressionSyntax MidExpression(string mid, Syntax.ArgumentListSyntax argumentList) { throw null; } - - public static Syntax.ModifiedIdentifierSyntax ModifiedIdentifier(SyntaxToken identifier, SyntaxToken nullable, Syntax.ArgumentListSyntax arrayBounds, SyntaxList arrayRankSpecifiers) { throw null; } - - public static Syntax.ModifiedIdentifierSyntax ModifiedIdentifier(SyntaxToken identifier, Syntax.ArgumentListSyntax arrayBounds) { throw null; } - - public static Syntax.ModifiedIdentifierSyntax ModifiedIdentifier(SyntaxToken identifier) { throw null; } - - public static Syntax.ModifiedIdentifierSyntax ModifiedIdentifier(string identifier) { throw null; } - - public static Syntax.ModuleBlockSyntax ModuleBlock(Syntax.ModuleStatementSyntax moduleStatement, SyntaxList inherits, SyntaxList implements, SyntaxList members, Syntax.EndBlockStatementSyntax endModuleStatement) { throw null; } - - public static Syntax.ModuleBlockSyntax ModuleBlock(Syntax.ModuleStatementSyntax moduleStatement, SyntaxList inherits, SyntaxList implements, SyntaxList members) { throw null; } - - public static Syntax.ModuleBlockSyntax ModuleBlock(Syntax.ModuleStatementSyntax moduleStatement) { throw null; } - - public static Syntax.ModuleStatementSyntax ModuleStatement(SyntaxList attributeLists, SyntaxTokenList modifiers, SyntaxToken moduleKeyword, SyntaxToken identifier, Syntax.TypeParameterListSyntax typeParameterList) { throw null; } - - public static Syntax.ModuleStatementSyntax ModuleStatement(SyntaxList attributeLists, SyntaxTokenList modifiers, SyntaxToken identifier, Syntax.TypeParameterListSyntax typeParameterList) { throw null; } - - public static Syntax.ModuleStatementSyntax ModuleStatement(SyntaxToken identifier) { throw null; } - - public static Syntax.ModuleStatementSyntax ModuleStatement(string identifier) { throw null; } - - public static Syntax.BinaryExpressionSyntax ModuloExpression(Syntax.ExpressionSyntax left, SyntaxToken operatorToken, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.BinaryExpressionSyntax ModuloExpression(Syntax.ExpressionSyntax left, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.MultiLineLambdaExpressionSyntax MultiLineFunctionLambdaExpression(Syntax.LambdaHeaderSyntax subOrFunctionHeader, SyntaxList statements, Syntax.EndBlockStatementSyntax endSubOrFunctionStatement) { throw null; } - - public static Syntax.MultiLineLambdaExpressionSyntax MultiLineFunctionLambdaExpression(Syntax.LambdaHeaderSyntax subOrFunctionHeader, Syntax.EndBlockStatementSyntax endSubOrFunctionStatement) { throw null; } - - public static Syntax.MultiLineIfBlockSyntax MultiLineIfBlock(Syntax.IfStatementSyntax ifStatement, SyntaxList statements, SyntaxList elseIfBlocks, Syntax.ElseBlockSyntax elseBlock, Syntax.EndBlockStatementSyntax endIfStatement) { throw null; } - - public static Syntax.MultiLineIfBlockSyntax MultiLineIfBlock(Syntax.IfStatementSyntax ifStatement, SyntaxList statements, SyntaxList elseIfBlocks, Syntax.ElseBlockSyntax elseBlock) { throw null; } - - public static Syntax.MultiLineIfBlockSyntax MultiLineIfBlock(Syntax.IfStatementSyntax ifStatement) { throw null; } - - public static Syntax.MultiLineLambdaExpressionSyntax MultiLineLambdaExpression(SyntaxKind kind, Syntax.LambdaHeaderSyntax subOrFunctionHeader, SyntaxList statements, Syntax.EndBlockStatementSyntax endSubOrFunctionStatement) { throw null; } - - public static Syntax.MultiLineLambdaExpressionSyntax MultiLineLambdaExpression(SyntaxKind kind, Syntax.LambdaHeaderSyntax subOrFunctionHeader, Syntax.EndBlockStatementSyntax endSubOrFunctionStatement) { throw null; } - - public static Syntax.MultiLineLambdaExpressionSyntax MultiLineSubLambdaExpression(Syntax.LambdaHeaderSyntax subOrFunctionHeader, SyntaxList statements, Syntax.EndBlockStatementSyntax endSubOrFunctionStatement) { throw null; } - - public static Syntax.MultiLineLambdaExpressionSyntax MultiLineSubLambdaExpression(Syntax.LambdaHeaderSyntax subOrFunctionHeader, Syntax.EndBlockStatementSyntax endSubOrFunctionStatement) { throw null; } - - public static Syntax.AssignmentStatementSyntax MultiplyAssignmentStatement(Syntax.ExpressionSyntax left, SyntaxToken operatorToken, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.AssignmentStatementSyntax MultiplyAssignmentStatement(Syntax.ExpressionSyntax left, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.BinaryExpressionSyntax MultiplyExpression(Syntax.ExpressionSyntax left, SyntaxToken operatorToken, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.BinaryExpressionSyntax MultiplyExpression(Syntax.ExpressionSyntax left, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.MyBaseExpressionSyntax MyBaseExpression() { throw null; } - - public static Syntax.MyBaseExpressionSyntax MyBaseExpression(SyntaxToken keyword) { throw null; } - - public static Syntax.MyClassExpressionSyntax MyClassExpression() { throw null; } - - public static Syntax.MyClassExpressionSyntax MyClassExpression(SyntaxToken keyword) { throw null; } - - public static Syntax.NameColonEqualsSyntax NameColonEquals(Syntax.IdentifierNameSyntax name, SyntaxToken colonEqualsToken) { throw null; } - - public static Syntax.NameColonEqualsSyntax NameColonEquals(Syntax.IdentifierNameSyntax name) { throw null; } - - public static Syntax.NamedFieldInitializerSyntax NamedFieldInitializer(SyntaxToken keyKeyword, SyntaxToken dotToken, Syntax.IdentifierNameSyntax name, SyntaxToken equalsToken, Syntax.ExpressionSyntax expression) { throw null; } - - public static Syntax.NamedFieldInitializerSyntax NamedFieldInitializer(Syntax.IdentifierNameSyntax name, Syntax.ExpressionSyntax expression) { throw null; } - - public static Syntax.NamedTupleElementSyntax NamedTupleElement(SyntaxToken identifier, Syntax.SimpleAsClauseSyntax asClause) { throw null; } - - public static Syntax.NamedTupleElementSyntax NamedTupleElement(SyntaxToken identifier) { throw null; } - - public static Syntax.NamedTupleElementSyntax NamedTupleElement(string identifier) { throw null; } - - public static Syntax.NameOfExpressionSyntax NameOfExpression(SyntaxToken nameOfKeyword, SyntaxToken openParenToken, Syntax.ExpressionSyntax argument, SyntaxToken closeParenToken) { throw null; } - - public static Syntax.NameOfExpressionSyntax NameOfExpression(Syntax.ExpressionSyntax argument) { throw null; } - - public static Syntax.NamespaceBlockSyntax NamespaceBlock(Syntax.NamespaceStatementSyntax namespaceStatement, SyntaxList members, Syntax.EndBlockStatementSyntax endNamespaceStatement) { throw null; } - - public static Syntax.NamespaceBlockSyntax NamespaceBlock(Syntax.NamespaceStatementSyntax namespaceStatement, SyntaxList members) { throw null; } - - public static Syntax.NamespaceBlockSyntax NamespaceBlock(Syntax.NamespaceStatementSyntax namespaceStatement) { throw null; } - - public static Syntax.NamespaceStatementSyntax NamespaceStatement(SyntaxToken namespaceKeyword, Syntax.NameSyntax name) { throw null; } - - public static Syntax.NamespaceStatementSyntax NamespaceStatement(Syntax.NameSyntax name) { throw null; } - - public static Syntax.SpecialConstraintSyntax NewConstraint(SyntaxToken constraintKeyword) { throw null; } - - public static Syntax.LabelSyntax NextLabel() { throw null; } - - public static Syntax.LabelSyntax NextLabel(SyntaxToken labelToken) { throw null; } - - public static Syntax.NextStatementSyntax NextStatement() { throw null; } - - public static Syntax.NextStatementSyntax NextStatement(SeparatedSyntaxList controlVariables) { throw null; } - - public static Syntax.NextStatementSyntax NextStatement(SyntaxToken nextKeyword, SeparatedSyntaxList controlVariables) { throw null; } - - public static SyntaxNodeOrTokenList NodeOrTokenList() { throw null; } - - public static SyntaxNodeOrTokenList NodeOrTokenList(params SyntaxNodeOrToken[] nodesAndTokens) { throw null; } - - public static SyntaxNodeOrTokenList NodeOrTokenList(System.Collections.Generic.IEnumerable nodesAndTokens) { throw null; } - - public static Syntax.BinaryExpressionSyntax NotEqualsExpression(Syntax.ExpressionSyntax left, SyntaxToken operatorToken, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.BinaryExpressionSyntax NotEqualsExpression(Syntax.ExpressionSyntax left, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.UnaryExpressionSyntax NotExpression(SyntaxToken operatorToken, Syntax.ExpressionSyntax operand) { throw null; } - - public static Syntax.UnaryExpressionSyntax NotExpression(Syntax.ExpressionSyntax operand) { throw null; } - - public static Syntax.LiteralExpressionSyntax NothingLiteralExpression(SyntaxToken token) { throw null; } - - public static Syntax.NullableTypeSyntax NullableType(Syntax.TypeSyntax elementType, SyntaxToken questionMarkToken) { throw null; } - - public static Syntax.NullableTypeSyntax NullableType(Syntax.TypeSyntax elementType) { throw null; } - - public static Syntax.LabelSyntax NumericLabel() { throw null; } - - public static Syntax.LabelSyntax NumericLabel(SyntaxToken labelToken) { throw null; } - - public static Syntax.LiteralExpressionSyntax NumericLiteralExpression(SyntaxToken token) { throw null; } - - public static Syntax.ObjectCollectionInitializerSyntax ObjectCollectionInitializer(SyntaxToken fromKeyword, Syntax.CollectionInitializerSyntax initializer) { throw null; } - - public static Syntax.ObjectCollectionInitializerSyntax ObjectCollectionInitializer(Syntax.CollectionInitializerSyntax initializer) { throw null; } - - public static Syntax.ObjectCreationExpressionSyntax ObjectCreationExpression(SyntaxList attributeLists, Syntax.TypeSyntax type, Syntax.ArgumentListSyntax argumentList, Syntax.ObjectCreationInitializerSyntax initializer) { throw null; } - - public static Syntax.ObjectCreationExpressionSyntax ObjectCreationExpression(SyntaxToken newKeyword, SyntaxList attributeLists, Syntax.TypeSyntax type, Syntax.ArgumentListSyntax argumentList, Syntax.ObjectCreationInitializerSyntax initializer) { throw null; } - - public static Syntax.ObjectCreationExpressionSyntax ObjectCreationExpression(Syntax.TypeSyntax type) { throw null; } - - public static Syntax.ObjectMemberInitializerSyntax ObjectMemberInitializer(SeparatedSyntaxList initializers) { throw null; } - - public static Syntax.ObjectMemberInitializerSyntax ObjectMemberInitializer(SyntaxToken withKeyword, SyntaxToken openBraceToken, SeparatedSyntaxList initializers, SyntaxToken closeBraceToken) { throw null; } - - public static Syntax.ObjectMemberInitializerSyntax ObjectMemberInitializer(params Syntax.FieldInitializerSyntax[] initializers) { throw null; } - - public static Syntax.OmittedArgumentSyntax OmittedArgument() { throw null; } - - public static Syntax.OmittedArgumentSyntax OmittedArgument(SyntaxToken empty) { throw null; } - - public static Syntax.OnErrorGoToStatementSyntax OnErrorGoToLabelStatement(SyntaxToken onKeyword, SyntaxToken errorKeyword, SyntaxToken goToKeyword, SyntaxToken minus, Syntax.LabelSyntax label) { throw null; } - - public static Syntax.OnErrorGoToStatementSyntax OnErrorGoToLabelStatement(Syntax.LabelSyntax label) { throw null; } - - public static Syntax.OnErrorGoToStatementSyntax OnErrorGoToMinusOneStatement(SyntaxToken onKeyword, SyntaxToken errorKeyword, SyntaxToken goToKeyword, SyntaxToken minus, Syntax.LabelSyntax label) { throw null; } - - public static Syntax.OnErrorGoToStatementSyntax OnErrorGoToMinusOneStatement(Syntax.LabelSyntax label) { throw null; } - - public static Syntax.OnErrorGoToStatementSyntax OnErrorGoToStatement(SyntaxKind kind, SyntaxToken onKeyword, SyntaxToken errorKeyword, SyntaxToken goToKeyword, SyntaxToken minus, Syntax.LabelSyntax label) { throw null; } - - public static Syntax.OnErrorGoToStatementSyntax OnErrorGoToStatement(SyntaxKind kind, Syntax.LabelSyntax label) { throw null; } - - public static Syntax.OnErrorGoToStatementSyntax OnErrorGoToZeroStatement(SyntaxToken onKeyword, SyntaxToken errorKeyword, SyntaxToken goToKeyword, SyntaxToken minus, Syntax.LabelSyntax label) { throw null; } - - public static Syntax.OnErrorGoToStatementSyntax OnErrorGoToZeroStatement(Syntax.LabelSyntax label) { throw null; } - - public static Syntax.OnErrorResumeNextStatementSyntax OnErrorResumeNextStatement() { throw null; } - - public static Syntax.OnErrorResumeNextStatementSyntax OnErrorResumeNextStatement(SyntaxToken onKeyword, SyntaxToken errorKeyword, SyntaxToken resumeKeyword, SyntaxToken nextKeyword) { throw null; } - - public static Syntax.OperatorBlockSyntax OperatorBlock(Syntax.OperatorStatementSyntax operatorStatement, SyntaxList statements, Syntax.EndBlockStatementSyntax endOperatorStatement) { throw null; } - - public static Syntax.OperatorBlockSyntax OperatorBlock(Syntax.OperatorStatementSyntax operatorStatement, SyntaxList statements) { throw null; } - - public static Syntax.OperatorBlockSyntax OperatorBlock(Syntax.OperatorStatementSyntax operatorStatement) { throw null; } - - public static Syntax.OperatorStatementSyntax OperatorStatement(SyntaxList attributeLists, SyntaxTokenList modifiers, SyntaxToken operatorKeyword, SyntaxToken operatorToken, Syntax.ParameterListSyntax parameterList, Syntax.SimpleAsClauseSyntax asClause) { throw null; } - - public static Syntax.OperatorStatementSyntax OperatorStatement(SyntaxList attributeLists, SyntaxTokenList modifiers, SyntaxToken operatorToken, Syntax.ParameterListSyntax parameterList, Syntax.SimpleAsClauseSyntax asClause) { throw null; } - - public static Syntax.OperatorStatementSyntax OperatorStatement(SyntaxToken operatorToken) { throw null; } - - public static Syntax.OptionStatementSyntax OptionStatement(SyntaxToken optionKeyword, SyntaxToken nameKeyword, SyntaxToken valueKeyword) { throw null; } - - public static Syntax.OptionStatementSyntax OptionStatement(SyntaxToken nameKeyword, SyntaxToken valueKeyword) { throw null; } - - public static Syntax.OptionStatementSyntax OptionStatement(SyntaxToken nameKeyword) { throw null; } - - public static Syntax.OrderByClauseSyntax OrderByClause(SeparatedSyntaxList orderings) { throw null; } - - public static Syntax.OrderByClauseSyntax OrderByClause(SyntaxToken orderKeyword, SyntaxToken byKeyword, SeparatedSyntaxList orderings) { throw null; } - - public static Syntax.OrderByClauseSyntax OrderByClause(params Syntax.OrderingSyntax[] orderings) { throw null; } - - public static Syntax.OrderingSyntax Ordering(SyntaxKind kind, Syntax.ExpressionSyntax expression, SyntaxToken ascendingOrDescendingKeyword) { throw null; } - - public static Syntax.OrderingSyntax Ordering(SyntaxKind kind, Syntax.ExpressionSyntax expression) { throw null; } - - public static Syntax.BinaryExpressionSyntax OrElseExpression(Syntax.ExpressionSyntax left, SyntaxToken operatorToken, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.BinaryExpressionSyntax OrElseExpression(Syntax.ExpressionSyntax left, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.BinaryExpressionSyntax OrExpression(Syntax.ExpressionSyntax left, SyntaxToken operatorToken, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.BinaryExpressionSyntax OrExpression(Syntax.ExpressionSyntax left, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.ParameterSyntax Parameter(SyntaxList attributeLists, SyntaxTokenList modifiers, Syntax.ModifiedIdentifierSyntax identifier, Syntax.SimpleAsClauseSyntax asClause, Syntax.EqualsValueSyntax @default) { throw null; } - - public static Syntax.ParameterSyntax Parameter(Syntax.ModifiedIdentifierSyntax identifier) { throw null; } - - public static Syntax.ParameterListSyntax ParameterList() { throw null; } - - public static Syntax.ParameterListSyntax ParameterList(SeparatedSyntaxList parameters) { throw null; } - - public static Syntax.ParameterListSyntax ParameterList(SyntaxToken openParenToken, SeparatedSyntaxList parameters, SyntaxToken closeParenToken) { throw null; } - - public static Syntax.ParenthesizedExpressionSyntax ParenthesizedExpression(SyntaxToken openParenToken, Syntax.ExpressionSyntax expression, SyntaxToken closeParenToken) { throw null; } - - public static Syntax.ParenthesizedExpressionSyntax ParenthesizedExpression(Syntax.ExpressionSyntax expression) { throw null; } - - public static Syntax.ArgumentListSyntax ParseArgumentList(string text, int offset = 0, bool consumeFullText = true) { throw null; } - - public static Syntax.CompilationUnitSyntax ParseCompilationUnit(string text, int offset = 0, VisualBasicParseOptions options = null) { throw null; } - - public static Syntax.StatementSyntax ParseExecutableStatement(string text, int offset = 0, bool consumeFullText = true) { throw null; } - - public static Syntax.ExpressionSyntax ParseExpression(string text, int offset = 0, bool consumeFullText = true) { throw null; } - - public static SyntaxTriviaList ParseLeadingTrivia(string text, int offset = 0) { throw null; } - - public static Syntax.NameSyntax ParseName(string text, int offset = 0, bool consumeFullText = true) { throw null; } - - public static Syntax.ParameterListSyntax ParseParameterList(string text, int offset = 0, bool consumeFullText = true) { throw null; } - - public static SyntaxTree ParseSyntaxTree(Text.SourceText text, ParseOptions options = null, string path = "", System.Collections.Immutable.ImmutableDictionary diagnosticOptions = null, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static SyntaxTree ParseSyntaxTree(Text.SourceText text, ParseOptions options, string path, System.Threading.CancellationToken cancellationToken) { throw null; } - - public static SyntaxTree ParseSyntaxTree(string text, ParseOptions options = null, string path = "", System.Text.Encoding encoding = null, System.Collections.Immutable.ImmutableDictionary diagnosticOptions = null, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static SyntaxTree ParseSyntaxTree(string text, ParseOptions options, string path, System.Text.Encoding encoding, System.Threading.CancellationToken cancellationToken) { throw null; } - - public static SyntaxToken ParseToken(string text, int offset = 0, bool startStatement = false) { throw null; } - - public static System.Collections.Generic.IEnumerable ParseTokens(string text, int offset = 0, int initialTokenPosition = 0, VisualBasicParseOptions options = null) { throw null; } - - public static SyntaxTriviaList ParseTrailingTrivia(string text, int offset = 0) { throw null; } - - public static Syntax.TypeSyntax ParseTypeName(string text, int offset = 0, ParseOptions options = null, bool consumeFullText = true) { throw null; } - - public static Syntax.TypeSyntax ParseTypeName(string text, int offset, bool consumeFullText) { throw null; } - - public static Syntax.PartitionClauseSyntax PartitionClause(SyntaxKind kind, SyntaxToken skipOrTakeKeyword, Syntax.ExpressionSyntax count) { throw null; } - - public static Syntax.PartitionWhileClauseSyntax PartitionWhileClause(SyntaxKind kind, SyntaxToken skipOrTakeKeyword, SyntaxToken whileKeyword, Syntax.ExpressionSyntax condition) { throw null; } - - public static Syntax.PartitionWhileClauseSyntax PartitionWhileClause(SyntaxKind kind, SyntaxToken skipOrTakeKeyword, Syntax.ExpressionSyntax condition) { throw null; } - - public static Syntax.PredefinedCastExpressionSyntax PredefinedCastExpression(SyntaxToken keyword, SyntaxToken openParenToken, Syntax.ExpressionSyntax expression, SyntaxToken closeParenToken) { throw null; } - - public static Syntax.PredefinedCastExpressionSyntax PredefinedCastExpression(SyntaxToken keyword, Syntax.ExpressionSyntax expression) { throw null; } - - public static Syntax.PredefinedTypeSyntax PredefinedType(SyntaxToken keyword) { throw null; } - - public static Syntax.PrintStatementSyntax PrintStatement(SyntaxToken questionToken, Syntax.ExpressionSyntax expression) { throw null; } - - public static Syntax.PrintStatementSyntax PrintStatement(Syntax.ExpressionSyntax expression) { throw null; } - - public static Syntax.PropertyBlockSyntax PropertyBlock(Syntax.PropertyStatementSyntax propertyStatement, SyntaxList accessors, Syntax.EndBlockStatementSyntax endPropertyStatement) { throw null; } - - public static Syntax.PropertyBlockSyntax PropertyBlock(Syntax.PropertyStatementSyntax propertyStatement, SyntaxList accessors) { throw null; } - - public static Syntax.PropertyStatementSyntax PropertyStatement(SyntaxList attributeLists, SyntaxTokenList modifiers, SyntaxToken propertyKeyword, SyntaxToken identifier, Syntax.ParameterListSyntax parameterList, Syntax.AsClauseSyntax asClause, Syntax.EqualsValueSyntax initializer, Syntax.ImplementsClauseSyntax implementsClause) { throw null; } - - public static Syntax.PropertyStatementSyntax PropertyStatement(SyntaxList attributeLists, SyntaxTokenList modifiers, SyntaxToken identifier, Syntax.ParameterListSyntax parameterList, Syntax.AsClauseSyntax asClause, Syntax.EqualsValueSyntax initializer, Syntax.ImplementsClauseSyntax implementsClause) { throw null; } - - public static Syntax.PropertyStatementSyntax PropertyStatement(SyntaxToken identifier) { throw null; } - - public static Syntax.PropertyStatementSyntax PropertyStatement(string identifier) { throw null; } - - public static Syntax.QualifiedCrefOperatorReferenceSyntax QualifiedCrefOperatorReference(Syntax.NameSyntax left, SyntaxToken dotToken, Syntax.CrefOperatorReferenceSyntax right) { throw null; } - - public static Syntax.QualifiedCrefOperatorReferenceSyntax QualifiedCrefOperatorReference(Syntax.NameSyntax left, Syntax.CrefOperatorReferenceSyntax right) { throw null; } - - public static Syntax.QualifiedNameSyntax QualifiedName(Syntax.NameSyntax left, SyntaxToken dotToken, Syntax.SimpleNameSyntax right) { throw null; } - - public static Syntax.QualifiedNameSyntax QualifiedName(Syntax.NameSyntax left, Syntax.SimpleNameSyntax right) { throw null; } - - public static Syntax.QueryExpressionSyntax QueryExpression(SyntaxList clauses) { throw null; } - - public static Syntax.QueryExpressionSyntax QueryExpression(params Syntax.QueryClauseSyntax[] clauses) { throw null; } - - public static Syntax.AccessorBlockSyntax RaiseEventAccessorBlock(Syntax.AccessorStatementSyntax accessorStatement, SyntaxList statements, Syntax.EndBlockStatementSyntax endAccessorStatement) { throw null; } - - public static Syntax.AccessorBlockSyntax RaiseEventAccessorBlock(Syntax.AccessorStatementSyntax accessorStatement, SyntaxList statements) { throw null; } - - public static Syntax.AccessorBlockSyntax RaiseEventAccessorBlock(Syntax.AccessorStatementSyntax accessorStatement) { throw null; } - - public static Syntax.AccessorStatementSyntax RaiseEventAccessorStatement() { throw null; } - - public static Syntax.AccessorStatementSyntax RaiseEventAccessorStatement(SyntaxList attributeLists, SyntaxTokenList modifiers, SyntaxToken accessorKeyword, Syntax.ParameterListSyntax parameterList) { throw null; } - - public static Syntax.AccessorStatementSyntax RaiseEventAccessorStatement(SyntaxList attributeLists, SyntaxTokenList modifiers, Syntax.ParameterListSyntax parameterList) { throw null; } - - public static Syntax.RaiseEventStatementSyntax RaiseEventStatement(SyntaxToken raiseEventKeyword, Syntax.IdentifierNameSyntax name, Syntax.ArgumentListSyntax argumentList) { throw null; } - - public static Syntax.RaiseEventStatementSyntax RaiseEventStatement(Syntax.IdentifierNameSyntax name, Syntax.ArgumentListSyntax argumentList) { throw null; } - - public static Syntax.RaiseEventStatementSyntax RaiseEventStatement(Syntax.IdentifierNameSyntax name) { throw null; } - - public static Syntax.RangeArgumentSyntax RangeArgument(Syntax.ExpressionSyntax lowerBound, SyntaxToken toKeyword, Syntax.ExpressionSyntax upperBound) { throw null; } - - public static Syntax.RangeArgumentSyntax RangeArgument(Syntax.ExpressionSyntax lowerBound, Syntax.ExpressionSyntax upperBound) { throw null; } - - public static Syntax.RangeCaseClauseSyntax RangeCaseClause(Syntax.ExpressionSyntax lowerBound, SyntaxToken toKeyword, Syntax.ExpressionSyntax upperBound) { throw null; } - - public static Syntax.RangeCaseClauseSyntax RangeCaseClause(Syntax.ExpressionSyntax lowerBound, Syntax.ExpressionSyntax upperBound) { throw null; } - - public static Syntax.RedimClauseSyntax RedimClause(Syntax.ExpressionSyntax expression, Syntax.ArgumentListSyntax arrayBounds) { throw null; } - - public static Syntax.ReDimStatementSyntax ReDimPreserveStatement(SeparatedSyntaxList clauses) { throw null; } - - public static Syntax.ReDimStatementSyntax ReDimPreserveStatement(SyntaxToken reDimKeyword, SyntaxToken preserveKeyword, SeparatedSyntaxList clauses) { throw null; } - - public static Syntax.ReDimStatementSyntax ReDimPreserveStatement(params Syntax.RedimClauseSyntax[] clauses) { throw null; } - - public static Syntax.ReDimStatementSyntax ReDimStatement(SeparatedSyntaxList clauses) { throw null; } - - public static Syntax.ReDimStatementSyntax ReDimStatement(SyntaxToken reDimKeyword, SyntaxToken preserveKeyword, SeparatedSyntaxList clauses) { throw null; } - - public static Syntax.ReDimStatementSyntax ReDimStatement(params Syntax.RedimClauseSyntax[] clauses) { throw null; } - - public static Syntax.ReDimStatementSyntax ReDimStatement(SyntaxKind kind, SeparatedSyntaxList clauses) { throw null; } - - public static Syntax.ReDimStatementSyntax ReDimStatement(SyntaxKind kind, SyntaxToken reDimKeyword, SyntaxToken preserveKeyword, SeparatedSyntaxList clauses) { throw null; } - - public static Syntax.ReDimStatementSyntax ReDimStatement(SyntaxKind kind, params Syntax.RedimClauseSyntax[] clauses) { throw null; } - - public static Syntax.ReferenceDirectiveTriviaSyntax ReferenceDirectiveTrivia() { throw null; } - - public static Syntax.ReferenceDirectiveTriviaSyntax ReferenceDirectiveTrivia(SyntaxToken hashToken, SyntaxToken referenceKeyword, SyntaxToken file) { throw null; } - - public static Syntax.RegionDirectiveTriviaSyntax RegionDirectiveTrivia() { throw null; } - - public static Syntax.RegionDirectiveTriviaSyntax RegionDirectiveTrivia(SyntaxToken hashToken, SyntaxToken regionKeyword, SyntaxToken name) { throw null; } - - public static Syntax.RelationalCaseClauseSyntax RelationalCaseClause(SyntaxKind kind, SyntaxToken isKeyword, SyntaxToken operatorToken, Syntax.ExpressionSyntax value) { throw null; } - - public static Syntax.RelationalCaseClauseSyntax RelationalCaseClause(SyntaxKind kind, SyntaxToken operatorToken, Syntax.ExpressionSyntax value) { throw null; } - - public static Syntax.AccessorBlockSyntax RemoveHandlerAccessorBlock(Syntax.AccessorStatementSyntax accessorStatement, SyntaxList statements, Syntax.EndBlockStatementSyntax endAccessorStatement) { throw null; } - - public static Syntax.AccessorBlockSyntax RemoveHandlerAccessorBlock(Syntax.AccessorStatementSyntax accessorStatement, SyntaxList statements) { throw null; } - - public static Syntax.AccessorBlockSyntax RemoveHandlerAccessorBlock(Syntax.AccessorStatementSyntax accessorStatement) { throw null; } - - public static Syntax.AccessorStatementSyntax RemoveHandlerAccessorStatement() { throw null; } - - public static Syntax.AccessorStatementSyntax RemoveHandlerAccessorStatement(SyntaxList attributeLists, SyntaxTokenList modifiers, SyntaxToken accessorKeyword, Syntax.ParameterListSyntax parameterList) { throw null; } - - public static Syntax.AccessorStatementSyntax RemoveHandlerAccessorStatement(SyntaxList attributeLists, SyntaxTokenList modifiers, Syntax.ParameterListSyntax parameterList) { throw null; } - - public static Syntax.AddRemoveHandlerStatementSyntax RemoveHandlerStatement(SyntaxToken addHandlerOrRemoveHandlerKeyword, Syntax.ExpressionSyntax eventExpression, SyntaxToken commaToken, Syntax.ExpressionSyntax delegateExpression) { throw null; } - - public static Syntax.AddRemoveHandlerStatementSyntax RemoveHandlerStatement(Syntax.ExpressionSyntax eventExpression, Syntax.ExpressionSyntax delegateExpression) { throw null; } - - public static Syntax.ResumeStatementSyntax ResumeLabelStatement() { throw null; } - - public static Syntax.ResumeStatementSyntax ResumeLabelStatement(SyntaxToken resumeKeyword, Syntax.LabelSyntax label) { throw null; } - - public static Syntax.ResumeStatementSyntax ResumeLabelStatement(Syntax.LabelSyntax label) { throw null; } - - public static Syntax.ResumeStatementSyntax ResumeNextStatement() { throw null; } - - public static Syntax.ResumeStatementSyntax ResumeNextStatement(SyntaxToken resumeKeyword, Syntax.LabelSyntax label) { throw null; } - - public static Syntax.ResumeStatementSyntax ResumeNextStatement(Syntax.LabelSyntax label) { throw null; } - - public static Syntax.ResumeStatementSyntax ResumeStatement() { throw null; } - - public static Syntax.ResumeStatementSyntax ResumeStatement(SyntaxToken resumeKeyword, Syntax.LabelSyntax label) { throw null; } - - public static Syntax.ResumeStatementSyntax ResumeStatement(Syntax.LabelSyntax label) { throw null; } - - public static Syntax.ResumeStatementSyntax ResumeStatement(SyntaxKind kind, SyntaxToken resumeKeyword, Syntax.LabelSyntax label) { throw null; } - - public static Syntax.ResumeStatementSyntax ResumeStatement(SyntaxKind kind, Syntax.LabelSyntax label) { throw null; } - - public static Syntax.ResumeStatementSyntax ResumeStatement(SyntaxKind kind) { throw null; } - - public static Syntax.ReturnStatementSyntax ReturnStatement() { throw null; } - - public static Syntax.ReturnStatementSyntax ReturnStatement(SyntaxToken returnKeyword, Syntax.ExpressionSyntax expression) { throw null; } - - public static Syntax.ReturnStatementSyntax ReturnStatement(Syntax.ExpressionSyntax expression) { throw null; } - - public static Syntax.AssignmentStatementSyntax RightShiftAssignmentStatement(Syntax.ExpressionSyntax left, SyntaxToken operatorToken, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.AssignmentStatementSyntax RightShiftAssignmentStatement(Syntax.ExpressionSyntax left, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.BinaryExpressionSyntax RightShiftExpression(Syntax.ExpressionSyntax left, SyntaxToken operatorToken, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.BinaryExpressionSyntax RightShiftExpression(Syntax.ExpressionSyntax left, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.SelectBlockSyntax SelectBlock(Syntax.SelectStatementSyntax selectStatement, SyntaxList caseBlocks, Syntax.EndBlockStatementSyntax endSelectStatement) { throw null; } - - public static Syntax.SelectBlockSyntax SelectBlock(Syntax.SelectStatementSyntax selectStatement, SyntaxList caseBlocks) { throw null; } - - public static Syntax.SelectBlockSyntax SelectBlock(Syntax.SelectStatementSyntax selectStatement) { throw null; } - - public static Syntax.SelectClauseSyntax SelectClause(SeparatedSyntaxList variables) { throw null; } - - public static Syntax.SelectClauseSyntax SelectClause(SyntaxToken selectKeyword, SeparatedSyntaxList variables) { throw null; } - - public static Syntax.SelectClauseSyntax SelectClause(params Syntax.ExpressionRangeVariableSyntax[] variables) { throw null; } - - public static Syntax.SelectStatementSyntax SelectStatement(SyntaxToken selectKeyword, SyntaxToken caseKeyword, Syntax.ExpressionSyntax expression) { throw null; } - - public static Syntax.SelectStatementSyntax SelectStatement(Syntax.ExpressionSyntax expression) { throw null; } - - public static SeparatedSyntaxList SeparatedList() - where TNode : SyntaxNode { throw null; } - - public static SeparatedSyntaxList SeparatedList(SyntaxNodeOrTokenList nodesAndTokens) - where TNode : SyntaxNode { throw null; } - - public static SeparatedSyntaxList SeparatedList(System.Collections.Generic.IEnumerable nodes, System.Collections.Generic.IEnumerable separators) - where TNode : SyntaxNode { throw null; } - - public static SeparatedSyntaxList SeparatedList(System.Collections.Generic.IEnumerable nodes) - where TNode : SyntaxNode { throw null; } - - public static SeparatedSyntaxList SeparatedList(System.Collections.Generic.IEnumerable nodesAndTokens) - where TNode : SyntaxNode { throw null; } - - public static Syntax.AccessorBlockSyntax SetAccessorBlock(Syntax.AccessorStatementSyntax accessorStatement, SyntaxList statements, Syntax.EndBlockStatementSyntax endAccessorStatement) { throw null; } - - public static Syntax.AccessorBlockSyntax SetAccessorBlock(Syntax.AccessorStatementSyntax accessorStatement, SyntaxList statements) { throw null; } - - public static Syntax.AccessorBlockSyntax SetAccessorBlock(Syntax.AccessorStatementSyntax accessorStatement) { throw null; } - - public static Syntax.AccessorStatementSyntax SetAccessorStatement() { throw null; } - - public static Syntax.AccessorStatementSyntax SetAccessorStatement(SyntaxList attributeLists, SyntaxTokenList modifiers, SyntaxToken accessorKeyword, Syntax.ParameterListSyntax parameterList) { throw null; } - - public static Syntax.AccessorStatementSyntax SetAccessorStatement(SyntaxList attributeLists, SyntaxTokenList modifiers, Syntax.ParameterListSyntax parameterList) { throw null; } - - public static Syntax.SimpleArgumentSyntax SimpleArgument(Syntax.ExpressionSyntax expression) { throw null; } - - public static Syntax.SimpleArgumentSyntax SimpleArgument(Syntax.NameColonEqualsSyntax nameColonEquals, Syntax.ExpressionSyntax expression) { throw null; } - - public static Syntax.SimpleAsClauseSyntax SimpleAsClause(SyntaxList attributeLists, Syntax.TypeSyntax type) { throw null; } - - public static Syntax.SimpleAsClauseSyntax SimpleAsClause(SyntaxToken asKeyword, SyntaxList attributeLists, Syntax.TypeSyntax type) { throw null; } - - public static Syntax.SimpleAsClauseSyntax SimpleAsClause(Syntax.TypeSyntax type) { throw null; } - - public static Syntax.AssignmentStatementSyntax SimpleAssignmentStatement(Syntax.ExpressionSyntax left, SyntaxToken operatorToken, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.AssignmentStatementSyntax SimpleAssignmentStatement(Syntax.ExpressionSyntax left, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.SimpleCaseClauseSyntax SimpleCaseClause(Syntax.ExpressionSyntax value) { throw null; } - - public static Syntax.DoLoopBlockSyntax SimpleDoLoopBlock(Syntax.DoStatementSyntax doStatement, SyntaxList statements, Syntax.LoopStatementSyntax loopStatement) { throw null; } - - public static Syntax.DoLoopBlockSyntax SimpleDoLoopBlock(Syntax.DoStatementSyntax doStatement, Syntax.LoopStatementSyntax loopStatement) { throw null; } - - public static Syntax.DoStatementSyntax SimpleDoStatement() { throw null; } - - public static Syntax.DoStatementSyntax SimpleDoStatement(SyntaxToken doKeyword, Syntax.WhileOrUntilClauseSyntax whileOrUntilClause) { throw null; } - - public static Syntax.DoStatementSyntax SimpleDoStatement(Syntax.WhileOrUntilClauseSyntax whileOrUntilClause) { throw null; } - - public static Syntax.SimpleImportsClauseSyntax SimpleImportsClause(Syntax.ImportAliasClauseSyntax alias, Syntax.NameSyntax name) { throw null; } - - public static Syntax.SimpleImportsClauseSyntax SimpleImportsClause(Syntax.NameSyntax name) { throw null; } - - public static Syntax.SimpleJoinClauseSyntax SimpleJoinClause(SeparatedSyntaxList joinedVariables, SeparatedSyntaxList joinConditions) { throw null; } - - public static Syntax.SimpleJoinClauseSyntax SimpleJoinClause(SeparatedSyntaxList joinedVariables, SyntaxList additionalJoins, SeparatedSyntaxList joinConditions) { throw null; } - - public static Syntax.SimpleJoinClauseSyntax SimpleJoinClause(SyntaxToken joinKeyword, SeparatedSyntaxList joinedVariables, SyntaxList additionalJoins, SyntaxToken onKeyword, SeparatedSyntaxList joinConditions) { throw null; } - - public static Syntax.LoopStatementSyntax SimpleLoopStatement() { throw null; } - - public static Syntax.LoopStatementSyntax SimpleLoopStatement(SyntaxToken loopKeyword, Syntax.WhileOrUntilClauseSyntax whileOrUntilClause) { throw null; } - - public static Syntax.LoopStatementSyntax SimpleLoopStatement(Syntax.WhileOrUntilClauseSyntax whileOrUntilClause) { throw null; } - - public static Syntax.MemberAccessExpressionSyntax SimpleMemberAccessExpression(Syntax.ExpressionSyntax expression, SyntaxToken operatorToken, Syntax.SimpleNameSyntax name) { throw null; } - - public static Syntax.MemberAccessExpressionSyntax SimpleMemberAccessExpression(Syntax.ExpressionSyntax expression, Syntax.SimpleNameSyntax name) { throw null; } - - public static Syntax.MemberAccessExpressionSyntax SimpleMemberAccessExpression(Syntax.SimpleNameSyntax name) { throw null; } - - public static Syntax.SingleLineElseClauseSyntax SingleLineElseClause() { throw null; } - - public static Syntax.SingleLineElseClauseSyntax SingleLineElseClause(SyntaxList statements) { throw null; } - - public static Syntax.SingleLineElseClauseSyntax SingleLineElseClause(SyntaxToken elseKeyword, SyntaxList statements) { throw null; } - - public static Syntax.SingleLineLambdaExpressionSyntax SingleLineFunctionLambdaExpression(Syntax.LambdaHeaderSyntax subOrFunctionHeader, VisualBasicSyntaxNode body) { throw null; } - - public static Syntax.SingleLineIfStatementSyntax SingleLineIfStatement(SyntaxToken ifKeyword, Syntax.ExpressionSyntax condition, SyntaxToken thenKeyword, SyntaxList statements, Syntax.SingleLineElseClauseSyntax elseClause) { throw null; } - - public static Syntax.SingleLineIfStatementSyntax SingleLineIfStatement(Syntax.ExpressionSyntax condition, SyntaxList statements, Syntax.SingleLineElseClauseSyntax elseClause) { throw null; } - - public static Syntax.SingleLineIfStatementSyntax SingleLineIfStatement(Syntax.ExpressionSyntax condition) { throw null; } - - public static Syntax.SingleLineLambdaExpressionSyntax SingleLineLambdaExpression(SyntaxKind kind, Syntax.LambdaHeaderSyntax subOrFunctionHeader, VisualBasicSyntaxNode body) { throw null; } - - public static Syntax.SingleLineLambdaExpressionSyntax SingleLineSubLambdaExpression(Syntax.LambdaHeaderSyntax subOrFunctionHeader, VisualBasicSyntaxNode body) { throw null; } - - public static SyntaxList SingletonList(TNode node) - where TNode : SyntaxNode { throw null; } - - public static SeparatedSyntaxList SingletonSeparatedList(TNode node) - where TNode : SyntaxNode { throw null; } - - public static Syntax.PartitionClauseSyntax SkipClause(SyntaxToken skipOrTakeKeyword, Syntax.ExpressionSyntax count) { throw null; } - - public static Syntax.PartitionClauseSyntax SkipClause(Syntax.ExpressionSyntax count) { throw null; } - - public static Syntax.SkippedTokensTriviaSyntax SkippedTokensTrivia() { throw null; } - - public static Syntax.SkippedTokensTriviaSyntax SkippedTokensTrivia(SyntaxTokenList tokens) { throw null; } - - public static Syntax.PartitionWhileClauseSyntax SkipWhileClause(SyntaxToken skipOrTakeKeyword, SyntaxToken whileKeyword, Syntax.ExpressionSyntax condition) { throw null; } - - public static Syntax.PartitionWhileClauseSyntax SkipWhileClause(Syntax.ExpressionSyntax condition) { throw null; } - - public static Syntax.SpecialConstraintSyntax SpecialConstraint(SyntaxKind kind, SyntaxToken constraintKeyword) { throw null; } - - public static Syntax.StopOrEndStatementSyntax StopOrEndStatement(SyntaxKind kind, SyntaxToken stopOrEndKeyword) { throw null; } - - public static Syntax.StopOrEndStatementSyntax StopStatement(SyntaxToken stopOrEndKeyword) { throw null; } - - public static Syntax.LiteralExpressionSyntax StringLiteralExpression(SyntaxToken token) { throw null; } - - public static SyntaxToken StringLiteralToken(SyntaxTriviaList leadingTrivia, string text, string value, SyntaxTriviaList trailingTrivia) { throw null; } - - public static SyntaxToken StringLiteralToken(string text, string value) { throw null; } - - public static Syntax.StructureBlockSyntax StructureBlock(Syntax.StructureStatementSyntax structureStatement, SyntaxList inherits, SyntaxList implements, SyntaxList members, Syntax.EndBlockStatementSyntax endStructureStatement) { throw null; } - - public static Syntax.StructureBlockSyntax StructureBlock(Syntax.StructureStatementSyntax structureStatement, SyntaxList inherits, SyntaxList implements, SyntaxList members) { throw null; } - - public static Syntax.StructureBlockSyntax StructureBlock(Syntax.StructureStatementSyntax structureStatement) { throw null; } - - public static Syntax.SpecialConstraintSyntax StructureConstraint(SyntaxToken constraintKeyword) { throw null; } - - public static Syntax.StructureStatementSyntax StructureStatement(SyntaxList attributeLists, SyntaxTokenList modifiers, SyntaxToken structureKeyword, SyntaxToken identifier, Syntax.TypeParameterListSyntax typeParameterList) { throw null; } - - public static Syntax.StructureStatementSyntax StructureStatement(SyntaxList attributeLists, SyntaxTokenList modifiers, SyntaxToken identifier, Syntax.TypeParameterListSyntax typeParameterList) { throw null; } - - public static Syntax.StructureStatementSyntax StructureStatement(SyntaxToken identifier) { throw null; } - - public static Syntax.StructureStatementSyntax StructureStatement(string identifier) { throw null; } - - public static Syntax.MethodBlockSyntax SubBlock(Syntax.MethodStatementSyntax subOrFunctionStatement, SyntaxList statements, Syntax.EndBlockStatementSyntax endSubOrFunctionStatement) { throw null; } - - public static Syntax.MethodBlockSyntax SubBlock(Syntax.MethodStatementSyntax subOrFunctionStatement, SyntaxList statements) { throw null; } - - public static Syntax.MethodBlockSyntax SubBlock(Syntax.MethodStatementSyntax subOrFunctionStatement) { throw null; } - - public static Syntax.LambdaHeaderSyntax SubLambdaHeader() { throw null; } - - public static Syntax.LambdaHeaderSyntax SubLambdaHeader(SyntaxList attributeLists, SyntaxTokenList modifiers, SyntaxToken subOrFunctionKeyword, Syntax.ParameterListSyntax parameterList, Syntax.SimpleAsClauseSyntax asClause) { throw null; } - - public static Syntax.LambdaHeaderSyntax SubLambdaHeader(SyntaxList attributeLists, SyntaxTokenList modifiers, Syntax.ParameterListSyntax parameterList, Syntax.SimpleAsClauseSyntax asClause) { throw null; } - - public static Syntax.SubNewStatementSyntax SubNewStatement() { throw null; } - - public static Syntax.SubNewStatementSyntax SubNewStatement(SyntaxList attributeLists, SyntaxTokenList modifiers, SyntaxToken subKeyword, SyntaxToken newKeyword, Syntax.ParameterListSyntax parameterList) { throw null; } - - public static Syntax.SubNewStatementSyntax SubNewStatement(SyntaxList attributeLists, SyntaxTokenList modifiers, Syntax.ParameterListSyntax parameterList) { throw null; } - - public static Syntax.MethodStatementSyntax SubStatement(SyntaxList attributeLists, SyntaxTokenList modifiers, SyntaxToken subOrFunctionKeyword, SyntaxToken identifier, Syntax.TypeParameterListSyntax typeParameterList, Syntax.ParameterListSyntax parameterList, Syntax.SimpleAsClauseSyntax asClause, Syntax.HandlesClauseSyntax handlesClause, Syntax.ImplementsClauseSyntax implementsClause) { throw null; } - - public static Syntax.MethodStatementSyntax SubStatement(SyntaxList attributeLists, SyntaxTokenList modifiers, SyntaxToken identifier, Syntax.TypeParameterListSyntax typeParameterList, Syntax.ParameterListSyntax parameterList, Syntax.SimpleAsClauseSyntax asClause, Syntax.HandlesClauseSyntax handlesClause, Syntax.ImplementsClauseSyntax implementsClause) { throw null; } - - public static Syntax.MethodStatementSyntax SubStatement(SyntaxToken identifier) { throw null; } - - public static Syntax.MethodStatementSyntax SubStatement(string identifier) { throw null; } - - public static Syntax.AssignmentStatementSyntax SubtractAssignmentStatement(Syntax.ExpressionSyntax left, SyntaxToken operatorToken, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.AssignmentStatementSyntax SubtractAssignmentStatement(Syntax.ExpressionSyntax left, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.BinaryExpressionSyntax SubtractExpression(Syntax.ExpressionSyntax left, SyntaxToken operatorToken, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.BinaryExpressionSyntax SubtractExpression(Syntax.ExpressionSyntax left, Syntax.ExpressionSyntax right) { throw null; } - - public static Syntax.SyncLockBlockSyntax SyncLockBlock(Syntax.SyncLockStatementSyntax syncLockStatement, SyntaxList statements, Syntax.EndBlockStatementSyntax endSyncLockStatement) { throw null; } - - public static Syntax.SyncLockBlockSyntax SyncLockBlock(Syntax.SyncLockStatementSyntax syncLockStatement, SyntaxList statements) { throw null; } - - public static Syntax.SyncLockBlockSyntax SyncLockBlock(Syntax.SyncLockStatementSyntax syncLockStatement) { throw null; } - - public static Syntax.SyncLockStatementSyntax SyncLockStatement(SyntaxToken syncLockKeyword, Syntax.ExpressionSyntax expression) { throw null; } - - public static Syntax.SyncLockStatementSyntax SyncLockStatement(Syntax.ExpressionSyntax expression) { throw null; } - - public static SyntaxTree SyntaxTree(SyntaxNode root, ParseOptions options = null, string path = "", System.Text.Encoding encoding = null) { throw null; } - - public static SyntaxTrivia SyntaxTrivia(SyntaxKind kind, string text) { throw null; } - - public static Syntax.PartitionClauseSyntax TakeClause(SyntaxToken skipOrTakeKeyword, Syntax.ExpressionSyntax count) { throw null; } - - public static Syntax.PartitionClauseSyntax TakeClause(Syntax.ExpressionSyntax count) { throw null; } - - public static Syntax.PartitionWhileClauseSyntax TakeWhileClause(SyntaxToken skipOrTakeKeyword, SyntaxToken whileKeyword, Syntax.ExpressionSyntax condition) { throw null; } - - public static Syntax.PartitionWhileClauseSyntax TakeWhileClause(Syntax.ExpressionSyntax condition) { throw null; } - - public static Syntax.TernaryConditionalExpressionSyntax TernaryConditionalExpression(SyntaxToken ifKeyword, SyntaxToken openParenToken, Syntax.ExpressionSyntax condition, SyntaxToken firstCommaToken, Syntax.ExpressionSyntax whenTrue, SyntaxToken secondCommaToken, Syntax.ExpressionSyntax whenFalse, SyntaxToken closeParenToken) { throw null; } - - public static Syntax.TernaryConditionalExpressionSyntax TernaryConditionalExpression(Syntax.ExpressionSyntax condition, Syntax.ExpressionSyntax whenTrue, Syntax.ExpressionSyntax whenFalse) { throw null; } - - public static Syntax.ThrowStatementSyntax ThrowStatement() { throw null; } - - public static Syntax.ThrowStatementSyntax ThrowStatement(SyntaxToken throwKeyword, Syntax.ExpressionSyntax expression) { throw null; } - - public static Syntax.ThrowStatementSyntax ThrowStatement(Syntax.ExpressionSyntax expression) { throw null; } - - public static SyntaxToken Token(SyntaxTriviaList leading, SyntaxKind kind, SyntaxTriviaList trailing, string text = null) { throw null; } - - public static SyntaxToken Token(SyntaxTriviaList leading, SyntaxKind kind, string text = null) { throw null; } - - public static SyntaxToken Token(SyntaxKind kind, SyntaxTriviaList trailing, string text = null) { throw null; } - - public static SyntaxToken Token(SyntaxKind kind, string text = null) { throw null; } - - public static SyntaxTokenList TokenList() { throw null; } - - public static SyntaxTokenList TokenList(SyntaxToken token) { throw null; } - - public static SyntaxTokenList TokenList(params SyntaxToken[] tokens) { throw null; } - - public static SyntaxTokenList TokenList(System.Collections.Generic.IEnumerable tokens) { throw null; } - - public static SyntaxTrivia Trivia(Syntax.StructuredTriviaSyntax node) { throw null; } - - public static SyntaxTriviaList TriviaList() { throw null; } - - public static SyntaxTriviaList TriviaList(SyntaxTrivia trivia) { throw null; } - - public static SyntaxTriviaList TriviaList(params SyntaxTrivia[] trivias) { throw null; } - - public static SyntaxTriviaList TriviaList(System.Collections.Generic.IEnumerable trivias) { throw null; } - - public static Syntax.LiteralExpressionSyntax TrueLiteralExpression(SyntaxToken token) { throw null; } - - public static Syntax.TryBlockSyntax TryBlock() { throw null; } - - public static Syntax.TryBlockSyntax TryBlock(SyntaxList statements, SyntaxList catchBlocks, Syntax.FinallyBlockSyntax finallyBlock) { throw null; } - - public static Syntax.TryBlockSyntax TryBlock(Syntax.TryStatementSyntax tryStatement, SyntaxList statements, SyntaxList catchBlocks, Syntax.FinallyBlockSyntax finallyBlock, Syntax.EndBlockStatementSyntax endTryStatement) { throw null; } - - public static Syntax.TryCastExpressionSyntax TryCastExpression(SyntaxToken keyword, SyntaxToken openParenToken, Syntax.ExpressionSyntax expression, SyntaxToken commaToken, Syntax.TypeSyntax type, SyntaxToken closeParenToken) { throw null; } - - public static Syntax.TryCastExpressionSyntax TryCastExpression(Syntax.ExpressionSyntax expression, Syntax.TypeSyntax type) { throw null; } - - public static Syntax.TryStatementSyntax TryStatement() { throw null; } - - public static Syntax.TryStatementSyntax TryStatement(SyntaxToken tryKeyword) { throw null; } - - public static Syntax.TupleExpressionSyntax TupleExpression(SeparatedSyntaxList arguments) { throw null; } - - public static Syntax.TupleExpressionSyntax TupleExpression(SyntaxToken openParenToken, SeparatedSyntaxList arguments, SyntaxToken closeParenToken) { throw null; } - - public static Syntax.TupleExpressionSyntax TupleExpression(params Syntax.SimpleArgumentSyntax[] arguments) { throw null; } - - public static Syntax.TupleTypeSyntax TupleType(SeparatedSyntaxList elements) { throw null; } - - public static Syntax.TupleTypeSyntax TupleType(SyntaxToken openParenToken, SeparatedSyntaxList elements, SyntaxToken closeParenToken) { throw null; } - - public static Syntax.TupleTypeSyntax TupleType(params Syntax.TupleElementSyntax[] elements) { throw null; } - - public static Syntax.TypeArgumentListSyntax TypeArgumentList(SeparatedSyntaxList arguments) { throw null; } - - public static Syntax.TypeArgumentListSyntax TypeArgumentList(SyntaxToken openParenToken, SyntaxToken ofKeyword, SeparatedSyntaxList arguments, SyntaxToken closeParenToken) { throw null; } - - public static Syntax.TypeArgumentListSyntax TypeArgumentList(params Syntax.TypeSyntax[] arguments) { throw null; } - - public static Syntax.TypeBlockSyntax TypeBlock(SyntaxKind blockKind, Syntax.TypeStatementSyntax begin, SyntaxList inherits = default, SyntaxList implements = default, SyntaxList members = default, Syntax.EndBlockStatementSyntax end = null) { throw null; } - - public static Syntax.TypeConstraintSyntax TypeConstraint(Syntax.TypeSyntax type) { throw null; } - - public static Syntax.TypedTupleElementSyntax TypedTupleElement(Syntax.TypeSyntax type) { throw null; } - - public static Syntax.TypeOfExpressionSyntax TypeOfExpression(SyntaxKind kind, SyntaxToken typeOfKeyword, Syntax.ExpressionSyntax expression, SyntaxToken operatorToken, Syntax.TypeSyntax type) { throw null; } - - public static Syntax.TypeOfExpressionSyntax TypeOfExpression(SyntaxKind kind, Syntax.ExpressionSyntax expression, SyntaxToken operatorToken, Syntax.TypeSyntax type) { throw null; } - - public static Syntax.TypeOfExpressionSyntax TypeOfIsExpression(SyntaxToken typeOfKeyword, Syntax.ExpressionSyntax expression, SyntaxToken operatorToken, Syntax.TypeSyntax type) { throw null; } - - public static Syntax.TypeOfExpressionSyntax TypeOfIsExpression(Syntax.ExpressionSyntax expression, Syntax.TypeSyntax type) { throw null; } - - public static Syntax.TypeOfExpressionSyntax TypeOfIsNotExpression(SyntaxToken typeOfKeyword, Syntax.ExpressionSyntax expression, SyntaxToken operatorToken, Syntax.TypeSyntax type) { throw null; } - - public static Syntax.TypeOfExpressionSyntax TypeOfIsNotExpression(Syntax.ExpressionSyntax expression, Syntax.TypeSyntax type) { throw null; } - - public static Syntax.TypeParameterSyntax TypeParameter(SyntaxToken varianceKeyword, SyntaxToken identifier, Syntax.TypeParameterConstraintClauseSyntax typeParameterConstraintClause) { throw null; } - - public static Syntax.TypeParameterSyntax TypeParameter(SyntaxToken identifier) { throw null; } - - public static Syntax.TypeParameterSyntax TypeParameter(string identifier) { throw null; } - - public static Syntax.TypeParameterListSyntax TypeParameterList(SeparatedSyntaxList parameters) { throw null; } - - public static Syntax.TypeParameterListSyntax TypeParameterList(SyntaxToken openParenToken, SyntaxToken ofKeyword, SeparatedSyntaxList parameters, SyntaxToken closeParenToken) { throw null; } - - public static Syntax.TypeParameterListSyntax TypeParameterList(params Syntax.TypeParameterSyntax[] parameters) { throw null; } - - public static Syntax.TypeParameterMultipleConstraintClauseSyntax TypeParameterMultipleConstraintClause(SeparatedSyntaxList constraints) { throw null; } - - public static Syntax.TypeParameterMultipleConstraintClauseSyntax TypeParameterMultipleConstraintClause(SyntaxToken asKeyword, SyntaxToken openBraceToken, SeparatedSyntaxList constraints, SyntaxToken closeBraceToken) { throw null; } - - public static Syntax.TypeParameterMultipleConstraintClauseSyntax TypeParameterMultipleConstraintClause(params Syntax.ConstraintSyntax[] constraints) { throw null; } - - public static Syntax.TypeParameterSingleConstraintClauseSyntax TypeParameterSingleConstraintClause(SyntaxToken asKeyword, Syntax.ConstraintSyntax constraint) { throw null; } - - public static Syntax.TypeParameterSingleConstraintClauseSyntax TypeParameterSingleConstraintClause(Syntax.ConstraintSyntax constraint) { throw null; } - - public static Syntax.TypeStatementSyntax TypeStatement(SyntaxKind statementKind, SyntaxList attributes = default, SyntaxTokenList modifiers = default, SyntaxToken keyword = default, SyntaxToken identifier = default, Syntax.TypeParameterListSyntax typeParameterList = null) { throw null; } - - public static Syntax.UnaryExpressionSyntax UnaryExpression(SyntaxKind kind, SyntaxToken operatorToken, Syntax.ExpressionSyntax operand) { throw null; } - - public static Syntax.UnaryExpressionSyntax UnaryMinusExpression(SyntaxToken operatorToken, Syntax.ExpressionSyntax operand) { throw null; } - - public static Syntax.UnaryExpressionSyntax UnaryMinusExpression(Syntax.ExpressionSyntax operand) { throw null; } - - public static Syntax.UnaryExpressionSyntax UnaryPlusExpression(SyntaxToken operatorToken, Syntax.ExpressionSyntax operand) { throw null; } - - public static Syntax.UnaryExpressionSyntax UnaryPlusExpression(Syntax.ExpressionSyntax operand) { throw null; } - - public static Syntax.WhileOrUntilClauseSyntax UntilClause(SyntaxToken whileOrUntilKeyword, Syntax.ExpressionSyntax condition) { throw null; } - - public static Syntax.WhileOrUntilClauseSyntax UntilClause(Syntax.ExpressionSyntax condition) { throw null; } - - public static Syntax.UsingBlockSyntax UsingBlock(Syntax.UsingStatementSyntax usingStatement, SyntaxList statements, Syntax.EndBlockStatementSyntax endUsingStatement) { throw null; } - - public static Syntax.UsingBlockSyntax UsingBlock(Syntax.UsingStatementSyntax usingStatement, SyntaxList statements) { throw null; } - - public static Syntax.UsingBlockSyntax UsingBlock(Syntax.UsingStatementSyntax usingStatement) { throw null; } - - public static Syntax.UsingStatementSyntax UsingStatement() { throw null; } - - public static Syntax.UsingStatementSyntax UsingStatement(SyntaxToken usingKeyword, Syntax.ExpressionSyntax expression, SeparatedSyntaxList variables) { throw null; } - - public static Syntax.UsingStatementSyntax UsingStatement(Syntax.ExpressionSyntax expression, SeparatedSyntaxList variables) { throw null; } - - public static Syntax.VariableDeclaratorSyntax VariableDeclarator(SeparatedSyntaxList names, Syntax.AsClauseSyntax asClause, Syntax.EqualsValueSyntax initializer) { throw null; } - - public static Syntax.VariableDeclaratorSyntax VariableDeclarator(SeparatedSyntaxList names) { throw null; } - - public static Syntax.VariableDeclaratorSyntax VariableDeclarator(params Syntax.ModifiedIdentifierSyntax[] names) { throw null; } - - public static Syntax.VariableNameEqualsSyntax VariableNameEquals(Syntax.ModifiedIdentifierSyntax identifier, Syntax.SimpleAsClauseSyntax asClause, SyntaxToken equalsToken) { throw null; } - - public static Syntax.VariableNameEqualsSyntax VariableNameEquals(Syntax.ModifiedIdentifierSyntax identifier, Syntax.SimpleAsClauseSyntax asClause) { throw null; } - - public static Syntax.VariableNameEqualsSyntax VariableNameEquals(Syntax.ModifiedIdentifierSyntax identifier) { throw null; } - - public static Syntax.WhereClauseSyntax WhereClause(SyntaxToken whereKeyword, Syntax.ExpressionSyntax condition) { throw null; } - - public static Syntax.WhereClauseSyntax WhereClause(Syntax.ExpressionSyntax condition) { throw null; } - - public static Syntax.WhileBlockSyntax WhileBlock(Syntax.WhileStatementSyntax whileStatement, SyntaxList statements, Syntax.EndBlockStatementSyntax endWhileStatement) { throw null; } - - public static Syntax.WhileBlockSyntax WhileBlock(Syntax.WhileStatementSyntax whileStatement, SyntaxList statements) { throw null; } - - public static Syntax.WhileBlockSyntax WhileBlock(Syntax.WhileStatementSyntax whileStatement) { throw null; } - - public static Syntax.WhileOrUntilClauseSyntax WhileClause(SyntaxToken whileOrUntilKeyword, Syntax.ExpressionSyntax condition) { throw null; } - - public static Syntax.WhileOrUntilClauseSyntax WhileClause(Syntax.ExpressionSyntax condition) { throw null; } - - public static Syntax.WhileOrUntilClauseSyntax WhileOrUntilClause(SyntaxKind kind, SyntaxToken whileOrUntilKeyword, Syntax.ExpressionSyntax condition) { throw null; } - - public static Syntax.WhileStatementSyntax WhileStatement(SyntaxToken whileKeyword, Syntax.ExpressionSyntax condition) { throw null; } - - public static Syntax.WhileStatementSyntax WhileStatement(Syntax.ExpressionSyntax condition) { throw null; } - - [System.Obsolete("Use SyntaxFactory.Whitespace or SyntaxFactory.ElasticWhitespace")] - public static SyntaxTrivia Whitespace(string text, bool elastic) { throw null; } - - public static SyntaxTrivia Whitespace(string text) { throw null; } - - public static SyntaxTrivia WhitespaceTrivia(string text) { throw null; } - - public static Syntax.WithBlockSyntax WithBlock(Syntax.WithStatementSyntax withStatement, SyntaxList statements, Syntax.EndBlockStatementSyntax endWithStatement) { throw null; } - - public static Syntax.WithBlockSyntax WithBlock(Syntax.WithStatementSyntax withStatement, SyntaxList statements) { throw null; } - - public static Syntax.WithBlockSyntax WithBlock(Syntax.WithStatementSyntax withStatement) { throw null; } - - public static Syntax.WithEventsEventContainerSyntax WithEventsEventContainer(SyntaxToken identifier) { throw null; } - - public static Syntax.WithEventsEventContainerSyntax WithEventsEventContainer(string identifier) { throw null; } - - public static Syntax.WithEventsPropertyEventContainerSyntax WithEventsPropertyEventContainer(Syntax.WithEventsEventContainerSyntax withEventsContainer, SyntaxToken dotToken, Syntax.IdentifierNameSyntax property) { throw null; } - - public static Syntax.WithEventsPropertyEventContainerSyntax WithEventsPropertyEventContainer(Syntax.WithEventsEventContainerSyntax withEventsContainer, Syntax.IdentifierNameSyntax property) { throw null; } - - public static Syntax.WithStatementSyntax WithStatement(SyntaxToken withKeyword, Syntax.ExpressionSyntax expression) { throw null; } - - public static Syntax.WithStatementSyntax WithStatement(Syntax.ExpressionSyntax expression) { throw null; } - - public static Syntax.XmlAttributeSyntax XmlAttribute(Syntax.XmlNodeSyntax name, SyntaxToken equalsToken, Syntax.XmlNodeSyntax value) { throw null; } - - public static Syntax.XmlAttributeSyntax XmlAttribute(Syntax.XmlNodeSyntax name, Syntax.XmlNodeSyntax value) { throw null; } - - public static Syntax.XmlMemberAccessExpressionSyntax XmlAttributeAccessExpression(Syntax.ExpressionSyntax @base, SyntaxToken token1, SyntaxToken token2, SyntaxToken token3, Syntax.XmlNodeSyntax name) { throw null; } - - public static Syntax.XmlMemberAccessExpressionSyntax XmlAttributeAccessExpression(Syntax.ExpressionSyntax @base, SyntaxToken token2, Syntax.XmlNodeSyntax name) { throw null; } - - public static Syntax.XmlMemberAccessExpressionSyntax XmlAttributeAccessExpression(Syntax.XmlNodeSyntax name) { throw null; } - - public static Syntax.XmlBracketedNameSyntax XmlBracketedName(SyntaxToken lessThanToken, Syntax.XmlNameSyntax name, SyntaxToken greaterThanToken) { throw null; } - - public static Syntax.XmlBracketedNameSyntax XmlBracketedName(Syntax.XmlNameSyntax name) { throw null; } - - public static Syntax.XmlCDataSectionSyntax XmlCDataSection() { throw null; } - - public static Syntax.XmlCDataSectionSyntax XmlCDataSection(SyntaxToken beginCDataToken, SyntaxTokenList textTokens, SyntaxToken endCDataToken) { throw null; } - - public static Syntax.XmlCommentSyntax XmlComment() { throw null; } - - public static Syntax.XmlCommentSyntax XmlComment(SyntaxToken lessThanExclamationMinusMinusToken, SyntaxTokenList textTokens, SyntaxToken minusMinusGreaterThanToken) { throw null; } - - public static Syntax.XmlCrefAttributeSyntax XmlCrefAttribute(Syntax.CrefReferenceSyntax cref, SyntaxKind quoteKind) { throw null; } - - public static Syntax.XmlCrefAttributeSyntax XmlCrefAttribute(Syntax.CrefReferenceSyntax cref) { throw null; } - - public static Syntax.XmlCrefAttributeSyntax XmlCrefAttribute(Syntax.XmlNameSyntax name, SyntaxToken equalsToken, SyntaxToken startQuoteToken, Syntax.CrefReferenceSyntax reference, SyntaxToken endQuoteToken) { throw null; } - - public static Syntax.XmlCrefAttributeSyntax XmlCrefAttribute(Syntax.XmlNameSyntax name, SyntaxToken startQuoteToken, Syntax.CrefReferenceSyntax reference, SyntaxToken endQuoteToken) { throw null; } - - public static Syntax.XmlDeclarationSyntax XmlDeclaration(SyntaxToken lessThanQuestionToken, SyntaxToken xmlKeyword, Syntax.XmlDeclarationOptionSyntax version, Syntax.XmlDeclarationOptionSyntax encoding, Syntax.XmlDeclarationOptionSyntax standalone, SyntaxToken questionGreaterThanToken) { throw null; } - - public static Syntax.XmlDeclarationSyntax XmlDeclaration(Syntax.XmlDeclarationOptionSyntax version, Syntax.XmlDeclarationOptionSyntax encoding, Syntax.XmlDeclarationOptionSyntax standalone) { throw null; } - - public static Syntax.XmlDeclarationSyntax XmlDeclaration(Syntax.XmlDeclarationOptionSyntax version) { throw null; } - - public static Syntax.XmlDeclarationOptionSyntax XmlDeclarationOption(SyntaxToken name, SyntaxToken equals, Syntax.XmlStringSyntax value) { throw null; } - - public static Syntax.XmlDeclarationOptionSyntax XmlDeclarationOption(Syntax.XmlStringSyntax value) { throw null; } - - public static Syntax.XmlMemberAccessExpressionSyntax XmlDescendantAccessExpression(Syntax.ExpressionSyntax @base, SyntaxToken token1, SyntaxToken token2, SyntaxToken token3, Syntax.XmlNodeSyntax name) { throw null; } - - public static Syntax.XmlMemberAccessExpressionSyntax XmlDescendantAccessExpression(Syntax.ExpressionSyntax @base, SyntaxToken token2, Syntax.XmlNodeSyntax name) { throw null; } - - public static Syntax.XmlMemberAccessExpressionSyntax XmlDescendantAccessExpression(Syntax.XmlNodeSyntax name) { throw null; } - - public static Syntax.XmlDocumentSyntax XmlDocument(Syntax.XmlDeclarationSyntax declaration, SyntaxList precedingMisc, Syntax.XmlNodeSyntax root, SyntaxList followingMisc) { throw null; } - - public static Syntax.XmlDocumentSyntax XmlDocument(Syntax.XmlDeclarationSyntax declaration, Syntax.XmlNodeSyntax root) { throw null; } - - public static Syntax.XmlElementSyntax XmlElement(Syntax.XmlElementStartTagSyntax startTag, SyntaxList content, Syntax.XmlElementEndTagSyntax endTag) { throw null; } - - public static Syntax.XmlElementSyntax XmlElement(Syntax.XmlElementStartTagSyntax startTag, Syntax.XmlElementEndTagSyntax endTag) { throw null; } - - public static Syntax.XmlElementSyntax XmlElement(Syntax.XmlNameSyntax name, SyntaxList content) { throw null; } - - public static Syntax.XmlElementSyntax XmlElement(string localName, SyntaxList content) { throw null; } - - public static Syntax.XmlMemberAccessExpressionSyntax XmlElementAccessExpression(Syntax.ExpressionSyntax @base, SyntaxToken token1, SyntaxToken token2, SyntaxToken token3, Syntax.XmlNodeSyntax name) { throw null; } - - public static Syntax.XmlMemberAccessExpressionSyntax XmlElementAccessExpression(Syntax.ExpressionSyntax @base, SyntaxToken token2, Syntax.XmlNodeSyntax name) { throw null; } - - public static Syntax.XmlMemberAccessExpressionSyntax XmlElementAccessExpression(Syntax.XmlNodeSyntax name) { throw null; } - - public static Syntax.XmlElementEndTagSyntax XmlElementEndTag() { throw null; } - - public static Syntax.XmlElementEndTagSyntax XmlElementEndTag(SyntaxToken lessThanSlashToken, Syntax.XmlNameSyntax name, SyntaxToken greaterThanToken) { throw null; } - - public static Syntax.XmlElementEndTagSyntax XmlElementEndTag(Syntax.XmlNameSyntax name) { throw null; } - - public static Syntax.XmlElementStartTagSyntax XmlElementStartTag(SyntaxToken lessThanToken, Syntax.XmlNodeSyntax name, SyntaxList attributes, SyntaxToken greaterThanToken) { throw null; } - - public static Syntax.XmlElementStartTagSyntax XmlElementStartTag(Syntax.XmlNodeSyntax name, SyntaxList attributes) { throw null; } - - public static Syntax.XmlElementStartTagSyntax XmlElementStartTag(Syntax.XmlNodeSyntax name) { throw null; } - - public static Syntax.XmlEmbeddedExpressionSyntax XmlEmbeddedExpression(SyntaxToken lessThanPercentEqualsToken, Syntax.ExpressionSyntax expression, SyntaxToken percentGreaterThanToken) { throw null; } - - public static Syntax.XmlEmbeddedExpressionSyntax XmlEmbeddedExpression(Syntax.ExpressionSyntax expression) { throw null; } - - public static Syntax.XmlEmptyElementSyntax XmlEmptyElement(SyntaxToken lessThanToken, Syntax.XmlNodeSyntax name, SyntaxList attributes, SyntaxToken slashGreaterThanToken) { throw null; } - - public static Syntax.XmlEmptyElementSyntax XmlEmptyElement(Syntax.XmlNodeSyntax name, SyntaxList attributes) { throw null; } - - public static Syntax.XmlEmptyElementSyntax XmlEmptyElement(Syntax.XmlNodeSyntax name) { throw null; } - - public static Syntax.XmlEmptyElementSyntax XmlEmptyElement(string localName) { throw null; } - - public static SyntaxToken XmlEntityLiteralToken(SyntaxTriviaList leadingTrivia, string text, string value, SyntaxTriviaList trailingTrivia) { throw null; } - - public static SyntaxToken XmlEntityLiteralToken(string text, string value) { throw null; } - - public static Syntax.XmlElementSyntax XmlExampleElement(SyntaxList content) { throw null; } - - public static Syntax.XmlElementSyntax XmlExampleElement(params Syntax.XmlNodeSyntax[] content) { throw null; } - - public static Syntax.XmlElementSyntax XmlExceptionElement(Syntax.CrefReferenceSyntax cref, SyntaxList content) { throw null; } - - public static Syntax.XmlElementSyntax XmlExceptionElement(Syntax.CrefReferenceSyntax cref, params Syntax.XmlNodeSyntax[] content) { throw null; } - - public static Syntax.XmlMemberAccessExpressionSyntax XmlMemberAccessExpression(SyntaxKind kind, Syntax.ExpressionSyntax @base, SyntaxToken token1, SyntaxToken token2, SyntaxToken token3, Syntax.XmlNodeSyntax name) { throw null; } - - public static Syntax.XmlMemberAccessExpressionSyntax XmlMemberAccessExpression(SyntaxKind kind, Syntax.ExpressionSyntax @base, SyntaxToken token2, Syntax.XmlNodeSyntax name) { throw null; } - - public static Syntax.XmlMemberAccessExpressionSyntax XmlMemberAccessExpression(SyntaxKind kind, Syntax.XmlNodeSyntax name) { throw null; } - - public static Syntax.XmlElementSyntax XmlMultiLineElement(Syntax.XmlNameSyntax name, SyntaxList content) { throw null; } - - public static Syntax.XmlElementSyntax XmlMultiLineElement(string localName, SyntaxList content) { throw null; } - - public static Syntax.XmlNameSyntax XmlName() { throw null; } - - public static Syntax.XmlNameSyntax XmlName(Syntax.XmlPrefixSyntax prefix, SyntaxToken localName) { throw null; } - - public static Syntax.XmlNameAttributeSyntax XmlNameAttribute(Syntax.XmlNameSyntax name, SyntaxToken equalsToken, SyntaxToken startQuoteToken, Syntax.IdentifierNameSyntax reference, SyntaxToken endQuoteToken) { throw null; } - - public static Syntax.XmlNameAttributeSyntax XmlNameAttribute(Syntax.XmlNameSyntax name, SyntaxToken startQuoteToken, Syntax.IdentifierNameSyntax reference, SyntaxToken endQuoteToken) { throw null; } - - public static Syntax.XmlNameAttributeSyntax XmlNameAttribute(string parameterName) { throw null; } - - public static Syntax.XmlNamespaceImportsClauseSyntax XmlNamespaceImportsClause(SyntaxToken lessThanToken, Syntax.XmlAttributeSyntax xmlNamespace, SyntaxToken greaterThanToken) { throw null; } - - public static Syntax.XmlNamespaceImportsClauseSyntax XmlNamespaceImportsClause(Syntax.XmlAttributeSyntax xmlNamespace) { throw null; } - - public static SyntaxToken XmlNameToken(SyntaxTriviaList leadingTrivia, string text, SyntaxKind possibleKeywordKind, SyntaxTriviaList trailingTrivia) { throw null; } - - public static SyntaxToken XmlNameToken(string text, SyntaxKind possibleKeywordKind) { throw null; } - - public static Syntax.XmlTextSyntax XmlNewLine(string text) { throw null; } - - public static Syntax.XmlEmptyElementSyntax XmlNullKeywordElement() { throw null; } - - public static Syntax.XmlElementSyntax XmlParaElement(SyntaxList content) { throw null; } - - public static Syntax.XmlElementSyntax XmlParaElement(params Syntax.XmlNodeSyntax[] content) { throw null; } - - public static Syntax.XmlElementSyntax XmlParamElement(string parameterName, SyntaxList content) { throw null; } - - public static Syntax.XmlElementSyntax XmlParamElement(string parameterName, params Syntax.XmlNodeSyntax[] content) { throw null; } - - public static Syntax.XmlEmptyElementSyntax XmlParamRefElement(string parameterName) { throw null; } - - public static Syntax.XmlElementSyntax XmlPermissionElement(Syntax.CrefReferenceSyntax cref, SyntaxList content) { throw null; } - - public static Syntax.XmlElementSyntax XmlPermissionElement(Syntax.CrefReferenceSyntax cref, params Syntax.XmlNodeSyntax[] content) { throw null; } - - public static Syntax.XmlElementSyntax XmlPlaceholderElement(SyntaxList content) { throw null; } - - public static Syntax.XmlElementSyntax XmlPlaceholderElement(params Syntax.XmlNodeSyntax[] content) { throw null; } - - public static Syntax.XmlPrefixSyntax XmlPrefix() { throw null; } - - public static Syntax.XmlPrefixSyntax XmlPrefix(SyntaxToken name, SyntaxToken colonToken) { throw null; } - - public static Syntax.XmlPrefixNameSyntax XmlPrefixName() { throw null; } - - public static Syntax.XmlPrefixNameSyntax XmlPrefixName(SyntaxToken name) { throw null; } - - public static Syntax.XmlEmptyElementSyntax XmlPreliminaryElement() { throw null; } - - public static Syntax.XmlProcessingInstructionSyntax XmlProcessingInstruction() { throw null; } - - public static Syntax.XmlProcessingInstructionSyntax XmlProcessingInstruction(SyntaxToken lessThanQuestionToken, SyntaxToken name, SyntaxTokenList textTokens, SyntaxToken questionGreaterThanToken) { throw null; } - - public static Syntax.XmlElementSyntax XmlRemarksElement(SyntaxList content) { throw null; } - - public static Syntax.XmlElementSyntax XmlRemarksElement(params Syntax.XmlNodeSyntax[] content) { throw null; } - - public static Syntax.XmlElementSyntax XmlReturnsElement(SyntaxList content) { throw null; } - - public static Syntax.XmlElementSyntax XmlReturnsElement(params Syntax.XmlNodeSyntax[] content) { throw null; } - - public static Syntax.XmlEmptyElementSyntax XmlSeeAlsoElement(Syntax.CrefReferenceSyntax cref) { throw null; } - - public static Syntax.XmlElementSyntax XmlSeeAlsoElement(System.Uri linkAddress, SyntaxList linkText) { throw null; } - - public static Syntax.XmlEmptyElementSyntax XmlSeeElement(Syntax.CrefReferenceSyntax cref) { throw null; } - - public static Syntax.XmlStringSyntax XmlString(SyntaxToken startQuoteToken, SyntaxToken endQuoteToken) { throw null; } - - public static Syntax.XmlStringSyntax XmlString(SyntaxToken startQuoteToken, SyntaxTokenList textTokens, SyntaxToken endQuoteToken) { throw null; } - - public static Syntax.XmlElementSyntax XmlSummaryElement(SyntaxList content) { throw null; } - - public static Syntax.XmlElementSyntax XmlSummaryElement(params Syntax.XmlNodeSyntax[] content) { throw null; } - - public static Syntax.XmlTextSyntax XmlText() { throw null; } - - public static Syntax.XmlTextSyntax XmlText(params SyntaxToken[] textTokens) { throw null; } - - public static Syntax.XmlTextSyntax XmlText(SyntaxTokenList textTokens) { throw null; } - - public static Syntax.XmlTextSyntax XmlText(string value) { throw null; } - - public static SyntaxToken XmlTextLiteral(string text, string value) { throw null; } - - public static SyntaxToken XmlTextLiteral(string value) { throw null; } - - public static SyntaxToken XmlTextLiteralToken(SyntaxTriviaList leadingTrivia, string text, string value, SyntaxTriviaList trailingTrivia) { throw null; } - - public static SyntaxToken XmlTextLiteralToken(string text, string value) { throw null; } - - public static SyntaxToken XmlTextNewLine(string text, bool continueXmlDocumentationComment) { throw null; } - - public static SyntaxToken XmlTextNewLine(string text, string value, SyntaxTriviaList leading, SyntaxTriviaList trailing) { throw null; } - - public static SyntaxToken XmlTextNewLine(string text) { throw null; } - - public static SyntaxToken XmlTextToken(SyntaxTriviaList leadingTrivia, SyntaxKind kind, string text, string value, SyntaxTriviaList trailingTrivia) { throw null; } - - public static SyntaxToken XmlTextToken(SyntaxKind kind, string text, string value) { throw null; } - - public static Syntax.XmlEmptyElementSyntax XmlThreadSafetyElement() { throw null; } - - public static Syntax.XmlEmptyElementSyntax XmlThreadSafetyElement(bool isStatic, bool isInstance) { throw null; } - - public static Syntax.XmlElementSyntax XmlValueElement(SyntaxList content) { throw null; } - - public static Syntax.XmlElementSyntax XmlValueElement(params Syntax.XmlNodeSyntax[] content) { throw null; } - - public static Syntax.YieldStatementSyntax YieldStatement(SyntaxToken yieldKeyword, Syntax.ExpressionSyntax expression) { throw null; } - - public static Syntax.YieldStatementSyntax YieldStatement(Syntax.ExpressionSyntax expression) { throw null; } - } - - public partial class SyntaxFacts - { - public static System.Collections.Generic.IEqualityComparer EqualityComparer { get { throw null; } } - - public static bool AllowsLeadingImplicitLineContinuation(SyntaxToken token) { throw null; } - - public static bool AllowsTrailingImplicitLineContinuation(SyntaxToken token) { throw null; } - - public static SyntaxKind GetAccessorStatementKind(SyntaxKind keyword) { throw null; } - - public static SyntaxKind GetBaseTypeStatementKind(SyntaxKind keyword) { throw null; } - - public static SyntaxKind GetBinaryExpression(SyntaxKind keyword) { throw null; } - - public static string GetBlockName(SyntaxKind kind) { throw null; } - - public static SyntaxKind GetContextualKeywordKind(string text) { throw null; } - - public static System.Collections.Generic.IEnumerable GetContextualKeywordKinds() { throw null; } - - public static SyntaxKind GetInstanceExpression(SyntaxKind kind) { throw null; } - - public static SyntaxKind GetKeywordKind(string text) { throw null; } - - public static System.Collections.Generic.IEnumerable GetKeywordKinds() { throw null; } - - public static SyntaxKind GetLiteralExpression(SyntaxKind token) { throw null; } - - public static SyntaxKind GetOperatorKind(string operatorMetadataName) { throw null; } - - public static SyntaxKind GetPreprocessorKeywordKind(string text) { throw null; } - - public static System.Collections.Generic.IEnumerable GetPreprocessorKeywordKinds() { throw null; } - - public static System.Collections.Generic.IEnumerable GetPunctuationKinds() { throw null; } - - public static System.Collections.Generic.IEnumerable GetReservedKeywordKinds() { throw null; } - - public static string GetText(Accessibility accessibility) { throw null; } - - public static string GetText(SyntaxKind kind) { throw null; } - - public static SyntaxKind GetTypeStatementKind(SyntaxKind keyword) { throw null; } - - public static SyntaxKind GetUnaryExpression(SyntaxKind token) { throw null; } - - public static bool IsAccessibilityModifier(SyntaxKind kind) { throw null; } - - public static bool IsAccessorBlock(SyntaxKind kind) { throw null; } - - public static bool IsAccessorStatement(SyntaxKind kind) { throw null; } - - public static bool IsAccessorStatementAccessorKeyword(SyntaxKind kind) { throw null; } - - [System.Obsolete("This member is obsolete. Use IsAccessorStatementAccessorKeyword instead.", true)] - public static bool IsAccessorStatementKeyword(SyntaxKind kind) { throw null; } - - public static bool IsAddRemoveHandlerStatement(SyntaxKind kind) { throw null; } - - public static bool IsAddRemoveHandlerStatementAddHandlerOrRemoveHandlerKeyword(SyntaxKind kind) { throw null; } - - public static bool IsAddressOfOperand(Syntax.ExpressionSyntax node) { throw null; } - - public static bool IsAnyToken(SyntaxKind kind) { throw null; } - - public static bool IsAssignmentStatement(SyntaxKind kind) { throw null; } - - public static bool IsAssignmentStatementOperatorToken(SyntaxKind kind) { throw null; } - - public static bool IsAttributeName(SyntaxNode node) { throw null; } - - public static bool IsAttributeTargetAttributeModifier(SyntaxKind kind) { throw null; } - - public static bool IsBinaryExpression(SyntaxKind kind) { throw null; } - - public static bool IsBinaryExpressionOperatorToken(SyntaxKind kind) { throw null; } - - public static bool IsCaseBlock(SyntaxKind kind) { throw null; } - - public static bool IsCaseStatement(SyntaxKind kind) { throw null; } - - public static bool IsColon(char c) { throw null; } - - public static bool IsContextualKeyword(SyntaxKind kind) { throw null; } - - public static bool IsContinueStatement(SyntaxKind kind) { throw null; } - - public static bool IsContinueStatementBlockKeyword(SyntaxKind kind) { throw null; } - - public static bool IsCrefOperatorReferenceOperatorToken(SyntaxKind kind) { throw null; } - - public static bool IsCrefSignaturePartModifier(SyntaxKind kind) { throw null; } - - public static bool IsDeclareStatement(SyntaxKind kind) { throw null; } - - public static bool IsDeclareStatementCharsetKeyword(SyntaxKind kind) { throw null; } - - [System.Obsolete("This member is obsolete. Use IsDeclareStatementSubOrFunctionKeyword instead.", true)] - public static bool IsDeclareStatementKeyword(SyntaxKind kind) { throw null; } - - public static bool IsDeclareStatementSubOrFunctionKeyword(SyntaxKind kind) { throw null; } - - public static bool IsDelegateStatement(SyntaxKind kind) { throw null; } - - [System.Obsolete("This member is obsolete. Use IsDelegateStatementSubOrFunctionKeyword instead.", true)] - public static bool IsDelegateStatementKeyword(SyntaxKind kind) { throw null; } - - public static bool IsDelegateStatementSubOrFunctionKeyword(SyntaxKind kind) { throw null; } - - public static bool IsDoLoopBlock(SyntaxKind kind) { throw null; } - - public static bool IsDoStatement(SyntaxKind kind) { throw null; } - - public static bool IsEndBlockStatement(SyntaxKind kind) { throw null; } - - public static bool IsEndBlockStatementBlockKeyword(SyntaxKind kind) { throw null; } - - public static bool IsExitStatement(SyntaxKind kind) { throw null; } - - public static bool IsExitStatementBlockKeyword(SyntaxKind kind) { throw null; } - - public static bool IsHash(char c) { throw null; } - - public static bool IsIdentifierPartCharacter(char c) { throw null; } - - public static bool IsIdentifierStartCharacter(char c) { throw null; } - - public static bool IsIfDirectiveTrivia(SyntaxKind kind) { throw null; } - - public static bool IsIfDirectiveTriviaIfOrElseIfKeyword(SyntaxKind kind) { throw null; } - - public static bool IsInNamespaceOrTypeContext(SyntaxNode node) { throw null; } - - public static bool IsInstanceExpression(SyntaxKind kind) { throw null; } - - public static bool IsInTypeOnlyContext(Syntax.ExpressionSyntax node) { throw null; } - - public static bool IsInvocationOrAddressOfOperand(Syntax.ExpressionSyntax node) { throw null; } - - public static bool IsInvoked(Syntax.ExpressionSyntax node) { throw null; } - - public static bool IsKeywordEventContainerKeyword(SyntaxKind kind) { throw null; } - - public static bool IsKeywordKind(SyntaxKind kind) { throw null; } - - public static bool IsLabel(SyntaxKind kind) { throw null; } - - public static bool IsLabelLabelToken(SyntaxKind kind) { throw null; } - - public static bool IsLabelStatementLabelToken(SyntaxKind kind) { throw null; } - - public static bool IsLambdaHeader(SyntaxKind kind) { throw null; } - - [System.Obsolete("This member is obsolete. Use IsLambdaHeaderSubOrFunctionKeyword instead.", true)] - public static bool IsLambdaHeaderKeyword(SyntaxKind kind) { throw null; } - - public static bool IsLambdaHeaderSubOrFunctionKeyword(SyntaxKind kind) { throw null; } - - public static bool IsLanguagePunctuation(SyntaxKind kind) { throw null; } - - public static bool IsLiteralExpression(SyntaxKind kind) { throw null; } - - public static bool IsLiteralExpressionToken(SyntaxKind kind) { throw null; } - - public static bool IsLoopStatement(SyntaxKind kind) { throw null; } - - public static bool IsMemberAccessExpression(SyntaxKind kind) { throw null; } - - public static bool IsMemberAccessExpressionOperatorToken(SyntaxKind kind) { throw null; } - - public static bool IsMethodBlock(SyntaxKind kind) { throw null; } - - public static bool IsMethodStatement(SyntaxKind kind) { throw null; } - - [System.Obsolete("This member is obsolete. Use IsMethodStatementSubOrFunctionKeyword instead.", true)] - public static bool IsMethodStatementKeyword(SyntaxKind kind) { throw null; } - - public static bool IsMethodStatementSubOrFunctionKeyword(SyntaxKind kind) { throw null; } - - public static bool IsMultiLineLambdaExpression(SyntaxKind kind) { throw null; } - - public static bool IsName(SyntaxKind kind) { throw null; } - - public static bool IsNamedArgumentName(SyntaxNode node) { throw null; } - - public static bool IsNamespaceMemberDeclaration(SyntaxKind kind) { throw null; } - - public static bool IsNewLine(char c) { throw null; } - - public static bool IsOnErrorGoToStatement(SyntaxKind kind) { throw null; } - - public static bool IsOperator(SyntaxKind kind) { throw null; } - - public static bool IsOperatorStatementOperatorToken(SyntaxKind kind) { throw null; } - - public static bool IsOptionStatementNameKeyword(SyntaxKind kind) { throw null; } - - public static bool IsOptionStatementValueKeyword(SyntaxKind kind) { throw null; } - - public static bool IsOrdering(SyntaxKind kind) { throw null; } - - public static bool IsOrderingAscendingOrDescendingKeyword(SyntaxKind kind) { throw null; } - - public static bool IsPartitionClause(SyntaxKind kind) { throw null; } - - public static bool IsPartitionClauseSkipOrTakeKeyword(SyntaxKind kind) { throw null; } - - public static bool IsPartitionWhileClause(SyntaxKind kind) { throw null; } - - public static bool IsPartitionWhileClauseSkipOrTakeKeyword(SyntaxKind kind) { throw null; } - - public static bool IsPredefinedCastExpressionKeyword(SyntaxKind kind) { throw null; } - - public static bool IsPredefinedType(SyntaxKind kind) { throw null; } - - public static bool IsPreprocessorDirective(SyntaxKind kind) { throw null; } - - public static bool IsPreprocessorKeyword(SyntaxKind kind) { throw null; } - - public static bool IsPreprocessorPunctuation(SyntaxKind kind) { throw null; } - - public static bool IsPunctuation(SyntaxKind kind) { throw null; } - - public static bool IsPunctuationOrKeyword(SyntaxKind kind) { throw null; } - - public static bool IsReDimStatement(SyntaxKind kind) { throw null; } - - public static bool IsRelationalCaseClause(SyntaxKind kind) { throw null; } - - public static bool IsRelationalCaseClauseOperatorToken(SyntaxKind kind) { throw null; } - - public static bool IsRelationalOperator(SyntaxKind kind) { throw null; } - - public static bool IsReservedKeyword(SyntaxKind kind) { throw null; } - - public static bool IsReservedTupleElementName(string elementName) { throw null; } - - public static bool IsResumeStatement(SyntaxKind kind) { throw null; } - - public static bool IsSingleLineLambdaExpression(SyntaxKind kind) { throw null; } - - public static bool IsSpecialConstraint(SyntaxKind kind) { throw null; } - - public static bool IsSpecialConstraintConstraintKeyword(SyntaxKind kind) { throw null; } - - public static bool IsStopOrEndStatement(SyntaxKind kind) { throw null; } - - public static bool IsStopOrEndStatementStopOrEndKeyword(SyntaxKind kind) { throw null; } - - public static bool IsTrivia(SyntaxKind @this) { throw null; } - - public static bool IsTypeOfExpression(SyntaxKind kind) { throw null; } - - public static bool IsTypeOfExpressionOperatorToken(SyntaxKind kind) { throw null; } - - public static bool IsTypeParameterVarianceKeyword(SyntaxKind kind) { throw null; } - - public static bool IsUnaryExpression(SyntaxKind kind) { throw null; } - - public static bool IsUnaryExpressionOperatorToken(SyntaxKind kind) { throw null; } - - public static bool IsUnderscore(char c) { throw null; } - - public static bool IsValidIdentifier(string name) { throw null; } - - public static bool IsWhileOrUntilClause(SyntaxKind kind) { throw null; } - - public static bool IsWhileOrUntilClauseWhileOrUntilKeyword(SyntaxKind kind) { throw null; } - - public static bool IsWhitespace(char c) { throw null; } - - public static bool IsXmlCrefAttributeEndQuoteToken(SyntaxKind kind) { throw null; } - - public static bool IsXmlCrefAttributeStartQuoteToken(SyntaxKind kind) { throw null; } - - public static bool IsXmlMemberAccessExpression(SyntaxKind kind) { throw null; } - - public static bool IsXmlMemberAccessExpressionToken2(SyntaxKind kind) { throw null; } - - public static bool IsXmlNameAttributeEndQuoteToken(SyntaxKind kind) { throw null; } - - public static bool IsXmlNameAttributeStartQuoteToken(SyntaxKind kind) { throw null; } - - public static bool IsXmlStringEndQuoteToken(SyntaxKind kind) { throw null; } - - public static bool IsXmlStringStartQuoteToken(SyntaxKind kind) { throw null; } - - public static bool IsXmlTextToken(SyntaxKind kind) { throw null; } - - public static bool IsXmlWhitespace(char c) { throw null; } - - public static string MakeHalfWidthIdentifier(string text) { throw null; } - - public static VarianceKind VarianceKindFromToken(SyntaxToken token) { throw null; } - } - - public enum SyntaxKind : ushort - { - None = 0, - List = 1, - EmptyStatement = 2, - EndIfStatement = 5, - EndUsingStatement = 6, - EndWithStatement = 7, - EndSelectStatement = 8, - EndStructureStatement = 9, - EndEnumStatement = 10, - EndInterfaceStatement = 11, - EndClassStatement = 12, - EndModuleStatement = 13, - EndNamespaceStatement = 14, - EndSubStatement = 15, - EndFunctionStatement = 16, - EndGetStatement = 17, - EndSetStatement = 18, - EndPropertyStatement = 19, - EndOperatorStatement = 20, - EndEventStatement = 21, - EndAddHandlerStatement = 22, - EndRemoveHandlerStatement = 23, - EndRaiseEventStatement = 24, - EndWhileStatement = 25, - EndTryStatement = 26, - EndSyncLockStatement = 27, - CompilationUnit = 38, - OptionStatement = 41, - ImportsStatement = 42, - SimpleImportsClause = 44, - XmlNamespaceImportsClause = 45, - NamespaceBlock = 48, - NamespaceStatement = 49, - ModuleBlock = 50, - StructureBlock = 51, - InterfaceBlock = 52, - ClassBlock = 53, - EnumBlock = 54, - InheritsStatement = 57, - ImplementsStatement = 58, - ModuleStatement = 59, - StructureStatement = 60, - InterfaceStatement = 61, - ClassStatement = 62, - EnumStatement = 63, - TypeParameterList = 66, - TypeParameter = 67, - TypeParameterSingleConstraintClause = 70, - TypeParameterMultipleConstraintClause = 71, - NewConstraint = 72, - ClassConstraint = 73, - StructureConstraint = 74, - TypeConstraint = 75, - EnumMemberDeclaration = 78, - SubBlock = 79, - FunctionBlock = 80, - ConstructorBlock = 81, - OperatorBlock = 82, - GetAccessorBlock = 83, - SetAccessorBlock = 84, - AddHandlerAccessorBlock = 85, - RemoveHandlerAccessorBlock = 86, - RaiseEventAccessorBlock = 87, - PropertyBlock = 88, - EventBlock = 89, - ParameterList = 92, - SubStatement = 93, - FunctionStatement = 94, - SubNewStatement = 95, - DeclareSubStatement = 96, - DeclareFunctionStatement = 97, - DelegateSubStatement = 98, - DelegateFunctionStatement = 99, - EventStatement = 102, - OperatorStatement = 103, - PropertyStatement = 104, - GetAccessorStatement = 105, - SetAccessorStatement = 106, - AddHandlerAccessorStatement = 107, - RemoveHandlerAccessorStatement = 108, - RaiseEventAccessorStatement = 111, - ImplementsClause = 112, - HandlesClause = 113, - KeywordEventContainer = 114, - WithEventsEventContainer = 115, - WithEventsPropertyEventContainer = 116, - HandlesClauseItem = 117, - IncompleteMember = 118, - FieldDeclaration = 119, - VariableDeclarator = 122, - SimpleAsClause = 123, - AsNewClause = 124, - ObjectMemberInitializer = 125, - ObjectCollectionInitializer = 126, - InferredFieldInitializer = 127, - NamedFieldInitializer = 128, - EqualsValue = 129, - Parameter = 132, - ModifiedIdentifier = 133, - ArrayRankSpecifier = 134, - AttributeList = 135, - Attribute = 136, - AttributeTarget = 137, - AttributesStatement = 138, - ExpressionStatement = 139, - PrintStatement = 140, - WhileBlock = 141, - UsingBlock = 144, - SyncLockBlock = 145, - WithBlock = 146, - LocalDeclarationStatement = 147, - LabelStatement = 148, - GoToStatement = 149, - IdentifierLabel = 150, - NumericLabel = 151, - NextLabel = 152, - StopStatement = 153, - EndStatement = 156, - ExitDoStatement = 157, - ExitForStatement = 158, - ExitSubStatement = 159, - ExitFunctionStatement = 160, - ExitOperatorStatement = 161, - ExitPropertyStatement = 162, - ExitTryStatement = 163, - ExitSelectStatement = 164, - ExitWhileStatement = 165, - ContinueWhileStatement = 166, - ContinueDoStatement = 167, - ContinueForStatement = 168, - ReturnStatement = 169, - SingleLineIfStatement = 170, - SingleLineIfPart = 171, - SingleLineElseClause = 172, - MultiLineIfBlock = 173, - ElseIfBlock = 180, - ElseBlock = 181, - IfStatement = 182, - ElseIfStatement = 183, - ElseStatement = 184, - TryBlock = 185, - CatchBlock = 187, - FinallyBlock = 188, - TryStatement = 189, - CatchStatement = 190, - CatchFilterClause = 191, - FinallyStatement = 194, - ErrorStatement = 195, - OnErrorGoToZeroStatement = 196, - OnErrorGoToMinusOneStatement = 197, - OnErrorGoToLabelStatement = 198, - OnErrorResumeNextStatement = 199, - ResumeStatement = 200, - ResumeLabelStatement = 201, - ResumeNextStatement = 202, - SelectBlock = 203, - SelectStatement = 204, - CaseBlock = 207, - CaseElseBlock = 210, - CaseStatement = 211, - CaseElseStatement = 212, - ElseCaseClause = 213, - SimpleCaseClause = 214, - RangeCaseClause = 215, - CaseEqualsClause = 216, - CaseNotEqualsClause = 217, - CaseLessThanClause = 218, - CaseLessThanOrEqualClause = 219, - CaseGreaterThanOrEqualClause = 222, - CaseGreaterThanClause = 223, - SyncLockStatement = 226, - WhileStatement = 234, - ForBlock = 237, - ForEachBlock = 238, - ForStatement = 239, - ForStepClause = 240, - ForEachStatement = 241, - NextStatement = 242, - UsingStatement = 243, - ThrowStatement = 246, - SimpleAssignmentStatement = 247, - MidAssignmentStatement = 248, - AddAssignmentStatement = 249, - SubtractAssignmentStatement = 250, - MultiplyAssignmentStatement = 251, - DivideAssignmentStatement = 252, - IntegerDivideAssignmentStatement = 253, - ExponentiateAssignmentStatement = 254, - LeftShiftAssignmentStatement = 255, - RightShiftAssignmentStatement = 258, - ConcatenateAssignmentStatement = 259, - MidExpression = 260, - CallStatement = 261, - AddHandlerStatement = 262, - RemoveHandlerStatement = 263, - RaiseEventStatement = 264, - WithStatement = 265, - ReDimStatement = 266, - ReDimPreserveStatement = 267, - RedimClause = 270, - EraseStatement = 271, - CharacterLiteralExpression = 272, - TrueLiteralExpression = 273, - FalseLiteralExpression = 274, - NumericLiteralExpression = 275, - DateLiteralExpression = 276, - StringLiteralExpression = 279, - NothingLiteralExpression = 280, - ParenthesizedExpression = 281, - MeExpression = 282, - MyBaseExpression = 283, - MyClassExpression = 284, - GetTypeExpression = 285, - TypeOfIsExpression = 286, - TypeOfIsNotExpression = 287, - GetXmlNamespaceExpression = 290, - SimpleMemberAccessExpression = 291, - DictionaryAccessExpression = 292, - XmlElementAccessExpression = 293, - XmlDescendantAccessExpression = 294, - XmlAttributeAccessExpression = 295, - InvocationExpression = 296, - ObjectCreationExpression = 297, - AnonymousObjectCreationExpression = 298, - ArrayCreationExpression = 301, - CollectionInitializer = 302, - CTypeExpression = 303, - DirectCastExpression = 304, - TryCastExpression = 305, - PredefinedCastExpression = 306, - AddExpression = 307, - SubtractExpression = 308, - MultiplyExpression = 309, - DivideExpression = 310, - IntegerDivideExpression = 311, - ExponentiateExpression = 314, - LeftShiftExpression = 315, - RightShiftExpression = 316, - ConcatenateExpression = 317, - ModuloExpression = 318, - EqualsExpression = 319, - NotEqualsExpression = 320, - LessThanExpression = 321, - LessThanOrEqualExpression = 322, - GreaterThanOrEqualExpression = 323, - GreaterThanExpression = 324, - IsExpression = 325, - IsNotExpression = 326, - LikeExpression = 327, - OrExpression = 328, - ExclusiveOrExpression = 329, - AndExpression = 330, - OrElseExpression = 331, - AndAlsoExpression = 332, - UnaryPlusExpression = 333, - UnaryMinusExpression = 334, - NotExpression = 335, - AddressOfExpression = 336, - BinaryConditionalExpression = 337, - TernaryConditionalExpression = 338, - SingleLineFunctionLambdaExpression = 339, - SingleLineSubLambdaExpression = 342, - MultiLineFunctionLambdaExpression = 343, - MultiLineSubLambdaExpression = 344, - SubLambdaHeader = 345, - FunctionLambdaHeader = 346, - ArgumentList = 347, - OmittedArgument = 348, - SimpleArgument = 349, - RangeArgument = 351, - QueryExpression = 352, - CollectionRangeVariable = 353, - ExpressionRangeVariable = 354, - AggregationRangeVariable = 355, - VariableNameEquals = 356, - FunctionAggregation = 357, - GroupAggregation = 358, - FromClause = 359, - LetClause = 360, - AggregateClause = 361, - DistinctClause = 362, - WhereClause = 363, - SkipWhileClause = 364, - TakeWhileClause = 365, - SkipClause = 366, - TakeClause = 367, - GroupByClause = 368, - JoinCondition = 369, - SimpleJoinClause = 370, - GroupJoinClause = 371, - OrderByClause = 372, - AscendingOrdering = 375, - DescendingOrdering = 376, - SelectClause = 377, - XmlDocument = 378, - XmlDeclaration = 379, - XmlDeclarationOption = 380, - XmlElement = 381, - XmlText = 382, - XmlElementStartTag = 383, - XmlElementEndTag = 384, - XmlEmptyElement = 385, - XmlAttribute = 386, - XmlString = 387, - XmlPrefixName = 388, - XmlName = 389, - XmlBracketedName = 390, - XmlPrefix = 391, - XmlComment = 392, - XmlProcessingInstruction = 393, - XmlCDataSection = 394, - XmlEmbeddedExpression = 395, - ArrayType = 396, - NullableType = 397, - PredefinedType = 398, - IdentifierName = 399, - GenericName = 400, - QualifiedName = 401, - GlobalName = 402, - TypeArgumentList = 403, - CrefReference = 404, - CrefSignature = 407, - CrefSignaturePart = 408, - CrefOperatorReference = 409, - QualifiedCrefOperatorReference = 410, - YieldStatement = 411, - AwaitExpression = 412, - AddHandlerKeyword = 413, - AddressOfKeyword = 414, - AliasKeyword = 415, - AndKeyword = 416, - AndAlsoKeyword = 417, - AsKeyword = 418, - BooleanKeyword = 421, - ByRefKeyword = 422, - ByteKeyword = 423, - ByValKeyword = 424, - CallKeyword = 425, - CaseKeyword = 426, - CatchKeyword = 427, - CBoolKeyword = 428, - CByteKeyword = 429, - CCharKeyword = 432, - CDateKeyword = 433, - CDecKeyword = 434, - CDblKeyword = 435, - CharKeyword = 436, - CIntKeyword = 437, - ClassKeyword = 438, - CLngKeyword = 439, - CObjKeyword = 440, - ConstKeyword = 441, - ReferenceKeyword = 442, - ContinueKeyword = 443, - CSByteKeyword = 444, - CShortKeyword = 445, - CSngKeyword = 446, - CStrKeyword = 447, - CTypeKeyword = 448, - CUIntKeyword = 449, - CULngKeyword = 450, - CUShortKeyword = 453, - DateKeyword = 454, - DecimalKeyword = 455, - DeclareKeyword = 456, - DefaultKeyword = 457, - DelegateKeyword = 458, - DimKeyword = 459, - DirectCastKeyword = 460, - DoKeyword = 461, - DoubleKeyword = 462, - EachKeyword = 463, - ElseKeyword = 464, - ElseIfKeyword = 465, - EndKeyword = 466, - EnumKeyword = 467, - EraseKeyword = 468, - ErrorKeyword = 469, - EventKeyword = 470, - ExitKeyword = 471, - FalseKeyword = 474, - FinallyKeyword = 475, - ForKeyword = 476, - FriendKeyword = 477, - FunctionKeyword = 478, - GetKeyword = 479, - GetTypeKeyword = 480, - GetXmlNamespaceKeyword = 481, - GlobalKeyword = 482, - GoToKeyword = 483, - HandlesKeyword = 484, - IfKeyword = 485, - ImplementsKeyword = 486, - ImportsKeyword = 487, - InKeyword = 488, - InheritsKeyword = 489, - IntegerKeyword = 490, - InterfaceKeyword = 491, - IsKeyword = 492, - IsNotKeyword = 495, - LetKeyword = 496, - LibKeyword = 497, - LikeKeyword = 498, - LongKeyword = 499, - LoopKeyword = 500, - MeKeyword = 501, - ModKeyword = 502, - ModuleKeyword = 503, - MustInheritKeyword = 504, - MustOverrideKeyword = 505, - MyBaseKeyword = 506, - MyClassKeyword = 507, - NamespaceKeyword = 508, - NarrowingKeyword = 509, - NextKeyword = 510, - NewKeyword = 511, - NotKeyword = 512, - NothingKeyword = 513, - NotInheritableKeyword = 516, - NotOverridableKeyword = 517, - ObjectKeyword = 518, - OfKeyword = 519, - OnKeyword = 520, - OperatorKeyword = 521, - OptionKeyword = 522, - OptionalKeyword = 523, - OrKeyword = 524, - OrElseKeyword = 525, - OverloadsKeyword = 526, - OverridableKeyword = 527, - OverridesKeyword = 528, - ParamArrayKeyword = 529, - PartialKeyword = 530, - PrivateKeyword = 531, - PropertyKeyword = 532, - ProtectedKeyword = 533, - PublicKeyword = 534, - RaiseEventKeyword = 537, - ReadOnlyKeyword = 538, - ReDimKeyword = 539, - REMKeyword = 540, - RemoveHandlerKeyword = 541, - ResumeKeyword = 542, - ReturnKeyword = 543, - SByteKeyword = 544, - SelectKeyword = 545, - SetKeyword = 546, - ShadowsKeyword = 547, - SharedKeyword = 548, - ShortKeyword = 549, - SingleKeyword = 550, - StaticKeyword = 551, - StepKeyword = 552, - StopKeyword = 553, - StringKeyword = 554, - StructureKeyword = 555, - SubKeyword = 558, - SyncLockKeyword = 559, - ThenKeyword = 560, - ThrowKeyword = 561, - ToKeyword = 562, - TrueKeyword = 563, - TryKeyword = 564, - TryCastKeyword = 565, - TypeOfKeyword = 566, - UIntegerKeyword = 567, - ULongKeyword = 568, - UShortKeyword = 569, - UsingKeyword = 570, - WhenKeyword = 571, - WhileKeyword = 572, - WideningKeyword = 573, - WithKeyword = 574, - WithEventsKeyword = 575, - WriteOnlyKeyword = 578, - XorKeyword = 579, - EndIfKeyword = 580, - GosubKeyword = 581, - VariantKeyword = 582, - WendKeyword = 583, - AggregateKeyword = 584, - AllKeyword = 585, - AnsiKeyword = 586, - AscendingKeyword = 587, - AssemblyKeyword = 588, - AutoKeyword = 589, - BinaryKeyword = 590, - ByKeyword = 591, - CompareKeyword = 592, - CustomKeyword = 593, - DescendingKeyword = 594, - DisableKeyword = 595, - DistinctKeyword = 596, - EnableKeyword = 599, - EqualsKeyword = 600, - ExplicitKeyword = 601, - ExternalSourceKeyword = 602, - ExternalChecksumKeyword = 603, - FromKeyword = 604, - GroupKeyword = 605, - InferKeyword = 606, - IntoKeyword = 607, - IsFalseKeyword = 608, - IsTrueKeyword = 609, - JoinKeyword = 610, - KeyKeyword = 611, - MidKeyword = 612, - OffKeyword = 613, - OrderKeyword = 614, - OutKeyword = 615, - PreserveKeyword = 616, - RegionKeyword = 617, - SkipKeyword = 620, - StrictKeyword = 621, - TakeKeyword = 622, - TextKeyword = 623, - UnicodeKeyword = 624, - UntilKeyword = 625, - WarningKeyword = 626, - WhereKeyword = 627, - TypeKeyword = 628, - XmlKeyword = 629, - AsyncKeyword = 630, - AwaitKeyword = 631, - IteratorKeyword = 632, - YieldKeyword = 633, - ExclamationToken = 634, - AtToken = 635, - CommaToken = 636, - HashToken = 637, - AmpersandToken = 638, - SingleQuoteToken = 641, - OpenParenToken = 642, - CloseParenToken = 643, - OpenBraceToken = 644, - CloseBraceToken = 645, - SemicolonToken = 646, - AsteriskToken = 647, - PlusToken = 648, - MinusToken = 649, - DotToken = 650, - SlashToken = 651, - ColonToken = 652, - LessThanToken = 653, - LessThanEqualsToken = 654, - LessThanGreaterThanToken = 655, - EqualsToken = 656, - GreaterThanToken = 657, - GreaterThanEqualsToken = 658, - BackslashToken = 659, - CaretToken = 662, - ColonEqualsToken = 663, - AmpersandEqualsToken = 664, - AsteriskEqualsToken = 665, - PlusEqualsToken = 666, - MinusEqualsToken = 667, - SlashEqualsToken = 668, - BackslashEqualsToken = 669, - CaretEqualsToken = 670, - LessThanLessThanToken = 671, - GreaterThanGreaterThanToken = 672, - LessThanLessThanEqualsToken = 673, - GreaterThanGreaterThanEqualsToken = 674, - QuestionToken = 675, - DoubleQuoteToken = 676, - StatementTerminatorToken = 677, - EndOfFileToken = 678, - EmptyToken = 679, - SlashGreaterThanToken = 680, - LessThanSlashToken = 683, - LessThanExclamationMinusMinusToken = 684, - MinusMinusGreaterThanToken = 685, - LessThanQuestionToken = 686, - QuestionGreaterThanToken = 687, - LessThanPercentEqualsToken = 688, - PercentGreaterThanToken = 689, - BeginCDataToken = 690, - EndCDataToken = 691, - EndOfXmlToken = 692, - BadToken = 693, - XmlNameToken = 694, - XmlTextLiteralToken = 695, - XmlEntityLiteralToken = 696, - DocumentationCommentLineBreakToken = 697, - IdentifierToken = 700, - IntegerLiteralToken = 701, - FloatingLiteralToken = 702, - DecimalLiteralToken = 703, - DateLiteralToken = 704, - StringLiteralToken = 705, - CharacterLiteralToken = 706, - SkippedTokensTrivia = 709, - DocumentationCommentTrivia = 710, - XmlCrefAttribute = 711, - XmlNameAttribute = 712, - ConditionalAccessExpression = 713, - WhitespaceTrivia = 729, - EndOfLineTrivia = 730, - ColonTrivia = 731, - CommentTrivia = 732, - LineContinuationTrivia = 733, - DocumentationCommentExteriorTrivia = 734, - DisabledTextTrivia = 735, - ConstDirectiveTrivia = 736, - IfDirectiveTrivia = 737, - ElseIfDirectiveTrivia = 738, - ElseDirectiveTrivia = 739, - EndIfDirectiveTrivia = 740, - RegionDirectiveTrivia = 741, - EndRegionDirectiveTrivia = 744, - ExternalSourceDirectiveTrivia = 745, - EndExternalSourceDirectiveTrivia = 746, - ExternalChecksumDirectiveTrivia = 747, - EnableWarningDirectiveTrivia = 748, - DisableWarningDirectiveTrivia = 749, - ReferenceDirectiveTrivia = 750, - BadDirectiveTrivia = 753, - ImportAliasClause = 754, - NameColonEquals = 755, - SimpleDoLoopBlock = 756, - DoWhileLoopBlock = 757, - DoUntilLoopBlock = 758, - DoLoopWhileBlock = 759, - DoLoopUntilBlock = 760, - SimpleDoStatement = 770, - DoWhileStatement = 771, - DoUntilStatement = 772, - SimpleLoopStatement = 773, - LoopWhileStatement = 774, - LoopUntilStatement = 775, - WhileClause = 776, - UntilClause = 777, - NameOfKeyword = 778, - NameOfExpression = 779, - InterpolatedStringExpression = 780, - InterpolatedStringText = 781, - Interpolation = 782, - InterpolationAlignmentClause = 783, - InterpolationFormatClause = 784, - DollarSignDoubleQuoteToken = 785, - InterpolatedStringTextToken = 786, - EndOfInterpolatedStringToken = 787, - TupleExpression = 788, - TupleType = 789, - TypedTupleElement = 790, - NamedTupleElement = 791, - ConflictMarkerTrivia = 792 - } - - public static partial class TypedConstantExtensions - { - public static string ToVisualBasicString(this TypedConstant constant) { throw null; } - } - - public sealed partial class VisualBasicCommandLineArguments : CommandLineArguments - { - internal VisualBasicCommandLineArguments() { } - - public new VisualBasicCompilationOptions CompilationOptions { get { throw null; } set { } } - - protected override CompilationOptions CompilationOptionsCore { get { throw null; } } - - public new VisualBasicParseOptions ParseOptions { get { throw null; } set { } } - - protected override ParseOptions ParseOptionsCore { get { throw null; } } - } - - public partial class VisualBasicCommandLineParser : CommandLineParser - { - internal VisualBasicCommandLineParser() { } - - public static VisualBasicCommandLineParser Default { get { throw null; } } - - protected override string RegularFileExtension { get { throw null; } } - - public static VisualBasicCommandLineParser Script { get { throw null; } } - - protected override string ScriptFileExtension { get { throw null; } } - - public new VisualBasicCommandLineArguments Parse(System.Collections.Generic.IEnumerable args, string baseDirectory, string sdkDirectory, string additionalReferenceDirectories = null) { throw null; } - - public static System.Collections.Generic.IReadOnlyDictionary ParseConditionalCompilationSymbols(string symbolList, out System.Collections.Generic.IEnumerable diagnostics, System.Collections.Generic.IEnumerable> symbols = null) { throw null; } - } - - public sealed partial class VisualBasicCompilation : Compilation - { - internal VisualBasicCompilation() { } - - protected override IAssemblySymbol CommonAssembly { get { throw null; } } - - protected override ITypeSymbol CommonDynamicType { get { throw null; } } - - protected override INamespaceSymbol CommonGlobalNamespace { get { throw null; } } - - protected override INamedTypeSymbol CommonObjectType { get { throw null; } } - - protected override CompilationOptions CommonOptions { get { throw null; } } - - protected override INamedTypeSymbol CommonScriptClass { get { throw null; } } - - protected override ITypeSymbol CommonScriptGlobalsType { get { throw null; } } - - protected override IModuleSymbol CommonSourceModule { get { throw null; } } - - protected internal override System.Collections.Immutable.ImmutableArray CommonSyntaxTrees { get { throw null; } } - - public override System.Collections.Immutable.ImmutableArray DirectiveReferences { get { throw null; } } - - public override bool IsCaseSensitive { get { throw null; } } - - public override string Language { get { throw null; } } - - public LanguageVersion LanguageVersion { get { throw null; } } - - public new VisualBasicCompilationOptions Options { get { throw null; } } - - public override System.Collections.Generic.IEnumerable ReferencedAssemblyNames { get { throw null; } } - - public new System.Collections.Immutable.ImmutableArray SyntaxTrees { get { throw null; } } - - public new VisualBasicCompilation AddReferences(params MetadataReference[] references) { throw null; } - - public new VisualBasicCompilation AddReferences(System.Collections.Generic.IEnumerable references) { throw null; } - - public new VisualBasicCompilation AddSyntaxTrees(params SyntaxTree[] trees) { throw null; } - - public new VisualBasicCompilation AddSyntaxTrees(System.Collections.Generic.IEnumerable trees) { throw null; } - - protected override void AppendDefaultVersionResource(System.IO.Stream resourceStream) { } - - public override Operations.CommonConversion ClassifyCommonConversion(ITypeSymbol source, ITypeSymbol destination) { throw null; } - - public Conversion ClassifyConversion(ITypeSymbol source, ITypeSymbol destination) { throw null; } - - public new VisualBasicCompilation Clone() { throw null; } - - protected override Compilation CommonAddSyntaxTrees(System.Collections.Generic.IEnumerable trees) { throw null; } - - protected override Compilation CommonClone() { throw null; } - - protected override bool CommonContainsSyntaxTree(SyntaxTree syntaxTree) { throw null; } - - protected override INamedTypeSymbol CommonCreateAnonymousTypeSymbol(System.Collections.Immutable.ImmutableArray memberTypes, System.Collections.Immutable.ImmutableArray memberNames, System.Collections.Immutable.ImmutableArray memberLocations, System.Collections.Immutable.ImmutableArray memberIsReadOnly, System.Collections.Immutable.ImmutableArray memberNullableAnnotations) { throw null; } - - protected override IArrayTypeSymbol CommonCreateArrayTypeSymbol(ITypeSymbol elementType, int rank, NullableAnnotation elementNullableAnnotation) { throw null; } - - protected override IMethodSymbol CommonCreateBuiltinOperator(string name, ITypeSymbol returnType, ITypeSymbol leftType, ITypeSymbol rightType) { throw null; } - - protected override IMethodSymbol CommonCreateBuiltinOperator(string name, ITypeSymbol returnType, ITypeSymbol operandType) { throw null; } - - protected override INamespaceSymbol CommonCreateErrorNamespaceSymbol(INamespaceSymbol container, string name) { throw null; } - - protected override INamedTypeSymbol CommonCreateErrorTypeSymbol(INamespaceOrTypeSymbol container, string name, int arity) { throw null; } - - protected override IFunctionPointerTypeSymbol CommonCreateFunctionPointerTypeSymbol(ITypeSymbol returnType, RefKind refKind, System.Collections.Immutable.ImmutableArray parameterTypes, System.Collections.Immutable.ImmutableArray parameterRefKinds, System.Reflection.Metadata.SignatureCallingConvention callingConvention, System.Collections.Immutable.ImmutableArray callingConventionTypes) { throw null; } - - protected override INamedTypeSymbol CommonCreateNativeIntegerTypeSymbol(bool signed) { throw null; } - - protected override IPointerTypeSymbol CommonCreatePointerTypeSymbol(ITypeSymbol elementType) { throw null; } - - protected override INamedTypeSymbol CommonCreateTupleTypeSymbol(INamedTypeSymbol underlyingType, System.Collections.Immutable.ImmutableArray elementNames, System.Collections.Immutable.ImmutableArray elementLocations, System.Collections.Immutable.ImmutableArray elementNullableAnnotations) { throw null; } - - protected override INamedTypeSymbol CommonCreateTupleTypeSymbol(System.Collections.Immutable.ImmutableArray elementTypes, System.Collections.Immutable.ImmutableArray elementNames, System.Collections.Immutable.ImmutableArray elementLocations, System.Collections.Immutable.ImmutableArray elementNullableAnnotations) { throw null; } - - protected override ISymbol CommonGetAssemblyOrModuleSymbol(MetadataReference reference) { throw null; } - - protected override INamespaceSymbol CommonGetCompilationNamespace(INamespaceSymbol namespaceSymbol) { throw null; } - - protected override IMethodSymbol CommonGetEntryPoint(System.Threading.CancellationToken cancellationToken) { throw null; } - - protected override SemanticModel CommonGetSemanticModel(SyntaxTree syntaxTree, bool ignoreAccessibility) { throw null; } - - protected override INamedTypeSymbol CommonGetTypeByMetadataName(string metadataName) { throw null; } - - protected override Compilation CommonRemoveAllSyntaxTrees() { throw null; } - - protected override Compilation CommonRemoveSyntaxTrees(System.Collections.Generic.IEnumerable trees) { throw null; } - - protected override Compilation CommonReplaceSyntaxTree(SyntaxTree oldTree, SyntaxTree newTree) { throw null; } - - protected override Compilation CommonWithAssemblyName(string assemblyName) { throw null; } - - protected override Compilation CommonWithOptions(CompilationOptions options) { throw null; } - - protected override Compilation CommonWithReferences(System.Collections.Generic.IEnumerable newReferences) { throw null; } - - protected override Compilation CommonWithScriptCompilationInfo(ScriptCompilationInfo info) { throw null; } - - public override bool ContainsSymbolsWithName(System.Func predicate, SymbolFilter filter = SymbolFilter.TypeAndMember, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public override bool ContainsSymbolsWithName(string name, SymbolFilter filter = SymbolFilter.TypeAndMember, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public new bool ContainsSyntaxTree(SyntaxTree syntaxTree) { throw null; } - - public static VisualBasicCompilation Create(string assemblyName, System.Collections.Generic.IEnumerable syntaxTrees = null, System.Collections.Generic.IEnumerable references = null, VisualBasicCompilationOptions options = null) { throw null; } - - public override System.Collections.Immutable.ImmutableArray GetDeclarationDiagnostics(System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public override System.Collections.Immutable.ImmutableArray GetDiagnostics(System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public override System.Collections.Immutable.ImmutableArray GetMethodBodyDiagnostics(System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public override System.Collections.Immutable.ImmutableArray GetParseDiagnostics(System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public new SemanticModel GetSemanticModel(SyntaxTree syntaxTree, bool ignoreAccessibility = false) { throw null; } - - public override System.Collections.Generic.IEnumerable GetSymbolsWithName(System.Func predicate, SymbolFilter filter = SymbolFilter.TypeAndMember, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public override System.Collections.Generic.IEnumerable GetSymbolsWithName(string name, SymbolFilter filter = SymbolFilter.TypeAndMember, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public override System.Collections.Immutable.ImmutableArray GetUsedAssemblyReferences(System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public new VisualBasicCompilation RemoveAllReferences() { throw null; } - - public new VisualBasicCompilation RemoveAllSyntaxTrees() { throw null; } - - public new VisualBasicCompilation RemoveReferences(params MetadataReference[] references) { throw null; } - - public new VisualBasicCompilation RemoveReferences(System.Collections.Generic.IEnumerable references) { throw null; } - - public new VisualBasicCompilation RemoveSyntaxTrees(params SyntaxTree[] trees) { throw null; } - - public new VisualBasicCompilation RemoveSyntaxTrees(System.Collections.Generic.IEnumerable trees) { throw null; } - - public new VisualBasicCompilation ReplaceReference(MetadataReference oldReference, MetadataReference newReference) { throw null; } - - public new VisualBasicCompilation ReplaceSyntaxTree(SyntaxTree oldTree, SyntaxTree newTree) { throw null; } - - public override CompilationReference ToMetadataReference(System.Collections.Immutable.ImmutableArray aliases = default, bool embedInteropTypes = false) { throw null; } - - public new VisualBasicCompilation WithAssemblyName(string assemblyName) { throw null; } - - public VisualBasicCompilation WithOptions(VisualBasicCompilationOptions newOptions) { throw null; } - - public new VisualBasicCompilation WithReferences(params MetadataReference[] newReferences) { throw null; } - - public new VisualBasicCompilation WithReferences(System.Collections.Generic.IEnumerable newReferences) { throw null; } - } - - public sealed partial class VisualBasicCompilationOptions : CompilationOptions, System.IEquatable - { - public VisualBasicCompilationOptions(OutputKind outputKind, bool reportSuppressedDiagnostics, string moduleName = null, string mainTypeName = null, string scriptClassName = "Script", System.Collections.Generic.IEnumerable globalImports = null, string rootNamespace = null, OptionStrict optionStrict = OptionStrict.Off, bool optionInfer = true, bool optionExplicit = true, bool optionCompareText = false, VisualBasicParseOptions parseOptions = null, bool embedVbCoreRuntime = false, OptimizationLevel optimizationLevel = OptimizationLevel.Debug, bool checkOverflow = true, string cryptoKeyContainer = null, string cryptoKeyFile = null, System.Collections.Immutable.ImmutableArray cryptoPublicKey = default, bool? delaySign = null, Platform platform = Platform.AnyCpu, ReportDiagnostic generalDiagnosticOption = ReportDiagnostic.Default, System.Collections.Generic.IEnumerable> specificDiagnosticOptions = null, bool concurrentBuild = true, bool deterministic = false, XmlReferenceResolver xmlReferenceResolver = null, SourceReferenceResolver sourceReferenceResolver = null, MetadataReferenceResolver metadataReferenceResolver = null, AssemblyIdentityComparer assemblyIdentityComparer = null, StrongNameProvider strongNameProvider = null) { } - - public VisualBasicCompilationOptions(OutputKind outputKind, string moduleName, string mainTypeName, string scriptClassName, System.Collections.Generic.IEnumerable globalImports, string rootNamespace, OptionStrict optionStrict, bool optionInfer, bool optionExplicit, bool optionCompareText, VisualBasicParseOptions parseOptions, bool embedVbCoreRuntime, OptimizationLevel optimizationLevel, bool checkOverflow, string cryptoKeyContainer, string cryptoKeyFile, System.Collections.Immutable.ImmutableArray cryptoPublicKey, bool? delaySign, Platform platform, ReportDiagnostic generalDiagnosticOption, System.Collections.Generic.IEnumerable> specificDiagnosticOptions, bool concurrentBuild, XmlReferenceResolver xmlReferenceResolver, SourceReferenceResolver sourceReferenceResolver, MetadataReferenceResolver metadataReferenceResolver, AssemblyIdentityComparer assemblyIdentityComparer, StrongNameProvider strongNameProvider) { } - - public VisualBasicCompilationOptions(OutputKind outputKind, string moduleName = null, string mainTypeName = null, string scriptClassName = "Script", System.Collections.Generic.IEnumerable globalImports = null, string rootNamespace = null, OptionStrict optionStrict = OptionStrict.Off, bool optionInfer = true, bool optionExplicit = true, bool optionCompareText = false, VisualBasicParseOptions parseOptions = null, bool embedVbCoreRuntime = false, OptimizationLevel optimizationLevel = OptimizationLevel.Debug, bool checkOverflow = true, string cryptoKeyContainer = null, string cryptoKeyFile = null, System.Collections.Immutable.ImmutableArray cryptoPublicKey = default, bool? delaySign = null, Platform platform = Platform.AnyCpu, ReportDiagnostic generalDiagnosticOption = ReportDiagnostic.Default, System.Collections.Generic.IEnumerable> specificDiagnosticOptions = null, bool concurrentBuild = true, bool deterministic = false, XmlReferenceResolver xmlReferenceResolver = null, SourceReferenceResolver sourceReferenceResolver = null, MetadataReferenceResolver metadataReferenceResolver = null, AssemblyIdentityComparer assemblyIdentityComparer = null, StrongNameProvider strongNameProvider = null, bool publicSign = false, bool reportSuppressedDiagnostics = false, MetadataImportOptions metadataImportOptions = MetadataImportOptions.Public) { } - - public VisualBasicCompilationOptions(OutputKind outputKind, string moduleName, string mainTypeName, string scriptClassName, System.Collections.Generic.IEnumerable globalImports, string rootNamespace, OptionStrict optionStrict, bool optionInfer, bool optionExplicit, bool optionCompareText, VisualBasicParseOptions parseOptions, bool embedVbCoreRuntime, OptimizationLevel optimizationLevel, bool checkOverflow, string cryptoKeyContainer, string cryptoKeyFile, System.Collections.Immutable.ImmutableArray cryptoPublicKey, bool? delaySign, Platform platform, ReportDiagnostic generalDiagnosticOption, System.Collections.Generic.IEnumerable> specificDiagnosticOptions, bool concurrentBuild, bool deterministic, XmlReferenceResolver xmlReferenceResolver, SourceReferenceResolver sourceReferenceResolver, MetadataReferenceResolver metadataReferenceResolver, AssemblyIdentityComparer assemblyIdentityComparer, StrongNameProvider strongNameProvider, bool publicSign, bool reportSuppressedDiagnostics) { } - - public VisualBasicCompilationOptions(OutputKind outputKind, string moduleName, string mainTypeName, string scriptClassName, System.Collections.Generic.IEnumerable globalImports, string rootNamespace, OptionStrict optionStrict, bool optionInfer, bool optionExplicit, bool optionCompareText, VisualBasicParseOptions parseOptions, bool embedVbCoreRuntime, OptimizationLevel optimizationLevel, bool checkOverflow, string cryptoKeyContainer, string cryptoKeyFile, System.Collections.Immutable.ImmutableArray cryptoPublicKey, bool? delaySign, Platform platform, ReportDiagnostic generalDiagnosticOption, System.Collections.Generic.IEnumerable> specificDiagnosticOptions, bool concurrentBuild, bool deterministic, XmlReferenceResolver xmlReferenceResolver, SourceReferenceResolver sourceReferenceResolver, MetadataReferenceResolver metadataReferenceResolver, AssemblyIdentityComparer assemblyIdentityComparer, StrongNameProvider strongNameProvider) { } - - public bool EmbedVbCoreRuntime { get { throw null; } } - - public System.Collections.Immutable.ImmutableArray GlobalImports { get { throw null; } } - - public override string Language { get { throw null; } } - - public override NullableContextOptions NullableContextOptions { get { throw null; } protected set { } } - - public bool OptionCompareText { get { throw null; } } - - public bool OptionExplicit { get { throw null; } } - - public bool OptionInfer { get { throw null; } } - - public OptionStrict OptionStrict { get { throw null; } } - - public VisualBasicParseOptions ParseOptions { get { throw null; } } - - public string RootNamespace { get { throw null; } } - - protected override CompilationOptions CommonWithAssemblyIdentityComparer(AssemblyIdentityComparer comparer) { throw null; } - - protected override CompilationOptions CommonWithCheckOverflow(bool checkOverflow) { throw null; } - - protected override CompilationOptions CommonWithConcurrentBuild(bool concurrent) { throw null; } - - protected override CompilationOptions CommonWithCryptoKeyContainer(string cryptoKeyContainer) { throw null; } - - protected override CompilationOptions CommonWithCryptoKeyFile(string cryptoKeyFile) { throw null; } - - protected override CompilationOptions CommonWithCryptoPublicKey(System.Collections.Immutable.ImmutableArray cryptoPublicKey) { throw null; } - - protected override CompilationOptions CommonWithDelaySign(bool? delaySign) { throw null; } - - protected override CompilationOptions CommonWithDeterministic(bool deterministic) { throw null; } - - [System.Obsolete] - protected override CompilationOptions CommonWithFeatures(System.Collections.Immutable.ImmutableArray features) { throw null; } - - protected override CompilationOptions CommonWithGeneralDiagnosticOption(ReportDiagnostic value) { throw null; } - - protected override CompilationOptions CommonWithMainTypeName(string mainTypeName) { throw null; } - - protected override CompilationOptions CommonWithMetadataImportOptions(MetadataImportOptions value) { throw null; } - - protected override CompilationOptions CommonWithMetadataReferenceResolver(MetadataReferenceResolver resolver) { throw null; } - - protected override CompilationOptions CommonWithModuleName(string moduleName) { throw null; } - - protected override CompilationOptions CommonWithOptimizationLevel(OptimizationLevel value) { throw null; } - - protected override CompilationOptions CommonWithOutputKind(OutputKind kind) { throw null; } - - protected override CompilationOptions CommonWithPlatform(Platform platform) { throw null; } - - protected override CompilationOptions CommonWithPublicSign(bool publicSign) { throw null; } - - protected override CompilationOptions CommonWithReportSuppressedDiagnostics(bool reportSuppressedDiagnostics) { throw null; } - - protected override CompilationOptions CommonWithScriptClassName(string scriptClassName) { throw null; } - - protected override CompilationOptions CommonWithSourceReferenceResolver(SourceReferenceResolver resolver) { throw null; } - - protected override CompilationOptions CommonWithSpecificDiagnosticOptions(System.Collections.Generic.IEnumerable> specificDiagnosticOptions) { throw null; } - - protected override CompilationOptions CommonWithSpecificDiagnosticOptions(System.Collections.Immutable.ImmutableDictionary specificDiagnosticOptions) { throw null; } - - protected override CompilationOptions CommonWithStrongNameProvider(StrongNameProvider provider) { throw null; } - - protected override CompilationOptions CommonWithSyntaxTreeOptionsProvider(SyntaxTreeOptionsProvider provider) { throw null; } - - protected override CompilationOptions CommonWithXmlReferenceResolver(XmlReferenceResolver resolver) { throw null; } - - protected override int ComputeHashCode() { throw null; } - - bool System.IEquatable.Equals(VisualBasicCompilationOptions other) { throw null; } - - public override bool Equals(object obj) { throw null; } - - public new VisualBasicCompilationOptions WithAssemblyIdentityComparer(AssemblyIdentityComparer comparer) { throw null; } - - public new VisualBasicCompilationOptions WithConcurrentBuild(bool concurrentBuild) { throw null; } - - public new VisualBasicCompilationOptions WithCryptoKeyContainer(string name) { throw null; } - - public new VisualBasicCompilationOptions WithCryptoKeyFile(string path) { throw null; } - - public new VisualBasicCompilationOptions WithCryptoPublicKey(System.Collections.Immutable.ImmutableArray value) { throw null; } - - public new VisualBasicCompilationOptions WithDelaySign(bool? value) { throw null; } - - public new VisualBasicCompilationOptions WithDeterministic(bool deterministic) { throw null; } - - public VisualBasicCompilationOptions WithEmbedVbCoreRuntime(bool value) { throw null; } - - public new VisualBasicCompilationOptions WithGeneralDiagnosticOption(ReportDiagnostic value) { throw null; } - - public VisualBasicCompilationOptions WithGlobalImports(params GlobalImport[] globalImports) { throw null; } - - public VisualBasicCompilationOptions WithGlobalImports(System.Collections.Generic.IEnumerable globalImports) { throw null; } - - public VisualBasicCompilationOptions WithGlobalImports(System.Collections.Immutable.ImmutableArray globalImports) { throw null; } - - public new VisualBasicCompilationOptions WithMainTypeName(string name) { throw null; } - - public new VisualBasicCompilationOptions WithMetadataImportOptions(MetadataImportOptions value) { throw null; } - - public new VisualBasicCompilationOptions WithMetadataReferenceResolver(MetadataReferenceResolver resolver) { throw null; } - - public new VisualBasicCompilationOptions WithModuleName(string moduleName) { throw null; } - - public new VisualBasicCompilationOptions WithOptimizationLevel(OptimizationLevel value) { throw null; } - - public VisualBasicCompilationOptions WithOptionCompareText(bool value) { throw null; } - - public VisualBasicCompilationOptions WithOptionExplicit(bool value) { throw null; } - - public VisualBasicCompilationOptions WithOptionInfer(bool value) { throw null; } - - public VisualBasicCompilationOptions WithOptionStrict(OptionStrict value) { throw null; } - - public new VisualBasicCompilationOptions WithOutputKind(OutputKind kind) { throw null; } - - public new VisualBasicCompilationOptions WithOverflowChecks(bool enabled) { throw null; } - - public VisualBasicCompilationOptions WithParseOptions(VisualBasicParseOptions options) { throw null; } - - public new VisualBasicCompilationOptions WithPlatform(Platform value) { throw null; } - - public new VisualBasicCompilationOptions WithPublicSign(bool value) { throw null; } - - public new VisualBasicCompilationOptions WithReportSuppressedDiagnostics(bool value) { throw null; } - - public VisualBasicCompilationOptions WithRootNamespace(string rootNamespace) { throw null; } - - public new VisualBasicCompilationOptions WithScriptClassName(string name) { throw null; } - - public new VisualBasicCompilationOptions WithSourceReferenceResolver(SourceReferenceResolver resolver) { throw null; } - - public new VisualBasicCompilationOptions WithSpecificDiagnosticOptions(System.Collections.Generic.IEnumerable> value) { throw null; } - - public new VisualBasicCompilationOptions WithSpecificDiagnosticOptions(System.Collections.Immutable.ImmutableDictionary value) { throw null; } - - public new VisualBasicCompilationOptions WithStrongNameProvider(StrongNameProvider provider) { throw null; } - - public new VisualBasicCompilationOptions WithSyntaxTreeOptionsProvider(SyntaxTreeOptionsProvider provider) { throw null; } - - public new VisualBasicCompilationOptions WithXmlReferenceResolver(XmlReferenceResolver resolver) { throw null; } - } - - public partial class VisualBasicDiagnosticFormatter : DiagnosticFormatter - { - protected VisualBasicDiagnosticFormatter() { } - - public static VisualBasicDiagnosticFormatter Instance { get { throw null; } } - } - - public static partial class VisualBasicExtensions - { - public static SyntaxTokenList Add(this SyntaxTokenList list, params SyntaxToken[] items) { throw null; } - - public static System.Collections.Immutable.ImmutableArray AliasImports(this Compilation compilation) { throw null; } - - public static ControlFlowAnalysis AnalyzeControlFlow(this SemanticModel semanticModel, Syntax.StatementSyntax firstStatement, Syntax.StatementSyntax lastStatement) { throw null; } - - public static ControlFlowAnalysis AnalyzeControlFlow(this SemanticModel semanticModel, Syntax.StatementSyntax statement) { throw null; } - - public static DataFlowAnalysis AnalyzeDataFlow(this SemanticModel semanticModel, Syntax.ExpressionSyntax expression) { throw null; } - - public static DataFlowAnalysis AnalyzeDataFlow(this SemanticModel semanticModel, Syntax.StatementSyntax firstStatement, Syntax.StatementSyntax lastStatement) { throw null; } - - public static DataFlowAnalysis AnalyzeDataFlow(this SemanticModel semanticModel, Syntax.StatementSyntax statement) { throw null; } - - public static IFieldSymbol AssociatedField(this IEventSymbol eventSymbol) { throw null; } - - public static Conversion ClassifyConversion(this Compilation compilation, ITypeSymbol source, ITypeSymbol destination) { throw null; } - - public static Conversion ClassifyConversion(this SemanticModel semanticModel, Syntax.ExpressionSyntax expression, ITypeSymbol destination) { throw null; } - - public static Conversion ClassifyConversion(this SemanticModel semanticModel, int position, Syntax.ExpressionSyntax expression, ITypeSymbol destination) { throw null; } - - public static AggregateClauseSymbolInfo GetAggregateClauseSymbolInfo(this SemanticModel semanticModel, Syntax.AggregateClauseSyntax aggregateSyntax, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static IAliasSymbol GetAliasInfo(this SemanticModel semanticModel, Syntax.IdentifierNameSyntax nameSyntax, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static AwaitExpressionInfo GetAwaitExpressionInfo(this SemanticModel semanticModel, Syntax.AwaitExpressionSyntax awaitExpression, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static Syntax.LiteralBase? GetBase(this SyntaxToken token) { throw null; } - - public static SymbolInfo GetCollectionInitializerSymbolInfo(this SemanticModel semanticModel, Syntax.ExpressionSyntax expression, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static CollectionRangeVariableSymbolInfo GetCollectionRangeVariableSymbolInfo(this SemanticModel semanticModel, Syntax.CollectionRangeVariableSyntax variableSyntax, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static Syntax.CompilationUnitSyntax GetCompilationUnitRoot(this SyntaxTree tree) { throw null; } - - public static Conversion GetConversion(this Operations.IConversionOperation conversionExpression) { throw null; } - - public static Conversion GetConversion(this SemanticModel semanticModel, SyntaxNode expression, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static IMethodSymbol GetDeclaredSymbol(this SemanticModel semanticModel, Syntax.AccessorStatementSyntax declarationSyntax, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static IRangeVariableSymbol GetDeclaredSymbol(this SemanticModel semanticModel, Syntax.AggregationRangeVariableSyntax rangeVariableSyntax, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static INamedTypeSymbol GetDeclaredSymbol(this SemanticModel semanticModel, Syntax.AnonymousObjectCreationExpressionSyntax anonymousObjectCreationExpressionSyntax, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static ILocalSymbol GetDeclaredSymbol(this SemanticModel semanticModel, Syntax.CatchStatementSyntax declarationSyntax, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static IRangeVariableSymbol GetDeclaredSymbol(this SemanticModel semanticModel, Syntax.CollectionRangeVariableSyntax rangeVariableSyntax, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static IMethodSymbol GetDeclaredSymbol(this SemanticModel semanticModel, Syntax.DeclareStatementSyntax declarationSyntax, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static INamedTypeSymbol GetDeclaredSymbol(this SemanticModel semanticModel, Syntax.DelegateStatementSyntax declarationSyntax, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static INamedTypeSymbol GetDeclaredSymbol(this SemanticModel semanticModel, Syntax.EnumBlockSyntax declarationSyntax, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static IFieldSymbol GetDeclaredSymbol(this SemanticModel semanticModel, Syntax.EnumMemberDeclarationSyntax declarationSyntax, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static INamedTypeSymbol GetDeclaredSymbol(this SemanticModel semanticModel, Syntax.EnumStatementSyntax declarationSyntax, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static IEventSymbol GetDeclaredSymbol(this SemanticModel semanticModel, Syntax.EventBlockSyntax declarationSyntax, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static IEventSymbol GetDeclaredSymbol(this SemanticModel semanticModel, Syntax.EventStatementSyntax declarationSyntax, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static IRangeVariableSymbol GetDeclaredSymbol(this SemanticModel semanticModel, Syntax.ExpressionRangeVariableSyntax rangeVariableSyntax, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static IPropertySymbol GetDeclaredSymbol(this SemanticModel semanticModel, Syntax.FieldInitializerSyntax fieldInitializerSyntax, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static ILabelSymbol GetDeclaredSymbol(this SemanticModel semanticModel, Syntax.LabelStatementSyntax declarationSyntax, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static IMethodSymbol GetDeclaredSymbol(this SemanticModel semanticModel, Syntax.MethodBlockBaseSyntax declarationSyntax, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static IMethodSymbol GetDeclaredSymbol(this SemanticModel semanticModel, Syntax.MethodStatementSyntax declarationSyntax, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static ISymbol GetDeclaredSymbol(this SemanticModel semanticModel, Syntax.ModifiedIdentifierSyntax identifierSyntax, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static INamespaceSymbol GetDeclaredSymbol(this SemanticModel semanticModel, Syntax.NamespaceBlockSyntax declarationSyntax, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static INamespaceSymbol GetDeclaredSymbol(this SemanticModel semanticModel, Syntax.NamespaceStatementSyntax declarationSyntax, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static IMethodSymbol GetDeclaredSymbol(this SemanticModel semanticModel, Syntax.OperatorStatementSyntax declarationSyntax, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static IParameterSymbol GetDeclaredSymbol(this SemanticModel semanticModel, Syntax.ParameterSyntax parameter, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static IPropertySymbol GetDeclaredSymbol(this SemanticModel semanticModel, Syntax.PropertyBlockSyntax declarationSyntax, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static IPropertySymbol GetDeclaredSymbol(this SemanticModel semanticModel, Syntax.PropertyStatementSyntax declarationSyntax, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static IAliasSymbol GetDeclaredSymbol(this SemanticModel semanticModel, Syntax.SimpleImportsClauseSyntax declarationSyntax, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static IMethodSymbol GetDeclaredSymbol(this SemanticModel semanticModel, Syntax.SubNewStatementSyntax declarationSyntax, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static ISymbol GetDeclaredSymbol(this SemanticModel semanticModel, Syntax.TupleElementSyntax elementSyntax, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static INamedTypeSymbol GetDeclaredSymbol(this SemanticModel semanticModel, Syntax.TypeBlockSyntax declarationSyntax, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static ITypeParameterSymbol GetDeclaredSymbol(this SemanticModel semanticModel, Syntax.TypeParameterSyntax typeParameter, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static INamedTypeSymbol GetDeclaredSymbol(this SemanticModel semanticModel, Syntax.TypeStatementSyntax declarationSyntax, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static System.Collections.Generic.IList GetDirectives(this SyntaxNode node, System.Func filter = null) { throw null; } - - public static System.Collections.Immutable.ImmutableArray GetFieldAttributes(this IEventSymbol eventSymbol) { throw null; } - - public static Syntax.DirectiveTriviaSyntax GetFirstDirective(this SyntaxNode node, System.Func predicate = null) { throw null; } - - public static ForEachStatementInfo GetForEachStatementInfo(this SemanticModel semanticModel, Syntax.ForEachBlockSyntax node) { throw null; } - - public static ForEachStatementInfo GetForEachStatementInfo(this SemanticModel semanticModel, Syntax.ForEachStatementSyntax node) { throw null; } - - public static string GetIdentifierText(this SyntaxToken token) { throw null; } - - public static Conversion GetInConversion(this Operations.IArgumentOperation argument) { throw null; } - - public static Conversion GetInConversion(this Operations.ICompoundAssignmentOperation compoundAssignment) { throw null; } - - public static Syntax.DirectiveTriviaSyntax GetLastDirective(this SyntaxNode node, System.Func predicate = null) { throw null; } - - public static System.Collections.Immutable.ImmutableArray GetMemberGroup(this SemanticModel semanticModel, Syntax.AttributeSyntax attribute, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static System.Collections.Immutable.ImmutableArray GetMemberGroup(this SemanticModel semanticModel, Syntax.ExpressionSyntax expression, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static System.Collections.Immutable.ImmutableArray GetModuleMembers(this INamespaceSymbol @namespace, string name) { throw null; } - - public static System.Collections.Immutable.ImmutableArray GetModuleMembers(this INamespaceSymbol @namespace) { throw null; } - - public static Conversion GetOutConversion(this Operations.IArgumentOperation argument) { throw null; } - - public static Conversion GetOutConversion(this Operations.ICompoundAssignmentOperation compoundAssignment) { throw null; } - - public static PreprocessingSymbolInfo GetPreprocessingSymbolInfo(this SemanticModel semanticModel, Syntax.IdentifierNameSyntax node) { throw null; } - - public static INamedTypeSymbol GetSpecialType(this Compilation compilation, SpecialType typeId) { throw null; } - - public static IAliasSymbol GetSpeculativeAliasInfo(this SemanticModel semanticModel, int position, Syntax.IdentifierNameSyntax nameSyntax, SpeculativeBindingOption bindingOption) { throw null; } - - public static Conversion GetSpeculativeConversion(this SemanticModel semanticModel, int position, Syntax.ExpressionSyntax expression, SpeculativeBindingOption bindingOption) { throw null; } - - public static System.Collections.Immutable.ImmutableArray GetSpeculativeMemberGroup(this SemanticModel semanticModel, int position, Syntax.ExpressionSyntax expression) { throw null; } - - public static SymbolInfo GetSpeculativeSymbolInfo(this SemanticModel semanticModel, int position, Syntax.AttributeSyntax attribute) { throw null; } - - public static SymbolInfo GetSpeculativeSymbolInfo(this SemanticModel semanticModel, int position, Syntax.ExpressionSyntax expression, SpeculativeBindingOption bindingOption) { throw null; } - - public static TypeInfo GetSpeculativeTypeInfo(this SemanticModel semanticModel, int position, Syntax.ExpressionSyntax expression, SpeculativeBindingOption bindingOption) { throw null; } - - public static SymbolInfo GetSymbolInfo(this SemanticModel semanticModel, Syntax.AttributeSyntax attribute, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static SymbolInfo GetSymbolInfo(this SemanticModel semanticModel, Syntax.CrefReferenceSyntax crefReference, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static SymbolInfo GetSymbolInfo(this SemanticModel semanticModel, Syntax.ExpressionRangeVariableSyntax variableSyntax, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static SymbolInfo GetSymbolInfo(this SemanticModel semanticModel, Syntax.ExpressionSyntax expression, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static SymbolInfo GetSymbolInfo(this SemanticModel semanticModel, Syntax.FunctionAggregationSyntax functionSyntax, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static SymbolInfo GetSymbolInfo(this SemanticModel semanticModel, Syntax.OrderingSyntax orderingSyntax, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static SymbolInfo GetSymbolInfo(this SemanticModel semanticModel, Syntax.QueryClauseSyntax clauseSyntax, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static Syntax.TypeCharacter GetTypeCharacter(this SyntaxToken token) { throw null; } - - public static TypeInfo GetTypeInfo(this SemanticModel semanticModel, Syntax.AttributeSyntax attribute, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static TypeInfo GetTypeInfo(this SemanticModel semanticModel, Syntax.ExpressionSyntax expression, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static System.Collections.Immutable.ImmutableArray HandledEvents(this IMethodSymbol methodSymbol) { throw null; } - - public static bool HasAssociatedField(this IEventSymbol eventSymbol) { throw null; } - - public static SyntaxTokenList Insert(this SyntaxTokenList list, int index, params SyntaxToken[] items) { throw null; } - - public static bool IsBracketed(this SyntaxToken token) { throw null; } - - public static bool IsCatch(this ILocalSymbol localSymbol) { throw null; } - - public static bool IsContextualKeyword(this SyntaxToken token) { throw null; } - - public static bool IsDefault(this IPropertySymbol propertySymbol) { throw null; } - - public static bool IsFor(this ILocalSymbol localSymbol) { throw null; } - - public static bool IsForEach(this ILocalSymbol localSymbol) { throw null; } - - public static bool IsImplicitlyDeclared(this IEventSymbol eventSymbol) { throw null; } - - public static bool IsKeyword(this SyntaxToken token) { throw null; } - - public static bool IsMe(this IParameterSymbol parameterSymbol) { throw null; } - - public static bool IsMustOverride(this ISymbol symbol) { throw null; } - - public static bool IsNotOverridable(this ISymbol symbol) { throw null; } - - public static bool IsOverloads(this IMethodSymbol methodSymbol) { throw null; } - - public static bool IsOverloads(this IPropertySymbol propertySymbol) { throw null; } - - public static bool IsOverridable(this ISymbol symbol) { throw null; } - - public static bool IsOverrides(this ISymbol symbol) { throw null; } - - public static bool IsPreprocessorKeyword(this SyntaxToken token) { throw null; } - - public static bool IsReservedKeyword(this SyntaxToken token) { throw null; } - - public static bool IsShared(this ISymbol symbol) { throw null; } - - public static SyntaxKind Kind(this SyntaxNode node) { throw null; } - - public static SyntaxKind Kind(this SyntaxNodeOrToken nodeOrToken) { throw null; } - - public static SyntaxKind Kind(this SyntaxToken token) { throw null; } - - public static SyntaxKind Kind(this SyntaxTrivia trivia) { throw null; } - - public static System.Collections.Immutable.ImmutableArray MemberImports(this Compilation compilation) { throw null; } - - public static bool OptionCompareText(this SemanticModel semanticModel) { throw null; } - - public static bool OptionExplicit(this SemanticModel semanticModel) { throw null; } - - public static bool OptionInfer(this SemanticModel semanticModel) { throw null; } - - public static OptionStrict OptionStrict(this SemanticModel semanticModel) { throw null; } - - public static SyntaxToken ReplaceTrivia(this SyntaxToken token, SyntaxTrivia oldTrivia, SyntaxTrivia newTrivia) { throw null; } - - public static SyntaxToken ReplaceTrivia(this SyntaxToken token, System.Collections.Generic.IEnumerable trivia, System.Func computeReplacementTrivia) { throw null; } - - public static INamespaceSymbol RootNamespace(this Compilation compilation) { throw null; } - - public static bool TryGetSpeculativeSemanticModel(this SemanticModel semanticModel, int position, Syntax.AttributeSyntax attribute, out SemanticModel speculativeModel) { throw null; } - - public static bool TryGetSpeculativeSemanticModel(this SemanticModel semanticModel, int position, Syntax.EqualsValueSyntax initializer, out SemanticModel speculativeModel) { throw null; } - - public static bool TryGetSpeculativeSemanticModel(this SemanticModel semanticModel, int position, Syntax.ExecutableStatementSyntax statement, out SemanticModel speculativeModel) { throw null; } - - public static bool TryGetSpeculativeSemanticModel(this SemanticModel semanticModel, int position, Syntax.RangeArgumentSyntax rangeArgument, out SemanticModel speculativeModel) { throw null; } - - public static bool TryGetSpeculativeSemanticModel(this SemanticModel semanticModel, int position, Syntax.TypeSyntax type, out SemanticModel speculativeModel, SpeculativeBindingOption bindingOption = SpeculativeBindingOption.BindAsExpression) { throw null; } - - public static bool TryGetSpeculativeSemanticModelForMethodBody(this SemanticModel semanticModel, int position, Syntax.MethodBlockBaseSyntax method, out SemanticModel speculativeModel) { throw null; } - } - - public partial class VisualBasicGeneratorDriver : GeneratorDriver - { - internal VisualBasicGeneratorDriver() { } - - public static VisualBasicGeneratorDriver Create(System.Collections.Immutable.ImmutableArray generators, System.Collections.Immutable.ImmutableArray additionalTexts = default, VisualBasicParseOptions parseOptions = null, Diagnostics.AnalyzerConfigOptionsProvider analyzerConfigOptionsProvider = null, GeneratorDriverOptions driverOptions = default) { throw null; } - - public static VisualBasicGeneratorDriver Create(System.Collections.Immutable.ImmutableArray generators, System.Collections.Immutable.ImmutableArray additionalTexts, VisualBasicParseOptions parseOptions, Diagnostics.AnalyzerConfigOptionsProvider analyzerConfigOptionsProvider) { throw null; } - } - - public sealed partial class VisualBasicParseOptions : ParseOptions, System.IEquatable - { - public VisualBasicParseOptions(LanguageVersion languageVersion = LanguageVersion.Default, DocumentationMode documentationMode = DocumentationMode.Parse, SourceCodeKind kind = SourceCodeKind.Regular, System.Collections.Generic.IEnumerable> preprocessorSymbols = null) { } - - public static VisualBasicParseOptions Default { get { throw null; } } - - public override System.Collections.Generic.IReadOnlyDictionary Features { get { throw null; } } - - public override string Language { get { throw null; } } - - public LanguageVersion LanguageVersion { get { throw null; } } - - public override System.Collections.Generic.IEnumerable PreprocessorSymbolNames { get { throw null; } } - - public System.Collections.Immutable.ImmutableArray> PreprocessorSymbols { get { throw null; } } - - public LanguageVersion SpecifiedLanguageVersion { get { throw null; } } - - protected override ParseOptions CommonWithDocumentationMode(DocumentationMode documentationMode) { throw null; } - - protected override ParseOptions CommonWithFeatures(System.Collections.Generic.IEnumerable> features) { throw null; } - - public override ParseOptions CommonWithKind(SourceCodeKind kind) { throw null; } - - bool System.IEquatable.Equals(VisualBasicParseOptions other) { throw null; } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - - public new VisualBasicParseOptions WithDocumentationMode(DocumentationMode documentationMode) { throw null; } - - public new VisualBasicParseOptions WithFeatures(System.Collections.Generic.IEnumerable> features) { throw null; } - - public new VisualBasicParseOptions WithKind(SourceCodeKind kind) { throw null; } - - public VisualBasicParseOptions WithLanguageVersion(LanguageVersion version) { throw null; } - - public VisualBasicParseOptions WithPreprocessorSymbols(System.Collections.Generic.IEnumerable> symbols) { throw null; } - - public VisualBasicParseOptions WithPreprocessorSymbols(params System.Collections.Generic.KeyValuePair[] symbols) { throw null; } - - public VisualBasicParseOptions WithPreprocessorSymbols(System.Collections.Immutable.ImmutableArray> symbols) { throw null; } - } - - public abstract partial class VisualBasicSyntaxNode : SyntaxNode - { - internal VisualBasicSyntaxNode() { } - - public bool IsDirective { get { throw null; } } - - public override string Language { get { throw null; } } - - public new int SpanStart { get { throw null; } } - - protected override SyntaxTree SyntaxTreeCore { get { throw null; } } - - public abstract void Accept(VisualBasicSyntaxVisitor visitor); - public abstract TResult Accept(VisualBasicSyntaxVisitor visitor); - public static SyntaxNode DeserializeFrom(System.IO.Stream stream, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public new SyntaxToken FindToken(int position, bool findInsideTrivia = false) { throw null; } - - public new SyntaxTrivia FindTrivia(int textPosition, bool findInsideTrivia = false) { throw null; } - - public new System.Collections.Generic.IEnumerable GetDiagnostics() { throw null; } - - public System.Collections.Generic.IList GetDirectives(System.Func filter = null) { throw null; } - - public Syntax.DirectiveTriviaSyntax GetFirstDirective(System.Func predicate = null) { throw null; } - - public new SyntaxToken GetFirstToken(bool includeZeroWidth = false, bool includeSkipped = false, bool includeDirectives = false, bool includeDocumentationComments = false) { throw null; } - - public Syntax.DirectiveTriviaSyntax GetLastDirective(System.Func predicate = null) { throw null; } - - public new SyntaxToken GetLastToken(bool includeZeroWidth = false, bool includeSkipped = false, bool includeDirectives = false, bool includeDocumentationComments = false) { throw null; } - - public new SyntaxTriviaList GetLeadingTrivia() { throw null; } - - public new Location GetLocation() { throw null; } - - public new SyntaxTriviaList GetTrailingTrivia() { throw null; } - - protected internal override SyntaxNode InsertNodesInListCore(SyntaxNode nodeInList, System.Collections.Generic.IEnumerable nodesToInsert, bool insertBefore) { throw null; } - - protected internal override SyntaxNode InsertTokensInListCore(SyntaxToken originalToken, System.Collections.Generic.IEnumerable newTokens, bool insertBefore) { throw null; } - - protected internal override SyntaxNode InsertTriviaInListCore(SyntaxTrivia originalTrivia, System.Collections.Generic.IEnumerable newTrivia, bool insertBefore) { throw null; } - - protected override bool IsEquivalentToCore(SyntaxNode node, bool topLevel = false) { throw null; } - - public SyntaxKind Kind() { throw null; } - - protected internal override SyntaxNode NormalizeWhitespaceCore(string indentation, string eol, bool elasticTrivia) { throw null; } - - protected internal override SyntaxNode RemoveNodesCore(System.Collections.Generic.IEnumerable nodes, SyntaxRemoveOptions options) { throw null; } - - protected internal override SyntaxNode ReplaceCore(System.Collections.Generic.IEnumerable nodes = null, System.Func computeReplacementNode = null, System.Collections.Generic.IEnumerable tokens = null, System.Func computeReplacementToken = null, System.Collections.Generic.IEnumerable trivia = null, System.Func computeReplacementTrivia = null) { throw null; } - - protected internal override SyntaxNode ReplaceNodeInListCore(SyntaxNode originalNode, System.Collections.Generic.IEnumerable replacementNodes) { throw null; } - - protected internal override SyntaxNode ReplaceTokenInListCore(SyntaxToken originalToken, System.Collections.Generic.IEnumerable newTokens) { throw null; } - - protected internal override SyntaxNode ReplaceTriviaInListCore(SyntaxTrivia originalTrivia, System.Collections.Generic.IEnumerable newTrivia) { throw null; } - } - - public abstract partial class VisualBasicSyntaxRewriter : VisualBasicSyntaxVisitor - { - public VisualBasicSyntaxRewriter(bool visitIntoStructuredTrivia = false) { } - - public virtual bool VisitIntoStructuredTrivia { get { throw null; } } - - public override SyntaxNode Visit(SyntaxNode node) { throw null; } - - public override SyntaxNode VisitAccessorBlock(Syntax.AccessorBlockSyntax node) { throw null; } - - public override SyntaxNode VisitAccessorStatement(Syntax.AccessorStatementSyntax node) { throw null; } - - public override SyntaxNode VisitAddRemoveHandlerStatement(Syntax.AddRemoveHandlerStatementSyntax node) { throw null; } - - public override SyntaxNode VisitAggregateClause(Syntax.AggregateClauseSyntax node) { throw null; } - - public override SyntaxNode VisitAggregationRangeVariable(Syntax.AggregationRangeVariableSyntax node) { throw null; } - - public override SyntaxNode VisitAnonymousObjectCreationExpression(Syntax.AnonymousObjectCreationExpressionSyntax node) { throw null; } - - public override SyntaxNode VisitArgumentList(Syntax.ArgumentListSyntax node) { throw null; } - - public override SyntaxNode VisitArrayCreationExpression(Syntax.ArrayCreationExpressionSyntax node) { throw null; } - - public override SyntaxNode VisitArrayRankSpecifier(Syntax.ArrayRankSpecifierSyntax node) { throw null; } - - public override SyntaxNode VisitArrayType(Syntax.ArrayTypeSyntax node) { throw null; } - - public override SyntaxNode VisitAsNewClause(Syntax.AsNewClauseSyntax node) { throw null; } - - public override SyntaxNode VisitAssignmentStatement(Syntax.AssignmentStatementSyntax node) { throw null; } - - public override SyntaxNode VisitAttribute(Syntax.AttributeSyntax node) { throw null; } - - public override SyntaxNode VisitAttributeList(Syntax.AttributeListSyntax node) { throw null; } - - public override SyntaxNode VisitAttributesStatement(Syntax.AttributesStatementSyntax node) { throw null; } - - public override SyntaxNode VisitAttributeTarget(Syntax.AttributeTargetSyntax node) { throw null; } - - public override SyntaxNode VisitAwaitExpression(Syntax.AwaitExpressionSyntax node) { throw null; } - - public override SyntaxNode VisitBadDirectiveTrivia(Syntax.BadDirectiveTriviaSyntax node) { throw null; } - - public override SyntaxNode VisitBinaryConditionalExpression(Syntax.BinaryConditionalExpressionSyntax node) { throw null; } - - public override SyntaxNode VisitBinaryExpression(Syntax.BinaryExpressionSyntax node) { throw null; } - - public override SyntaxNode VisitCallStatement(Syntax.CallStatementSyntax node) { throw null; } - - public override SyntaxNode VisitCaseBlock(Syntax.CaseBlockSyntax node) { throw null; } - - public override SyntaxNode VisitCaseStatement(Syntax.CaseStatementSyntax node) { throw null; } - - public override SyntaxNode VisitCatchBlock(Syntax.CatchBlockSyntax node) { throw null; } - - public override SyntaxNode VisitCatchFilterClause(Syntax.CatchFilterClauseSyntax node) { throw null; } - - public override SyntaxNode VisitCatchStatement(Syntax.CatchStatementSyntax node) { throw null; } - - public override SyntaxNode VisitClassBlock(Syntax.ClassBlockSyntax node) { throw null; } - - public override SyntaxNode VisitClassStatement(Syntax.ClassStatementSyntax node) { throw null; } - - public override SyntaxNode VisitCollectionInitializer(Syntax.CollectionInitializerSyntax node) { throw null; } - - public override SyntaxNode VisitCollectionRangeVariable(Syntax.CollectionRangeVariableSyntax node) { throw null; } - - public override SyntaxNode VisitCompilationUnit(Syntax.CompilationUnitSyntax node) { throw null; } - - public override SyntaxNode VisitConditionalAccessExpression(Syntax.ConditionalAccessExpressionSyntax node) { throw null; } - - public override SyntaxNode VisitConstDirectiveTrivia(Syntax.ConstDirectiveTriviaSyntax node) { throw null; } - - public override SyntaxNode VisitConstructorBlock(Syntax.ConstructorBlockSyntax node) { throw null; } - - public override SyntaxNode VisitContinueStatement(Syntax.ContinueStatementSyntax node) { throw null; } - - public override SyntaxNode VisitCrefOperatorReference(Syntax.CrefOperatorReferenceSyntax node) { throw null; } - - public override SyntaxNode VisitCrefReference(Syntax.CrefReferenceSyntax node) { throw null; } - - public override SyntaxNode VisitCrefSignature(Syntax.CrefSignatureSyntax node) { throw null; } - - public override SyntaxNode VisitCrefSignaturePart(Syntax.CrefSignaturePartSyntax node) { throw null; } - - public override SyntaxNode VisitCTypeExpression(Syntax.CTypeExpressionSyntax node) { throw null; } - - public override SyntaxNode VisitDeclareStatement(Syntax.DeclareStatementSyntax node) { throw null; } - - public override SyntaxNode VisitDelegateStatement(Syntax.DelegateStatementSyntax node) { throw null; } - - public override SyntaxNode VisitDirectCastExpression(Syntax.DirectCastExpressionSyntax node) { throw null; } - - public override SyntaxNode VisitDisableWarningDirectiveTrivia(Syntax.DisableWarningDirectiveTriviaSyntax node) { throw null; } - - public override SyntaxNode VisitDistinctClause(Syntax.DistinctClauseSyntax node) { throw null; } - - public override SyntaxNode VisitDocumentationCommentTrivia(Syntax.DocumentationCommentTriviaSyntax node) { throw null; } - - public override SyntaxNode VisitDoLoopBlock(Syntax.DoLoopBlockSyntax node) { throw null; } - - public override SyntaxNode VisitDoStatement(Syntax.DoStatementSyntax node) { throw null; } - - public override SyntaxNode VisitElseBlock(Syntax.ElseBlockSyntax node) { throw null; } - - public override SyntaxNode VisitElseCaseClause(Syntax.ElseCaseClauseSyntax node) { throw null; } - - public override SyntaxNode VisitElseDirectiveTrivia(Syntax.ElseDirectiveTriviaSyntax node) { throw null; } - - public override SyntaxNode VisitElseIfBlock(Syntax.ElseIfBlockSyntax node) { throw null; } - - public override SyntaxNode VisitElseIfStatement(Syntax.ElseIfStatementSyntax node) { throw null; } - - public override SyntaxNode VisitElseStatement(Syntax.ElseStatementSyntax node) { throw null; } - - public override SyntaxNode VisitEmptyStatement(Syntax.EmptyStatementSyntax node) { throw null; } - - public override SyntaxNode VisitEnableWarningDirectiveTrivia(Syntax.EnableWarningDirectiveTriviaSyntax node) { throw null; } - - public override SyntaxNode VisitEndBlockStatement(Syntax.EndBlockStatementSyntax node) { throw null; } - - public override SyntaxNode VisitEndExternalSourceDirectiveTrivia(Syntax.EndExternalSourceDirectiveTriviaSyntax node) { throw null; } - - public override SyntaxNode VisitEndIfDirectiveTrivia(Syntax.EndIfDirectiveTriviaSyntax node) { throw null; } - - public override SyntaxNode VisitEndRegionDirectiveTrivia(Syntax.EndRegionDirectiveTriviaSyntax node) { throw null; } - - public override SyntaxNode VisitEnumBlock(Syntax.EnumBlockSyntax node) { throw null; } - - public override SyntaxNode VisitEnumMemberDeclaration(Syntax.EnumMemberDeclarationSyntax node) { throw null; } - - public override SyntaxNode VisitEnumStatement(Syntax.EnumStatementSyntax node) { throw null; } - - public override SyntaxNode VisitEqualsValue(Syntax.EqualsValueSyntax node) { throw null; } - - public override SyntaxNode VisitEraseStatement(Syntax.EraseStatementSyntax node) { throw null; } - - public override SyntaxNode VisitErrorStatement(Syntax.ErrorStatementSyntax node) { throw null; } - - public override SyntaxNode VisitEventBlock(Syntax.EventBlockSyntax node) { throw null; } - - public override SyntaxNode VisitEventStatement(Syntax.EventStatementSyntax node) { throw null; } - - public override SyntaxNode VisitExitStatement(Syntax.ExitStatementSyntax node) { throw null; } - - public override SyntaxNode VisitExpressionRangeVariable(Syntax.ExpressionRangeVariableSyntax node) { throw null; } - - public override SyntaxNode VisitExpressionStatement(Syntax.ExpressionStatementSyntax node) { throw null; } - - public override SyntaxNode VisitExternalChecksumDirectiveTrivia(Syntax.ExternalChecksumDirectiveTriviaSyntax node) { throw null; } - - public override SyntaxNode VisitExternalSourceDirectiveTrivia(Syntax.ExternalSourceDirectiveTriviaSyntax node) { throw null; } - - public override SyntaxNode VisitFieldDeclaration(Syntax.FieldDeclarationSyntax node) { throw null; } - - public override SyntaxNode VisitFinallyBlock(Syntax.FinallyBlockSyntax node) { throw null; } - - public override SyntaxNode VisitFinallyStatement(Syntax.FinallyStatementSyntax node) { throw null; } - - public override SyntaxNode VisitForBlock(Syntax.ForBlockSyntax node) { throw null; } - - public override SyntaxNode VisitForEachBlock(Syntax.ForEachBlockSyntax node) { throw null; } - - public override SyntaxNode VisitForEachStatement(Syntax.ForEachStatementSyntax node) { throw null; } - - public override SyntaxNode VisitForStatement(Syntax.ForStatementSyntax node) { throw null; } - - public override SyntaxNode VisitForStepClause(Syntax.ForStepClauseSyntax node) { throw null; } - - public override SyntaxNode VisitFromClause(Syntax.FromClauseSyntax node) { throw null; } - - public override SyntaxNode VisitFunctionAggregation(Syntax.FunctionAggregationSyntax node) { throw null; } - - public override SyntaxNode VisitGenericName(Syntax.GenericNameSyntax node) { throw null; } - - public override SyntaxNode VisitGetTypeExpression(Syntax.GetTypeExpressionSyntax node) { throw null; } - - public override SyntaxNode VisitGetXmlNamespaceExpression(Syntax.GetXmlNamespaceExpressionSyntax node) { throw null; } - - public override SyntaxNode VisitGlobalName(Syntax.GlobalNameSyntax node) { throw null; } - - public override SyntaxNode VisitGoToStatement(Syntax.GoToStatementSyntax node) { throw null; } - - public override SyntaxNode VisitGroupAggregation(Syntax.GroupAggregationSyntax node) { throw null; } - - public override SyntaxNode VisitGroupByClause(Syntax.GroupByClauseSyntax node) { throw null; } - - public override SyntaxNode VisitGroupJoinClause(Syntax.GroupJoinClauseSyntax node) { throw null; } - - public override SyntaxNode VisitHandlesClause(Syntax.HandlesClauseSyntax node) { throw null; } - - public override SyntaxNode VisitHandlesClauseItem(Syntax.HandlesClauseItemSyntax node) { throw null; } - - public override SyntaxNode VisitIdentifierName(Syntax.IdentifierNameSyntax node) { throw null; } - - public override SyntaxNode VisitIfDirectiveTrivia(Syntax.IfDirectiveTriviaSyntax node) { throw null; } - - public override SyntaxNode VisitIfStatement(Syntax.IfStatementSyntax node) { throw null; } - - public override SyntaxNode VisitImplementsClause(Syntax.ImplementsClauseSyntax node) { throw null; } - - public override SyntaxNode VisitImplementsStatement(Syntax.ImplementsStatementSyntax node) { throw null; } - - public override SyntaxNode VisitImportAliasClause(Syntax.ImportAliasClauseSyntax node) { throw null; } - - public override SyntaxNode VisitImportsStatement(Syntax.ImportsStatementSyntax node) { throw null; } - - public override SyntaxNode VisitIncompleteMember(Syntax.IncompleteMemberSyntax node) { throw null; } - - public override SyntaxNode VisitInferredFieldInitializer(Syntax.InferredFieldInitializerSyntax node) { throw null; } - - public override SyntaxNode VisitInheritsStatement(Syntax.InheritsStatementSyntax node) { throw null; } - - public override SyntaxNode VisitInterfaceBlock(Syntax.InterfaceBlockSyntax node) { throw null; } - - public override SyntaxNode VisitInterfaceStatement(Syntax.InterfaceStatementSyntax node) { throw null; } - - public override SyntaxNode VisitInterpolatedStringExpression(Syntax.InterpolatedStringExpressionSyntax node) { throw null; } - - public override SyntaxNode VisitInterpolatedStringText(Syntax.InterpolatedStringTextSyntax node) { throw null; } - - public override SyntaxNode VisitInterpolation(Syntax.InterpolationSyntax node) { throw null; } - - public override SyntaxNode VisitInterpolationAlignmentClause(Syntax.InterpolationAlignmentClauseSyntax node) { throw null; } - - public override SyntaxNode VisitInterpolationFormatClause(Syntax.InterpolationFormatClauseSyntax node) { throw null; } - - public override SyntaxNode VisitInvocationExpression(Syntax.InvocationExpressionSyntax node) { throw null; } - - public override SyntaxNode VisitJoinCondition(Syntax.JoinConditionSyntax node) { throw null; } - - public override SyntaxNode VisitKeywordEventContainer(Syntax.KeywordEventContainerSyntax node) { throw null; } - - public override SyntaxNode VisitLabel(Syntax.LabelSyntax node) { throw null; } - - public override SyntaxNode VisitLabelStatement(Syntax.LabelStatementSyntax node) { throw null; } - - public override SyntaxNode VisitLambdaHeader(Syntax.LambdaHeaderSyntax node) { throw null; } - - public override SyntaxNode VisitLetClause(Syntax.LetClauseSyntax node) { throw null; } - - public virtual SyntaxTokenList VisitList(SyntaxTokenList list) { throw null; } - - public virtual SyntaxTriviaList VisitList(SyntaxTriviaList list) { throw null; } - - public virtual SeparatedSyntaxList VisitList(SeparatedSyntaxList list) - where TNode : SyntaxNode { throw null; } - - public virtual SyntaxList VisitList(SyntaxList list) - where TNode : SyntaxNode { throw null; } - - public virtual SyntaxToken VisitListElement(SyntaxToken token) { throw null; } - - public virtual SyntaxTrivia VisitListElement(SyntaxTrivia element) { throw null; } - - public virtual TNode VisitListElement(TNode node) - where TNode : SyntaxNode { throw null; } - - public virtual SyntaxToken VisitListSeparator(SyntaxToken token) { throw null; } - - public override SyntaxNode VisitLiteralExpression(Syntax.LiteralExpressionSyntax node) { throw null; } - - public override SyntaxNode VisitLocalDeclarationStatement(Syntax.LocalDeclarationStatementSyntax node) { throw null; } - - public override SyntaxNode VisitLoopStatement(Syntax.LoopStatementSyntax node) { throw null; } - - public override SyntaxNode VisitMeExpression(Syntax.MeExpressionSyntax node) { throw null; } - - public override SyntaxNode VisitMemberAccessExpression(Syntax.MemberAccessExpressionSyntax node) { throw null; } - - public override SyntaxNode VisitMethodBlock(Syntax.MethodBlockSyntax node) { throw null; } - - public override SyntaxNode VisitMethodStatement(Syntax.MethodStatementSyntax node) { throw null; } - - public override SyntaxNode VisitMidExpression(Syntax.MidExpressionSyntax node) { throw null; } - - public override SyntaxNode VisitModifiedIdentifier(Syntax.ModifiedIdentifierSyntax node) { throw null; } - - public override SyntaxNode VisitModuleBlock(Syntax.ModuleBlockSyntax node) { throw null; } - - public override SyntaxNode VisitModuleStatement(Syntax.ModuleStatementSyntax node) { throw null; } - - public override SyntaxNode VisitMultiLineIfBlock(Syntax.MultiLineIfBlockSyntax node) { throw null; } - - public override SyntaxNode VisitMultiLineLambdaExpression(Syntax.MultiLineLambdaExpressionSyntax node) { throw null; } - - public override SyntaxNode VisitMyBaseExpression(Syntax.MyBaseExpressionSyntax node) { throw null; } - - public override SyntaxNode VisitMyClassExpression(Syntax.MyClassExpressionSyntax node) { throw null; } - - public override SyntaxNode VisitNameColonEquals(Syntax.NameColonEqualsSyntax node) { throw null; } - - public override SyntaxNode VisitNamedFieldInitializer(Syntax.NamedFieldInitializerSyntax node) { throw null; } - - public override SyntaxNode VisitNamedTupleElement(Syntax.NamedTupleElementSyntax node) { throw null; } - - public override SyntaxNode VisitNameOfExpression(Syntax.NameOfExpressionSyntax node) { throw null; } - - public override SyntaxNode VisitNamespaceBlock(Syntax.NamespaceBlockSyntax node) { throw null; } - - public override SyntaxNode VisitNamespaceStatement(Syntax.NamespaceStatementSyntax node) { throw null; } - - public override SyntaxNode VisitNextStatement(Syntax.NextStatementSyntax node) { throw null; } - - public override SyntaxNode VisitNullableType(Syntax.NullableTypeSyntax node) { throw null; } - - public override SyntaxNode VisitObjectCollectionInitializer(Syntax.ObjectCollectionInitializerSyntax node) { throw null; } - - public override SyntaxNode VisitObjectCreationExpression(Syntax.ObjectCreationExpressionSyntax node) { throw null; } - - public override SyntaxNode VisitObjectMemberInitializer(Syntax.ObjectMemberInitializerSyntax node) { throw null; } - - public override SyntaxNode VisitOmittedArgument(Syntax.OmittedArgumentSyntax node) { throw null; } - - public override SyntaxNode VisitOnErrorGoToStatement(Syntax.OnErrorGoToStatementSyntax node) { throw null; } - - public override SyntaxNode VisitOnErrorResumeNextStatement(Syntax.OnErrorResumeNextStatementSyntax node) { throw null; } - - public override SyntaxNode VisitOperatorBlock(Syntax.OperatorBlockSyntax node) { throw null; } - - public override SyntaxNode VisitOperatorStatement(Syntax.OperatorStatementSyntax node) { throw null; } - - public override SyntaxNode VisitOptionStatement(Syntax.OptionStatementSyntax node) { throw null; } - - public override SyntaxNode VisitOrderByClause(Syntax.OrderByClauseSyntax node) { throw null; } - - public override SyntaxNode VisitOrdering(Syntax.OrderingSyntax node) { throw null; } - - public override SyntaxNode VisitParameter(Syntax.ParameterSyntax node) { throw null; } - - public override SyntaxNode VisitParameterList(Syntax.ParameterListSyntax node) { throw null; } - - public override SyntaxNode VisitParenthesizedExpression(Syntax.ParenthesizedExpressionSyntax node) { throw null; } - - public override SyntaxNode VisitPartitionClause(Syntax.PartitionClauseSyntax node) { throw null; } - - public override SyntaxNode VisitPartitionWhileClause(Syntax.PartitionWhileClauseSyntax node) { throw null; } - - public override SyntaxNode VisitPredefinedCastExpression(Syntax.PredefinedCastExpressionSyntax node) { throw null; } - - public override SyntaxNode VisitPredefinedType(Syntax.PredefinedTypeSyntax node) { throw null; } - - public override SyntaxNode VisitPrintStatement(Syntax.PrintStatementSyntax node) { throw null; } - - public override SyntaxNode VisitPropertyBlock(Syntax.PropertyBlockSyntax node) { throw null; } - - public override SyntaxNode VisitPropertyStatement(Syntax.PropertyStatementSyntax node) { throw null; } - - public override SyntaxNode VisitQualifiedCrefOperatorReference(Syntax.QualifiedCrefOperatorReferenceSyntax node) { throw null; } - - public override SyntaxNode VisitQualifiedName(Syntax.QualifiedNameSyntax node) { throw null; } - - public override SyntaxNode VisitQueryExpression(Syntax.QueryExpressionSyntax node) { throw null; } - - public override SyntaxNode VisitRaiseEventStatement(Syntax.RaiseEventStatementSyntax node) { throw null; } - - public override SyntaxNode VisitRangeArgument(Syntax.RangeArgumentSyntax node) { throw null; } - - public override SyntaxNode VisitRangeCaseClause(Syntax.RangeCaseClauseSyntax node) { throw null; } - - public override SyntaxNode VisitRedimClause(Syntax.RedimClauseSyntax node) { throw null; } - - public override SyntaxNode VisitReDimStatement(Syntax.ReDimStatementSyntax node) { throw null; } - - public override SyntaxNode VisitReferenceDirectiveTrivia(Syntax.ReferenceDirectiveTriviaSyntax node) { throw null; } - - public override SyntaxNode VisitRegionDirectiveTrivia(Syntax.RegionDirectiveTriviaSyntax node) { throw null; } - - public override SyntaxNode VisitRelationalCaseClause(Syntax.RelationalCaseClauseSyntax node) { throw null; } - - public override SyntaxNode VisitResumeStatement(Syntax.ResumeStatementSyntax node) { throw null; } - - public override SyntaxNode VisitReturnStatement(Syntax.ReturnStatementSyntax node) { throw null; } - - public override SyntaxNode VisitSelectBlock(Syntax.SelectBlockSyntax node) { throw null; } - - public override SyntaxNode VisitSelectClause(Syntax.SelectClauseSyntax node) { throw null; } - - public override SyntaxNode VisitSelectStatement(Syntax.SelectStatementSyntax node) { throw null; } - - public override SyntaxNode VisitSimpleArgument(Syntax.SimpleArgumentSyntax node) { throw null; } - - public override SyntaxNode VisitSimpleAsClause(Syntax.SimpleAsClauseSyntax node) { throw null; } - - public override SyntaxNode VisitSimpleCaseClause(Syntax.SimpleCaseClauseSyntax node) { throw null; } - - public override SyntaxNode VisitSimpleImportsClause(Syntax.SimpleImportsClauseSyntax node) { throw null; } - - public override SyntaxNode VisitSimpleJoinClause(Syntax.SimpleJoinClauseSyntax node) { throw null; } - - public override SyntaxNode VisitSingleLineElseClause(Syntax.SingleLineElseClauseSyntax node) { throw null; } - - public override SyntaxNode VisitSingleLineIfStatement(Syntax.SingleLineIfStatementSyntax node) { throw null; } - - public override SyntaxNode VisitSingleLineLambdaExpression(Syntax.SingleLineLambdaExpressionSyntax node) { throw null; } - - public override SyntaxNode VisitSkippedTokensTrivia(Syntax.SkippedTokensTriviaSyntax node) { throw null; } - - public override SyntaxNode VisitSpecialConstraint(Syntax.SpecialConstraintSyntax node) { throw null; } - - public override SyntaxNode VisitStopOrEndStatement(Syntax.StopOrEndStatementSyntax node) { throw null; } - - public override SyntaxNode VisitStructureBlock(Syntax.StructureBlockSyntax node) { throw null; } - - public override SyntaxNode VisitStructureStatement(Syntax.StructureStatementSyntax node) { throw null; } - - public override SyntaxNode VisitSubNewStatement(Syntax.SubNewStatementSyntax node) { throw null; } - - public override SyntaxNode VisitSyncLockBlock(Syntax.SyncLockBlockSyntax node) { throw null; } - - public override SyntaxNode VisitSyncLockStatement(Syntax.SyncLockStatementSyntax node) { throw null; } - - public override SyntaxNode VisitTernaryConditionalExpression(Syntax.TernaryConditionalExpressionSyntax node) { throw null; } - - public override SyntaxNode VisitThrowStatement(Syntax.ThrowStatementSyntax node) { throw null; } - - public virtual SyntaxToken VisitToken(SyntaxToken token) { throw null; } - - public virtual SyntaxTrivia VisitTrivia(SyntaxTrivia trivia) { throw null; } - - public override SyntaxNode VisitTryBlock(Syntax.TryBlockSyntax node) { throw null; } - - public override SyntaxNode VisitTryCastExpression(Syntax.TryCastExpressionSyntax node) { throw null; } - - public override SyntaxNode VisitTryStatement(Syntax.TryStatementSyntax node) { throw null; } - - public override SyntaxNode VisitTupleExpression(Syntax.TupleExpressionSyntax node) { throw null; } - - public override SyntaxNode VisitTupleType(Syntax.TupleTypeSyntax node) { throw null; } - - public override SyntaxNode VisitTypeArgumentList(Syntax.TypeArgumentListSyntax node) { throw null; } - - public override SyntaxNode VisitTypeConstraint(Syntax.TypeConstraintSyntax node) { throw null; } - - public override SyntaxNode VisitTypedTupleElement(Syntax.TypedTupleElementSyntax node) { throw null; } - - public override SyntaxNode VisitTypeOfExpression(Syntax.TypeOfExpressionSyntax node) { throw null; } - - public override SyntaxNode VisitTypeParameter(Syntax.TypeParameterSyntax node) { throw null; } - - public override SyntaxNode VisitTypeParameterList(Syntax.TypeParameterListSyntax node) { throw null; } - - public override SyntaxNode VisitTypeParameterMultipleConstraintClause(Syntax.TypeParameterMultipleConstraintClauseSyntax node) { throw null; } - - public override SyntaxNode VisitTypeParameterSingleConstraintClause(Syntax.TypeParameterSingleConstraintClauseSyntax node) { throw null; } - - public override SyntaxNode VisitUnaryExpression(Syntax.UnaryExpressionSyntax node) { throw null; } - - public override SyntaxNode VisitUsingBlock(Syntax.UsingBlockSyntax node) { throw null; } - - public override SyntaxNode VisitUsingStatement(Syntax.UsingStatementSyntax node) { throw null; } - - public override SyntaxNode VisitVariableDeclarator(Syntax.VariableDeclaratorSyntax node) { throw null; } - - public override SyntaxNode VisitVariableNameEquals(Syntax.VariableNameEqualsSyntax node) { throw null; } - - public override SyntaxNode VisitWhereClause(Syntax.WhereClauseSyntax node) { throw null; } - - public override SyntaxNode VisitWhileBlock(Syntax.WhileBlockSyntax node) { throw null; } - - public override SyntaxNode VisitWhileOrUntilClause(Syntax.WhileOrUntilClauseSyntax node) { throw null; } - - public override SyntaxNode VisitWhileStatement(Syntax.WhileStatementSyntax node) { throw null; } - - public override SyntaxNode VisitWithBlock(Syntax.WithBlockSyntax node) { throw null; } - - public override SyntaxNode VisitWithEventsEventContainer(Syntax.WithEventsEventContainerSyntax node) { throw null; } - - public override SyntaxNode VisitWithEventsPropertyEventContainer(Syntax.WithEventsPropertyEventContainerSyntax node) { throw null; } - - public override SyntaxNode VisitWithStatement(Syntax.WithStatementSyntax node) { throw null; } - - public override SyntaxNode VisitXmlAttribute(Syntax.XmlAttributeSyntax node) { throw null; } - - public override SyntaxNode VisitXmlBracketedName(Syntax.XmlBracketedNameSyntax node) { throw null; } - - public override SyntaxNode VisitXmlCDataSection(Syntax.XmlCDataSectionSyntax node) { throw null; } - - public override SyntaxNode VisitXmlComment(Syntax.XmlCommentSyntax node) { throw null; } - - public override SyntaxNode VisitXmlCrefAttribute(Syntax.XmlCrefAttributeSyntax node) { throw null; } - - public override SyntaxNode VisitXmlDeclaration(Syntax.XmlDeclarationSyntax node) { throw null; } - - public override SyntaxNode VisitXmlDeclarationOption(Syntax.XmlDeclarationOptionSyntax node) { throw null; } - - public override SyntaxNode VisitXmlDocument(Syntax.XmlDocumentSyntax node) { throw null; } - - public override SyntaxNode VisitXmlElement(Syntax.XmlElementSyntax node) { throw null; } - - public override SyntaxNode VisitXmlElementEndTag(Syntax.XmlElementEndTagSyntax node) { throw null; } - - public override SyntaxNode VisitXmlElementStartTag(Syntax.XmlElementStartTagSyntax node) { throw null; } - - public override SyntaxNode VisitXmlEmbeddedExpression(Syntax.XmlEmbeddedExpressionSyntax node) { throw null; } - - public override SyntaxNode VisitXmlEmptyElement(Syntax.XmlEmptyElementSyntax node) { throw null; } - - public override SyntaxNode VisitXmlMemberAccessExpression(Syntax.XmlMemberAccessExpressionSyntax node) { throw null; } - - public override SyntaxNode VisitXmlName(Syntax.XmlNameSyntax node) { throw null; } - - public override SyntaxNode VisitXmlNameAttribute(Syntax.XmlNameAttributeSyntax node) { throw null; } - - public override SyntaxNode VisitXmlNamespaceImportsClause(Syntax.XmlNamespaceImportsClauseSyntax node) { throw null; } - - public override SyntaxNode VisitXmlPrefix(Syntax.XmlPrefixSyntax node) { throw null; } - - public override SyntaxNode VisitXmlPrefixName(Syntax.XmlPrefixNameSyntax node) { throw null; } - - public override SyntaxNode VisitXmlProcessingInstruction(Syntax.XmlProcessingInstructionSyntax node) { throw null; } - - public override SyntaxNode VisitXmlString(Syntax.XmlStringSyntax node) { throw null; } - - public override SyntaxNode VisitXmlText(Syntax.XmlTextSyntax node) { throw null; } - - public override SyntaxNode VisitYieldStatement(Syntax.YieldStatementSyntax node) { throw null; } - } - - public abstract partial class VisualBasicSyntaxTree : SyntaxTree - { - public abstract new VisualBasicParseOptions Options { get; } - - protected override ParseOptions OptionsCore { get { throw null; } } - - protected T CloneNodeAsRoot(T node) - where T : VisualBasicSyntaxNode { throw null; } - - public static SyntaxTree Create(VisualBasicSyntaxNode root, VisualBasicParseOptions options = null, string path = "", System.Text.Encoding encoding = null, System.Collections.Immutable.ImmutableDictionary diagnosticOptions = null) { throw null; } - - public static SyntaxTree Create(VisualBasicSyntaxNode root, VisualBasicParseOptions options, string path, System.Text.Encoding encoding) { throw null; } - - public override System.Collections.Generic.IList GetChangedSpans(SyntaxTree oldTree) { throw null; } - - public override System.Collections.Generic.IList GetChanges(SyntaxTree oldTree) { throw null; } - - public Syntax.CompilationUnitSyntax GetCompilationUnitRoot(System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public override System.Collections.Generic.IEnumerable GetDiagnostics(SyntaxNode node) { throw null; } - - public override System.Collections.Generic.IEnumerable GetDiagnostics(SyntaxNodeOrToken nodeOrToken) { throw null; } - - public override System.Collections.Generic.IEnumerable GetDiagnostics(SyntaxToken token) { throw null; } - - public override System.Collections.Generic.IEnumerable GetDiagnostics(SyntaxTrivia trivia) { throw null; } - - public override System.Collections.Generic.IEnumerable GetDiagnostics(System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public override System.Collections.Generic.IEnumerable GetLineMappings(System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public override FileLinePositionSpan GetLineSpan(Text.TextSpan span, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public override LineVisibility GetLineVisibility(int position, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public override Location GetLocation(Text.TextSpan span) { throw null; } - - public override FileLinePositionSpan GetMappedLineSpan(Text.TextSpan span, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public abstract new VisualBasicSyntaxNode GetRoot(System.Threading.CancellationToken cancellationToken = default); - public new virtual System.Threading.Tasks.Task GetRootAsync(System.Threading.CancellationToken cancellationToken = default) { throw null; } - - protected override System.Threading.Tasks.Task GetRootAsyncCore(System.Threading.CancellationToken cancellationToken) { throw null; } - - protected override SyntaxNode GetRootCore(System.Threading.CancellationToken CancellationToken) { throw null; } - - public override bool HasHiddenRegions() { throw null; } - - public override bool IsEquivalentTo(SyntaxTree tree, bool topLevel = false) { throw null; } - - public static SyntaxTree ParseText(Text.SourceText text, VisualBasicParseOptions options = null, string path = "", System.Collections.Immutable.ImmutableDictionary diagnosticOptions = null, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static SyntaxTree ParseText(Text.SourceText text, VisualBasicParseOptions options, string path, System.Threading.CancellationToken cancellationToken) { throw null; } - - public static SyntaxTree ParseText(string text, VisualBasicParseOptions options = null, string path = "", System.Text.Encoding encoding = null, System.Collections.Immutable.ImmutableDictionary diagnosticOptions = null, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static SyntaxTree ParseText(string text, VisualBasicParseOptions options, string path, System.Text.Encoding encoding, System.Threading.CancellationToken cancellationToken) { throw null; } - - public abstract bool TryGetRoot(ref VisualBasicSyntaxNode root); - protected bool TryGetRootCore(ref SyntaxNode root) { throw null; } - - public override SyntaxTree WithChangedText(Text.SourceText newText) { throw null; } - } - - public abstract partial class VisualBasicSyntaxVisitor - { - public virtual void DefaultVisit(SyntaxNode node) { } - - public virtual void Visit(SyntaxNode node) { } - - public virtual void VisitAccessorBlock(Syntax.AccessorBlockSyntax node) { } - - public virtual void VisitAccessorStatement(Syntax.AccessorStatementSyntax node) { } - - public virtual void VisitAddRemoveHandlerStatement(Syntax.AddRemoveHandlerStatementSyntax node) { } - - public virtual void VisitAggregateClause(Syntax.AggregateClauseSyntax node) { } - - public virtual void VisitAggregationRangeVariable(Syntax.AggregationRangeVariableSyntax node) { } - - public virtual void VisitAnonymousObjectCreationExpression(Syntax.AnonymousObjectCreationExpressionSyntax node) { } - - public virtual void VisitArgumentList(Syntax.ArgumentListSyntax node) { } - - public virtual void VisitArrayCreationExpression(Syntax.ArrayCreationExpressionSyntax node) { } - - public virtual void VisitArrayRankSpecifier(Syntax.ArrayRankSpecifierSyntax node) { } - - public virtual void VisitArrayType(Syntax.ArrayTypeSyntax node) { } - - public virtual void VisitAsNewClause(Syntax.AsNewClauseSyntax node) { } - - public virtual void VisitAssignmentStatement(Syntax.AssignmentStatementSyntax node) { } - - public virtual void VisitAttribute(Syntax.AttributeSyntax node) { } - - public virtual void VisitAttributeList(Syntax.AttributeListSyntax node) { } - - public virtual void VisitAttributesStatement(Syntax.AttributesStatementSyntax node) { } - - public virtual void VisitAttributeTarget(Syntax.AttributeTargetSyntax node) { } - - public virtual void VisitAwaitExpression(Syntax.AwaitExpressionSyntax node) { } - - public virtual void VisitBadDirectiveTrivia(Syntax.BadDirectiveTriviaSyntax node) { } - - public virtual void VisitBinaryConditionalExpression(Syntax.BinaryConditionalExpressionSyntax node) { } - - public virtual void VisitBinaryExpression(Syntax.BinaryExpressionSyntax node) { } - - public virtual void VisitCallStatement(Syntax.CallStatementSyntax node) { } - - public virtual void VisitCaseBlock(Syntax.CaseBlockSyntax node) { } - - public virtual void VisitCaseStatement(Syntax.CaseStatementSyntax node) { } - - public virtual void VisitCatchBlock(Syntax.CatchBlockSyntax node) { } - - public virtual void VisitCatchFilterClause(Syntax.CatchFilterClauseSyntax node) { } - - public virtual void VisitCatchStatement(Syntax.CatchStatementSyntax node) { } - - public virtual void VisitClassBlock(Syntax.ClassBlockSyntax node) { } - - public virtual void VisitClassStatement(Syntax.ClassStatementSyntax node) { } - - public virtual void VisitCollectionInitializer(Syntax.CollectionInitializerSyntax node) { } - - public virtual void VisitCollectionRangeVariable(Syntax.CollectionRangeVariableSyntax node) { } - - public virtual void VisitCompilationUnit(Syntax.CompilationUnitSyntax node) { } - - public virtual void VisitConditionalAccessExpression(Syntax.ConditionalAccessExpressionSyntax node) { } - - public virtual void VisitConstDirectiveTrivia(Syntax.ConstDirectiveTriviaSyntax node) { } - - public virtual void VisitConstructorBlock(Syntax.ConstructorBlockSyntax node) { } - - public virtual void VisitContinueStatement(Syntax.ContinueStatementSyntax node) { } - - public virtual void VisitCrefOperatorReference(Syntax.CrefOperatorReferenceSyntax node) { } - - public virtual void VisitCrefReference(Syntax.CrefReferenceSyntax node) { } - - public virtual void VisitCrefSignature(Syntax.CrefSignatureSyntax node) { } - - public virtual void VisitCrefSignaturePart(Syntax.CrefSignaturePartSyntax node) { } - - public virtual void VisitCTypeExpression(Syntax.CTypeExpressionSyntax node) { } - - public virtual void VisitDeclareStatement(Syntax.DeclareStatementSyntax node) { } - - public virtual void VisitDelegateStatement(Syntax.DelegateStatementSyntax node) { } - - public virtual void VisitDirectCastExpression(Syntax.DirectCastExpressionSyntax node) { } - - public virtual void VisitDisableWarningDirectiveTrivia(Syntax.DisableWarningDirectiveTriviaSyntax node) { } - - public virtual void VisitDistinctClause(Syntax.DistinctClauseSyntax node) { } - - public virtual void VisitDocumentationCommentTrivia(Syntax.DocumentationCommentTriviaSyntax node) { } - - public virtual void VisitDoLoopBlock(Syntax.DoLoopBlockSyntax node) { } - - public virtual void VisitDoStatement(Syntax.DoStatementSyntax node) { } - - public virtual void VisitElseBlock(Syntax.ElseBlockSyntax node) { } - - public virtual void VisitElseCaseClause(Syntax.ElseCaseClauseSyntax node) { } - - public virtual void VisitElseDirectiveTrivia(Syntax.ElseDirectiveTriviaSyntax node) { } - - public virtual void VisitElseIfBlock(Syntax.ElseIfBlockSyntax node) { } - - public virtual void VisitElseIfStatement(Syntax.ElseIfStatementSyntax node) { } - - public virtual void VisitElseStatement(Syntax.ElseStatementSyntax node) { } - - public virtual void VisitEmptyStatement(Syntax.EmptyStatementSyntax node) { } - - public virtual void VisitEnableWarningDirectiveTrivia(Syntax.EnableWarningDirectiveTriviaSyntax node) { } - - public virtual void VisitEndBlockStatement(Syntax.EndBlockStatementSyntax node) { } - - public virtual void VisitEndExternalSourceDirectiveTrivia(Syntax.EndExternalSourceDirectiveTriviaSyntax node) { } - - public virtual void VisitEndIfDirectiveTrivia(Syntax.EndIfDirectiveTriviaSyntax node) { } - - public virtual void VisitEndRegionDirectiveTrivia(Syntax.EndRegionDirectiveTriviaSyntax node) { } - - public virtual void VisitEnumBlock(Syntax.EnumBlockSyntax node) { } - - public virtual void VisitEnumMemberDeclaration(Syntax.EnumMemberDeclarationSyntax node) { } - - public virtual void VisitEnumStatement(Syntax.EnumStatementSyntax node) { } - - public virtual void VisitEqualsValue(Syntax.EqualsValueSyntax node) { } - - public virtual void VisitEraseStatement(Syntax.EraseStatementSyntax node) { } - - public virtual void VisitErrorStatement(Syntax.ErrorStatementSyntax node) { } - - public virtual void VisitEventBlock(Syntax.EventBlockSyntax node) { } - - public virtual void VisitEventStatement(Syntax.EventStatementSyntax node) { } - - public virtual void VisitExitStatement(Syntax.ExitStatementSyntax node) { } - - public virtual void VisitExpressionRangeVariable(Syntax.ExpressionRangeVariableSyntax node) { } - - public virtual void VisitExpressionStatement(Syntax.ExpressionStatementSyntax node) { } - - public virtual void VisitExternalChecksumDirectiveTrivia(Syntax.ExternalChecksumDirectiveTriviaSyntax node) { } - - public virtual void VisitExternalSourceDirectiveTrivia(Syntax.ExternalSourceDirectiveTriviaSyntax node) { } - - public virtual void VisitFieldDeclaration(Syntax.FieldDeclarationSyntax node) { } - - public virtual void VisitFinallyBlock(Syntax.FinallyBlockSyntax node) { } - - public virtual void VisitFinallyStatement(Syntax.FinallyStatementSyntax node) { } - - public virtual void VisitForBlock(Syntax.ForBlockSyntax node) { } - - public virtual void VisitForEachBlock(Syntax.ForEachBlockSyntax node) { } - - public virtual void VisitForEachStatement(Syntax.ForEachStatementSyntax node) { } - - public virtual void VisitForStatement(Syntax.ForStatementSyntax node) { } - - public virtual void VisitForStepClause(Syntax.ForStepClauseSyntax node) { } - - public virtual void VisitFromClause(Syntax.FromClauseSyntax node) { } - - public virtual void VisitFunctionAggregation(Syntax.FunctionAggregationSyntax node) { } - - public virtual void VisitGenericName(Syntax.GenericNameSyntax node) { } - - public virtual void VisitGetTypeExpression(Syntax.GetTypeExpressionSyntax node) { } - - public virtual void VisitGetXmlNamespaceExpression(Syntax.GetXmlNamespaceExpressionSyntax node) { } - - public virtual void VisitGlobalName(Syntax.GlobalNameSyntax node) { } - - public virtual void VisitGoToStatement(Syntax.GoToStatementSyntax node) { } - - public virtual void VisitGroupAggregation(Syntax.GroupAggregationSyntax node) { } - - public virtual void VisitGroupByClause(Syntax.GroupByClauseSyntax node) { } - - public virtual void VisitGroupJoinClause(Syntax.GroupJoinClauseSyntax node) { } - - public virtual void VisitHandlesClause(Syntax.HandlesClauseSyntax node) { } - - public virtual void VisitHandlesClauseItem(Syntax.HandlesClauseItemSyntax node) { } - - public virtual void VisitIdentifierName(Syntax.IdentifierNameSyntax node) { } - - public virtual void VisitIfDirectiveTrivia(Syntax.IfDirectiveTriviaSyntax node) { } - - public virtual void VisitIfStatement(Syntax.IfStatementSyntax node) { } - - public virtual void VisitImplementsClause(Syntax.ImplementsClauseSyntax node) { } - - public virtual void VisitImplementsStatement(Syntax.ImplementsStatementSyntax node) { } - - public virtual void VisitImportAliasClause(Syntax.ImportAliasClauseSyntax node) { } - - public virtual void VisitImportsStatement(Syntax.ImportsStatementSyntax node) { } - - public virtual void VisitIncompleteMember(Syntax.IncompleteMemberSyntax node) { } - - public virtual void VisitInferredFieldInitializer(Syntax.InferredFieldInitializerSyntax node) { } - - public virtual void VisitInheritsStatement(Syntax.InheritsStatementSyntax node) { } - - public virtual void VisitInterfaceBlock(Syntax.InterfaceBlockSyntax node) { } - - public virtual void VisitInterfaceStatement(Syntax.InterfaceStatementSyntax node) { } - - public virtual void VisitInterpolatedStringExpression(Syntax.InterpolatedStringExpressionSyntax node) { } - - public virtual void VisitInterpolatedStringText(Syntax.InterpolatedStringTextSyntax node) { } - - public virtual void VisitInterpolation(Syntax.InterpolationSyntax node) { } - - public virtual void VisitInterpolationAlignmentClause(Syntax.InterpolationAlignmentClauseSyntax node) { } - - public virtual void VisitInterpolationFormatClause(Syntax.InterpolationFormatClauseSyntax node) { } - - public virtual void VisitInvocationExpression(Syntax.InvocationExpressionSyntax node) { } - - public virtual void VisitJoinCondition(Syntax.JoinConditionSyntax node) { } - - public virtual void VisitKeywordEventContainer(Syntax.KeywordEventContainerSyntax node) { } - - public virtual void VisitLabel(Syntax.LabelSyntax node) { } - - public virtual void VisitLabelStatement(Syntax.LabelStatementSyntax node) { } - - public virtual void VisitLambdaHeader(Syntax.LambdaHeaderSyntax node) { } - - public virtual void VisitLetClause(Syntax.LetClauseSyntax node) { } - - public virtual void VisitLiteralExpression(Syntax.LiteralExpressionSyntax node) { } - - public virtual void VisitLocalDeclarationStatement(Syntax.LocalDeclarationStatementSyntax node) { } - - public virtual void VisitLoopStatement(Syntax.LoopStatementSyntax node) { } - - public virtual void VisitMeExpression(Syntax.MeExpressionSyntax node) { } - - public virtual void VisitMemberAccessExpression(Syntax.MemberAccessExpressionSyntax node) { } - - public virtual void VisitMethodBlock(Syntax.MethodBlockSyntax node) { } - - public virtual void VisitMethodStatement(Syntax.MethodStatementSyntax node) { } - - public virtual void VisitMidExpression(Syntax.MidExpressionSyntax node) { } - - public virtual void VisitModifiedIdentifier(Syntax.ModifiedIdentifierSyntax node) { } - - public virtual void VisitModuleBlock(Syntax.ModuleBlockSyntax node) { } - - public virtual void VisitModuleStatement(Syntax.ModuleStatementSyntax node) { } - - public virtual void VisitMultiLineIfBlock(Syntax.MultiLineIfBlockSyntax node) { } - - public virtual void VisitMultiLineLambdaExpression(Syntax.MultiLineLambdaExpressionSyntax node) { } - - public virtual void VisitMyBaseExpression(Syntax.MyBaseExpressionSyntax node) { } - - public virtual void VisitMyClassExpression(Syntax.MyClassExpressionSyntax node) { } - - public virtual void VisitNameColonEquals(Syntax.NameColonEqualsSyntax node) { } - - public virtual void VisitNamedFieldInitializer(Syntax.NamedFieldInitializerSyntax node) { } - - public virtual void VisitNamedTupleElement(Syntax.NamedTupleElementSyntax node) { } - - public virtual void VisitNameOfExpression(Syntax.NameOfExpressionSyntax node) { } - - public virtual void VisitNamespaceBlock(Syntax.NamespaceBlockSyntax node) { } - - public virtual void VisitNamespaceStatement(Syntax.NamespaceStatementSyntax node) { } - - public virtual void VisitNextStatement(Syntax.NextStatementSyntax node) { } - - public virtual void VisitNullableType(Syntax.NullableTypeSyntax node) { } - - public virtual void VisitObjectCollectionInitializer(Syntax.ObjectCollectionInitializerSyntax node) { } - - public virtual void VisitObjectCreationExpression(Syntax.ObjectCreationExpressionSyntax node) { } - - public virtual void VisitObjectMemberInitializer(Syntax.ObjectMemberInitializerSyntax node) { } - - public virtual void VisitOmittedArgument(Syntax.OmittedArgumentSyntax node) { } - - public virtual void VisitOnErrorGoToStatement(Syntax.OnErrorGoToStatementSyntax node) { } - - public virtual void VisitOnErrorResumeNextStatement(Syntax.OnErrorResumeNextStatementSyntax node) { } - - public virtual void VisitOperatorBlock(Syntax.OperatorBlockSyntax node) { } - - public virtual void VisitOperatorStatement(Syntax.OperatorStatementSyntax node) { } - - public virtual void VisitOptionStatement(Syntax.OptionStatementSyntax node) { } - - public virtual void VisitOrderByClause(Syntax.OrderByClauseSyntax node) { } - - public virtual void VisitOrdering(Syntax.OrderingSyntax node) { } - - public virtual void VisitParameter(Syntax.ParameterSyntax node) { } - - public virtual void VisitParameterList(Syntax.ParameterListSyntax node) { } - - public virtual void VisitParenthesizedExpression(Syntax.ParenthesizedExpressionSyntax node) { } - - public virtual void VisitPartitionClause(Syntax.PartitionClauseSyntax node) { } - - public virtual void VisitPartitionWhileClause(Syntax.PartitionWhileClauseSyntax node) { } - - public virtual void VisitPredefinedCastExpression(Syntax.PredefinedCastExpressionSyntax node) { } - - public virtual void VisitPredefinedType(Syntax.PredefinedTypeSyntax node) { } - - public virtual void VisitPrintStatement(Syntax.PrintStatementSyntax node) { } - - public virtual void VisitPropertyBlock(Syntax.PropertyBlockSyntax node) { } - - public virtual void VisitPropertyStatement(Syntax.PropertyStatementSyntax node) { } - - public virtual void VisitQualifiedCrefOperatorReference(Syntax.QualifiedCrefOperatorReferenceSyntax node) { } - - public virtual void VisitQualifiedName(Syntax.QualifiedNameSyntax node) { } - - public virtual void VisitQueryExpression(Syntax.QueryExpressionSyntax node) { } - - public virtual void VisitRaiseEventStatement(Syntax.RaiseEventStatementSyntax node) { } - - public virtual void VisitRangeArgument(Syntax.RangeArgumentSyntax node) { } - - public virtual void VisitRangeCaseClause(Syntax.RangeCaseClauseSyntax node) { } - - public virtual void VisitRedimClause(Syntax.RedimClauseSyntax node) { } - - public virtual void VisitReDimStatement(Syntax.ReDimStatementSyntax node) { } - - public virtual void VisitReferenceDirectiveTrivia(Syntax.ReferenceDirectiveTriviaSyntax node) { } - - public virtual void VisitRegionDirectiveTrivia(Syntax.RegionDirectiveTriviaSyntax node) { } - - public virtual void VisitRelationalCaseClause(Syntax.RelationalCaseClauseSyntax node) { } - - public virtual void VisitResumeStatement(Syntax.ResumeStatementSyntax node) { } - - public virtual void VisitReturnStatement(Syntax.ReturnStatementSyntax node) { } - - public virtual void VisitSelectBlock(Syntax.SelectBlockSyntax node) { } - - public virtual void VisitSelectClause(Syntax.SelectClauseSyntax node) { } - - public virtual void VisitSelectStatement(Syntax.SelectStatementSyntax node) { } - - public virtual void VisitSimpleArgument(Syntax.SimpleArgumentSyntax node) { } - - public virtual void VisitSimpleAsClause(Syntax.SimpleAsClauseSyntax node) { } - - public virtual void VisitSimpleCaseClause(Syntax.SimpleCaseClauseSyntax node) { } - - public virtual void VisitSimpleImportsClause(Syntax.SimpleImportsClauseSyntax node) { } - - public virtual void VisitSimpleJoinClause(Syntax.SimpleJoinClauseSyntax node) { } - - public virtual void VisitSingleLineElseClause(Syntax.SingleLineElseClauseSyntax node) { } - - public virtual void VisitSingleLineIfStatement(Syntax.SingleLineIfStatementSyntax node) { } - - public virtual void VisitSingleLineLambdaExpression(Syntax.SingleLineLambdaExpressionSyntax node) { } - - public virtual void VisitSkippedTokensTrivia(Syntax.SkippedTokensTriviaSyntax node) { } - - public virtual void VisitSpecialConstraint(Syntax.SpecialConstraintSyntax node) { } - - public virtual void VisitStopOrEndStatement(Syntax.StopOrEndStatementSyntax node) { } - - public virtual void VisitStructureBlock(Syntax.StructureBlockSyntax node) { } - - public virtual void VisitStructureStatement(Syntax.StructureStatementSyntax node) { } - - public virtual void VisitSubNewStatement(Syntax.SubNewStatementSyntax node) { } - - public virtual void VisitSyncLockBlock(Syntax.SyncLockBlockSyntax node) { } - - public virtual void VisitSyncLockStatement(Syntax.SyncLockStatementSyntax node) { } - - public virtual void VisitTernaryConditionalExpression(Syntax.TernaryConditionalExpressionSyntax node) { } - - public virtual void VisitThrowStatement(Syntax.ThrowStatementSyntax node) { } - - public virtual void VisitTryBlock(Syntax.TryBlockSyntax node) { } - - public virtual void VisitTryCastExpression(Syntax.TryCastExpressionSyntax node) { } - - public virtual void VisitTryStatement(Syntax.TryStatementSyntax node) { } - - public virtual void VisitTupleExpression(Syntax.TupleExpressionSyntax node) { } - - public virtual void VisitTupleType(Syntax.TupleTypeSyntax node) { } - - public virtual void VisitTypeArgumentList(Syntax.TypeArgumentListSyntax node) { } - - public virtual void VisitTypeConstraint(Syntax.TypeConstraintSyntax node) { } - - public virtual void VisitTypedTupleElement(Syntax.TypedTupleElementSyntax node) { } - - public virtual void VisitTypeOfExpression(Syntax.TypeOfExpressionSyntax node) { } - - public virtual void VisitTypeParameter(Syntax.TypeParameterSyntax node) { } - - public virtual void VisitTypeParameterList(Syntax.TypeParameterListSyntax node) { } - - public virtual void VisitTypeParameterMultipleConstraintClause(Syntax.TypeParameterMultipleConstraintClauseSyntax node) { } - - public virtual void VisitTypeParameterSingleConstraintClause(Syntax.TypeParameterSingleConstraintClauseSyntax node) { } - - public virtual void VisitUnaryExpression(Syntax.UnaryExpressionSyntax node) { } - - public virtual void VisitUsingBlock(Syntax.UsingBlockSyntax node) { } - - public virtual void VisitUsingStatement(Syntax.UsingStatementSyntax node) { } - - public virtual void VisitVariableDeclarator(Syntax.VariableDeclaratorSyntax node) { } - - public virtual void VisitVariableNameEquals(Syntax.VariableNameEqualsSyntax node) { } - - public virtual void VisitWhereClause(Syntax.WhereClauseSyntax node) { } - - public virtual void VisitWhileBlock(Syntax.WhileBlockSyntax node) { } - - public virtual void VisitWhileOrUntilClause(Syntax.WhileOrUntilClauseSyntax node) { } - - public virtual void VisitWhileStatement(Syntax.WhileStatementSyntax node) { } - - public virtual void VisitWithBlock(Syntax.WithBlockSyntax node) { } - - public virtual void VisitWithEventsEventContainer(Syntax.WithEventsEventContainerSyntax node) { } - - public virtual void VisitWithEventsPropertyEventContainer(Syntax.WithEventsPropertyEventContainerSyntax node) { } - - public virtual void VisitWithStatement(Syntax.WithStatementSyntax node) { } - - public virtual void VisitXmlAttribute(Syntax.XmlAttributeSyntax node) { } - - public virtual void VisitXmlBracketedName(Syntax.XmlBracketedNameSyntax node) { } - - public virtual void VisitXmlCDataSection(Syntax.XmlCDataSectionSyntax node) { } - - public virtual void VisitXmlComment(Syntax.XmlCommentSyntax node) { } - - public virtual void VisitXmlCrefAttribute(Syntax.XmlCrefAttributeSyntax node) { } - - public virtual void VisitXmlDeclaration(Syntax.XmlDeclarationSyntax node) { } - - public virtual void VisitXmlDeclarationOption(Syntax.XmlDeclarationOptionSyntax node) { } - - public virtual void VisitXmlDocument(Syntax.XmlDocumentSyntax node) { } - - public virtual void VisitXmlElement(Syntax.XmlElementSyntax node) { } - - public virtual void VisitXmlElementEndTag(Syntax.XmlElementEndTagSyntax node) { } - - public virtual void VisitXmlElementStartTag(Syntax.XmlElementStartTagSyntax node) { } - - public virtual void VisitXmlEmbeddedExpression(Syntax.XmlEmbeddedExpressionSyntax node) { } - - public virtual void VisitXmlEmptyElement(Syntax.XmlEmptyElementSyntax node) { } - - public virtual void VisitXmlMemberAccessExpression(Syntax.XmlMemberAccessExpressionSyntax node) { } - - public virtual void VisitXmlName(Syntax.XmlNameSyntax node) { } - - public virtual void VisitXmlNameAttribute(Syntax.XmlNameAttributeSyntax node) { } - - public virtual void VisitXmlNamespaceImportsClause(Syntax.XmlNamespaceImportsClauseSyntax node) { } - - public virtual void VisitXmlPrefix(Syntax.XmlPrefixSyntax node) { } - - public virtual void VisitXmlPrefixName(Syntax.XmlPrefixNameSyntax node) { } - - public virtual void VisitXmlProcessingInstruction(Syntax.XmlProcessingInstructionSyntax node) { } - - public virtual void VisitXmlString(Syntax.XmlStringSyntax node) { } - - public virtual void VisitXmlText(Syntax.XmlTextSyntax node) { } - - public virtual void VisitYieldStatement(Syntax.YieldStatementSyntax node) { } - } - - public abstract partial class VisualBasicSyntaxVisitor - { - public virtual TResult DefaultVisit(SyntaxNode node) { throw null; } - - public virtual TResult Visit(SyntaxNode node) { throw null; } - - public virtual TResult VisitAccessorBlock(Syntax.AccessorBlockSyntax node) { throw null; } - - public virtual TResult VisitAccessorStatement(Syntax.AccessorStatementSyntax node) { throw null; } - - public virtual TResult VisitAddRemoveHandlerStatement(Syntax.AddRemoveHandlerStatementSyntax node) { throw null; } - - public virtual TResult VisitAggregateClause(Syntax.AggregateClauseSyntax node) { throw null; } - - public virtual TResult VisitAggregationRangeVariable(Syntax.AggregationRangeVariableSyntax node) { throw null; } - - public virtual TResult VisitAnonymousObjectCreationExpression(Syntax.AnonymousObjectCreationExpressionSyntax node) { throw null; } - - public virtual TResult VisitArgumentList(Syntax.ArgumentListSyntax node) { throw null; } - - public virtual TResult VisitArrayCreationExpression(Syntax.ArrayCreationExpressionSyntax node) { throw null; } - - public virtual TResult VisitArrayRankSpecifier(Syntax.ArrayRankSpecifierSyntax node) { throw null; } - - public virtual TResult VisitArrayType(Syntax.ArrayTypeSyntax node) { throw null; } - - public virtual TResult VisitAsNewClause(Syntax.AsNewClauseSyntax node) { throw null; } - - public virtual TResult VisitAssignmentStatement(Syntax.AssignmentStatementSyntax node) { throw null; } - - public virtual TResult VisitAttribute(Syntax.AttributeSyntax node) { throw null; } - - public virtual TResult VisitAttributeList(Syntax.AttributeListSyntax node) { throw null; } - - public virtual TResult VisitAttributesStatement(Syntax.AttributesStatementSyntax node) { throw null; } - - public virtual TResult VisitAttributeTarget(Syntax.AttributeTargetSyntax node) { throw null; } - - public virtual TResult VisitAwaitExpression(Syntax.AwaitExpressionSyntax node) { throw null; } - - public virtual TResult VisitBadDirectiveTrivia(Syntax.BadDirectiveTriviaSyntax node) { throw null; } - - public virtual TResult VisitBinaryConditionalExpression(Syntax.BinaryConditionalExpressionSyntax node) { throw null; } - - public virtual TResult VisitBinaryExpression(Syntax.BinaryExpressionSyntax node) { throw null; } - - public virtual TResult VisitCallStatement(Syntax.CallStatementSyntax node) { throw null; } - - public virtual TResult VisitCaseBlock(Syntax.CaseBlockSyntax node) { throw null; } - - public virtual TResult VisitCaseStatement(Syntax.CaseStatementSyntax node) { throw null; } - - public virtual TResult VisitCatchBlock(Syntax.CatchBlockSyntax node) { throw null; } - - public virtual TResult VisitCatchFilterClause(Syntax.CatchFilterClauseSyntax node) { throw null; } - - public virtual TResult VisitCatchStatement(Syntax.CatchStatementSyntax node) { throw null; } - - public virtual TResult VisitClassBlock(Syntax.ClassBlockSyntax node) { throw null; } - - public virtual TResult VisitClassStatement(Syntax.ClassStatementSyntax node) { throw null; } - - public virtual TResult VisitCollectionInitializer(Syntax.CollectionInitializerSyntax node) { throw null; } - - public virtual TResult VisitCollectionRangeVariable(Syntax.CollectionRangeVariableSyntax node) { throw null; } - - public virtual TResult VisitCompilationUnit(Syntax.CompilationUnitSyntax node) { throw null; } - - public virtual TResult VisitConditionalAccessExpression(Syntax.ConditionalAccessExpressionSyntax node) { throw null; } - - public virtual TResult VisitConstDirectiveTrivia(Syntax.ConstDirectiveTriviaSyntax node) { throw null; } - - public virtual TResult VisitConstructorBlock(Syntax.ConstructorBlockSyntax node) { throw null; } - - public virtual TResult VisitContinueStatement(Syntax.ContinueStatementSyntax node) { throw null; } - - public virtual TResult VisitCrefOperatorReference(Syntax.CrefOperatorReferenceSyntax node) { throw null; } - - public virtual TResult VisitCrefReference(Syntax.CrefReferenceSyntax node) { throw null; } - - public virtual TResult VisitCrefSignature(Syntax.CrefSignatureSyntax node) { throw null; } - - public virtual TResult VisitCrefSignaturePart(Syntax.CrefSignaturePartSyntax node) { throw null; } - - public virtual TResult VisitCTypeExpression(Syntax.CTypeExpressionSyntax node) { throw null; } - - public virtual TResult VisitDeclareStatement(Syntax.DeclareStatementSyntax node) { throw null; } - - public virtual TResult VisitDelegateStatement(Syntax.DelegateStatementSyntax node) { throw null; } - - public virtual TResult VisitDirectCastExpression(Syntax.DirectCastExpressionSyntax node) { throw null; } - - public virtual TResult VisitDisableWarningDirectiveTrivia(Syntax.DisableWarningDirectiveTriviaSyntax node) { throw null; } - - public virtual TResult VisitDistinctClause(Syntax.DistinctClauseSyntax node) { throw null; } - - public virtual TResult VisitDocumentationCommentTrivia(Syntax.DocumentationCommentTriviaSyntax node) { throw null; } - - public virtual TResult VisitDoLoopBlock(Syntax.DoLoopBlockSyntax node) { throw null; } - - public virtual TResult VisitDoStatement(Syntax.DoStatementSyntax node) { throw null; } - - public virtual TResult VisitElseBlock(Syntax.ElseBlockSyntax node) { throw null; } - - public virtual TResult VisitElseCaseClause(Syntax.ElseCaseClauseSyntax node) { throw null; } - - public virtual TResult VisitElseDirectiveTrivia(Syntax.ElseDirectiveTriviaSyntax node) { throw null; } - - public virtual TResult VisitElseIfBlock(Syntax.ElseIfBlockSyntax node) { throw null; } - - public virtual TResult VisitElseIfStatement(Syntax.ElseIfStatementSyntax node) { throw null; } - - public virtual TResult VisitElseStatement(Syntax.ElseStatementSyntax node) { throw null; } - - public virtual TResult VisitEmptyStatement(Syntax.EmptyStatementSyntax node) { throw null; } - - public virtual TResult VisitEnableWarningDirectiveTrivia(Syntax.EnableWarningDirectiveTriviaSyntax node) { throw null; } - - public virtual TResult VisitEndBlockStatement(Syntax.EndBlockStatementSyntax node) { throw null; } - - public virtual TResult VisitEndExternalSourceDirectiveTrivia(Syntax.EndExternalSourceDirectiveTriviaSyntax node) { throw null; } - - public virtual TResult VisitEndIfDirectiveTrivia(Syntax.EndIfDirectiveTriviaSyntax node) { throw null; } - - public virtual TResult VisitEndRegionDirectiveTrivia(Syntax.EndRegionDirectiveTriviaSyntax node) { throw null; } - - public virtual TResult VisitEnumBlock(Syntax.EnumBlockSyntax node) { throw null; } - - public virtual TResult VisitEnumMemberDeclaration(Syntax.EnumMemberDeclarationSyntax node) { throw null; } - - public virtual TResult VisitEnumStatement(Syntax.EnumStatementSyntax node) { throw null; } - - public virtual TResult VisitEqualsValue(Syntax.EqualsValueSyntax node) { throw null; } - - public virtual TResult VisitEraseStatement(Syntax.EraseStatementSyntax node) { throw null; } - - public virtual TResult VisitErrorStatement(Syntax.ErrorStatementSyntax node) { throw null; } - - public virtual TResult VisitEventBlock(Syntax.EventBlockSyntax node) { throw null; } - - public virtual TResult VisitEventStatement(Syntax.EventStatementSyntax node) { throw null; } - - public virtual TResult VisitExitStatement(Syntax.ExitStatementSyntax node) { throw null; } - - public virtual TResult VisitExpressionRangeVariable(Syntax.ExpressionRangeVariableSyntax node) { throw null; } - - public virtual TResult VisitExpressionStatement(Syntax.ExpressionStatementSyntax node) { throw null; } - - public virtual TResult VisitExternalChecksumDirectiveTrivia(Syntax.ExternalChecksumDirectiveTriviaSyntax node) { throw null; } - - public virtual TResult VisitExternalSourceDirectiveTrivia(Syntax.ExternalSourceDirectiveTriviaSyntax node) { throw null; } - - public virtual TResult VisitFieldDeclaration(Syntax.FieldDeclarationSyntax node) { throw null; } - - public virtual TResult VisitFinallyBlock(Syntax.FinallyBlockSyntax node) { throw null; } - - public virtual TResult VisitFinallyStatement(Syntax.FinallyStatementSyntax node) { throw null; } - - public virtual TResult VisitForBlock(Syntax.ForBlockSyntax node) { throw null; } - - public virtual TResult VisitForEachBlock(Syntax.ForEachBlockSyntax node) { throw null; } - - public virtual TResult VisitForEachStatement(Syntax.ForEachStatementSyntax node) { throw null; } - - public virtual TResult VisitForStatement(Syntax.ForStatementSyntax node) { throw null; } - - public virtual TResult VisitForStepClause(Syntax.ForStepClauseSyntax node) { throw null; } - - public virtual TResult VisitFromClause(Syntax.FromClauseSyntax node) { throw null; } - - public virtual TResult VisitFunctionAggregation(Syntax.FunctionAggregationSyntax node) { throw null; } - - public virtual TResult VisitGenericName(Syntax.GenericNameSyntax node) { throw null; } - - public virtual TResult VisitGetTypeExpression(Syntax.GetTypeExpressionSyntax node) { throw null; } - - public virtual TResult VisitGetXmlNamespaceExpression(Syntax.GetXmlNamespaceExpressionSyntax node) { throw null; } - - public virtual TResult VisitGlobalName(Syntax.GlobalNameSyntax node) { throw null; } - - public virtual TResult VisitGoToStatement(Syntax.GoToStatementSyntax node) { throw null; } - - public virtual TResult VisitGroupAggregation(Syntax.GroupAggregationSyntax node) { throw null; } - - public virtual TResult VisitGroupByClause(Syntax.GroupByClauseSyntax node) { throw null; } - - public virtual TResult VisitGroupJoinClause(Syntax.GroupJoinClauseSyntax node) { throw null; } - - public virtual TResult VisitHandlesClause(Syntax.HandlesClauseSyntax node) { throw null; } - - public virtual TResult VisitHandlesClauseItem(Syntax.HandlesClauseItemSyntax node) { throw null; } - - public virtual TResult VisitIdentifierName(Syntax.IdentifierNameSyntax node) { throw null; } - - public virtual TResult VisitIfDirectiveTrivia(Syntax.IfDirectiveTriviaSyntax node) { throw null; } - - public virtual TResult VisitIfStatement(Syntax.IfStatementSyntax node) { throw null; } - - public virtual TResult VisitImplementsClause(Syntax.ImplementsClauseSyntax node) { throw null; } - - public virtual TResult VisitImplementsStatement(Syntax.ImplementsStatementSyntax node) { throw null; } - - public virtual TResult VisitImportAliasClause(Syntax.ImportAliasClauseSyntax node) { throw null; } - - public virtual TResult VisitImportsStatement(Syntax.ImportsStatementSyntax node) { throw null; } - - public virtual TResult VisitIncompleteMember(Syntax.IncompleteMemberSyntax node) { throw null; } - - public virtual TResult VisitInferredFieldInitializer(Syntax.InferredFieldInitializerSyntax node) { throw null; } - - public virtual TResult VisitInheritsStatement(Syntax.InheritsStatementSyntax node) { throw null; } - - public virtual TResult VisitInterfaceBlock(Syntax.InterfaceBlockSyntax node) { throw null; } - - public virtual TResult VisitInterfaceStatement(Syntax.InterfaceStatementSyntax node) { throw null; } - - public virtual TResult VisitInterpolatedStringExpression(Syntax.InterpolatedStringExpressionSyntax node) { throw null; } - - public virtual TResult VisitInterpolatedStringText(Syntax.InterpolatedStringTextSyntax node) { throw null; } - - public virtual TResult VisitInterpolation(Syntax.InterpolationSyntax node) { throw null; } - - public virtual TResult VisitInterpolationAlignmentClause(Syntax.InterpolationAlignmentClauseSyntax node) { throw null; } - - public virtual TResult VisitInterpolationFormatClause(Syntax.InterpolationFormatClauseSyntax node) { throw null; } - - public virtual TResult VisitInvocationExpression(Syntax.InvocationExpressionSyntax node) { throw null; } - - public virtual TResult VisitJoinCondition(Syntax.JoinConditionSyntax node) { throw null; } - - public virtual TResult VisitKeywordEventContainer(Syntax.KeywordEventContainerSyntax node) { throw null; } - - public virtual TResult VisitLabel(Syntax.LabelSyntax node) { throw null; } - - public virtual TResult VisitLabelStatement(Syntax.LabelStatementSyntax node) { throw null; } - - public virtual TResult VisitLambdaHeader(Syntax.LambdaHeaderSyntax node) { throw null; } - - public virtual TResult VisitLetClause(Syntax.LetClauseSyntax node) { throw null; } - - public virtual TResult VisitLiteralExpression(Syntax.LiteralExpressionSyntax node) { throw null; } - - public virtual TResult VisitLocalDeclarationStatement(Syntax.LocalDeclarationStatementSyntax node) { throw null; } - - public virtual TResult VisitLoopStatement(Syntax.LoopStatementSyntax node) { throw null; } - - public virtual TResult VisitMeExpression(Syntax.MeExpressionSyntax node) { throw null; } - - public virtual TResult VisitMemberAccessExpression(Syntax.MemberAccessExpressionSyntax node) { throw null; } - - public virtual TResult VisitMethodBlock(Syntax.MethodBlockSyntax node) { throw null; } - - public virtual TResult VisitMethodStatement(Syntax.MethodStatementSyntax node) { throw null; } - - public virtual TResult VisitMidExpression(Syntax.MidExpressionSyntax node) { throw null; } - - public virtual TResult VisitModifiedIdentifier(Syntax.ModifiedIdentifierSyntax node) { throw null; } - - public virtual TResult VisitModuleBlock(Syntax.ModuleBlockSyntax node) { throw null; } - - public virtual TResult VisitModuleStatement(Syntax.ModuleStatementSyntax node) { throw null; } - - public virtual TResult VisitMultiLineIfBlock(Syntax.MultiLineIfBlockSyntax node) { throw null; } - - public virtual TResult VisitMultiLineLambdaExpression(Syntax.MultiLineLambdaExpressionSyntax node) { throw null; } - - public virtual TResult VisitMyBaseExpression(Syntax.MyBaseExpressionSyntax node) { throw null; } - - public virtual TResult VisitMyClassExpression(Syntax.MyClassExpressionSyntax node) { throw null; } - - public virtual TResult VisitNameColonEquals(Syntax.NameColonEqualsSyntax node) { throw null; } - - public virtual TResult VisitNamedFieldInitializer(Syntax.NamedFieldInitializerSyntax node) { throw null; } - - public virtual TResult VisitNamedTupleElement(Syntax.NamedTupleElementSyntax node) { throw null; } - - public virtual TResult VisitNameOfExpression(Syntax.NameOfExpressionSyntax node) { throw null; } - - public virtual TResult VisitNamespaceBlock(Syntax.NamespaceBlockSyntax node) { throw null; } - - public virtual TResult VisitNamespaceStatement(Syntax.NamespaceStatementSyntax node) { throw null; } - - public virtual TResult VisitNextStatement(Syntax.NextStatementSyntax node) { throw null; } - - public virtual TResult VisitNullableType(Syntax.NullableTypeSyntax node) { throw null; } - - public virtual TResult VisitObjectCollectionInitializer(Syntax.ObjectCollectionInitializerSyntax node) { throw null; } - - public virtual TResult VisitObjectCreationExpression(Syntax.ObjectCreationExpressionSyntax node) { throw null; } - - public virtual TResult VisitObjectMemberInitializer(Syntax.ObjectMemberInitializerSyntax node) { throw null; } - - public virtual TResult VisitOmittedArgument(Syntax.OmittedArgumentSyntax node) { throw null; } - - public virtual TResult VisitOnErrorGoToStatement(Syntax.OnErrorGoToStatementSyntax node) { throw null; } - - public virtual TResult VisitOnErrorResumeNextStatement(Syntax.OnErrorResumeNextStatementSyntax node) { throw null; } - - public virtual TResult VisitOperatorBlock(Syntax.OperatorBlockSyntax node) { throw null; } - - public virtual TResult VisitOperatorStatement(Syntax.OperatorStatementSyntax node) { throw null; } - - public virtual TResult VisitOptionStatement(Syntax.OptionStatementSyntax node) { throw null; } - - public virtual TResult VisitOrderByClause(Syntax.OrderByClauseSyntax node) { throw null; } - - public virtual TResult VisitOrdering(Syntax.OrderingSyntax node) { throw null; } - - public virtual TResult VisitParameter(Syntax.ParameterSyntax node) { throw null; } - - public virtual TResult VisitParameterList(Syntax.ParameterListSyntax node) { throw null; } - - public virtual TResult VisitParenthesizedExpression(Syntax.ParenthesizedExpressionSyntax node) { throw null; } - - public virtual TResult VisitPartitionClause(Syntax.PartitionClauseSyntax node) { throw null; } - - public virtual TResult VisitPartitionWhileClause(Syntax.PartitionWhileClauseSyntax node) { throw null; } - - public virtual TResult VisitPredefinedCastExpression(Syntax.PredefinedCastExpressionSyntax node) { throw null; } - - public virtual TResult VisitPredefinedType(Syntax.PredefinedTypeSyntax node) { throw null; } - - public virtual TResult VisitPrintStatement(Syntax.PrintStatementSyntax node) { throw null; } - - public virtual TResult VisitPropertyBlock(Syntax.PropertyBlockSyntax node) { throw null; } - - public virtual TResult VisitPropertyStatement(Syntax.PropertyStatementSyntax node) { throw null; } - - public virtual TResult VisitQualifiedCrefOperatorReference(Syntax.QualifiedCrefOperatorReferenceSyntax node) { throw null; } - - public virtual TResult VisitQualifiedName(Syntax.QualifiedNameSyntax node) { throw null; } - - public virtual TResult VisitQueryExpression(Syntax.QueryExpressionSyntax node) { throw null; } - - public virtual TResult VisitRaiseEventStatement(Syntax.RaiseEventStatementSyntax node) { throw null; } - - public virtual TResult VisitRangeArgument(Syntax.RangeArgumentSyntax node) { throw null; } - - public virtual TResult VisitRangeCaseClause(Syntax.RangeCaseClauseSyntax node) { throw null; } - - public virtual TResult VisitRedimClause(Syntax.RedimClauseSyntax node) { throw null; } - - public virtual TResult VisitReDimStatement(Syntax.ReDimStatementSyntax node) { throw null; } - - public virtual TResult VisitReferenceDirectiveTrivia(Syntax.ReferenceDirectiveTriviaSyntax node) { throw null; } - - public virtual TResult VisitRegionDirectiveTrivia(Syntax.RegionDirectiveTriviaSyntax node) { throw null; } - - public virtual TResult VisitRelationalCaseClause(Syntax.RelationalCaseClauseSyntax node) { throw null; } - - public virtual TResult VisitResumeStatement(Syntax.ResumeStatementSyntax node) { throw null; } - - public virtual TResult VisitReturnStatement(Syntax.ReturnStatementSyntax node) { throw null; } - - public virtual TResult VisitSelectBlock(Syntax.SelectBlockSyntax node) { throw null; } - - public virtual TResult VisitSelectClause(Syntax.SelectClauseSyntax node) { throw null; } - - public virtual TResult VisitSelectStatement(Syntax.SelectStatementSyntax node) { throw null; } - - public virtual TResult VisitSimpleArgument(Syntax.SimpleArgumentSyntax node) { throw null; } - - public virtual TResult VisitSimpleAsClause(Syntax.SimpleAsClauseSyntax node) { throw null; } - - public virtual TResult VisitSimpleCaseClause(Syntax.SimpleCaseClauseSyntax node) { throw null; } - - public virtual TResult VisitSimpleImportsClause(Syntax.SimpleImportsClauseSyntax node) { throw null; } - - public virtual TResult VisitSimpleJoinClause(Syntax.SimpleJoinClauseSyntax node) { throw null; } - - public virtual TResult VisitSingleLineElseClause(Syntax.SingleLineElseClauseSyntax node) { throw null; } - - public virtual TResult VisitSingleLineIfStatement(Syntax.SingleLineIfStatementSyntax node) { throw null; } - - public virtual TResult VisitSingleLineLambdaExpression(Syntax.SingleLineLambdaExpressionSyntax node) { throw null; } - - public virtual TResult VisitSkippedTokensTrivia(Syntax.SkippedTokensTriviaSyntax node) { throw null; } - - public virtual TResult VisitSpecialConstraint(Syntax.SpecialConstraintSyntax node) { throw null; } - - public virtual TResult VisitStopOrEndStatement(Syntax.StopOrEndStatementSyntax node) { throw null; } - - public virtual TResult VisitStructureBlock(Syntax.StructureBlockSyntax node) { throw null; } - - public virtual TResult VisitStructureStatement(Syntax.StructureStatementSyntax node) { throw null; } - - public virtual TResult VisitSubNewStatement(Syntax.SubNewStatementSyntax node) { throw null; } - - public virtual TResult VisitSyncLockBlock(Syntax.SyncLockBlockSyntax node) { throw null; } - - public virtual TResult VisitSyncLockStatement(Syntax.SyncLockStatementSyntax node) { throw null; } - - public virtual TResult VisitTernaryConditionalExpression(Syntax.TernaryConditionalExpressionSyntax node) { throw null; } - - public virtual TResult VisitThrowStatement(Syntax.ThrowStatementSyntax node) { throw null; } - - public virtual TResult VisitTryBlock(Syntax.TryBlockSyntax node) { throw null; } - - public virtual TResult VisitTryCastExpression(Syntax.TryCastExpressionSyntax node) { throw null; } - - public virtual TResult VisitTryStatement(Syntax.TryStatementSyntax node) { throw null; } - - public virtual TResult VisitTupleExpression(Syntax.TupleExpressionSyntax node) { throw null; } - - public virtual TResult VisitTupleType(Syntax.TupleTypeSyntax node) { throw null; } - - public virtual TResult VisitTypeArgumentList(Syntax.TypeArgumentListSyntax node) { throw null; } - - public virtual TResult VisitTypeConstraint(Syntax.TypeConstraintSyntax node) { throw null; } - - public virtual TResult VisitTypedTupleElement(Syntax.TypedTupleElementSyntax node) { throw null; } - - public virtual TResult VisitTypeOfExpression(Syntax.TypeOfExpressionSyntax node) { throw null; } - - public virtual TResult VisitTypeParameter(Syntax.TypeParameterSyntax node) { throw null; } - - public virtual TResult VisitTypeParameterList(Syntax.TypeParameterListSyntax node) { throw null; } - - public virtual TResult VisitTypeParameterMultipleConstraintClause(Syntax.TypeParameterMultipleConstraintClauseSyntax node) { throw null; } - - public virtual TResult VisitTypeParameterSingleConstraintClause(Syntax.TypeParameterSingleConstraintClauseSyntax node) { throw null; } - - public virtual TResult VisitUnaryExpression(Syntax.UnaryExpressionSyntax node) { throw null; } - - public virtual TResult VisitUsingBlock(Syntax.UsingBlockSyntax node) { throw null; } - - public virtual TResult VisitUsingStatement(Syntax.UsingStatementSyntax node) { throw null; } - - public virtual TResult VisitVariableDeclarator(Syntax.VariableDeclaratorSyntax node) { throw null; } - - public virtual TResult VisitVariableNameEquals(Syntax.VariableNameEqualsSyntax node) { throw null; } - - public virtual TResult VisitWhereClause(Syntax.WhereClauseSyntax node) { throw null; } - - public virtual TResult VisitWhileBlock(Syntax.WhileBlockSyntax node) { throw null; } - - public virtual TResult VisitWhileOrUntilClause(Syntax.WhileOrUntilClauseSyntax node) { throw null; } - - public virtual TResult VisitWhileStatement(Syntax.WhileStatementSyntax node) { throw null; } - - public virtual TResult VisitWithBlock(Syntax.WithBlockSyntax node) { throw null; } - - public virtual TResult VisitWithEventsEventContainer(Syntax.WithEventsEventContainerSyntax node) { throw null; } - - public virtual TResult VisitWithEventsPropertyEventContainer(Syntax.WithEventsPropertyEventContainerSyntax node) { throw null; } - - public virtual TResult VisitWithStatement(Syntax.WithStatementSyntax node) { throw null; } - - public virtual TResult VisitXmlAttribute(Syntax.XmlAttributeSyntax node) { throw null; } - - public virtual TResult VisitXmlBracketedName(Syntax.XmlBracketedNameSyntax node) { throw null; } - - public virtual TResult VisitXmlCDataSection(Syntax.XmlCDataSectionSyntax node) { throw null; } - - public virtual TResult VisitXmlComment(Syntax.XmlCommentSyntax node) { throw null; } - - public virtual TResult VisitXmlCrefAttribute(Syntax.XmlCrefAttributeSyntax node) { throw null; } - - public virtual TResult VisitXmlDeclaration(Syntax.XmlDeclarationSyntax node) { throw null; } - - public virtual TResult VisitXmlDeclarationOption(Syntax.XmlDeclarationOptionSyntax node) { throw null; } - - public virtual TResult VisitXmlDocument(Syntax.XmlDocumentSyntax node) { throw null; } - - public virtual TResult VisitXmlElement(Syntax.XmlElementSyntax node) { throw null; } - - public virtual TResult VisitXmlElementEndTag(Syntax.XmlElementEndTagSyntax node) { throw null; } - - public virtual TResult VisitXmlElementStartTag(Syntax.XmlElementStartTagSyntax node) { throw null; } - - public virtual TResult VisitXmlEmbeddedExpression(Syntax.XmlEmbeddedExpressionSyntax node) { throw null; } - - public virtual TResult VisitXmlEmptyElement(Syntax.XmlEmptyElementSyntax node) { throw null; } - - public virtual TResult VisitXmlMemberAccessExpression(Syntax.XmlMemberAccessExpressionSyntax node) { throw null; } - - public virtual TResult VisitXmlName(Syntax.XmlNameSyntax node) { throw null; } - - public virtual TResult VisitXmlNameAttribute(Syntax.XmlNameAttributeSyntax node) { throw null; } - - public virtual TResult VisitXmlNamespaceImportsClause(Syntax.XmlNamespaceImportsClauseSyntax node) { throw null; } - - public virtual TResult VisitXmlPrefix(Syntax.XmlPrefixSyntax node) { throw null; } - - public virtual TResult VisitXmlPrefixName(Syntax.XmlPrefixNameSyntax node) { throw null; } - - public virtual TResult VisitXmlProcessingInstruction(Syntax.XmlProcessingInstructionSyntax node) { throw null; } - - public virtual TResult VisitXmlString(Syntax.XmlStringSyntax node) { throw null; } - - public virtual TResult VisitXmlText(Syntax.XmlTextSyntax node) { throw null; } - - public virtual TResult VisitYieldStatement(Syntax.YieldStatementSyntax node) { throw null; } - } - - public abstract partial class VisualBasicSyntaxWalker : VisualBasicSyntaxVisitor - { - protected VisualBasicSyntaxWalker(SyntaxWalkerDepth depth = SyntaxWalkerDepth.Node) { } - - protected SyntaxWalkerDepth Depth { get { throw null; } } - - public override void DefaultVisit(SyntaxNode node) { } - - public override void Visit(SyntaxNode node) { } - - public virtual void VisitLeadingTrivia(SyntaxToken token) { } - - public virtual void VisitToken(SyntaxToken token) { } - - public virtual void VisitTrailingTrivia(SyntaxToken token) { } - - public virtual void VisitTrivia(SyntaxTrivia trivia) { } - } -} - -namespace Microsoft.CodeAnalysis.VisualBasic.Syntax -{ - public sealed partial class AccessorBlockSyntax : MethodBlockBaseSyntax - { - internal AccessorBlockSyntax() { } - - public AccessorStatementSyntax AccessorStatement { get { throw null; } } - - [System.Obsolete("This member is obsolete. Use AccessorStatement instead.", true)] - public new AccessorStatementSyntax Begin { get { throw null; } } - - public override MethodBaseSyntax BlockStatement { get { throw null; } } - - [System.Obsolete("This member is obsolete. Use EndAccessorStatement instead.", true)] - public new EndBlockStatementSyntax End { get { throw null; } } - - public EndBlockStatementSyntax EndAccessorStatement { get { throw null; } } - - public override EndBlockStatementSyntax EndBlockStatement { get { throw null; } } - - public new SyntaxList Statements { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public new AccessorBlockSyntax AddStatements(params StatementSyntax[] items) { throw null; } - - public AccessorBlockSyntax Update(SyntaxKind kind, AccessorStatementSyntax accessorStatement, SyntaxList statements, EndBlockStatementSyntax endAccessorStatement) { throw null; } - - public AccessorBlockSyntax WithAccessorStatement(AccessorStatementSyntax accessorStatement) { throw null; } - - [System.Obsolete("This member is obsolete. Use WithAccessorStatement instead.", true)] - public AccessorBlockSyntax WithBegin(AccessorStatementSyntax begin) { throw null; } - - public override MethodBlockBaseSyntax WithBlockStatement(MethodBaseSyntax blockStatement) { throw null; } - - [System.Obsolete("This member is obsolete. Use WithEndAccessorStatement instead.", true)] - public new AccessorBlockSyntax WithEnd(EndBlockStatementSyntax end) { throw null; } - - public AccessorBlockSyntax WithEndAccessorStatement(EndBlockStatementSyntax endAccessorStatement) { throw null; } - - public override MethodBlockBaseSyntax WithEndBlockStatement(EndBlockStatementSyntax endBlockStatement) { throw null; } - - public new AccessorBlockSyntax WithStatements(SyntaxList statements) { throw null; } - } - - public sealed partial class AccessorStatementSyntax : MethodBaseSyntax - { - internal AccessorStatementSyntax() { } - - public SyntaxToken AccessorKeyword { get { throw null; } } - - public new SyntaxList AttributeLists { get { throw null; } } - - public override SyntaxToken DeclarationKeyword { get { throw null; } } - - [System.Obsolete("This member is obsolete.", true)] - public new SyntaxToken Keyword { get { throw null; } } - - public new SyntaxTokenList Modifiers { get { throw null; } } - - public new ParameterListSyntax ParameterList { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public new AccessorStatementSyntax AddAttributeLists(params AttributeListSyntax[] items) { throw null; } - - public new AccessorStatementSyntax AddModifiers(params SyntaxToken[] items) { throw null; } - - public new AccessorStatementSyntax AddParameterListParameters(params ParameterSyntax[] items) { throw null; } - - public AccessorStatementSyntax Update(SyntaxKind kind, SyntaxList attributeLists, SyntaxTokenList modifiers, SyntaxToken accessorKeyword, ParameterListSyntax parameterList) { throw null; } - - public AccessorStatementSyntax WithAccessorKeyword(SyntaxToken accessorKeyword) { throw null; } - - public new AccessorStatementSyntax WithAttributeLists(SyntaxList attributeLists) { throw null; } - - public override MethodBaseSyntax WithDeclarationKeyword(SyntaxToken keyword) { throw null; } - - [System.Obsolete("This member is obsolete.", true)] - public new AccessorStatementSyntax WithKeyword(SyntaxToken keyword) { throw null; } - - public new AccessorStatementSyntax WithModifiers(SyntaxTokenList modifiers) { throw null; } - - public new AccessorStatementSyntax WithParameterList(ParameterListSyntax parameterList) { throw null; } - } - - public sealed partial class AddRemoveHandlerStatementSyntax : ExecutableStatementSyntax - { - internal AddRemoveHandlerStatementSyntax() { } - - public SyntaxToken AddHandlerOrRemoveHandlerKeyword { get { throw null; } } - - public SyntaxToken CommaToken { get { throw null; } } - - public ExpressionSyntax DelegateExpression { get { throw null; } } - - public ExpressionSyntax EventExpression { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public AddRemoveHandlerStatementSyntax Update(SyntaxKind kind, SyntaxToken addHandlerOrRemoveHandlerKeyword, ExpressionSyntax eventExpression, SyntaxToken commaToken, ExpressionSyntax delegateExpression) { throw null; } - - public AddRemoveHandlerStatementSyntax WithAddHandlerOrRemoveHandlerKeyword(SyntaxToken addHandlerOrRemoveHandlerKeyword) { throw null; } - - public AddRemoveHandlerStatementSyntax WithCommaToken(SyntaxToken commaToken) { throw null; } - - public AddRemoveHandlerStatementSyntax WithDelegateExpression(ExpressionSyntax delegateExpression) { throw null; } - - public AddRemoveHandlerStatementSyntax WithEventExpression(ExpressionSyntax eventExpression) { throw null; } - } - - public sealed partial class AggregateClauseSyntax : QueryClauseSyntax - { - internal AggregateClauseSyntax() { } - - public SyntaxList AdditionalQueryOperators { get { throw null; } } - - public SyntaxToken AggregateKeyword { get { throw null; } } - - public SeparatedSyntaxList AggregationVariables { get { throw null; } } - - public SyntaxToken IntoKeyword { get { throw null; } } - - public SeparatedSyntaxList Variables { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public AggregateClauseSyntax AddAdditionalQueryOperators(params QueryClauseSyntax[] items) { throw null; } - - public AggregateClauseSyntax AddAggregationVariables(params AggregationRangeVariableSyntax[] items) { throw null; } - - public AggregateClauseSyntax AddVariables(params CollectionRangeVariableSyntax[] items) { throw null; } - - public AggregateClauseSyntax Update(SyntaxToken aggregateKeyword, SeparatedSyntaxList variables, SyntaxList additionalQueryOperators, SyntaxToken intoKeyword, SeparatedSyntaxList aggregationVariables) { throw null; } - - public AggregateClauseSyntax WithAdditionalQueryOperators(SyntaxList additionalQueryOperators) { throw null; } - - public AggregateClauseSyntax WithAggregateKeyword(SyntaxToken aggregateKeyword) { throw null; } - - public AggregateClauseSyntax WithAggregationVariables(SeparatedSyntaxList aggregationVariables) { throw null; } - - public AggregateClauseSyntax WithIntoKeyword(SyntaxToken intoKeyword) { throw null; } - - public AggregateClauseSyntax WithVariables(SeparatedSyntaxList variables) { throw null; } - } - - public sealed partial class AggregationRangeVariableSyntax : VisualBasicSyntaxNode - { - internal AggregationRangeVariableSyntax() { } - - public AggregationSyntax Aggregation { get { throw null; } } - - public VariableNameEqualsSyntax NameEquals { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public AggregationRangeVariableSyntax Update(VariableNameEqualsSyntax nameEquals, AggregationSyntax aggregation) { throw null; } - - public AggregationRangeVariableSyntax WithAggregation(AggregationSyntax aggregation) { throw null; } - - public AggregationRangeVariableSyntax WithNameEquals(VariableNameEqualsSyntax nameEquals) { throw null; } - } - - public abstract partial class AggregationSyntax : ExpressionSyntax - { - internal AggregationSyntax() { } - } - - public sealed partial class AnonymousObjectCreationExpressionSyntax : NewExpressionSyntax - { - internal AnonymousObjectCreationExpressionSyntax() { } - - public new SyntaxList AttributeLists { get { throw null; } } - - public ObjectMemberInitializerSyntax Initializer { get { throw null; } } - - public new SyntaxToken NewKeyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public new AnonymousObjectCreationExpressionSyntax AddAttributeLists(params AttributeListSyntax[] items) { throw null; } - - public AnonymousObjectCreationExpressionSyntax AddInitializerInitializers(params FieldInitializerSyntax[] items) { throw null; } - - public AnonymousObjectCreationExpressionSyntax Update(SyntaxToken newKeyword, SyntaxList attributeLists, ObjectMemberInitializerSyntax initializer) { throw null; } - - public new AnonymousObjectCreationExpressionSyntax WithAttributeLists(SyntaxList attributeLists) { throw null; } - - public AnonymousObjectCreationExpressionSyntax WithInitializer(ObjectMemberInitializerSyntax initializer) { throw null; } - - public new AnonymousObjectCreationExpressionSyntax WithNewKeyword(SyntaxToken newKeyword) { throw null; } - } - - public sealed partial class ArgumentListSyntax : VisualBasicSyntaxNode - { - internal ArgumentListSyntax() { } - - public SeparatedSyntaxList Arguments { get { throw null; } } - - public SyntaxToken CloseParenToken { get { throw null; } } - - public SyntaxToken OpenParenToken { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public ArgumentListSyntax AddArguments(params ArgumentSyntax[] items) { throw null; } - - public ArgumentListSyntax Update(SyntaxToken openParenToken, SeparatedSyntaxList arguments, SyntaxToken closeParenToken) { throw null; } - - public ArgumentListSyntax WithArguments(SeparatedSyntaxList arguments) { throw null; } - - public ArgumentListSyntax WithCloseParenToken(SyntaxToken closeParenToken) { throw null; } - - public ArgumentListSyntax WithOpenParenToken(SyntaxToken openParenToken) { throw null; } - } - - public abstract partial class ArgumentSyntax : VisualBasicSyntaxNode - { - internal ArgumentSyntax() { } - - public abstract bool IsNamed { get; } - - public bool IsOmitted { get { throw null; } } - - public abstract ExpressionSyntax GetExpression(); - } - - public sealed partial class ArrayCreationExpressionSyntax : NewExpressionSyntax - { - internal ArrayCreationExpressionSyntax() { } - - public ArgumentListSyntax ArrayBounds { get { throw null; } } - - public new SyntaxList AttributeLists { get { throw null; } } - - public CollectionInitializerSyntax Initializer { get { throw null; } } - - public new SyntaxToken NewKeyword { get { throw null; } } - - public SyntaxList RankSpecifiers { get { throw null; } } - - public TypeSyntax Type { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public ArrayCreationExpressionSyntax AddArrayBoundsArguments(params ArgumentSyntax[] items) { throw null; } - - public new ArrayCreationExpressionSyntax AddAttributeLists(params AttributeListSyntax[] items) { throw null; } - - public ArrayCreationExpressionSyntax AddInitializerInitializers(params ExpressionSyntax[] items) { throw null; } - - public ArrayCreationExpressionSyntax AddRankSpecifiers(params ArrayRankSpecifierSyntax[] items) { throw null; } - - public ArrayCreationExpressionSyntax Update(SyntaxToken newKeyword, SyntaxList attributeLists, TypeSyntax type, ArgumentListSyntax arrayBounds, SyntaxList rankSpecifiers, CollectionInitializerSyntax initializer) { throw null; } - - public ArrayCreationExpressionSyntax WithArrayBounds(ArgumentListSyntax arrayBounds) { throw null; } - - public new ArrayCreationExpressionSyntax WithAttributeLists(SyntaxList attributeLists) { throw null; } - - public ArrayCreationExpressionSyntax WithInitializer(CollectionInitializerSyntax initializer) { throw null; } - - public new ArrayCreationExpressionSyntax WithNewKeyword(SyntaxToken newKeyword) { throw null; } - - public ArrayCreationExpressionSyntax WithRankSpecifiers(SyntaxList rankSpecifiers) { throw null; } - - public ArrayCreationExpressionSyntax WithType(TypeSyntax type) { throw null; } - } - - public sealed partial class ArrayRankSpecifierSyntax : VisualBasicSyntaxNode - { - internal ArrayRankSpecifierSyntax() { } - - public SyntaxToken CloseParenToken { get { throw null; } } - - public SyntaxTokenList CommaTokens { get { throw null; } } - - public SyntaxToken OpenParenToken { get { throw null; } } - - public int Rank { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public ArrayRankSpecifierSyntax AddCommaTokens(params SyntaxToken[] items) { throw null; } - - public ArrayRankSpecifierSyntax Update(SyntaxToken openParenToken, SyntaxTokenList commaTokens, SyntaxToken closeParenToken) { throw null; } - - public ArrayRankSpecifierSyntax WithCloseParenToken(SyntaxToken closeParenToken) { throw null; } - - public ArrayRankSpecifierSyntax WithCommaTokens(SyntaxTokenList commaTokens) { throw null; } - - public ArrayRankSpecifierSyntax WithOpenParenToken(SyntaxToken openParenToken) { throw null; } - } - - public sealed partial class ArrayTypeSyntax : TypeSyntax - { - internal ArrayTypeSyntax() { } - - public TypeSyntax ElementType { get { throw null; } } - - public SyntaxList RankSpecifiers { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public ArrayTypeSyntax AddRankSpecifiers(params ArrayRankSpecifierSyntax[] items) { throw null; } - - public ArrayTypeSyntax Update(TypeSyntax elementType, SyntaxList rankSpecifiers) { throw null; } - - public ArrayTypeSyntax WithElementType(TypeSyntax elementType) { throw null; } - - public ArrayTypeSyntax WithRankSpecifiers(SyntaxList rankSpecifiers) { throw null; } - } - - public abstract partial class AsClauseSyntax : VisualBasicSyntaxNode - { - internal AsClauseSyntax() { } - - public SyntaxToken AsKeyword { get { throw null; } } - - public AsClauseSyntax WithAsKeyword(SyntaxToken asKeyword) { throw null; } - } - - public sealed partial class AsNewClauseSyntax : AsClauseSyntax - { - internal AsNewClauseSyntax() { } - - public new SyntaxToken AsKeyword { get { throw null; } } - - public NewExpressionSyntax NewExpression { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public AsNewClauseSyntax Update(SyntaxToken asKeyword, NewExpressionSyntax newExpression) { throw null; } - - public new AsNewClauseSyntax WithAsKeyword(SyntaxToken asKeyword) { throw null; } - - public AsNewClauseSyntax WithNewExpression(NewExpressionSyntax newExpression) { throw null; } - } - - public sealed partial class AssignmentStatementSyntax : ExecutableStatementSyntax - { - internal AssignmentStatementSyntax() { } - - public ExpressionSyntax Left { get { throw null; } } - - public SyntaxToken OperatorToken { get { throw null; } } - - public ExpressionSyntax Right { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public AssignmentStatementSyntax Update(SyntaxKind kind, ExpressionSyntax left, SyntaxToken operatorToken, ExpressionSyntax right) { throw null; } - - public AssignmentStatementSyntax WithLeft(ExpressionSyntax left) { throw null; } - - public AssignmentStatementSyntax WithOperatorToken(SyntaxToken operatorToken) { throw null; } - - public AssignmentStatementSyntax WithRight(ExpressionSyntax right) { throw null; } - } - - public sealed partial class AttributeListSyntax : VisualBasicSyntaxNode - { - internal AttributeListSyntax() { } - - public SeparatedSyntaxList Attributes { get { throw null; } } - - public SyntaxToken GreaterThanToken { get { throw null; } } - - public SyntaxToken LessThanToken { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public AttributeListSyntax AddAttributes(params AttributeSyntax[] items) { throw null; } - - public AttributeListSyntax Update(SyntaxToken lessThanToken, SeparatedSyntaxList attributes, SyntaxToken greaterThanToken) { throw null; } - - public AttributeListSyntax WithAttributes(SeparatedSyntaxList attributes) { throw null; } - - public AttributeListSyntax WithGreaterThanToken(SyntaxToken greaterThanToken) { throw null; } - - public AttributeListSyntax WithLessThanToken(SyntaxToken lessThanToken) { throw null; } - } - - public sealed partial class AttributesStatementSyntax : DeclarationStatementSyntax - { - internal AttributesStatementSyntax() { } - - public SyntaxList AttributeLists { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public AttributesStatementSyntax AddAttributeLists(params AttributeListSyntax[] items) { throw null; } - - public AttributesStatementSyntax Update(SyntaxList attributeLists) { throw null; } - - public AttributesStatementSyntax WithAttributeLists(SyntaxList attributeLists) { throw null; } - } - - public sealed partial class AttributeSyntax : VisualBasicSyntaxNode - { - internal AttributeSyntax() { } - - public ArgumentListSyntax ArgumentList { get { throw null; } } - - public TypeSyntax Name { get { throw null; } } - - public AttributeTargetSyntax Target { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public AttributeSyntax AddArgumentListArguments(params ArgumentSyntax[] items) { throw null; } - - public AttributeSyntax Update(AttributeTargetSyntax target, TypeSyntax name, ArgumentListSyntax argumentList) { throw null; } - - public AttributeSyntax WithArgumentList(ArgumentListSyntax argumentList) { throw null; } - - public AttributeSyntax WithName(TypeSyntax name) { throw null; } - - public AttributeSyntax WithTarget(AttributeTargetSyntax target) { throw null; } - } - - public sealed partial class AttributeTargetSyntax : VisualBasicSyntaxNode - { - internal AttributeTargetSyntax() { } - - public SyntaxToken AttributeModifier { get { throw null; } } - - public SyntaxToken ColonToken { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public AttributeTargetSyntax Update(SyntaxToken attributeModifier, SyntaxToken colonToken) { throw null; } - - public AttributeTargetSyntax WithAttributeModifier(SyntaxToken attributeModifier) { throw null; } - - public AttributeTargetSyntax WithColonToken(SyntaxToken colonToken) { throw null; } - } - - public sealed partial class AwaitExpressionSyntax : ExpressionSyntax - { - internal AwaitExpressionSyntax() { } - - public SyntaxToken AwaitKeyword { get { throw null; } } - - public ExpressionSyntax Expression { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public AwaitExpressionSyntax Update(SyntaxToken awaitKeyword, ExpressionSyntax expression) { throw null; } - - public AwaitExpressionSyntax WithAwaitKeyword(SyntaxToken awaitKeyword) { throw null; } - - public AwaitExpressionSyntax WithExpression(ExpressionSyntax expression) { throw null; } - } - - public sealed partial class BadDirectiveTriviaSyntax : DirectiveTriviaSyntax - { - internal BadDirectiveTriviaSyntax() { } - - public new SyntaxToken HashToken { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public BadDirectiveTriviaSyntax Update(SyntaxToken hashToken) { throw null; } - - public new BadDirectiveTriviaSyntax WithHashToken(SyntaxToken hashToken) { throw null; } - } - - public abstract partial class BaseXmlAttributeSyntax : XmlNodeSyntax - { - internal BaseXmlAttributeSyntax() { } - } - - public sealed partial class BinaryConditionalExpressionSyntax : ExpressionSyntax - { - internal BinaryConditionalExpressionSyntax() { } - - public SyntaxToken CloseParenToken { get { throw null; } } - - public SyntaxToken CommaToken { get { throw null; } } - - public ExpressionSyntax FirstExpression { get { throw null; } } - - public SyntaxToken IfKeyword { get { throw null; } } - - public SyntaxToken OpenParenToken { get { throw null; } } - - public ExpressionSyntax SecondExpression { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public BinaryConditionalExpressionSyntax Update(SyntaxToken ifKeyword, SyntaxToken openParenToken, ExpressionSyntax firstExpression, SyntaxToken commaToken, ExpressionSyntax secondExpression, SyntaxToken closeParenToken) { throw null; } - - public BinaryConditionalExpressionSyntax WithCloseParenToken(SyntaxToken closeParenToken) { throw null; } - - public BinaryConditionalExpressionSyntax WithCommaToken(SyntaxToken commaToken) { throw null; } - - public BinaryConditionalExpressionSyntax WithFirstExpression(ExpressionSyntax firstExpression) { throw null; } - - public BinaryConditionalExpressionSyntax WithIfKeyword(SyntaxToken ifKeyword) { throw null; } - - public BinaryConditionalExpressionSyntax WithOpenParenToken(SyntaxToken openParenToken) { throw null; } - - public BinaryConditionalExpressionSyntax WithSecondExpression(ExpressionSyntax secondExpression) { throw null; } - } - - public sealed partial class BinaryExpressionSyntax : ExpressionSyntax - { - internal BinaryExpressionSyntax() { } - - public ExpressionSyntax Left { get { throw null; } } - - public SyntaxToken OperatorToken { get { throw null; } } - - public ExpressionSyntax Right { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public BinaryExpressionSyntax Update(SyntaxKind kind, ExpressionSyntax left, SyntaxToken operatorToken, ExpressionSyntax right) { throw null; } - - public BinaryExpressionSyntax WithLeft(ExpressionSyntax left) { throw null; } - - public BinaryExpressionSyntax WithOperatorToken(SyntaxToken operatorToken) { throw null; } - - public BinaryExpressionSyntax WithRight(ExpressionSyntax right) { throw null; } - } - - public sealed partial class CallStatementSyntax : ExecutableStatementSyntax - { - internal CallStatementSyntax() { } - - public SyntaxToken CallKeyword { get { throw null; } } - - public ExpressionSyntax Invocation { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public CallStatementSyntax Update(SyntaxToken callKeyword, ExpressionSyntax invocation) { throw null; } - - public CallStatementSyntax WithCallKeyword(SyntaxToken callKeyword) { throw null; } - - public CallStatementSyntax WithInvocation(ExpressionSyntax invocation) { throw null; } - } - - public sealed partial class CaseBlockSyntax : VisualBasicSyntaxNode - { - internal CaseBlockSyntax() { } - - [System.Obsolete("This member is obsolete. Use CaseStatement instead.", true)] - public CaseStatementSyntax Begin { get { throw null; } } - - public CaseStatementSyntax CaseStatement { get { throw null; } } - - public SyntaxList Statements { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - [System.Obsolete("This member is obsolete. Use AddCaseStatementCases instead.", true)] - public CaseBlockSyntax AddBeginCases(params CaseClauseSyntax[] items) { throw null; } - - public CaseBlockSyntax AddCaseStatementCases(params CaseClauseSyntax[] items) { throw null; } - - public CaseBlockSyntax AddStatements(params StatementSyntax[] items) { throw null; } - - public CaseBlockSyntax Update(SyntaxKind kind, CaseStatementSyntax caseStatement, SyntaxList statements) { throw null; } - - [System.Obsolete("This member is obsolete. Use WithCaseStatement instead.", true)] - public CaseBlockSyntax WithBegin(CaseStatementSyntax begin) { throw null; } - - public CaseBlockSyntax WithCaseStatement(CaseStatementSyntax caseStatement) { throw null; } - - public CaseBlockSyntax WithStatements(SyntaxList statements) { throw null; } - } - - public abstract partial class CaseClauseSyntax : VisualBasicSyntaxNode - { - internal CaseClauseSyntax() { } - } - - public sealed partial class CaseStatementSyntax : StatementSyntax - { - internal CaseStatementSyntax() { } - - public SyntaxToken CaseKeyword { get { throw null; } } - - public SeparatedSyntaxList Cases { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public CaseStatementSyntax AddCases(params CaseClauseSyntax[] items) { throw null; } - - public CaseStatementSyntax Update(SyntaxKind kind, SyntaxToken caseKeyword, SeparatedSyntaxList cases) { throw null; } - - public CaseStatementSyntax WithCaseKeyword(SyntaxToken caseKeyword) { throw null; } - - public CaseStatementSyntax WithCases(SeparatedSyntaxList cases) { throw null; } - } - - public abstract partial class CastExpressionSyntax : ExpressionSyntax - { - internal CastExpressionSyntax() { } - - public SyntaxToken CloseParenToken { get { throw null; } } - - public SyntaxToken CommaToken { get { throw null; } } - - public ExpressionSyntax Expression { get { throw null; } } - - public SyntaxToken Keyword { get { throw null; } } - - public SyntaxToken OpenParenToken { get { throw null; } } - - public TypeSyntax Type { get { throw null; } } - - public CastExpressionSyntax WithCloseParenToken(SyntaxToken closeParenToken) { throw null; } - - public CastExpressionSyntax WithCommaToken(SyntaxToken commaToken) { throw null; } - - public CastExpressionSyntax WithExpression(ExpressionSyntax expression) { throw null; } - - public CastExpressionSyntax WithKeyword(SyntaxToken keyword) { throw null; } - - public CastExpressionSyntax WithOpenParenToken(SyntaxToken openParenToken) { throw null; } - - public CastExpressionSyntax WithType(TypeSyntax type) { throw null; } - } - - public sealed partial class CatchBlockSyntax : VisualBasicSyntaxNode - { - internal CatchBlockSyntax() { } - - public CatchStatementSyntax CatchStatement { get { throw null; } } - - public SyntaxList Statements { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public CatchBlockSyntax AddStatements(params StatementSyntax[] items) { throw null; } - - public CatchBlockSyntax Update(CatchStatementSyntax catchStatement, SyntaxList statements) { throw null; } - - public CatchBlockSyntax WithCatchStatement(CatchStatementSyntax catchStatement) { throw null; } - - public CatchBlockSyntax WithStatements(SyntaxList statements) { throw null; } - } - - public sealed partial class CatchFilterClauseSyntax : VisualBasicSyntaxNode - { - internal CatchFilterClauseSyntax() { } - - public ExpressionSyntax Filter { get { throw null; } } - - public SyntaxToken WhenKeyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public CatchFilterClauseSyntax Update(SyntaxToken whenKeyword, ExpressionSyntax filter) { throw null; } - - public CatchFilterClauseSyntax WithFilter(ExpressionSyntax filter) { throw null; } - - public CatchFilterClauseSyntax WithWhenKeyword(SyntaxToken whenKeyword) { throw null; } - } - - public sealed partial class CatchStatementSyntax : StatementSyntax - { - internal CatchStatementSyntax() { } - - public SimpleAsClauseSyntax AsClause { get { throw null; } } - - public SyntaxToken CatchKeyword { get { throw null; } } - - public IdentifierNameSyntax IdentifierName { get { throw null; } } - - public CatchFilterClauseSyntax WhenClause { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public CatchStatementSyntax Update(SyntaxToken catchKeyword, IdentifierNameSyntax identifierName, SimpleAsClauseSyntax asClause, CatchFilterClauseSyntax whenClause) { throw null; } - - public CatchStatementSyntax WithAsClause(SimpleAsClauseSyntax asClause) { throw null; } - - public CatchStatementSyntax WithCatchKeyword(SyntaxToken catchKeyword) { throw null; } - - public CatchStatementSyntax WithIdentifierName(IdentifierNameSyntax identifierName) { throw null; } - - public CatchStatementSyntax WithWhenClause(CatchFilterClauseSyntax whenClause) { throw null; } - } - - public sealed partial class ClassBlockSyntax : TypeBlockSyntax - { - internal ClassBlockSyntax() { } - - [System.Obsolete("This member is obsolete.", true)] - public new ClassStatementSyntax Begin { get { throw null; } } - - public override TypeStatementSyntax BlockStatement { get { throw null; } } - - public ClassStatementSyntax ClassStatement { get { throw null; } } - - [System.Obsolete("This member is obsolete.", true)] - public new EndBlockStatementSyntax End { get { throw null; } } - - public override EndBlockStatementSyntax EndBlockStatement { get { throw null; } } - - public EndBlockStatementSyntax EndClassStatement { get { throw null; } } - - public new SyntaxList Implements { get { throw null; } } - - public new SyntaxList Inherits { get { throw null; } } - - public new SyntaxList Members { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public new ClassBlockSyntax AddImplements(params ImplementsStatementSyntax[] items) { throw null; } - - public new ClassBlockSyntax AddInherits(params InheritsStatementSyntax[] items) { throw null; } - - public new ClassBlockSyntax AddMembers(params StatementSyntax[] items) { throw null; } - - public ClassBlockSyntax Update(ClassStatementSyntax classStatement, SyntaxList inherits, SyntaxList implements, SyntaxList members, EndBlockStatementSyntax endClassStatement) { throw null; } - - [System.Obsolete("This member is obsolete.", true)] - public ClassBlockSyntax WithBegin(ClassStatementSyntax begin) { throw null; } - - public override TypeBlockSyntax WithBlockStatement(TypeStatementSyntax blockStatement) { throw null; } - - public ClassBlockSyntax WithClassStatement(ClassStatementSyntax classStatement) { throw null; } - - [System.Obsolete("This member is obsolete.", true)] - public new ClassBlockSyntax WithEnd(EndBlockStatementSyntax end) { throw null; } - - public override TypeBlockSyntax WithEndBlockStatement(EndBlockStatementSyntax endBlockStatement) { throw null; } - - public ClassBlockSyntax WithEndClassStatement(EndBlockStatementSyntax endClassStatement) { throw null; } - - public new ClassBlockSyntax WithImplements(SyntaxList implements) { throw null; } - - public new ClassBlockSyntax WithInherits(SyntaxList inherits) { throw null; } - - public new ClassBlockSyntax WithMembers(SyntaxList members) { throw null; } - } - - public sealed partial class ClassStatementSyntax : TypeStatementSyntax - { - internal ClassStatementSyntax() { } - - public new SyntaxList AttributeLists { get { throw null; } } - - public SyntaxToken ClassKeyword { get { throw null; } } - - public override SyntaxToken DeclarationKeyword { get { throw null; } } - - public new SyntaxToken Identifier { get { throw null; } } - - [System.Obsolete("This member is obsolete.", true)] - public new SyntaxToken Keyword { get { throw null; } } - - public new SyntaxTokenList Modifiers { get { throw null; } } - - public new TypeParameterListSyntax TypeParameterList { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public new ClassStatementSyntax AddAttributeLists(params AttributeListSyntax[] items) { throw null; } - - public new ClassStatementSyntax AddModifiers(params SyntaxToken[] items) { throw null; } - - public new ClassStatementSyntax AddTypeParameterListParameters(params TypeParameterSyntax[] items) { throw null; } - - public ClassStatementSyntax Update(SyntaxList attributeLists, SyntaxTokenList modifiers, SyntaxToken classKeyword, SyntaxToken identifier, TypeParameterListSyntax typeParameterList) { throw null; } - - public new ClassStatementSyntax WithAttributeLists(SyntaxList attributeLists) { throw null; } - - public ClassStatementSyntax WithClassKeyword(SyntaxToken classKeyword) { throw null; } - - public override TypeStatementSyntax WithDeclarationKeyword(SyntaxToken keyword) { throw null; } - - public new ClassStatementSyntax WithIdentifier(SyntaxToken identifier) { throw null; } - - [System.Obsolete("This member is obsolete.", true)] - public new ClassStatementSyntax WithKeyword(SyntaxToken keyword) { throw null; } - - public new ClassStatementSyntax WithModifiers(SyntaxTokenList modifiers) { throw null; } - - public new ClassStatementSyntax WithTypeParameterList(TypeParameterListSyntax typeParameterList) { throw null; } - } - - public sealed partial class CollectionInitializerSyntax : ExpressionSyntax - { - internal CollectionInitializerSyntax() { } - - public SyntaxToken CloseBraceToken { get { throw null; } } - - public SeparatedSyntaxList Initializers { get { throw null; } } - - public SyntaxToken OpenBraceToken { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public CollectionInitializerSyntax AddInitializers(params ExpressionSyntax[] items) { throw null; } - - public CollectionInitializerSyntax Update(SyntaxToken openBraceToken, SeparatedSyntaxList initializers, SyntaxToken closeBraceToken) { throw null; } - - public CollectionInitializerSyntax WithCloseBraceToken(SyntaxToken closeBraceToken) { throw null; } - - public CollectionInitializerSyntax WithInitializers(SeparatedSyntaxList initializers) { throw null; } - - public CollectionInitializerSyntax WithOpenBraceToken(SyntaxToken openBraceToken) { throw null; } - } - - public sealed partial class CollectionRangeVariableSyntax : VisualBasicSyntaxNode - { - internal CollectionRangeVariableSyntax() { } - - public SimpleAsClauseSyntax AsClause { get { throw null; } } - - public ExpressionSyntax Expression { get { throw null; } } - - public ModifiedIdentifierSyntax Identifier { get { throw null; } } - - public SyntaxToken InKeyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public CollectionRangeVariableSyntax Update(ModifiedIdentifierSyntax identifier, SimpleAsClauseSyntax asClause, SyntaxToken inKeyword, ExpressionSyntax expression) { throw null; } - - public CollectionRangeVariableSyntax WithAsClause(SimpleAsClauseSyntax asClause) { throw null; } - - public CollectionRangeVariableSyntax WithExpression(ExpressionSyntax expression) { throw null; } - - public CollectionRangeVariableSyntax WithIdentifier(ModifiedIdentifierSyntax identifier) { throw null; } - - public CollectionRangeVariableSyntax WithInKeyword(SyntaxToken inKeyword) { throw null; } - } - - public sealed partial class CompilationUnitSyntax : VisualBasicSyntaxNode, ICompilationUnitSyntax - { - public SyntaxList Attributes { get { throw null; } } - - public SyntaxToken EndOfFileToken { get { throw null; } } - - SyntaxToken ICompilationUnitSyntax_EndOfFileToken { get { throw null; } } - - public SyntaxList Imports { get { throw null; } } - - public SyntaxList Members { get { throw null; } } - - public SyntaxList Options { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public CompilationUnitSyntax AddAttributes(params AttributesStatementSyntax[] items) { throw null; } - - public CompilationUnitSyntax AddImports(params ImportsStatementSyntax[] items) { throw null; } - - public CompilationUnitSyntax AddMembers(params StatementSyntax[] items) { throw null; } - - public CompilationUnitSyntax AddOptions(params OptionStatementSyntax[] items) { throw null; } - - public System.Collections.Generic.IList GetReferenceDirectives() { throw null; } - - public CompilationUnitSyntax Update(SyntaxList options, SyntaxList imports, SyntaxList attributes, SyntaxList members, SyntaxToken endOfFileToken) { throw null; } - - public CompilationUnitSyntax WithAttributes(SyntaxList attributes) { throw null; } - - public CompilationUnitSyntax WithEndOfFileToken(SyntaxToken endOfFileToken) { throw null; } - - public CompilationUnitSyntax WithImports(SyntaxList imports) { throw null; } - - public CompilationUnitSyntax WithMembers(SyntaxList members) { throw null; } - - public CompilationUnitSyntax WithOptions(SyntaxList options) { throw null; } - } - - public sealed partial class ConditionalAccessExpressionSyntax : ExpressionSyntax - { - internal ConditionalAccessExpressionSyntax() { } - - public ExpressionSyntax Expression { get { throw null; } } - - public SyntaxToken QuestionMarkToken { get { throw null; } } - - public ExpressionSyntax WhenNotNull { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public ConditionalAccessExpressionSyntax Update(ExpressionSyntax expression, SyntaxToken questionMarkToken, ExpressionSyntax whenNotNull) { throw null; } - - public ConditionalAccessExpressionSyntax WithExpression(ExpressionSyntax expression) { throw null; } - - public ConditionalAccessExpressionSyntax WithQuestionMarkToken(SyntaxToken questionMarkToken) { throw null; } - - public ConditionalAccessExpressionSyntax WithWhenNotNull(ExpressionSyntax whenNotNull) { throw null; } - } - - public sealed partial class ConstDirectiveTriviaSyntax : DirectiveTriviaSyntax - { - internal ConstDirectiveTriviaSyntax() { } - - public SyntaxToken ConstKeyword { get { throw null; } } - - public SyntaxToken EqualsToken { get { throw null; } } - - public new SyntaxToken HashToken { get { throw null; } } - - public SyntaxToken Name { get { throw null; } } - - public ExpressionSyntax Value { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public ConstDirectiveTriviaSyntax Update(SyntaxToken hashToken, SyntaxToken constKeyword, SyntaxToken name, SyntaxToken equalsToken, ExpressionSyntax value) { throw null; } - - public ConstDirectiveTriviaSyntax WithConstKeyword(SyntaxToken constKeyword) { throw null; } - - public ConstDirectiveTriviaSyntax WithEqualsToken(SyntaxToken equalsToken) { throw null; } - - public new ConstDirectiveTriviaSyntax WithHashToken(SyntaxToken hashToken) { throw null; } - - public ConstDirectiveTriviaSyntax WithName(SyntaxToken name) { throw null; } - - public ConstDirectiveTriviaSyntax WithValue(ExpressionSyntax value) { throw null; } - } - - public abstract partial class ConstraintSyntax : VisualBasicSyntaxNode - { - internal ConstraintSyntax() { } - } - - public sealed partial class ConstructorBlockSyntax : MethodBlockBaseSyntax - { - internal ConstructorBlockSyntax() { } - - [System.Obsolete("This member is obsolete.", true)] - public new SubNewStatementSyntax Begin { get { throw null; } } - - public override MethodBaseSyntax BlockStatement { get { throw null; } } - - [System.Obsolete("This member is obsolete.", true)] - public new EndBlockStatementSyntax End { get { throw null; } } - - public override EndBlockStatementSyntax EndBlockStatement { get { throw null; } } - - public EndBlockStatementSyntax EndSubStatement { get { throw null; } } - - public new SyntaxList Statements { get { throw null; } } - - public SubNewStatementSyntax SubNewStatement { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public new ConstructorBlockSyntax AddStatements(params StatementSyntax[] items) { throw null; } - - public ConstructorBlockSyntax Update(SubNewStatementSyntax subNewStatement, SyntaxList statements, EndBlockStatementSyntax endSubStatement) { throw null; } - - [System.Obsolete("This member is obsolete.", true)] - public ConstructorBlockSyntax WithBegin(SubNewStatementSyntax begin) { throw null; } - - public override MethodBlockBaseSyntax WithBlockStatement(MethodBaseSyntax blockStatement) { throw null; } - - [System.Obsolete("This member is obsolete.", true)] - public new ConstructorBlockSyntax WithEnd(EndBlockStatementSyntax end) { throw null; } - - public override MethodBlockBaseSyntax WithEndBlockStatement(EndBlockStatementSyntax endBlockStatement) { throw null; } - - public ConstructorBlockSyntax WithEndSubStatement(EndBlockStatementSyntax endSubStatement) { throw null; } - - public new ConstructorBlockSyntax WithStatements(SyntaxList statements) { throw null; } - - public ConstructorBlockSyntax WithSubNewStatement(SubNewStatementSyntax subNewStatement) { throw null; } - } - - public sealed partial class ContinueStatementSyntax : ExecutableStatementSyntax - { - internal ContinueStatementSyntax() { } - - public SyntaxToken BlockKeyword { get { throw null; } } - - public SyntaxToken ContinueKeyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public ContinueStatementSyntax Update(SyntaxKind kind, SyntaxToken continueKeyword, SyntaxToken blockKeyword) { throw null; } - - public ContinueStatementSyntax WithBlockKeyword(SyntaxToken blockKeyword) { throw null; } - - public ContinueStatementSyntax WithContinueKeyword(SyntaxToken continueKeyword) { throw null; } - } - - public sealed partial class CrefOperatorReferenceSyntax : NameSyntax - { - internal CrefOperatorReferenceSyntax() { } - - [System.Obsolete("This member is obsolete. Use OperatorKeyword or a more specific property (e.g. OperatorKeyword) instead.", true)] - public SyntaxToken Keyword { get { throw null; } } - - public SyntaxToken OperatorKeyword { get { throw null; } } - - public SyntaxToken OperatorToken { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public CrefOperatorReferenceSyntax Update(SyntaxToken operatorKeyword, SyntaxToken operatorToken) { throw null; } - - [System.Obsolete("This member is obsolete. Use OperatorKeyword or a more specific property (e.g. WithOperatorKeyword) instead.", true)] - public CrefOperatorReferenceSyntax WithKeyword(SyntaxToken keyword) { throw null; } - - public CrefOperatorReferenceSyntax WithOperatorKeyword(SyntaxToken operatorKeyword) { throw null; } - - public CrefOperatorReferenceSyntax WithOperatorToken(SyntaxToken operatorToken) { throw null; } - } - - public sealed partial class CrefReferenceSyntax : VisualBasicSyntaxNode - { - internal CrefReferenceSyntax() { } - - public SimpleAsClauseSyntax AsClause { get { throw null; } } - - public TypeSyntax Name { get { throw null; } } - - public CrefSignatureSyntax Signature { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public CrefReferenceSyntax AddSignatureArgumentTypes(params CrefSignaturePartSyntax[] items) { throw null; } - - public CrefReferenceSyntax Update(TypeSyntax name, CrefSignatureSyntax signature, SimpleAsClauseSyntax asClause) { throw null; } - - public CrefReferenceSyntax WithAsClause(SimpleAsClauseSyntax asClause) { throw null; } - - public CrefReferenceSyntax WithName(TypeSyntax name) { throw null; } - - public CrefReferenceSyntax WithSignature(CrefSignatureSyntax signature) { throw null; } - } - - public sealed partial class CrefSignaturePartSyntax : VisualBasicSyntaxNode - { - internal CrefSignaturePartSyntax() { } - - public SyntaxToken Modifier { get { throw null; } } - - public TypeSyntax Type { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public CrefSignaturePartSyntax Update(SyntaxToken modifier, TypeSyntax type) { throw null; } - - public CrefSignaturePartSyntax WithModifier(SyntaxToken modifier) { throw null; } - - public CrefSignaturePartSyntax WithType(TypeSyntax type) { throw null; } - } - - public sealed partial class CrefSignatureSyntax : VisualBasicSyntaxNode - { - internal CrefSignatureSyntax() { } - - public SeparatedSyntaxList ArgumentTypes { get { throw null; } } - - public SyntaxToken CloseParenToken { get { throw null; } } - - public SyntaxToken OpenParenToken { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public CrefSignatureSyntax AddArgumentTypes(params CrefSignaturePartSyntax[] items) { throw null; } - - public CrefSignatureSyntax Update(SyntaxToken openParenToken, SeparatedSyntaxList argumentTypes, SyntaxToken closeParenToken) { throw null; } - - public CrefSignatureSyntax WithArgumentTypes(SeparatedSyntaxList argumentTypes) { throw null; } - - public CrefSignatureSyntax WithCloseParenToken(SyntaxToken closeParenToken) { throw null; } - - public CrefSignatureSyntax WithOpenParenToken(SyntaxToken openParenToken) { throw null; } - } - - public sealed partial class CTypeExpressionSyntax : CastExpressionSyntax - { - internal CTypeExpressionSyntax() { } - - public new SyntaxToken CloseParenToken { get { throw null; } } - - public new SyntaxToken CommaToken { get { throw null; } } - - public new ExpressionSyntax Expression { get { throw null; } } - - public new SyntaxToken Keyword { get { throw null; } } - - public new SyntaxToken OpenParenToken { get { throw null; } } - - public new TypeSyntax Type { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public CTypeExpressionSyntax Update(SyntaxToken keyword, SyntaxToken openParenToken, ExpressionSyntax expression, SyntaxToken commaToken, TypeSyntax type, SyntaxToken closeParenToken) { throw null; } - - public new CTypeExpressionSyntax WithCloseParenToken(SyntaxToken closeParenToken) { throw null; } - - public new CTypeExpressionSyntax WithCommaToken(SyntaxToken commaToken) { throw null; } - - public new CTypeExpressionSyntax WithExpression(ExpressionSyntax expression) { throw null; } - - public new CTypeExpressionSyntax WithKeyword(SyntaxToken keyword) { throw null; } - - public new CTypeExpressionSyntax WithOpenParenToken(SyntaxToken openParenToken) { throw null; } - - public new CTypeExpressionSyntax WithType(TypeSyntax type) { throw null; } - } - - public abstract partial class DeclarationStatementSyntax : StatementSyntax - { - internal DeclarationStatementSyntax() { } - } - - public sealed partial class DeclareStatementSyntax : MethodBaseSyntax - { - internal DeclareStatementSyntax() { } - - public SyntaxToken AliasKeyword { get { throw null; } } - - public LiteralExpressionSyntax AliasName { get { throw null; } } - - public SimpleAsClauseSyntax AsClause { get { throw null; } } - - public new SyntaxList AttributeLists { get { throw null; } } - - public SyntaxToken CharsetKeyword { get { throw null; } } - - public override SyntaxToken DeclarationKeyword { get { throw null; } } - - public SyntaxToken DeclareKeyword { get { throw null; } } - - public SyntaxToken Identifier { get { throw null; } } - - [System.Obsolete("This member is obsolete.", true)] - public new SyntaxToken Keyword { get { throw null; } } - - public SyntaxToken LibKeyword { get { throw null; } } - - public LiteralExpressionSyntax LibraryName { get { throw null; } } - - public new SyntaxTokenList Modifiers { get { throw null; } } - - public new ParameterListSyntax ParameterList { get { throw null; } } - - public SyntaxToken SubOrFunctionKeyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public new DeclareStatementSyntax AddAttributeLists(params AttributeListSyntax[] items) { throw null; } - - public new DeclareStatementSyntax AddModifiers(params SyntaxToken[] items) { throw null; } - - public new DeclareStatementSyntax AddParameterListParameters(params ParameterSyntax[] items) { throw null; } - - public DeclareStatementSyntax Update(SyntaxKind kind, SyntaxList attributeLists, SyntaxTokenList modifiers, SyntaxToken declareKeyword, SyntaxToken charsetKeyword, SyntaxToken subOrFunctionKeyword, SyntaxToken identifier, SyntaxToken libKeyword, LiteralExpressionSyntax libraryName, SyntaxToken aliasKeyword, LiteralExpressionSyntax aliasName, ParameterListSyntax parameterList, SimpleAsClauseSyntax asClause) { throw null; } - - public DeclareStatementSyntax WithAliasKeyword(SyntaxToken aliasKeyword) { throw null; } - - public DeclareStatementSyntax WithAliasName(LiteralExpressionSyntax aliasName) { throw null; } - - public DeclareStatementSyntax WithAsClause(SimpleAsClauseSyntax asClause) { throw null; } - - public new DeclareStatementSyntax WithAttributeLists(SyntaxList attributeLists) { throw null; } - - public DeclareStatementSyntax WithCharsetKeyword(SyntaxToken charsetKeyword) { throw null; } - - public override MethodBaseSyntax WithDeclarationKeyword(SyntaxToken keyword) { throw null; } - - public DeclareStatementSyntax WithDeclareKeyword(SyntaxToken declareKeyword) { throw null; } - - public DeclareStatementSyntax WithIdentifier(SyntaxToken identifier) { throw null; } - - [System.Obsolete("This member is obsolete.", true)] - public new DeclareStatementSyntax WithKeyword(SyntaxToken keyword) { throw null; } - - public DeclareStatementSyntax WithLibKeyword(SyntaxToken libKeyword) { throw null; } - - public DeclareStatementSyntax WithLibraryName(LiteralExpressionSyntax libraryName) { throw null; } - - public new DeclareStatementSyntax WithModifiers(SyntaxTokenList modifiers) { throw null; } - - public new DeclareStatementSyntax WithParameterList(ParameterListSyntax parameterList) { throw null; } - - public DeclareStatementSyntax WithSubOrFunctionKeyword(SyntaxToken subOrFunctionKeyword) { throw null; } - } - - public sealed partial class DelegateStatementSyntax : MethodBaseSyntax - { - internal DelegateStatementSyntax() { } - - public SimpleAsClauseSyntax AsClause { get { throw null; } } - - public new SyntaxList AttributeLists { get { throw null; } } - - public override SyntaxToken DeclarationKeyword { get { throw null; } } - - public SyntaxToken DelegateKeyword { get { throw null; } } - - public SyntaxToken Identifier { get { throw null; } } - - [System.Obsolete("This member is obsolete.", true)] - public new SyntaxToken Keyword { get { throw null; } } - - public new SyntaxTokenList Modifiers { get { throw null; } } - - public new ParameterListSyntax ParameterList { get { throw null; } } - - public SyntaxToken SubOrFunctionKeyword { get { throw null; } } - - public TypeParameterListSyntax TypeParameterList { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public new DelegateStatementSyntax AddAttributeLists(params AttributeListSyntax[] items) { throw null; } - - public new DelegateStatementSyntax AddModifiers(params SyntaxToken[] items) { throw null; } - - public new DelegateStatementSyntax AddParameterListParameters(params ParameterSyntax[] items) { throw null; } - - public DelegateStatementSyntax AddTypeParameterListParameters(params TypeParameterSyntax[] items) { throw null; } - - public DelegateStatementSyntax Update(SyntaxKind kind, SyntaxList attributeLists, SyntaxTokenList modifiers, SyntaxToken delegateKeyword, SyntaxToken subOrFunctionKeyword, SyntaxToken identifier, TypeParameterListSyntax typeParameterList, ParameterListSyntax parameterList, SimpleAsClauseSyntax asClause) { throw null; } - - public DelegateStatementSyntax WithAsClause(SimpleAsClauseSyntax asClause) { throw null; } - - public new DelegateStatementSyntax WithAttributeLists(SyntaxList attributeLists) { throw null; } - - public override MethodBaseSyntax WithDeclarationKeyword(SyntaxToken keyword) { throw null; } - - public DelegateStatementSyntax WithDelegateKeyword(SyntaxToken delegateKeyword) { throw null; } - - public DelegateStatementSyntax WithIdentifier(SyntaxToken identifier) { throw null; } - - [System.Obsolete("This member is obsolete.", true)] - public new DelegateStatementSyntax WithKeyword(SyntaxToken keyword) { throw null; } - - public new DelegateStatementSyntax WithModifiers(SyntaxTokenList modifiers) { throw null; } - - public new DelegateStatementSyntax WithParameterList(ParameterListSyntax parameterList) { throw null; } - - public DelegateStatementSyntax WithSubOrFunctionKeyword(SyntaxToken subOrFunctionKeyword) { throw null; } - - public DelegateStatementSyntax WithTypeParameterList(TypeParameterListSyntax typeParameterList) { throw null; } - } - - public sealed partial class DirectCastExpressionSyntax : CastExpressionSyntax - { - internal DirectCastExpressionSyntax() { } - - public new SyntaxToken CloseParenToken { get { throw null; } } - - public new SyntaxToken CommaToken { get { throw null; } } - - public new ExpressionSyntax Expression { get { throw null; } } - - public new SyntaxToken Keyword { get { throw null; } } - - public new SyntaxToken OpenParenToken { get { throw null; } } - - public new TypeSyntax Type { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public DirectCastExpressionSyntax Update(SyntaxToken keyword, SyntaxToken openParenToken, ExpressionSyntax expression, SyntaxToken commaToken, TypeSyntax type, SyntaxToken closeParenToken) { throw null; } - - public new DirectCastExpressionSyntax WithCloseParenToken(SyntaxToken closeParenToken) { throw null; } - - public new DirectCastExpressionSyntax WithCommaToken(SyntaxToken commaToken) { throw null; } - - public new DirectCastExpressionSyntax WithExpression(ExpressionSyntax expression) { throw null; } - - public new DirectCastExpressionSyntax WithKeyword(SyntaxToken keyword) { throw null; } - - public new DirectCastExpressionSyntax WithOpenParenToken(SyntaxToken openParenToken) { throw null; } - - public new DirectCastExpressionSyntax WithType(TypeSyntax type) { throw null; } - } - - public abstract partial class DirectiveTriviaSyntax : StructuredTriviaSyntax - { - internal DirectiveTriviaSyntax() { } - - public SyntaxToken HashToken { get { throw null; } } - - public DirectiveTriviaSyntax GetNextDirective(System.Func predicate = null) { throw null; } - - public DirectiveTriviaSyntax GetPreviousDirective(System.Func predicate = null) { throw null; } - - public System.Collections.Generic.List GetRelatedDirectives() { throw null; } - - public DirectiveTriviaSyntax WithHashToken(SyntaxToken hashToken) { throw null; } - } - - public sealed partial class DisableWarningDirectiveTriviaSyntax : DirectiveTriviaSyntax - { - internal DisableWarningDirectiveTriviaSyntax() { } - - public SyntaxToken DisableKeyword { get { throw null; } } - - public SeparatedSyntaxList ErrorCodes { get { throw null; } } - - public new SyntaxToken HashToken { get { throw null; } } - - public SyntaxToken WarningKeyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public DisableWarningDirectiveTriviaSyntax AddErrorCodes(params IdentifierNameSyntax[] items) { throw null; } - - public DisableWarningDirectiveTriviaSyntax Update(SyntaxToken hashToken, SyntaxToken disableKeyword, SyntaxToken warningKeyword, SeparatedSyntaxList errorCodes) { throw null; } - - public DisableWarningDirectiveTriviaSyntax WithDisableKeyword(SyntaxToken disableKeyword) { throw null; } - - public DisableWarningDirectiveTriviaSyntax WithErrorCodes(SeparatedSyntaxList errorCodes) { throw null; } - - public new DisableWarningDirectiveTriviaSyntax WithHashToken(SyntaxToken hashToken) { throw null; } - - public DisableWarningDirectiveTriviaSyntax WithWarningKeyword(SyntaxToken warningKeyword) { throw null; } - } - - public sealed partial class DistinctClauseSyntax : QueryClauseSyntax - { - internal DistinctClauseSyntax() { } - - public SyntaxToken DistinctKeyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public DistinctClauseSyntax Update(SyntaxToken distinctKeyword) { throw null; } - - public DistinctClauseSyntax WithDistinctKeyword(SyntaxToken distinctKeyword) { throw null; } - } - - public sealed partial class DocumentationCommentTriviaSyntax : StructuredTriviaSyntax - { - internal DocumentationCommentTriviaSyntax() { } - - public SyntaxList Content { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public DocumentationCommentTriviaSyntax AddContent(params XmlNodeSyntax[] items) { throw null; } - - public DocumentationCommentTriviaSyntax Update(SyntaxList content) { throw null; } - - public DocumentationCommentTriviaSyntax WithContent(SyntaxList content) { throw null; } - } - - public sealed partial class DoLoopBlockSyntax : ExecutableStatementSyntax - { - internal DoLoopBlockSyntax() { } - - public DoStatementSyntax DoStatement { get { throw null; } } - - public LoopStatementSyntax LoopStatement { get { throw null; } } - - public SyntaxList Statements { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public DoLoopBlockSyntax AddStatements(params StatementSyntax[] items) { throw null; } - - public DoLoopBlockSyntax Update(SyntaxKind kind, DoStatementSyntax doStatement, SyntaxList statements, LoopStatementSyntax loopStatement) { throw null; } - - public DoLoopBlockSyntax WithDoStatement(DoStatementSyntax doStatement) { throw null; } - - public DoLoopBlockSyntax WithLoopStatement(LoopStatementSyntax loopStatement) { throw null; } - - public DoLoopBlockSyntax WithStatements(SyntaxList statements) { throw null; } - } - - public sealed partial class DoStatementSyntax : StatementSyntax - { - internal DoStatementSyntax() { } - - public SyntaxToken DoKeyword { get { throw null; } } - - public WhileOrUntilClauseSyntax WhileOrUntilClause { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public DoStatementSyntax Update(SyntaxKind kind, SyntaxToken doKeyword, WhileOrUntilClauseSyntax whileOrUntilClause) { throw null; } - - public DoStatementSyntax WithDoKeyword(SyntaxToken doKeyword) { throw null; } - - public DoStatementSyntax WithWhileOrUntilClause(WhileOrUntilClauseSyntax whileOrUntilClause) { throw null; } - } - - public sealed partial class ElseBlockSyntax : VisualBasicSyntaxNode - { - internal ElseBlockSyntax() { } - - public ElseStatementSyntax ElseStatement { get { throw null; } } - - public SyntaxList Statements { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public ElseBlockSyntax AddStatements(params StatementSyntax[] items) { throw null; } - - public ElseBlockSyntax Update(ElseStatementSyntax elseStatement, SyntaxList statements) { throw null; } - - public ElseBlockSyntax WithElseStatement(ElseStatementSyntax elseStatement) { throw null; } - - public ElseBlockSyntax WithStatements(SyntaxList statements) { throw null; } - } - - public sealed partial class ElseCaseClauseSyntax : CaseClauseSyntax - { - internal ElseCaseClauseSyntax() { } - - public SyntaxToken ElseKeyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public ElseCaseClauseSyntax Update(SyntaxToken elseKeyword) { throw null; } - - public ElseCaseClauseSyntax WithElseKeyword(SyntaxToken elseKeyword) { throw null; } - } - - public sealed partial class ElseDirectiveTriviaSyntax : DirectiveTriviaSyntax - { - internal ElseDirectiveTriviaSyntax() { } - - public SyntaxToken ElseKeyword { get { throw null; } } - - public new SyntaxToken HashToken { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public ElseDirectiveTriviaSyntax Update(SyntaxToken hashToken, SyntaxToken elseKeyword) { throw null; } - - public ElseDirectiveTriviaSyntax WithElseKeyword(SyntaxToken elseKeyword) { throw null; } - - public new ElseDirectiveTriviaSyntax WithHashToken(SyntaxToken hashToken) { throw null; } - } - - public sealed partial class ElseIfBlockSyntax : VisualBasicSyntaxNode - { - internal ElseIfBlockSyntax() { } - - public ElseIfStatementSyntax ElseIfStatement { get { throw null; } } - - public SyntaxList Statements { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public ElseIfBlockSyntax AddStatements(params StatementSyntax[] items) { throw null; } - - public ElseIfBlockSyntax Update(ElseIfStatementSyntax elseIfStatement, SyntaxList statements) { throw null; } - - public ElseIfBlockSyntax WithElseIfStatement(ElseIfStatementSyntax elseIfStatement) { throw null; } - - public ElseIfBlockSyntax WithStatements(SyntaxList statements) { throw null; } - } - - public sealed partial class ElseIfStatementSyntax : StatementSyntax - { - internal ElseIfStatementSyntax() { } - - public ExpressionSyntax Condition { get { throw null; } } - - public SyntaxToken ElseIfKeyword { get { throw null; } } - - public SyntaxToken ThenKeyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public ElseIfStatementSyntax Update(SyntaxToken elseIfKeyword, ExpressionSyntax condition, SyntaxToken thenKeyword) { throw null; } - - public ElseIfStatementSyntax WithCondition(ExpressionSyntax condition) { throw null; } - - public ElseIfStatementSyntax WithElseIfKeyword(SyntaxToken elseIfKeyword) { throw null; } - - public ElseIfStatementSyntax WithThenKeyword(SyntaxToken thenKeyword) { throw null; } - } - - public sealed partial class ElseStatementSyntax : StatementSyntax - { - internal ElseStatementSyntax() { } - - public SyntaxToken ElseKeyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public ElseStatementSyntax Update(SyntaxToken elseKeyword) { throw null; } - - public ElseStatementSyntax WithElseKeyword(SyntaxToken elseKeyword) { throw null; } - } - - public sealed partial class EmptyStatementSyntax : StatementSyntax - { - internal EmptyStatementSyntax() { } - - public SyntaxToken Empty { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public EmptyStatementSyntax Update(SyntaxToken empty) { throw null; } - - public EmptyStatementSyntax WithEmpty(SyntaxToken empty) { throw null; } - } - - public sealed partial class EnableWarningDirectiveTriviaSyntax : DirectiveTriviaSyntax - { - internal EnableWarningDirectiveTriviaSyntax() { } - - public SyntaxToken EnableKeyword { get { throw null; } } - - public SeparatedSyntaxList ErrorCodes { get { throw null; } } - - public new SyntaxToken HashToken { get { throw null; } } - - public SyntaxToken WarningKeyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public EnableWarningDirectiveTriviaSyntax AddErrorCodes(params IdentifierNameSyntax[] items) { throw null; } - - public EnableWarningDirectiveTriviaSyntax Update(SyntaxToken hashToken, SyntaxToken enableKeyword, SyntaxToken warningKeyword, SeparatedSyntaxList errorCodes) { throw null; } - - public EnableWarningDirectiveTriviaSyntax WithEnableKeyword(SyntaxToken enableKeyword) { throw null; } - - public EnableWarningDirectiveTriviaSyntax WithErrorCodes(SeparatedSyntaxList errorCodes) { throw null; } - - public new EnableWarningDirectiveTriviaSyntax WithHashToken(SyntaxToken hashToken) { throw null; } - - public EnableWarningDirectiveTriviaSyntax WithWarningKeyword(SyntaxToken warningKeyword) { throw null; } - } - - public sealed partial class EndBlockStatementSyntax : DeclarationStatementSyntax - { - internal EndBlockStatementSyntax() { } - - public SyntaxToken BlockKeyword { get { throw null; } } - - public SyntaxToken EndKeyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public EndBlockStatementSyntax Update(SyntaxKind kind, SyntaxToken endKeyword, SyntaxToken blockKeyword) { throw null; } - - public EndBlockStatementSyntax WithBlockKeyword(SyntaxToken blockKeyword) { throw null; } - - public EndBlockStatementSyntax WithEndKeyword(SyntaxToken endKeyword) { throw null; } - } - - public sealed partial class EndExternalSourceDirectiveTriviaSyntax : DirectiveTriviaSyntax - { - internal EndExternalSourceDirectiveTriviaSyntax() { } - - public SyntaxToken EndKeyword { get { throw null; } } - - public SyntaxToken ExternalSourceKeyword { get { throw null; } } - - public new SyntaxToken HashToken { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public EndExternalSourceDirectiveTriviaSyntax Update(SyntaxToken hashToken, SyntaxToken endKeyword, SyntaxToken externalSourceKeyword) { throw null; } - - public EndExternalSourceDirectiveTriviaSyntax WithEndKeyword(SyntaxToken endKeyword) { throw null; } - - public EndExternalSourceDirectiveTriviaSyntax WithExternalSourceKeyword(SyntaxToken externalSourceKeyword) { throw null; } - - public new EndExternalSourceDirectiveTriviaSyntax WithHashToken(SyntaxToken hashToken) { throw null; } - } - - public sealed partial class EndIfDirectiveTriviaSyntax : DirectiveTriviaSyntax - { - internal EndIfDirectiveTriviaSyntax() { } - - public SyntaxToken EndKeyword { get { throw null; } } - - public new SyntaxToken HashToken { get { throw null; } } - - public SyntaxToken IfKeyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public EndIfDirectiveTriviaSyntax Update(SyntaxToken hashToken, SyntaxToken endKeyword, SyntaxToken ifKeyword) { throw null; } - - public EndIfDirectiveTriviaSyntax WithEndKeyword(SyntaxToken endKeyword) { throw null; } - - public new EndIfDirectiveTriviaSyntax WithHashToken(SyntaxToken hashToken) { throw null; } - - public EndIfDirectiveTriviaSyntax WithIfKeyword(SyntaxToken ifKeyword) { throw null; } - } - - public sealed partial class EndRegionDirectiveTriviaSyntax : DirectiveTriviaSyntax - { - internal EndRegionDirectiveTriviaSyntax() { } - - public SyntaxToken EndKeyword { get { throw null; } } - - public new SyntaxToken HashToken { get { throw null; } } - - public SyntaxToken RegionKeyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public EndRegionDirectiveTriviaSyntax Update(SyntaxToken hashToken, SyntaxToken endKeyword, SyntaxToken regionKeyword) { throw null; } - - public EndRegionDirectiveTriviaSyntax WithEndKeyword(SyntaxToken endKeyword) { throw null; } - - public new EndRegionDirectiveTriviaSyntax WithHashToken(SyntaxToken hashToken) { throw null; } - - public EndRegionDirectiveTriviaSyntax WithRegionKeyword(SyntaxToken regionKeyword) { throw null; } - } - - public sealed partial class EnumBlockSyntax : DeclarationStatementSyntax - { - internal EnumBlockSyntax() { } - - public EndBlockStatementSyntax EndEnumStatement { get { throw null; } } - - public EnumStatementSyntax EnumStatement { get { throw null; } } - - public SyntaxList Members { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public EnumBlockSyntax AddMembers(params StatementSyntax[] items) { throw null; } - - public EnumBlockSyntax Update(EnumStatementSyntax enumStatement, SyntaxList members, EndBlockStatementSyntax endEnumStatement) { throw null; } - - public EnumBlockSyntax WithEndEnumStatement(EndBlockStatementSyntax endEnumStatement) { throw null; } - - public EnumBlockSyntax WithEnumStatement(EnumStatementSyntax enumStatement) { throw null; } - - public EnumBlockSyntax WithMembers(SyntaxList members) { throw null; } - } - - public sealed partial class EnumMemberDeclarationSyntax : DeclarationStatementSyntax - { - internal EnumMemberDeclarationSyntax() { } - - public SyntaxList AttributeLists { get { throw null; } } - - public SyntaxToken Identifier { get { throw null; } } - - public EqualsValueSyntax Initializer { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public EnumMemberDeclarationSyntax AddAttributeLists(params AttributeListSyntax[] items) { throw null; } - - public EnumMemberDeclarationSyntax Update(SyntaxList attributeLists, SyntaxToken identifier, EqualsValueSyntax initializer) { throw null; } - - public EnumMemberDeclarationSyntax WithAttributeLists(SyntaxList attributeLists) { throw null; } - - public EnumMemberDeclarationSyntax WithIdentifier(SyntaxToken identifier) { throw null; } - - public EnumMemberDeclarationSyntax WithInitializer(EqualsValueSyntax initializer) { throw null; } - } - - public sealed partial class EnumStatementSyntax : DeclarationStatementSyntax - { - internal EnumStatementSyntax() { } - - public SyntaxList AttributeLists { get { throw null; } } - - public SyntaxToken EnumKeyword { get { throw null; } } - - public SyntaxToken Identifier { get { throw null; } } - - public SyntaxTokenList Modifiers { get { throw null; } } - - public AsClauseSyntax UnderlyingType { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public EnumStatementSyntax AddAttributeLists(params AttributeListSyntax[] items) { throw null; } - - public EnumStatementSyntax AddModifiers(params SyntaxToken[] items) { throw null; } - - public EnumStatementSyntax Update(SyntaxList attributeLists, SyntaxTokenList modifiers, SyntaxToken enumKeyword, SyntaxToken identifier, AsClauseSyntax underlyingType) { throw null; } - - public EnumStatementSyntax WithAttributeLists(SyntaxList attributeLists) { throw null; } - - public EnumStatementSyntax WithEnumKeyword(SyntaxToken enumKeyword) { throw null; } - - public EnumStatementSyntax WithIdentifier(SyntaxToken identifier) { throw null; } - - public EnumStatementSyntax WithModifiers(SyntaxTokenList modifiers) { throw null; } - - public EnumStatementSyntax WithUnderlyingType(AsClauseSyntax underlyingType) { throw null; } - } - - public sealed partial class EqualsValueSyntax : VisualBasicSyntaxNode - { - internal EqualsValueSyntax() { } - - public SyntaxToken EqualsToken { get { throw null; } } - - public ExpressionSyntax Value { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public EqualsValueSyntax Update(SyntaxToken equalsToken, ExpressionSyntax value) { throw null; } - - public EqualsValueSyntax WithEqualsToken(SyntaxToken equalsToken) { throw null; } - - public EqualsValueSyntax WithValue(ExpressionSyntax value) { throw null; } - } - - public sealed partial class EraseStatementSyntax : ExecutableStatementSyntax - { - internal EraseStatementSyntax() { } - - public SyntaxToken EraseKeyword { get { throw null; } } - - public SeparatedSyntaxList Expressions { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public EraseStatementSyntax AddExpressions(params ExpressionSyntax[] items) { throw null; } - - public EraseStatementSyntax Update(SyntaxToken eraseKeyword, SeparatedSyntaxList expressions) { throw null; } - - public EraseStatementSyntax WithEraseKeyword(SyntaxToken eraseKeyword) { throw null; } - - public EraseStatementSyntax WithExpressions(SeparatedSyntaxList expressions) { throw null; } - } - - public sealed partial class ErrorStatementSyntax : ExecutableStatementSyntax - { - internal ErrorStatementSyntax() { } - - public SyntaxToken ErrorKeyword { get { throw null; } } - - public ExpressionSyntax ErrorNumber { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public ErrorStatementSyntax Update(SyntaxToken errorKeyword, ExpressionSyntax errorNumber) { throw null; } - - public ErrorStatementSyntax WithErrorKeyword(SyntaxToken errorKeyword) { throw null; } - - public ErrorStatementSyntax WithErrorNumber(ExpressionSyntax errorNumber) { throw null; } - } - - public sealed partial class EventBlockSyntax : DeclarationStatementSyntax - { - internal EventBlockSyntax() { } - - public SyntaxList Accessors { get { throw null; } } - - public EndBlockStatementSyntax EndEventStatement { get { throw null; } } - - public EventStatementSyntax EventStatement { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public EventBlockSyntax AddAccessors(params AccessorBlockSyntax[] items) { throw null; } - - public EventBlockSyntax Update(EventStatementSyntax eventStatement, SyntaxList accessors, EndBlockStatementSyntax endEventStatement) { throw null; } - - public EventBlockSyntax WithAccessors(SyntaxList accessors) { throw null; } - - public EventBlockSyntax WithEndEventStatement(EndBlockStatementSyntax endEventStatement) { throw null; } - - public EventBlockSyntax WithEventStatement(EventStatementSyntax eventStatement) { throw null; } - } - - public abstract partial class EventContainerSyntax : ExpressionSyntax - { - internal EventContainerSyntax() { } - } - - public sealed partial class EventStatementSyntax : MethodBaseSyntax - { - internal EventStatementSyntax() { } - - public SimpleAsClauseSyntax AsClause { get { throw null; } } - - public new SyntaxList AttributeLists { get { throw null; } } - - public SyntaxToken CustomKeyword { get { throw null; } } - - public override SyntaxToken DeclarationKeyword { get { throw null; } } - - public SyntaxToken EventKeyword { get { throw null; } } - - public SyntaxToken Identifier { get { throw null; } } - - public ImplementsClauseSyntax ImplementsClause { get { throw null; } } - - [System.Obsolete("This member is obsolete.", true)] - public new SyntaxToken Keyword { get { throw null; } } - - public new SyntaxTokenList Modifiers { get { throw null; } } - - public new ParameterListSyntax ParameterList { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public new EventStatementSyntax AddAttributeLists(params AttributeListSyntax[] items) { throw null; } - - public EventStatementSyntax AddImplementsClauseInterfaceMembers(params QualifiedNameSyntax[] items) { throw null; } - - public new EventStatementSyntax AddModifiers(params SyntaxToken[] items) { throw null; } - - public new EventStatementSyntax AddParameterListParameters(params ParameterSyntax[] items) { throw null; } - - public EventStatementSyntax Update(SyntaxList attributeLists, SyntaxTokenList modifiers, SyntaxToken customKeyword, SyntaxToken eventKeyword, SyntaxToken identifier, ParameterListSyntax parameterList, SimpleAsClauseSyntax asClause, ImplementsClauseSyntax implementsClause) { throw null; } - - public EventStatementSyntax WithAsClause(SimpleAsClauseSyntax asClause) { throw null; } - - public new EventStatementSyntax WithAttributeLists(SyntaxList attributeLists) { throw null; } - - public EventStatementSyntax WithCustomKeyword(SyntaxToken customKeyword) { throw null; } - - public override MethodBaseSyntax WithDeclarationKeyword(SyntaxToken keyword) { throw null; } - - public EventStatementSyntax WithEventKeyword(SyntaxToken eventKeyword) { throw null; } - - public EventStatementSyntax WithIdentifier(SyntaxToken identifier) { throw null; } - - public EventStatementSyntax WithImplementsClause(ImplementsClauseSyntax implementsClause) { throw null; } - - [System.Obsolete("This member is obsolete.", true)] - public new EventStatementSyntax WithKeyword(SyntaxToken keyword) { throw null; } - - public new EventStatementSyntax WithModifiers(SyntaxTokenList modifiers) { throw null; } - - public new EventStatementSyntax WithParameterList(ParameterListSyntax parameterList) { throw null; } - } - - public abstract partial class ExecutableStatementSyntax : StatementSyntax - { - internal ExecutableStatementSyntax() { } - } - - public sealed partial class ExitStatementSyntax : ExecutableStatementSyntax - { - internal ExitStatementSyntax() { } - - public SyntaxToken BlockKeyword { get { throw null; } } - - public SyntaxToken ExitKeyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public ExitStatementSyntax Update(SyntaxKind kind, SyntaxToken exitKeyword, SyntaxToken blockKeyword) { throw null; } - - public ExitStatementSyntax WithBlockKeyword(SyntaxToken blockKeyword) { throw null; } - - public ExitStatementSyntax WithExitKeyword(SyntaxToken exitKeyword) { throw null; } - } - - public sealed partial class ExpressionRangeVariableSyntax : VisualBasicSyntaxNode - { - internal ExpressionRangeVariableSyntax() { } - - public ExpressionSyntax Expression { get { throw null; } } - - public VariableNameEqualsSyntax NameEquals { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public ExpressionRangeVariableSyntax Update(VariableNameEqualsSyntax nameEquals, ExpressionSyntax expression) { throw null; } - - public ExpressionRangeVariableSyntax WithExpression(ExpressionSyntax expression) { throw null; } - - public ExpressionRangeVariableSyntax WithNameEquals(VariableNameEqualsSyntax nameEquals) { throw null; } - } - - public sealed partial class ExpressionStatementSyntax : ExecutableStatementSyntax - { - internal ExpressionStatementSyntax() { } - - public ExpressionSyntax Expression { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public ExpressionStatementSyntax Update(ExpressionSyntax expression) { throw null; } - - public ExpressionStatementSyntax WithExpression(ExpressionSyntax expression) { throw null; } - } - - public abstract partial class ExpressionSyntax : VisualBasicSyntaxNode - { - internal ExpressionSyntax() { } - } - - public sealed partial class ExternalChecksumDirectiveTriviaSyntax : DirectiveTriviaSyntax - { - internal ExternalChecksumDirectiveTriviaSyntax() { } - - public SyntaxToken Checksum { get { throw null; } } - - public SyntaxToken CloseParenToken { get { throw null; } } - - public SyntaxToken ExternalChecksumKeyword { get { throw null; } } - - public SyntaxToken ExternalSource { get { throw null; } } - - public SyntaxToken FirstCommaToken { get { throw null; } } - - public SyntaxToken Guid { get { throw null; } } - - public new SyntaxToken HashToken { get { throw null; } } - - public SyntaxToken OpenParenToken { get { throw null; } } - - public SyntaxToken SecondCommaToken { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public ExternalChecksumDirectiveTriviaSyntax Update(SyntaxToken hashToken, SyntaxToken externalChecksumKeyword, SyntaxToken openParenToken, SyntaxToken externalSource, SyntaxToken firstCommaToken, SyntaxToken guid, SyntaxToken secondCommaToken, SyntaxToken checksum, SyntaxToken closeParenToken) { throw null; } - - public ExternalChecksumDirectiveTriviaSyntax WithChecksum(SyntaxToken checksum) { throw null; } - - public ExternalChecksumDirectiveTriviaSyntax WithCloseParenToken(SyntaxToken closeParenToken) { throw null; } - - public ExternalChecksumDirectiveTriviaSyntax WithExternalChecksumKeyword(SyntaxToken externalChecksumKeyword) { throw null; } - - public ExternalChecksumDirectiveTriviaSyntax WithExternalSource(SyntaxToken externalSource) { throw null; } - - public ExternalChecksumDirectiveTriviaSyntax WithFirstCommaToken(SyntaxToken firstCommaToken) { throw null; } - - public ExternalChecksumDirectiveTriviaSyntax WithGuid(SyntaxToken guid) { throw null; } - - public new ExternalChecksumDirectiveTriviaSyntax WithHashToken(SyntaxToken hashToken) { throw null; } - - public ExternalChecksumDirectiveTriviaSyntax WithOpenParenToken(SyntaxToken openParenToken) { throw null; } - - public ExternalChecksumDirectiveTriviaSyntax WithSecondCommaToken(SyntaxToken secondCommaToken) { throw null; } - } - - public sealed partial class ExternalSourceDirectiveTriviaSyntax : DirectiveTriviaSyntax - { - internal ExternalSourceDirectiveTriviaSyntax() { } - - public SyntaxToken CloseParenToken { get { throw null; } } - - public SyntaxToken CommaToken { get { throw null; } } - - public SyntaxToken ExternalSource { get { throw null; } } - - public SyntaxToken ExternalSourceKeyword { get { throw null; } } - - public new SyntaxToken HashToken { get { throw null; } } - - public SyntaxToken LineStart { get { throw null; } } - - public SyntaxToken OpenParenToken { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public ExternalSourceDirectiveTriviaSyntax Update(SyntaxToken hashToken, SyntaxToken externalSourceKeyword, SyntaxToken openParenToken, SyntaxToken externalSource, SyntaxToken commaToken, SyntaxToken lineStart, SyntaxToken closeParenToken) { throw null; } - - public ExternalSourceDirectiveTriviaSyntax WithCloseParenToken(SyntaxToken closeParenToken) { throw null; } - - public ExternalSourceDirectiveTriviaSyntax WithCommaToken(SyntaxToken commaToken) { throw null; } - - public ExternalSourceDirectiveTriviaSyntax WithExternalSource(SyntaxToken externalSource) { throw null; } - - public ExternalSourceDirectiveTriviaSyntax WithExternalSourceKeyword(SyntaxToken externalSourceKeyword) { throw null; } - - public new ExternalSourceDirectiveTriviaSyntax WithHashToken(SyntaxToken hashToken) { throw null; } - - public ExternalSourceDirectiveTriviaSyntax WithLineStart(SyntaxToken lineStart) { throw null; } - - public ExternalSourceDirectiveTriviaSyntax WithOpenParenToken(SyntaxToken openParenToken) { throw null; } - } - - public sealed partial class FieldDeclarationSyntax : DeclarationStatementSyntax - { - internal FieldDeclarationSyntax() { } - - public SyntaxList AttributeLists { get { throw null; } } - - public SeparatedSyntaxList Declarators { get { throw null; } } - - public SyntaxTokenList Modifiers { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public FieldDeclarationSyntax AddAttributeLists(params AttributeListSyntax[] items) { throw null; } - - public FieldDeclarationSyntax AddDeclarators(params VariableDeclaratorSyntax[] items) { throw null; } - - public FieldDeclarationSyntax AddModifiers(params SyntaxToken[] items) { throw null; } - - public FieldDeclarationSyntax Update(SyntaxList attributeLists, SyntaxTokenList modifiers, SeparatedSyntaxList declarators) { throw null; } - - public FieldDeclarationSyntax WithAttributeLists(SyntaxList attributeLists) { throw null; } - - public FieldDeclarationSyntax WithDeclarators(SeparatedSyntaxList declarators) { throw null; } - - public FieldDeclarationSyntax WithModifiers(SyntaxTokenList modifiers) { throw null; } - } - - public abstract partial class FieldInitializerSyntax : VisualBasicSyntaxNode - { - internal FieldInitializerSyntax() { } - - public SyntaxToken KeyKeyword { get { throw null; } } - - public FieldInitializerSyntax WithKeyKeyword(SyntaxToken keyKeyword) { throw null; } - } - - public sealed partial class FinallyBlockSyntax : VisualBasicSyntaxNode - { - internal FinallyBlockSyntax() { } - - public FinallyStatementSyntax FinallyStatement { get { throw null; } } - - public SyntaxList Statements { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public FinallyBlockSyntax AddStatements(params StatementSyntax[] items) { throw null; } - - public FinallyBlockSyntax Update(FinallyStatementSyntax finallyStatement, SyntaxList statements) { throw null; } - - public FinallyBlockSyntax WithFinallyStatement(FinallyStatementSyntax finallyStatement) { throw null; } - - public FinallyBlockSyntax WithStatements(SyntaxList statements) { throw null; } - } - - public sealed partial class FinallyStatementSyntax : StatementSyntax - { - internal FinallyStatementSyntax() { } - - public SyntaxToken FinallyKeyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public FinallyStatementSyntax Update(SyntaxToken finallyKeyword) { throw null; } - - public FinallyStatementSyntax WithFinallyKeyword(SyntaxToken finallyKeyword) { throw null; } - } - - public sealed partial class ForBlockSyntax : ForOrForEachBlockSyntax - { - internal ForBlockSyntax() { } - - public override ForOrForEachStatementSyntax ForOrForEachStatement { get { throw null; } } - - public ForStatementSyntax ForStatement { get { throw null; } } - - public new NextStatementSyntax NextStatement { get { throw null; } } - - public new SyntaxList Statements { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public new ForBlockSyntax AddNextStatementControlVariables(params ExpressionSyntax[] items) { throw null; } - - public new ForBlockSyntax AddStatements(params StatementSyntax[] items) { throw null; } - - public ForBlockSyntax Update(ForStatementSyntax forStatement, SyntaxList statements, NextStatementSyntax nextStatement) { throw null; } - - public ForBlockSyntax WithForStatement(ForStatementSyntax forStatement) { throw null; } - - public new ForBlockSyntax WithNextStatement(NextStatementSyntax nextStatement) { throw null; } - - public new ForBlockSyntax WithStatements(SyntaxList statements) { throw null; } - } - - public sealed partial class ForEachBlockSyntax : ForOrForEachBlockSyntax - { - internal ForEachBlockSyntax() { } - - public ForEachStatementSyntax ForEachStatement { get { throw null; } } - - public override ForOrForEachStatementSyntax ForOrForEachStatement { get { throw null; } } - - public new NextStatementSyntax NextStatement { get { throw null; } } - - public new SyntaxList Statements { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public new ForEachBlockSyntax AddNextStatementControlVariables(params ExpressionSyntax[] items) { throw null; } - - public new ForEachBlockSyntax AddStatements(params StatementSyntax[] items) { throw null; } - - public ForEachBlockSyntax Update(ForEachStatementSyntax forEachStatement, SyntaxList statements, NextStatementSyntax nextStatement) { throw null; } - - public ForEachBlockSyntax WithForEachStatement(ForEachStatementSyntax forEachStatement) { throw null; } - - public new ForEachBlockSyntax WithNextStatement(NextStatementSyntax nextStatement) { throw null; } - - public new ForEachBlockSyntax WithStatements(SyntaxList statements) { throw null; } - } - - public sealed partial class ForEachStatementSyntax : ForOrForEachStatementSyntax - { - internal ForEachStatementSyntax() { } - - public new VisualBasicSyntaxNode ControlVariable { get { throw null; } } - - public SyntaxToken EachKeyword { get { throw null; } } - - public ExpressionSyntax Expression { get { throw null; } } - - public new SyntaxToken ForKeyword { get { throw null; } } - - public SyntaxToken InKeyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public ForEachStatementSyntax Update(SyntaxToken forKeyword, SyntaxToken eachKeyword, VisualBasicSyntaxNode controlVariable, SyntaxToken inKeyword, ExpressionSyntax expression) { throw null; } - - public new ForEachStatementSyntax WithControlVariable(VisualBasicSyntaxNode controlVariable) { throw null; } - - public ForEachStatementSyntax WithEachKeyword(SyntaxToken eachKeyword) { throw null; } - - public ForEachStatementSyntax WithExpression(ExpressionSyntax expression) { throw null; } - - public new ForEachStatementSyntax WithForKeyword(SyntaxToken forKeyword) { throw null; } - - public ForEachStatementSyntax WithInKeyword(SyntaxToken inKeyword) { throw null; } - } - - public abstract partial class ForOrForEachBlockSyntax : ExecutableStatementSyntax - { - internal ForOrForEachBlockSyntax() { } - - public abstract ForOrForEachStatementSyntax ForOrForEachStatement { get; } - - public NextStatementSyntax NextStatement { get { throw null; } } - - public SyntaxList Statements { get { throw null; } } - - public ForOrForEachBlockSyntax AddNextStatementControlVariables(params ExpressionSyntax[] items) { throw null; } - - public ForOrForEachBlockSyntax AddStatements(params StatementSyntax[] items) { throw null; } - - public ForOrForEachBlockSyntax WithNextStatement(NextStatementSyntax nextStatement) { throw null; } - - public ForOrForEachBlockSyntax WithStatements(SyntaxList statements) { throw null; } - } - - public abstract partial class ForOrForEachStatementSyntax : StatementSyntax - { - internal ForOrForEachStatementSyntax() { } - - public VisualBasicSyntaxNode ControlVariable { get { throw null; } } - - public SyntaxToken ForKeyword { get { throw null; } } - - public ForOrForEachStatementSyntax WithControlVariable(VisualBasicSyntaxNode controlVariable) { throw null; } - - public ForOrForEachStatementSyntax WithForKeyword(SyntaxToken forKeyword) { throw null; } - } - - public sealed partial class ForStatementSyntax : ForOrForEachStatementSyntax - { - internal ForStatementSyntax() { } - - public new VisualBasicSyntaxNode ControlVariable { get { throw null; } } - - public SyntaxToken EqualsToken { get { throw null; } } - - public new SyntaxToken ForKeyword { get { throw null; } } - - public ExpressionSyntax FromValue { get { throw null; } } - - public ForStepClauseSyntax StepClause { get { throw null; } } - - public SyntaxToken ToKeyword { get { throw null; } } - - public ExpressionSyntax ToValue { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public ForStatementSyntax Update(SyntaxToken forKeyword, VisualBasicSyntaxNode controlVariable, SyntaxToken equalsToken, ExpressionSyntax fromValue, SyntaxToken toKeyword, ExpressionSyntax toValue, ForStepClauseSyntax stepClause) { throw null; } - - public new ForStatementSyntax WithControlVariable(VisualBasicSyntaxNode controlVariable) { throw null; } - - public ForStatementSyntax WithEqualsToken(SyntaxToken equalsToken) { throw null; } - - public new ForStatementSyntax WithForKeyword(SyntaxToken forKeyword) { throw null; } - - public ForStatementSyntax WithFromValue(ExpressionSyntax fromValue) { throw null; } - - public ForStatementSyntax WithStepClause(ForStepClauseSyntax stepClause) { throw null; } - - public ForStatementSyntax WithToKeyword(SyntaxToken toKeyword) { throw null; } - - public ForStatementSyntax WithToValue(ExpressionSyntax toValue) { throw null; } - } - - public sealed partial class ForStepClauseSyntax : VisualBasicSyntaxNode - { - internal ForStepClauseSyntax() { } - - public SyntaxToken StepKeyword { get { throw null; } } - - public ExpressionSyntax StepValue { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public ForStepClauseSyntax Update(SyntaxToken stepKeyword, ExpressionSyntax stepValue) { throw null; } - - public ForStepClauseSyntax WithStepKeyword(SyntaxToken stepKeyword) { throw null; } - - public ForStepClauseSyntax WithStepValue(ExpressionSyntax stepValue) { throw null; } - } - - public sealed partial class FromClauseSyntax : QueryClauseSyntax - { - internal FromClauseSyntax() { } - - public SyntaxToken FromKeyword { get { throw null; } } - - public SeparatedSyntaxList Variables { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public FromClauseSyntax AddVariables(params CollectionRangeVariableSyntax[] items) { throw null; } - - public FromClauseSyntax Update(SyntaxToken fromKeyword, SeparatedSyntaxList variables) { throw null; } - - public FromClauseSyntax WithFromKeyword(SyntaxToken fromKeyword) { throw null; } - - public FromClauseSyntax WithVariables(SeparatedSyntaxList variables) { throw null; } - } - - public sealed partial class FunctionAggregationSyntax : AggregationSyntax - { - internal FunctionAggregationSyntax() { } - - public ExpressionSyntax Argument { get { throw null; } } - - public SyntaxToken CloseParenToken { get { throw null; } } - - public SyntaxToken FunctionName { get { throw null; } } - - public SyntaxToken OpenParenToken { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public FunctionAggregationSyntax Update(SyntaxToken functionName, SyntaxToken openParenToken, ExpressionSyntax argument, SyntaxToken closeParenToken) { throw null; } - - public FunctionAggregationSyntax WithArgument(ExpressionSyntax argument) { throw null; } - - public FunctionAggregationSyntax WithCloseParenToken(SyntaxToken closeParenToken) { throw null; } - - public FunctionAggregationSyntax WithFunctionName(SyntaxToken functionName) { throw null; } - - public FunctionAggregationSyntax WithOpenParenToken(SyntaxToken openParenToken) { throw null; } - } - - public sealed partial class GenericNameSyntax : SimpleNameSyntax - { - internal GenericNameSyntax() { } - - public new SyntaxToken Identifier { get { throw null; } } - - public TypeArgumentListSyntax TypeArgumentList { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public GenericNameSyntax AddTypeArgumentListArguments(params TypeSyntax[] items) { throw null; } - - public GenericNameSyntax Update(SyntaxToken identifier, TypeArgumentListSyntax typeArgumentList) { throw null; } - - public new GenericNameSyntax WithIdentifier(SyntaxToken identifier) { throw null; } - - public GenericNameSyntax WithTypeArgumentList(TypeArgumentListSyntax typeArgumentList) { throw null; } - } - - public sealed partial class GetTypeExpressionSyntax : ExpressionSyntax - { - internal GetTypeExpressionSyntax() { } - - public SyntaxToken CloseParenToken { get { throw null; } } - - public SyntaxToken GetTypeKeyword { get { throw null; } } - - public SyntaxToken OpenParenToken { get { throw null; } } - - public TypeSyntax Type { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public GetTypeExpressionSyntax Update(SyntaxToken getTypeKeyword, SyntaxToken openParenToken, TypeSyntax type, SyntaxToken closeParenToken) { throw null; } - - public GetTypeExpressionSyntax WithCloseParenToken(SyntaxToken closeParenToken) { throw null; } - - public GetTypeExpressionSyntax WithGetTypeKeyword(SyntaxToken getTypeKeyword) { throw null; } - - public GetTypeExpressionSyntax WithOpenParenToken(SyntaxToken openParenToken) { throw null; } - - public GetTypeExpressionSyntax WithType(TypeSyntax type) { throw null; } - } - - public sealed partial class GetXmlNamespaceExpressionSyntax : ExpressionSyntax - { - internal GetXmlNamespaceExpressionSyntax() { } - - public SyntaxToken CloseParenToken { get { throw null; } } - - public SyntaxToken GetXmlNamespaceKeyword { get { throw null; } } - - public XmlPrefixNameSyntax Name { get { throw null; } } - - public SyntaxToken OpenParenToken { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public GetXmlNamespaceExpressionSyntax Update(SyntaxToken getXmlNamespaceKeyword, SyntaxToken openParenToken, XmlPrefixNameSyntax name, SyntaxToken closeParenToken) { throw null; } - - public GetXmlNamespaceExpressionSyntax WithCloseParenToken(SyntaxToken closeParenToken) { throw null; } - - public GetXmlNamespaceExpressionSyntax WithGetXmlNamespaceKeyword(SyntaxToken getXmlNamespaceKeyword) { throw null; } - - public GetXmlNamespaceExpressionSyntax WithName(XmlPrefixNameSyntax name) { throw null; } - - public GetXmlNamespaceExpressionSyntax WithOpenParenToken(SyntaxToken openParenToken) { throw null; } - } - - public sealed partial class GlobalNameSyntax : NameSyntax - { - internal GlobalNameSyntax() { } - - public SyntaxToken GlobalKeyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public GlobalNameSyntax Update(SyntaxToken globalKeyword) { throw null; } - - public GlobalNameSyntax WithGlobalKeyword(SyntaxToken globalKeyword) { throw null; } - } - - public sealed partial class GoToStatementSyntax : ExecutableStatementSyntax - { - internal GoToStatementSyntax() { } - - public SyntaxToken GoToKeyword { get { throw null; } } - - public LabelSyntax Label { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public GoToStatementSyntax Update(SyntaxToken goToKeyword, LabelSyntax label) { throw null; } - - public GoToStatementSyntax WithGoToKeyword(SyntaxToken goToKeyword) { throw null; } - - public GoToStatementSyntax WithLabel(LabelSyntax label) { throw null; } - } - - public sealed partial class GroupAggregationSyntax : AggregationSyntax - { - internal GroupAggregationSyntax() { } - - public SyntaxToken GroupKeyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public GroupAggregationSyntax Update(SyntaxToken groupKeyword) { throw null; } - - public GroupAggregationSyntax WithGroupKeyword(SyntaxToken groupKeyword) { throw null; } - } - - public sealed partial class GroupByClauseSyntax : QueryClauseSyntax - { - internal GroupByClauseSyntax() { } - - public SeparatedSyntaxList AggregationVariables { get { throw null; } } - - public SyntaxToken ByKeyword { get { throw null; } } - - public SyntaxToken GroupKeyword { get { throw null; } } - - public SyntaxToken IntoKeyword { get { throw null; } } - - public SeparatedSyntaxList Items { get { throw null; } } - - public SeparatedSyntaxList Keys { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public GroupByClauseSyntax AddAggregationVariables(params AggregationRangeVariableSyntax[] items) { throw null; } - - public GroupByClauseSyntax AddItems(params ExpressionRangeVariableSyntax[] items) { throw null; } - - public GroupByClauseSyntax AddKeys(params ExpressionRangeVariableSyntax[] items) { throw null; } - - public GroupByClauseSyntax Update(SyntaxToken groupKeyword, SeparatedSyntaxList items, SyntaxToken byKeyword, SeparatedSyntaxList keys, SyntaxToken intoKeyword, SeparatedSyntaxList aggregationVariables) { throw null; } - - public GroupByClauseSyntax WithAggregationVariables(SeparatedSyntaxList aggregationVariables) { throw null; } - - public GroupByClauseSyntax WithByKeyword(SyntaxToken byKeyword) { throw null; } - - public GroupByClauseSyntax WithGroupKeyword(SyntaxToken groupKeyword) { throw null; } - - public GroupByClauseSyntax WithIntoKeyword(SyntaxToken intoKeyword) { throw null; } - - public GroupByClauseSyntax WithItems(SeparatedSyntaxList items) { throw null; } - - public GroupByClauseSyntax WithKeys(SeparatedSyntaxList keys) { throw null; } - } - - public sealed partial class GroupJoinClauseSyntax : JoinClauseSyntax - { - internal GroupJoinClauseSyntax() { } - - public new SyntaxList AdditionalJoins { get { throw null; } } - - public SeparatedSyntaxList AggregationVariables { get { throw null; } } - - public SyntaxToken GroupKeyword { get { throw null; } } - - public SyntaxToken IntoKeyword { get { throw null; } } - - public override SeparatedSyntaxList JoinConditions { get { throw null; } } - - public override SeparatedSyntaxList JoinedVariables { get { throw null; } } - - public new SyntaxToken JoinKeyword { get { throw null; } } - - public new SyntaxToken OnKeyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public new GroupJoinClauseSyntax AddAdditionalJoins(params JoinClauseSyntax[] items) { throw null; } - - public GroupJoinClauseSyntax AddAggregationVariables(params AggregationRangeVariableSyntax[] items) { throw null; } - - public new GroupJoinClauseSyntax AddJoinConditions(params JoinConditionSyntax[] items) { throw null; } - - public new GroupJoinClauseSyntax AddJoinedVariables(params CollectionRangeVariableSyntax[] items) { throw null; } - - public GroupJoinClauseSyntax Update(SyntaxToken groupKeyword, SyntaxToken joinKeyword, SeparatedSyntaxList joinedVariables, SyntaxList additionalJoins, SyntaxToken onKeyword, SeparatedSyntaxList joinConditions, SyntaxToken intoKeyword, SeparatedSyntaxList aggregationVariables) { throw null; } - - public new GroupJoinClauseSyntax WithAdditionalJoins(SyntaxList additionalJoins) { throw null; } - - public GroupJoinClauseSyntax WithAggregationVariables(SeparatedSyntaxList aggregationVariables) { throw null; } - - public GroupJoinClauseSyntax WithGroupKeyword(SyntaxToken groupKeyword) { throw null; } - - public GroupJoinClauseSyntax WithIntoKeyword(SyntaxToken intoKeyword) { throw null; } - - public new GroupJoinClauseSyntax WithJoinConditions(SeparatedSyntaxList joinConditions) { throw null; } - - public new GroupJoinClauseSyntax WithJoinedVariables(SeparatedSyntaxList joinedVariables) { throw null; } - - public new GroupJoinClauseSyntax WithJoinKeyword(SyntaxToken joinKeyword) { throw null; } - - public new GroupJoinClauseSyntax WithOnKeyword(SyntaxToken onKeyword) { throw null; } - } - - public sealed partial class HandlesClauseItemSyntax : VisualBasicSyntaxNode - { - internal HandlesClauseItemSyntax() { } - - public SyntaxToken DotToken { get { throw null; } } - - public EventContainerSyntax EventContainer { get { throw null; } } - - public IdentifierNameSyntax EventMember { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public HandlesClauseItemSyntax Update(EventContainerSyntax eventContainer, SyntaxToken dotToken, IdentifierNameSyntax eventMember) { throw null; } - - public HandlesClauseItemSyntax WithDotToken(SyntaxToken dotToken) { throw null; } - - public HandlesClauseItemSyntax WithEventContainer(EventContainerSyntax eventContainer) { throw null; } - - public HandlesClauseItemSyntax WithEventMember(IdentifierNameSyntax eventMember) { throw null; } - } - - public sealed partial class HandlesClauseSyntax : VisualBasicSyntaxNode - { - internal HandlesClauseSyntax() { } - - public SeparatedSyntaxList Events { get { throw null; } } - - public SyntaxToken HandlesKeyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public HandlesClauseSyntax AddEvents(params HandlesClauseItemSyntax[] items) { throw null; } - - public HandlesClauseSyntax Update(SyntaxToken handlesKeyword, SeparatedSyntaxList events) { throw null; } - - public HandlesClauseSyntax WithEvents(SeparatedSyntaxList events) { throw null; } - - public HandlesClauseSyntax WithHandlesKeyword(SyntaxToken handlesKeyword) { throw null; } - } - - public sealed partial class IdentifierNameSyntax : SimpleNameSyntax - { - internal IdentifierNameSyntax() { } - - public new SyntaxToken Identifier { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public IdentifierNameSyntax Update(SyntaxToken identifier) { throw null; } - - public new IdentifierNameSyntax WithIdentifier(SyntaxToken identifier) { throw null; } - } - - public sealed partial class IfDirectiveTriviaSyntax : DirectiveTriviaSyntax - { - internal IfDirectiveTriviaSyntax() { } - - public ExpressionSyntax Condition { get { throw null; } } - - public SyntaxToken ElseKeyword { get { throw null; } } - - public new SyntaxToken HashToken { get { throw null; } } - - public SyntaxToken IfOrElseIfKeyword { get { throw null; } } - - public SyntaxToken ThenKeyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public IfDirectiveTriviaSyntax Update(SyntaxKind kind, SyntaxToken hashToken, SyntaxToken elseKeyword, SyntaxToken ifOrElseIfKeyword, ExpressionSyntax condition, SyntaxToken thenKeyword) { throw null; } - - public IfDirectiveTriviaSyntax WithCondition(ExpressionSyntax condition) { throw null; } - - public IfDirectiveTriviaSyntax WithElseKeyword(SyntaxToken elseKeyword) { throw null; } - - public new IfDirectiveTriviaSyntax WithHashToken(SyntaxToken hashToken) { throw null; } - - public IfDirectiveTriviaSyntax WithIfOrElseIfKeyword(SyntaxToken ifOrElseIfKeyword) { throw null; } - - public IfDirectiveTriviaSyntax WithThenKeyword(SyntaxToken thenKeyword) { throw null; } - } - - public sealed partial class IfStatementSyntax : StatementSyntax - { - internal IfStatementSyntax() { } - - public ExpressionSyntax Condition { get { throw null; } } - - public SyntaxToken IfKeyword { get { throw null; } } - - public SyntaxToken ThenKeyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public IfStatementSyntax Update(SyntaxToken ifKeyword, ExpressionSyntax condition, SyntaxToken thenKeyword) { throw null; } - - public IfStatementSyntax WithCondition(ExpressionSyntax condition) { throw null; } - - public IfStatementSyntax WithIfKeyword(SyntaxToken ifKeyword) { throw null; } - - public IfStatementSyntax WithThenKeyword(SyntaxToken thenKeyword) { throw null; } - } - - public sealed partial class ImplementsClauseSyntax : VisualBasicSyntaxNode - { - internal ImplementsClauseSyntax() { } - - public SyntaxToken ImplementsKeyword { get { throw null; } } - - public SeparatedSyntaxList InterfaceMembers { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public ImplementsClauseSyntax AddInterfaceMembers(params QualifiedNameSyntax[] items) { throw null; } - - public ImplementsClauseSyntax Update(SyntaxToken implementsKeyword, SeparatedSyntaxList interfaceMembers) { throw null; } - - public ImplementsClauseSyntax WithImplementsKeyword(SyntaxToken implementsKeyword) { throw null; } - - public ImplementsClauseSyntax WithInterfaceMembers(SeparatedSyntaxList interfaceMembers) { throw null; } - } - - public sealed partial class ImplementsStatementSyntax : InheritsOrImplementsStatementSyntax - { - internal ImplementsStatementSyntax() { } - - public SyntaxToken ImplementsKeyword { get { throw null; } } - - public SeparatedSyntaxList Types { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public ImplementsStatementSyntax AddTypes(params TypeSyntax[] items) { throw null; } - - public ImplementsStatementSyntax Update(SyntaxToken implementsKeyword, SeparatedSyntaxList types) { throw null; } - - public ImplementsStatementSyntax WithImplementsKeyword(SyntaxToken implementsKeyword) { throw null; } - - public ImplementsStatementSyntax WithTypes(SeparatedSyntaxList types) { throw null; } - } - - public sealed partial class ImportAliasClauseSyntax : VisualBasicSyntaxNode - { - internal ImportAliasClauseSyntax() { } - - public SyntaxToken EqualsToken { get { throw null; } } - - public SyntaxToken Identifier { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public ImportAliasClauseSyntax Update(SyntaxToken identifier, SyntaxToken equalsToken) { throw null; } - - public ImportAliasClauseSyntax WithEqualsToken(SyntaxToken equalsToken) { throw null; } - - public ImportAliasClauseSyntax WithIdentifier(SyntaxToken identifier) { throw null; } - } - - public abstract partial class ImportsClauseSyntax : VisualBasicSyntaxNode - { - internal ImportsClauseSyntax() { } - } - - public sealed partial class ImportsStatementSyntax : DeclarationStatementSyntax - { - internal ImportsStatementSyntax() { } - - public SeparatedSyntaxList ImportsClauses { get { throw null; } } - - public SyntaxToken ImportsKeyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public ImportsStatementSyntax AddImportsClauses(params ImportsClauseSyntax[] items) { throw null; } - - public ImportsStatementSyntax Update(SyntaxToken importsKeyword, SeparatedSyntaxList importsClauses) { throw null; } - - public ImportsStatementSyntax WithImportsClauses(SeparatedSyntaxList importsClauses) { throw null; } - - public ImportsStatementSyntax WithImportsKeyword(SyntaxToken importsKeyword) { throw null; } - } - - public sealed partial class IncompleteMemberSyntax : DeclarationStatementSyntax - { - internal IncompleteMemberSyntax() { } - - public SyntaxList AttributeLists { get { throw null; } } - - public SyntaxToken MissingIdentifier { get { throw null; } } - - public SyntaxTokenList Modifiers { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public IncompleteMemberSyntax AddAttributeLists(params AttributeListSyntax[] items) { throw null; } - - public IncompleteMemberSyntax AddModifiers(params SyntaxToken[] items) { throw null; } - - public IncompleteMemberSyntax Update(SyntaxList attributeLists, SyntaxTokenList modifiers, SyntaxToken missingIdentifier) { throw null; } - - public IncompleteMemberSyntax WithAttributeLists(SyntaxList attributeLists) { throw null; } - - public IncompleteMemberSyntax WithMissingIdentifier(SyntaxToken missingIdentifier) { throw null; } - - public IncompleteMemberSyntax WithModifiers(SyntaxTokenList modifiers) { throw null; } - } - - public sealed partial class InferredFieldInitializerSyntax : FieldInitializerSyntax - { - internal InferredFieldInitializerSyntax() { } - - public ExpressionSyntax Expression { get { throw null; } } - - public new SyntaxToken KeyKeyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public InferredFieldInitializerSyntax Update(SyntaxToken keyKeyword, ExpressionSyntax expression) { throw null; } - - public InferredFieldInitializerSyntax WithExpression(ExpressionSyntax expression) { throw null; } - - public new InferredFieldInitializerSyntax WithKeyKeyword(SyntaxToken keyKeyword) { throw null; } - } - - public abstract partial class InheritsOrImplementsStatementSyntax : DeclarationStatementSyntax - { - internal InheritsOrImplementsStatementSyntax() { } - } - - public sealed partial class InheritsStatementSyntax : InheritsOrImplementsStatementSyntax - { - internal InheritsStatementSyntax() { } - - public SyntaxToken InheritsKeyword { get { throw null; } } - - public SeparatedSyntaxList Types { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public InheritsStatementSyntax AddTypes(params TypeSyntax[] items) { throw null; } - - public InheritsStatementSyntax Update(SyntaxToken inheritsKeyword, SeparatedSyntaxList types) { throw null; } - - public InheritsStatementSyntax WithInheritsKeyword(SyntaxToken inheritsKeyword) { throw null; } - - public InheritsStatementSyntax WithTypes(SeparatedSyntaxList types) { throw null; } - } - - public abstract partial class InstanceExpressionSyntax : ExpressionSyntax - { - internal InstanceExpressionSyntax() { } - - public SyntaxToken Keyword { get { throw null; } } - - public InstanceExpressionSyntax WithKeyword(SyntaxToken keyword) { throw null; } - } - - public sealed partial class InterfaceBlockSyntax : TypeBlockSyntax - { - internal InterfaceBlockSyntax() { } - - [System.Obsolete("This member is obsolete.", true)] - public new InterfaceStatementSyntax Begin { get { throw null; } } - - public override TypeStatementSyntax BlockStatement { get { throw null; } } - - [System.Obsolete("This member is obsolete.", true)] - public new EndBlockStatementSyntax End { get { throw null; } } - - public override EndBlockStatementSyntax EndBlockStatement { get { throw null; } } - - public EndBlockStatementSyntax EndInterfaceStatement { get { throw null; } } - - public new SyntaxList Implements { get { throw null; } } - - public new SyntaxList Inherits { get { throw null; } } - - public InterfaceStatementSyntax InterfaceStatement { get { throw null; } } - - public new SyntaxList Members { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public new InterfaceBlockSyntax AddImplements(params ImplementsStatementSyntax[] items) { throw null; } - - public new InterfaceBlockSyntax AddInherits(params InheritsStatementSyntax[] items) { throw null; } - - public new InterfaceBlockSyntax AddMembers(params StatementSyntax[] items) { throw null; } - - public InterfaceBlockSyntax Update(InterfaceStatementSyntax interfaceStatement, SyntaxList inherits, SyntaxList implements, SyntaxList members, EndBlockStatementSyntax endInterfaceStatement) { throw null; } - - [System.Obsolete("This member is obsolete.", true)] - public InterfaceBlockSyntax WithBegin(InterfaceStatementSyntax begin) { throw null; } - - public override TypeBlockSyntax WithBlockStatement(TypeStatementSyntax blockStatement) { throw null; } - - [System.Obsolete("This member is obsolete.", true)] - public new InterfaceBlockSyntax WithEnd(EndBlockStatementSyntax end) { throw null; } - - public override TypeBlockSyntax WithEndBlockStatement(EndBlockStatementSyntax endBlockStatement) { throw null; } - - public InterfaceBlockSyntax WithEndInterfaceStatement(EndBlockStatementSyntax endInterfaceStatement) { throw null; } - - public new InterfaceBlockSyntax WithImplements(SyntaxList implements) { throw null; } - - public new InterfaceBlockSyntax WithInherits(SyntaxList inherits) { throw null; } - - public InterfaceBlockSyntax WithInterfaceStatement(InterfaceStatementSyntax interfaceStatement) { throw null; } - - public new InterfaceBlockSyntax WithMembers(SyntaxList members) { throw null; } - } - - public sealed partial class InterfaceStatementSyntax : TypeStatementSyntax - { - internal InterfaceStatementSyntax() { } - - public new SyntaxList AttributeLists { get { throw null; } } - - public override SyntaxToken DeclarationKeyword { get { throw null; } } - - public new SyntaxToken Identifier { get { throw null; } } - - public SyntaxToken InterfaceKeyword { get { throw null; } } - - [System.Obsolete("This member is obsolete.", true)] - public new SyntaxToken Keyword { get { throw null; } } - - public new SyntaxTokenList Modifiers { get { throw null; } } - - public new TypeParameterListSyntax TypeParameterList { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public new InterfaceStatementSyntax AddAttributeLists(params AttributeListSyntax[] items) { throw null; } - - public new InterfaceStatementSyntax AddModifiers(params SyntaxToken[] items) { throw null; } - - public new InterfaceStatementSyntax AddTypeParameterListParameters(params TypeParameterSyntax[] items) { throw null; } - - public InterfaceStatementSyntax Update(SyntaxList attributeLists, SyntaxTokenList modifiers, SyntaxToken interfaceKeyword, SyntaxToken identifier, TypeParameterListSyntax typeParameterList) { throw null; } - - public new InterfaceStatementSyntax WithAttributeLists(SyntaxList attributeLists) { throw null; } - - public override TypeStatementSyntax WithDeclarationKeyword(SyntaxToken keyword) { throw null; } - - public new InterfaceStatementSyntax WithIdentifier(SyntaxToken identifier) { throw null; } - - public InterfaceStatementSyntax WithInterfaceKeyword(SyntaxToken interfaceKeyword) { throw null; } - - [System.Obsolete("This member is obsolete.", true)] - public new InterfaceStatementSyntax WithKeyword(SyntaxToken keyword) { throw null; } - - public new InterfaceStatementSyntax WithModifiers(SyntaxTokenList modifiers) { throw null; } - - public new InterfaceStatementSyntax WithTypeParameterList(TypeParameterListSyntax typeParameterList) { throw null; } - } - - public abstract partial class InterpolatedStringContentSyntax : VisualBasicSyntaxNode - { - internal InterpolatedStringContentSyntax() { } - } - - public sealed partial class InterpolatedStringExpressionSyntax : ExpressionSyntax - { - internal InterpolatedStringExpressionSyntax() { } - - public SyntaxList Contents { get { throw null; } } - - public SyntaxToken DollarSignDoubleQuoteToken { get { throw null; } } - - public SyntaxToken DoubleQuoteToken { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public InterpolatedStringExpressionSyntax AddContents(params InterpolatedStringContentSyntax[] items) { throw null; } - - public InterpolatedStringExpressionSyntax Update(SyntaxToken dollarSignDoubleQuoteToken, SyntaxList contents, SyntaxToken doubleQuoteToken) { throw null; } - - public InterpolatedStringExpressionSyntax WithContents(SyntaxList contents) { throw null; } - - public InterpolatedStringExpressionSyntax WithDollarSignDoubleQuoteToken(SyntaxToken dollarSignDoubleQuoteToken) { throw null; } - - public InterpolatedStringExpressionSyntax WithDoubleQuoteToken(SyntaxToken doubleQuoteToken) { throw null; } - } - - public sealed partial class InterpolatedStringTextSyntax : InterpolatedStringContentSyntax - { - internal InterpolatedStringTextSyntax() { } - - public SyntaxToken TextToken { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public InterpolatedStringTextSyntax Update(SyntaxToken textToken) { throw null; } - - public InterpolatedStringTextSyntax WithTextToken(SyntaxToken textToken) { throw null; } - } - - public sealed partial class InterpolationAlignmentClauseSyntax : VisualBasicSyntaxNode - { - internal InterpolationAlignmentClauseSyntax() { } - - public SyntaxToken CommaToken { get { throw null; } } - - public ExpressionSyntax Value { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public InterpolationAlignmentClauseSyntax Update(SyntaxToken commaToken, ExpressionSyntax value) { throw null; } - - public InterpolationAlignmentClauseSyntax WithCommaToken(SyntaxToken commaToken) { throw null; } - - public InterpolationAlignmentClauseSyntax WithValue(ExpressionSyntax value) { throw null; } - } - - public sealed partial class InterpolationFormatClauseSyntax : VisualBasicSyntaxNode - { - internal InterpolationFormatClauseSyntax() { } - - public SyntaxToken ColonToken { get { throw null; } } - - public SyntaxToken FormatStringToken { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public InterpolationFormatClauseSyntax Update(SyntaxToken colonToken, SyntaxToken formatStringToken) { throw null; } - - public InterpolationFormatClauseSyntax WithColonToken(SyntaxToken colonToken) { throw null; } - - public InterpolationFormatClauseSyntax WithFormatStringToken(SyntaxToken formatStringToken) { throw null; } - } - - public sealed partial class InterpolationSyntax : InterpolatedStringContentSyntax - { - internal InterpolationSyntax() { } - - public InterpolationAlignmentClauseSyntax AlignmentClause { get { throw null; } } - - public SyntaxToken CloseBraceToken { get { throw null; } } - - public ExpressionSyntax Expression { get { throw null; } } - - public InterpolationFormatClauseSyntax FormatClause { get { throw null; } } - - public SyntaxToken OpenBraceToken { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public InterpolationSyntax Update(SyntaxToken openBraceToken, ExpressionSyntax expression, InterpolationAlignmentClauseSyntax alignmentClause, InterpolationFormatClauseSyntax formatClause, SyntaxToken closeBraceToken) { throw null; } - - public InterpolationSyntax WithAlignmentClause(InterpolationAlignmentClauseSyntax alignmentClause) { throw null; } - - public InterpolationSyntax WithCloseBraceToken(SyntaxToken closeBraceToken) { throw null; } - - public InterpolationSyntax WithExpression(ExpressionSyntax expression) { throw null; } - - public InterpolationSyntax WithFormatClause(InterpolationFormatClauseSyntax formatClause) { throw null; } - - public InterpolationSyntax WithOpenBraceToken(SyntaxToken openBraceToken) { throw null; } - } - - public sealed partial class InvocationExpressionSyntax : ExpressionSyntax - { - internal InvocationExpressionSyntax() { } - - public ArgumentListSyntax ArgumentList { get { throw null; } } - - public ExpressionSyntax Expression { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public InvocationExpressionSyntax AddArgumentListArguments(params ArgumentSyntax[] items) { throw null; } - - public InvocationExpressionSyntax Update(ExpressionSyntax expression, ArgumentListSyntax argumentList) { throw null; } - - public InvocationExpressionSyntax WithArgumentList(ArgumentListSyntax argumentList) { throw null; } - - public InvocationExpressionSyntax WithExpression(ExpressionSyntax expression) { throw null; } - } - - public abstract partial class JoinClauseSyntax : QueryClauseSyntax - { - internal JoinClauseSyntax() { } - - public SyntaxList AdditionalJoins { get { throw null; } } - - public virtual SeparatedSyntaxList JoinConditions { get { throw null; } } - - public virtual SeparatedSyntaxList JoinedVariables { get { throw null; } } - - public SyntaxToken JoinKeyword { get { throw null; } } - - public SyntaxToken OnKeyword { get { throw null; } } - - public JoinClauseSyntax AddAdditionalJoins(params JoinClauseSyntax[] items) { throw null; } - - public JoinClauseSyntax AddJoinConditions(params JoinConditionSyntax[] items) { throw null; } - - public JoinClauseSyntax AddJoinedVariables(params CollectionRangeVariableSyntax[] items) { throw null; } - - public JoinClauseSyntax WithAdditionalJoins(SyntaxList additionalJoins) { throw null; } - - public JoinClauseSyntax WithJoinConditions(SeparatedSyntaxList joinConditions) { throw null; } - - public JoinClauseSyntax WithJoinedVariables(SeparatedSyntaxList joinedVariables) { throw null; } - - public JoinClauseSyntax WithJoinKeyword(SyntaxToken joinKeyword) { throw null; } - - public JoinClauseSyntax WithOnKeyword(SyntaxToken onKeyword) { throw null; } - } - - public sealed partial class JoinConditionSyntax : VisualBasicSyntaxNode - { - internal JoinConditionSyntax() { } - - public SyntaxToken EqualsKeyword { get { throw null; } } - - public ExpressionSyntax Left { get { throw null; } } - - public ExpressionSyntax Right { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public JoinConditionSyntax Update(ExpressionSyntax left, SyntaxToken equalsKeyword, ExpressionSyntax right) { throw null; } - - public JoinConditionSyntax WithEqualsKeyword(SyntaxToken equalsKeyword) { throw null; } - - public JoinConditionSyntax WithLeft(ExpressionSyntax left) { throw null; } - - public JoinConditionSyntax WithRight(ExpressionSyntax right) { throw null; } - } - - public sealed partial class KeywordEventContainerSyntax : EventContainerSyntax - { - internal KeywordEventContainerSyntax() { } - - public SyntaxToken Keyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public KeywordEventContainerSyntax Update(SyntaxToken keyword) { throw null; } - - public KeywordEventContainerSyntax WithKeyword(SyntaxToken keyword) { throw null; } - } - - public sealed partial class LabelStatementSyntax : ExecutableStatementSyntax - { - internal LabelStatementSyntax() { } - - public SyntaxToken ColonToken { get { throw null; } } - - public SyntaxToken LabelToken { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public LabelStatementSyntax Update(SyntaxToken labelToken, SyntaxToken colonToken) { throw null; } - - public LabelStatementSyntax WithColonToken(SyntaxToken colonToken) { throw null; } - - public LabelStatementSyntax WithLabelToken(SyntaxToken labelToken) { throw null; } - } - - public sealed partial class LabelSyntax : ExpressionSyntax - { - internal LabelSyntax() { } - - public SyntaxToken LabelToken { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public LabelSyntax Update(SyntaxKind kind, SyntaxToken labelToken) { throw null; } - - public LabelSyntax WithLabelToken(SyntaxToken labelToken) { throw null; } - } - - public abstract partial class LambdaExpressionSyntax : ExpressionSyntax - { - internal LambdaExpressionSyntax() { } - - [System.Obsolete("This member is obsolete. Use SubOrFunctionHeader instead.", true)] - public LambdaHeaderSyntax Begin { get { throw null; } } - - public LambdaHeaderSyntax SubOrFunctionHeader { get { throw null; } } - - public LambdaExpressionSyntax WithSubOrFunctionHeader(LambdaHeaderSyntax subOrFunctionHeader) { throw null; } - } - - public sealed partial class LambdaHeaderSyntax : MethodBaseSyntax - { - internal LambdaHeaderSyntax() { } - - public SimpleAsClauseSyntax AsClause { get { throw null; } } - - public new SyntaxList AttributeLists { get { throw null; } } - - public override SyntaxToken DeclarationKeyword { get { throw null; } } - - [System.Obsolete("This member is obsolete.", true)] - public new SyntaxToken Keyword { get { throw null; } } - - public new SyntaxTokenList Modifiers { get { throw null; } } - - public new ParameterListSyntax ParameterList { get { throw null; } } - - public SyntaxToken SubOrFunctionKeyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public new LambdaHeaderSyntax AddAttributeLists(params AttributeListSyntax[] items) { throw null; } - - public new LambdaHeaderSyntax AddModifiers(params SyntaxToken[] items) { throw null; } - - public new LambdaHeaderSyntax AddParameterListParameters(params ParameterSyntax[] items) { throw null; } - - public LambdaHeaderSyntax Update(SyntaxKind kind, SyntaxList attributeLists, SyntaxTokenList modifiers, SyntaxToken subOrFunctionKeyword, ParameterListSyntax parameterList, SimpleAsClauseSyntax asClause) { throw null; } - - public LambdaHeaderSyntax WithAsClause(SimpleAsClauseSyntax asClause) { throw null; } - - public new LambdaHeaderSyntax WithAttributeLists(SyntaxList attributeLists) { throw null; } - - public override MethodBaseSyntax WithDeclarationKeyword(SyntaxToken keyword) { throw null; } - - [System.Obsolete("This member is obsolete.", true)] - public new LambdaHeaderSyntax WithKeyword(SyntaxToken keyword) { throw null; } - - public new LambdaHeaderSyntax WithModifiers(SyntaxTokenList modifiers) { throw null; } - - public new LambdaHeaderSyntax WithParameterList(ParameterListSyntax parameterList) { throw null; } - - public LambdaHeaderSyntax WithSubOrFunctionKeyword(SyntaxToken subOrFunctionKeyword) { throw null; } - } - - public sealed partial class LetClauseSyntax : QueryClauseSyntax - { - internal LetClauseSyntax() { } - - public SyntaxToken LetKeyword { get { throw null; } } - - public SeparatedSyntaxList Variables { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public LetClauseSyntax AddVariables(params ExpressionRangeVariableSyntax[] items) { throw null; } - - public LetClauseSyntax Update(SyntaxToken letKeyword, SeparatedSyntaxList variables) { throw null; } - - public LetClauseSyntax WithLetKeyword(SyntaxToken letKeyword) { throw null; } - - public LetClauseSyntax WithVariables(SeparatedSyntaxList variables) { throw null; } - } - - public enum LiteralBase - { - Decimal = 0, - Hexadecimal = 1, - Octal = 2, - Binary = 3 - } - - public sealed partial class LiteralExpressionSyntax : ExpressionSyntax - { - internal LiteralExpressionSyntax() { } - - public SyntaxToken Token { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public LiteralExpressionSyntax Update(SyntaxKind kind, SyntaxToken token) { throw null; } - - public LiteralExpressionSyntax WithToken(SyntaxToken token) { throw null; } - } - - public sealed partial class LocalDeclarationStatementSyntax : ExecutableStatementSyntax - { - internal LocalDeclarationStatementSyntax() { } - - public SeparatedSyntaxList Declarators { get { throw null; } } - - public SyntaxTokenList Modifiers { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public LocalDeclarationStatementSyntax AddDeclarators(params VariableDeclaratorSyntax[] items) { throw null; } - - public LocalDeclarationStatementSyntax AddModifiers(params SyntaxToken[] items) { throw null; } - - public LocalDeclarationStatementSyntax Update(SyntaxTokenList modifiers, SeparatedSyntaxList declarators) { throw null; } - - public LocalDeclarationStatementSyntax WithDeclarators(SeparatedSyntaxList declarators) { throw null; } - - public LocalDeclarationStatementSyntax WithModifiers(SyntaxTokenList modifiers) { throw null; } - } - - public sealed partial class LoopStatementSyntax : StatementSyntax - { - internal LoopStatementSyntax() { } - - public SyntaxToken LoopKeyword { get { throw null; } } - - public WhileOrUntilClauseSyntax WhileOrUntilClause { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public LoopStatementSyntax Update(SyntaxKind kind, SyntaxToken loopKeyword, WhileOrUntilClauseSyntax whileOrUntilClause) { throw null; } - - public LoopStatementSyntax WithLoopKeyword(SyntaxToken loopKeyword) { throw null; } - - public LoopStatementSyntax WithWhileOrUntilClause(WhileOrUntilClauseSyntax whileOrUntilClause) { throw null; } - } - - public sealed partial class MeExpressionSyntax : InstanceExpressionSyntax - { - internal MeExpressionSyntax() { } - - public new SyntaxToken Keyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public MeExpressionSyntax Update(SyntaxToken keyword) { throw null; } - - public new MeExpressionSyntax WithKeyword(SyntaxToken keyword) { throw null; } - } - - public sealed partial class MemberAccessExpressionSyntax : ExpressionSyntax - { - internal MemberAccessExpressionSyntax() { } - - public ExpressionSyntax Expression { get { throw null; } } - - public SimpleNameSyntax Name { get { throw null; } } - - public SyntaxToken OperatorToken { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public MemberAccessExpressionSyntax Update(SyntaxKind kind, ExpressionSyntax expression, SyntaxToken operatorToken, SimpleNameSyntax name) { throw null; } - - public MemberAccessExpressionSyntax WithExpression(ExpressionSyntax expression) { throw null; } - - public MemberAccessExpressionSyntax WithName(SimpleNameSyntax name) { throw null; } - - public MemberAccessExpressionSyntax WithOperatorToken(SyntaxToken operatorToken) { throw null; } - } - - public abstract partial class MethodBaseSyntax : DeclarationStatementSyntax - { - internal MethodBaseSyntax() { } - - public SyntaxList AttributeLists { get { throw null; } } - - public abstract SyntaxToken DeclarationKeyword { get; } - - [System.Obsolete("This member is obsolete. Use DeclarationKeyword or a more specific property (e.g. SubOrFunctionKeyword) instead.", true)] - public SyntaxToken Keyword { get { throw null; } } - - public SyntaxTokenList Modifiers { get { throw null; } } - - public ParameterListSyntax ParameterList { get { throw null; } } - - public MethodBaseSyntax AddAttributeLists(params AttributeListSyntax[] items) { throw null; } - - public MethodBaseSyntax AddModifiers(params SyntaxToken[] items) { throw null; } - - public MethodBaseSyntax AddParameterListParameters(params ParameterSyntax[] items) { throw null; } - - public MethodBaseSyntax WithAttributeLists(SyntaxList attributeLists) { throw null; } - - public abstract MethodBaseSyntax WithDeclarationKeyword(SyntaxToken keyword); - [System.Obsolete("This member is obsolete. Use DeclarationKeyword or a more specific property (e.g. WithSubOrFunctionKeyword) instead.", true)] - public MethodBaseSyntax WithKeyword(SyntaxToken keyword) { throw null; } - - public MethodBaseSyntax WithModifiers(SyntaxTokenList modifiers) { throw null; } - - public MethodBaseSyntax WithParameterList(ParameterListSyntax parameterList) { throw null; } - } - - public abstract partial class MethodBlockBaseSyntax : DeclarationStatementSyntax - { - internal MethodBlockBaseSyntax() { } - - [System.Obsolete("This member is obsolete. Use BlockStatement or a more specific property (e.g. SubOrFunctionStatement) instead.", true)] - public MethodBaseSyntax Begin { get { throw null; } } - - public abstract MethodBaseSyntax BlockStatement { get; } - - [System.Obsolete("This member is obsolete. Use EndBlockStatement or a more specific property (e.g. EndSubOrFunctionStatement) instead.", true)] - public EndBlockStatementSyntax End { get { throw null; } } - - public abstract EndBlockStatementSyntax EndBlockStatement { get; } - - public SyntaxList Statements { get { throw null; } } - - public MethodBlockBaseSyntax AddStatements(params StatementSyntax[] items) { throw null; } - - [System.Obsolete("This member is obsolete. Use WithBlockStatement or a more specific property (e.g. WithSubOrFunctionStatement) instead.", true)] - public MethodBlockBaseSyntax WithBegin(MethodBaseSyntax begin) { throw null; } - - public abstract MethodBlockBaseSyntax WithBlockStatement(MethodBaseSyntax blockStatement); - [System.Obsolete("This member is obsolete. Use WithEndBlockStatement or a more specific property (e.g. WithEndSubOrFunctionStatement) instead.", true)] - public MethodBlockBaseSyntax WithEnd(EndBlockStatementSyntax end) { throw null; } - - public abstract MethodBlockBaseSyntax WithEndBlockStatement(EndBlockStatementSyntax endBlockStatement); - public MethodBlockBaseSyntax WithStatements(SyntaxList statements) { throw null; } - } - - public sealed partial class MethodBlockSyntax : MethodBlockBaseSyntax - { - internal MethodBlockSyntax() { } - - [System.Obsolete("This member is obsolete.", true)] - public new MethodStatementSyntax Begin { get { throw null; } } - - public override MethodBaseSyntax BlockStatement { get { throw null; } } - - [System.Obsolete("This member is obsolete.", true)] - public new EndBlockStatementSyntax End { get { throw null; } } - - public override EndBlockStatementSyntax EndBlockStatement { get { throw null; } } - - public EndBlockStatementSyntax EndSubOrFunctionStatement { get { throw null; } } - - public new SyntaxList Statements { get { throw null; } } - - public MethodStatementSyntax SubOrFunctionStatement { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public new MethodBlockSyntax AddStatements(params StatementSyntax[] items) { throw null; } - - public MethodBlockSyntax Update(SyntaxKind kind, MethodStatementSyntax subOrFunctionStatement, SyntaxList statements, EndBlockStatementSyntax endSubOrFunctionStatement) { throw null; } - - [System.Obsolete("This member is obsolete.", true)] - public MethodBlockSyntax WithBegin(MethodStatementSyntax begin) { throw null; } - - public override MethodBlockBaseSyntax WithBlockStatement(MethodBaseSyntax blockStatement) { throw null; } - - [System.Obsolete("This member is obsolete.", true)] - public new MethodBlockSyntax WithEnd(EndBlockStatementSyntax end) { throw null; } - - public override MethodBlockBaseSyntax WithEndBlockStatement(EndBlockStatementSyntax endBlockStatement) { throw null; } - - public MethodBlockSyntax WithEndSubOrFunctionStatement(EndBlockStatementSyntax endSubOrFunctionStatement) { throw null; } - - public new MethodBlockSyntax WithStatements(SyntaxList statements) { throw null; } - - public MethodBlockSyntax WithSubOrFunctionStatement(MethodStatementSyntax subOrFunctionStatement) { throw null; } - } - - public sealed partial class MethodStatementSyntax : MethodBaseSyntax - { - internal MethodStatementSyntax() { } - - public SimpleAsClauseSyntax AsClause { get { throw null; } } - - public new SyntaxList AttributeLists { get { throw null; } } - - public override SyntaxToken DeclarationKeyword { get { throw null; } } - - public HandlesClauseSyntax HandlesClause { get { throw null; } } - - public SyntaxToken Identifier { get { throw null; } } - - public ImplementsClauseSyntax ImplementsClause { get { throw null; } } - - [System.Obsolete("This member is obsolete.", true)] - public new SyntaxToken Keyword { get { throw null; } } - - public new SyntaxTokenList Modifiers { get { throw null; } } - - public new ParameterListSyntax ParameterList { get { throw null; } } - - public SyntaxToken SubOrFunctionKeyword { get { throw null; } } - - public TypeParameterListSyntax TypeParameterList { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public new MethodStatementSyntax AddAttributeLists(params AttributeListSyntax[] items) { throw null; } - - public MethodStatementSyntax AddHandlesClauseEvents(params HandlesClauseItemSyntax[] items) { throw null; } - - public MethodStatementSyntax AddImplementsClauseInterfaceMembers(params QualifiedNameSyntax[] items) { throw null; } - - public new MethodStatementSyntax AddModifiers(params SyntaxToken[] items) { throw null; } - - public new MethodStatementSyntax AddParameterListParameters(params ParameterSyntax[] items) { throw null; } - - public MethodStatementSyntax AddTypeParameterListParameters(params TypeParameterSyntax[] items) { throw null; } - - public MethodStatementSyntax Update(SyntaxKind kind, SyntaxList attributeLists, SyntaxTokenList modifiers, SyntaxToken subOrFunctionKeyword, SyntaxToken identifier, TypeParameterListSyntax typeParameterList, ParameterListSyntax parameterList, SimpleAsClauseSyntax asClause, HandlesClauseSyntax handlesClause, ImplementsClauseSyntax implementsClause) { throw null; } - - public MethodStatementSyntax WithAsClause(SimpleAsClauseSyntax asClause) { throw null; } - - public new MethodStatementSyntax WithAttributeLists(SyntaxList attributeLists) { throw null; } - - public override MethodBaseSyntax WithDeclarationKeyword(SyntaxToken keyword) { throw null; } - - public MethodStatementSyntax WithHandlesClause(HandlesClauseSyntax handlesClause) { throw null; } - - public MethodStatementSyntax WithIdentifier(SyntaxToken identifier) { throw null; } - - public MethodStatementSyntax WithImplementsClause(ImplementsClauseSyntax implementsClause) { throw null; } - - [System.Obsolete("This member is obsolete.", true)] - public new MethodStatementSyntax WithKeyword(SyntaxToken keyword) { throw null; } - - public new MethodStatementSyntax WithModifiers(SyntaxTokenList modifiers) { throw null; } - - public new MethodStatementSyntax WithParameterList(ParameterListSyntax parameterList) { throw null; } - - public MethodStatementSyntax WithSubOrFunctionKeyword(SyntaxToken subOrFunctionKeyword) { throw null; } - - public MethodStatementSyntax WithTypeParameterList(TypeParameterListSyntax typeParameterList) { throw null; } - } - - public sealed partial class MidExpressionSyntax : ExpressionSyntax - { - internal MidExpressionSyntax() { } - - public ArgumentListSyntax ArgumentList { get { throw null; } } - - public SyntaxToken Mid { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public MidExpressionSyntax AddArgumentListArguments(params ArgumentSyntax[] items) { throw null; } - - public MidExpressionSyntax Update(SyntaxToken mid, ArgumentListSyntax argumentList) { throw null; } - - public MidExpressionSyntax WithArgumentList(ArgumentListSyntax argumentList) { throw null; } - - public MidExpressionSyntax WithMid(SyntaxToken mid) { throw null; } - } - - public sealed partial class ModifiedIdentifierSyntax : VisualBasicSyntaxNode - { - internal ModifiedIdentifierSyntax() { } - - public ArgumentListSyntax ArrayBounds { get { throw null; } } - - public SyntaxList ArrayRankSpecifiers { get { throw null; } } - - public SyntaxToken Identifier { get { throw null; } } - - public SyntaxToken Nullable { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public ModifiedIdentifierSyntax AddArrayBoundsArguments(params ArgumentSyntax[] items) { throw null; } - - public ModifiedIdentifierSyntax AddArrayRankSpecifiers(params ArrayRankSpecifierSyntax[] items) { throw null; } - - public ModifiedIdentifierSyntax Update(SyntaxToken identifier, SyntaxToken nullable, ArgumentListSyntax arrayBounds, SyntaxList arrayRankSpecifiers) { throw null; } - - public ModifiedIdentifierSyntax WithArrayBounds(ArgumentListSyntax arrayBounds) { throw null; } - - public ModifiedIdentifierSyntax WithArrayRankSpecifiers(SyntaxList arrayRankSpecifiers) { throw null; } - - public ModifiedIdentifierSyntax WithIdentifier(SyntaxToken identifier) { throw null; } - - public ModifiedIdentifierSyntax WithNullable(SyntaxToken nullable) { throw null; } - } - - public sealed partial class ModuleBlockSyntax : TypeBlockSyntax - { - internal ModuleBlockSyntax() { } - - [System.Obsolete("This member is obsolete.", true)] - public new ModuleStatementSyntax Begin { get { throw null; } } - - public override TypeStatementSyntax BlockStatement { get { throw null; } } - - [System.Obsolete("This member is obsolete.", true)] - public new EndBlockStatementSyntax End { get { throw null; } } - - public override EndBlockStatementSyntax EndBlockStatement { get { throw null; } } - - public EndBlockStatementSyntax EndModuleStatement { get { throw null; } } - - public new SyntaxList Implements { get { throw null; } } - - public new SyntaxList Inherits { get { throw null; } } - - public new SyntaxList Members { get { throw null; } } - - public ModuleStatementSyntax ModuleStatement { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public new ModuleBlockSyntax AddImplements(params ImplementsStatementSyntax[] items) { throw null; } - - public new ModuleBlockSyntax AddInherits(params InheritsStatementSyntax[] items) { throw null; } - - public new ModuleBlockSyntax AddMembers(params StatementSyntax[] items) { throw null; } - - public ModuleBlockSyntax Update(ModuleStatementSyntax moduleStatement, SyntaxList inherits, SyntaxList implements, SyntaxList members, EndBlockStatementSyntax endModuleStatement) { throw null; } - - [System.Obsolete("This member is obsolete.", true)] - public ModuleBlockSyntax WithBegin(ModuleStatementSyntax begin) { throw null; } - - public override TypeBlockSyntax WithBlockStatement(TypeStatementSyntax blockStatement) { throw null; } - - [System.Obsolete("This member is obsolete.", true)] - public new ModuleBlockSyntax WithEnd(EndBlockStatementSyntax end) { throw null; } - - public override TypeBlockSyntax WithEndBlockStatement(EndBlockStatementSyntax endBlockStatement) { throw null; } - - public ModuleBlockSyntax WithEndModuleStatement(EndBlockStatementSyntax endModuleStatement) { throw null; } - - public new ModuleBlockSyntax WithImplements(SyntaxList implements) { throw null; } - - public new ModuleBlockSyntax WithInherits(SyntaxList inherits) { throw null; } - - public new ModuleBlockSyntax WithMembers(SyntaxList members) { throw null; } - - public ModuleBlockSyntax WithModuleStatement(ModuleStatementSyntax moduleStatement) { throw null; } - } - - public sealed partial class ModuleStatementSyntax : TypeStatementSyntax - { - internal ModuleStatementSyntax() { } - - public new SyntaxList AttributeLists { get { throw null; } } - - public override SyntaxToken DeclarationKeyword { get { throw null; } } - - public new SyntaxToken Identifier { get { throw null; } } - - [System.Obsolete("This member is obsolete.", true)] - public new SyntaxToken Keyword { get { throw null; } } - - public new SyntaxTokenList Modifiers { get { throw null; } } - - public SyntaxToken ModuleKeyword { get { throw null; } } - - public new TypeParameterListSyntax TypeParameterList { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public new ModuleStatementSyntax AddAttributeLists(params AttributeListSyntax[] items) { throw null; } - - public new ModuleStatementSyntax AddModifiers(params SyntaxToken[] items) { throw null; } - - public new ModuleStatementSyntax AddTypeParameterListParameters(params TypeParameterSyntax[] items) { throw null; } - - public ModuleStatementSyntax Update(SyntaxList attributeLists, SyntaxTokenList modifiers, SyntaxToken moduleKeyword, SyntaxToken identifier, TypeParameterListSyntax typeParameterList) { throw null; } - - public new ModuleStatementSyntax WithAttributeLists(SyntaxList attributeLists) { throw null; } - - public override TypeStatementSyntax WithDeclarationKeyword(SyntaxToken keyword) { throw null; } - - public new ModuleStatementSyntax WithIdentifier(SyntaxToken identifier) { throw null; } - - [System.Obsolete("This member is obsolete.", true)] - public new ModuleStatementSyntax WithKeyword(SyntaxToken keyword) { throw null; } - - public new ModuleStatementSyntax WithModifiers(SyntaxTokenList modifiers) { throw null; } - - public ModuleStatementSyntax WithModuleKeyword(SyntaxToken moduleKeyword) { throw null; } - - public new ModuleStatementSyntax WithTypeParameterList(TypeParameterListSyntax typeParameterList) { throw null; } - } - - public sealed partial class MultiLineIfBlockSyntax : ExecutableStatementSyntax - { - internal MultiLineIfBlockSyntax() { } - - public ElseBlockSyntax ElseBlock { get { throw null; } } - - public SyntaxList ElseIfBlocks { get { throw null; } } - - public EndBlockStatementSyntax EndIfStatement { get { throw null; } } - - public IfStatementSyntax IfStatement { get { throw null; } } - - public SyntaxList Statements { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public MultiLineIfBlockSyntax AddElseBlockStatements(params StatementSyntax[] items) { throw null; } - - public MultiLineIfBlockSyntax AddElseIfBlocks(params ElseIfBlockSyntax[] items) { throw null; } - - public MultiLineIfBlockSyntax AddStatements(params StatementSyntax[] items) { throw null; } - - public MultiLineIfBlockSyntax Update(IfStatementSyntax ifStatement, SyntaxList statements, SyntaxList elseIfBlocks, ElseBlockSyntax elseBlock, EndBlockStatementSyntax endIfStatement) { throw null; } - - public MultiLineIfBlockSyntax WithElseBlock(ElseBlockSyntax elseBlock) { throw null; } - - public MultiLineIfBlockSyntax WithElseIfBlocks(SyntaxList elseIfBlocks) { throw null; } - - public MultiLineIfBlockSyntax WithEndIfStatement(EndBlockStatementSyntax endIfStatement) { throw null; } - - public MultiLineIfBlockSyntax WithIfStatement(IfStatementSyntax ifStatement) { throw null; } - - public MultiLineIfBlockSyntax WithStatements(SyntaxList statements) { throw null; } - } - - public sealed partial class MultiLineLambdaExpressionSyntax : LambdaExpressionSyntax - { - internal MultiLineLambdaExpressionSyntax() { } - - [System.Obsolete("This member is obsolete. Use SubOrFunctionHeader instead.", true)] - public new LambdaHeaderSyntax Begin { get { throw null; } } - - [System.Obsolete("This member is obsolete. Use EndBlockStatement or a more specific property (e.g. EndClassStatement) instead.", true)] - public EndBlockStatementSyntax End { get { throw null; } } - - public EndBlockStatementSyntax EndSubOrFunctionStatement { get { throw null; } } - - public SyntaxList Statements { get { throw null; } } - - public new LambdaHeaderSyntax SubOrFunctionHeader { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public MultiLineLambdaExpressionSyntax AddStatements(params StatementSyntax[] items) { throw null; } - - public MultiLineLambdaExpressionSyntax Update(SyntaxKind kind, LambdaHeaderSyntax subOrFunctionHeader, SyntaxList statements, EndBlockStatementSyntax endSubOrFunctionStatement) { throw null; } - - [System.Obsolete("This member is obsolete. Use WithBlockStatement or a more specific property (e.g. WithClassStatement) instead.", true)] - public MultiLineLambdaExpressionSyntax WithBegin(LambdaHeaderSyntax begin) { throw null; } - - [System.Obsolete("This member is obsolete. Use WithEndBlockStatement or a more specific property (e.g. WithEndClassStatement) instead.", true)] - public MultiLineLambdaExpressionSyntax WithEnd(EndBlockStatementSyntax end) { throw null; } - - public MultiLineLambdaExpressionSyntax WithEndSubOrFunctionStatement(EndBlockStatementSyntax endSubOrFunctionStatement) { throw null; } - - public MultiLineLambdaExpressionSyntax WithStatements(SyntaxList statements) { throw null; } - - public new MultiLineLambdaExpressionSyntax WithSubOrFunctionHeader(LambdaHeaderSyntax subOrFunctionHeader) { throw null; } - } - - public sealed partial class MyBaseExpressionSyntax : InstanceExpressionSyntax - { - internal MyBaseExpressionSyntax() { } - - public new SyntaxToken Keyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public MyBaseExpressionSyntax Update(SyntaxToken keyword) { throw null; } - - public new MyBaseExpressionSyntax WithKeyword(SyntaxToken keyword) { throw null; } - } - - public sealed partial class MyClassExpressionSyntax : InstanceExpressionSyntax - { - internal MyClassExpressionSyntax() { } - - public new SyntaxToken Keyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public MyClassExpressionSyntax Update(SyntaxToken keyword) { throw null; } - - public new MyClassExpressionSyntax WithKeyword(SyntaxToken keyword) { throw null; } - } - - public sealed partial class NameColonEqualsSyntax : VisualBasicSyntaxNode - { - internal NameColonEqualsSyntax() { } - - public SyntaxToken ColonEqualsToken { get { throw null; } } - - public IdentifierNameSyntax Name { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public NameColonEqualsSyntax Update(IdentifierNameSyntax name, SyntaxToken colonEqualsToken) { throw null; } - - public NameColonEqualsSyntax WithColonEqualsToken(SyntaxToken colonEqualsToken) { throw null; } - - public NameColonEqualsSyntax WithName(IdentifierNameSyntax name) { throw null; } - } - - public sealed partial class NamedFieldInitializerSyntax : FieldInitializerSyntax - { - internal NamedFieldInitializerSyntax() { } - - public SyntaxToken DotToken { get { throw null; } } - - public SyntaxToken EqualsToken { get { throw null; } } - - public ExpressionSyntax Expression { get { throw null; } } - - public new SyntaxToken KeyKeyword { get { throw null; } } - - public IdentifierNameSyntax Name { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public NamedFieldInitializerSyntax Update(SyntaxToken keyKeyword, SyntaxToken dotToken, IdentifierNameSyntax name, SyntaxToken equalsToken, ExpressionSyntax expression) { throw null; } - - public NamedFieldInitializerSyntax WithDotToken(SyntaxToken dotToken) { throw null; } - - public NamedFieldInitializerSyntax WithEqualsToken(SyntaxToken equalsToken) { throw null; } - - public NamedFieldInitializerSyntax WithExpression(ExpressionSyntax expression) { throw null; } - - public new NamedFieldInitializerSyntax WithKeyKeyword(SyntaxToken keyKeyword) { throw null; } - - public NamedFieldInitializerSyntax WithName(IdentifierNameSyntax name) { throw null; } - } - - public sealed partial class NamedTupleElementSyntax : TupleElementSyntax - { - internal NamedTupleElementSyntax() { } - - public SimpleAsClauseSyntax AsClause { get { throw null; } } - - public SyntaxToken Identifier { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public NamedTupleElementSyntax Update(SyntaxToken identifier, SimpleAsClauseSyntax asClause) { throw null; } - - public NamedTupleElementSyntax WithAsClause(SimpleAsClauseSyntax asClause) { throw null; } - - public NamedTupleElementSyntax WithIdentifier(SyntaxToken identifier) { throw null; } - } - - public sealed partial class NameOfExpressionSyntax : ExpressionSyntax - { - internal NameOfExpressionSyntax() { } - - public ExpressionSyntax Argument { get { throw null; } } - - public SyntaxToken CloseParenToken { get { throw null; } } - - public SyntaxToken NameOfKeyword { get { throw null; } } - - public SyntaxToken OpenParenToken { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public NameOfExpressionSyntax Update(SyntaxToken nameOfKeyword, SyntaxToken openParenToken, ExpressionSyntax argument, SyntaxToken closeParenToken) { throw null; } - - public NameOfExpressionSyntax WithArgument(ExpressionSyntax argument) { throw null; } - - public NameOfExpressionSyntax WithCloseParenToken(SyntaxToken closeParenToken) { throw null; } - - public NameOfExpressionSyntax WithNameOfKeyword(SyntaxToken nameOfKeyword) { throw null; } - - public NameOfExpressionSyntax WithOpenParenToken(SyntaxToken openParenToken) { throw null; } - } - - public sealed partial class NamespaceBlockSyntax : DeclarationStatementSyntax - { - internal NamespaceBlockSyntax() { } - - public EndBlockStatementSyntax EndNamespaceStatement { get { throw null; } } - - public SyntaxList Members { get { throw null; } } - - public NamespaceStatementSyntax NamespaceStatement { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public NamespaceBlockSyntax AddMembers(params StatementSyntax[] items) { throw null; } - - public NamespaceBlockSyntax Update(NamespaceStatementSyntax namespaceStatement, SyntaxList members, EndBlockStatementSyntax endNamespaceStatement) { throw null; } - - public NamespaceBlockSyntax WithEndNamespaceStatement(EndBlockStatementSyntax endNamespaceStatement) { throw null; } - - public NamespaceBlockSyntax WithMembers(SyntaxList members) { throw null; } - - public NamespaceBlockSyntax WithNamespaceStatement(NamespaceStatementSyntax namespaceStatement) { throw null; } - } - - public sealed partial class NamespaceStatementSyntax : DeclarationStatementSyntax - { - internal NamespaceStatementSyntax() { } - - public NameSyntax Name { get { throw null; } } - - public SyntaxToken NamespaceKeyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public NamespaceStatementSyntax Update(SyntaxToken namespaceKeyword, NameSyntax name) { throw null; } - - public NamespaceStatementSyntax WithName(NameSyntax name) { throw null; } - - public NamespaceStatementSyntax WithNamespaceKeyword(SyntaxToken namespaceKeyword) { throw null; } - } - - public abstract partial class NameSyntax : TypeSyntax - { - internal NameSyntax() { } - - public int Arity { get { throw null; } } - } - - public abstract partial class NewExpressionSyntax : ExpressionSyntax - { - internal NewExpressionSyntax() { } - - public SyntaxList AttributeLists { get { throw null; } } - - public SyntaxToken NewKeyword { get { throw null; } } - - public NewExpressionSyntax AddAttributeLists(params AttributeListSyntax[] items) { throw null; } - - public NewExpressionSyntax WithAttributeLists(SyntaxList attributeLists) { throw null; } - - public NewExpressionSyntax WithNewKeyword(SyntaxToken newKeyword) { throw null; } - } - - public sealed partial class NextStatementSyntax : StatementSyntax - { - internal NextStatementSyntax() { } - - public SeparatedSyntaxList ControlVariables { get { throw null; } } - - public SyntaxToken NextKeyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public NextStatementSyntax AddControlVariables(params ExpressionSyntax[] items) { throw null; } - - public NextStatementSyntax Update(SyntaxToken nextKeyword, SeparatedSyntaxList controlVariables) { throw null; } - - public NextStatementSyntax WithControlVariables(SeparatedSyntaxList controlVariables) { throw null; } - - public NextStatementSyntax WithNextKeyword(SyntaxToken nextKeyword) { throw null; } - } - - public sealed partial class NullableTypeSyntax : TypeSyntax - { - internal NullableTypeSyntax() { } - - public TypeSyntax ElementType { get { throw null; } } - - public SyntaxToken QuestionMarkToken { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public NullableTypeSyntax Update(TypeSyntax elementType, SyntaxToken questionMarkToken) { throw null; } - - public NullableTypeSyntax WithElementType(TypeSyntax elementType) { throw null; } - - public NullableTypeSyntax WithQuestionMarkToken(SyntaxToken questionMarkToken) { throw null; } - } - - public sealed partial class ObjectCollectionInitializerSyntax : ObjectCreationInitializerSyntax - { - internal ObjectCollectionInitializerSyntax() { } - - public SyntaxToken FromKeyword { get { throw null; } } - - public CollectionInitializerSyntax Initializer { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public ObjectCollectionInitializerSyntax AddInitializerInitializers(params ExpressionSyntax[] items) { throw null; } - - public ObjectCollectionInitializerSyntax Update(SyntaxToken fromKeyword, CollectionInitializerSyntax initializer) { throw null; } - - public ObjectCollectionInitializerSyntax WithFromKeyword(SyntaxToken fromKeyword) { throw null; } - - public ObjectCollectionInitializerSyntax WithInitializer(CollectionInitializerSyntax initializer) { throw null; } - } - - public sealed partial class ObjectCreationExpressionSyntax : NewExpressionSyntax - { - internal ObjectCreationExpressionSyntax() { } - - public ArgumentListSyntax ArgumentList { get { throw null; } } - - public new SyntaxList AttributeLists { get { throw null; } } - - public ObjectCreationInitializerSyntax Initializer { get { throw null; } } - - public new SyntaxToken NewKeyword { get { throw null; } } - - public TypeSyntax Type { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public ObjectCreationExpressionSyntax AddArgumentListArguments(params ArgumentSyntax[] items) { throw null; } - - public new ObjectCreationExpressionSyntax AddAttributeLists(params AttributeListSyntax[] items) { throw null; } - - public ObjectCreationExpressionSyntax Update(SyntaxToken newKeyword, SyntaxList attributeLists, TypeSyntax type, ArgumentListSyntax argumentList, ObjectCreationInitializerSyntax initializer) { throw null; } - - public ObjectCreationExpressionSyntax WithArgumentList(ArgumentListSyntax argumentList) { throw null; } - - public new ObjectCreationExpressionSyntax WithAttributeLists(SyntaxList attributeLists) { throw null; } - - public ObjectCreationExpressionSyntax WithInitializer(ObjectCreationInitializerSyntax initializer) { throw null; } - - public new ObjectCreationExpressionSyntax WithNewKeyword(SyntaxToken newKeyword) { throw null; } - - public ObjectCreationExpressionSyntax WithType(TypeSyntax type) { throw null; } - } - - public abstract partial class ObjectCreationInitializerSyntax : VisualBasicSyntaxNode - { - internal ObjectCreationInitializerSyntax() { } - } - - public sealed partial class ObjectMemberInitializerSyntax : ObjectCreationInitializerSyntax - { - internal ObjectMemberInitializerSyntax() { } - - public SyntaxToken CloseBraceToken { get { throw null; } } - - public SeparatedSyntaxList Initializers { get { throw null; } } - - public SyntaxToken OpenBraceToken { get { throw null; } } - - public SyntaxToken WithKeyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public ObjectMemberInitializerSyntax AddInitializers(params FieldInitializerSyntax[] items) { throw null; } - - public ObjectMemberInitializerSyntax Update(SyntaxToken withKeyword, SyntaxToken openBraceToken, SeparatedSyntaxList initializers, SyntaxToken closeBraceToken) { throw null; } - - public ObjectMemberInitializerSyntax WithCloseBraceToken(SyntaxToken closeBraceToken) { throw null; } - - public ObjectMemberInitializerSyntax WithInitializers(SeparatedSyntaxList initializers) { throw null; } - - public ObjectMemberInitializerSyntax WithOpenBraceToken(SyntaxToken openBraceToken) { throw null; } - - public ObjectMemberInitializerSyntax WithWithKeyword(SyntaxToken withKeyword) { throw null; } - } - - public sealed partial class OmittedArgumentSyntax : ArgumentSyntax - { - internal OmittedArgumentSyntax() { } - - public SyntaxToken Empty { get { throw null; } } - - public sealed override bool IsNamed { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public sealed override ExpressionSyntax GetExpression() { throw null; } - - public OmittedArgumentSyntax Update(SyntaxToken empty) { throw null; } - - public OmittedArgumentSyntax WithEmpty(SyntaxToken empty) { throw null; } - } - - public sealed partial class OnErrorGoToStatementSyntax : ExecutableStatementSyntax - { - internal OnErrorGoToStatementSyntax() { } - - public SyntaxToken ErrorKeyword { get { throw null; } } - - public SyntaxToken GoToKeyword { get { throw null; } } - - public LabelSyntax Label { get { throw null; } } - - public SyntaxToken Minus { get { throw null; } } - - public SyntaxToken OnKeyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public OnErrorGoToStatementSyntax Update(SyntaxKind kind, SyntaxToken onKeyword, SyntaxToken errorKeyword, SyntaxToken goToKeyword, SyntaxToken minus, LabelSyntax label) { throw null; } - - public OnErrorGoToStatementSyntax WithErrorKeyword(SyntaxToken errorKeyword) { throw null; } - - public OnErrorGoToStatementSyntax WithGoToKeyword(SyntaxToken goToKeyword) { throw null; } - - public OnErrorGoToStatementSyntax WithLabel(LabelSyntax label) { throw null; } - - public OnErrorGoToStatementSyntax WithMinus(SyntaxToken minus) { throw null; } - - public OnErrorGoToStatementSyntax WithOnKeyword(SyntaxToken onKeyword) { throw null; } - } - - public sealed partial class OnErrorResumeNextStatementSyntax : ExecutableStatementSyntax - { - internal OnErrorResumeNextStatementSyntax() { } - - public SyntaxToken ErrorKeyword { get { throw null; } } - - public SyntaxToken NextKeyword { get { throw null; } } - - public SyntaxToken OnKeyword { get { throw null; } } - - public SyntaxToken ResumeKeyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public OnErrorResumeNextStatementSyntax Update(SyntaxToken onKeyword, SyntaxToken errorKeyword, SyntaxToken resumeKeyword, SyntaxToken nextKeyword) { throw null; } - - public OnErrorResumeNextStatementSyntax WithErrorKeyword(SyntaxToken errorKeyword) { throw null; } - - public OnErrorResumeNextStatementSyntax WithNextKeyword(SyntaxToken nextKeyword) { throw null; } - - public OnErrorResumeNextStatementSyntax WithOnKeyword(SyntaxToken onKeyword) { throw null; } - - public OnErrorResumeNextStatementSyntax WithResumeKeyword(SyntaxToken resumeKeyword) { throw null; } - } - - public sealed partial class OperatorBlockSyntax : MethodBlockBaseSyntax - { - internal OperatorBlockSyntax() { } - - [System.Obsolete("This member is obsolete.", true)] - public new OperatorStatementSyntax Begin { get { throw null; } } - - public override MethodBaseSyntax BlockStatement { get { throw null; } } - - [System.Obsolete("This member is obsolete.", true)] - public new EndBlockStatementSyntax End { get { throw null; } } - - public override EndBlockStatementSyntax EndBlockStatement { get { throw null; } } - - public EndBlockStatementSyntax EndOperatorStatement { get { throw null; } } - - public OperatorStatementSyntax OperatorStatement { get { throw null; } } - - public new SyntaxList Statements { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public new OperatorBlockSyntax AddStatements(params StatementSyntax[] items) { throw null; } - - public OperatorBlockSyntax Update(OperatorStatementSyntax operatorStatement, SyntaxList statements, EndBlockStatementSyntax endOperatorStatement) { throw null; } - - [System.Obsolete("This member is obsolete.", true)] - public OperatorBlockSyntax WithBegin(OperatorStatementSyntax begin) { throw null; } - - public override MethodBlockBaseSyntax WithBlockStatement(MethodBaseSyntax blockStatement) { throw null; } - - [System.Obsolete("This member is obsolete.", true)] - public new OperatorBlockSyntax WithEnd(EndBlockStatementSyntax end) { throw null; } - - public override MethodBlockBaseSyntax WithEndBlockStatement(EndBlockStatementSyntax endBlockStatement) { throw null; } - - public OperatorBlockSyntax WithEndOperatorStatement(EndBlockStatementSyntax endOperatorStatement) { throw null; } - - public OperatorBlockSyntax WithOperatorStatement(OperatorStatementSyntax operatorStatement) { throw null; } - - public new OperatorBlockSyntax WithStatements(SyntaxList statements) { throw null; } - } - - public sealed partial class OperatorStatementSyntax : MethodBaseSyntax - { - internal OperatorStatementSyntax() { } - - public SimpleAsClauseSyntax AsClause { get { throw null; } } - - public new SyntaxList AttributeLists { get { throw null; } } - - public override SyntaxToken DeclarationKeyword { get { throw null; } } - - [System.Obsolete("This member is obsolete.", true)] - public new SyntaxToken Keyword { get { throw null; } } - - public new SyntaxTokenList Modifiers { get { throw null; } } - - public SyntaxToken OperatorKeyword { get { throw null; } } - - public SyntaxToken OperatorToken { get { throw null; } } - - public new ParameterListSyntax ParameterList { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public new OperatorStatementSyntax AddAttributeLists(params AttributeListSyntax[] items) { throw null; } - - public new OperatorStatementSyntax AddModifiers(params SyntaxToken[] items) { throw null; } - - public new OperatorStatementSyntax AddParameterListParameters(params ParameterSyntax[] items) { throw null; } - - public OperatorStatementSyntax Update(SyntaxList attributeLists, SyntaxTokenList modifiers, SyntaxToken operatorKeyword, SyntaxToken operatorToken, ParameterListSyntax parameterList, SimpleAsClauseSyntax asClause) { throw null; } - - public OperatorStatementSyntax WithAsClause(SimpleAsClauseSyntax asClause) { throw null; } - - public new OperatorStatementSyntax WithAttributeLists(SyntaxList attributeLists) { throw null; } - - public override MethodBaseSyntax WithDeclarationKeyword(SyntaxToken keyword) { throw null; } - - [System.Obsolete("This member is obsolete.", true)] - public new OperatorStatementSyntax WithKeyword(SyntaxToken keyword) { throw null; } - - public new OperatorStatementSyntax WithModifiers(SyntaxTokenList modifiers) { throw null; } - - public OperatorStatementSyntax WithOperatorKeyword(SyntaxToken operatorKeyword) { throw null; } - - public OperatorStatementSyntax WithOperatorToken(SyntaxToken operatorToken) { throw null; } - - public new OperatorStatementSyntax WithParameterList(ParameterListSyntax parameterList) { throw null; } - } - - public sealed partial class OptionStatementSyntax : DeclarationStatementSyntax - { - internal OptionStatementSyntax() { } - - public SyntaxToken NameKeyword { get { throw null; } } - - public SyntaxToken OptionKeyword { get { throw null; } } - - public SyntaxToken ValueKeyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public OptionStatementSyntax Update(SyntaxToken optionKeyword, SyntaxToken nameKeyword, SyntaxToken valueKeyword) { throw null; } - - public OptionStatementSyntax WithNameKeyword(SyntaxToken nameKeyword) { throw null; } - - public OptionStatementSyntax WithOptionKeyword(SyntaxToken optionKeyword) { throw null; } - - public OptionStatementSyntax WithValueKeyword(SyntaxToken valueKeyword) { throw null; } - } - - public sealed partial class OrderByClauseSyntax : QueryClauseSyntax - { - internal OrderByClauseSyntax() { } - - public SyntaxToken ByKeyword { get { throw null; } } - - public SeparatedSyntaxList Orderings { get { throw null; } } - - public SyntaxToken OrderKeyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public OrderByClauseSyntax AddOrderings(params OrderingSyntax[] items) { throw null; } - - public OrderByClauseSyntax Update(SyntaxToken orderKeyword, SyntaxToken byKeyword, SeparatedSyntaxList orderings) { throw null; } - - public OrderByClauseSyntax WithByKeyword(SyntaxToken byKeyword) { throw null; } - - public OrderByClauseSyntax WithOrderings(SeparatedSyntaxList orderings) { throw null; } - - public OrderByClauseSyntax WithOrderKeyword(SyntaxToken orderKeyword) { throw null; } - } - - public sealed partial class OrderingSyntax : VisualBasicSyntaxNode - { - internal OrderingSyntax() { } - - public SyntaxToken AscendingOrDescendingKeyword { get { throw null; } } - - public ExpressionSyntax Expression { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public OrderingSyntax Update(SyntaxKind kind, ExpressionSyntax expression, SyntaxToken ascendingOrDescendingKeyword) { throw null; } - - public OrderingSyntax WithAscendingOrDescendingKeyword(SyntaxToken ascendingOrDescendingKeyword) { throw null; } - - public OrderingSyntax WithExpression(ExpressionSyntax expression) { throw null; } - } - - public sealed partial class ParameterListSyntax : VisualBasicSyntaxNode - { - internal ParameterListSyntax() { } - - public SyntaxToken CloseParenToken { get { throw null; } } - - public SyntaxToken OpenParenToken { get { throw null; } } - - public SeparatedSyntaxList Parameters { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public ParameterListSyntax AddParameters(params ParameterSyntax[] items) { throw null; } - - public ParameterListSyntax Update(SyntaxToken openParenToken, SeparatedSyntaxList parameters, SyntaxToken closeParenToken) { throw null; } - - public ParameterListSyntax WithCloseParenToken(SyntaxToken closeParenToken) { throw null; } - - public ParameterListSyntax WithOpenParenToken(SyntaxToken openParenToken) { throw null; } - - public ParameterListSyntax WithParameters(SeparatedSyntaxList parameters) { throw null; } - } - - public sealed partial class ParameterSyntax : VisualBasicSyntaxNode - { - internal ParameterSyntax() { } - - public SimpleAsClauseSyntax AsClause { get { throw null; } } - - public SyntaxList AttributeLists { get { throw null; } } - - public EqualsValueSyntax Default { get { throw null; } } - - public ModifiedIdentifierSyntax Identifier { get { throw null; } } - - public SyntaxTokenList Modifiers { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public ParameterSyntax AddAttributeLists(params AttributeListSyntax[] items) { throw null; } - - public ParameterSyntax AddModifiers(params SyntaxToken[] items) { throw null; } - - public ParameterSyntax Update(SyntaxList attributeLists, SyntaxTokenList modifiers, ModifiedIdentifierSyntax identifier, SimpleAsClauseSyntax asClause, EqualsValueSyntax @default) { throw null; } - - public ParameterSyntax WithAsClause(SimpleAsClauseSyntax asClause) { throw null; } - - public ParameterSyntax WithAttributeLists(SyntaxList attributeLists) { throw null; } - - public ParameterSyntax WithDefault(EqualsValueSyntax @default) { throw null; } - - public ParameterSyntax WithIdentifier(ModifiedIdentifierSyntax identifier) { throw null; } - - public ParameterSyntax WithModifiers(SyntaxTokenList modifiers) { throw null; } - } - - public sealed partial class ParenthesizedExpressionSyntax : ExpressionSyntax - { - internal ParenthesizedExpressionSyntax() { } - - public SyntaxToken CloseParenToken { get { throw null; } } - - public ExpressionSyntax Expression { get { throw null; } } - - public SyntaxToken OpenParenToken { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public ParenthesizedExpressionSyntax Update(SyntaxToken openParenToken, ExpressionSyntax expression, SyntaxToken closeParenToken) { throw null; } - - public ParenthesizedExpressionSyntax WithCloseParenToken(SyntaxToken closeParenToken) { throw null; } - - public ParenthesizedExpressionSyntax WithExpression(ExpressionSyntax expression) { throw null; } - - public ParenthesizedExpressionSyntax WithOpenParenToken(SyntaxToken openParenToken) { throw null; } - } - - public sealed partial class PartitionClauseSyntax : QueryClauseSyntax - { - internal PartitionClauseSyntax() { } - - public ExpressionSyntax Count { get { throw null; } } - - public SyntaxToken SkipOrTakeKeyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public PartitionClauseSyntax Update(SyntaxKind kind, SyntaxToken skipOrTakeKeyword, ExpressionSyntax count) { throw null; } - - public PartitionClauseSyntax WithCount(ExpressionSyntax count) { throw null; } - - public PartitionClauseSyntax WithSkipOrTakeKeyword(SyntaxToken skipOrTakeKeyword) { throw null; } - } - - public sealed partial class PartitionWhileClauseSyntax : QueryClauseSyntax - { - internal PartitionWhileClauseSyntax() { } - - public ExpressionSyntax Condition { get { throw null; } } - - public SyntaxToken SkipOrTakeKeyword { get { throw null; } } - - public SyntaxToken WhileKeyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public PartitionWhileClauseSyntax Update(SyntaxKind kind, SyntaxToken skipOrTakeKeyword, SyntaxToken whileKeyword, ExpressionSyntax condition) { throw null; } - - public PartitionWhileClauseSyntax WithCondition(ExpressionSyntax condition) { throw null; } - - public PartitionWhileClauseSyntax WithSkipOrTakeKeyword(SyntaxToken skipOrTakeKeyword) { throw null; } - - public PartitionWhileClauseSyntax WithWhileKeyword(SyntaxToken whileKeyword) { throw null; } - } - - public sealed partial class PredefinedCastExpressionSyntax : ExpressionSyntax - { - internal PredefinedCastExpressionSyntax() { } - - public SyntaxToken CloseParenToken { get { throw null; } } - - public ExpressionSyntax Expression { get { throw null; } } - - public SyntaxToken Keyword { get { throw null; } } - - public SyntaxToken OpenParenToken { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public PredefinedCastExpressionSyntax Update(SyntaxToken keyword, SyntaxToken openParenToken, ExpressionSyntax expression, SyntaxToken closeParenToken) { throw null; } - - public PredefinedCastExpressionSyntax WithCloseParenToken(SyntaxToken closeParenToken) { throw null; } - - public PredefinedCastExpressionSyntax WithExpression(ExpressionSyntax expression) { throw null; } - - public PredefinedCastExpressionSyntax WithKeyword(SyntaxToken keyword) { throw null; } - - public PredefinedCastExpressionSyntax WithOpenParenToken(SyntaxToken openParenToken) { throw null; } - } - - public sealed partial class PredefinedTypeSyntax : TypeSyntax - { - internal PredefinedTypeSyntax() { } - - public SyntaxToken Keyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public PredefinedTypeSyntax Update(SyntaxToken keyword) { throw null; } - - public PredefinedTypeSyntax WithKeyword(SyntaxToken keyword) { throw null; } - } - - public sealed partial class PrintStatementSyntax : ExecutableStatementSyntax - { - internal PrintStatementSyntax() { } - - public ExpressionSyntax Expression { get { throw null; } } - - public SyntaxToken QuestionToken { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public PrintStatementSyntax Update(SyntaxToken questionToken, ExpressionSyntax expression) { throw null; } - - public PrintStatementSyntax WithExpression(ExpressionSyntax expression) { throw null; } - - public PrintStatementSyntax WithQuestionToken(SyntaxToken questionToken) { throw null; } - } - - public sealed partial class PropertyBlockSyntax : DeclarationStatementSyntax - { - internal PropertyBlockSyntax() { } - - public SyntaxList Accessors { get { throw null; } } - - public EndBlockStatementSyntax EndPropertyStatement { get { throw null; } } - - public PropertyStatementSyntax PropertyStatement { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public PropertyBlockSyntax AddAccessors(params AccessorBlockSyntax[] items) { throw null; } - - public PropertyBlockSyntax Update(PropertyStatementSyntax propertyStatement, SyntaxList accessors, EndBlockStatementSyntax endPropertyStatement) { throw null; } - - public PropertyBlockSyntax WithAccessors(SyntaxList accessors) { throw null; } - - public PropertyBlockSyntax WithEndPropertyStatement(EndBlockStatementSyntax endPropertyStatement) { throw null; } - - public PropertyBlockSyntax WithPropertyStatement(PropertyStatementSyntax propertyStatement) { throw null; } - } - - public sealed partial class PropertyStatementSyntax : MethodBaseSyntax - { - internal PropertyStatementSyntax() { } - - public AsClauseSyntax AsClause { get { throw null; } } - - public new SyntaxList AttributeLists { get { throw null; } } - - public override SyntaxToken DeclarationKeyword { get { throw null; } } - - public SyntaxToken Identifier { get { throw null; } } - - public ImplementsClauseSyntax ImplementsClause { get { throw null; } } - - public EqualsValueSyntax Initializer { get { throw null; } } - - [System.Obsolete("This member is obsolete.", true)] - public new SyntaxToken Keyword { get { throw null; } } - - public new SyntaxTokenList Modifiers { get { throw null; } } - - public new ParameterListSyntax ParameterList { get { throw null; } } - - public SyntaxToken PropertyKeyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public new PropertyStatementSyntax AddAttributeLists(params AttributeListSyntax[] items) { throw null; } - - public PropertyStatementSyntax AddImplementsClauseInterfaceMembers(params QualifiedNameSyntax[] items) { throw null; } - - public new PropertyStatementSyntax AddModifiers(params SyntaxToken[] items) { throw null; } - - public new PropertyStatementSyntax AddParameterListParameters(params ParameterSyntax[] items) { throw null; } - - public PropertyStatementSyntax Update(SyntaxList attributeLists, SyntaxTokenList modifiers, SyntaxToken propertyKeyword, SyntaxToken identifier, ParameterListSyntax parameterList, AsClauseSyntax asClause, EqualsValueSyntax initializer, ImplementsClauseSyntax implementsClause) { throw null; } - - public PropertyStatementSyntax WithAsClause(AsClauseSyntax asClause) { throw null; } - - public new PropertyStatementSyntax WithAttributeLists(SyntaxList attributeLists) { throw null; } - - public override MethodBaseSyntax WithDeclarationKeyword(SyntaxToken keyword) { throw null; } - - public PropertyStatementSyntax WithIdentifier(SyntaxToken identifier) { throw null; } - - public PropertyStatementSyntax WithImplementsClause(ImplementsClauseSyntax implementsClause) { throw null; } - - public PropertyStatementSyntax WithInitializer(EqualsValueSyntax initializer) { throw null; } - - [System.Obsolete("This member is obsolete.", true)] - public new PropertyStatementSyntax WithKeyword(SyntaxToken keyword) { throw null; } - - public new PropertyStatementSyntax WithModifiers(SyntaxTokenList modifiers) { throw null; } - - public new PropertyStatementSyntax WithParameterList(ParameterListSyntax parameterList) { throw null; } - - public PropertyStatementSyntax WithPropertyKeyword(SyntaxToken propertyKeyword) { throw null; } - } - - public sealed partial class QualifiedCrefOperatorReferenceSyntax : NameSyntax - { - internal QualifiedCrefOperatorReferenceSyntax() { } - - public SyntaxToken DotToken { get { throw null; } } - - public NameSyntax Left { get { throw null; } } - - public CrefOperatorReferenceSyntax Right { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public QualifiedCrefOperatorReferenceSyntax Update(NameSyntax left, SyntaxToken dotToken, CrefOperatorReferenceSyntax right) { throw null; } - - public QualifiedCrefOperatorReferenceSyntax WithDotToken(SyntaxToken dotToken) { throw null; } - - public QualifiedCrefOperatorReferenceSyntax WithLeft(NameSyntax left) { throw null; } - - public QualifiedCrefOperatorReferenceSyntax WithRight(CrefOperatorReferenceSyntax right) { throw null; } - } - - public sealed partial class QualifiedNameSyntax : NameSyntax - { - internal QualifiedNameSyntax() { } - - public SyntaxToken DotToken { get { throw null; } } - - public NameSyntax Left { get { throw null; } } - - public SimpleNameSyntax Right { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public QualifiedNameSyntax Update(NameSyntax left, SyntaxToken dotToken, SimpleNameSyntax right) { throw null; } - - public QualifiedNameSyntax WithDotToken(SyntaxToken dotToken) { throw null; } - - public QualifiedNameSyntax WithLeft(NameSyntax left) { throw null; } - - public QualifiedNameSyntax WithRight(SimpleNameSyntax right) { throw null; } - } - - public abstract partial class QueryClauseSyntax : VisualBasicSyntaxNode - { - internal QueryClauseSyntax() { } - } - - public sealed partial class QueryExpressionSyntax : ExpressionSyntax - { - internal QueryExpressionSyntax() { } - - public SyntaxList Clauses { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public QueryExpressionSyntax AddClauses(params QueryClauseSyntax[] items) { throw null; } - - public QueryExpressionSyntax Update(SyntaxList clauses) { throw null; } - - public QueryExpressionSyntax WithClauses(SyntaxList clauses) { throw null; } - } - - public sealed partial class RaiseEventStatementSyntax : ExecutableStatementSyntax - { - internal RaiseEventStatementSyntax() { } - - public ArgumentListSyntax ArgumentList { get { throw null; } } - - public IdentifierNameSyntax Name { get { throw null; } } - - public SyntaxToken RaiseEventKeyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public RaiseEventStatementSyntax AddArgumentListArguments(params ArgumentSyntax[] items) { throw null; } - - public RaiseEventStatementSyntax Update(SyntaxToken raiseEventKeyword, IdentifierNameSyntax name, ArgumentListSyntax argumentList) { throw null; } - - public RaiseEventStatementSyntax WithArgumentList(ArgumentListSyntax argumentList) { throw null; } - - public RaiseEventStatementSyntax WithName(IdentifierNameSyntax name) { throw null; } - - public RaiseEventStatementSyntax WithRaiseEventKeyword(SyntaxToken raiseEventKeyword) { throw null; } - } - - public sealed partial class RangeArgumentSyntax : ArgumentSyntax - { - internal RangeArgumentSyntax() { } - - public sealed override bool IsNamed { get { throw null; } } - - public ExpressionSyntax LowerBound { get { throw null; } } - - public SyntaxToken ToKeyword { get { throw null; } } - - public ExpressionSyntax UpperBound { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public sealed override ExpressionSyntax GetExpression() { throw null; } - - public RangeArgumentSyntax Update(ExpressionSyntax lowerBound, SyntaxToken toKeyword, ExpressionSyntax upperBound) { throw null; } - - public RangeArgumentSyntax WithLowerBound(ExpressionSyntax lowerBound) { throw null; } - - public RangeArgumentSyntax WithToKeyword(SyntaxToken toKeyword) { throw null; } - - public RangeArgumentSyntax WithUpperBound(ExpressionSyntax upperBound) { throw null; } - } - - public sealed partial class RangeCaseClauseSyntax : CaseClauseSyntax - { - internal RangeCaseClauseSyntax() { } - - public ExpressionSyntax LowerBound { get { throw null; } } - - public SyntaxToken ToKeyword { get { throw null; } } - - public ExpressionSyntax UpperBound { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public RangeCaseClauseSyntax Update(ExpressionSyntax lowerBound, SyntaxToken toKeyword, ExpressionSyntax upperBound) { throw null; } - - public RangeCaseClauseSyntax WithLowerBound(ExpressionSyntax lowerBound) { throw null; } - - public RangeCaseClauseSyntax WithToKeyword(SyntaxToken toKeyword) { throw null; } - - public RangeCaseClauseSyntax WithUpperBound(ExpressionSyntax upperBound) { throw null; } - } - - public sealed partial class RedimClauseSyntax : VisualBasicSyntaxNode - { - internal RedimClauseSyntax() { } - - public ArgumentListSyntax ArrayBounds { get { throw null; } } - - public ExpressionSyntax Expression { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public RedimClauseSyntax AddArrayBoundsArguments(params ArgumentSyntax[] items) { throw null; } - - public RedimClauseSyntax Update(ExpressionSyntax expression, ArgumentListSyntax arrayBounds) { throw null; } - - public RedimClauseSyntax WithArrayBounds(ArgumentListSyntax arrayBounds) { throw null; } - - public RedimClauseSyntax WithExpression(ExpressionSyntax expression) { throw null; } - } - - public sealed partial class ReDimStatementSyntax : ExecutableStatementSyntax - { - internal ReDimStatementSyntax() { } - - public SeparatedSyntaxList Clauses { get { throw null; } } - - public SyntaxToken PreserveKeyword { get { throw null; } } - - public SyntaxToken ReDimKeyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public ReDimStatementSyntax AddClauses(params RedimClauseSyntax[] items) { throw null; } - - public ReDimStatementSyntax Update(SyntaxKind kind, SyntaxToken reDimKeyword, SyntaxToken preserveKeyword, SeparatedSyntaxList clauses) { throw null; } - - public ReDimStatementSyntax WithClauses(SeparatedSyntaxList clauses) { throw null; } - - public ReDimStatementSyntax WithPreserveKeyword(SyntaxToken preserveKeyword) { throw null; } - - public ReDimStatementSyntax WithReDimKeyword(SyntaxToken reDimKeyword) { throw null; } - } - - public sealed partial class ReferenceDirectiveTriviaSyntax : DirectiveTriviaSyntax - { - internal ReferenceDirectiveTriviaSyntax() { } - - public SyntaxToken File { get { throw null; } } - - public new SyntaxToken HashToken { get { throw null; } } - - public SyntaxToken ReferenceKeyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public ReferenceDirectiveTriviaSyntax Update(SyntaxToken hashToken, SyntaxToken referenceKeyword, SyntaxToken file) { throw null; } - - public ReferenceDirectiveTriviaSyntax WithFile(SyntaxToken file) { throw null; } - - public new ReferenceDirectiveTriviaSyntax WithHashToken(SyntaxToken hashToken) { throw null; } - - public ReferenceDirectiveTriviaSyntax WithReferenceKeyword(SyntaxToken referenceKeyword) { throw null; } - } - - public sealed partial class RegionDirectiveTriviaSyntax : DirectiveTriviaSyntax - { - internal RegionDirectiveTriviaSyntax() { } - - public new SyntaxToken HashToken { get { throw null; } } - - public SyntaxToken Name { get { throw null; } } - - public SyntaxToken RegionKeyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public RegionDirectiveTriviaSyntax Update(SyntaxToken hashToken, SyntaxToken regionKeyword, SyntaxToken name) { throw null; } - - public new RegionDirectiveTriviaSyntax WithHashToken(SyntaxToken hashToken) { throw null; } - - public RegionDirectiveTriviaSyntax WithName(SyntaxToken name) { throw null; } - - public RegionDirectiveTriviaSyntax WithRegionKeyword(SyntaxToken regionKeyword) { throw null; } - } - - public sealed partial class RelationalCaseClauseSyntax : CaseClauseSyntax - { - internal RelationalCaseClauseSyntax() { } - - public SyntaxToken IsKeyword { get { throw null; } } - - public SyntaxToken OperatorToken { get { throw null; } } - - public ExpressionSyntax Value { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public RelationalCaseClauseSyntax Update(SyntaxKind kind, SyntaxToken isKeyword, SyntaxToken operatorToken, ExpressionSyntax value) { throw null; } - - public RelationalCaseClauseSyntax WithIsKeyword(SyntaxToken isKeyword) { throw null; } - - public RelationalCaseClauseSyntax WithOperatorToken(SyntaxToken operatorToken) { throw null; } - - public RelationalCaseClauseSyntax WithValue(ExpressionSyntax value) { throw null; } - } - - public sealed partial class ResumeStatementSyntax : ExecutableStatementSyntax - { - internal ResumeStatementSyntax() { } - - public LabelSyntax Label { get { throw null; } } - - public SyntaxToken ResumeKeyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public ResumeStatementSyntax Update(SyntaxKind kind, SyntaxToken resumeKeyword, LabelSyntax label) { throw null; } - - public ResumeStatementSyntax WithLabel(LabelSyntax label) { throw null; } - - public ResumeStatementSyntax WithResumeKeyword(SyntaxToken resumeKeyword) { throw null; } - } - - public sealed partial class ReturnStatementSyntax : ExecutableStatementSyntax - { - internal ReturnStatementSyntax() { } - - public ExpressionSyntax Expression { get { throw null; } } - - public SyntaxToken ReturnKeyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public ReturnStatementSyntax Update(SyntaxToken returnKeyword, ExpressionSyntax expression) { throw null; } - - public ReturnStatementSyntax WithExpression(ExpressionSyntax expression) { throw null; } - - public ReturnStatementSyntax WithReturnKeyword(SyntaxToken returnKeyword) { throw null; } - } - - public sealed partial class SelectBlockSyntax : ExecutableStatementSyntax - { - internal SelectBlockSyntax() { } - - public SyntaxList CaseBlocks { get { throw null; } } - - public EndBlockStatementSyntax EndSelectStatement { get { throw null; } } - - public SelectStatementSyntax SelectStatement { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public SelectBlockSyntax AddCaseBlocks(params CaseBlockSyntax[] items) { throw null; } - - public SelectBlockSyntax Update(SelectStatementSyntax selectStatement, SyntaxList caseBlocks, EndBlockStatementSyntax endSelectStatement) { throw null; } - - public SelectBlockSyntax WithCaseBlocks(SyntaxList caseBlocks) { throw null; } - - public SelectBlockSyntax WithEndSelectStatement(EndBlockStatementSyntax endSelectStatement) { throw null; } - - public SelectBlockSyntax WithSelectStatement(SelectStatementSyntax selectStatement) { throw null; } - } - - public sealed partial class SelectClauseSyntax : QueryClauseSyntax - { - internal SelectClauseSyntax() { } - - public SyntaxToken SelectKeyword { get { throw null; } } - - public SeparatedSyntaxList Variables { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public SelectClauseSyntax AddVariables(params ExpressionRangeVariableSyntax[] items) { throw null; } - - public SelectClauseSyntax Update(SyntaxToken selectKeyword, SeparatedSyntaxList variables) { throw null; } - - public SelectClauseSyntax WithSelectKeyword(SyntaxToken selectKeyword) { throw null; } - - public SelectClauseSyntax WithVariables(SeparatedSyntaxList variables) { throw null; } - } - - public sealed partial class SelectStatementSyntax : StatementSyntax - { - internal SelectStatementSyntax() { } - - public SyntaxToken CaseKeyword { get { throw null; } } - - public ExpressionSyntax Expression { get { throw null; } } - - public SyntaxToken SelectKeyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public SelectStatementSyntax Update(SyntaxToken selectKeyword, SyntaxToken caseKeyword, ExpressionSyntax expression) { throw null; } - - public SelectStatementSyntax WithCaseKeyword(SyntaxToken caseKeyword) { throw null; } - - public SelectStatementSyntax WithExpression(ExpressionSyntax expression) { throw null; } - - public SelectStatementSyntax WithSelectKeyword(SyntaxToken selectKeyword) { throw null; } - } - - public sealed partial class SimpleArgumentSyntax : ArgumentSyntax - { - internal SimpleArgumentSyntax() { } - - public ExpressionSyntax Expression { get { throw null; } } - - public sealed override bool IsNamed { get { throw null; } } - - public NameColonEqualsSyntax NameColonEquals { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public sealed override ExpressionSyntax GetExpression() { throw null; } - - public SimpleArgumentSyntax Update(NameColonEqualsSyntax nameColonEquals, ExpressionSyntax expression) { throw null; } - - public SimpleArgumentSyntax WithExpression(ExpressionSyntax expression) { throw null; } - - public SimpleArgumentSyntax WithNameColonEquals(NameColonEqualsSyntax nameColonEquals) { throw null; } - } - - public sealed partial class SimpleAsClauseSyntax : AsClauseSyntax - { - internal SimpleAsClauseSyntax() { } - - public new SyntaxToken AsKeyword { get { throw null; } } - - public SyntaxList AttributeLists { get { throw null; } } - - public TypeSyntax Type { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public SimpleAsClauseSyntax AddAttributeLists(params AttributeListSyntax[] items) { throw null; } - - public SimpleAsClauseSyntax Update(SyntaxToken asKeyword, SyntaxList attributeLists, TypeSyntax type) { throw null; } - - public new SimpleAsClauseSyntax WithAsKeyword(SyntaxToken asKeyword) { throw null; } - - public SimpleAsClauseSyntax WithAttributeLists(SyntaxList attributeLists) { throw null; } - - public SimpleAsClauseSyntax WithType(TypeSyntax type) { throw null; } - } - - public sealed partial class SimpleCaseClauseSyntax : CaseClauseSyntax - { - internal SimpleCaseClauseSyntax() { } - - public ExpressionSyntax Value { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public SimpleCaseClauseSyntax Update(ExpressionSyntax value) { throw null; } - - public SimpleCaseClauseSyntax WithValue(ExpressionSyntax value) { throw null; } - } - - public sealed partial class SimpleImportsClauseSyntax : ImportsClauseSyntax - { - internal SimpleImportsClauseSyntax() { } - - public ImportAliasClauseSyntax Alias { get { throw null; } } - - public NameSyntax Name { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public SimpleImportsClauseSyntax Update(ImportAliasClauseSyntax alias, NameSyntax name) { throw null; } - - public SimpleImportsClauseSyntax WithAlias(ImportAliasClauseSyntax alias) { throw null; } - - public SimpleImportsClauseSyntax WithName(NameSyntax name) { throw null; } - } - - public sealed partial class SimpleJoinClauseSyntax : JoinClauseSyntax - { - internal SimpleJoinClauseSyntax() { } - - public new SyntaxList AdditionalJoins { get { throw null; } } - - public override SeparatedSyntaxList JoinConditions { get { throw null; } } - - public override SeparatedSyntaxList JoinedVariables { get { throw null; } } - - public new SyntaxToken JoinKeyword { get { throw null; } } - - public new SyntaxToken OnKeyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public new SimpleJoinClauseSyntax AddAdditionalJoins(params JoinClauseSyntax[] items) { throw null; } - - public new SimpleJoinClauseSyntax AddJoinConditions(params JoinConditionSyntax[] items) { throw null; } - - public new SimpleJoinClauseSyntax AddJoinedVariables(params CollectionRangeVariableSyntax[] items) { throw null; } - - public SimpleJoinClauseSyntax Update(SyntaxToken joinKeyword, SeparatedSyntaxList joinedVariables, SyntaxList additionalJoins, SyntaxToken onKeyword, SeparatedSyntaxList joinConditions) { throw null; } - - public new SimpleJoinClauseSyntax WithAdditionalJoins(SyntaxList additionalJoins) { throw null; } - - public new SimpleJoinClauseSyntax WithJoinConditions(SeparatedSyntaxList joinConditions) { throw null; } - - public new SimpleJoinClauseSyntax WithJoinedVariables(SeparatedSyntaxList joinedVariables) { throw null; } - - public new SimpleJoinClauseSyntax WithJoinKeyword(SyntaxToken joinKeyword) { throw null; } - - public new SimpleJoinClauseSyntax WithOnKeyword(SyntaxToken onKeyword) { throw null; } - } - - public abstract partial class SimpleNameSyntax : NameSyntax - { - internal SimpleNameSyntax() { } - - public SyntaxToken Identifier { get { throw null; } } - - public SimpleNameSyntax WithIdentifier(SyntaxToken identifier) { throw null; } - } - - public sealed partial class SingleLineElseClauseSyntax : VisualBasicSyntaxNode - { - internal SingleLineElseClauseSyntax() { } - - public SyntaxToken ElseKeyword { get { throw null; } } - - public SyntaxList Statements { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public SingleLineElseClauseSyntax AddStatements(params StatementSyntax[] items) { throw null; } - - public SingleLineElseClauseSyntax Update(SyntaxToken elseKeyword, SyntaxList statements) { throw null; } - - public SingleLineElseClauseSyntax WithElseKeyword(SyntaxToken elseKeyword) { throw null; } - - public SingleLineElseClauseSyntax WithStatements(SyntaxList statements) { throw null; } - } - - public sealed partial class SingleLineIfStatementSyntax : ExecutableStatementSyntax - { - internal SingleLineIfStatementSyntax() { } - - public ExpressionSyntax Condition { get { throw null; } } - - public SingleLineElseClauseSyntax ElseClause { get { throw null; } } - - public SyntaxToken IfKeyword { get { throw null; } } - - public SyntaxList Statements { get { throw null; } } - - public SyntaxToken ThenKeyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public SingleLineIfStatementSyntax AddElseClauseStatements(params StatementSyntax[] items) { throw null; } - - public SingleLineIfStatementSyntax AddStatements(params StatementSyntax[] items) { throw null; } - - public SingleLineIfStatementSyntax Update(SyntaxToken ifKeyword, ExpressionSyntax condition, SyntaxToken thenKeyword, SyntaxList statements, SingleLineElseClauseSyntax elseClause) { throw null; } - - public SingleLineIfStatementSyntax WithCondition(ExpressionSyntax condition) { throw null; } - - public SingleLineIfStatementSyntax WithElseClause(SingleLineElseClauseSyntax elseClause) { throw null; } - - public SingleLineIfStatementSyntax WithIfKeyword(SyntaxToken ifKeyword) { throw null; } - - public SingleLineIfStatementSyntax WithStatements(SyntaxList statements) { throw null; } - - public SingleLineIfStatementSyntax WithThenKeyword(SyntaxToken thenKeyword) { throw null; } - } - - public sealed partial class SingleLineLambdaExpressionSyntax : LambdaExpressionSyntax - { - internal SingleLineLambdaExpressionSyntax() { } - - [System.Obsolete("This member is obsolete. Use SubOrFunctionHeader instead.", true)] - public new LambdaHeaderSyntax Begin { get { throw null; } } - - public VisualBasicSyntaxNode Body { get { throw null; } } - - public new LambdaHeaderSyntax SubOrFunctionHeader { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public SingleLineLambdaExpressionSyntax Update(SyntaxKind kind, LambdaHeaderSyntax subOrFunctionHeader, VisualBasicSyntaxNode body) { throw null; } - - [System.Obsolete("This member is obsolete. Use WithSubOrFunctionHeader instead.", true)] - public SingleLineLambdaExpressionSyntax WithBegin(LambdaHeaderSyntax begin) { throw null; } - - public SingleLineLambdaExpressionSyntax WithBody(VisualBasicSyntaxNode body) { throw null; } - - public new SingleLineLambdaExpressionSyntax WithSubOrFunctionHeader(LambdaHeaderSyntax subOrFunctionHeader) { throw null; } - } - - public sealed partial class SkippedTokensTriviaSyntax : StructuredTriviaSyntax, ISkippedTokensTriviaSyntax - { - SyntaxTokenList ISkippedTokensTriviaSyntax_Tokens { get { throw null; } } - - public SyntaxTokenList Tokens { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public SkippedTokensTriviaSyntax AddTokens(params SyntaxToken[] items) { throw null; } - - public SkippedTokensTriviaSyntax Update(SyntaxTokenList tokens) { throw null; } - - public SkippedTokensTriviaSyntax WithTokens(SyntaxTokenList tokens) { throw null; } - } - - public sealed partial class SpecialConstraintSyntax : ConstraintSyntax - { - internal SpecialConstraintSyntax() { } - - public SyntaxToken ConstraintKeyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public SpecialConstraintSyntax Update(SyntaxKind kind, SyntaxToken constraintKeyword) { throw null; } - - public SpecialConstraintSyntax WithConstraintKeyword(SyntaxToken constraintKeyword) { throw null; } - } - - public abstract partial class StatementSyntax : VisualBasicSyntaxNode - { - internal StatementSyntax() { } - } - - public sealed partial class StopOrEndStatementSyntax : ExecutableStatementSyntax - { - internal StopOrEndStatementSyntax() { } - - public SyntaxToken StopOrEndKeyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public StopOrEndStatementSyntax Update(SyntaxKind kind, SyntaxToken stopOrEndKeyword) { throw null; } - - public StopOrEndStatementSyntax WithStopOrEndKeyword(SyntaxToken stopOrEndKeyword) { throw null; } - } - - public sealed partial class StructureBlockSyntax : TypeBlockSyntax - { - internal StructureBlockSyntax() { } - - [System.Obsolete("This member is obsolete.", true)] - public new StructureStatementSyntax Begin { get { throw null; } } - - public override TypeStatementSyntax BlockStatement { get { throw null; } } - - [System.Obsolete("This member is obsolete.", true)] - public new EndBlockStatementSyntax End { get { throw null; } } - - public override EndBlockStatementSyntax EndBlockStatement { get { throw null; } } - - public EndBlockStatementSyntax EndStructureStatement { get { throw null; } } - - public new SyntaxList Implements { get { throw null; } } - - public new SyntaxList Inherits { get { throw null; } } - - public new SyntaxList Members { get { throw null; } } - - public StructureStatementSyntax StructureStatement { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public new StructureBlockSyntax AddImplements(params ImplementsStatementSyntax[] items) { throw null; } - - public new StructureBlockSyntax AddInherits(params InheritsStatementSyntax[] items) { throw null; } - - public new StructureBlockSyntax AddMembers(params StatementSyntax[] items) { throw null; } - - public StructureBlockSyntax Update(StructureStatementSyntax structureStatement, SyntaxList inherits, SyntaxList implements, SyntaxList members, EndBlockStatementSyntax endStructureStatement) { throw null; } - - [System.Obsolete("This member is obsolete.", true)] - public StructureBlockSyntax WithBegin(StructureStatementSyntax begin) { throw null; } - - public override TypeBlockSyntax WithBlockStatement(TypeStatementSyntax blockStatement) { throw null; } - - [System.Obsolete("This member is obsolete.", true)] - public new StructureBlockSyntax WithEnd(EndBlockStatementSyntax end) { throw null; } - - public override TypeBlockSyntax WithEndBlockStatement(EndBlockStatementSyntax endBlockStatement) { throw null; } - - public StructureBlockSyntax WithEndStructureStatement(EndBlockStatementSyntax endStructureStatement) { throw null; } - - public new StructureBlockSyntax WithImplements(SyntaxList implements) { throw null; } - - public new StructureBlockSyntax WithInherits(SyntaxList inherits) { throw null; } - - public new StructureBlockSyntax WithMembers(SyntaxList members) { throw null; } - - public StructureBlockSyntax WithStructureStatement(StructureStatementSyntax structureStatement) { throw null; } - } - - public abstract partial class StructuredTriviaSyntax : VisualBasicSyntaxNode, IStructuredTriviaSyntax - { - internal StructuredTriviaSyntax() { } - - SyntaxTrivia IStructuredTriviaSyntax.ParentTrivia { get { throw null; } } - } - - public sealed partial class StructureStatementSyntax : TypeStatementSyntax - { - internal StructureStatementSyntax() { } - - public new SyntaxList AttributeLists { get { throw null; } } - - public override SyntaxToken DeclarationKeyword { get { throw null; } } - - public new SyntaxToken Identifier { get { throw null; } } - - [System.Obsolete("This member is obsolete.", true)] - public new SyntaxToken Keyword { get { throw null; } } - - public new SyntaxTokenList Modifiers { get { throw null; } } - - public SyntaxToken StructureKeyword { get { throw null; } } - - public new TypeParameterListSyntax TypeParameterList { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public new StructureStatementSyntax AddAttributeLists(params AttributeListSyntax[] items) { throw null; } - - public new StructureStatementSyntax AddModifiers(params SyntaxToken[] items) { throw null; } - - public new StructureStatementSyntax AddTypeParameterListParameters(params TypeParameterSyntax[] items) { throw null; } - - public StructureStatementSyntax Update(SyntaxList attributeLists, SyntaxTokenList modifiers, SyntaxToken structureKeyword, SyntaxToken identifier, TypeParameterListSyntax typeParameterList) { throw null; } - - public new StructureStatementSyntax WithAttributeLists(SyntaxList attributeLists) { throw null; } - - public override TypeStatementSyntax WithDeclarationKeyword(SyntaxToken keyword) { throw null; } - - public new StructureStatementSyntax WithIdentifier(SyntaxToken identifier) { throw null; } - - [System.Obsolete("This member is obsolete.", true)] - public new StructureStatementSyntax WithKeyword(SyntaxToken keyword) { throw null; } - - public new StructureStatementSyntax WithModifiers(SyntaxTokenList modifiers) { throw null; } - - public StructureStatementSyntax WithStructureKeyword(SyntaxToken structureKeyword) { throw null; } - - public new StructureStatementSyntax WithTypeParameterList(TypeParameterListSyntax typeParameterList) { throw null; } - } - - public sealed partial class SubNewStatementSyntax : MethodBaseSyntax - { - internal SubNewStatementSyntax() { } - - public new SyntaxList AttributeLists { get { throw null; } } - - public override SyntaxToken DeclarationKeyword { get { throw null; } } - - [System.Obsolete("This member is obsolete.", true)] - public new SyntaxToken Keyword { get { throw null; } } - - public new SyntaxTokenList Modifiers { get { throw null; } } - - public SyntaxToken NewKeyword { get { throw null; } } - - public new ParameterListSyntax ParameterList { get { throw null; } } - - public SyntaxToken SubKeyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public new SubNewStatementSyntax AddAttributeLists(params AttributeListSyntax[] items) { throw null; } - - public new SubNewStatementSyntax AddModifiers(params SyntaxToken[] items) { throw null; } - - public new SubNewStatementSyntax AddParameterListParameters(params ParameterSyntax[] items) { throw null; } - - public SubNewStatementSyntax Update(SyntaxList attributeLists, SyntaxTokenList modifiers, SyntaxToken subKeyword, SyntaxToken newKeyword, ParameterListSyntax parameterList) { throw null; } - - public new SubNewStatementSyntax WithAttributeLists(SyntaxList attributeLists) { throw null; } - - public override MethodBaseSyntax WithDeclarationKeyword(SyntaxToken keyword) { throw null; } - - [System.Obsolete("This member is obsolete.", true)] - public new SubNewStatementSyntax WithKeyword(SyntaxToken keyword) { throw null; } - - public new SubNewStatementSyntax WithModifiers(SyntaxTokenList modifiers) { throw null; } - - public SubNewStatementSyntax WithNewKeyword(SyntaxToken newKeyword) { throw null; } - - public new SubNewStatementSyntax WithParameterList(ParameterListSyntax parameterList) { throw null; } - - public SubNewStatementSyntax WithSubKeyword(SyntaxToken subKeyword) { throw null; } - } - - public sealed partial class SyncLockBlockSyntax : ExecutableStatementSyntax - { - internal SyncLockBlockSyntax() { } - - public EndBlockStatementSyntax EndSyncLockStatement { get { throw null; } } - - public SyntaxList Statements { get { throw null; } } - - public SyncLockStatementSyntax SyncLockStatement { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public SyncLockBlockSyntax AddStatements(params StatementSyntax[] items) { throw null; } - - public SyncLockBlockSyntax Update(SyncLockStatementSyntax syncLockStatement, SyntaxList statements, EndBlockStatementSyntax endSyncLockStatement) { throw null; } - - public SyncLockBlockSyntax WithEndSyncLockStatement(EndBlockStatementSyntax endSyncLockStatement) { throw null; } - - public SyncLockBlockSyntax WithStatements(SyntaxList statements) { throw null; } - - public SyncLockBlockSyntax WithSyncLockStatement(SyncLockStatementSyntax syncLockStatement) { throw null; } - } - - public sealed partial class SyncLockStatementSyntax : StatementSyntax - { - internal SyncLockStatementSyntax() { } - - public ExpressionSyntax Expression { get { throw null; } } - - public SyntaxToken SyncLockKeyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public SyncLockStatementSyntax Update(SyntaxToken syncLockKeyword, ExpressionSyntax expression) { throw null; } - - public SyncLockStatementSyntax WithExpression(ExpressionSyntax expression) { throw null; } - - public SyncLockStatementSyntax WithSyncLockKeyword(SyntaxToken syncLockKeyword) { throw null; } - } - - public partial class SyntaxNodeRemover - { - } - - public sealed partial class TernaryConditionalExpressionSyntax : ExpressionSyntax - { - internal TernaryConditionalExpressionSyntax() { } - - public SyntaxToken CloseParenToken { get { throw null; } } - - public ExpressionSyntax Condition { get { throw null; } } - - public SyntaxToken FirstCommaToken { get { throw null; } } - - public SyntaxToken IfKeyword { get { throw null; } } - - public SyntaxToken OpenParenToken { get { throw null; } } - - public SyntaxToken SecondCommaToken { get { throw null; } } - - public ExpressionSyntax WhenFalse { get { throw null; } } - - public ExpressionSyntax WhenTrue { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public TernaryConditionalExpressionSyntax Update(SyntaxToken ifKeyword, SyntaxToken openParenToken, ExpressionSyntax condition, SyntaxToken firstCommaToken, ExpressionSyntax whenTrue, SyntaxToken secondCommaToken, ExpressionSyntax whenFalse, SyntaxToken closeParenToken) { throw null; } - - public TernaryConditionalExpressionSyntax WithCloseParenToken(SyntaxToken closeParenToken) { throw null; } - - public TernaryConditionalExpressionSyntax WithCondition(ExpressionSyntax condition) { throw null; } - - public TernaryConditionalExpressionSyntax WithFirstCommaToken(SyntaxToken firstCommaToken) { throw null; } - - public TernaryConditionalExpressionSyntax WithIfKeyword(SyntaxToken ifKeyword) { throw null; } - - public TernaryConditionalExpressionSyntax WithOpenParenToken(SyntaxToken openParenToken) { throw null; } - - public TernaryConditionalExpressionSyntax WithSecondCommaToken(SyntaxToken secondCommaToken) { throw null; } - - public TernaryConditionalExpressionSyntax WithWhenFalse(ExpressionSyntax whenFalse) { throw null; } - - public TernaryConditionalExpressionSyntax WithWhenTrue(ExpressionSyntax whenTrue) { throw null; } - } - - public sealed partial class ThrowStatementSyntax : ExecutableStatementSyntax - { - internal ThrowStatementSyntax() { } - - public ExpressionSyntax Expression { get { throw null; } } - - public SyntaxToken ThrowKeyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public ThrowStatementSyntax Update(SyntaxToken throwKeyword, ExpressionSyntax expression) { throw null; } - - public ThrowStatementSyntax WithExpression(ExpressionSyntax expression) { throw null; } - - public ThrowStatementSyntax WithThrowKeyword(SyntaxToken throwKeyword) { throw null; } - } - - public sealed partial class TryBlockSyntax : ExecutableStatementSyntax - { - internal TryBlockSyntax() { } - - public SyntaxList CatchBlocks { get { throw null; } } - - public EndBlockStatementSyntax EndTryStatement { get { throw null; } } - - public FinallyBlockSyntax FinallyBlock { get { throw null; } } - - public SyntaxList Statements { get { throw null; } } - - public TryStatementSyntax TryStatement { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public TryBlockSyntax AddCatchBlocks(params CatchBlockSyntax[] items) { throw null; } - - public TryBlockSyntax AddFinallyBlockStatements(params StatementSyntax[] items) { throw null; } - - public TryBlockSyntax AddStatements(params StatementSyntax[] items) { throw null; } - - public TryBlockSyntax Update(TryStatementSyntax tryStatement, SyntaxList statements, SyntaxList catchBlocks, FinallyBlockSyntax finallyBlock, EndBlockStatementSyntax endTryStatement) { throw null; } - - public TryBlockSyntax WithCatchBlocks(SyntaxList catchBlocks) { throw null; } - - public TryBlockSyntax WithEndTryStatement(EndBlockStatementSyntax endTryStatement) { throw null; } - - public TryBlockSyntax WithFinallyBlock(FinallyBlockSyntax finallyBlock) { throw null; } - - public TryBlockSyntax WithStatements(SyntaxList statements) { throw null; } - - public TryBlockSyntax WithTryStatement(TryStatementSyntax tryStatement) { throw null; } - } - - public sealed partial class TryCastExpressionSyntax : CastExpressionSyntax - { - internal TryCastExpressionSyntax() { } - - public new SyntaxToken CloseParenToken { get { throw null; } } - - public new SyntaxToken CommaToken { get { throw null; } } - - public new ExpressionSyntax Expression { get { throw null; } } - - public new SyntaxToken Keyword { get { throw null; } } - - public new SyntaxToken OpenParenToken { get { throw null; } } - - public new TypeSyntax Type { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public TryCastExpressionSyntax Update(SyntaxToken keyword, SyntaxToken openParenToken, ExpressionSyntax expression, SyntaxToken commaToken, TypeSyntax type, SyntaxToken closeParenToken) { throw null; } - - public new TryCastExpressionSyntax WithCloseParenToken(SyntaxToken closeParenToken) { throw null; } - - public new TryCastExpressionSyntax WithCommaToken(SyntaxToken commaToken) { throw null; } - - public new TryCastExpressionSyntax WithExpression(ExpressionSyntax expression) { throw null; } - - public new TryCastExpressionSyntax WithKeyword(SyntaxToken keyword) { throw null; } - - public new TryCastExpressionSyntax WithOpenParenToken(SyntaxToken openParenToken) { throw null; } - - public new TryCastExpressionSyntax WithType(TypeSyntax type) { throw null; } - } - - public sealed partial class TryStatementSyntax : StatementSyntax - { - internal TryStatementSyntax() { } - - public SyntaxToken TryKeyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public TryStatementSyntax Update(SyntaxToken tryKeyword) { throw null; } - - public TryStatementSyntax WithTryKeyword(SyntaxToken tryKeyword) { throw null; } - } - - public abstract partial class TupleElementSyntax : VisualBasicSyntaxNode - { - internal TupleElementSyntax() { } - } - - public sealed partial class TupleExpressionSyntax : ExpressionSyntax - { - internal TupleExpressionSyntax() { } - - public SeparatedSyntaxList Arguments { get { throw null; } } - - public SyntaxToken CloseParenToken { get { throw null; } } - - public SyntaxToken OpenParenToken { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public TupleExpressionSyntax AddArguments(params SimpleArgumentSyntax[] items) { throw null; } - - public TupleExpressionSyntax Update(SyntaxToken openParenToken, SeparatedSyntaxList arguments, SyntaxToken closeParenToken) { throw null; } - - public TupleExpressionSyntax WithArguments(SeparatedSyntaxList arguments) { throw null; } - - public TupleExpressionSyntax WithCloseParenToken(SyntaxToken closeParenToken) { throw null; } - - public TupleExpressionSyntax WithOpenParenToken(SyntaxToken openParenToken) { throw null; } - } - - public sealed partial class TupleTypeSyntax : TypeSyntax - { - internal TupleTypeSyntax() { } - - public SyntaxToken CloseParenToken { get { throw null; } } - - public SeparatedSyntaxList Elements { get { throw null; } } - - public SyntaxToken OpenParenToken { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public TupleTypeSyntax AddElements(params TupleElementSyntax[] items) { throw null; } - - public TupleTypeSyntax Update(SyntaxToken openParenToken, SeparatedSyntaxList elements, SyntaxToken closeParenToken) { throw null; } - - public TupleTypeSyntax WithCloseParenToken(SyntaxToken closeParenToken) { throw null; } - - public TupleTypeSyntax WithElements(SeparatedSyntaxList elements) { throw null; } - - public TupleTypeSyntax WithOpenParenToken(SyntaxToken openParenToken) { throw null; } - } - - public sealed partial class TypeArgumentListSyntax : VisualBasicSyntaxNode - { - internal TypeArgumentListSyntax() { } - - public SeparatedSyntaxList Arguments { get { throw null; } } - - public SyntaxToken CloseParenToken { get { throw null; } } - - public SyntaxToken OfKeyword { get { throw null; } } - - public SyntaxToken OpenParenToken { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public TypeArgumentListSyntax AddArguments(params TypeSyntax[] items) { throw null; } - - public TypeArgumentListSyntax Update(SyntaxToken openParenToken, SyntaxToken ofKeyword, SeparatedSyntaxList arguments, SyntaxToken closeParenToken) { throw null; } - - public TypeArgumentListSyntax WithArguments(SeparatedSyntaxList arguments) { throw null; } - - public TypeArgumentListSyntax WithCloseParenToken(SyntaxToken closeParenToken) { throw null; } - - public TypeArgumentListSyntax WithOfKeyword(SyntaxToken ofKeyword) { throw null; } - - public TypeArgumentListSyntax WithOpenParenToken(SyntaxToken openParenToken) { throw null; } - } - - public abstract partial class TypeBlockSyntax : DeclarationStatementSyntax - { - internal TypeBlockSyntax() { } - - [System.Obsolete("This member is obsolete. Use BlockStatement or a more specific property (e.g. ClassStatement) instead.", true)] - public TypeStatementSyntax Begin { get { throw null; } } - - public abstract TypeStatementSyntax BlockStatement { get; } - - [System.Obsolete("This member is obsolete. Use EndBlockStatement or a more specific property (e.g. EndClassStatement) instead.", true)] - public EndBlockStatementSyntax End { get { throw null; } } - - public abstract EndBlockStatementSyntax EndBlockStatement { get; } - - public SyntaxList Implements { get { throw null; } } - - public SyntaxList Inherits { get { throw null; } } - - public SyntaxList Members { get { throw null; } } - - public TypeBlockSyntax AddImplements(params ImplementsStatementSyntax[] items) { throw null; } - - public TypeBlockSyntax AddInherits(params InheritsStatementSyntax[] items) { throw null; } - - public TypeBlockSyntax AddMembers(params StatementSyntax[] items) { throw null; } - - [System.Obsolete("This member is obsolete. Use WithBlockStatement or a more specific property (e.g. WithClassStatement) instead.", true)] - public TypeBlockSyntax WithBegin(TypeStatementSyntax begin) { throw null; } - - public abstract TypeBlockSyntax WithBlockStatement(TypeStatementSyntax blockStatement); - [System.Obsolete("This member is obsolete. Use WithEndBlockStatement or a more specific property (e.g. WithEndClassStatement) instead.", true)] - public TypeBlockSyntax WithEnd(EndBlockStatementSyntax end) { throw null; } - - public abstract TypeBlockSyntax WithEndBlockStatement(EndBlockStatementSyntax endBlockStatement); - public TypeBlockSyntax WithImplements(SyntaxList implements) { throw null; } - - public TypeBlockSyntax WithInherits(SyntaxList inherits) { throw null; } - - public TypeBlockSyntax WithMembers(SyntaxList members) { throw null; } - } - - public enum TypeCharacter - { - None = 0, - Integer = 1, - Long = 2, - Decimal = 3, - Single = 4, - Double = 5, - String = 6, - ShortLiteral = 7, - UShortLiteral = 8, - IntegerLiteral = 9, - UIntegerLiteral = 10, - LongLiteral = 11, - ULongLiteral = 12, - SingleLiteral = 13, - DoubleLiteral = 14, - DecimalLiteral = 15 - } - - public sealed partial class TypeConstraintSyntax : ConstraintSyntax - { - internal TypeConstraintSyntax() { } - - public TypeSyntax Type { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public TypeConstraintSyntax Update(TypeSyntax type) { throw null; } - - public TypeConstraintSyntax WithType(TypeSyntax type) { throw null; } - } - - public sealed partial class TypedTupleElementSyntax : TupleElementSyntax - { - internal TypedTupleElementSyntax() { } - - public TypeSyntax Type { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public TypedTupleElementSyntax Update(TypeSyntax type) { throw null; } - - public TypedTupleElementSyntax WithType(TypeSyntax type) { throw null; } - } - - public sealed partial class TypeOfExpressionSyntax : ExpressionSyntax - { - internal TypeOfExpressionSyntax() { } - - public ExpressionSyntax Expression { get { throw null; } } - - public SyntaxToken OperatorToken { get { throw null; } } - - public TypeSyntax Type { get { throw null; } } - - public SyntaxToken TypeOfKeyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public TypeOfExpressionSyntax Update(SyntaxKind kind, SyntaxToken typeOfKeyword, ExpressionSyntax expression, SyntaxToken operatorToken, TypeSyntax type) { throw null; } - - public TypeOfExpressionSyntax WithExpression(ExpressionSyntax expression) { throw null; } - - public TypeOfExpressionSyntax WithOperatorToken(SyntaxToken operatorToken) { throw null; } - - public TypeOfExpressionSyntax WithType(TypeSyntax type) { throw null; } - - public TypeOfExpressionSyntax WithTypeOfKeyword(SyntaxToken typeOfKeyword) { throw null; } - } - - public abstract partial class TypeParameterConstraintClauseSyntax : VisualBasicSyntaxNode - { - internal TypeParameterConstraintClauseSyntax() { } - } - - public sealed partial class TypeParameterListSyntax : VisualBasicSyntaxNode - { - internal TypeParameterListSyntax() { } - - public SyntaxToken CloseParenToken { get { throw null; } } - - public SyntaxToken OfKeyword { get { throw null; } } - - public SyntaxToken OpenParenToken { get { throw null; } } - - public SeparatedSyntaxList Parameters { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public TypeParameterListSyntax AddParameters(params TypeParameterSyntax[] items) { throw null; } - - public TypeParameterListSyntax Update(SyntaxToken openParenToken, SyntaxToken ofKeyword, SeparatedSyntaxList parameters, SyntaxToken closeParenToken) { throw null; } - - public TypeParameterListSyntax WithCloseParenToken(SyntaxToken closeParenToken) { throw null; } - - public TypeParameterListSyntax WithOfKeyword(SyntaxToken ofKeyword) { throw null; } - - public TypeParameterListSyntax WithOpenParenToken(SyntaxToken openParenToken) { throw null; } - - public TypeParameterListSyntax WithParameters(SeparatedSyntaxList parameters) { throw null; } - } - - public sealed partial class TypeParameterMultipleConstraintClauseSyntax : TypeParameterConstraintClauseSyntax - { - internal TypeParameterMultipleConstraintClauseSyntax() { } - - public SyntaxToken AsKeyword { get { throw null; } } - - public SyntaxToken CloseBraceToken { get { throw null; } } - - public SeparatedSyntaxList Constraints { get { throw null; } } - - public SyntaxToken OpenBraceToken { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public TypeParameterMultipleConstraintClauseSyntax AddConstraints(params ConstraintSyntax[] items) { throw null; } - - public TypeParameterMultipleConstraintClauseSyntax Update(SyntaxToken asKeyword, SyntaxToken openBraceToken, SeparatedSyntaxList constraints, SyntaxToken closeBraceToken) { throw null; } - - public TypeParameterMultipleConstraintClauseSyntax WithAsKeyword(SyntaxToken asKeyword) { throw null; } - - public TypeParameterMultipleConstraintClauseSyntax WithCloseBraceToken(SyntaxToken closeBraceToken) { throw null; } - - public TypeParameterMultipleConstraintClauseSyntax WithConstraints(SeparatedSyntaxList constraints) { throw null; } - - public TypeParameterMultipleConstraintClauseSyntax WithOpenBraceToken(SyntaxToken openBraceToken) { throw null; } - } - - public sealed partial class TypeParameterSingleConstraintClauseSyntax : TypeParameterConstraintClauseSyntax - { - internal TypeParameterSingleConstraintClauseSyntax() { } - - public SyntaxToken AsKeyword { get { throw null; } } - - public ConstraintSyntax Constraint { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public TypeParameterSingleConstraintClauseSyntax Update(SyntaxToken asKeyword, ConstraintSyntax constraint) { throw null; } - - public TypeParameterSingleConstraintClauseSyntax WithAsKeyword(SyntaxToken asKeyword) { throw null; } - - public TypeParameterSingleConstraintClauseSyntax WithConstraint(ConstraintSyntax constraint) { throw null; } - } - - public sealed partial class TypeParameterSyntax : VisualBasicSyntaxNode - { - internal TypeParameterSyntax() { } - - public SyntaxToken Identifier { get { throw null; } } - - public TypeParameterConstraintClauseSyntax TypeParameterConstraintClause { get { throw null; } } - - public SyntaxToken VarianceKeyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public TypeParameterSyntax Update(SyntaxToken varianceKeyword, SyntaxToken identifier, TypeParameterConstraintClauseSyntax typeParameterConstraintClause) { throw null; } - - public TypeParameterSyntax WithIdentifier(SyntaxToken identifier) { throw null; } - - public TypeParameterSyntax WithTypeParameterConstraintClause(TypeParameterConstraintClauseSyntax typeParameterConstraintClause) { throw null; } - - public TypeParameterSyntax WithVarianceKeyword(SyntaxToken varianceKeyword) { throw null; } - } - - public abstract partial class TypeStatementSyntax : DeclarationStatementSyntax - { - internal TypeStatementSyntax() { } - - public int Arity { get { throw null; } } - - public SyntaxList AttributeLists { get { throw null; } } - - public abstract SyntaxToken DeclarationKeyword { get; } - - public SyntaxToken Identifier { get { throw null; } } - - [System.Obsolete("This member is obsolete. Use DeclarationKeyword or a more specific property (e.g. ClassKeyword) instead.", true)] - public SyntaxToken Keyword { get { throw null; } } - - public SyntaxTokenList Modifiers { get { throw null; } } - - public TypeParameterListSyntax TypeParameterList { get { throw null; } } - - public TypeStatementSyntax AddAttributeLists(params AttributeListSyntax[] items) { throw null; } - - public TypeStatementSyntax AddModifiers(params SyntaxToken[] items) { throw null; } - - public TypeStatementSyntax AddTypeParameterListParameters(params TypeParameterSyntax[] items) { throw null; } - - public TypeStatementSyntax WithAttributeLists(SyntaxList attributeLists) { throw null; } - - public abstract TypeStatementSyntax WithDeclarationKeyword(SyntaxToken keyword); - public TypeStatementSyntax WithIdentifier(SyntaxToken identifier) { throw null; } - - [System.Obsolete("This member is obsolete. Use DeclarationKeyword or a more specific property (e.g. WithClassKeyword) instead.", true)] - public TypeStatementSyntax WithKeyword(SyntaxToken keyword) { throw null; } - - public TypeStatementSyntax WithModifiers(SyntaxTokenList modifiers) { throw null; } - - public TypeStatementSyntax WithTypeParameterList(TypeParameterListSyntax typeParameterList) { throw null; } - } - - public abstract partial class TypeSyntax : ExpressionSyntax - { - internal TypeSyntax() { } - } - - public sealed partial class UnaryExpressionSyntax : ExpressionSyntax - { - internal UnaryExpressionSyntax() { } - - public ExpressionSyntax Operand { get { throw null; } } - - public SyntaxToken OperatorToken { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public UnaryExpressionSyntax Update(SyntaxKind kind, SyntaxToken operatorToken, ExpressionSyntax operand) { throw null; } - - public UnaryExpressionSyntax WithOperand(ExpressionSyntax operand) { throw null; } - - public UnaryExpressionSyntax WithOperatorToken(SyntaxToken operatorToken) { throw null; } - } - - public sealed partial class UsingBlockSyntax : ExecutableStatementSyntax - { - internal UsingBlockSyntax() { } - - public EndBlockStatementSyntax EndUsingStatement { get { throw null; } } - - public SyntaxList Statements { get { throw null; } } - - public UsingStatementSyntax UsingStatement { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public UsingBlockSyntax AddStatements(params StatementSyntax[] items) { throw null; } - - public UsingBlockSyntax Update(UsingStatementSyntax usingStatement, SyntaxList statements, EndBlockStatementSyntax endUsingStatement) { throw null; } - - public UsingBlockSyntax WithEndUsingStatement(EndBlockStatementSyntax endUsingStatement) { throw null; } - - public UsingBlockSyntax WithStatements(SyntaxList statements) { throw null; } - - public UsingBlockSyntax WithUsingStatement(UsingStatementSyntax usingStatement) { throw null; } - } - - public sealed partial class UsingStatementSyntax : StatementSyntax - { - internal UsingStatementSyntax() { } - - public ExpressionSyntax Expression { get { throw null; } } - - public SyntaxToken UsingKeyword { get { throw null; } } - - public SeparatedSyntaxList Variables { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public UsingStatementSyntax AddVariables(params VariableDeclaratorSyntax[] items) { throw null; } - - public UsingStatementSyntax Update(SyntaxToken usingKeyword, ExpressionSyntax expression, SeparatedSyntaxList variables) { throw null; } - - public UsingStatementSyntax WithExpression(ExpressionSyntax expression) { throw null; } - - public UsingStatementSyntax WithUsingKeyword(SyntaxToken usingKeyword) { throw null; } - - public UsingStatementSyntax WithVariables(SeparatedSyntaxList variables) { throw null; } - } - - public sealed partial class VariableDeclaratorSyntax : VisualBasicSyntaxNode - { - internal VariableDeclaratorSyntax() { } - - public AsClauseSyntax AsClause { get { throw null; } } - - public EqualsValueSyntax Initializer { get { throw null; } } - - public SeparatedSyntaxList Names { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public VariableDeclaratorSyntax AddNames(params ModifiedIdentifierSyntax[] items) { throw null; } - - public VariableDeclaratorSyntax Update(SeparatedSyntaxList names, AsClauseSyntax asClause, EqualsValueSyntax initializer) { throw null; } - - public VariableDeclaratorSyntax WithAsClause(AsClauseSyntax asClause) { throw null; } - - public VariableDeclaratorSyntax WithInitializer(EqualsValueSyntax initializer) { throw null; } - - public VariableDeclaratorSyntax WithNames(SeparatedSyntaxList names) { throw null; } - } - - public sealed partial class VariableNameEqualsSyntax : VisualBasicSyntaxNode - { - internal VariableNameEqualsSyntax() { } - - public SimpleAsClauseSyntax AsClause { get { throw null; } } - - public SyntaxToken EqualsToken { get { throw null; } } - - public ModifiedIdentifierSyntax Identifier { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public VariableNameEqualsSyntax Update(ModifiedIdentifierSyntax identifier, SimpleAsClauseSyntax asClause, SyntaxToken equalsToken) { throw null; } - - public VariableNameEqualsSyntax WithAsClause(SimpleAsClauseSyntax asClause) { throw null; } - - public VariableNameEqualsSyntax WithEqualsToken(SyntaxToken equalsToken) { throw null; } - - public VariableNameEqualsSyntax WithIdentifier(ModifiedIdentifierSyntax identifier) { throw null; } - } - - public sealed partial class WhereClauseSyntax : QueryClauseSyntax - { - internal WhereClauseSyntax() { } - - public ExpressionSyntax Condition { get { throw null; } } - - public SyntaxToken WhereKeyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public WhereClauseSyntax Update(SyntaxToken whereKeyword, ExpressionSyntax condition) { throw null; } - - public WhereClauseSyntax WithCondition(ExpressionSyntax condition) { throw null; } - - public WhereClauseSyntax WithWhereKeyword(SyntaxToken whereKeyword) { throw null; } - } - - public sealed partial class WhileBlockSyntax : ExecutableStatementSyntax - { - internal WhileBlockSyntax() { } - - public EndBlockStatementSyntax EndWhileStatement { get { throw null; } } - - public SyntaxList Statements { get { throw null; } } - - public WhileStatementSyntax WhileStatement { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public WhileBlockSyntax AddStatements(params StatementSyntax[] items) { throw null; } - - public WhileBlockSyntax Update(WhileStatementSyntax whileStatement, SyntaxList statements, EndBlockStatementSyntax endWhileStatement) { throw null; } - - public WhileBlockSyntax WithEndWhileStatement(EndBlockStatementSyntax endWhileStatement) { throw null; } - - public WhileBlockSyntax WithStatements(SyntaxList statements) { throw null; } - - public WhileBlockSyntax WithWhileStatement(WhileStatementSyntax whileStatement) { throw null; } - } - - public sealed partial class WhileOrUntilClauseSyntax : VisualBasicSyntaxNode - { - internal WhileOrUntilClauseSyntax() { } - - public ExpressionSyntax Condition { get { throw null; } } - - public SyntaxToken WhileOrUntilKeyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public WhileOrUntilClauseSyntax Update(SyntaxKind kind, SyntaxToken whileOrUntilKeyword, ExpressionSyntax condition) { throw null; } - - public WhileOrUntilClauseSyntax WithCondition(ExpressionSyntax condition) { throw null; } - - public WhileOrUntilClauseSyntax WithWhileOrUntilKeyword(SyntaxToken whileOrUntilKeyword) { throw null; } - } - - public sealed partial class WhileStatementSyntax : StatementSyntax - { - internal WhileStatementSyntax() { } - - public ExpressionSyntax Condition { get { throw null; } } - - public SyntaxToken WhileKeyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public WhileStatementSyntax Update(SyntaxToken whileKeyword, ExpressionSyntax condition) { throw null; } - - public WhileStatementSyntax WithCondition(ExpressionSyntax condition) { throw null; } - - public WhileStatementSyntax WithWhileKeyword(SyntaxToken whileKeyword) { throw null; } - } - - public sealed partial class WithBlockSyntax : ExecutableStatementSyntax - { - internal WithBlockSyntax() { } - - public EndBlockStatementSyntax EndWithStatement { get { throw null; } } - - public SyntaxList Statements { get { throw null; } } - - public WithStatementSyntax WithStatement { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public WithBlockSyntax AddStatements(params StatementSyntax[] items) { throw null; } - - public WithBlockSyntax Update(WithStatementSyntax withStatement, SyntaxList statements, EndBlockStatementSyntax endWithStatement) { throw null; } - - public WithBlockSyntax WithEndWithStatement(EndBlockStatementSyntax endWithStatement) { throw null; } - - public WithBlockSyntax WithStatements(SyntaxList statements) { throw null; } - - public WithBlockSyntax WithWithStatement(WithStatementSyntax withStatement) { throw null; } - } - - public sealed partial class WithEventsEventContainerSyntax : EventContainerSyntax - { - internal WithEventsEventContainerSyntax() { } - - public SyntaxToken Identifier { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public WithEventsEventContainerSyntax Update(SyntaxToken identifier) { throw null; } - - public WithEventsEventContainerSyntax WithIdentifier(SyntaxToken identifier) { throw null; } - } - - public sealed partial class WithEventsPropertyEventContainerSyntax : EventContainerSyntax - { - internal WithEventsPropertyEventContainerSyntax() { } - - public SyntaxToken DotToken { get { throw null; } } - - public IdentifierNameSyntax Property { get { throw null; } } - - public WithEventsEventContainerSyntax WithEventsContainer { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public WithEventsPropertyEventContainerSyntax Update(WithEventsEventContainerSyntax withEventsContainer, SyntaxToken dotToken, IdentifierNameSyntax property) { throw null; } - - public WithEventsPropertyEventContainerSyntax WithDotToken(SyntaxToken dotToken) { throw null; } - - public WithEventsPropertyEventContainerSyntax WithProperty(IdentifierNameSyntax property) { throw null; } - - public WithEventsPropertyEventContainerSyntax WithWithEventsContainer(WithEventsEventContainerSyntax withEventsContainer) { throw null; } - } - - public sealed partial class WithStatementSyntax : StatementSyntax - { - internal WithStatementSyntax() { } - - public ExpressionSyntax Expression { get { throw null; } } - - public SyntaxToken WithKeyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public WithStatementSyntax Update(SyntaxToken withKeyword, ExpressionSyntax expression) { throw null; } - - public WithStatementSyntax WithExpression(ExpressionSyntax expression) { throw null; } - - public WithStatementSyntax WithWithKeyword(SyntaxToken withKeyword) { throw null; } - } - - public sealed partial class XmlAttributeSyntax : BaseXmlAttributeSyntax - { - internal XmlAttributeSyntax() { } - - public SyntaxToken EqualsToken { get { throw null; } } - - public XmlNodeSyntax Name { get { throw null; } } - - public XmlNodeSyntax Value { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public XmlAttributeSyntax Update(XmlNodeSyntax name, SyntaxToken equalsToken, XmlNodeSyntax value) { throw null; } - - public XmlAttributeSyntax WithEqualsToken(SyntaxToken equalsToken) { throw null; } - - public XmlAttributeSyntax WithName(XmlNodeSyntax name) { throw null; } - - public XmlAttributeSyntax WithValue(XmlNodeSyntax value) { throw null; } - } - - public sealed partial class XmlBracketedNameSyntax : XmlNodeSyntax - { - internal XmlBracketedNameSyntax() { } - - public SyntaxToken GreaterThanToken { get { throw null; } } - - public SyntaxToken LessThanToken { get { throw null; } } - - public XmlNameSyntax Name { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public XmlBracketedNameSyntax Update(SyntaxToken lessThanToken, XmlNameSyntax name, SyntaxToken greaterThanToken) { throw null; } - - public XmlBracketedNameSyntax WithGreaterThanToken(SyntaxToken greaterThanToken) { throw null; } - - public XmlBracketedNameSyntax WithLessThanToken(SyntaxToken lessThanToken) { throw null; } - - public XmlBracketedNameSyntax WithName(XmlNameSyntax name) { throw null; } - } - - public sealed partial class XmlCDataSectionSyntax : XmlNodeSyntax - { - internal XmlCDataSectionSyntax() { } - - public SyntaxToken BeginCDataToken { get { throw null; } } - - public SyntaxToken EndCDataToken { get { throw null; } } - - public SyntaxTokenList TextTokens { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public XmlCDataSectionSyntax AddTextTokens(params SyntaxToken[] items) { throw null; } - - public XmlCDataSectionSyntax Update(SyntaxToken beginCDataToken, SyntaxTokenList textTokens, SyntaxToken endCDataToken) { throw null; } - - public XmlCDataSectionSyntax WithBeginCDataToken(SyntaxToken beginCDataToken) { throw null; } - - public XmlCDataSectionSyntax WithEndCDataToken(SyntaxToken endCDataToken) { throw null; } - - public XmlCDataSectionSyntax WithTextTokens(SyntaxTokenList textTokens) { throw null; } - } - - public sealed partial class XmlCommentSyntax : XmlNodeSyntax - { - internal XmlCommentSyntax() { } - - public SyntaxToken LessThanExclamationMinusMinusToken { get { throw null; } } - - public SyntaxToken MinusMinusGreaterThanToken { get { throw null; } } - - public SyntaxTokenList TextTokens { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public XmlCommentSyntax AddTextTokens(params SyntaxToken[] items) { throw null; } - - public XmlCommentSyntax Update(SyntaxToken lessThanExclamationMinusMinusToken, SyntaxTokenList textTokens, SyntaxToken minusMinusGreaterThanToken) { throw null; } - - public XmlCommentSyntax WithLessThanExclamationMinusMinusToken(SyntaxToken lessThanExclamationMinusMinusToken) { throw null; } - - public XmlCommentSyntax WithMinusMinusGreaterThanToken(SyntaxToken minusMinusGreaterThanToken) { throw null; } - - public XmlCommentSyntax WithTextTokens(SyntaxTokenList textTokens) { throw null; } - } - - public sealed partial class XmlCrefAttributeSyntax : BaseXmlAttributeSyntax - { - internal XmlCrefAttributeSyntax() { } - - public SyntaxToken EndQuoteToken { get { throw null; } } - - public SyntaxToken EqualsToken { get { throw null; } } - - public XmlNameSyntax Name { get { throw null; } } - - public CrefReferenceSyntax Reference { get { throw null; } } - - public SyntaxToken StartQuoteToken { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public XmlCrefAttributeSyntax Update(XmlNameSyntax name, SyntaxToken equalsToken, SyntaxToken startQuoteToken, CrefReferenceSyntax reference, SyntaxToken endQuoteToken) { throw null; } - - public XmlCrefAttributeSyntax WithEndQuoteToken(SyntaxToken endQuoteToken) { throw null; } - - public XmlCrefAttributeSyntax WithEqualsToken(SyntaxToken equalsToken) { throw null; } - - public XmlCrefAttributeSyntax WithName(XmlNameSyntax name) { throw null; } - - public XmlCrefAttributeSyntax WithReference(CrefReferenceSyntax reference) { throw null; } - - public XmlCrefAttributeSyntax WithStartQuoteToken(SyntaxToken startQuoteToken) { throw null; } - } - - public sealed partial class XmlDeclarationOptionSyntax : VisualBasicSyntaxNode - { - internal XmlDeclarationOptionSyntax() { } - - public SyntaxToken Equals { get { throw null; } } - - public SyntaxToken Name { get { throw null; } } - - public XmlStringSyntax Value { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public XmlDeclarationOptionSyntax Update(SyntaxToken name, SyntaxToken equals, XmlStringSyntax value) { throw null; } - - public XmlDeclarationOptionSyntax WithEquals(SyntaxToken equals) { throw null; } - - public XmlDeclarationOptionSyntax WithName(SyntaxToken name) { throw null; } - - public XmlDeclarationOptionSyntax WithValue(XmlStringSyntax value) { throw null; } - } - - public sealed partial class XmlDeclarationSyntax : VisualBasicSyntaxNode - { - internal XmlDeclarationSyntax() { } - - public XmlDeclarationOptionSyntax Encoding { get { throw null; } } - - public SyntaxToken LessThanQuestionToken { get { throw null; } } - - public SyntaxToken QuestionGreaterThanToken { get { throw null; } } - - public XmlDeclarationOptionSyntax Standalone { get { throw null; } } - - public XmlDeclarationOptionSyntax Version { get { throw null; } } - - public SyntaxToken XmlKeyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public XmlDeclarationSyntax Update(SyntaxToken lessThanQuestionToken, SyntaxToken xmlKeyword, XmlDeclarationOptionSyntax version, XmlDeclarationOptionSyntax encoding, XmlDeclarationOptionSyntax standalone, SyntaxToken questionGreaterThanToken) { throw null; } - - public XmlDeclarationSyntax WithEncoding(XmlDeclarationOptionSyntax encoding) { throw null; } - - public XmlDeclarationSyntax WithLessThanQuestionToken(SyntaxToken lessThanQuestionToken) { throw null; } - - public XmlDeclarationSyntax WithQuestionGreaterThanToken(SyntaxToken questionGreaterThanToken) { throw null; } - - public XmlDeclarationSyntax WithStandalone(XmlDeclarationOptionSyntax standalone) { throw null; } - - public XmlDeclarationSyntax WithVersion(XmlDeclarationOptionSyntax version) { throw null; } - - public XmlDeclarationSyntax WithXmlKeyword(SyntaxToken xmlKeyword) { throw null; } - } - - public sealed partial class XmlDocumentSyntax : XmlNodeSyntax - { - internal XmlDocumentSyntax() { } - - public XmlDeclarationSyntax Declaration { get { throw null; } } - - public SyntaxList FollowingMisc { get { throw null; } } - - public SyntaxList PrecedingMisc { get { throw null; } } - - public XmlNodeSyntax Root { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public XmlDocumentSyntax AddFollowingMisc(params XmlNodeSyntax[] items) { throw null; } - - public XmlDocumentSyntax AddPrecedingMisc(params XmlNodeSyntax[] items) { throw null; } - - public XmlDocumentSyntax Update(XmlDeclarationSyntax declaration, SyntaxList precedingMisc, XmlNodeSyntax root, SyntaxList followingMisc) { throw null; } - - public XmlDocumentSyntax WithDeclaration(XmlDeclarationSyntax declaration) { throw null; } - - public XmlDocumentSyntax WithFollowingMisc(SyntaxList followingMisc) { throw null; } - - public XmlDocumentSyntax WithPrecedingMisc(SyntaxList precedingMisc) { throw null; } - - public XmlDocumentSyntax WithRoot(XmlNodeSyntax root) { throw null; } - } - - public sealed partial class XmlElementEndTagSyntax : XmlNodeSyntax - { - internal XmlElementEndTagSyntax() { } - - public SyntaxToken GreaterThanToken { get { throw null; } } - - public SyntaxToken LessThanSlashToken { get { throw null; } } - - public XmlNameSyntax Name { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public XmlElementEndTagSyntax Update(SyntaxToken lessThanSlashToken, XmlNameSyntax name, SyntaxToken greaterThanToken) { throw null; } - - public XmlElementEndTagSyntax WithGreaterThanToken(SyntaxToken greaterThanToken) { throw null; } - - public XmlElementEndTagSyntax WithLessThanSlashToken(SyntaxToken lessThanSlashToken) { throw null; } - - public XmlElementEndTagSyntax WithName(XmlNameSyntax name) { throw null; } - } - - public sealed partial class XmlElementStartTagSyntax : XmlNodeSyntax - { - internal XmlElementStartTagSyntax() { } - - public SyntaxList Attributes { get { throw null; } } - - public SyntaxToken GreaterThanToken { get { throw null; } } - - public SyntaxToken LessThanToken { get { throw null; } } - - public XmlNodeSyntax Name { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public XmlElementStartTagSyntax AddAttributes(params XmlNodeSyntax[] items) { throw null; } - - public XmlElementStartTagSyntax Update(SyntaxToken lessThanToken, XmlNodeSyntax name, SyntaxList attributes, SyntaxToken greaterThanToken) { throw null; } - - public XmlElementStartTagSyntax WithAttributes(SyntaxList attributes) { throw null; } - - public XmlElementStartTagSyntax WithGreaterThanToken(SyntaxToken greaterThanToken) { throw null; } - - public XmlElementStartTagSyntax WithLessThanToken(SyntaxToken lessThanToken) { throw null; } - - public XmlElementStartTagSyntax WithName(XmlNodeSyntax name) { throw null; } - } - - public sealed partial class XmlElementSyntax : XmlNodeSyntax - { - internal XmlElementSyntax() { } - - public SyntaxList Content { get { throw null; } } - - public XmlElementEndTagSyntax EndTag { get { throw null; } } - - public XmlElementStartTagSyntax StartTag { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public XmlElementSyntax AddContent(params XmlNodeSyntax[] items) { throw null; } - - public XmlElementSyntax Update(XmlElementStartTagSyntax startTag, SyntaxList content, XmlElementEndTagSyntax endTag) { throw null; } - - public XmlElementSyntax WithContent(SyntaxList content) { throw null; } - - public XmlElementSyntax WithEndTag(XmlElementEndTagSyntax endTag) { throw null; } - - public XmlElementSyntax WithStartTag(XmlElementStartTagSyntax startTag) { throw null; } - } - - public sealed partial class XmlEmbeddedExpressionSyntax : XmlNodeSyntax - { - internal XmlEmbeddedExpressionSyntax() { } - - public ExpressionSyntax Expression { get { throw null; } } - - public SyntaxToken LessThanPercentEqualsToken { get { throw null; } } - - public SyntaxToken PercentGreaterThanToken { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public XmlEmbeddedExpressionSyntax Update(SyntaxToken lessThanPercentEqualsToken, ExpressionSyntax expression, SyntaxToken percentGreaterThanToken) { throw null; } - - public XmlEmbeddedExpressionSyntax WithExpression(ExpressionSyntax expression) { throw null; } - - public XmlEmbeddedExpressionSyntax WithLessThanPercentEqualsToken(SyntaxToken lessThanPercentEqualsToken) { throw null; } - - public XmlEmbeddedExpressionSyntax WithPercentGreaterThanToken(SyntaxToken percentGreaterThanToken) { throw null; } - } - - public sealed partial class XmlEmptyElementSyntax : XmlNodeSyntax - { - internal XmlEmptyElementSyntax() { } - - public SyntaxList Attributes { get { throw null; } } - - public SyntaxToken LessThanToken { get { throw null; } } - - public XmlNodeSyntax Name { get { throw null; } } - - public SyntaxToken SlashGreaterThanToken { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public XmlEmptyElementSyntax AddAttributes(params XmlNodeSyntax[] items) { throw null; } - - public XmlEmptyElementSyntax Update(SyntaxToken lessThanToken, XmlNodeSyntax name, SyntaxList attributes, SyntaxToken slashGreaterThanToken) { throw null; } - - public XmlEmptyElementSyntax WithAttributes(SyntaxList attributes) { throw null; } - - public XmlEmptyElementSyntax WithLessThanToken(SyntaxToken lessThanToken) { throw null; } - - public XmlEmptyElementSyntax WithName(XmlNodeSyntax name) { throw null; } - - public XmlEmptyElementSyntax WithSlashGreaterThanToken(SyntaxToken slashGreaterThanToken) { throw null; } - } - - public sealed partial class XmlMemberAccessExpressionSyntax : ExpressionSyntax - { - internal XmlMemberAccessExpressionSyntax() { } - - public ExpressionSyntax Base { get { throw null; } } - - public XmlNodeSyntax Name { get { throw null; } } - - public SyntaxToken Token1 { get { throw null; } } - - public SyntaxToken Token2 { get { throw null; } } - - public SyntaxToken Token3 { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public XmlMemberAccessExpressionSyntax Update(SyntaxKind kind, ExpressionSyntax @base, SyntaxToken token1, SyntaxToken token2, SyntaxToken token3, XmlNodeSyntax name) { throw null; } - - public XmlMemberAccessExpressionSyntax WithBase(ExpressionSyntax @base) { throw null; } - - public XmlMemberAccessExpressionSyntax WithName(XmlNodeSyntax name) { throw null; } - - public XmlMemberAccessExpressionSyntax WithToken1(SyntaxToken token1) { throw null; } - - public XmlMemberAccessExpressionSyntax WithToken2(SyntaxToken token2) { throw null; } - - public XmlMemberAccessExpressionSyntax WithToken3(SyntaxToken token3) { throw null; } - } - - public sealed partial class XmlNameAttributeSyntax : BaseXmlAttributeSyntax - { - internal XmlNameAttributeSyntax() { } - - public SyntaxToken EndQuoteToken { get { throw null; } } - - public SyntaxToken EqualsToken { get { throw null; } } - - public XmlNameSyntax Name { get { throw null; } } - - public IdentifierNameSyntax Reference { get { throw null; } } - - public SyntaxToken StartQuoteToken { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public XmlNameAttributeSyntax Update(XmlNameSyntax name, SyntaxToken equalsToken, SyntaxToken startQuoteToken, IdentifierNameSyntax reference, SyntaxToken endQuoteToken) { throw null; } - - public XmlNameAttributeSyntax WithEndQuoteToken(SyntaxToken endQuoteToken) { throw null; } - - public XmlNameAttributeSyntax WithEqualsToken(SyntaxToken equalsToken) { throw null; } - - public XmlNameAttributeSyntax WithName(XmlNameSyntax name) { throw null; } - - public XmlNameAttributeSyntax WithReference(IdentifierNameSyntax reference) { throw null; } - - public XmlNameAttributeSyntax WithStartQuoteToken(SyntaxToken startQuoteToken) { throw null; } - } - - public sealed partial class XmlNamespaceImportsClauseSyntax : ImportsClauseSyntax - { - internal XmlNamespaceImportsClauseSyntax() { } - - public SyntaxToken GreaterThanToken { get { throw null; } } - - public SyntaxToken LessThanToken { get { throw null; } } - - public XmlAttributeSyntax XmlNamespace { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public XmlNamespaceImportsClauseSyntax Update(SyntaxToken lessThanToken, XmlAttributeSyntax xmlNamespace, SyntaxToken greaterThanToken) { throw null; } - - public XmlNamespaceImportsClauseSyntax WithGreaterThanToken(SyntaxToken greaterThanToken) { throw null; } - - public XmlNamespaceImportsClauseSyntax WithLessThanToken(SyntaxToken lessThanToken) { throw null; } - - public XmlNamespaceImportsClauseSyntax WithXmlNamespace(XmlAttributeSyntax xmlNamespace) { throw null; } - } - - public sealed partial class XmlNameSyntax : XmlNodeSyntax - { - internal XmlNameSyntax() { } - - public SyntaxToken LocalName { get { throw null; } } - - public XmlPrefixSyntax Prefix { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public XmlNameSyntax Update(XmlPrefixSyntax prefix, SyntaxToken localName) { throw null; } - - public XmlNameSyntax WithLocalName(SyntaxToken localName) { throw null; } - - public XmlNameSyntax WithPrefix(XmlPrefixSyntax prefix) { throw null; } - } - - public abstract partial class XmlNodeSyntax : ExpressionSyntax - { - internal XmlNodeSyntax() { } - } - - public sealed partial class XmlPrefixNameSyntax : XmlNodeSyntax - { - internal XmlPrefixNameSyntax() { } - - public SyntaxToken Name { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public XmlPrefixNameSyntax Update(SyntaxToken name) { throw null; } - - public XmlPrefixNameSyntax WithName(SyntaxToken name) { throw null; } - } - - public sealed partial class XmlPrefixSyntax : VisualBasicSyntaxNode - { - internal XmlPrefixSyntax() { } - - public SyntaxToken ColonToken { get { throw null; } } - - public SyntaxToken Name { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public XmlPrefixSyntax Update(SyntaxToken name, SyntaxToken colonToken) { throw null; } - - public XmlPrefixSyntax WithColonToken(SyntaxToken colonToken) { throw null; } - - public XmlPrefixSyntax WithName(SyntaxToken name) { throw null; } - } - - public sealed partial class XmlProcessingInstructionSyntax : XmlNodeSyntax - { - internal XmlProcessingInstructionSyntax() { } - - public SyntaxToken LessThanQuestionToken { get { throw null; } } - - public SyntaxToken Name { get { throw null; } } - - public SyntaxToken QuestionGreaterThanToken { get { throw null; } } - - public SyntaxTokenList TextTokens { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public XmlProcessingInstructionSyntax AddTextTokens(params SyntaxToken[] items) { throw null; } - - public XmlProcessingInstructionSyntax Update(SyntaxToken lessThanQuestionToken, SyntaxToken name, SyntaxTokenList textTokens, SyntaxToken questionGreaterThanToken) { throw null; } - - public XmlProcessingInstructionSyntax WithLessThanQuestionToken(SyntaxToken lessThanQuestionToken) { throw null; } - - public XmlProcessingInstructionSyntax WithName(SyntaxToken name) { throw null; } - - public XmlProcessingInstructionSyntax WithQuestionGreaterThanToken(SyntaxToken questionGreaterThanToken) { throw null; } - - public XmlProcessingInstructionSyntax WithTextTokens(SyntaxTokenList textTokens) { throw null; } - } - - public sealed partial class XmlStringSyntax : XmlNodeSyntax - { - internal XmlStringSyntax() { } - - public SyntaxToken EndQuoteToken { get { throw null; } } - - public SyntaxToken StartQuoteToken { get { throw null; } } - - public SyntaxTokenList TextTokens { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public XmlStringSyntax AddTextTokens(params SyntaxToken[] items) { throw null; } - - public XmlStringSyntax Update(SyntaxToken startQuoteToken, SyntaxTokenList textTokens, SyntaxToken endQuoteToken) { throw null; } - - public XmlStringSyntax WithEndQuoteToken(SyntaxToken endQuoteToken) { throw null; } - - public XmlStringSyntax WithStartQuoteToken(SyntaxToken startQuoteToken) { throw null; } - - public XmlStringSyntax WithTextTokens(SyntaxTokenList textTokens) { throw null; } - } - - public sealed partial class XmlTextSyntax : XmlNodeSyntax - { - internal XmlTextSyntax() { } - - public SyntaxTokenList TextTokens { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public XmlTextSyntax AddTextTokens(params SyntaxToken[] items) { throw null; } - - public XmlTextSyntax Update(SyntaxTokenList textTokens) { throw null; } - - public XmlTextSyntax WithTextTokens(SyntaxTokenList textTokens) { throw null; } - } - - public sealed partial class YieldStatementSyntax : ExecutableStatementSyntax - { - internal YieldStatementSyntax() { } - - public ExpressionSyntax Expression { get { throw null; } } - - public SyntaxToken YieldKeyword { get { throw null; } } - - public override void Accept(VisualBasicSyntaxVisitor visitor) { } - - public override TResult Accept(VisualBasicSyntaxVisitor visitor) { throw null; } - - public YieldStatementSyntax Update(SyntaxToken yieldKeyword, ExpressionSyntax expression) { throw null; } - - public YieldStatementSyntax WithExpression(ExpressionSyntax expression) { throw null; } - - public YieldStatementSyntax WithYieldKeyword(SyntaxToken yieldKeyword) { throw null; } - } -} \ No newline at end of file diff --git a/src/referencePackages/src/microsoft.codeanalysis.visualbasic/4.5.0/microsoft.codeanalysis.visualbasic.nuspec b/src/referencePackages/src/microsoft.codeanalysis.visualbasic/4.5.0/microsoft.codeanalysis.visualbasic.nuspec deleted file mode 100644 index 2fb8aeccd6..0000000000 --- a/src/referencePackages/src/microsoft.codeanalysis.visualbasic/4.5.0/microsoft.codeanalysis.visualbasic.nuspec +++ /dev/null @@ -1,25 +0,0 @@ - - - - Microsoft.CodeAnalysis.VisualBasic - 4.5.0 - Microsoft - true - MIT - https://licenses.nuget.org/MIT - https://github.com/dotnet/roslyn - .NET Compiler Platform ("Roslyn") support for Visual Basic, Microsoft.CodeAnalysis.VisualBasic.dll. - - More details at https://aka.ms/roslyn-packages - This package was built from the source at https://github.com/dotnet/roslyn/commit/6a5a63bbc9f4449d9bd1e95a8f9624939c3ccdc3. - © Microsoft Corporation. All rights reserved. - Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Parser Scanner Lexer Emit CodeGeneration Metadata IL Compilation Scripting Syntax Semantics - true - - - - - - - - \ No newline at end of file diff --git a/src/referencePackages/src/microsoft.codeanalysis.workspaces.common/4.5.0/Microsoft.CodeAnalysis.Workspaces.Common.4.5.0.csproj b/src/referencePackages/src/microsoft.codeanalysis.workspaces.common/4.5.0/Microsoft.CodeAnalysis.Workspaces.Common.4.5.0.csproj deleted file mode 100644 index b971b36378..0000000000 --- a/src/referencePackages/src/microsoft.codeanalysis.workspaces.common/4.5.0/Microsoft.CodeAnalysis.Workspaces.Common.4.5.0.csproj +++ /dev/null @@ -1,19 +0,0 @@ - - - - netstandard2.0 - Microsoft.CodeAnalysis.Workspaces - 2 - MicrosoftShared - - - - - - - - - - - - diff --git a/src/referencePackages/src/microsoft.codeanalysis.workspaces.common/4.5.0/lib/netstandard2.0/Microsoft.CodeAnalysis.Workspaces.cs b/src/referencePackages/src/microsoft.codeanalysis.workspaces.common/4.5.0/lib/netstandard2.0/Microsoft.CodeAnalysis.Workspaces.cs deleted file mode 100644 index b79f224ff4..0000000000 --- a/src/referencePackages/src/microsoft.codeanalysis.workspaces.common/4.5.0/lib/netstandard2.0/Microsoft.CodeAnalysis.Workspaces.cs +++ /dev/null @@ -1,3539 +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.Versioning.TargetFramework(".NETStandard,Version=v2.0", FrameworkDisplayName = ".NET Standard 2.0")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("AnalyzerRunner, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("csi, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.CSharp.EditorFeatures, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.CSharp.EditorFeatures2.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.CSharp.Features, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.CSharp.LanguageServer.Protocol, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.CSharp.Workspaces, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.EditorFeatures, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.EditorFeatures.Text, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.EditorFeatures.Wpf, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.EditorFeatures.DiagnosticsTests.Utilities, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.ExternalAccess.Apex, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.ExternalAccess.Debugger, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.ExternalAccess.UnitTesting, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.Features, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.LanguageServer.Protocol, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.Remote.ServiceHub, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.Remote.Workspaces, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.VisualBasic.EditorFeatures, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.VisualBasic.Features, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.VisualBasic.LanguageServer.Protocol, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.VisualBasic.Workspaces, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.Workspaces.Desktop, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.Workspaces.MSBuild, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.VisualStudio.LanguageServices.CodeLens, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.VisualStudio.LanguageServices, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.VisualStudio.LanguageServices.CSharp, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.VisualStudio.LanguageServices.Implementation, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.VisualStudio.LanguageServices.LiveShare, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.VisualStudio.LanguageServices.LiveShare.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.VisualStudio.LanguageServices.Razor.RemoteClient, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.VisualStudio.LanguageServices.VisualBasic, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.VisualStudio.LanguageServices.Xaml, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.Remote.ServiceHub.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Roslyn.Hosting.Diagnostics, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Roslyn.VisualStudio.Setup, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Roslyn.VisualStudio.DiagnosticsWindow, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("MonoDevelop.Ide, PublicKey=002400000c800000940000000602000000240000525341310004000001000100e1290d741888d13312c0cd1f72bb843236573c80158a286f11bb98de5ee8acc3142c9c97b472684e521ae45125d7414558f2e70ac56504f3e8fe80830da2cdb1cda8504e8d196150d05a214609234694ec0ebf4b37fc7537e09d877c3e65000f7467fa3adb6e62c82b10ada1af4a83651556c7d949959817fed97480839dd39b")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("MonoDevelop.Refactoring, PublicKey=002400000c800000940000000602000000240000525341310004000001000100e1290d741888d13312c0cd1f72bb843236573c80158a286f11bb98de5ee8acc3142c9c97b472684e521ae45125d7414558f2e70ac56504f3e8fe80830da2cdb1cda8504e8d196150d05a214609234694ec0ebf4b37fc7537e09d877c3e65000f7467fa3adb6e62c82b10ada1af4a83651556c7d949959817fed97480839dd39b")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("MonoDevelop.CSharpBinding, PublicKey=002400000c800000940000000602000000240000525341310004000001000100e1290d741888d13312c0cd1f72bb843236573c80158a286f11bb98de5ee8acc3142c9c97b472684e521ae45125d7414558f2e70ac56504f3e8fe80830da2cdb1cda8504e8d196150d05a214609234694ec0ebf4b37fc7537e09d877c3e65000f7467fa3adb6e62c82b10ada1af4a83651556c7d949959817fed97480839dd39b")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("MonoDevelop.VBNetBinding, PublicKey=002400000c800000940000000602000000240000525341310004000001000100e1290d741888d13312c0cd1f72bb843236573c80158a286f11bb98de5ee8acc3142c9c97b472684e521ae45125d7414558f2e70ac56504f3e8fe80830da2cdb1cda8504e8d196150d05a214609234694ec0ebf4b37fc7537e09d877c3e65000f7467fa3adb6e62c82b10ada1af4a83651556c7d949959817fed97480839dd39b")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("MonoDevelop.Ide.Tests, PublicKey=002400000c800000940000000602000000240000525341310004000001000100e1290d741888d13312c0cd1f72bb843236573c80158a286f11bb98de5ee8acc3142c9c97b472684e521ae45125d7414558f2e70ac56504f3e8fe80830da2cdb1cda8504e8d196150d05a214609234694ec0ebf4b37fc7537e09d877c3e65000f7467fa3adb6e62c82b10ada1af4a83651556c7d949959817fed97480839dd39b")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("MonoDevelop.Refactoring.Tests, PublicKey=002400000c800000940000000602000000240000525341310004000001000100e1290d741888d13312c0cd1f72bb843236573c80158a286f11bb98de5ee8acc3142c9c97b472684e521ae45125d7414558f2e70ac56504f3e8fe80830da2cdb1cda8504e8d196150d05a214609234694ec0ebf4b37fc7537e09d877c3e65000f7467fa3adb6e62c82b10ada1af4a83651556c7d949959817fed97480839dd39b")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("MonoDevelop.CSharpBinding.Tests, PublicKey=002400000c800000940000000602000000240000525341310004000001000100e1290d741888d13312c0cd1f72bb843236573c80158a286f11bb98de5ee8acc3142c9c97b472684e521ae45125d7414558f2e70ac56504f3e8fe80830da2cdb1cda8504e8d196150d05a214609234694ec0ebf4b37fc7537e09d877c3e65000f7467fa3adb6e62c82b10ada1af4a83651556c7d949959817fed97480839dd39b")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("MonoDevelop.VBNetBinding.Tests, PublicKey=002400000c800000940000000602000000240000525341310004000001000100e1290d741888d13312c0cd1f72bb843236573c80158a286f11bb98de5ee8acc3142c9c97b472684e521ae45125d7414558f2e70ac56504f3e8fe80830da2cdb1cda8504e8d196150d05a214609234694ec0ebf4b37fc7537e09d877c3e65000f7467fa3adb6e62c82b10ada1af4a83651556c7d949959817fed97480839dd39b")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.EditorFeatures.Cocoa, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.EditorFeatures.Cocoa.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Xamarin.Ide, PublicKey=002400000c800000940000000602000000240000525341310004000001000100e1290d741888d13312c0cd1f72bb843236573c80158a286f11bb98de5ee8acc3142c9c97b472684e521ae45125d7414558f2e70ac56504f3e8fe80830da2cdb1cda8504e8d196150d05a214609234694ec0ebf4b37fc7537e09d877c3e65000f7467fa3adb6e62c82b10ada1af4a83651556c7d949959817fed97480839dd39b")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.EditorFeatures.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.EditorFeatures2.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("IdeBenchmarks, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("IdeCoreBenchmarks, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities2, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.Workspaces.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.Workspaces.Test.Utilities, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.CSharp.Workspaces.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.VisualBasic.Workspaces.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Roslyn.VisualStudio.Closed.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.VisualStudio.LanguageServices.IntegrationTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.VisualStudio.LanguageServices.New.IntegrationTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.VisualStudio.IntegrationTest.Setup, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.VisualStudio.IntegrationTest.Utilities, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Roslyn.VisualStudio.Next.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.VisualStudio.LanguageServices.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.VisualStudio.LanguageServices.Test.Utilities2, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.ExternalAccess.FSharp, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.ExternalAccess.FSharp.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.ExternalAccess.OmniSharp, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.ExternalAccess.OmniSharp.CSharp, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.ExternalAccess.OmniSharp.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.ExternalAccess.AspNetCore, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.ExternalAccess.Razor, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.TypeScript.EditorFeatures, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.VisualStudio.LanguageServices.TypeScript, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Roslyn.Services.Editor.TypeScript.UnitTests, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("DynamicProxyGenAssembly2, PublicKey=0024000004800000940000000602000000240000525341310004000001000100c547cac37abd99c8db225ef2f6c8a3602f3b3606cc9891605d02baa56104f4cfc0734aa39b93bf7852f7d9266654753cc297e7d2edfe0bac1cdcf9f717241550e0a7b191195b7667bb4f64bcb8e2121380fd1d9d46ad2d92d2d15605093924cceaf74c4861eff62abf69b9291ed0a340e113be11e6a7d3113e92484cf7045cc7")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.Test.Apex.VisualStudio, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.VisualStudio.Completion.Tests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.CodeStyle.LegacyTestFramework.UnitTestUtilities, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.LiveUnitTesting.BuildManager, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.LiveUnitTesting.BuildManager.Core, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.LiveUnitTesting.BuildManager.UnitTests, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.LiveUnitTesting.Orchestrator, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.LiveUnitTesting.Orchestrator.UnitTests, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.LiveUnitTesting.Test.Utilities, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.UnitTesting.SourceBasedTestDiscovery, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.UnitTesting.SourceBasedTestDiscovery.Core, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.CodeAnalysis.UnitTesting.SourceBasedTestDiscovery.UnitTests, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.VisualStudio.IntelliCode.CSharp, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.VisualStudio.IntelliCode.CSharp.Extraction, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyConfiguration("Release")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyFileVersion("4.500.23.10905")] -[assembly: System.Reflection.AssemblyInformationalVersion("4.5.0-6.23109.5+6a5a63bbc9f4449d9bd1e95a8f9624939c3ccdc3")] -[assembly: System.Reflection.AssemblyProduct("Microsoft.CodeAnalysis.Workspaces")] -[assembly: System.Reflection.AssemblyTitle("Microsoft.CodeAnalysis.Workspaces")] -[assembly: System.Reflection.AssemblyMetadata("RepositoryUrl", "https://github.com/dotnet/roslyn")] -[assembly: System.Resources.NeutralResourcesLanguage("en-US")] -[assembly: System.Reflection.AssemblyVersionAttribute("4.5.0.0")] -[assembly: System.Runtime.CompilerServices.ReferenceAssembly] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -namespace Microsoft.CodeAnalysis -{ - public sealed partial class AdditionalDocument : TextDocument - { - internal AdditionalDocument() { } - } - - public sealed partial class AdhocWorkspace : Workspace - { - public AdhocWorkspace() : base(default!, default) { } - - public AdhocWorkspace(Host.HostServices host, string workspaceKind = "Custom") : base(default!, default) { } - - public override bool CanOpenDocuments { get { throw null; } } - - public Document AddDocument(DocumentInfo documentInfo) { throw null; } - - public Document AddDocument(ProjectId projectId, string name, Text.SourceText text) { throw null; } - - public Project AddProject(ProjectInfo projectInfo) { throw null; } - - public Project AddProject(string name, string language) { throw null; } - - public void AddProjects(System.Collections.Generic.IEnumerable projectInfos) { } - - public Solution AddSolution(SolutionInfo solutionInfo) { throw null; } - - public override bool CanApplyChange(ApplyChangesKind feature) { throw null; } - - public new void ClearSolution() { } - - public override void CloseAdditionalDocument(DocumentId documentId) { } - - public override void CloseAnalyzerConfigDocument(DocumentId documentId) { } - - public override void CloseDocument(DocumentId documentId) { } - - public override void OpenAdditionalDocument(DocumentId documentId, bool activate = true) { } - - public override void OpenAnalyzerConfigDocument(DocumentId documentId, bool activate = true) { } - - public override void OpenDocument(DocumentId documentId, bool activate = true) { } - } - - public sealed partial class AnalyzerConfigDocument : TextDocument - { - internal AnalyzerConfigDocument() { } - } - - public enum ApplyChangesKind - { - AddProject = 0, - RemoveProject = 1, - AddProjectReference = 2, - RemoveProjectReference = 3, - AddMetadataReference = 4, - RemoveMetadataReference = 5, - AddDocument = 6, - RemoveDocument = 7, - ChangeDocument = 8, - AddAnalyzerReference = 9, - RemoveAnalyzerReference = 10, - AddAdditionalDocument = 11, - RemoveAdditionalDocument = 12, - ChangeAdditionalDocument = 13, - ChangeCompilationOptions = 14, - ChangeParseOptions = 15, - ChangeDocumentInfo = 16, - AddAnalyzerConfigDocument = 17, - RemoveAnalyzerConfigDocument = 18, - ChangeAnalyzerConfigDocument = 19, - AddSolutionAnalyzerReference = 20, - RemoveSolutionAnalyzerReference = 21 - } - - public static partial class CommandLineProject - { - public static ProjectInfo CreateProjectInfo(string projectName, string language, System.Collections.Generic.IEnumerable commandLineArgs, string projectDirectory, Workspace workspace = null) { throw null; } - - public static ProjectInfo CreateProjectInfo(string projectName, string language, string commandLine, string baseDirectory, Workspace workspace = null) { throw null; } - } - - public readonly partial struct CompilationOutputInfo : System.IEquatable - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public string? AssemblyPath { get { throw null; } } - - public readonly bool Equals(CompilationOutputInfo other) { throw null; } - - public override readonly bool Equals(object? obj) { throw null; } - - public override readonly int GetHashCode() { throw null; } - - public static bool operator ==(in CompilationOutputInfo left, in CompilationOutputInfo right) { throw null; } - - public static bool operator !=(in CompilationOutputInfo left, in CompilationOutputInfo right) { throw null; } - - public readonly CompilationOutputInfo WithAssemblyPath(string? path) { throw null; } - } - - public partial class Document : TextDocument - { - internal Document() { } - - public SourceCodeKind SourceCodeKind { get { throw null; } } - - public bool SupportsSemanticModel { get { throw null; } } - - public bool SupportsSyntaxTree { get { throw null; } } - - public System.Collections.Immutable.ImmutableArray GetLinkedDocumentIds() { throw null; } - - public System.Threading.Tasks.Task GetOptionsAsync(System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public System.Threading.Tasks.Task GetSemanticModelAsync(System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public System.Threading.Tasks.Task GetSyntaxRootAsync(System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public System.Threading.Tasks.Task GetSyntaxTreeAsync(System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public System.Threading.Tasks.Task GetSyntaxVersionAsync(System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public System.Threading.Tasks.Task> GetTextChangesAsync(Document oldDocument, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public bool TryGetSemanticModel(out SemanticModel? semanticModel) { throw null; } - - public bool TryGetSyntaxRoot(out SyntaxNode? root) { throw null; } - - public bool TryGetSyntaxTree(out SyntaxTree? syntaxTree) { throw null; } - - public bool TryGetSyntaxVersion(out VersionStamp version) { throw null; } - - public Document WithFilePath(string filePath) { throw null; } - - public Document WithFolders(System.Collections.Generic.IEnumerable folders) { throw null; } - - public Document WithName(string name) { throw null; } - - public Document WithSourceCodeKind(SourceCodeKind kind) { throw null; } - - public Document WithSyntaxRoot(SyntaxNode root) { throw null; } - - public Document WithText(Text.SourceText text) { throw null; } - } - - public sealed partial class DocumentActiveContextChangedEventArgs : System.EventArgs - { - public DocumentActiveContextChangedEventArgs(Solution solution, Text.SourceTextContainer sourceTextContainer, DocumentId oldActiveContextDocumentId, DocumentId newActiveContextDocumentId) { } - - public DocumentId NewActiveContextDocumentId { get { throw null; } } - - public DocumentId OldActiveContextDocumentId { get { throw null; } } - - public Solution Solution { get { throw null; } } - - public Text.SourceTextContainer SourceTextContainer { get { throw null; } } - } - - public partial class DocumentDiagnostic : WorkspaceDiagnostic - { - public DocumentDiagnostic(WorkspaceDiagnosticKind kind, string message, DocumentId documentId) : base(default, default!) { } - - public DocumentId DocumentId { get { throw null; } } - } - - public partial class DocumentEventArgs : System.EventArgs - { - public DocumentEventArgs(Document document) { } - - public Document Document { get { throw null; } } - } - - [System.Runtime.Serialization.DataContract] - public sealed partial class DocumentId : System.IEquatable - { - internal DocumentId() { } - - [System.Runtime.Serialization.DataMember(Order = 1)] - public System.Guid Id { get { throw null; } } - - [System.Runtime.Serialization.DataMember(Order = 0)] - public ProjectId ProjectId { get { throw null; } } - - public static DocumentId CreateFromSerialized(ProjectId projectId, System.Guid id, string? debugName = null) { throw null; } - - public static DocumentId CreateNewId(ProjectId projectId, string? debugName = null) { throw null; } - - public bool Equals(DocumentId? other) { throw null; } - - public override bool Equals(object? obj) { throw null; } - - public override int GetHashCode() { throw null; } - - public static bool operator ==(DocumentId? left, DocumentId? right) { throw null; } - - public static bool operator !=(DocumentId? left, DocumentId? right) { throw null; } - - public override string ToString() { throw null; } - } - - public sealed partial class DocumentInfo - { - internal DocumentInfo() { } - - public string? FilePath { get { throw null; } } - - public System.Collections.Generic.IReadOnlyList Folders { get { throw null; } } - - public DocumentId Id { get { throw null; } } - - public bool IsGenerated { get { throw null; } } - - public string Name { get { throw null; } } - - public SourceCodeKind SourceCodeKind { get { throw null; } } - - public TextLoader? TextLoader { get { throw null; } } - - public static DocumentInfo Create(DocumentId id, string name, System.Collections.Generic.IEnumerable? folders = null, SourceCodeKind sourceCodeKind = SourceCodeKind.Regular, TextLoader? loader = null, string? filePath = null, bool isGenerated = false) { throw null; } - - public DocumentInfo WithFilePath(string? filePath) { throw null; } - - public DocumentInfo WithFolders(System.Collections.Generic.IEnumerable? folders) { throw null; } - - public DocumentInfo WithId(DocumentId id) { throw null; } - - public DocumentInfo WithName(string name) { throw null; } - - public DocumentInfo WithSourceCodeKind(SourceCodeKind kind) { throw null; } - - public DocumentInfo WithTextLoader(TextLoader? loader) { throw null; } - } - - [System.Composition.MetadataAttribute] - [System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple = true)] - public sealed partial class ExtensionOrderAttribute : System.Attribute - { - public string After { get { throw null; } set { } } - - public string Before { get { throw null; } set { } } - } - - public partial class FileTextLoader : TextLoader - { - public FileTextLoader(string path, System.Text.Encoding? defaultEncoding) { } - - public System.Text.Encoding? DefaultEncoding { get { throw null; } } - - public string Path { get { throw null; } } - - protected virtual Text.SourceText CreateText(System.IO.Stream stream, Workspace? workspace) { throw null; } - - public override System.Threading.Tasks.Task LoadTextAndVersionAsync(LoadTextOptions options, System.Threading.CancellationToken cancellationToken) { throw null; } - - [System.Obsolete("Use/override LoadTextAndVersionAsync(LoadTextOptions, CancellationToken)", false)] - public override System.Threading.Tasks.Task LoadTextAndVersionAsync(Workspace? workspace, DocumentId? documentId, System.Threading.CancellationToken cancellationToken) { throw null; } - } - - public partial interface ISupportedChangesService : Host.IWorkspaceService - { - bool CanApplyChange(ApplyChangesKind kind); - bool CanApplyCompilationOptionChange(CompilationOptions oldOptions, CompilationOptions newOptions, Project project); - bool CanApplyParseOptionChange(ParseOptions oldOptions, ParseOptions newOptions, Project project); - } - - public readonly partial struct LoadTextOptions : System.IEquatable - { - private readonly int _dummyPrimitive; - public LoadTextOptions(Text.SourceHashAlgorithm checksumAlgorithm) { } - - public Text.SourceHashAlgorithm ChecksumAlgorithm { get { throw null; } } - - public readonly bool Equals(LoadTextOptions other) { throw null; } - - public override readonly bool Equals(object? obj) { throw null; } - - public override readonly int GetHashCode() { throw null; } - - public static bool operator ==(LoadTextOptions left, LoadTextOptions right) { throw null; } - - public static bool operator !=(LoadTextOptions left, LoadTextOptions right) { throw null; } - - public override readonly string ToString() { throw null; } - } - - public enum PreservationMode - { - PreserveValue = 0, - PreserveIdentity = 1 - } - - public partial class Project - { - internal Project() { } - - public System.Collections.Generic.IReadOnlyList AdditionalDocumentIds { get { throw null; } } - - public System.Collections.Generic.IEnumerable AdditionalDocuments { get { throw null; } } - - public System.Collections.Generic.IReadOnlyList AllProjectReferences { get { throw null; } } - - public System.Collections.Generic.IEnumerable AnalyzerConfigDocuments { get { throw null; } } - - public Diagnostics.AnalyzerOptions AnalyzerOptions { get { throw null; } } - - public System.Collections.Generic.IReadOnlyList AnalyzerReferences { get { throw null; } } - - public string AssemblyName { get { throw null; } } - - public CompilationOptions? CompilationOptions { get { throw null; } } - - public CompilationOutputInfo CompilationOutputInfo { get { throw null; } } - - public string? DefaultNamespace { get { throw null; } } - - public System.Collections.Generic.IReadOnlyList DocumentIds { get { throw null; } } - - public System.Collections.Generic.IEnumerable Documents { get { throw null; } } - - public string? FilePath { get { throw null; } } - - public bool HasDocuments { get { throw null; } } - - public ProjectId Id { get { throw null; } } - - public bool IsSubmission { get { throw null; } } - - public string Language { get { throw null; } } - - [System.Obsolete("Use Services instead.")] - public Host.HostLanguageServices LanguageServices { get { throw null; } } - - public System.Collections.Generic.IReadOnlyList MetadataReferences { get { throw null; } } - - public string Name { get { throw null; } } - - public string? OutputFilePath { get { throw null; } } - - public string? OutputRefFilePath { get { throw null; } } - - public ParseOptions? ParseOptions { get { throw null; } } - - public System.Collections.Generic.IEnumerable ProjectReferences { get { throw null; } } - - public Host.LanguageServices Services { get { throw null; } } - - public Solution Solution { get { throw null; } } - - public bool SupportsCompilation { get { throw null; } } - - public VersionStamp Version { get { throw null; } } - - public TextDocument AddAdditionalDocument(string name, Text.SourceText text, System.Collections.Generic.IEnumerable? folders = null, string? filePath = null) { throw null; } - - public TextDocument AddAdditionalDocument(string name, string text, System.Collections.Generic.IEnumerable? folders = null, string? filePath = null) { throw null; } - - public TextDocument AddAnalyzerConfigDocument(string name, Text.SourceText text, System.Collections.Generic.IEnumerable? folders = null, string? filePath = null) { throw null; } - - public Project AddAnalyzerReference(Diagnostics.AnalyzerReference analyzerReference) { throw null; } - - public Project AddAnalyzerReferences(System.Collections.Generic.IEnumerable analyzerReferences) { throw null; } - - public Document AddDocument(string name, SyntaxNode syntaxRoot, System.Collections.Generic.IEnumerable? folders = null, string? filePath = null) { throw null; } - - public Document AddDocument(string name, Text.SourceText text, System.Collections.Generic.IEnumerable? folders = null, string? filePath = null) { throw null; } - - public Document AddDocument(string name, string text, System.Collections.Generic.IEnumerable? folders = null, string? filePath = null) { throw null; } - - public Project AddMetadataReference(MetadataReference metadataReference) { throw null; } - - public Project AddMetadataReferences(System.Collections.Generic.IEnumerable metadataReferences) { throw null; } - - public Project AddProjectReference(ProjectReference projectReference) { throw null; } - - public Project AddProjectReferences(System.Collections.Generic.IEnumerable projectReferences) { throw null; } - - public bool ContainsAdditionalDocument(DocumentId documentId) { throw null; } - - public bool ContainsAnalyzerConfigDocument(DocumentId documentId) { throw null; } - - public bool ContainsDocument(DocumentId documentId) { throw null; } - - public TextDocument? GetAdditionalDocument(DocumentId documentId) { throw null; } - - public AnalyzerConfigDocument? GetAnalyzerConfigDocument(DocumentId documentId) { throw null; } - - public ProjectChanges GetChanges(Project oldProject) { throw null; } - - public System.Threading.Tasks.Task GetCompilationAsync(System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public System.Threading.Tasks.Task GetDependentSemanticVersionAsync(System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public System.Threading.Tasks.Task GetDependentVersionAsync(System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public Document? GetDocument(DocumentId documentId) { throw null; } - - public Document? GetDocument(SyntaxTree? syntaxTree) { throw null; } - - public DocumentId? GetDocumentId(SyntaxTree? syntaxTree) { throw null; } - - public System.Threading.Tasks.Task GetLatestDocumentVersionAsync(System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public System.Threading.Tasks.Task GetSemanticVersionAsync(System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public System.Threading.Tasks.ValueTask GetSourceGeneratedDocumentAsync(DocumentId documentId, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public System.Threading.Tasks.ValueTask> GetSourceGeneratedDocumentsAsync(System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public Project RemoveAdditionalDocument(DocumentId documentId) { throw null; } - - public Project RemoveAdditionalDocuments(System.Collections.Immutable.ImmutableArray documentIds) { throw null; } - - public Project RemoveAnalyzerConfigDocument(DocumentId documentId) { throw null; } - - public Project RemoveAnalyzerConfigDocuments(System.Collections.Immutable.ImmutableArray documentIds) { throw null; } - - public Project RemoveAnalyzerReference(Diagnostics.AnalyzerReference analyzerReference) { throw null; } - - public Project RemoveDocument(DocumentId documentId) { throw null; } - - public Project RemoveDocuments(System.Collections.Immutable.ImmutableArray documentIds) { throw null; } - - public Project RemoveMetadataReference(MetadataReference metadataReference) { throw null; } - - public Project RemoveProjectReference(ProjectReference projectReference) { throw null; } - - public bool TryGetCompilation(out Compilation? compilation) { throw null; } - - public Project WithAnalyzerReferences(System.Collections.Generic.IEnumerable analyzerReferencs) { throw null; } - - public Project WithAssemblyName(string assemblyName) { throw null; } - - public Project WithCompilationOptions(CompilationOptions options) { throw null; } - - public Project WithDefaultNamespace(string defaultNamespace) { throw null; } - - public Project WithMetadataReferences(System.Collections.Generic.IEnumerable metadataReferences) { throw null; } - - public Project WithParseOptions(ParseOptions options) { throw null; } - - public Project WithProjectReferences(System.Collections.Generic.IEnumerable projectReferences) { throw null; } - } - - public readonly partial struct ProjectChanges - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public Project NewProject { get { throw null; } } - - public Project OldProject { get { throw null; } } - - public ProjectId ProjectId { get { throw null; } } - - public readonly System.Collections.Generic.IEnumerable GetAddedAdditionalDocuments() { throw null; } - - public readonly System.Collections.Generic.IEnumerable GetAddedAnalyzerConfigDocuments() { throw null; } - - public readonly System.Collections.Generic.IEnumerable GetAddedAnalyzerReferences() { throw null; } - - public readonly System.Collections.Generic.IEnumerable GetAddedDocuments() { throw null; } - - public readonly System.Collections.Generic.IEnumerable GetAddedMetadataReferences() { throw null; } - - public readonly System.Collections.Generic.IEnumerable GetAddedProjectReferences() { throw null; } - - public readonly System.Collections.Generic.IEnumerable GetChangedAdditionalDocuments() { throw null; } - - public readonly System.Collections.Generic.IEnumerable GetChangedAnalyzerConfigDocuments() { throw null; } - - public readonly System.Collections.Generic.IEnumerable GetChangedDocuments() { throw null; } - - public readonly System.Collections.Generic.IEnumerable GetChangedDocuments(bool onlyGetDocumentsWithTextChanges) { throw null; } - - public readonly System.Collections.Generic.IEnumerable GetRemovedAdditionalDocuments() { throw null; } - - public readonly System.Collections.Generic.IEnumerable GetRemovedAnalyzerConfigDocuments() { throw null; } - - public readonly System.Collections.Generic.IEnumerable GetRemovedAnalyzerReferences() { throw null; } - - public readonly System.Collections.Generic.IEnumerable GetRemovedDocuments() { throw null; } - - public readonly System.Collections.Generic.IEnumerable GetRemovedMetadataReferences() { throw null; } - - public readonly System.Collections.Generic.IEnumerable GetRemovedProjectReferences() { throw null; } - } - - public partial class ProjectDependencyGraph - { - internal ProjectDependencyGraph() { } - - public System.Collections.Generic.IEnumerable> GetDependencySets(System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public System.Collections.Immutable.IImmutableSet GetProjectsThatDirectlyDependOnThisProject(ProjectId projectId) { throw null; } - - public System.Collections.Immutable.IImmutableSet GetProjectsThatThisProjectDirectlyDependsOn(ProjectId projectId) { throw null; } - - public System.Collections.Immutable.IImmutableSet GetProjectsThatThisProjectTransitivelyDependsOn(ProjectId projectId) { throw null; } - - public System.Collections.Generic.IEnumerable GetProjectsThatTransitivelyDependOnThisProject(ProjectId projectId) { throw null; } - - public System.Collections.Generic.IEnumerable GetTopologicallySortedProjects(System.Threading.CancellationToken cancellationToken = default) { throw null; } - } - - public partial class ProjectDiagnostic : WorkspaceDiagnostic - { - public ProjectDiagnostic(WorkspaceDiagnosticKind kind, string message, ProjectId projectId) : base(default, default!) { } - - public ProjectId ProjectId { get { throw null; } } - } - - [System.Runtime.Serialization.DataContract] - public sealed partial class ProjectId : System.IEquatable - { - internal ProjectId() { } - - [System.Runtime.Serialization.DataMember(Order = 0)] - public System.Guid Id { get { throw null; } } - - public static ProjectId CreateFromSerialized(System.Guid id, string? debugName = null) { throw null; } - - public static ProjectId CreateNewId(string? debugName = null) { throw null; } - - public bool Equals(ProjectId? other) { throw null; } - - public override bool Equals(object? obj) { throw null; } - - public override int GetHashCode() { throw null; } - - public static bool operator ==(ProjectId? left, ProjectId? right) { throw null; } - - public static bool operator !=(ProjectId? left, ProjectId? right) { throw null; } - - public override string ToString() { throw null; } - } - - public sealed partial class ProjectInfo - { - internal ProjectInfo() { } - - public System.Collections.Generic.IReadOnlyList AdditionalDocuments { get { throw null; } } - - public System.Collections.Generic.IReadOnlyList AnalyzerConfigDocuments { get { throw null; } } - - public System.Collections.Generic.IReadOnlyList AnalyzerReferences { get { throw null; } } - - public string AssemblyName { get { throw null; } } - - public CompilationOptions? CompilationOptions { get { throw null; } } - - public CompilationOutputInfo CompilationOutputInfo { get { throw null; } } - - public System.Collections.Generic.IReadOnlyList Documents { get { throw null; } } - - public string? FilePath { get { throw null; } } - - public System.Type? HostObjectType { get { throw null; } } - - public ProjectId Id { get { throw null; } } - - public bool IsSubmission { get { throw null; } } - - public string Language { get { throw null; } } - - public System.Collections.Generic.IReadOnlyList MetadataReferences { get { throw null; } } - - public string Name { get { throw null; } } - - public string? OutputFilePath { get { throw null; } } - - public string? OutputRefFilePath { get { throw null; } } - - public ParseOptions? ParseOptions { get { throw null; } } - - public System.Collections.Generic.IReadOnlyList ProjectReferences { get { throw null; } } - - public VersionStamp Version { get { throw null; } } - - public static ProjectInfo Create(ProjectId id, VersionStamp version, string name, string assemblyName, string language, string? filePath = null, string? outputFilePath = null, CompilationOptions? compilationOptions = null, ParseOptions? parseOptions = null, System.Collections.Generic.IEnumerable? documents = null, System.Collections.Generic.IEnumerable? projectReferences = null, System.Collections.Generic.IEnumerable? metadataReferences = null, System.Collections.Generic.IEnumerable? analyzerReferences = null, System.Collections.Generic.IEnumerable? additionalDocuments = null, bool isSubmission = false, System.Type? hostObjectType = null, string? outputRefFilePath = null) { throw null; } - - public static ProjectInfo Create(ProjectId id, VersionStamp version, string name, string assemblyName, string language, string? filePath, string? outputFilePath, CompilationOptions? compilationOptions, ParseOptions? parseOptions, System.Collections.Generic.IEnumerable? documents, System.Collections.Generic.IEnumerable? projectReferences, System.Collections.Generic.IEnumerable? metadataReferences, System.Collections.Generic.IEnumerable? analyzerReferences, System.Collections.Generic.IEnumerable? additionalDocuments, bool isSubmission, System.Type? hostObjectType) { throw null; } - - public ProjectInfo WithAdditionalDocuments(System.Collections.Generic.IEnumerable? additionalDocuments) { throw null; } - - public ProjectInfo WithAnalyzerConfigDocuments(System.Collections.Generic.IEnumerable? analyzerConfigDocuments) { throw null; } - - public ProjectInfo WithAnalyzerReferences(System.Collections.Generic.IEnumerable? analyzerReferences) { throw null; } - - public ProjectInfo WithAssemblyName(string assemblyName) { throw null; } - - public ProjectInfo WithCompilationOptions(CompilationOptions? compilationOptions) { throw null; } - - public ProjectInfo WithCompilationOutputInfo(in CompilationOutputInfo info) { throw null; } - - public ProjectInfo WithDefaultNamespace(string? defaultNamespace) { throw null; } - - public ProjectInfo WithDocuments(System.Collections.Generic.IEnumerable? documents) { throw null; } - - public ProjectInfo WithFilePath(string? filePath) { throw null; } - - public ProjectInfo WithMetadataReferences(System.Collections.Generic.IEnumerable? metadataReferences) { throw null; } - - public ProjectInfo WithName(string name) { throw null; } - - public ProjectInfo WithOutputFilePath(string? outputFilePath) { throw null; } - - public ProjectInfo WithOutputRefFilePath(string? outputRefFilePath) { throw null; } - - public ProjectInfo WithParseOptions(ParseOptions? parseOptions) { throw null; } - - public ProjectInfo WithProjectReferences(System.Collections.Generic.IEnumerable? projectReferences) { throw null; } - - public ProjectInfo WithVersion(VersionStamp version) { throw null; } - } - - public sealed partial class ProjectReference : System.IEquatable - { - public ProjectReference(ProjectId projectId, System.Collections.Immutable.ImmutableArray aliases = default, bool embedInteropTypes = false) { } - - public System.Collections.Immutable.ImmutableArray Aliases { get { throw null; } } - - public bool EmbedInteropTypes { get { throw null; } } - - public ProjectId ProjectId { get { throw null; } } - - public bool Equals(ProjectReference reference) { throw null; } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - - public static bool operator ==(ProjectReference left, ProjectReference right) { throw null; } - - public static bool operator !=(ProjectReference left, ProjectReference right) { throw null; } - } - - public partial class Solution - { - internal Solution() { } - - public System.Collections.Generic.IReadOnlyList AnalyzerReferences { get { throw null; } } - - public string? FilePath { get { throw null; } } - - public SolutionId Id { get { throw null; } } - - public Options.OptionSet Options { get { throw null; } } - - public System.Collections.Generic.IReadOnlyList ProjectIds { get { throw null; } } - - public System.Collections.Generic.IEnumerable Projects { get { throw null; } } - - public Host.SolutionServices Services { get { throw null; } } - - public VersionStamp Version { get { throw null; } } - - public Workspace Workspace { get { throw null; } } - - public Solution AddAdditionalDocument(DocumentId documentId, string name, Text.SourceText text, System.Collections.Generic.IEnumerable? folders = null, string? filePath = null) { throw null; } - - public Solution AddAdditionalDocument(DocumentId documentId, string name, string text, System.Collections.Generic.IEnumerable? folders = null, string? filePath = null) { throw null; } - - public Solution AddAdditionalDocument(DocumentInfo documentInfo) { throw null; } - - public Solution AddAdditionalDocuments(System.Collections.Immutable.ImmutableArray documentInfos) { throw null; } - - public Solution AddAnalyzerConfigDocument(DocumentId documentId, string name, Text.SourceText text, System.Collections.Generic.IEnumerable? folders = null, string? filePath = null) { throw null; } - - public Solution AddAnalyzerConfigDocuments(System.Collections.Immutable.ImmutableArray documentInfos) { throw null; } - - public Solution AddAnalyzerReference(Diagnostics.AnalyzerReference analyzerReference) { throw null; } - - public Solution AddAnalyzerReference(ProjectId projectId, Diagnostics.AnalyzerReference analyzerReference) { throw null; } - - public Solution AddAnalyzerReferences(ProjectId projectId, System.Collections.Generic.IEnumerable analyzerReferences) { throw null; } - - public Solution AddAnalyzerReferences(System.Collections.Generic.IEnumerable analyzerReferences) { throw null; } - - public Solution AddDocument(DocumentId documentId, string name, SyntaxNode syntaxRoot, System.Collections.Generic.IEnumerable? folders = null, string? filePath = null, bool isGenerated = false, PreservationMode preservationMode = PreservationMode.PreserveValue) { throw null; } - - public Solution AddDocument(DocumentId documentId, string name, Text.SourceText text, System.Collections.Generic.IEnumerable? folders = null, string? filePath = null, bool isGenerated = false) { throw null; } - - public Solution AddDocument(DocumentId documentId, string name, TextLoader loader, System.Collections.Generic.IEnumerable? folders = null) { throw null; } - - public Solution AddDocument(DocumentId documentId, string name, string text, System.Collections.Generic.IEnumerable? folders = null, string? filePath = null) { throw null; } - - public Solution AddDocument(DocumentInfo documentInfo) { throw null; } - - public Solution AddDocuments(System.Collections.Immutable.ImmutableArray documentInfos) { throw null; } - - public Solution AddMetadataReference(ProjectId projectId, MetadataReference metadataReference) { throw null; } - - public Solution AddMetadataReferences(ProjectId projectId, System.Collections.Generic.IEnumerable metadataReferences) { throw null; } - - public Solution AddProject(ProjectId projectId, string name, string assemblyName, string language) { throw null; } - - public Solution AddProject(ProjectInfo projectInfo) { throw null; } - - public Project AddProject(string name, string assemblyName, string language) { throw null; } - - public Solution AddProjectReference(ProjectId projectId, ProjectReference projectReference) { throw null; } - - public Solution AddProjectReferences(ProjectId projectId, System.Collections.Generic.IEnumerable projectReferences) { throw null; } - - public bool ContainsAdditionalDocument(DocumentId? documentId) { throw null; } - - public bool ContainsAnalyzerConfigDocument(DocumentId? documentId) { throw null; } - - public bool ContainsDocument(DocumentId? documentId) { throw null; } - - public bool ContainsProject(ProjectId? projectId) { throw null; } - - public TextDocument? GetAdditionalDocument(DocumentId? documentId) { throw null; } - - public AnalyzerConfigDocument? GetAnalyzerConfigDocument(DocumentId? documentId) { throw null; } - - public SolutionChanges GetChanges(Solution oldSolution) { throw null; } - - public Document? GetDocument(DocumentId? documentId) { throw null; } - - public Document? GetDocument(SyntaxTree? syntaxTree) { throw null; } - - public DocumentId? GetDocumentId(SyntaxTree? syntaxTree, ProjectId? projectId) { throw null; } - - public DocumentId? GetDocumentId(SyntaxTree? syntaxTree) { throw null; } - - public System.Collections.Immutable.ImmutableArray GetDocumentIdsWithFilePath(string? filePath) { throw null; } - - [System.Obsolete("This method no longer produces a Solution that does not share state and is no longer necessary to call.", false)] - public Solution GetIsolatedSolution() { throw null; } - - public VersionStamp GetLatestProjectVersion() { throw null; } - - public Project? GetProject(IAssemblySymbol assemblySymbol, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public Project? GetProject(ProjectId? projectId) { throw null; } - - public ProjectDependencyGraph GetProjectDependencyGraph() { throw null; } - - public System.Threading.Tasks.ValueTask GetSourceGeneratedDocumentAsync(DocumentId documentId, System.Threading.CancellationToken cancellationToken) { throw null; } - - public Solution RemoveAdditionalDocument(DocumentId documentId) { throw null; } - - public Solution RemoveAdditionalDocuments(System.Collections.Immutable.ImmutableArray documentIds) { throw null; } - - public Solution RemoveAnalyzerConfigDocument(DocumentId documentId) { throw null; } - - public Solution RemoveAnalyzerConfigDocuments(System.Collections.Immutable.ImmutableArray documentIds) { throw null; } - - public Solution RemoveAnalyzerReference(Diagnostics.AnalyzerReference analyzerReference) { throw null; } - - public Solution RemoveAnalyzerReference(ProjectId projectId, Diagnostics.AnalyzerReference analyzerReference) { throw null; } - - public Solution RemoveDocument(DocumentId documentId) { throw null; } - - public Solution RemoveDocuments(System.Collections.Immutable.ImmutableArray documentIds) { throw null; } - - public Solution RemoveMetadataReference(ProjectId projectId, MetadataReference metadataReference) { throw null; } - - public Solution RemoveProject(ProjectId projectId) { throw null; } - - public Solution RemoveProjectReference(ProjectId projectId, ProjectReference projectReference) { throw null; } - - public Solution WithAdditionalDocumentText(DocumentId documentId, Text.SourceText text, PreservationMode mode = PreservationMode.PreserveValue) { throw null; } - - public Solution WithAdditionalDocumentText(DocumentId documentId, TextAndVersion textAndVersion, PreservationMode mode = PreservationMode.PreserveValue) { throw null; } - - public Solution WithAdditionalDocumentTextLoader(DocumentId documentId, TextLoader loader, PreservationMode mode) { throw null; } - - public Solution WithAnalyzerConfigDocumentText(DocumentId documentId, Text.SourceText text, PreservationMode mode = PreservationMode.PreserveValue) { throw null; } - - public Solution WithAnalyzerConfigDocumentText(DocumentId documentId, TextAndVersion textAndVersion, PreservationMode mode = PreservationMode.PreserveValue) { throw null; } - - public Solution WithAnalyzerConfigDocumentTextLoader(DocumentId documentId, TextLoader loader, PreservationMode mode) { throw null; } - - public Solution WithAnalyzerReferences(System.Collections.Generic.IEnumerable analyzerReferences) { throw null; } - - public Solution WithDocumentFilePath(DocumentId documentId, string filePath) { throw null; } - - public Solution WithDocumentFolders(DocumentId documentId, System.Collections.Generic.IEnumerable? folders) { throw null; } - - public Solution WithDocumentName(DocumentId documentId, string name) { throw null; } - - public Solution WithDocumentSourceCodeKind(DocumentId documentId, SourceCodeKind sourceCodeKind) { throw null; } - - public Solution WithDocumentSyntaxRoot(DocumentId documentId, SyntaxNode root, PreservationMode mode = PreservationMode.PreserveValue) { throw null; } - - public Solution WithDocumentText(DocumentId documentId, Text.SourceText text, PreservationMode mode = PreservationMode.PreserveValue) { throw null; } - - public Solution WithDocumentText(DocumentId documentId, TextAndVersion textAndVersion, PreservationMode mode = PreservationMode.PreserveValue) { throw null; } - - public Solution WithDocumentText(System.Collections.Generic.IEnumerable documentIds, Text.SourceText text, PreservationMode mode = PreservationMode.PreserveValue) { throw null; } - - public Solution WithDocumentTextLoader(DocumentId documentId, TextLoader loader, PreservationMode mode) { throw null; } - - public Solution WithOptions(Options.OptionSet options) { throw null; } - - public Solution WithProjectAnalyzerReferences(ProjectId projectId, System.Collections.Generic.IEnumerable analyzerReferences) { throw null; } - - public Solution WithProjectAssemblyName(ProjectId projectId, string assemblyName) { throw null; } - - public Solution WithProjectCompilationOptions(ProjectId projectId, CompilationOptions options) { throw null; } - - public Solution WithProjectCompilationOutputInfo(ProjectId projectId, in CompilationOutputInfo info) { throw null; } - - public Solution WithProjectDefaultNamespace(ProjectId projectId, string? defaultNamespace) { throw null; } - - public Solution WithProjectDocumentsOrder(ProjectId projectId, System.Collections.Immutable.ImmutableList documentIds) { throw null; } - - public Solution WithProjectFilePath(ProjectId projectId, string? filePath) { throw null; } - - public Solution WithProjectMetadataReferences(ProjectId projectId, System.Collections.Generic.IEnumerable metadataReferences) { throw null; } - - public Solution WithProjectName(ProjectId projectId, string name) { throw null; } - - public Solution WithProjectOutputFilePath(ProjectId projectId, string? outputFilePath) { throw null; } - - public Solution WithProjectOutputRefFilePath(ProjectId projectId, string? outputRefFilePath) { throw null; } - - public Solution WithProjectParseOptions(ProjectId projectId, ParseOptions options) { throw null; } - - public Solution WithProjectReferences(ProjectId projectId, System.Collections.Generic.IEnumerable? projectReferences) { throw null; } - } - - public readonly partial struct SolutionChanges - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public readonly System.Collections.Generic.IEnumerable GetAddedAnalyzerReferences() { throw null; } - - public readonly System.Collections.Generic.IEnumerable GetAddedProjects() { throw null; } - - public readonly System.Collections.Generic.IEnumerable GetProjectChanges() { throw null; } - - public readonly System.Collections.Generic.IEnumerable GetRemovedAnalyzerReferences() { throw null; } - - public readonly System.Collections.Generic.IEnumerable GetRemovedProjects() { throw null; } - } - - [System.Runtime.Serialization.DataContract] - public sealed partial class SolutionId : System.IEquatable - { - internal SolutionId() { } - - [System.Runtime.Serialization.DataMember(Order = 0)] - public System.Guid Id { get { throw null; } } - - public static SolutionId CreateFromSerialized(System.Guid id, string debugName = null) { throw null; } - - public static SolutionId CreateNewId(string debugName = null) { throw null; } - - public bool Equals(SolutionId other) { throw null; } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - - public static bool operator ==(SolutionId left, SolutionId right) { throw null; } - - public static bool operator !=(SolutionId left, SolutionId right) { throw null; } - } - - public sealed partial class SolutionInfo - { - internal SolutionInfo() { } - - public System.Collections.Generic.IReadOnlyList AnalyzerReferences { get { throw null; } } - - public string? FilePath { get { throw null; } } - - public SolutionId Id { get { throw null; } } - - public System.Collections.Generic.IReadOnlyList Projects { get { throw null; } } - - public VersionStamp Version { get { throw null; } } - - public static SolutionInfo Create(SolutionId id, VersionStamp version, string? filePath = null, System.Collections.Generic.IEnumerable? projects = null, System.Collections.Generic.IEnumerable? analyzerReferences = null) { throw null; } - - public static SolutionInfo Create(SolutionId id, VersionStamp version, string? filePath, System.Collections.Generic.IEnumerable? projects) { throw null; } - } - - public sealed partial class SourceGeneratedDocument : Document - { - internal SourceGeneratedDocument() { } - - public string HintName { get { throw null; } } - } - - public sealed partial class TextAndVersion - { - internal TextAndVersion() { } - - [System.Obsolete("Use Document.FilePath instead", false)] - public string FilePath { get { throw null; } } - - public Text.SourceText Text { get { throw null; } } - - public VersionStamp Version { get { throw null; } } - - public static TextAndVersion Create(Text.SourceText text, VersionStamp version, string? filePath = null) { throw null; } - } - - public partial class TextDocument - { - internal TextDocument() { } - - public string? FilePath { get { throw null; } } - - public System.Collections.Generic.IReadOnlyList Folders { get { throw null; } } - - public DocumentId Id { get { throw null; } } - - public string Name { get { throw null; } } - - public Project Project { get { throw null; } } - - public System.Threading.Tasks.Task GetTextAsync(System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public System.Threading.Tasks.Task GetTextVersionAsync(System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public bool TryGetText(out Text.SourceText? text) { throw null; } - - public bool TryGetTextVersion(out VersionStamp version) { throw null; } - } - - public sealed partial class TextDocumentEventArgs : System.EventArgs - { - public TextDocumentEventArgs(TextDocument document) { } - - public TextDocument Document { get { throw null; } } - } - - public enum TextDocumentKind - { - Document = 0, - AdditionalDocument = 1, - AnalyzerConfigDocument = 2 - } - - public abstract partial class TextLoader - { - public static TextLoader From(Text.SourceTextContainer container, VersionStamp version, string? filePath = null) { throw null; } - - public static TextLoader From(TextAndVersion textAndVersion) { throw null; } - - public virtual System.Threading.Tasks.Task LoadTextAndVersionAsync(LoadTextOptions options, System.Threading.CancellationToken cancellationToken) { throw null; } - - [System.Obsolete("Use/override LoadTextAndVersionAsync(LoadTextOptions, CancellationToken)")] - public virtual System.Threading.Tasks.Task LoadTextAndVersionAsync(Workspace? workspace, DocumentId? documentId, System.Threading.CancellationToken cancellationToken) { throw null; } - } - - public readonly partial struct VersionStamp : System.IEquatable - { - private readonly int _dummyPrimitive; - public static VersionStamp Default { get { throw null; } } - - public static VersionStamp Create() { throw null; } - - public static VersionStamp Create(System.DateTime utcTimeLastModified) { throw null; } - - public readonly bool Equals(VersionStamp version) { throw null; } - - public override readonly bool Equals(object? obj) { throw null; } - - public override readonly int GetHashCode() { throw null; } - - public readonly VersionStamp GetNewerVersion() { throw null; } - - public readonly VersionStamp GetNewerVersion(VersionStamp version) { throw null; } - - public static bool operator ==(VersionStamp left, VersionStamp right) { throw null; } - - public static bool operator !=(VersionStamp left, VersionStamp right) { throw null; } - - public override readonly string ToString() { throw null; } - } - - public abstract partial class Workspace : System.IDisposable - { - protected Workspace(Host.HostServices host, string? workspaceKind) { } - - public virtual bool CanOpenDocuments { get { throw null; } } - - public Solution CurrentSolution { get { throw null; } } - - public string? Kind { get { throw null; } } - - public Options.OptionSet Options { get { throw null; } set { } } - - protected internal virtual bool PartialSemanticsEnabled { get { throw null; } } - - public Host.HostWorkspaceServices Services { get { throw null; } } - - public event System.EventHandler DocumentActiveContextChanged { add { } remove { } } - - public event System.EventHandler DocumentClosed { add { } remove { } } - - public event System.EventHandler DocumentOpened { add { } remove { } } - - public event System.EventHandler TextDocumentClosed { add { } remove { } } - - public event System.EventHandler TextDocumentOpened { add { } remove { } } - - public event System.EventHandler WorkspaceChanged { add { } remove { } } - - public event System.EventHandler WorkspaceFailed { add { } remove { } } - - protected virtual Project AdjustReloadedProject(Project oldProject, Project reloadedProject) { throw null; } - - protected virtual Solution AdjustReloadedSolution(Solution oldSolution, Solution reloadedSolution) { throw null; } - - protected virtual void ApplyAdditionalDocumentAdded(DocumentInfo info, Text.SourceText text) { } - - protected virtual void ApplyAdditionalDocumentRemoved(DocumentId documentId) { } - - protected virtual void ApplyAdditionalDocumentTextChanged(DocumentId id, Text.SourceText text) { } - - protected virtual void ApplyAnalyzerConfigDocumentAdded(DocumentInfo info, Text.SourceText text) { } - - protected virtual void ApplyAnalyzerConfigDocumentRemoved(DocumentId documentId) { } - - protected virtual void ApplyAnalyzerConfigDocumentTextChanged(DocumentId id, Text.SourceText text) { } - - protected virtual void ApplyAnalyzerReferenceAdded(ProjectId projectId, Diagnostics.AnalyzerReference analyzerReference) { } - - protected virtual void ApplyAnalyzerReferenceRemoved(ProjectId projectId, Diagnostics.AnalyzerReference analyzerReference) { } - - protected virtual void ApplyCompilationOptionsChanged(ProjectId projectId, CompilationOptions options) { } - - protected virtual void ApplyDocumentAdded(DocumentInfo info, Text.SourceText text) { } - - protected virtual void ApplyDocumentInfoChanged(DocumentId id, DocumentInfo info) { } - - protected virtual void ApplyDocumentRemoved(DocumentId documentId) { } - - protected virtual void ApplyDocumentTextChanged(DocumentId id, Text.SourceText text) { } - - protected virtual void ApplyMetadataReferenceAdded(ProjectId projectId, MetadataReference metadataReference) { } - - protected virtual void ApplyMetadataReferenceRemoved(ProjectId projectId, MetadataReference metadataReference) { } - - protected virtual void ApplyParseOptionsChanged(ProjectId projectId, ParseOptions options) { } - - protected virtual void ApplyProjectAdded(ProjectInfo project) { } - - protected virtual void ApplyProjectChanges(ProjectChanges projectChanges) { } - - protected virtual void ApplyProjectReferenceAdded(ProjectId projectId, ProjectReference projectReference) { } - - protected virtual void ApplyProjectReferenceRemoved(ProjectId projectId, ProjectReference projectReference) { } - - protected virtual void ApplyProjectRemoved(ProjectId projectId) { } - - public virtual bool CanApplyChange(ApplyChangesKind feature) { throw null; } - - public virtual bool CanApplyCompilationOptionChange(CompilationOptions oldOptions, CompilationOptions newOptions, Project project) { throw null; } - - public virtual bool CanApplyParseOptionChange(ParseOptions oldOptions, ParseOptions newOptions, Project project) { throw null; } - - protected void CheckAdditionalDocumentIsInCurrentSolution(DocumentId documentId) { } - - protected void CheckAdditionalDocumentIsNotInCurrentSolution(DocumentId documentId) { } - - protected void CheckAnalyzerConfigDocumentIsInCurrentSolution(DocumentId documentId) { } - - protected void CheckAnalyzerConfigDocumentIsNotInCurrentSolution(DocumentId documentId) { } - - protected void CheckCanOpenDocuments() { } - - protected virtual void CheckDocumentCanBeRemoved(DocumentId documentId) { } - - protected void CheckDocumentIsClosed(DocumentId documentId) { } - - protected void CheckDocumentIsInCurrentSolution(DocumentId documentId) { } - - protected void CheckDocumentIsNotInCurrentSolution(DocumentId documentId) { } - - protected void CheckDocumentIsOpen(DocumentId documentId) { } - - protected virtual void CheckProjectCanBeRemoved(ProjectId projectId) { } - - protected void CheckProjectDoesNotContainOpenDocuments(ProjectId projectId) { } - - protected void CheckProjectDoesNotHaveAnalyzerReference(ProjectId projectId, Diagnostics.AnalyzerReference analyzerReference) { } - - protected void CheckProjectDoesNotHaveMetadataReference(ProjectId projectId, MetadataReference metadataReference) { } - - protected void CheckProjectDoesNotHaveProjectReference(ProjectId fromProjectId, ProjectReference projectReference) { } - - protected void CheckProjectDoesNotHaveTransitiveProjectReference(ProjectId fromProjectId, ProjectId toProjectId) { } - - protected void CheckProjectHasAnalyzerReference(ProjectId projectId, Diagnostics.AnalyzerReference analyzerReference) { } - - protected void CheckProjectHasMetadataReference(ProjectId projectId, MetadataReference metadataReference) { } - - protected void CheckProjectHasProjectReference(ProjectId fromProjectId, ProjectReference projectReference) { } - - protected void CheckProjectIsInCurrentSolution(ProjectId projectId) { } - - protected void CheckProjectIsNotInCurrentSolution(ProjectId projectId) { } - - protected void CheckSolutionIsEmpty() { } - - protected internal virtual void ClearDocumentData(DocumentId documentId) { } - - [System.Obsolete("The isSolutionClosing parameter is now obsolete. Please call the overload without that parameter.")] - protected void ClearOpenDocument(DocumentId documentId, bool isSolutionClosing) { } - - protected void ClearOpenDocument(DocumentId documentId) { } - - protected virtual void ClearProjectData(ProjectId projectId) { } - - protected void ClearSolution() { } - - protected virtual void ClearSolutionData() { } - - public virtual void CloseAdditionalDocument(DocumentId documentId) { } - - public virtual void CloseAnalyzerConfigDocument(DocumentId documentId) { } - - public virtual void CloseDocument(DocumentId documentId) { } - - protected internal Solution CreateSolution(SolutionId id) { throw null; } - - protected internal Solution CreateSolution(SolutionInfo solutionInfo) { throw null; } - - public void Dispose() { } - - protected virtual void Dispose(bool finalize) { } - - protected virtual string GetAdditionalDocumentName(DocumentId documentId) { throw null; } - - protected virtual string GetAnalyzerConfigDocumentName(DocumentId documentId) { throw null; } - - public virtual DocumentId? GetDocumentIdInCurrentContext(Text.SourceTextContainer container) { throw null; } - - protected virtual string GetDocumentName(DocumentId documentId) { throw null; } - - public virtual System.Collections.Generic.IEnumerable GetOpenDocumentIds(ProjectId? projectId = null) { throw null; } - - protected virtual string GetProjectName(ProjectId projectId) { throw null; } - - public virtual System.Collections.Generic.IEnumerable GetRelatedDocumentIds(Text.SourceTextContainer container) { throw null; } - - public static WorkspaceRegistration GetWorkspaceRegistration(Text.SourceTextContainer textContainer) { throw null; } - - public virtual bool IsDocumentOpen(DocumentId documentId) { throw null; } - - protected internal void OnAdditionalDocumentAdded(DocumentInfo documentInfo) { } - - protected internal void OnAdditionalDocumentClosed(DocumentId documentId, TextLoader reloader) { } - - protected internal void OnAdditionalDocumentOpened(DocumentId documentId, Text.SourceTextContainer textContainer, bool isCurrentContext = true) { } - - protected internal void OnAdditionalDocumentRemoved(DocumentId documentId) { } - - protected internal void OnAdditionalDocumentTextChanged(DocumentId documentId, Text.SourceText newText, PreservationMode mode) { } - - protected internal void OnAdditionalDocumentTextLoaderChanged(DocumentId documentId, TextLoader loader) { } - - protected internal void OnAnalyzerConfigDocumentAdded(DocumentInfo documentInfo) { } - - protected internal void OnAnalyzerConfigDocumentClosed(DocumentId documentId, TextLoader reloader) { } - - protected internal void OnAnalyzerConfigDocumentOpened(DocumentId documentId, Text.SourceTextContainer textContainer, bool isCurrentContext = true) { } - - protected internal void OnAnalyzerConfigDocumentRemoved(DocumentId documentId) { } - - protected internal void OnAnalyzerConfigDocumentTextChanged(DocumentId documentId, Text.SourceText newText, PreservationMode mode) { } - - protected internal void OnAnalyzerConfigDocumentTextLoaderChanged(DocumentId documentId, TextLoader loader) { } - - protected internal void OnAnalyzerReferenceAdded(ProjectId projectId, Diagnostics.AnalyzerReference analyzerReference) { } - - protected internal void OnAnalyzerReferenceRemoved(ProjectId projectId, Diagnostics.AnalyzerReference analyzerReference) { } - - protected internal void OnAssemblyNameChanged(ProjectId projectId, string assemblyName) { } - - protected internal void OnCompilationOptionsChanged(ProjectId projectId, CompilationOptions options) { } - - protected internal void OnDocumentAdded(DocumentInfo documentInfo) { } - - protected internal void OnDocumentClosed(DocumentId documentId, TextLoader reloader, bool updateActiveContext = false) { } - - protected virtual void OnDocumentClosing(DocumentId documentId) { } - - protected internal void OnDocumentContextUpdated(DocumentId documentId) { } - - protected internal void OnDocumentInfoChanged(DocumentId documentId, DocumentInfo newInfo) { } - - protected internal void OnDocumentOpened(DocumentId documentId, Text.SourceTextContainer textContainer, bool isCurrentContext = true) { } - - protected internal void OnDocumentReloaded(DocumentInfo newDocumentInfo) { } - - protected internal void OnDocumentRemoved(DocumentId documentId) { } - - protected internal void OnDocumentsAdded(System.Collections.Immutable.ImmutableArray documentInfos) { } - - protected internal void OnDocumentSourceCodeKindChanged(DocumentId documentId, SourceCodeKind sourceCodeKind) { } - - protected virtual void OnDocumentTextChanged(Document document) { } - - protected internal void OnDocumentTextChanged(DocumentId documentId, Text.SourceText newText, PreservationMode mode) { } - - protected internal void OnDocumentTextLoaderChanged(DocumentId documentId, TextLoader loader) { } - - protected internal void OnMetadataReferenceAdded(ProjectId projectId, MetadataReference metadataReference) { } - - protected internal void OnMetadataReferenceRemoved(ProjectId projectId, MetadataReference metadataReference) { } - - protected internal void OnOutputFilePathChanged(ProjectId projectId, string? outputFilePath) { } - - protected internal void OnOutputRefFilePathChanged(ProjectId projectId, string? outputFilePath) { } - - protected internal void OnParseOptionsChanged(ProjectId projectId, ParseOptions options) { } - - protected internal void OnProjectAdded(ProjectInfo projectInfo) { } - - protected internal void OnProjectNameChanged(ProjectId projectId, string name, string? filePath) { } - - protected internal void OnProjectReferenceAdded(ProjectId projectId, ProjectReference projectReference) { } - - protected internal void OnProjectReferenceRemoved(ProjectId projectId, ProjectReference projectReference) { } - - protected internal virtual void OnProjectReloaded(ProjectInfo reloadedProjectInfo) { } - - protected internal virtual void OnProjectRemoved(ProjectId projectId) { } - - protected internal void OnSolutionAdded(SolutionInfo solutionInfo) { } - - protected internal void OnSolutionReloaded(SolutionInfo reloadedSolutionInfo) { } - - protected internal void OnSolutionRemoved() { } - - protected internal virtual void OnWorkspaceFailed(WorkspaceDiagnostic diagnostic) { } - - public virtual void OpenAdditionalDocument(DocumentId documentId, bool activate = true) { } - - public virtual void OpenAnalyzerConfigDocument(DocumentId documentId, bool activate = true) { } - - public virtual void OpenDocument(DocumentId documentId, bool activate = true) { } - - [System.Obsolete("This member is obsolete. Use the RaiseDocumentActiveContextChangedEventAsync(SourceTextContainer, DocumentId, DocumentId) overload instead.", true)] - protected System.Threading.Tasks.Task RaiseDocumentActiveContextChangedEventAsync(Document document) { throw null; } - - protected System.Threading.Tasks.Task RaiseDocumentActiveContextChangedEventAsync(Text.SourceTextContainer sourceTextContainer, DocumentId oldActiveContextDocumentId, DocumentId newActiveContextDocumentId) { throw null; } - - protected System.Threading.Tasks.Task RaiseDocumentClosedEventAsync(Document document) { throw null; } - - protected System.Threading.Tasks.Task RaiseDocumentOpenedEventAsync(Document document) { throw null; } - - protected System.Threading.Tasks.Task RaiseTextDocumentClosedEventAsync(TextDocument document) { throw null; } - - protected System.Threading.Tasks.Task RaiseTextDocumentOpenedEventAsync(TextDocument document) { throw null; } - - protected System.Threading.Tasks.Task RaiseWorkspaceChangedEventAsync(WorkspaceChangeKind kind, Solution oldSolution, Solution newSolution, ProjectId projectId = null, DocumentId documentId = null) { throw null; } - - protected void RegisterText(Text.SourceTextContainer textContainer) { } - - protected internal System.Threading.Tasks.Task ScheduleTask(System.Action action, string? taskName = "Workspace.Task") { throw null; } - - protected internal System.Threading.Tasks.Task ScheduleTask(System.Func func, string? taskName = "Workspace.Task") { throw null; } - - protected Solution SetCurrentSolution(Solution solution) { throw null; } - - public virtual bool TryApplyChanges(Solution newSolution) { throw null; } - - public static bool TryGetWorkspace(Text.SourceTextContainer textContainer, out Workspace? workspace) { throw null; } - - protected void UnregisterText(Text.SourceTextContainer textContainer) { } - - protected void UpdateReferencesAfterAdd() { } - } - - public partial class WorkspaceChangeEventArgs : System.EventArgs - { - public WorkspaceChangeEventArgs(WorkspaceChangeKind kind, Solution oldSolution, Solution newSolution, ProjectId? projectId = null, DocumentId? documentId = null) { } - - public DocumentId? DocumentId { get { throw null; } } - - public WorkspaceChangeKind Kind { get { throw null; } } - - public Solution NewSolution { get { throw null; } } - - public Solution OldSolution { get { throw null; } } - - public ProjectId? ProjectId { get { throw null; } } - } - - public enum WorkspaceChangeKind - { - SolutionChanged = 0, - SolutionAdded = 1, - SolutionRemoved = 2, - SolutionCleared = 3, - SolutionReloaded = 4, - ProjectAdded = 5, - ProjectRemoved = 6, - ProjectChanged = 7, - ProjectReloaded = 8, - DocumentAdded = 9, - DocumentRemoved = 10, - DocumentReloaded = 11, - DocumentChanged = 12, - AdditionalDocumentAdded = 13, - AdditionalDocumentRemoved = 14, - AdditionalDocumentReloaded = 15, - AdditionalDocumentChanged = 16, - DocumentInfoChanged = 17, - AnalyzerConfigDocumentAdded = 18, - AnalyzerConfigDocumentRemoved = 19, - AnalyzerConfigDocumentReloaded = 20, - AnalyzerConfigDocumentChanged = 21 - } - - public partial class WorkspaceDiagnostic - { - public WorkspaceDiagnostic(WorkspaceDiagnosticKind kind, string message) { } - - public WorkspaceDiagnosticKind Kind { get { throw null; } } - - public string Message { get { throw null; } } - - public override string ToString() { throw null; } - } - - public partial class WorkspaceDiagnosticEventArgs : System.EventArgs - { - public WorkspaceDiagnosticEventArgs(WorkspaceDiagnostic diagnostic) { } - - public WorkspaceDiagnostic Diagnostic { get { throw null; } } - } - - public enum WorkspaceDiagnosticKind - { - Failure = 0, - Warning = 1 - } - - public static partial class WorkspaceKind - { - public const string Debugger = "Debugger"; - public const string Host = "Host"; - public const string Interactive = "Interactive"; - public const string MetadataAsSource = "MetadataAsSource"; - public const string MiscellaneousFiles = "MiscellaneousFiles"; - public const string MSBuild = "MSBuildWorkspace"; - public const string Preview = "Preview"; - } - - public sealed partial class WorkspaceRegistration - { - internal WorkspaceRegistration() { } - - public Workspace? Workspace { get { throw null; } } - - public event System.EventHandler? WorkspaceChanged { add { } remove { } } - } - - public abstract partial class XmlDocumentationProvider : DocumentationProvider - { - public static XmlDocumentationProvider CreateFromBytes(byte[] xmlDocCommentBytes) { throw null; } - - public static XmlDocumentationProvider CreateFromFile(string xmlDocCommentFilePath) { throw null; } - - protected override string GetDocumentationForSymbol(string documentationMemberID, System.Globalization.CultureInfo preferredCulture, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - protected abstract System.IO.Stream GetSourceStream(System.Threading.CancellationToken cancellationToken); - } -} - -namespace Microsoft.CodeAnalysis.Classification -{ - public static partial class ClassificationTypeNames - { - public const string ClassName = "class name"; - public const string Comment = "comment"; - public const string ConstantName = "constant name"; - public const string ControlKeyword = "keyword - control"; - public const string DelegateName = "delegate name"; - public const string EnumMemberName = "enum member name"; - public const string EnumName = "enum name"; - public const string EventName = "event name"; - public const string ExcludedCode = "excluded code"; - public const string ExtensionMethodName = "extension method name"; - public const string FieldName = "field name"; - public const string Identifier = "identifier"; - public const string InterfaceName = "interface name"; - public const string Keyword = "keyword"; - public const string LabelName = "label name"; - public const string LocalName = "local name"; - public const string MethodName = "method name"; - public const string ModuleName = "module name"; - public const string NamespaceName = "namespace name"; - public const string NumericLiteral = "number"; - public const string Operator = "operator"; - public const string OperatorOverloaded = "operator - overloaded"; - public const string ParameterName = "parameter name"; - public const string PreprocessorKeyword = "preprocessor keyword"; - public const string PreprocessorText = "preprocessor text"; - public const string PropertyName = "property name"; - public const string Punctuation = "punctuation"; - public const string RecordClassName = "record class name"; - public const string RecordStructName = "record struct name"; - public const string RegexAlternation = "regex - alternation"; - public const string RegexAnchor = "regex - anchor"; - public const string RegexCharacterClass = "regex - character class"; - public const string RegexComment = "regex - comment"; - public const string RegexGrouping = "regex - grouping"; - public const string RegexOtherEscape = "regex - other escape"; - public const string RegexQuantifier = "regex - quantifier"; - public const string RegexSelfEscapedCharacter = "regex - self escaped character"; - public const string RegexText = "regex - text"; - public const string StaticSymbol = "static symbol"; - public const string StringEscapeCharacter = "string - escape character"; - public const string StringLiteral = "string"; - public const string StructName = "struct name"; - public const string Text = "text"; - public const string TypeParameterName = "type parameter name"; - public const string VerbatimStringLiteral = "string - verbatim"; - public const string WhiteSpace = "whitespace"; - public const string XmlDocCommentAttributeName = "xml doc comment - attribute name"; - public const string XmlDocCommentAttributeQuotes = "xml doc comment - attribute quotes"; - public const string XmlDocCommentAttributeValue = "xml doc comment - attribute value"; - public const string XmlDocCommentCDataSection = "xml doc comment - cdata section"; - public const string XmlDocCommentComment = "xml doc comment - comment"; - public const string XmlDocCommentDelimiter = "xml doc comment - delimiter"; - public const string XmlDocCommentEntityReference = "xml doc comment - entity reference"; - public const string XmlDocCommentName = "xml doc comment - name"; - public const string XmlDocCommentProcessingInstruction = "xml doc comment - processing instruction"; - public const string XmlDocCommentText = "xml doc comment - text"; - public const string XmlLiteralAttributeName = "xml literal - attribute name"; - public const string XmlLiteralAttributeQuotes = "xml literal - attribute quotes"; - public const string XmlLiteralAttributeValue = "xml literal - attribute value"; - public const string XmlLiteralCDataSection = "xml literal - cdata section"; - public const string XmlLiteralComment = "xml literal - comment"; - public const string XmlLiteralDelimiter = "xml literal - delimiter"; - public const string XmlLiteralEmbeddedExpression = "xml literal - embedded expression"; - public const string XmlLiteralEntityReference = "xml literal - entity reference"; - public const string XmlLiteralName = "xml literal - name"; - public const string XmlLiteralProcessingInstruction = "xml literal - processing instruction"; - public const string XmlLiteralText = "xml literal - text"; - public static System.Collections.Immutable.ImmutableArray AdditiveTypeNames { get { throw null; } } - - public static System.Collections.Immutable.ImmutableArray AllTypeNames { get { throw null; } } - } - - public readonly partial struct ClassifiedSpan : System.IEquatable - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public ClassifiedSpan(Text.TextSpan textSpan, string classificationType) { } - - public ClassifiedSpan(string classificationType, Text.TextSpan textSpan) { } - - public string ClassificationType { get { throw null; } } - - public Text.TextSpan TextSpan { get { throw null; } } - - public readonly bool Equals(ClassifiedSpan other) { throw null; } - - public override readonly bool Equals(object? obj) { throw null; } - - public override readonly int GetHashCode() { throw null; } - } - - public static partial class Classifier - { - [System.Obsolete("Use GetClassifiedSpansAsync instead")] - public static System.Collections.Generic.IEnumerable GetClassifiedSpans(SemanticModel semanticModel, Text.TextSpan textSpan, Workspace workspace, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static System.Threading.Tasks.Task> GetClassifiedSpansAsync(Document document, Text.TextSpan textSpan, System.Threading.CancellationToken cancellationToken = default) { throw null; } - } -} - -namespace Microsoft.CodeAnalysis.CodeActions -{ - public sealed partial class ApplyChangesOperation : CodeActionOperation - { - public ApplyChangesOperation(Solution changedSolution) { } - - public Solution ChangedSolution { get { throw null; } } - - public override void Apply(Workspace workspace, System.Threading.CancellationToken cancellationToken) { } - } - - public abstract partial class CodeAction - { - public virtual string? EquivalenceKey { get { throw null; } } - - public virtual System.Collections.Immutable.ImmutableArray Tags { get { throw null; } } - - public abstract string Title { get; } - - protected virtual System.Threading.Tasks.Task> ComputeOperationsAsync(System.Threading.CancellationToken cancellationToken) { throw null; } - - protected virtual System.Threading.Tasks.Task> ComputePreviewOperationsAsync(System.Threading.CancellationToken cancellationToken) { throw null; } - - public static CodeAction Create(string title, System.Collections.Immutable.ImmutableArray nestedActions, bool isInlinable) { throw null; } - - public static CodeAction Create(string title, System.Func> createChangedDocument, string? equivalenceKey = null) { throw null; } - - public static CodeAction Create(string title, System.Func> createChangedSolution, string? equivalenceKey = null) { throw null; } - - protected virtual System.Threading.Tasks.Task GetChangedDocumentAsync(System.Threading.CancellationToken cancellationToken) { throw null; } - - protected virtual System.Threading.Tasks.Task GetChangedSolutionAsync(System.Threading.CancellationToken cancellationToken) { throw null; } - - public System.Threading.Tasks.Task> GetOperationsAsync(System.Threading.CancellationToken cancellationToken) { throw null; } - - public System.Threading.Tasks.Task> GetPreviewOperationsAsync(System.Threading.CancellationToken cancellationToken) { throw null; } - - protected System.Threading.Tasks.Task> PostProcessAsync(System.Collections.Generic.IEnumerable operations, System.Threading.CancellationToken cancellationToken) { throw null; } - - protected virtual System.Threading.Tasks.Task PostProcessChangesAsync(Document document, System.Threading.CancellationToken cancellationToken) { throw null; } - - protected System.Threading.Tasks.Task PostProcessChangesAsync(Solution changedSolution, System.Threading.CancellationToken cancellationToken) { throw null; } - } - - public abstract partial class CodeActionOperation - { - public virtual string? Title { get { throw null; } } - - public virtual void Apply(Workspace workspace, System.Threading.CancellationToken cancellationToken) { } - } - - public abstract partial class CodeActionWithOptions : CodeAction - { - protected abstract System.Threading.Tasks.Task> ComputeOperationsAsync(object options, System.Threading.CancellationToken cancellationToken); - protected override System.Threading.Tasks.Task> ComputeOperationsAsync(System.Threading.CancellationToken cancellationToken) { throw null; } - - public System.Threading.Tasks.Task?> GetOperationsAsync(object? options, System.Threading.CancellationToken cancellationToken) { throw null; } - - public abstract object? GetOptions(System.Threading.CancellationToken cancellationToken); - } - - public static partial class ConflictAnnotation - { - public const string Kind = "CodeAction_Conflict"; - public static SyntaxAnnotation Create(string description) { throw null; } - - public static string? GetDescription(SyntaxAnnotation annotation) { throw null; } - } - - public sealed partial class OpenDocumentOperation : CodeActionOperation - { - public OpenDocumentOperation(DocumentId documentId, bool activateIfAlreadyOpen = false) { } - - public DocumentId DocumentId { get { throw null; } } - - public override void Apply(Workspace workspace, System.Threading.CancellationToken cancellationToken) { } - } - - public abstract partial class PreviewOperation : CodeActionOperation - { - public abstract System.Threading.Tasks.Task GetPreviewAsync(System.Threading.CancellationToken cancellationToken); - } - - public static partial class RenameAnnotation - { - public const string Kind = "CodeAction_Rename"; - public static SyntaxAnnotation Create() { throw null; } - } - - public static partial class WarningAnnotation - { - public const string Kind = "CodeAction_Warning"; - public static SyntaxAnnotation Create(string description) { throw null; } - - public static string? GetDescription(SyntaxAnnotation annotation) { throw null; } - } -} - -namespace Microsoft.CodeAnalysis.CodeFixes -{ - public readonly partial struct CodeFixContext - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public CodeFixContext(Document document, Diagnostic diagnostic, System.Action> registerCodeFix, System.Threading.CancellationToken cancellationToken) { } - - public CodeFixContext(Document document, Text.TextSpan span, System.Collections.Immutable.ImmutableArray diagnostics, System.Action> registerCodeFix, System.Threading.CancellationToken cancellationToken) { } - - public CodeFixContext(TextDocument document, Diagnostic diagnostic, System.Action> registerCodeFix, System.Threading.CancellationToken cancellationToken) { } - - public CodeFixContext(TextDocument document, Text.TextSpan span, System.Collections.Immutable.ImmutableArray diagnostics, System.Action> registerCodeFix, System.Threading.CancellationToken cancellationToken) { } - - public System.Threading.CancellationToken CancellationToken { get { throw null; } } - - public System.Collections.Immutable.ImmutableArray Diagnostics { get { throw null; } } - - public Document Document { get { throw null; } } - - public Text.TextSpan Span { get { throw null; } } - - public TextDocument TextDocument { get { throw null; } } - - public readonly void RegisterCodeFix(CodeActions.CodeAction action, Diagnostic diagnostic) { } - - public readonly void RegisterCodeFix(CodeActions.CodeAction action, System.Collections.Generic.IEnumerable diagnostics) { } - - public readonly void RegisterCodeFix(CodeActions.CodeAction action, System.Collections.Immutable.ImmutableArray diagnostics) { } - } - - public abstract partial class CodeFixProvider - { - public abstract System.Collections.Immutable.ImmutableArray FixableDiagnosticIds { get; } - - public virtual FixAllProvider? GetFixAllProvider() { throw null; } - - public abstract System.Threading.Tasks.Task RegisterCodeFixesAsync(CodeFixContext context); - } - - public abstract partial class DocumentBasedFixAllProvider : FixAllProvider - { - protected DocumentBasedFixAllProvider() { } - - protected DocumentBasedFixAllProvider(System.Collections.Immutable.ImmutableArray supportedFixAllScopes) { } - - protected abstract System.Threading.Tasks.Task FixAllAsync(FixAllContext fixAllContext, Document document, System.Collections.Immutable.ImmutableArray diagnostics); - protected virtual string GetFixAllTitle(FixAllContext fixAllContext) { throw null; } - - public sealed override System.Threading.Tasks.Task GetFixAsync(FixAllContext fixAllContext) { throw null; } - - public sealed override System.Collections.Generic.IEnumerable GetSupportedFixAllScopes() { throw null; } - } - - [System.Composition.MetadataAttribute] - [System.AttributeUsage(System.AttributeTargets.Class)] - public sealed partial class ExportCodeFixProviderAttribute : System.Composition.ExportAttribute - { - public ExportCodeFixProviderAttribute(string firstLanguage, params string[] additionalLanguages) { } - - public string[]? DocumentExtensions { get { throw null; } set { } } - - public string[] DocumentKinds { get { throw null; } set { } } - - public string[] Languages { get { throw null; } } - - public string? Name { get { throw null; } set { } } - } - - public partial class FixAllContext - { - public FixAllContext(Document document, CodeFixProvider codeFixProvider, FixAllScope scope, string? codeActionEquivalenceKey, System.Collections.Generic.IEnumerable diagnosticIds, DiagnosticProvider fixAllDiagnosticProvider, System.Threading.CancellationToken cancellationToken) { } - - public FixAllContext(Document document, Text.TextSpan? diagnosticSpan, CodeFixProvider codeFixProvider, FixAllScope scope, string? codeActionEquivalenceKey, System.Collections.Generic.IEnumerable diagnosticIds, DiagnosticProvider fixAllDiagnosticProvider, System.Threading.CancellationToken cancellationToken) { } - - public FixAllContext(Project project, CodeFixProvider codeFixProvider, FixAllScope scope, string? codeActionEquivalenceKey, System.Collections.Generic.IEnumerable diagnosticIds, DiagnosticProvider fixAllDiagnosticProvider, System.Threading.CancellationToken cancellationToken) { } - - public System.Threading.CancellationToken CancellationToken { get { throw null; } } - - public string? CodeActionEquivalenceKey { get { throw null; } } - - public CodeFixProvider CodeFixProvider { get { throw null; } } - - public System.Collections.Immutable.ImmutableHashSet DiagnosticIds { get { throw null; } } - - public Document? Document { get { throw null; } } - - public Project Project { get { throw null; } } - - public FixAllScope Scope { get { throw null; } } - - public Solution Solution { get { throw null; } } - - public System.Threading.Tasks.Task> GetAllDiagnosticsAsync(Project project) { throw null; } - - public System.Threading.Tasks.Task> GetDocumentDiagnosticsAsync(Document document) { throw null; } - - public System.Threading.Tasks.Task> GetProjectDiagnosticsAsync(Project project) { throw null; } - - public FixAllContext WithCancellationToken(System.Threading.CancellationToken cancellationToken) { throw null; } - - public abstract partial class DiagnosticProvider - { - public abstract System.Threading.Tasks.Task> GetAllDiagnosticsAsync(Project project, System.Threading.CancellationToken cancellationToken); - public abstract System.Threading.Tasks.Task> GetDocumentDiagnosticsAsync(Document document, System.Threading.CancellationToken cancellationToken); - public abstract System.Threading.Tasks.Task> GetProjectDiagnosticsAsync(Project project, System.Threading.CancellationToken cancellationToken); - } - } - - public abstract partial class FixAllProvider - { - public static FixAllProvider Create(System.Func, System.Threading.Tasks.Task> fixAllAsync, System.Collections.Immutable.ImmutableArray supportedFixAllScopes) { throw null; } - - public static FixAllProvider Create(System.Func, System.Threading.Tasks.Task> fixAllAsync) { throw null; } - - public abstract System.Threading.Tasks.Task GetFixAsync(FixAllContext fixAllContext); - public virtual System.Collections.Generic.IEnumerable GetSupportedFixAllDiagnosticIds(CodeFixProvider originalCodeFixProvider) { throw null; } - - public virtual System.Collections.Generic.IEnumerable GetSupportedFixAllScopes() { throw null; } - } - - public enum FixAllScope - { - Document = 0, - Project = 1, - Solution = 2, - Custom = 3, - ContainingMember = 4, - ContainingType = 5 - } - - public static partial class WellKnownFixAllProviders - { - public static FixAllProvider BatchFixer { get { throw null; } } - } -} - -namespace Microsoft.CodeAnalysis.CodeRefactorings -{ - public readonly partial struct CodeRefactoringContext - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public CodeRefactoringContext(Document document, Text.TextSpan span, System.Action registerRefactoring, System.Threading.CancellationToken cancellationToken) { } - - public CodeRefactoringContext(TextDocument document, Text.TextSpan span, System.Action registerRefactoring, System.Threading.CancellationToken cancellationToken) { } - - public System.Threading.CancellationToken CancellationToken { get { throw null; } } - - public Document Document { get { throw null; } } - - public Text.TextSpan Span { get { throw null; } } - - public TextDocument TextDocument { get { throw null; } } - - public readonly void RegisterRefactoring(CodeActions.CodeAction action) { } - } - - public abstract partial class CodeRefactoringProvider - { - public abstract System.Threading.Tasks.Task ComputeRefactoringsAsync(CodeRefactoringContext context); - } - - [System.Composition.MetadataAttribute] - [System.AttributeUsage(System.AttributeTargets.Class)] - public sealed partial class ExportCodeRefactoringProviderAttribute : System.Composition.ExportAttribute - { - public ExportCodeRefactoringProviderAttribute(string firstLanguage, params string[] additionalLanguages) { } - - public string[]? DocumentExtensions { get { throw null; } set { } } - - public string[] DocumentKinds { get { throw null; } set { } } - - public string[] Languages { get { throw null; } } - - public string? Name { get { throw null; } set { } } - } -} - -namespace Microsoft.CodeAnalysis.CodeStyle -{ - public partial class CodeStyleOptions - { - public static readonly Options.PerLanguageOption> PreferIntrinsicPredefinedTypeKeywordInDeclaration; - public static readonly Options.PerLanguageOption> PreferIntrinsicPredefinedTypeKeywordInMemberAccess; - public static readonly Options.PerLanguageOption> QualifyEventAccess; - public static readonly Options.PerLanguageOption> QualifyFieldAccess; - public static readonly Options.PerLanguageOption> QualifyMethodAccess; - public static readonly Options.PerLanguageOption> QualifyPropertyAccess; - } - - public sealed partial class CodeStyleOption : System.IEquatable> - { - public CodeStyleOption(T value, NotificationOption notification) { } - - public static CodeStyleOption Default { get { throw null; } } - - public NotificationOption Notification { get { throw null; } set { } } - - public T Value { get { throw null; } set { } } - - public bool Equals(CodeStyleOption other) { throw null; } - - public override bool Equals(object obj) { throw null; } - - public static CodeStyleOption FromXElement(System.Xml.Linq.XElement element) { throw null; } - - public override int GetHashCode() { throw null; } - - public System.Xml.Linq.XElement ToXElement() { throw null; } - } - - public sealed partial class NotificationOption - { - internal NotificationOption() { } - - public static readonly NotificationOption Error; - public static readonly NotificationOption None; - public static readonly NotificationOption Silent; - public static readonly NotificationOption Suggestion; - public static readonly NotificationOption Warning; - public string Name { get { throw null; } set { } } - - public ReportDiagnostic Severity { get { throw null; } set { } } - - [System.Obsolete("Use Severity instead.")] - public DiagnosticSeverity Value { get { throw null; } set { } } - - public override string ToString() { throw null; } - } -} - -namespace Microsoft.CodeAnalysis.Differencing -{ - public enum EditKind - { - None = 0, - Update = 1, - Insert = 2, - Delete = 3, - Move = 4, - Reorder = 5 - } - - public sealed partial class EditScript - { - internal EditScript() { } - - public System.Collections.Immutable.ImmutableArray> Edits { get { throw null; } } - - public Match Match { get { throw null; } } - } - - public readonly partial struct Edit : System.IEquatable> - { - private readonly TreeComparer _comparer; - private readonly TNode _oldNode; - private readonly TNode _newNode; - private readonly object _dummy; - private readonly int _dummyPrimitive; - public EditKind Kind { get { throw null; } } - - public TNode NewNode { get { throw null; } } - - public TNode OldNode { get { throw null; } } - - public readonly bool Equals(Edit other) { throw null; } - - public override readonly bool Equals(object obj) { throw null; } - - public override readonly int GetHashCode() { throw null; } - } - - public sealed partial class Match - { - internal Match() { } - - public TreeComparer Comparer { get { throw null; } } - - public System.Collections.Generic.IReadOnlyDictionary Matches { get { throw null; } } - - public TNode NewRoot { get { throw null; } } - - public TNode OldRoot { get { throw null; } } - - public System.Collections.Generic.IReadOnlyDictionary ReverseMatches { get { throw null; } } - - public System.Collections.Generic.IEnumerable> GetSequenceEdits(System.Collections.Generic.IEnumerable oldNodes, System.Collections.Generic.IEnumerable newNodes) { throw null; } - - public EditScript GetTreeEdits() { throw null; } - - public bool TryGetNewNode(TNode oldNode, out TNode newNode) { throw null; } - - public bool TryGetOldNode(TNode newNode, out TNode oldNode) { throw null; } - } - - public abstract partial class TreeComparer - { - protected internal abstract int LabelCount { get; } - - public EditScript ComputeEditScript(TNode oldRoot, TNode newRoot) { throw null; } - - public Match ComputeMatch(TNode oldRoot, TNode newRoot, System.Collections.Generic.IEnumerable>? knownMatches = null) { throw null; } - - protected internal abstract System.Collections.Generic.IEnumerable? GetChildren(TNode node); - protected internal abstract System.Collections.Generic.IEnumerable GetDescendants(TNode node); - public abstract double GetDistance(TNode oldNode, TNode newNode); - protected internal abstract int GetLabel(TNode node); - protected internal abstract Text.TextSpan GetSpan(TNode node); - protected internal abstract int TiedToAncestor(int label); - protected internal abstract bool TreesEqual(TNode oldNode, TNode newNode); - protected internal abstract bool TryGetParent(TNode node, out TNode parent); - public abstract bool ValuesEqual(TNode oldNode, TNode newNode); - } -} - -namespace Microsoft.CodeAnalysis.Editing -{ - public enum DeclarationKind - { - None = 0, - CompilationUnit = 1, - Class = 2, - Struct = 3, - Interface = 4, - Enum = 5, - Delegate = 6, - Method = 7, - Operator = 8, - ConversionOperator = 9, - Constructor = 10, - Destructor = 11, - Field = 12, - Property = 13, - Indexer = 14, - EnumMember = 15, - Event = 16, - CustomEvent = 17, - Namespace = 18, - NamespaceImport = 19, - Parameter = 20, - Variable = 21, - Attribute = 22, - LambdaExpression = 23, - GetAccessor = 24, - SetAccessor = 25, - AddAccessor = 26, - RemoveAccessor = 27, - RaiseAccessor = 28, - RecordClass = 29 - } - - public readonly partial struct DeclarationModifiers : System.IEquatable - { - private readonly int _dummyPrimitive; - public static DeclarationModifiers Abstract { get { throw null; } } - - public static DeclarationModifiers Async { get { throw null; } } - - public static DeclarationModifiers Const { get { throw null; } } - - public static DeclarationModifiers Extern { get { throw null; } } - - public static DeclarationModifiers File { get { throw null; } } - - public bool IsAbstract { get { throw null; } } - - public bool IsAsync { get { throw null; } } - - public bool IsConst { get { throw null; } } - - public bool IsExtern { get { throw null; } } - - public bool IsFile { get { throw null; } } - - public bool IsNew { get { throw null; } } - - public bool IsOverride { get { throw null; } } - - public bool IsPartial { get { throw null; } } - - public bool IsReadOnly { get { throw null; } } - - public bool IsRef { get { throw null; } } - - public bool IsRequired { get { throw null; } } - - public bool IsSealed { get { throw null; } } - - public bool IsStatic { get { throw null; } } - - public bool IsUnsafe { get { throw null; } } - - public bool IsVirtual { get { throw null; } } - - public bool IsVolatile { get { throw null; } } - - public bool IsWithEvents { get { throw null; } } - - public bool IsWriteOnly { get { throw null; } } - - public static DeclarationModifiers New { get { throw null; } } - - public static DeclarationModifiers None { get { throw null; } } - - public static DeclarationModifiers Override { get { throw null; } } - - public static DeclarationModifiers Partial { get { throw null; } } - - public static DeclarationModifiers ReadOnly { get { throw null; } } - - public static DeclarationModifiers Ref { get { throw null; } } - - public static DeclarationModifiers Required { get { throw null; } } - - public static DeclarationModifiers Sealed { get { throw null; } } - - public static DeclarationModifiers Static { get { throw null; } } - - public static DeclarationModifiers Unsafe { get { throw null; } } - - public static DeclarationModifiers Virtual { get { throw null; } } - - public static DeclarationModifiers Volatile { get { throw null; } } - - public static DeclarationModifiers WithEvents { get { throw null; } } - - public static DeclarationModifiers WriteOnly { get { throw null; } } - - public readonly bool Equals(DeclarationModifiers modifiers) { throw null; } - - public override readonly bool Equals(object obj) { throw null; } - - public static DeclarationModifiers From(ISymbol symbol) { throw null; } - - public override readonly int GetHashCode() { throw null; } - - public static DeclarationModifiers operator +(DeclarationModifiers left, DeclarationModifiers right) { throw null; } - - public static DeclarationModifiers operator &(DeclarationModifiers left, DeclarationModifiers right) { throw null; } - - public static DeclarationModifiers operator |(DeclarationModifiers left, DeclarationModifiers right) { throw null; } - - public static bool operator ==(DeclarationModifiers left, DeclarationModifiers right) { throw null; } - - public static bool operator !=(DeclarationModifiers left, DeclarationModifiers right) { throw null; } - - public static DeclarationModifiers operator -(DeclarationModifiers left, DeclarationModifiers right) { throw null; } - - public override readonly string ToString() { throw null; } - - public static bool TryParse(string value, out DeclarationModifiers modifiers) { throw null; } - - public readonly DeclarationModifiers WithAsync(bool isAsync) { throw null; } - - public readonly DeclarationModifiers WithIsAbstract(bool isAbstract) { throw null; } - - public readonly DeclarationModifiers WithIsConst(bool isConst) { throw null; } - - public readonly DeclarationModifiers WithIsExtern(bool isExtern) { throw null; } - - public readonly DeclarationModifiers WithIsFile(bool isFile) { throw null; } - - public readonly DeclarationModifiers WithIsNew(bool isNew) { throw null; } - - public readonly DeclarationModifiers WithIsOverride(bool isOverride) { throw null; } - - public readonly DeclarationModifiers WithIsReadOnly(bool isReadOnly) { throw null; } - - public readonly DeclarationModifiers WithIsRef(bool isRef) { throw null; } - - public readonly DeclarationModifiers WithIsRequired(bool isRequired) { throw null; } - - public readonly DeclarationModifiers WithIsSealed(bool isSealed) { throw null; } - - public readonly DeclarationModifiers WithIsStatic(bool isStatic) { throw null; } - - public readonly DeclarationModifiers WithIsUnsafe(bool isUnsafe) { throw null; } - - public readonly DeclarationModifiers WithIsVirtual(bool isVirtual) { throw null; } - - public readonly DeclarationModifiers WithIsVolatile(bool isVolatile) { throw null; } - - public readonly DeclarationModifiers WithIsWriteOnly(bool isWriteOnly) { throw null; } - - public readonly DeclarationModifiers WithPartial(bool isPartial) { throw null; } - - public readonly DeclarationModifiers WithWithEvents(bool withEvents) { throw null; } - } - - public partial class DocumentEditor : SyntaxEditor - { - internal DocumentEditor() : base(default!, default(Workspace)!) { } - - public Document OriginalDocument { get { throw null; } } - - public SemanticModel SemanticModel { get { throw null; } } - - public static System.Threading.Tasks.Task CreateAsync(Document document, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public Document GetChangedDocument() { throw null; } - } - - public static partial class ImportAdder - { - public static System.Threading.Tasks.Task AddImportsAsync(Document document, Options.OptionSet? options = null, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static System.Threading.Tasks.Task AddImportsAsync(Document document, SyntaxAnnotation annotation, Options.OptionSet? options = null, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static System.Threading.Tasks.Task AddImportsAsync(Document document, Text.TextSpan span, Options.OptionSet? options = null, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static System.Threading.Tasks.Task AddImportsAsync(Document document, System.Collections.Generic.IEnumerable spans, Options.OptionSet? options = null, System.Threading.CancellationToken cancellationToken = default) { throw null; } - } - - public enum OperatorKind - { - ImplicitConversion = 0, - ExplicitConversion = 1, - Addition = 2, - BitwiseAnd = 3, - BitwiseOr = 4, - Decrement = 5, - Division = 6, - Equality = 7, - ExclusiveOr = 8, - False = 9, - GreaterThan = 10, - GreaterThanOrEqual = 11, - Increment = 12, - Inequality = 13, - LeftShift = 14, - LessThan = 15, - LessThanOrEqual = 16, - LogicalNot = 17, - Modulus = 18, - Multiply = 19, - OnesComplement = 20, - RightShift = 21, - Subtraction = 22, - True = 23, - UnaryNegation = 24, - UnaryPlus = 25, - UnsignedRightShift = 26 - } - - public partial class SolutionEditor - { - public SolutionEditor(Solution solution) { } - - public Solution OriginalSolution { get { throw null; } } - - public Solution GetChangedSolution() { throw null; } - - public System.Threading.Tasks.Task GetDocumentEditorAsync(DocumentId id, System.Threading.CancellationToken cancellationToken = default) { throw null; } - } - - [System.Flags] - public enum SpecialTypeConstraintKind - { - None = 0, - ReferenceType = 1, - ValueType = 2, - Constructor = 4 - } - - public sealed partial class SymbolEditor - { - internal SymbolEditor() { } - - public Solution ChangedSolution { get { throw null; } } - - public Solution OriginalSolution { get { throw null; } } - - public static SymbolEditor Create(Document document) { throw null; } - - public static SymbolEditor Create(Solution solution) { throw null; } - - public System.Threading.Tasks.Task EditAllDeclarationsAsync(ISymbol symbol, AsyncDeclarationEditAction editAction, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public System.Threading.Tasks.Task EditAllDeclarationsAsync(ISymbol symbol, DeclarationEditAction editAction, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public System.Threading.Tasks.Task EditOneDeclarationAsync(ISymbol symbol, AsyncDeclarationEditAction editAction, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public System.Threading.Tasks.Task EditOneDeclarationAsync(ISymbol symbol, DeclarationEditAction editAction, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public System.Threading.Tasks.Task EditOneDeclarationAsync(ISymbol symbol, ISymbol member, AsyncDeclarationEditAction editAction, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public System.Threading.Tasks.Task EditOneDeclarationAsync(ISymbol symbol, ISymbol member, DeclarationEditAction editAction, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public System.Threading.Tasks.Task EditOneDeclarationAsync(ISymbol symbol, Location location, AsyncDeclarationEditAction editAction, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public System.Threading.Tasks.Task EditOneDeclarationAsync(ISymbol symbol, Location location, DeclarationEditAction editAction, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public System.Collections.Generic.IEnumerable GetChangedDocuments() { throw null; } - - public System.Threading.Tasks.Task> GetCurrentDeclarationsAsync(ISymbol symbol, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public System.Threading.Tasks.Task GetCurrentSymbolAsync(ISymbol symbol, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public delegate System.Threading.Tasks.Task AsyncDeclarationEditAction(DocumentEditor editor, SyntaxNode declaration, System.Threading.CancellationToken cancellationToken); - public delegate void DeclarationEditAction(DocumentEditor editor, SyntaxNode declaration); - } - - public static partial class SymbolEditorExtensions - { - public static System.Threading.Tasks.Task GetBaseOrInterfaceDeclarationReferenceAsync(this SymbolEditor editor, ISymbol symbol, ITypeSymbol baseOrInterfaceType, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static System.Threading.Tasks.Task SetBaseTypeAsync(this SymbolEditor editor, INamedTypeSymbol symbol, ITypeSymbol newBaseType, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static System.Threading.Tasks.Task SetBaseTypeAsync(this SymbolEditor editor, INamedTypeSymbol symbol, System.Func getNewBaseType, System.Threading.CancellationToken cancellationToken = default) { throw null; } - } - - public partial class SyntaxEditor - { - public SyntaxEditor(SyntaxNode root, Host.HostWorkspaceServices services) { } - - public SyntaxEditor(SyntaxNode root, Host.SolutionServices services) { } - - [System.Obsolete("Use SyntaxEditor(SyntaxNode, HostWorkspaceServices)")] - public SyntaxEditor(SyntaxNode root, Workspace workspace) { } - - public SyntaxGenerator Generator { get { throw null; } } - - public SyntaxNode OriginalRoot { get { throw null; } } - - public SyntaxNode GetChangedRoot() { throw null; } - - public void InsertAfter(SyntaxNode node, SyntaxNode newNode) { } - - public void InsertAfter(SyntaxNode node, System.Collections.Generic.IEnumerable newNodes) { } - - public void InsertBefore(SyntaxNode node, SyntaxNode newNode) { } - - public void InsertBefore(SyntaxNode node, System.Collections.Generic.IEnumerable newNodes) { } - - public void RemoveNode(SyntaxNode node, SyntaxRemoveOptions options) { } - - public void RemoveNode(SyntaxNode node) { } - - public void ReplaceNode(SyntaxNode node, SyntaxNode newNode) { } - - public void ReplaceNode(SyntaxNode node, System.Func computeReplacement) { } - - public void TrackNode(SyntaxNode node) { } - } - - public static partial class SyntaxEditorExtensions - { - public static void AddAttribute(this SyntaxEditor editor, SyntaxNode declaration, SyntaxNode attribute) { } - - public static void AddAttributeArgument(this SyntaxEditor editor, SyntaxNode attributeDeclaration, SyntaxNode attributeArgument) { } - - public static void AddBaseType(this SyntaxEditor editor, SyntaxNode declaration, SyntaxNode baseType) { } - - public static void AddInterfaceType(this SyntaxEditor editor, SyntaxNode declaration, SyntaxNode interfaceType) { } - - public static void AddMember(this SyntaxEditor editor, SyntaxNode declaration, SyntaxNode member) { } - - public static void AddParameter(this SyntaxEditor editor, SyntaxNode declaration, SyntaxNode parameter) { } - - public static void AddReturnAttribute(this SyntaxEditor editor, SyntaxNode declaration, SyntaxNode attribute) { } - - public static void InsertMembers(this SyntaxEditor editor, SyntaxNode declaration, int index, System.Collections.Generic.IEnumerable members) { } - - public static void InsertParameter(this SyntaxEditor editor, SyntaxNode declaration, int index, SyntaxNode parameter) { } - - public static void SetAccessibility(this SyntaxEditor editor, SyntaxNode declaration, Accessibility accessibility) { } - - public static void SetExpression(this SyntaxEditor editor, SyntaxNode declaration, SyntaxNode expression) { } - - public static void SetGetAccessorStatements(this SyntaxEditor editor, SyntaxNode declaration, System.Collections.Generic.IEnumerable statements) { } - - public static void SetModifiers(this SyntaxEditor editor, SyntaxNode declaration, DeclarationModifiers modifiers) { } - - public static void SetName(this SyntaxEditor editor, SyntaxNode declaration, string name) { } - - public static void SetSetAccessorStatements(this SyntaxEditor editor, SyntaxNode declaration, System.Collections.Generic.IEnumerable statements) { } - - public static void SetStatements(this SyntaxEditor editor, SyntaxNode declaration, System.Collections.Generic.IEnumerable statements) { } - - public static void SetType(this SyntaxEditor editor, SyntaxNode declaration, SyntaxNode type) { } - - public static void SetTypeConstraint(this SyntaxEditor editor, SyntaxNode declaration, string typeParameterName, SpecialTypeConstraintKind kind, System.Collections.Generic.IEnumerable types) { } - - public static void SetTypeParameters(this SyntaxEditor editor, SyntaxNode declaration, System.Collections.Generic.IEnumerable typeParameters) { } - } - - public abstract partial class SyntaxGenerator : Host.ILanguageService - { - public static readonly SyntaxRemoveOptions DefaultRemoveOptions; - public SyntaxNode AddAccessors(SyntaxNode declaration, System.Collections.Generic.IEnumerable accessors) { throw null; } - - public SyntaxNode AddAttributeArguments(SyntaxNode attributeDeclaration, System.Collections.Generic.IEnumerable attributeArguments) { throw null; } - - public SyntaxNode AddAttributes(SyntaxNode declaration, params SyntaxNode[] attributes) { throw null; } - - public SyntaxNode AddAttributes(SyntaxNode declaration, System.Collections.Generic.IEnumerable attributes) { throw null; } - - public abstract SyntaxNode AddBaseType(SyntaxNode declaration, SyntaxNode baseType); - public abstract SyntaxNode AddEventHandler(SyntaxNode @event, SyntaxNode handler); - public abstract SyntaxNode AddExpression(SyntaxNode left, SyntaxNode right); - public abstract SyntaxNode AddInterfaceType(SyntaxNode declaration, SyntaxNode interfaceType); - public SyntaxNode AddMembers(SyntaxNode declaration, params SyntaxNode[] members) { throw null; } - - public SyntaxNode AddMembers(SyntaxNode declaration, System.Collections.Generic.IEnumerable members) { throw null; } - - public SyntaxNode AddNamespaceImports(SyntaxNode declaration, params SyntaxNode[] imports) { throw null; } - - public SyntaxNode AddNamespaceImports(SyntaxNode declaration, System.Collections.Generic.IEnumerable imports) { throw null; } - - public SyntaxNode AddParameters(SyntaxNode declaration, System.Collections.Generic.IEnumerable parameters) { throw null; } - - public SyntaxNode AddReturnAttributes(SyntaxNode declaration, params SyntaxNode[] attributes) { throw null; } - - public SyntaxNode AddReturnAttributes(SyntaxNode declaration, System.Collections.Generic.IEnumerable attributes) { throw null; } - - public SyntaxNode AddSwitchSections(SyntaxNode switchStatement, System.Collections.Generic.IEnumerable switchSections) { throw null; } - - public SyntaxNode AliasImportDeclaration(string aliasIdentifierName, INamespaceOrTypeSymbol symbol) { throw null; } - - public abstract SyntaxNode AliasImportDeclaration(string aliasIdentifierName, SyntaxNode name); - public SyntaxNode Argument(RefKind refKind, SyntaxNode expression) { throw null; } - - public SyntaxNode Argument(SyntaxNode expression) { throw null; } - - public abstract SyntaxNode Argument(string? name, RefKind refKind, SyntaxNode expression); - public abstract SyntaxNode ArrayCreationExpression(SyntaxNode elementType, SyntaxNode size); - public abstract SyntaxNode ArrayCreationExpression(SyntaxNode elementType, System.Collections.Generic.IEnumerable elements); - public abstract SyntaxNode ArrayTypeExpression(SyntaxNode type); - public abstract SyntaxNode? AsPrivateInterfaceImplementation(SyntaxNode declaration, SyntaxNode interfaceType, string? interfaceMemberName); - public SyntaxNode? AsPrivateInterfaceImplementation(SyntaxNode declaration, SyntaxNode interfaceType) { throw null; } - - public abstract SyntaxNode? AsPublicInterfaceImplementation(SyntaxNode declaration, SyntaxNode interfaceType, string? interfaceMemberName); - public SyntaxNode? AsPublicInterfaceImplementation(SyntaxNode declaration, SyntaxNode interfaceType) { throw null; } - - public abstract SyntaxNode AssignmentStatement(SyntaxNode left, SyntaxNode right); - public SyntaxNode Attribute(AttributeData attribute) { throw null; } - - public abstract SyntaxNode Attribute(SyntaxNode name, System.Collections.Generic.IEnumerable? attributeArguments = null); - public SyntaxNode Attribute(string name, params SyntaxNode[] attributeArguments) { throw null; } - - public SyntaxNode Attribute(string name, System.Collections.Generic.IEnumerable? attributeArguments = null) { throw null; } - - public SyntaxNode AttributeArgument(SyntaxNode expression) { throw null; } - - public abstract SyntaxNode AttributeArgument(string? name, SyntaxNode expression); - public abstract SyntaxNode AwaitExpression(SyntaxNode expression); - public abstract SyntaxNode BaseExpression(); - public abstract SyntaxNode BitwiseAndExpression(SyntaxNode left, SyntaxNode right); - public abstract SyntaxNode BitwiseNotExpression(SyntaxNode operand); - public abstract SyntaxNode BitwiseOrExpression(SyntaxNode left, SyntaxNode right); - public SyntaxNode CastExpression(ITypeSymbol type, SyntaxNode expression) { throw null; } - - public abstract SyntaxNode CastExpression(SyntaxNode type, SyntaxNode expression); - public SyntaxNode CatchClause(ITypeSymbol type, string identifier, System.Collections.Generic.IEnumerable statements) { throw null; } - - public abstract SyntaxNode CatchClause(SyntaxNode type, string identifier, System.Collections.Generic.IEnumerable statements); - public abstract SyntaxNode ClassDeclaration(string name, System.Collections.Generic.IEnumerable? typeParameters = null, Accessibility accessibility = Accessibility.NotApplicable, DeclarationModifiers modifiers = default, SyntaxNode? baseType = null, System.Collections.Generic.IEnumerable? interfaceTypes = null, System.Collections.Generic.IEnumerable? members = null); - public abstract TNode ClearTrivia(TNode node) - where TNode : SyntaxNode; - public abstract SyntaxNode CoalesceExpression(SyntaxNode left, SyntaxNode right); - public SyntaxNode CompilationUnit(params SyntaxNode[] declarations) { throw null; } - - public abstract SyntaxNode CompilationUnit(System.Collections.Generic.IEnumerable declarations); - public abstract SyntaxNode ConditionalAccessExpression(SyntaxNode expression, SyntaxNode whenNotNull); - public abstract SyntaxNode ConditionalExpression(SyntaxNode condition, SyntaxNode whenTrue, SyntaxNode whenFalse); - public SyntaxNode ConstructorDeclaration(IMethodSymbol constructorMethod, System.Collections.Generic.IEnumerable? baseConstructorArguments = null, System.Collections.Generic.IEnumerable? statements = null) { throw null; } - - public abstract SyntaxNode ConstructorDeclaration(string? containingTypeName = null, System.Collections.Generic.IEnumerable? parameters = null, Accessibility accessibility = Accessibility.NotApplicable, DeclarationModifiers modifiers = default, System.Collections.Generic.IEnumerable? baseConstructorArguments = null, System.Collections.Generic.IEnumerable? statements = null); - public SyntaxNode ConvertExpression(ITypeSymbol type, SyntaxNode expression) { throw null; } - - public abstract SyntaxNode ConvertExpression(SyntaxNode type, SyntaxNode expression); - public SyntaxNode CustomEventDeclaration(IEventSymbol symbol, System.Collections.Generic.IEnumerable? addAccessorStatements = null, System.Collections.Generic.IEnumerable? removeAccessorStatements = null) { throw null; } - - public abstract SyntaxNode CustomEventDeclaration(string name, SyntaxNode type, Accessibility accessibility = Accessibility.NotApplicable, DeclarationModifiers modifiers = default, System.Collections.Generic.IEnumerable? parameters = null, System.Collections.Generic.IEnumerable? addAccessorStatements = null, System.Collections.Generic.IEnumerable? removeAccessorStatements = null); - public SyntaxNode Declaration(ISymbol symbol) { throw null; } - - public abstract SyntaxNode DefaultExpression(ITypeSymbol type); - public abstract SyntaxNode DefaultExpression(SyntaxNode type); - public abstract SyntaxNode DefaultSwitchSection(System.Collections.Generic.IEnumerable statements); - public abstract SyntaxNode DelegateDeclaration(string name, System.Collections.Generic.IEnumerable? parameters = null, System.Collections.Generic.IEnumerable? typeParameters = null, SyntaxNode? returnType = null, Accessibility accessibility = Accessibility.NotApplicable, DeclarationModifiers modifiers = default); - public abstract SyntaxNode DivideExpression(SyntaxNode left, SyntaxNode right); - public SyntaxNode DottedName(string dottedName) { throw null; } - - public SyntaxNode ElementAccessExpression(SyntaxNode expression, params SyntaxNode[] arguments) { throw null; } - - public abstract SyntaxNode ElementAccessExpression(SyntaxNode expression, System.Collections.Generic.IEnumerable arguments); - public SyntaxNode ElementBindingExpression(params SyntaxNode[] arguments) { throw null; } - - public abstract SyntaxNode ElementBindingExpression(System.Collections.Generic.IEnumerable arguments); - public abstract SyntaxNode EnumDeclaration(string name, Accessibility accessibility = Accessibility.NotApplicable, DeclarationModifiers modifiers = default, System.Collections.Generic.IEnumerable? members = null); - public abstract SyntaxNode EnumMember(string name, SyntaxNode? expression = null); - public SyntaxNode EventDeclaration(IEventSymbol symbol) { throw null; } - - public abstract SyntaxNode EventDeclaration(string name, SyntaxNode type, Accessibility accessibility = Accessibility.NotApplicable, DeclarationModifiers modifiers = default); - public abstract SyntaxNode ExitSwitchStatement(); - public abstract SyntaxNode ExpressionStatement(SyntaxNode expression); - public SyntaxNode FalseLiteralExpression() { throw null; } - - public SyntaxNode FieldDeclaration(IFieldSymbol field, SyntaxNode? initializer) { throw null; } - - public SyntaxNode FieldDeclaration(IFieldSymbol field) { throw null; } - - public abstract SyntaxNode FieldDeclaration(string name, SyntaxNode type, Accessibility accessibility = Accessibility.NotApplicable, DeclarationModifiers modifiers = default, SyntaxNode? initializer = null); - public SyntaxNode GenericName(string identifier, params ITypeSymbol[] typeArguments) { throw null; } - - public SyntaxNode GenericName(string identifier, params SyntaxNode[] typeArguments) { throw null; } - - public SyntaxNode GenericName(string identifier, System.Collections.Generic.IEnumerable typeArguments) { throw null; } - - public abstract SyntaxNode GenericName(string identifier, System.Collections.Generic.IEnumerable typeArguments); - public abstract Accessibility GetAccessibility(SyntaxNode declaration); - public SyntaxNode GetAccessor(SyntaxNode declaration, DeclarationKind kind) { throw null; } - - public abstract SyntaxNode GetAccessorDeclaration(Accessibility accessibility = Accessibility.NotApplicable, System.Collections.Generic.IEnumerable? statements = null); - public abstract System.Collections.Generic.IReadOnlyList GetAccessors(SyntaxNode declaration); - public abstract System.Collections.Generic.IReadOnlyList GetAttributeArguments(SyntaxNode attributeDeclaration); - public abstract System.Collections.Generic.IReadOnlyList GetAttributes(SyntaxNode declaration); - public abstract System.Collections.Generic.IReadOnlyList GetBaseAndInterfaceTypes(SyntaxNode declaration); - public SyntaxNode? GetDeclaration(SyntaxNode? node, DeclarationKind kind) { throw null; } - - public SyntaxNode? GetDeclaration(SyntaxNode? node) { throw null; } - - public abstract DeclarationKind GetDeclarationKind(SyntaxNode declaration); - public abstract SyntaxNode? GetExpression(SyntaxNode declaration); - public static SyntaxGenerator GetGenerator(Document document) { throw null; } - - public static SyntaxGenerator GetGenerator(Project project) { throw null; } - - public static SyntaxGenerator GetGenerator(Workspace workspace, string language) { throw null; } - - public abstract System.Collections.Generic.IReadOnlyList GetGetAccessorStatements(SyntaxNode declaration); - public abstract System.Collections.Generic.IReadOnlyList GetMembers(SyntaxNode declaration); - public abstract DeclarationModifiers GetModifiers(SyntaxNode declaration); - public abstract string GetName(SyntaxNode declaration); - public abstract System.Collections.Generic.IReadOnlyList GetNamespaceImports(SyntaxNode declaration); - public abstract System.Collections.Generic.IReadOnlyList GetParameters(SyntaxNode declaration); - public abstract System.Collections.Generic.IReadOnlyList GetReturnAttributes(SyntaxNode declaration); - public abstract System.Collections.Generic.IReadOnlyList GetSetAccessorStatements(SyntaxNode declaration); - public abstract System.Collections.Generic.IReadOnlyList GetStatements(SyntaxNode declaration); - public abstract System.Collections.Generic.IReadOnlyList GetSwitchSections(SyntaxNode switchStatement); - public abstract SyntaxNode? GetType(SyntaxNode declaration); - public abstract SyntaxNode GreaterThanExpression(SyntaxNode left, SyntaxNode right); - public abstract SyntaxNode GreaterThanOrEqualExpression(SyntaxNode left, SyntaxNode right); - public abstract SyntaxNode IdentifierName(string identifier); - public SyntaxNode IfStatement(SyntaxNode condition, System.Collections.Generic.IEnumerable trueStatements, SyntaxNode falseStatement) { throw null; } - - public abstract SyntaxNode IfStatement(SyntaxNode condition, System.Collections.Generic.IEnumerable trueStatements, System.Collections.Generic.IEnumerable? falseStatements = null); - public SyntaxNode IndexerDeclaration(IPropertySymbol indexer, System.Collections.Generic.IEnumerable? getAccessorStatements = null, System.Collections.Generic.IEnumerable? setAccessorStatements = null) { throw null; } - - public abstract SyntaxNode IndexerDeclaration(System.Collections.Generic.IEnumerable parameters, SyntaxNode type, Accessibility accessibility = Accessibility.NotApplicable, DeclarationModifiers modifiers = default, System.Collections.Generic.IEnumerable? getAccessorStatements = null, System.Collections.Generic.IEnumerable? setAccessorStatements = null); - protected int IndexOf(System.Collections.Generic.IReadOnlyList list, T element) { throw null; } - - public abstract SyntaxNode InsertAccessors(SyntaxNode declaration, int index, System.Collections.Generic.IEnumerable accessors); - public abstract SyntaxNode InsertAttributeArguments(SyntaxNode attributeDeclaration, int index, System.Collections.Generic.IEnumerable attributeArguments); - public SyntaxNode InsertAttributes(SyntaxNode declaration, int index, params SyntaxNode[] attributes) { throw null; } - - public abstract SyntaxNode InsertAttributes(SyntaxNode declaration, int index, System.Collections.Generic.IEnumerable attributes); - public SyntaxNode InsertMembers(SyntaxNode declaration, int index, params SyntaxNode[] members) { throw null; } - - public abstract SyntaxNode InsertMembers(SyntaxNode declaration, int index, System.Collections.Generic.IEnumerable members); - public SyntaxNode InsertNamespaceImports(SyntaxNode declaration, int index, params SyntaxNode[] imports) { throw null; } - - public abstract SyntaxNode InsertNamespaceImports(SyntaxNode declaration, int index, System.Collections.Generic.IEnumerable imports); - public virtual SyntaxNode InsertNodesAfter(SyntaxNode root, SyntaxNode node, System.Collections.Generic.IEnumerable newDeclarations) { throw null; } - - public virtual SyntaxNode InsertNodesBefore(SyntaxNode root, SyntaxNode node, System.Collections.Generic.IEnumerable newDeclarations) { throw null; } - - public abstract SyntaxNode InsertParameters(SyntaxNode declaration, int index, System.Collections.Generic.IEnumerable parameters); - public SyntaxNode InsertReturnAttributes(SyntaxNode declaration, int index, params SyntaxNode[] attributes) { throw null; } - - public abstract SyntaxNode InsertReturnAttributes(SyntaxNode declaration, int index, System.Collections.Generic.IEnumerable attributes); - public abstract SyntaxNode InsertSwitchSections(SyntaxNode switchStatement, int index, System.Collections.Generic.IEnumerable switchSections); - public abstract SyntaxNode InterfaceDeclaration(string name, System.Collections.Generic.IEnumerable? typeParameters = null, Accessibility accessibility = Accessibility.NotApplicable, System.Collections.Generic.IEnumerable? interfaceTypes = null, System.Collections.Generic.IEnumerable? members = null); - public SyntaxNode InvocationExpression(SyntaxNode expression, params SyntaxNode[] arguments) { throw null; } - - public abstract SyntaxNode InvocationExpression(SyntaxNode expression, System.Collections.Generic.IEnumerable arguments); - public SyntaxNode IsTypeExpression(SyntaxNode expression, ITypeSymbol type) { throw null; } - - public abstract SyntaxNode IsTypeExpression(SyntaxNode expression, SyntaxNode type); - public SyntaxNode LambdaParameter(string identifier, ITypeSymbol type) { throw null; } - - public abstract SyntaxNode LambdaParameter(string identifier, SyntaxNode? type = null); - public abstract SyntaxNode LessThanExpression(SyntaxNode left, SyntaxNode right); - public abstract SyntaxNode LessThanOrEqualExpression(SyntaxNode left, SyntaxNode right); - public SyntaxNode LiteralExpression(object? value) { throw null; } - - public SyntaxNode LocalDeclarationStatement(ITypeSymbol type, string name, SyntaxNode? initializer = null, bool isConst = false) { throw null; } - - public abstract SyntaxNode LocalDeclarationStatement(SyntaxNode? type, string identifier, SyntaxNode? initializer = null, bool isConst = false); - public SyntaxNode LocalDeclarationStatement(string name, SyntaxNode initializer) { throw null; } - - public abstract SyntaxNode LockStatement(SyntaxNode expression, System.Collections.Generic.IEnumerable statements); - public abstract SyntaxNode LogicalAndExpression(SyntaxNode left, SyntaxNode right); - public abstract SyntaxNode LogicalNotExpression(SyntaxNode expression); - public abstract SyntaxNode LogicalOrExpression(SyntaxNode left, SyntaxNode right); - public virtual SyntaxNode MemberAccessExpression(SyntaxNode? expression, SyntaxNode memberName) { throw null; } - - public SyntaxNode MemberAccessExpression(SyntaxNode? expression, string memberName) { throw null; } - - public abstract SyntaxNode MemberBindingExpression(SyntaxNode name); - public SyntaxNode MethodDeclaration(IMethodSymbol method, System.Collections.Generic.IEnumerable? statements = null) { throw null; } - - public abstract SyntaxNode MethodDeclaration(string name, System.Collections.Generic.IEnumerable? parameters = null, System.Collections.Generic.IEnumerable? typeParameters = null, SyntaxNode? returnType = null, Accessibility accessibility = Accessibility.NotApplicable, DeclarationModifiers modifiers = default, System.Collections.Generic.IEnumerable? statements = null); - public abstract SyntaxNode ModuloExpression(SyntaxNode left, SyntaxNode right); - public abstract SyntaxNode MultiplyExpression(SyntaxNode left, SyntaxNode right); - public abstract SyntaxNode NameExpression(INamespaceOrTypeSymbol namespaceOrTypeSymbol); - public abstract SyntaxNode NameOfExpression(SyntaxNode expression); - public SyntaxNode NamespaceDeclaration(SyntaxNode name, params SyntaxNode[] declarations) { throw null; } - - public abstract SyntaxNode NamespaceDeclaration(SyntaxNode name, System.Collections.Generic.IEnumerable declarations); - public SyntaxNode NamespaceDeclaration(string name, params SyntaxNode[] declarations) { throw null; } - - public SyntaxNode NamespaceDeclaration(string name, System.Collections.Generic.IEnumerable declarations) { throw null; } - - public abstract SyntaxNode NamespaceImportDeclaration(SyntaxNode name); - public SyntaxNode NamespaceImportDeclaration(string name) { throw null; } - - public abstract SyntaxNode NegateExpression(SyntaxNode expression); - public abstract SyntaxNode NullableTypeExpression(SyntaxNode type); - public SyntaxNode NullLiteralExpression() { throw null; } - - public SyntaxNode ObjectCreationExpression(ITypeSymbol type, params SyntaxNode[] arguments) { throw null; } - - public SyntaxNode ObjectCreationExpression(ITypeSymbol type, System.Collections.Generic.IEnumerable arguments) { throw null; } - - public SyntaxNode ObjectCreationExpression(SyntaxNode type, params SyntaxNode[] arguments) { throw null; } - - public abstract SyntaxNode ObjectCreationExpression(SyntaxNode namedType, System.Collections.Generic.IEnumerable arguments); - public virtual SyntaxNode OperatorDeclaration(OperatorKind kind, System.Collections.Generic.IEnumerable? parameters = null, SyntaxNode? returnType = null, Accessibility accessibility = Accessibility.NotApplicable, DeclarationModifiers modifiers = default, System.Collections.Generic.IEnumerable? statements = null) { throw null; } - - public SyntaxNode OperatorDeclaration(IMethodSymbol method, System.Collections.Generic.IEnumerable? statements = null) { throw null; } - - public SyntaxNode ParameterDeclaration(IParameterSymbol symbol, SyntaxNode? initializer = null) { throw null; } - - public abstract SyntaxNode ParameterDeclaration(string name, SyntaxNode? type = null, SyntaxNode? initializer = null, RefKind refKind = RefKind.None); - protected static SyntaxNode? PreserveTrivia(TNode? node, System.Func nodeChanger) - where TNode : SyntaxNode { throw null; } - - public SyntaxNode PropertyDeclaration(IPropertySymbol property, System.Collections.Generic.IEnumerable? getAccessorStatements = null, System.Collections.Generic.IEnumerable? setAccessorStatements = null) { throw null; } - - public abstract SyntaxNode PropertyDeclaration(string name, SyntaxNode type, Accessibility accessibility = Accessibility.NotApplicable, DeclarationModifiers modifiers = default, System.Collections.Generic.IEnumerable? getAccessorStatements = null, System.Collections.Generic.IEnumerable? setAccessorStatements = null); - public abstract SyntaxNode QualifiedName(SyntaxNode left, SyntaxNode right); - public abstract SyntaxNode ReferenceEqualsExpression(SyntaxNode left, SyntaxNode right); - public abstract SyntaxNode ReferenceNotEqualsExpression(SyntaxNode left, SyntaxNode right); - public SyntaxNode RemoveAllAttributes(SyntaxNode declaration) { throw null; } - - public abstract SyntaxNode RemoveEventHandler(SyntaxNode @event, SyntaxNode handler); - public virtual SyntaxNode RemoveNode(SyntaxNode root, SyntaxNode node, SyntaxRemoveOptions options) { throw null; } - - public virtual SyntaxNode RemoveNode(SyntaxNode root, SyntaxNode node) { throw null; } - - public SyntaxNode RemoveNodes(SyntaxNode root, System.Collections.Generic.IEnumerable declarations) { throw null; } - - protected static SeparatedSyntaxList RemoveRange(SeparatedSyntaxList list, int offset, int count) - where TNode : SyntaxNode { throw null; } - - protected static SyntaxList RemoveRange(SyntaxList list, int offset, int count) - where TNode : SyntaxNode { throw null; } - - public virtual SyntaxNode ReplaceNode(SyntaxNode root, SyntaxNode node, SyntaxNode? newDeclaration) { throw null; } - - protected static SyntaxNode ReplaceRange(SyntaxNode root, SyntaxNode node, System.Collections.Generic.IEnumerable replacements) { throw null; } - - protected static SyntaxNode ReplaceWithTrivia(SyntaxNode root, SyntaxNode original, SyntaxNode replacement) { throw null; } - - protected static SyntaxNode ReplaceWithTrivia(SyntaxNode root, SyntaxToken original, SyntaxToken replacement) { throw null; } - - protected static SyntaxNode ReplaceWithTrivia(SyntaxNode root, TNode original, System.Func replacer) - where TNode : SyntaxNode { throw null; } - - public abstract SyntaxNode ReturnStatement(SyntaxNode? expression = null); - public abstract SyntaxNode SetAccessorDeclaration(Accessibility accessibility = Accessibility.NotApplicable, System.Collections.Generic.IEnumerable? statements = null); - public abstract SyntaxNode StructDeclaration(string name, System.Collections.Generic.IEnumerable? typeParameters = null, Accessibility accessibility = Accessibility.NotApplicable, DeclarationModifiers modifiers = default, System.Collections.Generic.IEnumerable? interfaceTypes = null, System.Collections.Generic.IEnumerable? members = null); - public abstract SyntaxNode SubtractExpression(SyntaxNode left, SyntaxNode right); - public SyntaxNode SwitchSection(SyntaxNode caseExpression, System.Collections.Generic.IEnumerable statements) { throw null; } - - public abstract SyntaxNode SwitchSection(System.Collections.Generic.IEnumerable caseExpressions, System.Collections.Generic.IEnumerable statements); - public SyntaxNode SwitchStatement(SyntaxNode expression, params SyntaxNode[] sections) { throw null; } - - public abstract SyntaxNode SwitchStatement(SyntaxNode expression, System.Collections.Generic.IEnumerable sections); - public abstract SyntaxNode ThisExpression(); - public abstract SyntaxNode ThrowExpression(SyntaxNode expression); - public abstract SyntaxNode ThrowStatement(SyntaxNode? expression = null); - public SyntaxNode TrueLiteralExpression() { throw null; } - - public SyntaxNode TryCastExpression(SyntaxNode expression, ITypeSymbol type) { throw null; } - - public abstract SyntaxNode TryCastExpression(SyntaxNode expression, SyntaxNode type); - public SyntaxNode TryCatchStatement(System.Collections.Generic.IEnumerable tryStatements, params SyntaxNode[] catchClauses) { throw null; } - - public abstract SyntaxNode TryCatchStatement(System.Collections.Generic.IEnumerable tryStatements, System.Collections.Generic.IEnumerable? catchClauses, System.Collections.Generic.IEnumerable? finallyStatements = null); - public SyntaxNode TryFinallyStatement(System.Collections.Generic.IEnumerable tryStatements, System.Collections.Generic.IEnumerable finallyStatements) { throw null; } - - public SyntaxNode TupleElementExpression(ITypeSymbol type, string? name = null) { throw null; } - - public abstract SyntaxNode TupleElementExpression(SyntaxNode type, string? name = null); - public abstract SyntaxNode TupleExpression(System.Collections.Generic.IEnumerable arguments); - public SyntaxNode TupleTypeExpression(params SyntaxNode[] elements) { throw null; } - - public SyntaxNode TupleTypeExpression(System.Collections.Generic.IEnumerable elementTypes, System.Collections.Generic.IEnumerable? elementNames = null) { throw null; } - - public SyntaxNode TupleTypeExpression(System.Collections.Generic.IEnumerable elements) { throw null; } - - public abstract SyntaxNode TypedConstantExpression(TypedConstant value); - public SyntaxNode TypeExpression(ITypeSymbol typeSymbol, bool addImport) { throw null; } - - public abstract SyntaxNode TypeExpression(ITypeSymbol typeSymbol); - public abstract SyntaxNode TypeExpression(SpecialType specialType); - public abstract SyntaxNode TypeOfExpression(SyntaxNode type); - public abstract SyntaxNode UsingStatement(SyntaxNode expression, System.Collections.Generic.IEnumerable statements); - public abstract SyntaxNode UsingStatement(SyntaxNode? type, string name, SyntaxNode expression, System.Collections.Generic.IEnumerable statements); - public SyntaxNode UsingStatement(string name, SyntaxNode expression, System.Collections.Generic.IEnumerable statements) { throw null; } - - public abstract SyntaxNode ValueEqualsExpression(SyntaxNode left, SyntaxNode right); - public abstract SyntaxNode ValueNotEqualsExpression(SyntaxNode left, SyntaxNode right); - public SyntaxNode ValueReturningLambdaExpression(SyntaxNode expression) { throw null; } - - public abstract SyntaxNode ValueReturningLambdaExpression(System.Collections.Generic.IEnumerable? lambdaParameters, SyntaxNode expression); - public abstract SyntaxNode ValueReturningLambdaExpression(System.Collections.Generic.IEnumerable? lambdaParameters, System.Collections.Generic.IEnumerable statements); - public SyntaxNode ValueReturningLambdaExpression(System.Collections.Generic.IEnumerable statements) { throw null; } - - public SyntaxNode ValueReturningLambdaExpression(string parameterName, SyntaxNode expression) { throw null; } - - public SyntaxNode ValueReturningLambdaExpression(string parameterName, System.Collections.Generic.IEnumerable statements) { throw null; } - - public SyntaxNode VoidReturningLambdaExpression(SyntaxNode expression) { throw null; } - - public abstract SyntaxNode VoidReturningLambdaExpression(System.Collections.Generic.IEnumerable? lambdaParameters, SyntaxNode expression); - public abstract SyntaxNode VoidReturningLambdaExpression(System.Collections.Generic.IEnumerable? lambdaParameters, System.Collections.Generic.IEnumerable statements); - public SyntaxNode VoidReturningLambdaExpression(System.Collections.Generic.IEnumerable statements) { throw null; } - - public SyntaxNode VoidReturningLambdaExpression(string parameterName, SyntaxNode expression) { throw null; } - - public SyntaxNode VoidReturningLambdaExpression(string parameterName, System.Collections.Generic.IEnumerable statements) { throw null; } - - public abstract SyntaxNode WhileStatement(SyntaxNode condition, System.Collections.Generic.IEnumerable statements); - public abstract SyntaxNode WithAccessibility(SyntaxNode declaration, Accessibility accessibility); - public SyntaxNode WithAccessorDeclarations(SyntaxNode declaration, params SyntaxNode[] accessorDeclarations) { throw null; } - - public abstract SyntaxNode WithAccessorDeclarations(SyntaxNode declaration, System.Collections.Generic.IEnumerable accessorDeclarations); - public abstract SyntaxNode WithExpression(SyntaxNode declaration, SyntaxNode expression); - public abstract SyntaxNode WithGetAccessorStatements(SyntaxNode declaration, System.Collections.Generic.IEnumerable statements); - public abstract SyntaxNode WithModifiers(SyntaxNode declaration, DeclarationModifiers modifiers); - public abstract SyntaxNode WithName(SyntaxNode declaration, string name); - public abstract SyntaxNode WithSetAccessorStatements(SyntaxNode declaration, System.Collections.Generic.IEnumerable statements); - public abstract SyntaxNode WithStatements(SyntaxNode declaration, System.Collections.Generic.IEnumerable statements); - public abstract SyntaxNode WithType(SyntaxNode declaration, SyntaxNode type); - public SyntaxNode WithTypeArguments(SyntaxNode expression, params SyntaxNode[] typeArguments) { throw null; } - - public abstract SyntaxNode WithTypeArguments(SyntaxNode expression, System.Collections.Generic.IEnumerable typeArguments); - public SyntaxNode WithTypeConstraint(SyntaxNode declaration, string typeParameterName, SpecialTypeConstraintKind kinds, params SyntaxNode[] types) { throw null; } - - public abstract SyntaxNode WithTypeConstraint(SyntaxNode declaration, string typeParameterName, SpecialTypeConstraintKind kinds, System.Collections.Generic.IEnumerable? types = null); - public SyntaxNode WithTypeConstraint(SyntaxNode declaration, string typeParameterName, params SyntaxNode[] types) { throw null; } - - public abstract SyntaxNode WithTypeParameters(SyntaxNode declaration, System.Collections.Generic.IEnumerable typeParameters); - public SyntaxNode WithTypeParameters(SyntaxNode declaration, params string[] typeParameters) { throw null; } - } -} - -namespace Microsoft.CodeAnalysis.FindSymbols -{ - public partial interface IFindReferencesProgress - { - void OnCompleted(); - void OnDefinitionFound(ISymbol symbol); - void OnFindInDocumentCompleted(Document document); - void OnFindInDocumentStarted(Document document); - void OnReferenceFound(ISymbol symbol, ReferenceLocation location); - void OnStarted(); - void ReportProgress(int current, int maximum); - } - - public partial class ReferencedSymbol - { - internal ReferencedSymbol() { } - - public ISymbol Definition { get { throw null; } } - - public System.Collections.Generic.IEnumerable Locations { get { throw null; } } - } - - public readonly partial struct ReferenceLocation : System.IComparable, System.IEquatable - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public IAliasSymbol? Alias { get { throw null; } } - - public CandidateReason CandidateReason { get { throw null; } } - - public Document Document { get { throw null; } } - - public bool IsCandidateLocation { get { throw null; } } - - public bool IsImplicit { get { throw null; } } - - public Location Location { get { throw null; } } - - public readonly int CompareTo(ReferenceLocation other) { throw null; } - - public readonly bool Equals(ReferenceLocation other) { throw null; } - - public override readonly bool Equals(object? obj) { throw null; } - - public override readonly int GetHashCode() { throw null; } - - public static bool operator ==(ReferenceLocation left, ReferenceLocation right) { throw null; } - - public static bool operator !=(ReferenceLocation left, ReferenceLocation right) { throw null; } - } - - public readonly partial struct SymbolCallerInfo - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public ISymbol CalledSymbol { get { throw null; } } - - public ISymbol CallingSymbol { get { throw null; } } - - public bool IsDirect { get { throw null; } } - - public System.Collections.Generic.IEnumerable Locations { get { throw null; } } - } - - public static partial class SymbolFinder - { - public static System.Threading.Tasks.Task> FindCallersAsync(ISymbol symbol, Solution solution, System.Collections.Immutable.IImmutableSet? documents, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static System.Threading.Tasks.Task> FindCallersAsync(ISymbol symbol, Solution solution, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static System.Threading.Tasks.Task> FindDeclarationsAsync(Project project, string name, bool ignoreCase, SymbolFilter filter, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static System.Threading.Tasks.Task> FindDeclarationsAsync(Project project, string name, bool ignoreCase, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static System.Threading.Tasks.Task> FindDerivedClassesAsync(INamedTypeSymbol type, Solution solution, bool transitive = true, System.Collections.Immutable.IImmutableSet? projects = null, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static System.Threading.Tasks.Task> FindDerivedClassesAsync(INamedTypeSymbol type, Solution solution, System.Collections.Immutable.IImmutableSet? projects, System.Threading.CancellationToken cancellationToken) { throw null; } - - public static System.Threading.Tasks.Task> FindDerivedInterfacesAsync(INamedTypeSymbol type, Solution solution, bool transitive = true, System.Collections.Immutable.IImmutableSet? projects = null, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static System.Threading.Tasks.Task> FindImplementationsAsync(INamedTypeSymbol type, Solution solution, bool transitive = true, System.Collections.Immutable.IImmutableSet? projects = null, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static System.Threading.Tasks.Task> FindImplementationsAsync(ISymbol symbol, Solution solution, System.Collections.Immutable.IImmutableSet? projects = null, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static System.Threading.Tasks.Task> FindImplementedInterfaceMembersAsync(ISymbol symbol, Solution solution, System.Collections.Immutable.IImmutableSet? projects = null, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static System.Threading.Tasks.Task> FindOverridesAsync(ISymbol symbol, Solution solution, System.Collections.Immutable.IImmutableSet? projects = null, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static System.Threading.Tasks.Task> FindReferencesAsync(ISymbol symbol, Solution solution, IFindReferencesProgress? progress, System.Collections.Immutable.IImmutableSet? documents, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static System.Threading.Tasks.Task> FindReferencesAsync(ISymbol symbol, Solution solution, System.Collections.Immutable.IImmutableSet? documents, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static System.Threading.Tasks.Task> FindReferencesAsync(ISymbol symbol, Solution solution, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static System.Collections.Generic.IEnumerable FindSimilarSymbols(TSymbol symbol, Compilation compilation, System.Threading.CancellationToken cancellationToken = default) - where TSymbol : ISymbol { throw null; } - - public static System.Threading.Tasks.Task> FindSourceDeclarationsAsync(Project project, System.Func predicate, SymbolFilter filter, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static System.Threading.Tasks.Task> FindSourceDeclarationsAsync(Project project, System.Func predicate, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static System.Threading.Tasks.Task> FindSourceDeclarationsAsync(Project project, string name, bool ignoreCase, SymbolFilter filter, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static System.Threading.Tasks.Task> FindSourceDeclarationsAsync(Project project, string name, bool ignoreCase, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static System.Threading.Tasks.Task> FindSourceDeclarationsAsync(Solution solution, System.Func predicate, SymbolFilter filter, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static System.Threading.Tasks.Task> FindSourceDeclarationsAsync(Solution solution, System.Func predicate, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static System.Threading.Tasks.Task> FindSourceDeclarationsAsync(Solution solution, string name, bool ignoreCase, SymbolFilter filter, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static System.Threading.Tasks.Task> FindSourceDeclarationsAsync(Solution solution, string name, bool ignoreCase, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static System.Threading.Tasks.Task> FindSourceDeclarationsWithPatternAsync(Project project, string pattern, SymbolFilter filter, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static System.Threading.Tasks.Task> FindSourceDeclarationsWithPatternAsync(Project project, string pattern, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static System.Threading.Tasks.Task> FindSourceDeclarationsWithPatternAsync(Solution solution, string pattern, SymbolFilter filter, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static System.Threading.Tasks.Task> FindSourceDeclarationsWithPatternAsync(Solution solution, string pattern, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static System.Threading.Tasks.Task FindSourceDefinitionAsync(ISymbol? symbol, Solution solution, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - [System.Obsolete("Use FindSymbolAtPositionAsync instead.")] - public static ISymbol FindSymbolAtPosition(SemanticModel semanticModel, int position, Workspace workspace, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static System.Threading.Tasks.Task FindSymbolAtPositionAsync(Document document, int position, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static System.Threading.Tasks.Task FindSymbolAtPositionAsync(SemanticModel semanticModel, int position, Workspace workspace, System.Threading.CancellationToken cancellationToken = default) { throw null; } - } -} - -namespace Microsoft.CodeAnalysis.Formatting -{ - public static partial class Formatter - { - public static SyntaxAnnotation Annotation { get { throw null; } } - - public static SyntaxNode Format(SyntaxNode node, SyntaxAnnotation annotation, Workspace workspace, Options.OptionSet? options = null, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static SyntaxNode Format(SyntaxNode node, Text.TextSpan span, Workspace workspace, Options.OptionSet? options = null, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static SyntaxNode Format(SyntaxNode node, Workspace workspace, Options.OptionSet? options = null, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static SyntaxNode Format(SyntaxNode node, System.Collections.Generic.IEnumerable? spans, Workspace workspace, Options.OptionSet? options = null, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static System.Threading.Tasks.Task FormatAsync(Document document, Options.OptionSet? options = null, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static System.Threading.Tasks.Task FormatAsync(Document document, SyntaxAnnotation annotation, Options.OptionSet? options = null, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static System.Threading.Tasks.Task FormatAsync(Document document, Text.TextSpan span, Options.OptionSet? options = null, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static System.Threading.Tasks.Task FormatAsync(Document document, System.Collections.Generic.IEnumerable? spans, Options.OptionSet? options = null, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static System.Collections.Generic.IList GetFormattedTextChanges(SyntaxNode node, Text.TextSpan span, Workspace workspace, Options.OptionSet? options = null, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static System.Collections.Generic.IList GetFormattedTextChanges(SyntaxNode node, Workspace workspace, Options.OptionSet? options = null, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static System.Collections.Generic.IList GetFormattedTextChanges(SyntaxNode node, System.Collections.Generic.IEnumerable? spans, Workspace workspace, Options.OptionSet? options = null, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static System.Threading.Tasks.Task OrganizeImportsAsync(Document document, System.Threading.CancellationToken cancellationToken = default) { throw null; } - } - - public static partial class FormattingOptions - { - public static Options.PerLanguageOption IndentationSize { get { throw null; } } - - public static Options.PerLanguageOption NewLine { get { throw null; } } - - public static Options.PerLanguageOption SmartIndent { get { throw null; } } - - public static Options.PerLanguageOption TabSize { get { throw null; } } - - public static Options.PerLanguageOption UseTabs { get { throw null; } } - - public enum IndentStyle - { - None = 0, - Block = 1, - Smart = 2 - } - } -} - -namespace Microsoft.CodeAnalysis.Host -{ - public abstract partial class HostLanguageServices - { - public abstract string Language { get; } - - public LanguageServices LanguageServices { get { throw null; } } - - public abstract HostWorkspaceServices WorkspaceServices { get; } - - public TLanguageService GetRequiredService() - where TLanguageService : ILanguageService { throw null; } - - public abstract TLanguageService? GetService() - where TLanguageService : ILanguageService; - } - - public abstract partial class HostServices - { - protected internal abstract HostWorkspaceServices CreateWorkspaceServices(Workspace workspace); - } - - public abstract partial class HostWorkspaceServices - { - public abstract HostServices HostServices { get; } - - [System.Obsolete("Roslyn no longer exports a mechanism to perform persistence.", true)] - public virtual IPersistentStorageService PersistentStorage { get { throw null; } } - - public virtual System.Collections.Generic.IEnumerable SupportedLanguages { get { throw null; } } - - [System.Obsolete("Roslyn no longer exports a mechanism to store arbitrary data in-memory.")] - public virtual ITemporaryStorageService TemporaryStorage { get { throw null; } } - - public abstract Workspace Workspace { get; } - - public abstract System.Collections.Generic.IEnumerable FindLanguageServices(MetadataFilter filter); - public virtual HostLanguageServices GetLanguageServices(string languageName) { throw null; } - - public TWorkspaceService GetRequiredService() - where TWorkspaceService : IWorkspaceService { throw null; } - - public abstract TWorkspaceService? GetService() - where TWorkspaceService : IWorkspaceService; - public virtual bool IsSupported(string languageName) { throw null; } - - public delegate bool MetadataFilter(System.Collections.Generic.IReadOnlyDictionary metadata); - } - - public partial interface IAnalyzerService : IWorkspaceService - { - IAnalyzerAssemblyLoader GetLoader(); - } - - public partial interface ILanguageService - { - } - - public partial interface IPersistentStorage : System.IDisposable, System.IAsyncDisposable - { - System.Threading.Tasks.Task ReadStreamAsync(Document document, string name, System.Threading.CancellationToken cancellationToken = default); - System.Threading.Tasks.Task ReadStreamAsync(Project project, string name, System.Threading.CancellationToken cancellationToken = default); - System.Threading.Tasks.Task ReadStreamAsync(string name, System.Threading.CancellationToken cancellationToken = default); - System.Threading.Tasks.Task WriteStreamAsync(Document document, string name, System.IO.Stream stream, System.Threading.CancellationToken cancellationToken = default); - System.Threading.Tasks.Task WriteStreamAsync(Project project, string name, System.IO.Stream stream, System.Threading.CancellationToken cancellationToken = default); - System.Threading.Tasks.Task WriteStreamAsync(string name, System.IO.Stream stream, System.Threading.CancellationToken cancellationToken = default); - } - - [System.Obsolete("Roslyn no longer exports a mechanism to perform persistence.", true)] - public partial interface IPersistentStorageService : IWorkspaceService - { - [System.Obsolete("Roslyn no longer exports a mechanism to perform persistence.", true)] - IPersistentStorage GetStorage(Solution solution); - } - - [System.Obsolete("API is no longer available")] - public partial interface ITemporaryStorageService : IWorkspaceService - { - ITemporaryStreamStorage CreateTemporaryStreamStorage(System.Threading.CancellationToken cancellationToken = default); - ITemporaryTextStorage CreateTemporaryTextStorage(System.Threading.CancellationToken cancellationToken = default); - } - - [System.Obsolete("Roslyn no longer exports a mechanism to store arbitrary data in-memory.")] - public partial interface ITemporaryStreamStorage : System.IDisposable - { - System.IO.Stream ReadStream(System.Threading.CancellationToken cancellationToken = default); - System.Threading.Tasks.Task ReadStreamAsync(System.Threading.CancellationToken cancellationToken = default); - void WriteStream(System.IO.Stream stream, System.Threading.CancellationToken cancellationToken = default); - System.Threading.Tasks.Task WriteStreamAsync(System.IO.Stream stream, System.Threading.CancellationToken cancellationToken = default); - } - - [System.Obsolete("Roslyn no longer exports a mechanism to store arbitrary data in-memory.")] - public partial interface ITemporaryTextStorage : System.IDisposable - { - Text.SourceText ReadText(System.Threading.CancellationToken cancellationToken = default); - System.Threading.Tasks.Task ReadTextAsync(System.Threading.CancellationToken cancellationToken = default); - void WriteText(Text.SourceText text, System.Threading.CancellationToken cancellationToken = default); - System.Threading.Tasks.Task WriteTextAsync(Text.SourceText text, System.Threading.CancellationToken cancellationToken = default); - } - - public partial interface IWorkspaceService - { - } - - public sealed partial class LanguageServices - { - internal LanguageServices() { } - - public string Language { get { throw null; } } - - public SolutionServices SolutionServices { get { throw null; } } - - public TLanguageService GetRequiredService() - where TLanguageService : ILanguageService { throw null; } - - public TLanguageService? GetService() - where TLanguageService : ILanguageService { throw null; } - } - - public sealed partial class SolutionServices - { - internal SolutionServices() { } - - public System.Collections.Generic.IEnumerable SupportedLanguages { get { throw null; } } - - public LanguageServices GetLanguageServices(string languageName) { throw null; } - - public TLanguageService GetRequiredLanguageService(string language) - where TLanguageService : ILanguageService { throw null; } - - public TWorkspaceService GetRequiredService() - where TWorkspaceService : IWorkspaceService { throw null; } - - public TWorkspaceService? GetService() - where TWorkspaceService : IWorkspaceService { throw null; } - - public bool IsSupported(string languageName) { throw null; } - } -} - -namespace Microsoft.CodeAnalysis.Host.Mef -{ - [System.Composition.MetadataAttribute] - [System.AttributeUsage(System.AttributeTargets.Class)] - public partial class ExportLanguageServiceAttribute : System.Composition.ExportAttribute - { - public ExportLanguageServiceAttribute(System.Type type, string language, string layer = "Default") { } - - public string Language { get { throw null; } } - - public string Layer { get { throw null; } } - - public string ServiceType { get { throw null; } } - } - - [System.Composition.MetadataAttribute] - [System.AttributeUsage(System.AttributeTargets.Class)] - public partial class ExportLanguageServiceFactoryAttribute : System.Composition.ExportAttribute - { - public ExportLanguageServiceFactoryAttribute(System.Type type, string language, string layer = "Default") { } - - public string Language { get { throw null; } } - - public string Layer { get { throw null; } } - - public string ServiceType { get { throw null; } } - } - - [System.Composition.MetadataAttribute] - [System.AttributeUsage(System.AttributeTargets.Class)] - public partial class ExportWorkspaceServiceAttribute : System.Composition.ExportAttribute - { - public ExportWorkspaceServiceAttribute(System.Type serviceType, string layer = "Default") { } - - public string Layer { get { throw null; } } - - public string ServiceType { get { throw null; } } - } - - [System.Composition.MetadataAttribute] - [System.AttributeUsage(System.AttributeTargets.Class)] - public partial class ExportWorkspaceServiceFactoryAttribute : System.Composition.ExportAttribute - { - public ExportWorkspaceServiceFactoryAttribute(System.Type serviceType, string layer = "Default") { } - - public string Layer { get { throw null; } } - - public string ServiceType { get { throw null; } } - } - - public partial interface ILanguageServiceFactory - { - ILanguageService CreateLanguageService(HostLanguageServices languageServices); - } - - public partial interface IWorkspaceServiceFactory - { - IWorkspaceService CreateService(HostWorkspaceServices workspaceServices); - } - - public partial class MefHostServices : HostServices - { - public MefHostServices(System.Composition.CompositionContext compositionContext) { } - - public static System.Collections.Immutable.ImmutableArray DefaultAssemblies { get { throw null; } } - - public static MefHostServices DefaultHost { get { throw null; } } - - public static MefHostServices Create(System.Collections.Generic.IEnumerable assemblies) { throw null; } - - public static MefHostServices Create(System.Composition.CompositionContext compositionContext) { throw null; } - - protected internal override HostWorkspaceServices CreateWorkspaceServices(Workspace workspace) { throw null; } - } - - public static partial class ServiceLayer - { - public const string Default = "Default"; - public const string Desktop = "Desktop"; - public const string Editor = "Editor"; - public const string Host = "Host"; - } -} - -namespace Microsoft.CodeAnalysis.Options -{ - public sealed partial class DocumentOptionSet : OptionSet - { - internal DocumentOptionSet() { } - - public T GetOption(PerLanguageOption option) { throw null; } - - public override OptionSet WithChangedOption(OptionKey optionAndLanguage, object? value) { throw null; } - - public DocumentOptionSet WithChangedOption(PerLanguageOption option, T value) { throw null; } - } - - public partial interface IOption - { - object? DefaultValue { get; } - - string Feature { get; } - - bool IsPerLanguage { get; } - - string Name { get; } - - System.Collections.Immutable.ImmutableArray StorageLocations { get; } - - System.Type Type { get; } - } - - public readonly partial struct OptionKey : System.IEquatable - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public OptionKey(IOption option, string? language = null) { } - - public string? Language { get { throw null; } } - - public IOption Option { get { throw null; } } - - public readonly bool Equals(OptionKey other) { throw null; } - - public override readonly bool Equals(object? obj) { throw null; } - - public override readonly int GetHashCode() { throw null; } - - public static bool operator ==(OptionKey left, OptionKey right) { throw null; } - - public static bool operator !=(OptionKey left, OptionKey right) { throw null; } - - public override readonly string ToString() { throw null; } - } - - public abstract partial class OptionSet - { - public object? GetOption(OptionKey optionKey) { throw null; } - - public T GetOption(Option option) { throw null; } - - public T GetOption(OptionKey optionKey) { throw null; } - - public T GetOption(PerLanguageOption option, string? language) { throw null; } - - public abstract OptionSet WithChangedOption(OptionKey optionAndLanguage, object? value); - public OptionSet WithChangedOption(Option option, T value) { throw null; } - - public OptionSet WithChangedOption(PerLanguageOption option, string? language, T value) { throw null; } - } - - public abstract partial class OptionStorageLocation - { - } - - public partial class Option : IOption - { - public Option(string feature, string name, T defaultValue, params OptionStorageLocation[] storageLocations) { } - - public Option(string feature, string name, T defaultValue) { } - - [System.Obsolete("Use a constructor that specifies an explicit default value.")] - public Option(string feature, string name) { } - - public T DefaultValue { get { throw null; } } - - public string Feature { get { throw null; } } - - object? IOption.DefaultValue { get { throw null; } } - - bool IOption.IsPerLanguage { get { throw null; } } - - public string Name { get { throw null; } } - - public System.Collections.Immutable.ImmutableArray StorageLocations { get { throw null; } } - - public System.Type Type { get { throw null; } } - - public override bool Equals(object? obj) { throw null; } - - public override int GetHashCode() { throw null; } - - public static implicit operator OptionKey(Option option) { throw null; } - - public override string ToString() { throw null; } - } - - public partial class PerLanguageOption : IOption - { - public PerLanguageOption(string feature, string name, T defaultValue, params OptionStorageLocation[] storageLocations) { } - - public PerLanguageOption(string feature, string name, T defaultValue) { } - - public T DefaultValue { get { throw null; } } - - public string Feature { get { throw null; } } - - object? IOption.DefaultValue { get { throw null; } } - - bool IOption.IsPerLanguage { get { throw null; } } - - public string Name { get { throw null; } } - - public System.Collections.Immutable.ImmutableArray StorageLocations { get { throw null; } } - - public System.Type Type { get { throw null; } } - - public override bool Equals(object? obj) { throw null; } - - public override int GetHashCode() { throw null; } - - public override string ToString() { throw null; } - } -} - -namespace Microsoft.CodeAnalysis.Recommendations -{ - public static partial class RecommendationOptions - { - public static Options.PerLanguageOption FilterOutOfScopeLocals { get { throw null; } } - - public static Options.PerLanguageOption HideAdvancedMembers { get { throw null; } } - } - - public static partial class Recommender - { - [System.Obsolete("Use GetRecommendedSymbolsAtPositionAsync(Document, ...)")] - public static System.Collections.Generic.IEnumerable GetRecommendedSymbolsAtPosition(SemanticModel semanticModel, int position, Workspace workspace, Options.OptionSet? options = null, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static System.Threading.Tasks.Task> GetRecommendedSymbolsAtPositionAsync(Document document, int position, Options.OptionSet? options = null, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - [System.Obsolete("Use GetRecommendedSymbolsAtPositionAsync(Document, ...)")] - public static System.Threading.Tasks.Task> GetRecommendedSymbolsAtPositionAsync(SemanticModel semanticModel, int position, Workspace workspace, Options.OptionSet? options = null, System.Threading.CancellationToken cancellationToken = default) { throw null; } - } -} - -namespace Microsoft.CodeAnalysis.Rename -{ - [System.Runtime.Serialization.DataContract] - public readonly partial struct DocumentRenameOptions : System.IEquatable - { - private readonly int _dummyPrimitive; - public DocumentRenameOptions(bool RenameMatchingTypeInStrings = false, bool RenameMatchingTypeInComments = false) { } - - [System.Runtime.Serialization.DataMember(Order = 1)] - public bool RenameMatchingTypeInComments { get { throw null; } set { } } - - [System.Runtime.Serialization.DataMember(Order = 0)] - public bool RenameMatchingTypeInStrings { get { throw null; } set { } } - - public readonly void Deconstruct(out bool RenameMatchingTypeInStrings, out bool RenameMatchingTypeInComments) { throw null; } - - public readonly bool Equals(DocumentRenameOptions other) { throw null; } - - public override readonly bool Equals(object obj) { throw null; } - - public override readonly int GetHashCode() { throw null; } - - public static bool operator ==(DocumentRenameOptions left, DocumentRenameOptions right) { throw null; } - - public static bool operator !=(DocumentRenameOptions left, DocumentRenameOptions right) { throw null; } - - public override readonly string ToString() { throw null; } - } - - public enum RenameEntityKind - { - BaseSymbol = 0, - OverloadedSymbols = 1 - } - - [System.Obsolete("Use SymbolRenameOptions or DocumentRenameOptions instead")] - public static partial class RenameOptions - { - public static Options.Option PreviewChanges { get { throw null; } } - - public static Options.Option RenameInComments { get { throw null; } } - - public static Options.Option RenameInStrings { get { throw null; } } - - public static Options.Option RenameOverloads { get { throw null; } } - } - - public static partial class Renamer - { - public static System.Threading.Tasks.Task RenameDocumentAsync(Document document, DocumentRenameOptions options, string? newDocumentName, System.Collections.Generic.IReadOnlyList? newDocumentFolders = null, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - [System.Obsolete("Use overload taking RenameOptions")] - public static System.Threading.Tasks.Task RenameDocumentAsync(Document document, string? newDocumentName, System.Collections.Generic.IReadOnlyList? newDocumentFolders = null, Options.OptionSet? optionSet = null, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static System.Threading.Tasks.Task RenameSymbolAsync(Solution solution, ISymbol symbol, SymbolRenameOptions options, string newName, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - [System.Obsolete("Use overload taking RenameOptions")] - public static System.Threading.Tasks.Task RenameSymbolAsync(Solution solution, ISymbol symbol, string newName, Options.OptionSet? optionSet, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public abstract partial class RenameDocumentAction - { - internal RenameDocumentAction() { } - - public abstract string GetDescription(System.Globalization.CultureInfo? culture = null); - public System.Collections.Immutable.ImmutableArray GetErrors(System.Globalization.CultureInfo? culture = null) { throw null; } - } - - public sealed partial class RenameDocumentActionSet - { - internal RenameDocumentActionSet() { } - - public System.Collections.Immutable.ImmutableArray ApplicableActions { get { throw null; } } - - public System.Threading.Tasks.Task UpdateSolutionAsync(Solution solution, System.Collections.Immutable.ImmutableArray actions, System.Threading.CancellationToken cancellationToken) { throw null; } - - public System.Threading.Tasks.Task UpdateSolutionAsync(Solution solution, System.Threading.CancellationToken cancellationToken) { throw null; } - } - } - - [System.Runtime.Serialization.DataContract] - public readonly partial struct SymbolRenameOptions : System.IEquatable - { - private readonly int _dummyPrimitive; - public SymbolRenameOptions(bool RenameOverloads = false, bool RenameInStrings = false, bool RenameInComments = false, bool RenameFile = false) { } - - [System.Runtime.Serialization.DataMember(Order = 3)] - public bool RenameFile { get { throw null; } set { } } - - [System.Runtime.Serialization.DataMember(Order = 2)] - public bool RenameInComments { get { throw null; } set { } } - - [System.Runtime.Serialization.DataMember(Order = 1)] - public bool RenameInStrings { get { throw null; } set { } } - - [System.Runtime.Serialization.DataMember(Order = 0)] - public bool RenameOverloads { get { throw null; } set { } } - - public readonly void Deconstruct(out bool RenameOverloads, out bool RenameInStrings, out bool RenameInComments, out bool RenameFile) { throw null; } - - public readonly bool Equals(SymbolRenameOptions other) { throw null; } - - public override readonly bool Equals(object obj) { throw null; } - - public override readonly int GetHashCode() { throw null; } - - public static bool operator ==(SymbolRenameOptions left, SymbolRenameOptions right) { throw null; } - - public static bool operator !=(SymbolRenameOptions left, SymbolRenameOptions right) { throw null; } - - public override readonly string ToString() { throw null; } - } -} - -namespace Microsoft.CodeAnalysis.Simplification -{ - public static partial class SimplificationOptions - { - [System.Obsolete("This option is no longer used")] - public static Options.Option AllowSimplificationToBaseType { get { throw null; } } - - [System.Obsolete("This option is no longer used")] - public static Options.Option AllowSimplificationToGenericType { get { throw null; } } - - [System.Obsolete("This option is no longer used")] - public static Options.Option PreferAliasToQualification { get { throw null; } } - - [System.Obsolete("This option is no longer used")] - public static Options.Option PreferImplicitTypeInference { get { throw null; } } - - [System.Obsolete("This option is no longer used")] - public static Options.Option PreferImplicitTypeInLocalDeclaration { get { throw null; } } - - [System.Obsolete("This option is no longer used")] - public static Options.PerLanguageOption PreferIntrinsicPredefinedTypeKeywordInDeclaration { get { throw null; } } - - [System.Obsolete("This option is no longer used")] - public static Options.PerLanguageOption PreferIntrinsicPredefinedTypeKeywordInMemberAccess { get { throw null; } } - - [System.Obsolete("This option is no longer used")] - public static Options.Option PreferOmittingModuleNamesInQualification { get { throw null; } } - - [System.Obsolete("This option is no longer used")] - public static Options.PerLanguageOption QualifyEventAccess { get { throw null; } } - - [System.Obsolete("This option is no longer used")] - public static Options.PerLanguageOption QualifyFieldAccess { get { throw null; } } - - [System.Obsolete("This option is no longer used")] - public static Options.PerLanguageOption QualifyMemberAccessWithThisOrMe { get { throw null; } } - - [System.Obsolete("This option is no longer used")] - public static Options.PerLanguageOption QualifyMethodAccess { get { throw null; } } - - [System.Obsolete("This option is no longer used")] - public static Options.PerLanguageOption QualifyPropertyAccess { get { throw null; } } - } - - public static partial class Simplifier - { - public static SyntaxAnnotation AddImportsAnnotation { get { throw null; } } - - public static SyntaxAnnotation Annotation { get { throw null; } } - - public static SyntaxAnnotation SpecialTypeAnnotation { get { throw null; } } - - public static SyntaxToken Expand(SyntaxToken token, SemanticModel semanticModel, Workspace workspace, System.Func? expandInsideNode = null, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static TNode Expand(TNode node, SemanticModel semanticModel, Workspace workspace, System.Func? expandInsideNode = null, bool expandParameter = false, System.Threading.CancellationToken cancellationToken = default) - where TNode : SyntaxNode { throw null; } - - public static System.Threading.Tasks.Task ExpandAsync(SyntaxToken token, Document document, System.Func? expandInsideNode = null, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static System.Threading.Tasks.Task ExpandAsync(TNode node, Document document, System.Func? expandInsideNode = null, bool expandParameter = false, System.Threading.CancellationToken cancellationToken = default) - where TNode : SyntaxNode { throw null; } - - public static System.Threading.Tasks.Task ReduceAsync(Document document, Options.OptionSet? optionSet = null, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static System.Threading.Tasks.Task ReduceAsync(Document document, SyntaxAnnotation annotation, Options.OptionSet? optionSet = null, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static System.Threading.Tasks.Task ReduceAsync(Document document, Text.TextSpan span, Options.OptionSet? optionSet = null, System.Threading.CancellationToken cancellationToken = default) { throw null; } - - public static System.Threading.Tasks.Task ReduceAsync(Document document, System.Collections.Generic.IEnumerable spans, Options.OptionSet? optionSet = null, System.Threading.CancellationToken cancellationToken = default) { throw null; } - } -} - -namespace Microsoft.CodeAnalysis.Tags -{ - public static partial class WellKnownTags - { - public const string Assembly = "Assembly"; - public const string Class = "Class"; - public const string Constant = "Constant"; - public const string Delegate = "Delegate"; - public const string Enum = "Enum"; - public const string EnumMember = "EnumMember"; - public const string Error = "Error"; - public const string Event = "Event"; - public const string ExtensionMethod = "ExtensionMethod"; - public const string Field = "Field"; - public const string File = "File"; - public const string Folder = "Folder"; - public const string Interface = "Interface"; - public const string Internal = "Internal"; - public const string Intrinsic = "Intrinsic"; - public const string Keyword = "Keyword"; - public const string Label = "Label"; - public const string Local = "Local"; - public const string Method = "Method"; - public const string Module = "Module"; - public const string Namespace = "Namespace"; - public const string Operator = "Operator"; - public const string Parameter = "Parameter"; - public const string Private = "Private"; - public const string Project = "Project"; - public const string Property = "Property"; - public const string Protected = "Protected"; - public const string Public = "Public"; - public const string RangeVariable = "RangeVariable"; - public const string Reference = "Reference"; - public const string Snippet = "Snippet"; - public const string Structure = "Structure"; - public const string TypeParameter = "TypeParameter"; - public const string Warning = "Warning"; - } -} \ No newline at end of file diff --git a/src/referencePackages/src/microsoft.codeanalysis.workspaces.common/4.5.0/microsoft.codeanalysis.workspaces.common.nuspec b/src/referencePackages/src/microsoft.codeanalysis.workspaces.common/4.5.0/microsoft.codeanalysis.workspaces.common.nuspec deleted file mode 100644 index 7cde9ad6a4..0000000000 --- a/src/referencePackages/src/microsoft.codeanalysis.workspaces.common/4.5.0/microsoft.codeanalysis.workspaces.common.nuspec +++ /dev/null @@ -1,31 +0,0 @@ - - - - Microsoft.CodeAnalysis.Workspaces.Common - 4.5.0 - Microsoft - true - MIT - https://licenses.nuget.org/MIT - https://github.com/dotnet/roslyn - A shared package used by the .NET Compiler Platform ("Roslyn") including support for analyzing projects and solutions. - Do not install this package manually, it will be added as a prerequisite by other packages that require it. - - More details at https://aka.ms/roslyn-packages - This package was built from the source at https://github.com/dotnet/roslyn/commit/6a5a63bbc9f4449d9bd1e95a8f9624939c3ccdc3. - © Microsoft Corporation. All rights reserved. - Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Parser Scanner Lexer Emit CodeGeneration Metadata IL Compilation Scripting Syntax Semantics - true - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/referencePackages/src/microsoft.net.stringtools/17.5.0/Microsoft.NET.StringTools.17.5.0.csproj b/src/referencePackages/src/microsoft.net.stringtools/17.5.0/Microsoft.NET.StringTools.17.5.0.csproj deleted file mode 100644 index 5d375efff6..0000000000 --- a/src/referencePackages/src/microsoft.net.stringtools/17.5.0/Microsoft.NET.StringTools.17.5.0.csproj +++ /dev/null @@ -1,14 +0,0 @@ - - - - net7.0;netstandard2.0 - Microsoft.NET.StringTools - 2 - - - - - - - - diff --git a/src/referencePackages/src/microsoft.net.stringtools/17.5.0/microsoft.net.stringtools.nuspec b/src/referencePackages/src/microsoft.net.stringtools/17.5.0/microsoft.net.stringtools.nuspec deleted file mode 100644 index 053f6d9537..0000000000 --- a/src/referencePackages/src/microsoft.net.stringtools/17.5.0/microsoft.net.stringtools.nuspec +++ /dev/null @@ -1,25 +0,0 @@ - - - - Microsoft.NET.StringTools - 17.5.0 - Microsoft - true - MIT - https://licenses.nuget.org/MIT - http://go.microsoft.com/fwlink/?LinkId=624683 - https://go.microsoft.com/fwlink/?linkid=825694 - This package contains the Microsoft.NET.StringTools assembly which implements common string-related functionality such as weak interning. - © Microsoft Corporation. All rights reserved. - MSBuild - true - - - - - - - - - - \ No newline at end of file diff --git a/src/referencePackages/src/microsoft.net.stringtools/17.5.0/ref/net7.0/Microsoft.NET.StringTools.cs b/src/referencePackages/src/microsoft.net.stringtools/17.5.0/ref/net7.0/Microsoft.NET.StringTools.cs deleted file mode 100644 index be1be88786..0000000000 --- a/src/referencePackages/src/microsoft.net.stringtools/17.5.0/ref/net7.0/Microsoft.NET.StringTools.cs +++ /dev/null @@ -1,81 +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.ReferenceAssembly] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.NET.StringTools.UnitTests, PublicKey=002400000480000094000000060200000024000052534131000400000100010015c01ae1f50e8cc09ba9eac9147cf8fd9fce2cfe9f8dce4f7301c4132ca9fb50ce8cbf1df4dc18dd4d210e4345c744ecb3365ed327efdbc52603faa5e21daa11234c8c4a73e51f03bf192544581ebe107adee3a34928e39d04e524a9ce729d5090bfd7dad9d10c722c0def9ccc08ff0a03790e48bcd1f9b6c476063e1966a1c4")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.NET.StringTools.net35.UnitTests, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.NET.StringTools.Benchmark, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")] -[assembly: System.CLSCompliant(true)] -[assembly: System.Runtime.Versioning.TargetFramework(".NETCoreApp,Version=v7.0", FrameworkDisplayName = ".NET 7.0")] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyConfiguration("Release")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyDescription("Microsoft.NET.StringTools.dll")] -[assembly: System.Reflection.AssemblyFileVersion("17.5.0.10706")] -[assembly: System.Reflection.AssemblyInformationalVersion("17.5.0+6f08c67f3ed838dccfbcdab91e6bebc54a26fd94")] -[assembly: System.Reflection.AssemblyProduct("Microsoft® Build Tools®")] -[assembly: System.Reflection.AssemblyTitle("Microsoft.NET.StringTools.dll")] -[assembly: System.Reflection.AssemblyMetadata("RepositoryUrl", "https://github.com/dotnet/msbuild")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -namespace Microsoft.NET.StringTools -{ - public partial class SpanBasedStringBuilder : System.IDisposable - { - public SpanBasedStringBuilder(int capacity = 4) { } - - public SpanBasedStringBuilder(string str) { } - - public int Capacity { get { throw null; } } - - public int Length { get { throw null; } } - - public void Append(System.ReadOnlyMemory span) { } - - public void Append(string value, int startIndex, int count) { } - - public void Append(string value) { } - - public void Clear() { } - - public void Dispose() { } - - public Enumerator GetEnumerator() { throw null; } - - public override string ToString() { throw null; } - - public void Trim() { } - - public void TrimEnd() { } - - public void TrimStart() { } - - public partial struct Enumerator - { - private object _dummy; - private int _dummyPrimitive; - public char Current { get { throw null; } } - - public bool MoveNext() { throw null; } - } - } - - public static partial class Strings - { - public static string CreateDiagnosticReport() { throw null; } - - public static void EnableDiagnostics() { } - - public static SpanBasedStringBuilder GetSpanBasedStringBuilder() { throw null; } - - public static string WeakIntern(System.ReadOnlySpan str) { throw null; } - - public static string WeakIntern(string str) { throw null; } - } -} \ No newline at end of file diff --git a/src/referencePackages/src/microsoft.net.stringtools/17.5.0/ref/netstandard2.0/Microsoft.NET.StringTools.cs b/src/referencePackages/src/microsoft.net.stringtools/17.5.0/ref/netstandard2.0/Microsoft.NET.StringTools.cs deleted file mode 100644 index d0ecb70610..0000000000 --- a/src/referencePackages/src/microsoft.net.stringtools/17.5.0/ref/netstandard2.0/Microsoft.NET.StringTools.cs +++ /dev/null @@ -1,81 +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.ReferenceAssembly] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.NET.StringTools.UnitTests, PublicKey=002400000480000094000000060200000024000052534131000400000100010015c01ae1f50e8cc09ba9eac9147cf8fd9fce2cfe9f8dce4f7301c4132ca9fb50ce8cbf1df4dc18dd4d210e4345c744ecb3365ed327efdbc52603faa5e21daa11234c8c4a73e51f03bf192544581ebe107adee3a34928e39d04e524a9ce729d5090bfd7dad9d10c722c0def9ccc08ff0a03790e48bcd1f9b6c476063e1966a1c4")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.NET.StringTools.net35.UnitTests, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Microsoft.NET.StringTools.Benchmark, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")] -[assembly: System.CLSCompliant(true)] -[assembly: System.Runtime.Versioning.TargetFramework(".NETStandard,Version=v2.0", FrameworkDisplayName = ".NET Standard 2.0")] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyConfiguration("Release")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyDescription("Microsoft.NET.StringTools.dll")] -[assembly: System.Reflection.AssemblyFileVersion("17.5.0.10706")] -[assembly: System.Reflection.AssemblyInformationalVersion("17.5.0+6f08c67f3ed838dccfbcdab91e6bebc54a26fd94")] -[assembly: System.Reflection.AssemblyProduct("Microsoft® Build Tools®")] -[assembly: System.Reflection.AssemblyTitle("Microsoft.NET.StringTools.dll")] -[assembly: System.Reflection.AssemblyMetadata("RepositoryUrl", "https://github.com/dotnet/msbuild")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -namespace Microsoft.NET.StringTools -{ - public partial class SpanBasedStringBuilder : System.IDisposable - { - public SpanBasedStringBuilder(int capacity = 4) { } - - public SpanBasedStringBuilder(string str) { } - - public int Capacity { get { throw null; } } - - public int Length { get { throw null; } } - - public void Append(System.ReadOnlyMemory span) { } - - public void Append(string value, int startIndex, int count) { } - - public void Append(string value) { } - - public void Clear() { } - - public void Dispose() { } - - public Enumerator GetEnumerator() { throw null; } - - public override string ToString() { throw null; } - - public void Trim() { } - - public void TrimEnd() { } - - public void TrimStart() { } - - public partial struct Enumerator - { - private object _dummy; - private int _dummyPrimitive; - public char Current { get { throw null; } } - - public bool MoveNext() { throw null; } - } - } - - public static partial class Strings - { - public static string CreateDiagnosticReport() { throw null; } - - public static void EnableDiagnostics() { } - - public static SpanBasedStringBuilder GetSpanBasedStringBuilder() { throw null; } - - public static string WeakIntern(System.ReadOnlySpan str) { throw null; } - - public static string WeakIntern(string str) { throw null; } - } -} \ No newline at end of file diff --git a/src/referencePackages/src/microsoft.win32.primitives/4.0.1/Microsoft.Win32.Primitives.4.0.1.csproj b/src/referencePackages/src/microsoft.win32.primitives/4.0.1/Microsoft.Win32.Primitives.4.0.1.csproj deleted file mode 100644 index bafae022a4..0000000000 --- a/src/referencePackages/src/microsoft.win32.primitives/4.0.1/Microsoft.Win32.Primitives.4.0.1.csproj +++ /dev/null @@ -1,23 +0,0 @@ - - - netstandard1.3 - $(ArtifactsBinDir)microsoft.win32.primitives/4.0.1/microsoft.win32.primitives.nuspec - - - - $(ArtifactsBinDir)microsoft.win32.primitives/4.0.1/ref/ - $(ArtifactsObjDir)microsoft.win32.primitives/4.0.1 - - - - - - - - - - - - - - diff --git a/src/referencePackages/src/microsoft.win32.primitives/4.0.1/microsoft.win32.primitives.nuspec b/src/referencePackages/src/microsoft.win32.primitives/4.0.1/microsoft.win32.primitives.nuspec deleted file mode 100755 index febf7b963d..0000000000 --- a/src/referencePackages/src/microsoft.win32.primitives/4.0.1/microsoft.win32.primitives.nuspec +++ /dev/null @@ -1,36 +0,0 @@ - - - - Microsoft.Win32.Primitives - 4.0.1 - Microsoft.Win32.Primitives - Microsoft - microsoft,dotnetframework - true - https://microsoft.mit-license.org/ - https://dot.net/ - http://go.microsoft.com/fwlink/?LinkID=288859 - Provides common types for Win32-based libraries. - -Commonly Used Types: -System.ComponentModel.Win32Exception - -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/microsoft.win32.primitives/4.0.1/ref/netstandard1.3/Microsoft.Win32.Primitives.cs b/src/referencePackages/src/microsoft.win32.primitives/4.0.1/ref/netstandard1.3/Microsoft.Win32.Primitives.cs deleted file mode 100644 index 6499f0713f..0000000000 --- a/src/referencePackages/src/microsoft.win32.primitives/4.0.1/ref/netstandard1.3/Microsoft.Win32.Primitives.cs +++ /dev/null @@ -1,43 +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. -// ------------------------------------------------------------------------------ - -using System; -using System.Diagnostics; -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Security; - -[assembly: Debuggable(DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)] -[assembly: AllowPartiallyTrustedCallers] -[assembly: ReferenceAssembly] -[assembly: AssemblyTitle("Microsoft.Win32.Primitives")] -[assembly: AssemblyDescription("Microsoft.Win32.Primitives")] -[assembly: AssemblyDefaultAlias("Microsoft.Win32.Primitives")] -[assembly: AssemblyCompany("Microsoft Corporation")] -[assembly: AssemblyProduct("Microsoft® .NET Framework")] -[assembly: AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: AssemblyFileVersion("1.0.24212.01")] -[assembly: AssemblyInformationalVersion("1.0.24212.01 built by: SOURCEBUILD")] -[assembly: CLSCompliant(true)] -[assembly: AssemblyMetadata("", "")] -[assembly: AssemblyVersion("4.0.1.0")] - - - - -namespace System.ComponentModel -{ - public partial class Win32Exception : System.Exception - { - public Win32Exception() { } - public Win32Exception(int error) { } - public Win32Exception(int error, string message) { } - public Win32Exception(string message) { } - public Win32Exception(string message, System.Exception innerException) { } - public int NativeErrorCode { get { throw null; } } - } -} diff --git a/src/referencePackages/src/nuget.packaging/6.5.0/NuGet.Packaging.6.5.0.csproj b/src/referencePackages/src/nuget.packaging/6.5.0/NuGet.Packaging.6.5.0.csproj deleted file mode 100644 index 65bd2b1b97..0000000000 --- a/src/referencePackages/src/nuget.packaging/6.5.0/NuGet.Packaging.6.5.0.csproj +++ /dev/null @@ -1,26 +0,0 @@ - - - - net5.0;netstandard2.0 - NuGet.Packaging - 2 - MicrosoftShared - - - - - - - - - - - - - - - - - - - diff --git a/src/referencePackages/src/nuget.packaging/6.5.0/lib/net5.0/NuGet.Packaging.cs b/src/referencePackages/src/nuget.packaging/6.5.0/lib/net5.0/NuGet.Packaging.cs deleted file mode 100644 index c10f0874c6..0000000000 --- a/src/referencePackages/src/nuget.packaging/6.5.0/lib/net5.0/NuGet.Packaging.cs +++ /dev/null @@ -1,3695 +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.CLSCompliant(true)] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Dotnet.Integration.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("DynamicProxyGenAssembly2, PublicKey=0024000004800000940000000602000000240000525341310004000001000100c547cac37abd99c8db225ef2f6c8a3602f3b3606cc9891605d02baa56104f4cfc0734aa39b93bf7852f7d9266654753cc297e7d2edfe0bac1cdcf9f717241550e0a7b191195b7667bb4f64bcb8e2121380fd1d9d46ad2d92d2d15605093924cceaf74c4861eff62abf69b9291ed0a340e113be11e6a7d3113e92484cf7045cc7")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("NuGet.Packaging.FuncTest, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("NuGet.Packaging.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("NuGet.CommandLine.FuncTest, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("NuGet.Commands.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Test.Utility, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")] -[assembly: System.Runtime.Versioning.TargetFramework(".NETCoreApp,Version=v5.0", FrameworkDisplayName = ".NET 5.0")] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyConfiguration("release")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyDescription("NuGet's understanding of packages. Reading nuspec, nupkgs and package signing.")] -[assembly: System.Reflection.AssemblyFileVersion("6.5.0.154")] -[assembly: System.Reflection.AssemblyInformationalVersion("6.5.0+069970c727b254636c1ad29c5a7a767081482a9a.069970c727b254636c1ad29c5a7a767081482a9a")] -[assembly: System.Reflection.AssemblyProduct("NuGet")] -[assembly: System.Reflection.AssemblyTitle("NuGet.Packaging")] -[assembly: System.Reflection.AssemblyMetadata("RepositoryUrl", "https://github.com/NuGet/NuGet.Client")] -[assembly: System.Resources.NeutralResourcesLanguage("en-US")] -[assembly: System.Reflection.AssemblyVersionAttribute("6.5.0.154")] -[assembly: System.Runtime.CompilerServices.ReferenceAssembly] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -namespace NuGet.Client -{ - public partial class ManagedCodeConventions - { - public ManagedCodeConventions(RuntimeModel.RuntimeGraph runtimeGraph) { } - - public ManagedCodeCriteria Criteria { get { throw null; } } - - public ManagedCodePatterns Patterns { get { throw null; } } - - public System.Collections.Generic.IReadOnlyDictionary Properties { get { throw null; } } - - public partial class ManagedCodeCriteria - { - public ContentModel.SelectionCriteria ForFramework(Frameworks.NuGetFramework framework) { throw null; } - - public ContentModel.SelectionCriteria ForFrameworkAndRuntime(Frameworks.NuGetFramework framework, string runtimeIdentifier) { throw null; } - - public ContentModel.SelectionCriteria ForRuntime(string runtimeIdentifier) { throw null; } - } - - public partial class ManagedCodePatterns - { - public ContentModel.PatternSet AnyTargettedFile { get { throw null; } } - - public ContentModel.PatternSet CompileLibAssemblies { get { throw null; } } - - public ContentModel.PatternSet CompileRefAssemblies { get { throw null; } } - - public ContentModel.PatternSet ContentFiles { get { throw null; } } - - public ContentModel.PatternSet EmbedAssemblies { get { throw null; } } - - public ContentModel.PatternSet MSBuildFiles { get { throw null; } } - - public ContentModel.PatternSet MSBuildMultiTargetingFiles { get { throw null; } } - - public ContentModel.PatternSet MSBuildTransitiveFiles { get { throw null; } } - - public ContentModel.PatternSet NativeLibraries { get { throw null; } } - - public ContentModel.PatternSet ResourceAssemblies { get { throw null; } } - - public ContentModel.PatternSet RuntimeAssemblies { get { throw null; } } - - public ContentModel.PatternSet ToolsAssemblies { get { throw null; } } - } - - public static partial class PropertyNames - { - public static readonly string AnyValue; - public static readonly string CodeLanguage; - public static readonly string Locale; - public static readonly string ManagedAssembly; - public static readonly string MSBuild; - public static readonly string RuntimeIdentifier; - public static readonly string SatelliteAssembly; - public static readonly string TargetFrameworkMoniker; - } - } -} - -namespace NuGet.ContentModel -{ - public partial class Asset - { - public Asset() { } - - public string Link { get { throw null; } set { } } - - public string Path { get { throw null; } set { } } - - public override string ToString() { throw null; } - } - - public partial class ContentItem - { - public ContentItem() { } - - public string Path { get { throw null; } set { } } - - public System.Collections.Generic.Dictionary Properties { get { throw null; } } - - public override string ToString() { throw null; } - } - - public partial class ContentItemCollection - { - public ContentItemCollection() { } - - public bool HasContract { get { throw null; } } - - public ContentItemGroup FindBestItemGroup(SelectionCriteria criteria, params PatternSet[] definitions) { throw null; } - - [System.Obsolete("This method causes excessive memory allocation with yield return. Use ContentItemCollection.PopulateItemGroups instead.")] - public System.Collections.Generic.IEnumerable FindItemGroups(PatternSet definition) { throw null; } - - public System.Collections.Generic.IEnumerable FindItems(PatternSet definition) { throw null; } - - public bool HasItemGroup(SelectionCriteria criteria, params PatternSet[] definitions) { throw null; } - - public void Load(System.Collections.Generic.IEnumerable paths) { } - - public void PopulateItemGroups(PatternSet definition, System.Collections.Generic.IList contentItemGroupList) { } - } - - public partial class ContentItemGroup - { - public ContentItemGroup() { } - - public System.Collections.Generic.IList Items { get { throw null; } } - - public System.Collections.Generic.IDictionary Properties { get { throw null; } } - } - - public partial class ContentPropertyDefinition - { - public ContentPropertyDefinition(string name, System.Collections.Generic.IEnumerable fileExtensions, bool allowSubfolders) { } - - public ContentPropertyDefinition(string name, System.Collections.Generic.IEnumerable fileExtensions) { } - - public ContentPropertyDefinition(string name, System.Func compatibilityTest) { } - - public ContentPropertyDefinition(string name, System.Func parser, System.Collections.Generic.IEnumerable fileExtensions, bool allowSubfolders) { } - - public ContentPropertyDefinition(string name, System.Func parser, System.Collections.Generic.IEnumerable fileExtensions) { } - - public ContentPropertyDefinition(string name, System.Func parser, System.Func compatibilityTest, System.Func compareTest, System.Collections.Generic.IEnumerable fileExtensions, bool allowSubfolders) { } - - public ContentPropertyDefinition(string name, System.Func parser, System.Func compatibilityTest, System.Func compareTest) { } - - public ContentPropertyDefinition(string name, System.Func parser, System.Func compatibilityTest) { } - - public ContentPropertyDefinition(string name, System.Func parser) { } - - public ContentPropertyDefinition(string name) { } - - public System.Func CompareTest { get { throw null; } } - - public System.Func CompatibilityTest { get { throw null; } } - - public bool FileExtensionAllowSubFolders { get { throw null; } } - - public System.Collections.Generic.List FileExtensions { get { throw null; } } - - public string Name { get { throw null; } } - - public System.Func Parser { get { throw null; } } - - public virtual int Compare(object criteriaValue, object candidateValue1, object candidateValue2) { throw null; } - - public virtual bool IsCriteriaSatisfied(object critieriaValue, object candidateValue) { throw null; } - - public virtual bool TryLookup(string name, PatternTable table, out object value) { throw null; } - } - - public partial class PatternDefinition - { - public PatternDefinition(string pattern, PatternTable table, System.Collections.Generic.IEnumerable> defaults) { } - - public PatternDefinition(string pattern, PatternTable table) { } - - public PatternDefinition(string pattern) { } - - public System.Collections.Generic.IReadOnlyDictionary Defaults { get { throw null; } } - - public string Pattern { get { throw null; } } - - public PatternTable Table { get { throw null; } } - - public static implicit operator PatternDefinition(string pattern) { throw null; } - } - - public partial class PatternSet - { - public PatternSet(System.Collections.Generic.IReadOnlyDictionary properties, System.Collections.Generic.IEnumerable groupPatterns, System.Collections.Generic.IEnumerable pathPatterns) { } - - public System.Collections.Generic.IEnumerable GroupPatterns { get { throw null; } } - - public System.Collections.Generic.IEnumerable PathPatterns { get { throw null; } } - - public System.Collections.Generic.IReadOnlyDictionary PropertyDefinitions { get { throw null; } set { } } - } - - public partial class PatternTable - { - public PatternTable() { } - - public PatternTable(System.Collections.Generic.IEnumerable entries) { } - - public bool TryLookup(string propertyName, string name, out object value) { throw null; } - } - - public partial class PatternTableEntry - { - public PatternTableEntry(string propertyName, string name, object value) { } - - public string Name { get { throw null; } } - - public string PropertyName { get { throw null; } } - - public object Value { get { throw null; } } - } - - public partial class SelectionCriteria - { - public SelectionCriteria() { } - - public System.Collections.Generic.IList Entries { get { throw null; } set { } } - } - - public partial class SelectionCriteriaBuilder - { - public SelectionCriteriaBuilder(System.Collections.Generic.IReadOnlyDictionary properties) { } - - public virtual SelectionCriteriaEntryBuilder Add { get { throw null; } } - - public virtual SelectionCriteria Criteria { get { throw null; } } - - public System.Collections.Generic.IReadOnlyDictionary Properties { get { throw null; } } - } - - public partial class SelectionCriteriaEntry - { - public SelectionCriteriaEntry() { } - - public System.Collections.Generic.IDictionary Properties { get { throw null; } set { } } - } - - public partial class SelectionCriteriaEntryBuilder : SelectionCriteriaBuilder - { - internal SelectionCriteriaEntryBuilder() : base(default!) { } - - public override SelectionCriteriaEntryBuilder Add { get { throw null; } } - - public SelectionCriteriaBuilder Builder { get { throw null; } } - - public override SelectionCriteria Criteria { get { throw null; } } - - public SelectionCriteriaEntry Entry { get { throw null; } } - - public SelectionCriteriaEntryBuilder this[string key, object value] { get { throw null; } } - - public SelectionCriteriaEntryBuilder this[string key, string value] { get { throw null; } } - } -} - -namespace NuGet.ContentModel.Infrastructure -{ - public partial class PatternExpression - { - public PatternExpression(PatternDefinition pattern) { } - - public ContentItem Match(string path, System.Collections.Generic.IReadOnlyDictionary propertyDefinitions) { throw null; } - } -} - -namespace NuGet.Packaging -{ - public static partial class CollectionExtensions - { - public static void AddRange(this System.Collections.Generic.ICollection collection, System.Collections.Generic.IEnumerable items) { } - } - - public enum ExtractionSource - { - RestoreCommand = 0, - DownloadResource = 1, - NuGetFolderProject = 2 - } - - public partial class FallbackPackagePathInfo - { - public FallbackPackagePathInfo(string id, Versioning.NuGetVersion version, VersionFolderPathResolver resolver) { } - - public string Id { get { throw null; } } - - public VersionFolderPathResolver PathResolver { get { throw null; } } - - public Versioning.NuGetVersion Version { get { throw null; } } - } - - public partial class FallbackPackagePathResolver - { - public FallbackPackagePathResolver(Common.INuGetPathContext pathContext) { } - - public FallbackPackagePathResolver(string userPackageFolder, System.Collections.Generic.IEnumerable fallbackPackageFolders) { } - - public string GetPackageDirectory(string packageId, Versioning.NuGetVersion version) { throw null; } - - public string GetPackageDirectory(string packageId, string version) { throw null; } - - public FallbackPackagePathInfo GetPackageInfo(string packageId, Versioning.NuGetVersion version) { throw null; } - } - - public partial class FrameworkAssemblyReference - { - public FrameworkAssemblyReference(string assemblyName, System.Collections.Generic.IEnumerable supportedFrameworks) { } - - public string AssemblyName { get { throw null; } } - - public System.Collections.Generic.IEnumerable SupportedFrameworks { get { throw null; } } - } - - public static partial class FrameworkNameUtility - { - public static System.Runtime.Versioning.FrameworkName ParseFrameworkFolderName(string path, bool strictParsing, out string effectivePath) { throw null; } - - public static System.Runtime.Versioning.FrameworkName ParseFrameworkNameFromFilePath(string filePath, out string effectivePath) { throw null; } - - public static Frameworks.NuGetFramework ParseNuGetFrameworkFolderName(string path, bool strictParsing, out string effectivePath) { throw null; } - - public static Frameworks.NuGetFramework ParseNuGetFrameworkFromFilePath(string filePath, out string effectivePath) { throw null; } - } - - public sealed partial class FrameworkReference : System.IEquatable, System.Collections.Generic.IComparer, System.IComparable - { - public FrameworkReference(string name) { } - - public string Name { get { throw null; } } - - public int Compare(FrameworkReference x, FrameworkReference y) { throw null; } - - public int CompareTo(FrameworkReference other) { throw null; } - - public bool Equals(FrameworkReference other) { throw null; } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - } - - public partial class FrameworkReferenceGroup : System.IEquatable, Frameworks.IFrameworkSpecific - { - public FrameworkReferenceGroup(Frameworks.NuGetFramework targetFramework, System.Collections.Generic.IEnumerable frameworkReferences) { } - - public System.Collections.Generic.IEnumerable FrameworkReferences { get { throw null; } } - - public Frameworks.NuGetFramework TargetFramework { get { throw null; } } - - public bool Equals(FrameworkReferenceGroup other) { throw null; } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - } - - public static partial class FrameworksExtensions - { - public static string GetFrameworkString(this Frameworks.NuGetFramework self) { throw null; } - } - - public partial class FrameworkSpecificGroup : System.IEquatable, Frameworks.IFrameworkSpecific - { - public FrameworkSpecificGroup(Frameworks.NuGetFramework targetFramework, System.Collections.Generic.IEnumerable items) { } - - public bool HasEmptyFolder { get { throw null; } } - - public System.Collections.Generic.IEnumerable Items { get { throw null; } } - - public Frameworks.NuGetFramework TargetFramework { get { throw null; } } - - public bool Equals(FrameworkSpecificGroup other) { throw null; } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - } - - public partial interface IAsyncPackageContentReader - { - System.Threading.Tasks.Task> GetBuildItemsAsync(System.Threading.CancellationToken cancellationToken); - System.Threading.Tasks.Task> GetContentItemsAsync(System.Threading.CancellationToken cancellationToken); - System.Threading.Tasks.Task> GetFrameworkItemsAsync(System.Threading.CancellationToken cancellationToken); - System.Threading.Tasks.Task> GetLibItemsAsync(System.Threading.CancellationToken cancellationToken); - System.Threading.Tasks.Task> GetPackageDependenciesAsync(System.Threading.CancellationToken cancellationToken); - System.Threading.Tasks.Task> GetReferenceItemsAsync(System.Threading.CancellationToken cancellationToken); - System.Threading.Tasks.Task> GetToolItemsAsync(System.Threading.CancellationToken cancellationToken); - } - - public partial interface IHashFunction : System.IDisposable - { - string GetHash(); - void Update(byte[] data, int offset, int count); - } - - public partial interface INuspecReader : Core.INuspecCoreReader - { - System.Collections.Generic.IEnumerable GetDependencyGroups(); - System.Collections.Generic.IEnumerable GetFrameworkReferenceGroups(); - string GetLanguage(); - System.Collections.Generic.IEnumerable GetReferenceGroups(); - } - - public partial interface IPackageContentReader - { - System.Collections.Generic.IEnumerable GetBuildItems(); - System.Collections.Generic.IEnumerable GetContentItems(); - System.Collections.Generic.IEnumerable GetFrameworkItems(); - System.Collections.Generic.IEnumerable GetLibItems(); - System.Collections.Generic.IEnumerable GetPackageDependencies(); - System.Collections.Generic.IEnumerable GetReferenceItems(); - System.Collections.Generic.IEnumerable GetToolItems(); - } - - public partial interface IPackageDownloader : System.IDisposable - { - IAsyncPackageContentReader ContentReader { get; } - - Core.IAsyncPackageCoreReader CoreReader { get; } - - Signing.ISignedPackageReader SignedPackageReader { get; } - - string Source { get; } - - System.Threading.Tasks.Task CopyNupkgFileToAsync(string destinationFilePath, System.Threading.CancellationToken cancellationToken); - System.Threading.Tasks.Task GetPackageHashAsync(string hashAlgorithm, System.Threading.CancellationToken cancellationToken); - void SetExceptionHandler(System.Func> handleExceptionAsync); - void SetThrottle(System.Threading.SemaphoreSlim throttle); - } - - public partial interface IPackageFile - { - string EffectivePath { get; } - - System.DateTimeOffset LastWriteTime { get; } - - Frameworks.NuGetFramework NuGetFramework { get; } - - string Path { get; } - - [System.Obsolete("Use NuGetFramework instead. This property will be null for any frameworks net5.0 or above.")] - System.Runtime.Versioning.FrameworkName TargetFramework { get; } - - System.IO.Stream GetStream(); - } - - public partial interface IPackageMetadata - { - System.Collections.Generic.IEnumerable Authors { get; } - - System.Collections.Generic.IEnumerable ContentFiles { get; } - - string Copyright { get; } - - System.Collections.Generic.IEnumerable DependencyGroups { get; } - - string Description { get; } - - bool DevelopmentDependency { get; } - - System.Collections.Generic.IEnumerable FrameworkReferenceGroups { get; } - - System.Collections.Generic.IEnumerable FrameworkReferences { get; } - - string Icon { get; } - - System.Uri IconUrl { get; } - - string Id { get; } - - string Language { get; } - - LicenseMetadata LicenseMetadata { get; } - - System.Uri LicenseUrl { get; } - - System.Version MinClientVersion { get; } - - System.Collections.Generic.IEnumerable Owners { get; } - - System.Collections.Generic.IEnumerable PackageAssemblyReferences { get; } - - System.Collections.Generic.IEnumerable PackageTypes { get; } - - System.Uri ProjectUrl { get; } - - string Readme { get; } - - string ReleaseNotes { get; } - - Core.RepositoryMetadata Repository { get; } - - bool RequireLicenseAcceptance { get; } - - bool Serviceable { get; } - - string Summary { get; } - - string Tags { get; } - - string Title { get; } - - Versioning.NuGetVersion Version { get; } - } - - public partial interface IPackageResolver - { - System.Collections.Generic.IEnumerable Resolve(System.Collections.Generic.IEnumerable targets, System.Collections.Generic.IEnumerable availablePackages, System.Collections.Generic.IEnumerable installedPackages, System.Threading.CancellationToken token); - System.Collections.Generic.IEnumerable Resolve(System.Collections.Generic.IEnumerable targets, System.Collections.Generic.IEnumerable availablePackages, System.Threading.CancellationToken token); - System.Collections.Generic.IEnumerable Resolve(System.Collections.Generic.IEnumerable targets, System.Collections.Generic.IEnumerable availablePackages, System.Collections.Generic.IEnumerable installedPackages, System.Threading.CancellationToken token); - System.Collections.Generic.IEnumerable Resolve(System.Collections.Generic.IEnumerable targets, System.Collections.Generic.IEnumerable availablePackages, System.Threading.CancellationToken token); - } - - public partial class LicenseMetadata : System.IEquatable - { - public static readonly System.Version CurrentVersion; - public static readonly System.Version EmptyVersion; - public static readonly System.Uri LicenseFileDeprecationUrl; - public static readonly string LicenseServiceLinkTemplate; - public LicenseMetadata(LicenseType type, string license, Licenses.NuGetLicenseExpression expression, System.Collections.Generic.IReadOnlyList warningsAndErrors, System.Version version) { } - - public string License { get { throw null; } } - - public Licenses.NuGetLicenseExpression LicenseExpression { get { throw null; } } - - public System.Uri LicenseUrl { get { throw null; } } - - public LicenseType Type { get { throw null; } } - - public System.Version Version { get { throw null; } } - - public System.Collections.Generic.IReadOnlyList WarningsAndErrors { get { throw null; } } - - public bool Equals(LicenseMetadata other) { throw null; } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - } - - public enum LicenseType - { - File = 0, - Expression = 1 - } - - [System.Obsolete("Use NuGet.Protocol.LocalPackageArchiveDownloader")] - public sealed partial class LocalPackageArchiveDownloader : IPackageDownloader, System.IDisposable - { - public LocalPackageArchiveDownloader(string source, string packageFilePath, Core.PackageIdentity packageIdentity, Common.ILogger logger) { } - - public IAsyncPackageContentReader ContentReader { get { throw null; } } - - public Core.IAsyncPackageCoreReader CoreReader { get { throw null; } } - - public Signing.ISignedPackageReader SignedPackageReader { get { throw null; } } - - public string Source { get { throw null; } } - - public System.Threading.Tasks.Task CopyNupkgFileToAsync(string destinationFilePath, System.Threading.CancellationToken cancellationToken) { throw null; } - - public void Dispose() { } - - public System.Threading.Tasks.Task GetPackageHashAsync(string hashAlgorithm, System.Threading.CancellationToken cancellationToken) { throw null; } - - public void SetExceptionHandler(System.Func> handleExceptionAsync) { } - - public void SetThrottle(System.Threading.SemaphoreSlim throttle) { } - } - - public partial class Manifest - { - public Manifest(ManifestMetadata metadata, System.Collections.Generic.ICollection files) { } - - public Manifest(ManifestMetadata metadata) { } - - public System.Collections.Generic.ICollection Files { get { throw null; } } - - public bool HasFilesNode { get { throw null; } } - - public ManifestMetadata Metadata { get { throw null; } } - - public static Manifest Create(IPackageMetadata metadata) { throw null; } - - public static Manifest ReadFrom(System.IO.Stream stream, bool validateSchema) { throw null; } - - public static Manifest ReadFrom(System.IO.Stream stream, System.Func propertyProvider, bool validateSchema) { throw null; } - - public void Save(System.IO.Stream stream, bool generateBackwardsCompatible) { } - - public void Save(System.IO.Stream stream, int minimumManifestVersion, bool generateBackwardsCompatible) { } - - public void Save(System.IO.Stream stream, int minimumManifestVersion) { } - - public void Save(System.IO.Stream stream) { } - - public static void Validate(Manifest manifest) { } - } - - public partial class ManifestContentFiles - { - public ManifestContentFiles() { } - - public string BuildAction { get { throw null; } set { } } - - public string CopyToOutput { get { throw null; } set { } } - - public string Exclude { get { throw null; } set { } } - - public string Flatten { get { throw null; } set { } } - - public string Include { get { throw null; } set { } } - } - - public partial class ManifestFile - { - public ManifestFile() { } - - public string Exclude { get { throw null; } set { } } - - public string Source { get { throw null; } set { } } - - public string Target { get { throw null; } set { } } - - public System.Collections.Generic.IEnumerable Validate() { throw null; } - } - - public partial class ManifestMetadata : IPackageMetadata - { - public ManifestMetadata() { } - - public ManifestMetadata(IPackageMetadata copy) { } - - public System.Collections.Generic.IEnumerable Authors { get { throw null; } set { } } - - public System.Collections.Generic.IEnumerable ContentFiles { get { throw null; } set { } } - - public string Copyright { get { throw null; } set { } } - - public System.Collections.Generic.IEnumerable DependencyGroups { get { throw null; } set { } } - - public string Description { get { throw null; } set { } } - - public bool DevelopmentDependency { get { throw null; } set { } } - - public bool EmitRequireLicenseAcceptance { get { throw null; } set { } } - - public System.Collections.Generic.IEnumerable FrameworkReferenceGroups { get { throw null; } set { } } - - public System.Collections.Generic.IEnumerable FrameworkReferences { get { throw null; } set { } } - - public string Icon { get { throw null; } set { } } - - public System.Uri IconUrl { get { throw null; } } - - public string Id { get { throw null; } set { } } - - public string Language { get { throw null; } set { } } - - public LicenseMetadata LicenseMetadata { get { throw null; } set { } } - - public System.Uri LicenseUrl { get { throw null; } } - - public System.Version MinClientVersion { get { throw null; } } - - public string MinClientVersionString { get { throw null; } set { } } - - public System.Collections.Generic.IEnumerable Owners { get { throw null; } set { } } - - public System.Collections.Generic.IEnumerable PackageAssemblyReferences { get { throw null; } set { } } - - public System.Collections.Generic.IEnumerable PackageTypes { get { throw null; } set { } } - - public System.Uri ProjectUrl { get { throw null; } } - - public string Readme { get { throw null; } set { } } - - public string ReleaseNotes { get { throw null; } set { } } - - public Core.RepositoryMetadata Repository { get { throw null; } set { } } - - public bool RequireLicenseAcceptance { get { throw null; } set { } } - - public bool Serviceable { get { throw null; } set { } } - - public string Summary { get { throw null; } set { } } - - public string Tags { get { throw null; } set { } } - - public string Title { get { throw null; } set { } } - - public Versioning.NuGetVersion Version { get { throw null; } set { } } - - public void SetIconUrl(string iconUrl) { } - - public void SetLicenseUrl(string licenseUrl) { } - - public void SetProjectUrl(string projectUrl) { } - - public System.Collections.Generic.IEnumerable Validate() { throw null; } - } - - public static partial class ManifestSchemaUtility - { - public static string GetSchemaNamespace(int version) { throw null; } - - public static int GetVersionFromNamespace(string @namespace) { throw null; } - - public static bool IsKnownSchema(string schemaNamespace) { throw null; } - } - - public static partial class ManifestVersionUtility - { - public const int DefaultVersion = 1; - public const int SemverVersion = 3; - public const int TargetFrameworkSupportForDependencyContentsAndToolsVersion = 4; - public const int TargetFrameworkSupportForReferencesVersion = 5; - public const int XdtTransformationVersion = 6; - public static int GetManifestVersion(ManifestMetadata metadata) { throw null; } - } - - public partial class MinClientVersionException : Core.PackagingException, Common.ILogMessageException - { - public MinClientVersionException(string message) : base(default!) { } - - public override Common.ILogMessage AsLogMessage() { throw null; } - } - - public static partial class MinClientVersionUtility - { - public static Versioning.NuGetVersion GetNuGetClientVersion() { throw null; } - - public static bool IsMinClientVersionCompatible(Core.NuspecCoreReaderBase nuspecReader) { throw null; } - - public static bool IsMinClientVersionCompatible(Versioning.NuGetVersion packageMinClientVersion) { throw null; } - - public static void VerifyMinClientVersion(Core.NuspecCoreReaderBase nuspecReader) { } - } - - public partial class NupkgMetadataFile : System.IEquatable - { - public NupkgMetadataFile() { } - - public string ContentHash { get { throw null; } set { } } - - public string Source { get { throw null; } set { } } - - public int Version { get { throw null; } set { } } - - public bool Equals(NupkgMetadataFile other) { throw null; } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - } - - public static partial class NupkgMetadataFileFormat - { - public static readonly int Version; - public static NupkgMetadataFile Read(System.IO.Stream stream, Common.ILogger log, string path) { throw null; } - - public static NupkgMetadataFile Read(System.IO.TextReader reader, Common.ILogger log, string path) { throw null; } - - public static NupkgMetadataFile Read(string filePath, Common.ILogger log) { throw null; } - - public static NupkgMetadataFile Read(string filePath) { throw null; } - - public static void Write(System.IO.Stream stream, NupkgMetadataFile hashFile) { } - - public static void Write(System.IO.TextWriter textWriter, NupkgMetadataFile hashFile) { } - - public static void Write(string filePath, NupkgMetadataFile hashFile) { } - } - - public partial class NuspecReader : Core.NuspecCoreReaderBase - { - public NuspecReader(System.IO.Stream stream, Frameworks.IFrameworkNameProvider frameworkProvider, bool leaveStreamOpen) : base((System.IO.Stream)default!) { } - - public NuspecReader(System.IO.Stream stream) : base((System.IO.Stream)default!) { } - - public NuspecReader(string path, Frameworks.IFrameworkNameProvider frameworkProvider) : base((string)default!) { } - - public NuspecReader(string path) : base((string)default!) { } - - public NuspecReader(System.Xml.Linq.XDocument xml, Frameworks.IFrameworkNameProvider frameworkProvider) : base((System.Xml.Linq.XDocument)default!) { } - - public NuspecReader(System.Xml.Linq.XDocument xml) : base((System.Xml.Linq.XDocument)default!) { } - - public string GetAuthors() { throw null; } - - public System.Collections.Generic.IEnumerable GetContentFiles() { throw null; } - - public string GetCopyright() { throw null; } - - public System.Collections.Generic.IEnumerable GetDependencyGroups() { throw null; } - - public System.Collections.Generic.IEnumerable GetDependencyGroups(bool useStrictVersionCheck) { throw null; } - - public string GetDescription() { throw null; } - - public System.Collections.Generic.IEnumerable GetFrameworkAssemblyGroups() { throw null; } - - [System.Obsolete("GetFrameworkReferenceGroups() is deprecated. Please use GetFrameworkAssemblyGroups() instead.")] - public System.Collections.Generic.IEnumerable GetFrameworkReferenceGroups() { throw null; } - - public System.Collections.Generic.IEnumerable GetFrameworkRefGroups() { throw null; } - - public string GetIcon() { throw null; } - - public string GetIconUrl() { throw null; } - - public string GetLanguage() { throw null; } - - public LicenseMetadata GetLicenseMetadata() { throw null; } - - public string GetLicenseUrl() { throw null; } - - public string GetOwners() { throw null; } - - public string GetProjectUrl() { throw null; } - - public string GetReadme() { throw null; } - - public System.Collections.Generic.IEnumerable GetReferenceGroups() { throw null; } - - public string GetReleaseNotes() { throw null; } - - public Core.RepositoryMetadata GetRepositoryMetadata() { throw null; } - - public bool GetRequireLicenseAcceptance() { throw null; } - - public string GetSummary() { throw null; } - - public string GetTags() { throw null; } - - public string GetTitle() { throw null; } - } - - public partial class PackageArchiveReader : PackageReaderBase - { - public PackageArchiveReader(System.IO.Compression.ZipArchive zipArchive, Frameworks.IFrameworkNameProvider frameworkProvider, Frameworks.IFrameworkCompatibilityProvider compatibilityProvider) : base(default!) { } - - public PackageArchiveReader(System.IO.Compression.ZipArchive zipArchive) : base(default!) { } - - public PackageArchiveReader(System.IO.Stream stream, Frameworks.IFrameworkNameProvider frameworkProvider, Frameworks.IFrameworkCompatibilityProvider compatibilityProvider) : base(default!) { } - - public PackageArchiveReader(System.IO.Stream stream, bool leaveStreamOpen, Frameworks.IFrameworkNameProvider frameworkProvider, Frameworks.IFrameworkCompatibilityProvider compatibilityProvider) : base(default!) { } - - public PackageArchiveReader(System.IO.Stream stream, bool leaveStreamOpen) : base(default!) { } - - public PackageArchiveReader(System.IO.Stream stream) : base(default!) { } - - public PackageArchiveReader(string filePath, Frameworks.IFrameworkNameProvider frameworkProvider = null, Frameworks.IFrameworkCompatibilityProvider compatibilityProvider = null) : base(default!) { } - - protected Signing.SigningSpecifications SigningSpecifications { get { throw null; } } - - protected System.IO.Stream ZipReadStream { get { throw null; } set { } } - - public override bool CanVerifySignedPackages(Signing.SignedPackageVerifierSettings verifierSettings) { throw null; } - - public override System.Collections.Generic.IEnumerable CopyFiles(string destination, System.Collections.Generic.IEnumerable packageFiles, Core.ExtractPackageFileDelegate extractFile, Common.ILogger logger, System.Threading.CancellationToken token) { throw null; } - - public override System.Threading.Tasks.Task CopyNupkgAsync(string nupkgFilePath, System.Threading.CancellationToken cancellationToken) { throw null; } - - protected override void Dispose(bool disposing) { } - - public System.Collections.Generic.IEnumerable EnumeratePackageEntries(System.Collections.Generic.IEnumerable packageFiles, string packageDirectory) { throw null; } - - public string ExtractFile(string packageFile, string targetFilePath, Common.ILogger logger) { throw null; } - - public override System.Threading.Tasks.Task GetArchiveHashAsync(Common.HashAlgorithmName hashAlgorithmName, System.Threading.CancellationToken token) { throw null; } - - public override string GetContentHash(System.Threading.CancellationToken token, System.Func GetUnsignedPackageHash = null) { throw null; } - - public System.IO.Compression.ZipArchiveEntry GetEntry(string packageFile) { throw null; } - - public override System.Collections.Generic.IEnumerable GetFiles() { throw null; } - - public override System.Collections.Generic.IEnumerable GetFiles(string folder) { throw null; } - - public override System.Threading.Tasks.Task GetPrimarySignatureAsync(System.Threading.CancellationToken token) { throw null; } - - public override System.IO.Stream GetStream(string path) { throw null; } - - public override System.Threading.Tasks.Task IsSignedAsync(System.Threading.CancellationToken token) { throw null; } - - protected void ThrowIfZipReadStreamIsNull() { } - - public override System.Threading.Tasks.Task ValidateIntegrityAsync(Signing.SignatureContent signatureContent, System.Threading.CancellationToken token) { throw null; } - - public System.Threading.Tasks.Task ValidatePackageEntriesAsync(System.Threading.CancellationToken token) { throw null; } - } - - public partial class PackageBuilder : IPackageMetadata - { - public const int MaxIconFileSize = 1048576; - public PackageBuilder() { } - - public PackageBuilder(bool deterministic, Common.ILogger logger) { } - - public PackageBuilder(bool deterministic) { } - - public PackageBuilder(System.IO.Stream stream, string basePath, System.Func propertyProvider) { } - - public PackageBuilder(System.IO.Stream stream, string basePath) { } - - public PackageBuilder(string path, System.Func propertyProvider, bool includeEmptyDirectories, bool deterministic, Common.ILogger logger) { } - - public PackageBuilder(string path, System.Func propertyProvider, bool includeEmptyDirectories, bool deterministic) { } - - public PackageBuilder(string path, System.Func propertyProvider, bool includeEmptyDirectories) { } - - public PackageBuilder(string path, string basePath, System.Func propertyProvider, bool includeEmptyDirectories, bool deterministic, Common.ILogger logger) { } - - public PackageBuilder(string path, string basePath, System.Func propertyProvider, bool includeEmptyDirectories, bool deterministic) { } - - public PackageBuilder(string path, string basePath, System.Func propertyProvider, bool includeEmptyDirectories) { } - - public System.Collections.Generic.ISet Authors { get { throw null; } } - - public System.Collections.Generic.ICollection ContentFiles { get { throw null; } } - - public string Copyright { get { throw null; } set { } } - - public System.Collections.ObjectModel.Collection DependencyGroups { get { throw null; } } - - public string Description { get { throw null; } set { } } - - public bool DevelopmentDependency { get { throw null; } set { } } - - public bool EmitRequireLicenseAcceptance { get { throw null; } set { } } - - public System.Collections.Generic.ICollection Files { get { throw null; } } - - public System.Collections.ObjectModel.Collection FrameworkReferenceGroups { get { throw null; } } - - public System.Collections.ObjectModel.Collection FrameworkReferences { get { throw null; } } - - public bool HasSnapshotVersion { get { throw null; } set { } } - - public string Icon { get { throw null; } set { } } - - public System.Uri IconUrl { get { throw null; } set { } } - - public string Id { get { throw null; } set { } } - - public string Language { get { throw null; } set { } } - - public LicenseMetadata LicenseMetadata { get { throw null; } set { } } - - public System.Uri LicenseUrl { get { throw null; } set { } } - - public System.Version MinClientVersion { get { throw null; } set { } } - - System.Collections.Generic.IEnumerable IPackageMetadata.Authors { get { throw null; } } - - System.Collections.Generic.IEnumerable IPackageMetadata.ContentFiles { get { throw null; } } - - System.Collections.Generic.IEnumerable IPackageMetadata.DependencyGroups { get { throw null; } } - - System.Collections.Generic.IEnumerable IPackageMetadata.FrameworkReferenceGroups { get { throw null; } } - - System.Collections.Generic.IEnumerable IPackageMetadata.FrameworkReferences { get { throw null; } } - - System.Collections.Generic.IEnumerable IPackageMetadata.Owners { get { throw null; } } - - System.Collections.Generic.IEnumerable IPackageMetadata.PackageAssemblyReferences { get { throw null; } } - - System.Collections.Generic.IEnumerable IPackageMetadata.PackageTypes { get { throw null; } } - - string IPackageMetadata.Tags { get { throw null; } } - - public string OutputName { get { throw null; } set { } } - - public System.Collections.Generic.ISet Owners { get { throw null; } } - - public System.Collections.Generic.ICollection PackageAssemblyReferences { get { throw null; } set { } } - - public System.Collections.Generic.ICollection PackageTypes { get { throw null; } set { } } - - public System.Uri ProjectUrl { get { throw null; } set { } } - - public System.Collections.Generic.Dictionary Properties { get { throw null; } } - - public string Readme { get { throw null; } set { } } - - public string ReleaseNotes { get { throw null; } set { } } - - public Core.RepositoryMetadata Repository { get { throw null; } set { } } - - public bool RequireLicenseAcceptance { get { throw null; } set { } } - - public bool Serviceable { get { throw null; } set { } } - - public string Summary { get { throw null; } set { } } - - public System.Collections.Generic.ISet Tags { get { throw null; } } - - public System.Collections.Generic.IList TargetFrameworks { get { throw null; } set { } } - - public string Title { get { throw null; } set { } } - - public Versioning.NuGetVersion Version { get { throw null; } set { } } - - public void AddFiles(string basePath, string source, string destination, string exclude = null) { } - - public void Populate(ManifestMetadata manifestMetadata) { } - - public void PopulateFiles(string basePath, System.Collections.Generic.IEnumerable files) { } - - public void Save(System.IO.Stream stream) { } - - public static void ValidateReferenceAssemblies(System.Collections.Generic.IEnumerable files, System.Collections.Generic.IEnumerable packageAssemblyReferences) { } - } - - public partial class PackageDependencyGroup : System.IEquatable, Frameworks.IFrameworkSpecific - { - public PackageDependencyGroup(Frameworks.NuGetFramework targetFramework, System.Collections.Generic.IEnumerable packages) { } - - public System.Collections.Generic.IEnumerable Packages { get { throw null; } } - - public Frameworks.NuGetFramework TargetFramework { get { throw null; } } - - public bool Equals(PackageDependencyGroup other) { throw null; } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - - public override string ToString() { throw null; } - } - - public partial class PackageExtractionContext - { - public PackageExtractionContext(PackageSaveMode packageSaveMode, XmlDocFileSaveMode xmlDocFileSaveMode, Signing.ClientPolicyContext clientPolicyContext, Common.ILogger logger) { } - - public Signing.ClientPolicyContext ClientPolicyContext { get { throw null; } } - - public bool CopySatelliteFiles { get { throw null; } set { } } - - public Common.ILogger Logger { get { throw null; } } - - public PackageSaveMode PackageSaveMode { get { throw null; } set { } } - - public Signing.IPackageSignatureVerifier SignedPackageVerifier { get { throw null; } set { } } - - public XmlDocFileSaveMode XmlDocFileSaveMode { get { throw null; } set { } } - } - - public partial class PackageExtractionResult - { - public PackageExtractionResult(bool cached, System.TimeSpan signVerifyDelay, PackageSignType packageType, bool success, System.DateTimeOffset signVerifyStartTime, System.DateTimeOffset signVerifyEndTime) { } - - public PackageExtractionResult(bool cached, System.TimeSpan signVerifyDelay, PackageSignType packageType, bool success, System.TimeSpan duration) { } - - public bool Cached { get { throw null; } } - - public System.TimeSpan Duration { get { throw null; } set { } } - - public PackageSignType PackageType { get { throw null; } } - - public System.TimeSpan SignVerifyDelay { get { throw null; } } - - public System.DateTimeOffset SignVerifyEndTime { get { throw null; } } - - public System.DateTimeOffset SignVerifyStartTime { get { throw null; } } - - public bool Success { get { throw null; } } - } - - public partial class PackageExtractionTelemetryEvent : Common.TelemetryEvent - { - public const string EventName = "PackageExtractionInformation"; - public PackageExtractionTelemetryEvent(PackageSaveMode packageSaveMode, Common.NuGetOperationStatus status, ExtractionSource extractionSource, Core.PackageIdentity packageId = null) : base(default!) { } - - public ExtractionSource ExtractionSource { get { throw null; } } - - public string PackageId { get { throw null; } } - - public PackageSaveMode PackageSaveMode { get { throw null; } } - - public string PackageVersion { get { throw null; } } - - public Common.NuGetOperationStatus Status { get { throw null; } } - - public void LogPackageIdentity(Core.PackageIdentity packageId) { } - - public void SetResult(Common.NuGetOperationStatus status) { } - } - - public static partial class PackageExtractor - { - public static System.Threading.Tasks.Task> CopySatelliteFilesAsync(Core.PackageIdentity packageIdentity, PackagePathResolver packagePathResolver, PackageSaveMode packageSaveMode, PackageExtractionContext packageExtractionContext, System.Threading.CancellationToken token) { throw null; } - - public static System.Threading.Tasks.Task> ExtractPackageAsync(string source, PackageReaderBase packageReader, PackagePathResolver packagePathResolver, PackageExtractionContext packageExtractionContext, System.Threading.CancellationToken token, System.Guid parentId = default) { throw null; } - - public static System.Threading.Tasks.Task> ExtractPackageAsync(string source, PackageReaderBase packageReader, System.IO.Stream packageStream, PackagePathResolver packagePathResolver, PackageExtractionContext packageExtractionContext, System.Threading.CancellationToken token, System.Guid parentId = default) { throw null; } - - public static System.Threading.Tasks.Task> ExtractPackageAsync(string source, System.IO.Stream packageStream, PackagePathResolver packagePathResolver, PackageExtractionContext packageExtractionContext, System.Threading.CancellationToken token, System.Guid parentId = default) { throw null; } - - public static System.Threading.Tasks.Task InstallFromSourceAsync(Core.PackageIdentity packageIdentity, IPackageDownloader packageDownloader, VersionFolderPathResolver versionFolderPathResolver, PackageExtractionContext packageExtractionContext, System.Threading.CancellationToken token, System.Guid parentId = default) { throw null; } - - public static System.Threading.Tasks.Task InstallFromSourceAsync(string source, Core.PackageIdentity packageIdentity, System.Func copyToAsync, VersionFolderPathResolver versionFolderPathResolver, PackageExtractionContext packageExtractionContext, System.Threading.CancellationToken token, System.Guid parentId = default) { throw null; } - } - - public partial class PackageFileExtractor - { - public PackageFileExtractor(System.Collections.Generic.IEnumerable packageFiles, XmlDocFileSaveMode xmlDocFileSaveMode) { } - - public string ExtractPackageFile(string source, string target, System.IO.Stream stream) { throw null; } - } - - public partial class PackageFolderReader : PackageReaderBase - { - public PackageFolderReader(System.IO.DirectoryInfo folder, Frameworks.IFrameworkNameProvider frameworkProvider, Frameworks.IFrameworkCompatibilityProvider compatibilityProvider) : base(default!) { } - - public PackageFolderReader(System.IO.DirectoryInfo folder) : base(default!) { } - - public PackageFolderReader(string folderPath, Frameworks.IFrameworkNameProvider frameworkProvider, Frameworks.IFrameworkCompatibilityProvider compatibilityProvider) : base(default!) { } - - public PackageFolderReader(string folderPath) : base(default!) { } - - public override bool CanVerifySignedPackages(Signing.SignedPackageVerifierSettings verifierSettings) { throw null; } - - public override System.Collections.Generic.IEnumerable CopyFiles(string destination, System.Collections.Generic.IEnumerable packageFiles, Core.ExtractPackageFileDelegate extractFile, Common.ILogger logger, System.Threading.CancellationToken token) { throw null; } - - protected override void Dispose(bool disposing) { } - - public override System.Threading.Tasks.Task GetArchiveHashAsync(Common.HashAlgorithmName hashAlgorithm, System.Threading.CancellationToken token) { throw null; } - - public override string GetContentHash(System.Threading.CancellationToken token, System.Func GetUnsignedPackageHash = null) { throw null; } - - public override System.Collections.Generic.IEnumerable GetFiles() { throw null; } - - public override System.Collections.Generic.IEnumerable GetFiles(string folder) { throw null; } - - public override string GetNuspecFile() { throw null; } - - public override System.Threading.Tasks.Task GetPrimarySignatureAsync(System.Threading.CancellationToken token) { throw null; } - - public override System.IO.Stream GetStream(string path) { throw null; } - - public override System.Threading.Tasks.Task IsSignedAsync(System.Threading.CancellationToken token) { throw null; } - - public override System.Threading.Tasks.Task ValidateIntegrityAsync(Signing.SignatureContent signatureContent, System.Threading.CancellationToken token) { throw null; } - } - - public static partial class PackageHelper - { - public static System.Threading.Tasks.Task> GetInstalledPackageFilesAsync(PackageArchiveReader packageReader, Core.PackageIdentity packageIdentity, PackagePathResolver packagePathResolver, PackageSaveMode packageSaveMode, System.Threading.CancellationToken cancellationToken) { throw null; } - - public static System.Threading.Tasks.Task>> GetInstalledSatelliteFilesAsync(PackageArchiveReader packageReader, PackagePathResolver packagePathResolver, PackageSaveMode packageSaveMode, System.Threading.CancellationToken cancellationToken) { throw null; } - - public static System.Threading.Tasks.Task>> GetSatelliteFilesAsync(PackageReaderBase packageReader, PackagePathResolver packagePathResolver, System.Threading.CancellationToken cancellationToken) { throw null; } - - public static bool IsAssembly(string path) { throw null; } - - public static bool IsManifest(string path) { throw null; } - - public static bool IsNuspec(string path) { throw null; } - - public static bool IsPackageFile(string packageFileName, PackageSaveMode packageSaveMode) { throw null; } - - public static bool IsRoot(string path) { throw null; } - } - - public static partial class PackageIdValidator - { - public const int MaxPackageIdLength = 100; - public static bool IsValidPackageId(string packageId) { throw null; } - - public static void ValidatePackageId(string packageId) { } - } - - public static partial class PackagePathHelper - { - public static string GetInstalledPackageFilePath(Core.PackageIdentity packageIdentity, PackagePathResolver packagePathResolver) { throw null; } - - public static System.Collections.Generic.IEnumerable GetPackageLookupPaths(Core.PackageIdentity packageIdentity, PackagePathResolver packagePathResolver) { throw null; } - } - - public partial class PackagePathResolver - { - public PackagePathResolver(string rootDirectory, bool useSideBySidePaths = true) { } - - protected internal string Root { get { throw null; } } - - public bool UseSideBySidePaths { get { throw null; } } - - public virtual string GetInstalledPackageFilePath(Core.PackageIdentity packageIdentity) { throw null; } - - public virtual string GetInstalledPath(Core.PackageIdentity packageIdentity) { throw null; } - - public virtual string GetInstallPath(Core.PackageIdentity packageIdentity) { throw null; } - - public string GetManifestFileName(Core.PackageIdentity packageIdentity) { throw null; } - - public virtual string GetPackageDirectoryName(Core.PackageIdentity packageIdentity) { throw null; } - - public string GetPackageDownloadMarkerFileName(Core.PackageIdentity packageIdentity) { throw null; } - - public virtual string GetPackageFileName(Core.PackageIdentity packageIdentity) { throw null; } - } - - public abstract partial class PackageReaderBase : Core.IPackageCoreReader, System.IDisposable, IPackageContentReader, Core.IAsyncPackageCoreReader, IAsyncPackageContentReader, Signing.ISignedPackageReader - { - public PackageReaderBase(Frameworks.IFrameworkNameProvider frameworkProvider, Frameworks.IFrameworkCompatibilityProvider compatibilityProvider) { } - - public PackageReaderBase(Frameworks.IFrameworkNameProvider frameworkProvider) { } - - protected Frameworks.IFrameworkCompatibilityProvider CompatibilityProvider { get { throw null; } set { } } - - protected Frameworks.IFrameworkNameProvider FrameworkProvider { get { throw null; } set { } } - - public virtual NuspecReader NuspecReader { get { throw null; } } - - public abstract bool CanVerifySignedPackages(Signing.SignedPackageVerifierSettings verifierSettings); - public abstract System.Collections.Generic.IEnumerable CopyFiles(string destination, System.Collections.Generic.IEnumerable packageFiles, Core.ExtractPackageFileDelegate extractFile, Common.ILogger logger, System.Threading.CancellationToken token); - public virtual System.Threading.Tasks.Task> CopyFilesAsync(string destination, System.Collections.Generic.IEnumerable packageFiles, Core.ExtractPackageFileDelegate extractFile, Common.ILogger logger, System.Threading.CancellationToken cancellationToken) { throw null; } - - public virtual System.Threading.Tasks.Task CopyNupkgAsync(string nupkgFilePath, System.Threading.CancellationToken cancellationToken) { throw null; } - - public void Dispose() { } - - protected abstract void Dispose(bool disposing); - public abstract System.Threading.Tasks.Task GetArchiveHashAsync(Common.HashAlgorithmName hashAlgorithm, System.Threading.CancellationToken token); - public virtual System.Collections.Generic.IEnumerable GetBuildItems() { throw null; } - - public virtual System.Threading.Tasks.Task> GetBuildItemsAsync(System.Threading.CancellationToken cancellationToken) { throw null; } - - public abstract string GetContentHash(System.Threading.CancellationToken token, System.Func GetUnsignedPackageHash = null); - public virtual System.Collections.Generic.IEnumerable GetContentItems() { throw null; } - - public virtual System.Threading.Tasks.Task> GetContentItemsAsync(System.Threading.CancellationToken cancellationToken) { throw null; } - - public virtual bool GetDevelopmentDependency() { throw null; } - - public virtual System.Threading.Tasks.Task GetDevelopmentDependencyAsync(System.Threading.CancellationToken cancellationToken) { throw null; } - - protected System.Collections.Generic.IEnumerable GetFileGroups(string folder) { throw null; } - - public abstract System.Collections.Generic.IEnumerable GetFiles(); - public abstract System.Collections.Generic.IEnumerable GetFiles(string folder); - public virtual System.Threading.Tasks.Task> GetFilesAsync(string folder, System.Threading.CancellationToken cancellationToken) { throw null; } - - public virtual System.Threading.Tasks.Task> GetFilesAsync(System.Threading.CancellationToken cancellationToken) { throw null; } - - protected Frameworks.NuGetFramework GetFrameworkFromPath(string path, bool allowSubFolders = false) { throw null; } - - public virtual System.Collections.Generic.IEnumerable GetFrameworkItems() { throw null; } - - public virtual System.Threading.Tasks.Task> GetFrameworkItemsAsync(System.Threading.CancellationToken cancellationToken) { throw null; } - - public virtual Core.PackageIdentity GetIdentity() { throw null; } - - public virtual System.Threading.Tasks.Task GetIdentityAsync(System.Threading.CancellationToken cancellationToken) { throw null; } - - public virtual System.Collections.Generic.IEnumerable GetItems(string folderName) { throw null; } - - public virtual System.Threading.Tasks.Task> GetItemsAsync(string folderName, System.Threading.CancellationToken cancellationToken) { throw null; } - - public virtual System.Collections.Generic.IEnumerable GetLibItems() { throw null; } - - public virtual System.Threading.Tasks.Task> GetLibItemsAsync(System.Threading.CancellationToken cancellationToken) { throw null; } - - public virtual Versioning.NuGetVersion GetMinClientVersion() { throw null; } - - public virtual System.Threading.Tasks.Task GetMinClientVersionAsync(System.Threading.CancellationToken cancellationToken) { throw null; } - - public virtual System.IO.Stream GetNuspec() { throw null; } - - public virtual System.Threading.Tasks.Task GetNuspecAsync(System.Threading.CancellationToken cancellationToken) { throw null; } - - public virtual string GetNuspecFile() { throw null; } - - protected static string GetNuspecFile(System.Collections.Generic.IEnumerable files) { throw null; } - - public virtual System.Threading.Tasks.Task GetNuspecFileAsync(System.Threading.CancellationToken cancellationToken) { throw null; } - - public virtual System.Threading.Tasks.Task GetNuspecReaderAsync(System.Threading.CancellationToken cancellationToken) { throw null; } - - public virtual System.Collections.Generic.IEnumerable GetPackageDependencies() { throw null; } - - public virtual System.Threading.Tasks.Task> GetPackageDependenciesAsync(System.Threading.CancellationToken cancellationToken) { throw null; } - - public virtual System.Collections.Generic.IReadOnlyList GetPackageTypes() { throw null; } - - public virtual System.Threading.Tasks.Task> GetPackageTypesAsync(System.Threading.CancellationToken cancellationToken) { throw null; } - - public abstract System.Threading.Tasks.Task GetPrimarySignatureAsync(System.Threading.CancellationToken token); - public virtual System.Collections.Generic.IEnumerable GetReferenceItems() { throw null; } - - public virtual System.Threading.Tasks.Task> GetReferenceItemsAsync(System.Threading.CancellationToken cancellationToken) { throw null; } - - public abstract System.IO.Stream GetStream(string path); - public virtual System.Threading.Tasks.Task GetStreamAsync(string path, System.Threading.CancellationToken cancellationToken) { throw null; } - - public virtual System.Collections.Generic.IEnumerable GetSupportedFrameworks() { throw null; } - - public virtual System.Threading.Tasks.Task> GetSupportedFrameworksAsync(System.Threading.CancellationToken cancellationToken) { throw null; } - - public virtual System.Collections.Generic.IEnumerable GetToolItems() { throw null; } - - public virtual System.Threading.Tasks.Task> GetToolItemsAsync(System.Threading.CancellationToken cancellationToken) { throw null; } - - protected static bool IsAllowedBuildFile(string packageId, string path) { throw null; } - - protected static bool IsReferenceAssembly(string path) { throw null; } - - public virtual bool IsServiceable() { throw null; } - - public virtual System.Threading.Tasks.Task IsServiceableAsync(System.Threading.CancellationToken cancellationToken) { throw null; } - - public abstract System.Threading.Tasks.Task IsSignedAsync(System.Threading.CancellationToken token); - protected string NormalizeDirectoryPath(string path) { throw null; } - - public abstract System.Threading.Tasks.Task ValidateIntegrityAsync(Signing.SignatureContent signatureContent, System.Threading.CancellationToken token); - protected static void ValidatePackageEntries(string normalizedDestination, System.Collections.Generic.IEnumerable packageFiles, Core.PackageIdentity packageIdentity) { } - - protected static void ValidatePackageEntry(string normalizedDestination, string normalizedFilePath, Core.PackageIdentity packageIdentity) { } - } - - public static partial class PackageReaderExtensions - { - public static System.Threading.Tasks.Task> GetPackageFilesAsync(this Core.IAsyncPackageCoreReader packageReader, PackageSaveMode packageSaveMode, System.Threading.CancellationToken cancellationToken) { throw null; } - - public static System.Threading.Tasks.Task> GetSatelliteFilesAsync(this IAsyncPackageContentReader packageReader, string packageLanguage, System.Threading.CancellationToken cancellationToken) { throw null; } - } - - public partial class PackageReference - { - public PackageReference(Core.PackageIdentity identity, Frameworks.NuGetFramework targetFramework, bool userInstalled, bool developmentDependency, bool requireReinstallation, Versioning.VersionRange allowedVersions) { } - - public PackageReference(Core.PackageIdentity identity, Frameworks.NuGetFramework targetFramework, bool userInstalled, bool developmentDependency, bool requireReinstallation) { } - - public PackageReference(Core.PackageIdentity identity, Frameworks.NuGetFramework targetFramework, bool userInstalled) { } - - public PackageReference(Core.PackageIdentity identity, Frameworks.NuGetFramework targetFramework) { } - - public Versioning.VersionRange AllowedVersions { get { throw null; } } - - public bool HasAllowedVersions { get { throw null; } } - - public bool IsDevelopmentDependency { get { throw null; } } - - public bool IsUserInstalled { get { throw null; } } - - public Core.PackageIdentity PackageIdentity { get { throw null; } } - - public bool RequireReinstallation { get { throw null; } } - - public Frameworks.NuGetFramework TargetFramework { get { throw null; } } - - public override string ToString() { throw null; } - } - - public partial class PackageReferenceSet - { - public PackageReferenceSet(Frameworks.NuGetFramework targetFramework, System.Collections.Generic.IEnumerable references) { } - - public PackageReferenceSet(System.Collections.Generic.IEnumerable references) { } - - public PackageReferenceSet(string targetFramework, System.Collections.Generic.IEnumerable references) { } - - public System.Collections.Generic.IReadOnlyCollection References { get { throw null; } } - - public Frameworks.NuGetFramework TargetFramework { get { throw null; } } - - public System.Collections.Generic.IEnumerable Validate() { throw null; } - } - - [System.Flags] - public enum PackageSaveMode - { - None = 0, - Nuspec = 1, - Nupkg = 2, - Files = 4, - Defaultv2 = 6, - Defaultv3 = 7 - } - - public static partial class PackagesConfig - { - public static readonly string allowedVersionsAttributeName; - public static readonly string developmentDependencyAttributeName; - public static readonly string IdAttributeName; - public static readonly string MinClientAttributeName; - public static readonly string PackageNodeName; - public static readonly string PackagesNodeName; - public static readonly string RequireInstallAttributeName; - public static readonly string TargetFrameworkAttributeName; - public static readonly string UserInstalledAttributeName; - public static readonly string VersionAttributeName; - public static bool BoolAttribute(System.Xml.Linq.XElement node, string name, bool defaultValue = false) { throw null; } - - public static bool HasAttributeValue(System.Xml.Linq.XElement node, string attributeName, string targetValue, out System.Xml.Linq.XElement element) { throw null; } - - public static bool TryGetAttribute(System.Xml.Linq.XElement node, string name, out string value) { throw null; } - } - - public partial class PackagesConfigReader - { - public PackagesConfigReader(Frameworks.IFrameworkNameProvider frameworkMappings, System.IO.Stream stream, bool leaveStreamOpen) { } - - public PackagesConfigReader(Frameworks.IFrameworkNameProvider frameworkMappings, System.Xml.Linq.XDocument xml) { } - - public PackagesConfigReader(System.IO.Stream stream, bool leaveStreamOpen) { } - - public PackagesConfigReader(System.IO.Stream stream) { } - - public PackagesConfigReader(System.Xml.Linq.XDocument xml) { } - - public Versioning.NuGetVersion GetMinClientVersion() { throw null; } - - public System.Collections.Generic.IEnumerable GetPackages() { throw null; } - - public System.Collections.Generic.IEnumerable GetPackages(bool allowDuplicatePackageIds) { throw null; } - } - - public partial class PackagesConfigReaderException : Core.PackagingException - { - public PackagesConfigReaderException(string message, System.Exception innerException) : base(default!) { } - - public PackagesConfigReaderException(string message) : base(default!) { } - } - - public partial class PackagesConfigWriter : System.IDisposable - { - public PackagesConfigWriter(System.IO.Stream stream, bool createNew, Frameworks.IFrameworkNameProvider frameworkMappings) { } - - public PackagesConfigWriter(System.IO.Stream stream, bool createNew) { } - - public PackagesConfigWriter(string fullPath, bool createNew, Frameworks.IFrameworkNameProvider frameworkMappings) { } - - public PackagesConfigWriter(string fullPath, bool createNew) { } - - public void AddPackageEntry(Core.PackageIdentity identity, Frameworks.NuGetFramework targetFramework) { } - - public void AddPackageEntry(PackageReference entry) { } - - public void AddPackageEntry(string packageId, Versioning.NuGetVersion version, Frameworks.NuGetFramework targetFramework) { } - - public void Dispose() { } - - protected virtual void Dispose(bool disposing) { } - - public void RemovePackageEntry(Core.PackageIdentity identity, Frameworks.NuGetFramework targetFramework) { } - - public void RemovePackageEntry(PackageReference entry) { } - - public void RemovePackageEntry(string packageId, Versioning.NuGetVersion version, Frameworks.NuGetFramework targetFramework) { } - - public void UpdateOrAddPackageEntry(System.Xml.Linq.XDocument originalConfig, PackageReference newEntry) { } - - public void UpdatePackageEntry(PackageReference oldEntry, PackageReference newEntry) { } - - public void WriteFile(string fullPath) { } - - public void WriteMinClientVersion(Versioning.NuGetVersion version) { } - } - - public partial class PackagesConfigWriterException : Core.PackagingException - { - public PackagesConfigWriterException(string message, System.Exception innerException) : base(default!) { } - - public PackagesConfigWriterException(string message) : base(default!) { } - } - - public partial class PackageSigningTelemetryEvent : Common.TelemetryEvent - { - public const string EventName = "SigningInformation"; - public PackageSigningTelemetryEvent() : base(default!) { } - - public string ExtractionId { get { throw null; } } - - public PackageSignType PackageSignType { get { throw null; } } - - public Common.NuGetOperationStatus Status { get { throw null; } } - - public void SetResult(PackageSignType packageSignType, Common.NuGetOperationStatus status) { } - } - - public enum PackageSignType - { - Signed = 0, - Unsigned = 1 - } - - public static partial class PackagingConstants - { - public static readonly string AgnosticFramework; - public static readonly string AnyCodeLanguage; - public static readonly string AnyFramework; - public static readonly string ContentFilesDefaultBuildAction; - public static readonly string ManifestExtension; - public static readonly string PackageVerifyDurationName; - public static readonly string SnupkgFormat; - public static readonly string SymbolsNupkgFormat; - public static readonly string TargetFrameworkPropertyKey; - public static partial class Folders - { - public static readonly string Analyzers; - public static readonly string Build; - public static readonly string BuildCrossTargeting; - public static readonly string BuildTransitive; - public static readonly string Content; - public static readonly string ContentFiles; - public static readonly string Lib; - public static readonly string Native; - public static readonly string Ref; - public static readonly string Runtimes; - public static readonly string Source; - public static readonly string Tools; - public static string[] Known { get { throw null; } } - } - } - - public partial class PhysicalPackageFile : IPackageFile - { - public PhysicalPackageFile() { } - - public PhysicalPackageFile(System.IO.MemoryStream stream) { } - - public string EffectivePath { get { throw null; } } - - public System.DateTimeOffset LastWriteTime { get { throw null; } } - - public Frameworks.NuGetFramework NuGetFramework { get { throw null; } } - - public string Path { get { throw null; } } - - public string SourcePath { get { throw null; } set { } } - - public System.Runtime.Versioning.FrameworkName TargetFramework { get { throw null; } } - - public string TargetPath { get { throw null; } set { } } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - - public System.IO.Stream GetStream() { throw null; } - - public override string ToString() { throw null; } - } - - public partial class RepositorySignatureInfo - { - public RepositorySignatureInfo(bool allRepositorySigned, System.Collections.Generic.IEnumerable repositoryCertificateInfos) { } - - public bool AllRepositorySigned { get { throw null; } } - - public System.Collections.Generic.IEnumerable RepositoryCertificateInfos { get { throw null; } } - } - - public partial class RepositorySignatureInfoProvider - { - public RepositorySignatureInfoProvider() { } - - public static RepositorySignatureInfoProvider Instance { get { throw null; } } - - public void AddOrUpdateRepositorySignatureInfo(string source, RepositorySignatureInfo repositorySignatureInfo) { } - - public bool TryGetRepositorySignatureInfo(string source, out RepositorySignatureInfo repositorySignatureInfo) { throw null; } - } - - public sealed partial class Sha512HashFunction : IHashFunction, System.IDisposable - { - public Sha512HashFunction() { } - - public void Dispose() { } - - public string GetHash() { throw null; } - - public byte[] GetHashBytes() { throw null; } - - public void Update(byte[] data, int offset, int count) { } - } - - public static partial class StreamExtensions - { - public static string CopyToFile(this System.IO.Stream inputStream, string fileFullPath) { throw null; } - } - - public static partial class TopologicalSortUtility - { - public static System.Collections.Generic.IReadOnlyList SortPackagesByDependencyOrder(System.Collections.Generic.IEnumerable packages) { throw null; } - - public static System.Collections.Generic.IReadOnlyList SortPackagesByDependencyOrder(System.Collections.Generic.IEnumerable items, System.StringComparer comparer, System.Func getId, System.Func getDependencies) - where T : class { throw null; } - } - - public partial class UnsafePackageEntryException : Core.PackagingException, Common.ILogMessageException - { - public UnsafePackageEntryException(string message) : base(default!) { } - - public override Common.ILogMessage AsLogMessage() { throw null; } - } - - public partial class VersionFolderPathResolver - { - public VersionFolderPathResolver(string rootPath, bool isLowercase) { } - - public VersionFolderPathResolver(string rootPath) { } - - public bool IsLowerCase { get { throw null; } } - - public string RootPath { get { throw null; } } - - public string GetHashFileName(string packageId, Versioning.NuGetVersion version) { throw null; } - - public string GetHashPath(string packageId, Versioning.NuGetVersion version) { throw null; } - - public virtual string GetInstallPath(string packageId, Versioning.NuGetVersion version) { throw null; } - - public virtual string GetManifestFileName(string packageId, Versioning.NuGetVersion version) { throw null; } - - public string GetManifestFilePath(string packageId, Versioning.NuGetVersion version) { throw null; } - - public string GetNupkgMetadataPath(string packageId, Versioning.NuGetVersion version) { throw null; } - - public virtual string GetPackageDirectory(string packageId, Versioning.NuGetVersion version) { throw null; } - - public string GetPackageDownloadMarkerFileName(string packageId) { throw null; } - - public virtual string GetPackageFileName(string packageId, Versioning.NuGetVersion version) { throw null; } - - public string GetPackageFilePath(string packageId, Versioning.NuGetVersion version) { throw null; } - - public virtual string GetVersionListDirectory(string packageId) { throw null; } - - public string GetVersionListPath(string packageId) { throw null; } - } - - public static partial class XElementExtensions - { - public static System.Collections.Generic.IEnumerable ElementsNoNamespace(this System.Xml.Linq.XContainer container, string localName) { throw null; } - - public static System.Xml.Linq.XElement Except(this System.Xml.Linq.XElement source, System.Xml.Linq.XElement target) { throw null; } - - public static string GetOptionalAttributeValue(this System.Xml.Linq.XElement element, string localName, string namespaceName = null) { throw null; } - } - - public enum XmlDocFileSaveMode - { - None = 0, - Skip = 1, - Compress = 2 - } - - [System.Obsolete("This class is obsolete and will be removed in a future release.")] - public static partial class XmlUtility - { - public static System.Xml.Linq.XDocument LoadSafe(System.IO.Stream input, bool ignoreWhiteSpace) { throw null; } - - public static System.Xml.Linq.XDocument LoadSafe(System.IO.Stream input) { throw null; } - } - - public static partial class ZipArchiveExtensions - { - public static System.Collections.Generic.IEnumerable GetFiles(this System.IO.Compression.ZipArchive zipArchive) { throw null; } - - public static System.IO.Compression.ZipArchiveEntry LookupEntry(this System.IO.Compression.ZipArchive zipArchive, string path) { throw null; } - - public static System.IO.Stream OpenFile(this System.IO.Compression.ZipArchive zipArchive, string path) { throw null; } - - public static string SaveAsFile(this System.IO.Compression.ZipArchiveEntry entry, string fileFullPath, Common.ILogger logger) { throw null; } - - public static void UpdateFileTimeFromEntry(this System.IO.Compression.ZipArchiveEntry entry, string fileFullPath, Common.ILogger logger) { } - } - - public partial class ZipFilePair - { - public ZipFilePair(string fileFullPath, System.IO.Compression.ZipArchiveEntry entry) { } - - public string FileFullPath { get { throw null; } } - - public System.IO.Compression.ZipArchiveEntry PackageEntry { get { throw null; } } - - public bool IsInstalled() { throw null; } - } -} - -namespace NuGet.Packaging.Core -{ - public partial class ContentFilesEntry - { - public ContentFilesEntry(string include, string exclude, string buildAction, bool? copyToOutput, bool? flatten) { } - - public string BuildAction { get { throw null; } } - - public bool? CopyToOutput { get { throw null; } } - - public string Exclude { get { throw null; } } - - public bool? Flatten { get { throw null; } } - - public string Include { get { throw null; } } - } - - public delegate string ExtractPackageFileDelegate(string sourceFile, string targetPath, System.IO.Stream fileStream); - public partial class Fingerprints - { - public Fingerprints(System.Collections.Generic.IDictionary fingerPrints) { } - - public string this[string key] { get { throw null; } } - - public System.Collections.Generic.IEnumerator> GetEnumerator() { throw null; } - } - - public partial interface IAsyncPackageCoreReader : System.IDisposable - { - System.Threading.Tasks.Task> CopyFilesAsync(string destination, System.Collections.Generic.IEnumerable packageFiles, ExtractPackageFileDelegate extractFile, Common.ILogger logger, System.Threading.CancellationToken cancellationToken); - System.Threading.Tasks.Task> GetFilesAsync(string folder, System.Threading.CancellationToken cancellationToken); - System.Threading.Tasks.Task> GetFilesAsync(System.Threading.CancellationToken cancellationToken); - System.Threading.Tasks.Task GetIdentityAsync(System.Threading.CancellationToken cancellationToken); - System.Threading.Tasks.Task GetMinClientVersionAsync(System.Threading.CancellationToken cancellationToken); - System.Threading.Tasks.Task GetNuspecAsync(System.Threading.CancellationToken cancellationToken); - System.Threading.Tasks.Task GetNuspecFileAsync(System.Threading.CancellationToken cancellationToken); - System.Threading.Tasks.Task> GetPackageTypesAsync(System.Threading.CancellationToken cancellationToken); - System.Threading.Tasks.Task GetStreamAsync(string path, System.Threading.CancellationToken cancellationToken); - } - - public partial interface INuspecCoreReader - { - string GetId(); - PackageIdentity GetIdentity(); - System.Collections.Generic.IEnumerable> GetMetadata(); - Versioning.NuGetVersion GetMinClientVersion(); - System.Collections.Generic.IReadOnlyList GetPackageTypes(); - Versioning.NuGetVersion GetVersion(); - } - - public partial interface IPackageCoreReader : System.IDisposable - { - System.Collections.Generic.IEnumerable CopyFiles(string destination, System.Collections.Generic.IEnumerable packageFiles, ExtractPackageFileDelegate extractFile, Common.ILogger logger, System.Threading.CancellationToken token); - System.Collections.Generic.IEnumerable GetFiles(); - System.Collections.Generic.IEnumerable GetFiles(string folder); - PackageIdentity GetIdentity(); - Versioning.NuGetVersion GetMinClientVersion(); - System.IO.Stream GetNuspec(); - string GetNuspecFile(); - System.Collections.Generic.IReadOnlyList GetPackageTypes(); - System.IO.Stream GetStream(string path); - } - - public partial interface IPackageIdentityComparer : System.Collections.Generic.IEqualityComparer, System.Collections.Generic.IComparer - { - } - - public partial interface IRepositoryCertificateInfo - { - string ContentUrl { get; } - - Fingerprints Fingerprints { get; } - - string Issuer { get; } - - System.DateTimeOffset NotAfter { get; } - - System.DateTimeOffset NotBefore { get; } - - string Subject { get; } - } - - public partial class NuspecCoreReader : NuspecCoreReaderBase - { - public NuspecCoreReader(System.IO.Stream stream) : base((System.IO.Stream)default!) { } - - public NuspecCoreReader(System.Xml.Linq.XDocument xml) : base((System.Xml.Linq.XDocument)default!) { } - - public virtual System.Collections.Generic.IEnumerable GetDependencies() { throw null; } - } - - public abstract partial class NuspecCoreReaderBase : INuspecCoreReader - { - protected const string DevelopmentDependency = "developmentDependency"; - protected const string Id = "id"; - protected const string Metadata = "metadata"; - protected const string MinClientVersion = "minClientVersion"; - protected const string Version = "version"; - public NuspecCoreReaderBase(System.IO.Stream stream, bool leaveStreamOpen) { } - - public NuspecCoreReaderBase(System.IO.Stream stream) { } - - public NuspecCoreReaderBase(string path) { } - - public NuspecCoreReaderBase(System.Xml.Linq.XDocument xml) { } - - protected System.Xml.Linq.XElement MetadataNode { get { throw null; } } - - protected System.Collections.Generic.Dictionary MetadataValues { get { throw null; } } - - public System.Xml.Linq.XDocument Xml { get { throw null; } } - - public virtual bool GetDevelopmentDependency() { throw null; } - - public virtual string GetId() { throw null; } - - public virtual PackageIdentity GetIdentity() { throw null; } - - public virtual System.Collections.Generic.IEnumerable> GetMetadata() { throw null; } - - public virtual string GetMetadataValue(string name) { throw null; } - - public virtual Versioning.NuGetVersion GetMinClientVersion() { throw null; } - - public virtual System.Collections.Generic.IReadOnlyList GetPackageTypes() { throw null; } - - public virtual Versioning.NuGetVersion GetVersion() { throw null; } - - public virtual bool IsServiceable() { throw null; } - } - - public static partial class NuspecUtility - { - public static readonly string FrameworkReference; - public static readonly string FrameworkReferences; - public static readonly string Group; - public static readonly string License; - public static readonly string Name; - public static readonly string PackageType; - public static readonly string PackageTypes; - public static readonly string Repository; - public static readonly string RepositoryBranch; - public static readonly string RepositoryCommit; - public static readonly string RepositoryUrl; - public static readonly string Serviceable; - public static readonly string TargetFramework; - public static readonly string Type; - public static readonly string Version; - public static System.Collections.Generic.IReadOnlyList GetPackageTypes(System.Xml.Linq.XElement metadataNode, bool useMetadataNamespace) { throw null; } - - public static bool IsServiceable(System.Xml.Linq.XElement metadataNode) { throw null; } - } - - public partial class PackageDependency : System.IEquatable - { - public PackageDependency(string id, Versioning.VersionRange versionRange, System.Collections.Generic.IReadOnlyList include, System.Collections.Generic.IReadOnlyList exclude) { } - - public PackageDependency(string id, Versioning.VersionRange versionRange) { } - - public PackageDependency(string id) { } - - public System.Collections.Generic.IReadOnlyList Exclude { get { throw null; } } - - public string Id { get { throw null; } } - - public System.Collections.Generic.IReadOnlyList Include { get { throw null; } } - - public Versioning.VersionRange VersionRange { get { throw null; } } - - public bool Equals(PackageDependency other) { throw null; } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - - public override string ToString() { throw null; } - } - - public partial class PackageDependencyComparer : System.Collections.Generic.IEqualityComparer - { - public static readonly PackageDependencyComparer Default; - public PackageDependencyComparer() { } - - public PackageDependencyComparer(Versioning.IVersionRangeComparer versionRangeComparer) { } - - public bool Equals(PackageDependency x, PackageDependency y) { throw null; } - - public int GetHashCode(PackageDependency obj) { throw null; } - } - - public partial class PackageDependencyInfo : PackageIdentity, System.IEquatable - { - public PackageDependencyInfo(PackageIdentity identity, System.Collections.Generic.IEnumerable dependencies) : base(default!, default!) { } - - public PackageDependencyInfo(string id, Versioning.NuGetVersion version, System.Collections.Generic.IEnumerable dependencies) : base(default!, default!) { } - - public PackageDependencyInfo(string id, Versioning.NuGetVersion version) : base(default!, default!) { } - - public System.Collections.Generic.IEnumerable Dependencies { get { throw null; } } - - public bool Equals(PackageDependencyInfo other) { throw null; } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - - public override string ToString() { throw null; } - } - - public partial class PackageDependencyInfoComparer : System.Collections.Generic.IEqualityComparer - { - public PackageDependencyInfoComparer() { } - - public PackageDependencyInfoComparer(IPackageIdentityComparer identityComparer, PackageDependencyComparer dependencyComparer) { } - - public static PackageDependencyInfoComparer Default { get { throw null; } } - - public bool Equals(PackageDependencyInfo x, PackageDependencyInfo y) { throw null; } - - public int GetHashCode(PackageDependencyInfo obj) { throw null; } - } - - public partial class PackageIdentity : System.IEquatable, System.IComparable - { - public PackageIdentity(string id, Versioning.NuGetVersion version) { } - - public static PackageIdentityComparer Comparer { get { throw null; } } - - public bool HasVersion { get { throw null; } } - - public string Id { get { throw null; } } - - public Versioning.NuGetVersion Version { get { throw null; } } - - public int CompareTo(PackageIdentity other) { throw null; } - - public virtual bool Equals(PackageIdentity other, Versioning.VersionComparison versionComparison) { throw null; } - - public bool Equals(PackageIdentity other) { throw null; } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - - public override string ToString() { throw null; } - } - - public partial class PackageIdentityComparer : IPackageIdentityComparer, System.Collections.Generic.IEqualityComparer, System.Collections.Generic.IComparer - { - public PackageIdentityComparer() { } - - public PackageIdentityComparer(Versioning.IVersionComparer versionComparer) { } - - public PackageIdentityComparer(Versioning.VersionComparison versionComparison) { } - - public static PackageIdentityComparer Default { get { throw null; } } - - public int Compare(PackageIdentity x, PackageIdentity y) { throw null; } - - public bool Equals(PackageIdentity x, PackageIdentity y) { throw null; } - - public int GetHashCode(PackageIdentity obj) { throw null; } - } - - public partial class PackageType : System.IEquatable, System.IComparable - { - public static readonly PackageType Dependency; - public static readonly PackageType DotnetCliTool; - public static readonly PackageType DotnetPlatform; - public static readonly PackageType DotnetTool; - public static readonly System.Version EmptyVersion; - public static readonly PackageType Legacy; - public static readonly System.StringComparer PackageTypeNameComparer; - public static readonly PackageType SymbolsPackage; - public PackageType(string name, System.Version version) { } - - public string Name { get { throw null; } } - - public System.Version Version { get { throw null; } } - - public int CompareTo(PackageType other) { throw null; } - - public bool Equals(PackageType other) { throw null; } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - - public static bool operator ==(PackageType a, PackageType b) { throw null; } - - public static bool operator !=(PackageType a, PackageType b) { throw null; } - } - - public static partial class PackagingCoreConstants - { - public static readonly string EmptyFolder; - public static readonly string ForwardSlashEmptyFolder; - public static readonly string HashFileExtension; - public static readonly string NupkgExtension; - public static readonly string NupkgMetadataFileExtension; - public static readonly string NuspecExtension; - public static readonly string PackageDownloadMarkerFileExtension; - } - - public partial class PackagingException : System.Exception, Common.ILogMessageException - { - public PackagingException(Common.NuGetLogCode logCode, string message, System.Exception innerException) { } - - public PackagingException(Common.NuGetLogCode logCode, string message) { } - - public PackagingException(string message, System.Exception innerException) { } - - public PackagingException(string message) { } - - public virtual Common.ILogMessage AsLogMessage() { throw null; } - } - - public partial class RepositoryMetadata : System.IEquatable - { - public RepositoryMetadata() { } - - public RepositoryMetadata(string type, string url, string branch, string commit) { } - - public string Branch { get { throw null; } set { } } - - public string Commit { get { throw null; } set { } } - - public string Type { get { throw null; } set { } } - - public string Url { get { throw null; } set { } } - - public bool Equals(RepositoryMetadata other) { throw null; } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - - public static bool operator ==(RepositoryMetadata a, RepositoryMetadata b) { throw null; } - - public static bool operator !=(RepositoryMetadata a, RepositoryMetadata b) { throw null; } - } -} - -namespace NuGet.Packaging.Licenses -{ - public partial class ExceptionData - { - public ExceptionData(string licenseID, bool isDeprecatedLicenseId) { } - - public bool IsDeprecatedLicenseId { get { throw null; } } - - public string LicenseExceptionID { get { throw null; } } - } - - public partial class LicenseData - { - public LicenseData(string licenseID, bool isOsiApproved, bool isDeprecatedLicenseId, bool isFsfLibre) { } - - public bool IsDeprecatedLicenseId { get { throw null; } } - - public bool IsFsfLibre { get { throw null; } } - - public bool IsOsiApproved { get { throw null; } } - - public string LicenseID { get { throw null; } } - } - - public enum LicenseExpressionType - { - License = 0, - Operator = 1 - } - - public abstract partial class LicenseOperator : NuGetLicenseExpression - { - protected LicenseOperator(LicenseOperatorType operatorType) { } - - public LicenseOperatorType OperatorType { get { throw null; } } - } - - public enum LicenseOperatorType - { - WithOperator = 0, - LogicalOperator = 1 - } - - public partial class LogicalOperator : LicenseOperator - { - public LogicalOperator(LogicalOperatorType logicalOperatorType, NuGetLicenseExpression left, NuGetLicenseExpression right) : base(default) { } - - public NuGetLicenseExpression Left { get { throw null; } } - - public LogicalOperatorType LogicalOperatorType { get { throw null; } } - - public NuGetLicenseExpression Right { get { throw null; } } - - public override string ToString() { throw null; } - } - - public enum LogicalOperatorType - { - And = 0, - Or = 1 - } - - public partial class NuGetLicense : NuGetLicenseExpression - { - public string Identifier { get { throw null; } } - - public bool IsStandardLicense { get { throw null; } } - - public bool Plus { get { throw null; } } - - public override string ToString() { throw null; } - } - - public static partial class NuGetLicenseData - { - public static readonly System.Collections.Generic.IReadOnlyDictionary ExceptionList; - public static readonly System.Collections.Generic.IReadOnlyDictionary LicenseList; - public static string LicenseListVersion { get { throw null; } } - } - - public partial class NuGetLicenseException - { - public string Identifier { get { throw null; } } - - public override string ToString() { throw null; } - } - - public abstract partial class NuGetLicenseExpression - { - protected NuGetLicenseExpression() { } - - public LicenseExpressionType Type { get { throw null; } protected set { } } - - public static NuGetLicenseExpression Parse(string expression) { throw null; } - } - - public static partial class NuGetLicenseExpressionExtensions - { - public static bool HasOnlyStandardIdentifiers(this NuGetLicenseExpression expression) { throw null; } - - public static bool IsUnlicensed(this NuGetLicense license) { throw null; } - - public static bool IsUnlicensed(this NuGetLicenseExpression expression) { throw null; } - - public static void OnEachLeafNode(this NuGetLicenseExpression expression, System.Action licenseProcessor, System.Action exceptionProcessor) { } - } - - public partial class NuGetLicenseExpressionParsingException : System.Exception - { - protected NuGetLicenseExpressionParsingException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { } - - public NuGetLicenseExpressionParsingException(string message, System.Exception innerException) { } - - public NuGetLicenseExpressionParsingException(string message) { } - } - - public partial class WithOperator : LicenseOperator - { - public WithOperator(NuGetLicense license, NuGetLicenseException exception) : base(default) { } - - public NuGetLicenseException Exception { get { throw null; } } - - public NuGetLicense License { get { throw null; } } - - public override string ToString() { throw null; } - } -} - -namespace NuGet.Packaging.PackageExtraction -{ - public static partial class PackageExtractionBehavior - { - public static XmlDocFileSaveMode XmlDocFileSaveMode { get { throw null; } set { } } - } -} - -namespace NuGet.Packaging.Rules -{ - [System.CodeDom.Compiler.GeneratedCode("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] - public partial class AnalysisResources - { - public static string AssemblyDirectlyUnderLibWarning { get { throw null; } } - - public static string AssemblyOutsideLibWarning { get { throw null; } } - - public static string BuildConventionIsViolatedWarning { get { throw null; } } - - public static System.Globalization.CultureInfo Culture { get { throw null; } set { } } - - public static string DefaultSpecValueWarning { get { throw null; } } - - public static string DependenciesGroupsForEachTFMBeginningToFiles { get { throw null; } } - - public static string DependenciesGroupsForEachTFMBeginningToNuspec { get { throw null; } } - - public static string DependenciesGroupsForEachTFMEndingToFile { get { throw null; } } - - public static string DependenciesGroupsForEachTFMEndingToNuspec { get { throw null; } } - - public static string DependenciesGroupsForEachTFMHasCompatMatch { get { throw null; } } - - public static string DependenciesGroupsForEachTFMHasNoExactMatch { get { throw null; } } - - public static string FilePathTooLongWarning { get { throw null; } } - - public static string IconUrlDeprecationWarning { get { throw null; } } - - public static string InvalidFrameworkWarning { get { throw null; } } - - public static string InvalidPlaceholderFileWarning { get { throw null; } } - - public static string InvalidPrereleaseDependencyWarning { get { throw null; } } - - public static string InvalidUndottedFrameworkInDependencyGroupsWarning { get { throw null; } } - - public static string InvalidUndottedFrameworkInFilesWarning { get { throw null; } } - - public static string InvalidUndottedFrameworkInFrameworkAssemblyGroupsWarning { get { throw null; } } - - public static string InvalidUndottedFrameworkInReferenceGroupsWarning { get { throw null; } } - - public static string InvalidUndottedFrameworkWarning { get { throw null; } } - - public static string LegacyVersionWarning { get { throw null; } } - - public static string LicenseUrlDeprecationWarning { get { throw null; } } - - public static string Migrator_AssemblyDirectlyUnderLibWarning { get { throw null; } } - - public static string Migrator_PackageHasContentFolder { get { throw null; } } - - public static string Migrator_PackageHasInstallScript { get { throw null; } } - - public static string Migrator_XdtTransformInPackage { get { throw null; } } - - public static string MisplacedInitScriptWarning { get { throw null; } } - - public static string MisplacedTransformFileWarning { get { throw null; } } - - public static string NoRefOrLibFolderInPackage { get { throw null; } } - - public static string PlaceholderFileInPackageWarning { get { throw null; } } - - public static string ReferencesInNuspecAndRefFilesDontMatchWarning { get { throw null; } } - - public static string ReferencesInNuspecAndRefFilesDontMatchWarningAddToNuspecListItemFormat { get { throw null; } } - - public static string ReferencesInNuspecAndRefFilesDontMatchWarningAddToNuspecNoTfmListItemFormat { get { throw null; } } - - public static string ReferencesInNuspecAndRefFilesDontMatchWarningAddToRefListItemFormat { get { throw null; } } - - public static System.Resources.ResourceManager ResourceManager { get { throw null; } } - - public static string ScriptOutsideToolsWarning { get { throw null; } } - - public static string UnrecognizedLicenseIdentifier { get { throw null; } } - - public static string UnrecognizedScriptWarning { get { throw null; } } - - public static string UnspecifiedDependencyVersionWarning { get { throw null; } } - - public static string WinRTObsoleteWarning { get { throw null; } } - } - - public partial class DefaultManifestValuesRule : IPackageRule - { - public DefaultManifestValuesRule(string messageFormat) { } - - public string MessageFormat { get { throw null; } } - - public System.Collections.Generic.IEnumerable Validate(PackageArchiveReader builder) { throw null; } - } - - public partial class IconUrlDeprecationWarning : IPackageRule - { - public IconUrlDeprecationWarning(string messageFormat) { } - - public string MessageFormat { get { throw null; } } - - public System.Collections.Generic.IEnumerable Validate(PackageArchiveReader builder) { throw null; } - } - - public partial interface IPackageRule - { - string MessageFormat { get; } - - System.Collections.Generic.IEnumerable Validate(PackageArchiveReader builder); - } - - public partial class LicenseUrlDeprecationWarning : IPackageRule - { - public LicenseUrlDeprecationWarning(string messageFormat) { } - - public string MessageFormat { get { throw null; } } - - public System.Collections.Generic.IEnumerable Validate(PackageArchiveReader builder) { throw null; } - } - - public partial class PathTooLongRule : IPackageRule - { - public PathTooLongRule(string messageFormat) { } - - public string MessageFormat { get { throw null; } } - - public System.Collections.Generic.IEnumerable Validate(PackageArchiveReader builder) { throw null; } - } - - public static partial class RuleSet - { - public static System.Collections.Generic.IEnumerable PackageCreationRuleSet { get { throw null; } } - - public static System.Collections.Generic.IEnumerable PackagesConfigToPackageReferenceMigrationRuleSet { get { throw null; } } - } - - public partial class UnspecifiedDependencyVersionRule : IPackageRule - { - public UnspecifiedDependencyVersionRule(string messageFormat) { } - - public string MessageFormat { get { throw null; } } - - public System.Collections.Generic.IEnumerable Validate(PackageArchiveReader builder) { throw null; } - } -} - -namespace NuGet.Packaging.Signing -{ - public sealed partial class Accuracy - { - public int? Microseconds { get { throw null; } } - - public int? Milliseconds { get { throw null; } } - - public int? Seconds { get { throw null; } } - - public long? GetTotalMicroseconds() { throw null; } - - public static Accuracy Read(byte[] bytes) { throw null; } - } - - public sealed partial class AlgorithmIdentifier - { - public System.Security.Cryptography.Oid Algorithm { get { throw null; } } - - public static AlgorithmIdentifier Read(byte[] bytes) { throw null; } - } - - public partial class AllowListVerificationProvider : ISignatureVerificationProvider - { - public AllowListVerificationProvider(System.Collections.Generic.IReadOnlyCollection allowList, bool requireNonEmptyAllowList = false, string emptyListErrorMessage = "", string noMatchErrorMessage = "") { } - - public System.Threading.Tasks.Task GetTrustResultAsync(ISignedPackageReader package, PrimarySignature signature, SignedPackageVerifierSettings settings, System.Threading.CancellationToken token) { throw null; } - } - - public static partial class AttributeUtility - { - public static System.Security.Cryptography.CryptographicAttributeObject CreateCommitmentTypeIndication(SignatureType type) { throw null; } - - public static System.Security.Cryptography.CryptographicAttributeObject CreateNuGetPackageOwners(System.Collections.Generic.IReadOnlyList packageOwners) { throw null; } - - public static System.Security.Cryptography.CryptographicAttributeObject CreateNuGetV3ServiceIndexUrl(System.Uri v3ServiceIndexUrl) { throw null; } - - public static System.Security.Cryptography.CryptographicAttributeObject CreateSigningCertificateV2(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate, Common.HashAlgorithmName hashAlgorithm) { throw null; } - - public static System.Security.Cryptography.CryptographicAttributeObject GetAttribute(this System.Security.Cryptography.CryptographicAttributeObjectCollection attributes, string oid) { throw null; } - - public static System.Collections.Generic.IEnumerable GetAttributes(this System.Security.Cryptography.CryptographicAttributeObjectCollection attributes, string oid) { throw null; } - - public static System.Collections.Generic.IReadOnlyList GetNuGetPackageOwners(System.Security.Cryptography.CryptographicAttributeObjectCollection signedAttributes) { throw null; } - - public static System.Uri GetNuGetV3ServiceIndexUrl(System.Security.Cryptography.CryptographicAttributeObjectCollection signedAttributes) { throw null; } - - public static SignatureType GetSignatureType(System.Security.Cryptography.CryptographicAttributeObjectCollection signedAttributes) { throw null; } - - public static SignatureType GetSignatureType(string oid) { throw null; } - - public static string GetSignatureTypeOid(SignatureType signatureType) { throw null; } - } - - public sealed partial class AuthorPrimarySignature : PrimarySignature - { - public AuthorPrimarySignature(System.Security.Cryptography.Pkcs.SignedCms signedCms) : base(default!, default) { } - - public override string FriendlyName { get { throw null; } } - - public override SignatureVerificationSummary Verify(Timestamp timestamp, SignatureVerifySettings settings, Common.HashAlgorithmName fingerprintAlgorithm, System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificateExtraStore) { throw null; } - } - - public sealed partial class AuthorSignPackageRequest : SignPackageRequest - { - public AuthorSignPackageRequest(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate, Common.HashAlgorithmName signatureHashAlgorithm, Common.HashAlgorithmName timestampHashAlgorithm) : base(default!, default, default) { } - - public AuthorSignPackageRequest(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate, Common.HashAlgorithmName hashAlgorithm) : base(default!, default, default) { } - - public override SignatureType SignatureType { get { throw null; } } - } - - public sealed partial class CentralDirectoryHeaderMetadata - { - public CentralDirectoryHeaderMetadata() { } - - public long ChangeInOffset { get { throw null; } set { } } - - public long FileEntryTotalSize { get { throw null; } set { } } - - public long HeaderSize { get { throw null; } set { } } - - public int IndexInHeaders { get { throw null; } set { } } - - public bool IsPackageSignatureFile { get { throw null; } set { } } - - public long OffsetToLocalFileHeader { get { throw null; } set { } } - - public long Position { get { throw null; } set { } } - } - - public static partial class CertificateChainUtility - { - public static IX509CertificateChain GetCertificateChain(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate, System.Security.Cryptography.X509Certificates.X509Certificate2Collection extraStore, Common.ILogger logger, CertificateType certificateType) { throw null; } - - public static IX509CertificateChain GetCertificateChain(System.Security.Cryptography.X509Certificates.X509Chain x509Chain) { throw null; } - } - - public partial class CertificateHashAllowListEntry : VerificationAllowListEntry - { - public CertificateHashAllowListEntry(VerificationTarget target, SignaturePlacement placement, string fingerprint, Common.HashAlgorithmName algorithm) : base(default, default) { } - - public string Fingerprint { get { throw null; } } - - public Common.HashAlgorithmName FingerprintAlgorithm { get { throw null; } } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - } - - public enum CertificateType - { - Signature = 0, - Timestamp = 1 - } - - public static partial class CertificateUtility - { - public static byte[] GetHash(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate, Common.HashAlgorithmName hashAlgorithm) { throw null; } - - public static string GetHashString(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate, Common.HashAlgorithmName hashAlgorithm) { throw null; } - - public static System.Collections.Generic.IReadOnlyList GetRawDataForCollection(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates) { throw null; } - - public static bool HasExtendedKeyUsage(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate, string ekuOid) { throw null; } - - public static bool HasLifetimeSigningEku(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { throw null; } - - public static bool IsCertificatePublicKeyValid(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { throw null; } - - public static bool IsCertificateValidityPeriodInTheFuture(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { throw null; } - - public static bool IsDateInsideValidityPeriod(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate, System.DateTimeOffset date) { throw null; } - - public static bool IsSelfIssued(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { throw null; } - - public static bool IsSignatureAlgorithmSupported(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { throw null; } - - public static bool IsValidForPurposeFast(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate, string ekuOid) { throw null; } - - public static string X509Certificate2CollectionToString(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certCollection, Common.HashAlgorithmName fingerprintAlgorithm) { throw null; } - - public static string X509Certificate2ToString(System.Security.Cryptography.X509Certificates.X509Certificate2 cert, Common.HashAlgorithmName fingerprintAlgorithm) { throw null; } - - public static string X509ChainToString(System.Security.Cryptography.X509Certificates.X509Chain chain, Common.HashAlgorithmName fingerprintAlgorithm) { throw null; } - } - - public partial class ClientPolicyContext - { - public System.Collections.Generic.IReadOnlyCollection AllowList { get { throw null; } } - - public Common.SignatureValidationMode Policy { get { throw null; } } - - public SignedPackageVerifierSettings VerifierSettings { get { throw null; } } - - public static ClientPolicyContext GetClientPolicy(Configuration.ISettings settings, Common.ILogger logger) { throw null; } - } - - public sealed partial class CommitmentTypeIndication - { - public System.Security.Cryptography.Oid CommitmentTypeId { get { throw null; } } - - public System.Collections.Generic.IReadOnlyList Qualifiers { get { throw null; } } - - public static CommitmentTypeIndication Create(System.Security.Cryptography.Oid commitmentTypeId) { throw null; } - - public static CommitmentTypeIndication Read(byte[] bytes) { throw null; } - } - - public sealed partial class CommitmentTypeQualifier - { - public System.Security.Cryptography.Oid CommitmentTypeIdentifier { get { throw null; } } - - public byte[] Qualifier { get { throw null; } } - - public static CommitmentTypeQualifier Read(byte[] bytes) { throw null; } - } - - public static partial class Crc32 - { - [System.CLSCompliant(false)] - public static uint CalculateCrc(byte[] data) { throw null; } - } - - public sealed partial class EssCertId - { - public byte[] CertificateHash { get { throw null; } } - - public IssuerSerial IssuerSerial { get { throw null; } } - - public static EssCertId Read(byte[] bytes) { throw null; } - } - - public sealed partial class EssCertIdV2 - { - public byte[] CertificateHash { get { throw null; } } - - public AlgorithmIdentifier HashAlgorithm { get { throw null; } } - - public IssuerSerial IssuerSerial { get { throw null; } } - - public static EssCertIdV2 Create(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate, Common.HashAlgorithmName hashAlgorithmName) { throw null; } - - public static EssCertIdV2 Read(byte[] bytes) { throw null; } - } - - public sealed partial class Extension - { - public bool Critical { get { throw null; } } - - public System.Security.Cryptography.Oid Id { get { throw null; } } - - public byte[] Value { get { throw null; } } - } - - public sealed partial class Extensions - { - public System.Collections.Generic.IReadOnlyList ExtensionsList { get { throw null; } } - - public static Extensions Read(byte[] bytes) { throw null; } - } - - public sealed partial class GeneralName - { - public System.Security.Cryptography.X509Certificates.X500DistinguishedName DirectoryName { get { throw null; } } - - public static GeneralName Create(System.Security.Cryptography.X509Certificates.X500DistinguishedName distinguishedName) { throw null; } - - public static GeneralName Read(byte[] bytes) { throw null; } - } - - public partial class IntegrityVerificationProvider : ISignatureVerificationProvider - { - public IntegrityVerificationProvider() { } - - public System.Threading.Tasks.Task GetTrustResultAsync(ISignedPackageReader package, PrimarySignature signature, SignedPackageVerifierSettings settings, System.Threading.CancellationToken token) { throw null; } - } - - public partial class InvalidSignaturePackageVerificationResult : PackageVerificationResult - { - public InvalidSignaturePackageVerificationResult(SignatureVerificationStatus trust, System.Collections.Generic.IEnumerable issues) : base(default, default!) { } - } - - public partial interface IPackageSignatureVerifier - { - System.Threading.Tasks.Task VerifySignaturesAsync(ISignedPackageReader package, SignedPackageVerifierSettings settings, System.Threading.CancellationToken token, System.Guid telemetryOperationId); - } - - public partial interface IRepositorySignature : ISignature - { - System.Collections.Generic.IReadOnlyList PackageOwners { get; } - - System.Uri V3ServiceIndexUrl { get; } - } - - public partial interface ISignature - { - System.Security.Cryptography.Pkcs.SignerInfo SignerInfo { get; } - - SignatureType Type { get; } - } - - public partial interface ISignatureProvider - { - System.Threading.Tasks.Task CreatePrimarySignatureAsync(SignPackageRequest request, SignatureContent signatureContent, Common.ILogger logger, System.Threading.CancellationToken token); - System.Threading.Tasks.Task CreateRepositoryCountersignatureAsync(RepositorySignPackageRequest request, PrimarySignature primarySignature, Common.ILogger logger, System.Threading.CancellationToken token); - } - - public partial interface ISignatureVerificationProvider - { - System.Threading.Tasks.Task GetTrustResultAsync(ISignedPackageReader package, PrimarySignature signature, SignedPackageVerifierSettings settings, System.Threading.CancellationToken token); - } - - public partial interface ISignedPackage : ISignedPackageReader, System.IDisposable, ISignedPackageWriter - { - } - - public partial interface ISignedPackageReader : System.IDisposable - { - bool CanVerifySignedPackages(SignedPackageVerifierSettings verifierSettings); - System.Threading.Tasks.Task GetArchiveHashAsync(Common.HashAlgorithmName hashAlgorithm, System.Threading.CancellationToken token); - string GetContentHash(System.Threading.CancellationToken token, System.Func GetUnsignedPackageHash = null); - System.Threading.Tasks.Task GetPrimarySignatureAsync(System.Threading.CancellationToken token); - System.Threading.Tasks.Task IsSignedAsync(System.Threading.CancellationToken token); - System.Threading.Tasks.Task ValidateIntegrityAsync(SignatureContent signatureContent, System.Threading.CancellationToken token); - } - - public partial interface ISignedPackageWriter - { - System.Threading.Tasks.Task AddSignatureAsync(System.IO.Stream signatureStream, System.Threading.CancellationToken token); - System.Threading.Tasks.Task IsZip64Async(System.Threading.CancellationToken token); - System.Threading.Tasks.Task RemoveSignatureAsync(System.Threading.CancellationToken token); - } - - public sealed partial class IssuerSerial - { - public System.Collections.Generic.IReadOnlyList GeneralNames { get { throw null; } } - - public byte[] SerialNumber { get { throw null; } } - - public static IssuerSerial Create(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { throw null; } - - public static IssuerSerial Read(byte[] bytes) { throw null; } - } - - public partial interface ITimestampProvider - { - System.Threading.Tasks.Task TimestampSignatureAsync(PrimarySignature primarySignature, TimestampRequest request, Common.ILogger logger, System.Threading.CancellationToken token); - } - - public partial interface ITrustedSignersProvider - { - void AddOrUpdateTrustedSigner(Configuration.TrustedSignerItem trustedSigner); - System.Collections.Generic.IReadOnlyList GetTrustedSigners(); - void Remove(System.Collections.Generic.IReadOnlyList trustedSigners); - } - - public partial interface IX509CertificateChain : System.Collections.Generic.IReadOnlyList, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection, System.IDisposable - { - } - - public partial class KeyPairFileReader : System.IDisposable - { - public KeyPairFileReader(System.IO.Stream stream, System.Text.Encoding encoding) { } - - public void Dispose() { } - - protected virtual void Dispose(bool disposing) { } - - public System.Collections.Generic.Dictionary ReadSection() { throw null; } - } - - public static partial class KeyPairFileUtility - { - public static string GetValueOrThrow(System.Collections.Generic.Dictionary values, string key) { throw null; } - } - - public partial class KeyPairFileWriter : System.IDisposable - { - public KeyPairFileWriter(System.IO.Stream stream, System.Text.Encoding encoding, bool leaveOpen) { } - - public void Dispose() { } - - protected virtual void Dispose(bool disposing) { } - - public void WritePair(string key, string value) { } - - public void WriteSectionBreak() { } - } - - public sealed partial class MessageImprint - { - public AlgorithmIdentifier HashAlgorithm { get { throw null; } } - - public byte[] HashedMessage { get { throw null; } } - - public static MessageImprint Read(byte[] bytes) { throw null; } - } - - public sealed partial class NuGetPackageOwners - { - public NuGetPackageOwners(System.Collections.Generic.IReadOnlyList packageOwners) { } - - public System.Collections.Generic.IReadOnlyList PackageOwners { get { throw null; } } - - public byte[] Encode() { throw null; } - - public static NuGetPackageOwners Read(byte[] bytes) { throw null; } - } - - public sealed partial class NuGetV3ServiceIndexUrl - { - public NuGetV3ServiceIndexUrl(System.Uri v3ServiceIndexUrl) { } - - public System.Uri V3ServiceIndexUrl { get { throw null; } } - - public byte[] Encode() { throw null; } - - public static NuGetV3ServiceIndexUrl Read(byte[] bytes) { throw null; } - } - - public static partial class Oids - { - public const string AnyPolicy = "2.5.29.32.0"; - public const string AuthorityKeyIdentifier = "2.5.29.35"; - public const string BaselineTimestampPolicy = "0.4.0.2023.1.1"; - public const string CodeSigningEku = "1.3.6.1.5.5.7.3.3"; - public const string CommitmentTypeIdentifierProofOfOrigin = "1.2.840.113549.1.9.16.6.1"; - public const string CommitmentTypeIdentifierProofOfReceipt = "1.2.840.113549.1.9.16.6.2"; - public const string CommitmentTypeIndication = "1.2.840.113549.1.9.16.2.16"; - public const string Countersignature = "1.2.840.113549.1.9.6"; - public const string EnhancedKeyUsage = "2.5.29.37"; - public const string IdQtCps = "1.3.6.1.5.5.7.2.1"; - public const string IdQtUnotice = "1.3.6.1.5.5.7.2.2"; - public const string LifetimeSigningEku = "1.3.6.1.4.1.311.10.3.13"; - public const string NuGetPackageOwners = "1.3.6.1.4.1.311.84.2.1.1.2"; - public const string NuGetV3ServiceIndexUrl = "1.3.6.1.4.1.311.84.2.1.1.1"; - public const string Pkcs7Data = "1.2.840.113549.1.7.1"; - public const string Sha1 = "1.3.14.3.2.26"; - public const string Sha256 = "2.16.840.1.101.3.4.2.1"; - public const string Sha256WithRSAEncryption = "1.2.840.113549.1.1.11"; - public const string Sha384 = "2.16.840.1.101.3.4.2.2"; - public const string Sha384WithRSAEncryption = "1.2.840.113549.1.1.12"; - public const string Sha512 = "2.16.840.1.101.3.4.2.3"; - public const string Sha512WithRSAEncryption = "1.2.840.113549.1.1.13"; - public const string SignatureTimeStampTokenAttribute = "1.2.840.113549.1.9.16.2.14"; - public const string SigningCertificate = "1.2.840.113549.1.9.16.2.12"; - public const string SigningCertificateV2 = "1.2.840.113549.1.9.16.2.47"; - public const string SigningTime = "1.2.840.113549.1.9.5"; - public const string SubjectKeyIdentifier = "2.5.29.14"; - public const string TimeStampingEku = "1.3.6.1.5.5.7.3.8"; - public const string TSTInfoContentType = "1.2.840.113549.1.9.16.1.4"; - } - - public partial class PackageSignatureVerifier : IPackageSignatureVerifier - { - public PackageSignatureVerifier(System.Collections.Generic.IEnumerable verificationProviders) { } - - public System.Threading.Tasks.Task VerifySignaturesAsync(ISignedPackageReader package, SignedPackageVerifierSettings settings, System.Threading.CancellationToken token, System.Guid parentId = default) { throw null; } - } - - public abstract partial class PackageVerificationResult - { - public PackageVerificationResult(SignatureVerificationStatus trust, System.Collections.Generic.IEnumerable issues) { } - - public virtual System.Collections.Generic.IEnumerable Issues { get { throw null; } } - - public virtual SignatureVerificationStatus Trust { get { throw null; } } - - public System.Collections.Generic.IEnumerable GetErrorIssues() { throw null; } - - public System.Collections.Generic.IEnumerable GetWarningIssues() { throw null; } - } - - public sealed partial class PolicyInformation - { - public System.Security.Cryptography.Oid PolicyIdentifier { get { throw null; } } - - public System.Collections.Generic.IReadOnlyList PolicyQualifiers { get { throw null; } } - - public static PolicyInformation Read(byte[] bytes) { throw null; } - } - - public sealed partial class PolicyQualifierInfo - { - public System.Security.Cryptography.Oid PolicyQualifierId { get { throw null; } } - - public byte[] Qualifier { get { throw null; } } - - public static PolicyQualifierInfo Read(byte[] bytes) { throw null; } - } - - public abstract partial class PrimarySignature : Signature - { - protected PrimarySignature(System.Security.Cryptography.Pkcs.SignedCms signedCms, SignatureType signatureType) : base(default!, default) { } - - public override string FriendlyName { get { throw null; } } - - public SignatureContent SignatureContent { get { throw null; } } - - public System.Security.Cryptography.Pkcs.SignedCms SignedCms { get { throw null; } } - - public byte[] GetBytes() { throw null; } - - public override byte[] GetSignatureValue() { throw null; } - - public static PrimarySignature Load(byte[] data) { throw null; } - - public static PrimarySignature Load(System.IO.Stream stream) { throw null; } - - public static PrimarySignature Load(System.Security.Cryptography.Pkcs.SignedCms cms) { throw null; } - - public void Save(System.IO.Stream stream) { } - - protected static void ThrowForInvalidPrimarySignature() { } - - protected override void ThrowForInvalidSignature() { } - } - - public static partial class PrimarySignatureFactory - { - public static PrimarySignature CreateSignature(System.Security.Cryptography.Pkcs.SignedCms signedCms) { throw null; } - } - - public sealed partial class ReadOnlyBufferedStream : System.IO.Stream - { - public ReadOnlyBufferedStream(System.IO.Stream stream, bool leaveOpen, int bufferSize) { } - - public ReadOnlyBufferedStream(System.IO.Stream stream, bool leaveOpen) { } - - public override bool CanRead { get { throw null; } } - - public override bool CanSeek { get { throw null; } } - - public override bool CanTimeout { get { throw null; } } - - public override bool CanWrite { get { throw null; } } - - public override long Length { get { throw null; } } - - public override long Position { get { throw null; } set { } } - - public override int ReadTimeout { get { throw null; } set { } } - - public override int WriteTimeout { get { throw null; } set { } } - - public override System.Threading.Tasks.Task CopyToAsync(System.IO.Stream destination, int bufferSize, System.Threading.CancellationToken cancellationToken) { throw null; } - - protected override void Dispose(bool disposing) { } - - public override void Flush() { } - - public override System.Threading.Tasks.Task FlushAsync(System.Threading.CancellationToken cancellationToken) { throw null; } - - public override int Read(byte[] buffer, int offset, int count) { throw null; } - - public override int ReadByte() { throw null; } - - public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; } - - public override void SetLength(long value) { } - - public override void Write(byte[] buffer, int offset, int count) { } - - public override System.Threading.Tasks.Task WriteAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) { throw null; } - - public override void WriteByte(byte value) { } - } - - public sealed partial class RepositoryCountersignature : Signature, IRepositorySignature, ISignature - { - internal RepositoryCountersignature() : base(default!, default) { } - - public override string FriendlyName { get { throw null; } } - - public System.Collections.Generic.IReadOnlyList PackageOwners { get { throw null; } } - - public System.Uri V3ServiceIndexUrl { get { throw null; } } - - public static RepositoryCountersignature GetRepositoryCountersignature(PrimarySignature primarySignature) { throw null; } - - public override byte[] GetSignatureValue() { throw null; } - - protected override void ThrowForInvalidSignature() { } - - public override SignatureVerificationSummary Verify(Timestamp timestamp, SignatureVerifySettings settings, Common.HashAlgorithmName fingerprintAlgorithm, System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificateExtraStore) { throw null; } - } - - public sealed partial class RepositoryPrimarySignature : PrimarySignature, IRepositorySignature, ISignature - { - public RepositoryPrimarySignature(System.Security.Cryptography.Pkcs.SignedCms signedCms) : base(default!, default) { } - - public override string FriendlyName { get { throw null; } } - - public System.Collections.Generic.IReadOnlyList PackageOwners { get { throw null; } } - - public System.Uri V3ServiceIndexUrl { get { throw null; } } - - public override SignatureVerificationSummary Verify(Timestamp timestamp, SignatureVerifySettings settings, Common.HashAlgorithmName fingerprintAlgorithm, System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificateExtraStore) { throw null; } - } - - public static partial class RepositorySignatureInfoUtility - { - public static System.Collections.Generic.IReadOnlyCollection GetRepositoryAllowList(System.Collections.Generic.IEnumerable repositoryCertificateInfos) { throw null; } - - public static SignedPackageVerifierSettings GetSignedPackageVerifierSettings(RepositorySignatureInfo repoSignatureInfo, SignedPackageVerifierSettings fallbackSettings) { throw null; } - } - - public sealed partial class RepositorySignPackageRequest : SignPackageRequest - { - public RepositorySignPackageRequest(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate, Common.HashAlgorithmName signatureHashAlgorithm, Common.HashAlgorithmName timestampHashAlgorithm, System.Uri v3ServiceIndexUrl, System.Collections.Generic.IReadOnlyList packageOwners) : base(default!, default, default) { } - - public System.Collections.Generic.IReadOnlyList PackageOwners { get { throw null; } } - - public override SignatureType SignatureType { get { throw null; } } - - public System.Uri V3ServiceIndexUrl { get { throw null; } } - } - - public partial class Rfc3161TimestampProvider : ITimestampProvider - { - public Rfc3161TimestampProvider(System.Uri timeStampServerUrl) { } - - public System.Threading.Tasks.Task TimestampSignatureAsync(PrimarySignature primarySignature, TimestampRequest request, Common.ILogger logger, System.Threading.CancellationToken token) { throw null; } - } - - public sealed partial class Rfc3161TimestampTokenInfo : System.Security.Cryptography.AsnEncodedData - { - public Rfc3161TimestampTokenInfo() { } - } - - public abstract partial class Signature : ISignature - { - protected Signature(System.Security.Cryptography.Pkcs.SignerInfo signerInfo, SignatureType type) { } - - public virtual string FriendlyName { get { throw null; } } - - public System.Security.Cryptography.Pkcs.SignerInfo SignerInfo { get { throw null; } } - - public System.Collections.Generic.IReadOnlyList Timestamps { get { throw null; } } - - public SignatureType Type { get { throw null; } } - - public abstract byte[] GetSignatureValue(); - public string GetSigningCertificateFingerprint(Common.HashAlgorithmName algorithm) { throw null; } - - protected abstract void ThrowForInvalidSignature(); - public virtual SignatureVerificationSummary Verify(Timestamp timestamp, SignatureVerifySettings settings, Common.HashAlgorithmName fingerprintAlgorithm, System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificateExtraStore) { throw null; } - } - - public sealed partial class SignatureContent - { - public SignatureContent(SigningSpecifications signingSpecifications, Common.HashAlgorithmName hashAlgorithm, string hashValue) { } - - public Common.HashAlgorithmName HashAlgorithm { get { throw null; } } - - public string HashValue { get { throw null; } } - - public byte[] GetBytes() { throw null; } - - public static SignatureContent Load(byte[] bytes, SigningSpecifications signingSpecifications) { throw null; } - } - - public partial class SignatureException : Core.PackagingException - { - public SignatureException(Common.NuGetLogCode code, string message, Core.PackageIdentity package) : base(default!) { } - - public SignatureException(Common.NuGetLogCode code, string message, System.Exception innerException) : base(default!) { } - - public SignatureException(Common.NuGetLogCode code, string message) : base(default!) { } - - public SignatureException(System.Collections.Generic.IReadOnlyList results, Core.PackageIdentity package) : base(default!) { } - - public SignatureException(string message) : base(default!) { } - - public Common.NuGetLogCode Code { get { throw null; } } - - public Core.PackageIdentity PackageIdentity { get { throw null; } } - - public System.Collections.Generic.IReadOnlyList Results { get { throw null; } } - - public System.TimeSpan VerifyDuration { get { throw null; } set { } } - } - - public partial class SignatureLog : Common.ILogMessage, System.IEquatable - { - public Common.NuGetLogCode Code { get { throw null; } set { } } - - public Common.LogLevel Level { get { throw null; } set { } } - - public string LibraryId { get { throw null; } set { } } - - public string Message { get { throw null; } set { } } - - public string ProjectPath { get { throw null; } set { } } - - public System.DateTimeOffset Time { get { throw null; } set { } } - - public Common.WarningLevel WarningLevel { get { throw null; } set { } } - - public Common.RestoreLogMessage AsRestoreLogMessage() { throw null; } - - public static SignatureLog DebugLog(string message) { throw null; } - - public static SignatureLog DetailedLog(string message) { throw null; } - - public bool Equals(SignatureLog other) { throw null; } - - public static SignatureLog Error(Common.NuGetLogCode code, string message) { throw null; } - - public static SignatureLog InformationLog(string message) { throw null; } - - public static SignatureLog Issue(bool fatal, Common.NuGetLogCode code, string message) { throw null; } - - public static SignatureLog MinimalLog(string message) { throw null; } - } - - [System.Flags] - public enum SignaturePlacement - { - PrimarySignature = 1, - Countersignature = 2, - Any = 3 - } - - public sealed partial class SignatureTrustAndValidityVerificationProvider : ISignatureVerificationProvider - { - public SignatureTrustAndValidityVerificationProvider(System.Collections.Generic.IEnumerable> allowUntrustedRootList = null) { } - - public System.Threading.Tasks.Task GetTrustResultAsync(ISignedPackageReader package, PrimarySignature signature, SignedPackageVerifierSettings settings, System.Threading.CancellationToken token) { throw null; } - } - - public enum SignatureType - { - Unknown = 0, - Author = 1, - Repository = 2 - } - - public static partial class SignatureUtility - { - public static IX509CertificateChain GetCertificateChain(PrimarySignature primarySignature, RepositoryCountersignature repositoryCountersignature) { throw null; } - - public static IX509CertificateChain GetCertificateChain(PrimarySignature primarySignature) { throw null; } - - public static IX509CertificateChain GetTimestampCertificateChain(PrimarySignature primarySignature, RepositoryCountersignature repositoryCountersignature) { throw null; } - - public static IX509CertificateChain GetTimestampCertificateChain(PrimarySignature primarySignature) { throw null; } - - public static bool HasRepositoryCountersignature(PrimarySignature primarySignature) { throw null; } - } - - public enum SignatureVerificationBehavior - { - Never = 0, - IfExists = 1, - IfExistsAndIsNecessary = 2, - Always = 3 - } - - public enum SignatureVerificationStatus - { - Unknown = 0, - Suspect = 1, - Disallowed = 2, - Valid = 3 - } - - [System.Flags] - public enum SignatureVerificationStatusFlags - { - NoErrors = 0, - NoSignature = 1, - NoCertificate = 2, - MultipleSignatures = 4, - SignatureCheckFailed = 8, - SignatureAlgorithmUnsupported = 16, - CertificatePublicKeyInvalid = 32, - HasLifetimeSigningEku = 64, - CertificateValidityInTheFuture = 128, - CertificateExpired = 256, - HashAlgorithmUnsupported = 512, - MessageImprintUnsupportedAlgorithm = 1024, - Illegal = 1790, - IntegrityCheckFailed = 2048, - ChainBuildingFailure = 4096, - UnknownRevocation = 8192, - CertificateRevoked = 16384, - Suspect = 18432, - UntrustedRoot = 32768, - GeneralizedTimeOutsideValidity = 65536, - Untrusted = 110849, - NoValidTimestamp = 131072, - MultipleTimestamps = 262144 - } - - public sealed partial class SignatureVerificationSummary - { - public SignatureVerificationSummary(SignatureType signatureType, SignatureVerificationStatus status, SignatureVerificationStatusFlags flags, Timestamp timestamp, System.Collections.Generic.IEnumerable issues) { } - - public SignatureVerificationSummary(SignatureType signatureType, SignatureVerificationStatus status, SignatureVerificationStatusFlags flags, Timestamp timestamp, System.DateTimeOffset? expirationTime, System.Collections.Generic.IEnumerable issues) { } - - public SignatureVerificationSummary(SignatureType signatureType, SignatureVerificationStatus status, SignatureVerificationStatusFlags flags, System.Collections.Generic.IEnumerable issues) { } - - public System.DateTimeOffset? ExpirationTime { get { throw null; } } - - public SignatureVerificationStatusFlags Flags { get { throw null; } } - - public System.Collections.Generic.IEnumerable Issues { get { throw null; } set { } } - - public SignatureType SignatureType { get { throw null; } } - - public SignatureVerificationStatus Status { get { throw null; } } - - public Timestamp Timestamp { get { throw null; } } - } - - public sealed partial class SignatureVerifySettings - { - public SignatureVerifySettings(bool allowIllegal, bool allowUntrusted, bool allowUnknownRevocation, bool reportUnknownRevocation, bool reportUntrustedRoot, Common.RevocationMode revocationMode) { } - - public bool AllowIllegal { get { throw null; } } - - public bool AllowUnknownRevocation { get { throw null; } } - - public bool AllowUntrusted { get { throw null; } } - - public static SignatureVerifySettings Default { get { throw null; } } - - public bool ReportUnknownRevocation { get { throw null; } } - - public bool ReportUntrustedRoot { get { throw null; } } - - public Common.RevocationMode RevocationMode { get { throw null; } } - } - - public partial class SignedPackageArchive : PackageArchiveReader, ISignedPackage, ISignedPackageReader, System.IDisposable, ISignedPackageWriter - { - public SignedPackageArchive(System.IO.Stream packageReadStream, System.IO.Stream packageWriteStream) : base((System.IO.Stream)default!) { } - - public System.Threading.Tasks.Task AddSignatureAsync(System.IO.Stream signatureStream, System.Threading.CancellationToken token) { throw null; } - - protected override void Dispose(bool disposing) { } - - public System.Threading.Tasks.Task IsZip64Async(System.Threading.CancellationToken token) { throw null; } - - public System.Threading.Tasks.Task RemoveSignatureAsync(System.Threading.CancellationToken token) { throw null; } - } - - public static partial class SignedPackageArchiveIOUtility - { - public static void HashBytes(System.Security.Cryptography.HashAlgorithm hashAlgorithm, byte[] bytes) { } - - public static void ReadAndHashUntilPosition(System.IO.BinaryReader reader, System.Security.Cryptography.HashAlgorithm hashAlgorithm, long position) { } - - public static void ReadAndWriteUntilPosition(System.IO.BinaryReader reader, System.IO.BinaryWriter writer, long position) { } - - public static SignedPackageArchiveMetadata ReadSignedArchiveMetadata(System.IO.BinaryReader reader, bool validateSignatureEntry = true) { throw null; } - } - - public sealed partial class SignedPackageArchiveMetadata - { - public SignedPackageArchiveMetadata() { } - - public System.Collections.Generic.List CentralDirectoryHeaders { get { throw null; } set { } } - - public long EndOfCentralDirectory { get { throw null; } set { } } - - public int SignatureCentralDirectoryHeaderIndex { get { throw null; } set { } } - - public long StartOfLocalFileHeaders { get { throw null; } set { } } - - public CentralDirectoryHeaderMetadata GetPackageSignatureFileCentralDirectoryHeaderMetadata() { throw null; } - } - - public static partial class SignedPackageArchiveUtility - { - public static bool IsSigned(System.IO.BinaryReader reader) { throw null; } - - public static bool IsZip64(System.IO.BinaryReader reader) { throw null; } - - public static System.IO.Stream OpenPackageSignatureFileStream(System.IO.BinaryReader reader) { throw null; } - - public static System.Threading.Tasks.Task RemoveRepositorySignaturesAsync(System.IO.Stream input, System.IO.Stream output, System.Threading.CancellationToken cancellationToken) { throw null; } - } - - public partial class SignedPackageVerificationResult : PackageVerificationResult - { - public SignedPackageVerificationResult(SignatureVerificationStatus trust, PrimarySignature signature, System.Collections.Generic.IEnumerable issues) : base(default, default!) { } - - public PrimarySignature Signature { get { throw null; } } - } - - public sealed partial class SignedPackageVerifierSettings - { - public SignedPackageVerifierSettings(bool allowUnsigned, bool allowIllegal, bool allowUntrusted, bool allowIgnoreTimestamp, bool allowMultipleTimestamps, bool allowNoTimestamp, bool allowUnknownRevocation, bool reportUnknownRevocation, VerificationTarget verificationTarget, SignaturePlacement signaturePlacement, SignatureVerificationBehavior repositoryCountersignatureVerificationBehavior, Common.RevocationMode revocationMode) { } - - public bool AllowIgnoreTimestamp { get { throw null; } } - - public bool AllowIllegal { get { throw null; } } - - public bool AllowMultipleTimestamps { get { throw null; } } - - public bool AllowNoTimestamp { get { throw null; } } - - public bool AllowUnknownRevocation { get { throw null; } } - - public bool AllowUnsigned { get { throw null; } } - - public bool AllowUntrusted { get { throw null; } } - - public bool ReportUnknownRevocation { get { throw null; } } - - public SignatureVerificationBehavior RepositoryCountersignatureVerificationBehavior { get { throw null; } } - - public Common.RevocationMode RevocationMode { get { throw null; } } - - public SignaturePlacement SignaturePlacement { get { throw null; } } - - public VerificationTarget VerificationTarget { get { throw null; } } - - public static SignedPackageVerifierSettings GetAcceptModeDefaultPolicy(Common.IEnvironmentVariableReader environmentVariableReader = null) { throw null; } - - public static SignedPackageVerifierSettings GetDefault(Common.IEnvironmentVariableReader environmentVariableReader = null) { throw null; } - - public static SignedPackageVerifierSettings GetRequireModeDefaultPolicy(Common.IEnvironmentVariableReader environmentVariableReader = null) { throw null; } - - public static SignedPackageVerifierSettings GetVerifyCommandDefaultPolicy(Common.IEnvironmentVariableReader environmentVariableReader = null) { throw null; } - } - - public sealed partial class SigningCertificate - { - public System.Collections.Generic.IReadOnlyList Certificates { get { throw null; } } - - public System.Collections.Generic.IReadOnlyList Policies { get { throw null; } } - - public static SigningCertificate Read(byte[] bytes) { throw null; } - } - - public sealed partial class SigningCertificateV2 - { - public System.Collections.Generic.IReadOnlyList Certificates { get { throw null; } } - - public System.Collections.Generic.IReadOnlyList Policies { get { throw null; } } - - public static SigningCertificateV2 Create(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate, Common.HashAlgorithmName hashAlgorithmName) { throw null; } - - public byte[] Encode() { throw null; } - - public static SigningCertificateV2 Read(byte[] bytes) { throw null; } - } - - public sealed partial class SigningOptions : System.IDisposable - { - public SigningOptions(System.Lazy inputPackageStream, System.Lazy outputPackageStream, bool overwrite, ISignatureProvider signatureProvider, Common.ILogger logger) { } - - public System.IO.Stream InputPackageStream { get { throw null; } } - - public Common.ILogger Logger { get { throw null; } } - - public System.IO.Stream OutputPackageStream { get { throw null; } } - - public bool Overwrite { get { throw null; } } - - public ISignatureProvider SignatureProvider { get { throw null; } } - - public static SigningOptions CreateFromFilePaths(string inputPackageFilePath, string outputPackageFilePath, bool overwrite, ISignatureProvider signatureProvider, Common.ILogger logger) { throw null; } - - public void Dispose() { } - } - - public abstract partial class SigningSpecifications - { - public static readonly SigningSpecificationsV1 V1; - protected SigningSpecifications() { } - - public abstract string[] AllowedHashAlgorithmOids { get; } - public abstract Common.HashAlgorithmName[] AllowedHashAlgorithms { get; } - public abstract string[] AllowedSignatureAlgorithmOids { get; } - public abstract Common.SignatureAlgorithmName[] AllowedSignatureAlgorithms { get; } - public abstract System.Text.Encoding Encoding { get; } - public abstract int RSAPublicKeyMinLength { get; } - public abstract string SignaturePath { get; } - public abstract string Version { get; } - } - - public sealed partial class SigningSpecificationsV1 : SigningSpecifications - { - public SigningSpecificationsV1() { } - - public override string[] AllowedHashAlgorithmOids { get { throw null; } } - - public override Common.HashAlgorithmName[] AllowedHashAlgorithms { get { throw null; } } - - public override string[] AllowedSignatureAlgorithmOids { get { throw null; } } - - public override Common.SignatureAlgorithmName[] AllowedSignatureAlgorithms { get { throw null; } } - - public override System.Text.Encoding Encoding { get { throw null; } } - - public override int RSAPublicKeyMinLength { get { throw null; } } - - public override string SignaturePath { get { throw null; } } - - public override string Version { get { throw null; } } - } - - public static partial class SigningUtility - { - public static System.Security.Cryptography.Pkcs.CmsSigner CreateCmsSigner(SignPackageRequest request, Common.ILogger logger) { throw null; } - - public static System.Security.Cryptography.CryptographicAttributeObjectCollection CreateSignedAttributes(RepositorySignPackageRequest request, System.Collections.Generic.IReadOnlyList chainList) { throw null; } - - public static System.Security.Cryptography.CryptographicAttributeObjectCollection CreateSignedAttributes(SignPackageRequest request, System.Collections.Generic.IReadOnlyList chainList) { throw null; } - - public static System.Threading.Tasks.Task SignAsync(SigningOptions options, SignPackageRequest signRequest, System.Threading.CancellationToken token) { throw null; } - - public static void Verify(SignPackageRequest request, Common.ILogger logger) { } - } - - public abstract partial class SignPackageRequest : System.IDisposable - { - protected SignPackageRequest(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate, Common.HashAlgorithmName signatureHashAlgorithm, Common.HashAlgorithmName timestampHashAlgorithm) { } - - public System.Security.Cryptography.X509Certificates.X509Certificate2Collection AdditionalCertificates { get { throw null; } } - - public System.Security.Cryptography.X509Certificates.X509Certificate2 Certificate { get { throw null; } } - - public System.Security.Cryptography.CngKey PrivateKey { get { throw null; } set { } } - - public Common.HashAlgorithmName SignatureHashAlgorithm { get { throw null; } } - - public abstract SignatureType SignatureType { get; } - - public Common.HashAlgorithmName TimestampHashAlgorithm { get { throw null; } } - - public void Dispose() { } - - protected virtual void Dispose(bool disposing) { } - } - - public sealed partial class Timestamp - { - public Timestamp() { } - - public Timestamp(System.Security.Cryptography.Pkcs.SignedCms timestampCms) { } - - public System.DateTimeOffset GeneralizedTime { get { throw null; } } - - public System.DateTimeOffset LowerLimit { get { throw null; } } - - public System.Security.Cryptography.Pkcs.SignedCms SignedCms { get { throw null; } } - - public System.Security.Cryptography.Pkcs.SignerInfo SignerInfo { get { throw null; } } - - public System.DateTimeOffset UpperLimit { get { throw null; } } - } - - public partial class TimestampException : SignatureException - { - public TimestampException() : base(default!) { } - - public TimestampException(Common.NuGetLogCode code, string message, System.Exception innerException) : base(default!) { } - - public TimestampException(Common.NuGetLogCode code, string message) : base(default!) { } - - public TimestampException(string message) : base(default!) { } - } - - public partial class TimestampRequest - { - public TimestampRequest(SigningSpecifications signingSpecifications, byte[] hashedMessage, Common.HashAlgorithmName hashAlgorithm, SignaturePlacement target) { } - - public Common.HashAlgorithmName HashAlgorithm { get { throw null; } } - - public byte[] HashedMessage { get { throw null; } } - - public SigningSpecifications SigningSpecifications { get { throw null; } } - - public SignaturePlacement Target { get { throw null; } } - } - - public sealed partial class TrustedSignerAllowListEntry : CertificateHashAllowListEntry - { - public TrustedSignerAllowListEntry(VerificationTarget target, SignaturePlacement placement, string fingerprint, Common.HashAlgorithmName algorithm, bool allowUntrustedRoot = false, System.Collections.Generic.IReadOnlyList owners = null) : base(default, default, default!, default) { } - - public bool AllowUntrustedRoot { get { throw null; } } - - public System.Collections.Generic.IReadOnlyList Owners { get { throw null; } } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - } - - public sealed partial class TrustedSignersProvider : ITrustedSignersProvider - { - public TrustedSignersProvider(Configuration.ISettings settings) { } - - public void AddOrUpdateTrustedSigner(Configuration.TrustedSignerItem trustedSigner) { } - - public static System.Collections.Generic.IReadOnlyList GetAllowListEntries(Configuration.ISettings settings, Common.ILogger logger) { throw null; } - - public System.Collections.Generic.IReadOnlyList GetTrustedSigners() { throw null; } - - public void Remove(System.Collections.Generic.IReadOnlyList trustedSigners) { } - } - - public sealed partial class TstInfo - { - public Accuracy Accuracy { get { throw null; } } - - public System.Security.Cryptography.X509Certificates.X509ExtensionCollection Extensions { get { throw null; } } - - public System.DateTimeOffset GenTime { get { throw null; } } - - public MessageImprint MessageImprint { get { throw null; } } - - public byte[] Nonce { get { throw null; } } - - public bool Ordering { get { throw null; } } - - public System.Security.Cryptography.Oid Policy { get { throw null; } } - - public byte[] SerialNumber { get { throw null; } } - - public byte[] Tsa { get { throw null; } } - - public int Version { get { throw null; } } - - public static TstInfo Read(byte[] bytes) { throw null; } - } - - public sealed partial class UnknownPrimarySignature : PrimarySignature - { - public UnknownPrimarySignature(System.Security.Cryptography.Pkcs.SignedCms signedCms) : base(default!, default) { } - } - - public partial class UnsignedPackageVerificationResult : PackageVerificationResult - { - public UnsignedPackageVerificationResult(SignatureVerificationStatus trust, System.Collections.Generic.IEnumerable issues) : base(default, default!) { } - } - - public abstract partial class VerificationAllowListEntry - { - public VerificationAllowListEntry(VerificationTarget target, SignaturePlacement placement) { } - - public SignaturePlacement Placement { get { throw null; } } - - public VerificationTarget Target { get { throw null; } } - } - - [System.Flags] - public enum VerificationTarget - { - None = 0, - Unknown = 2, - Author = 4, - Repository = 8, - All = 14 - } - - public static partial class VerificationUtility - { - public static SignatureVerificationStatus GetSignatureVerificationStatus(SignatureVerificationStatusFlags flags) { throw null; } - - public static bool IsVerificationTarget(SignatureType signatureType, VerificationTarget target) { throw null; } - } - - public sealed partial class VerifySignaturesResult - { - public VerifySignaturesResult(bool isValid, bool isSigned, System.Collections.Generic.IEnumerable results) { } - - public VerifySignaturesResult(bool isValid, bool isSigned) { } - - public bool IsSigned { get { throw null; } } - - public bool IsValid { get { throw null; } } - - public System.Collections.Generic.IReadOnlyList Results { get { throw null; } } - } - - public sealed partial class X509CertificateChain : System.Collections.Generic.List, IX509CertificateChain, System.Collections.Generic.IReadOnlyList, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection, System.IDisposable - { - public X509CertificateChain() { } - - public void Dispose() { } - } - - public sealed partial class X509ChainHolder : System.IDisposable - { - public X509ChainHolder() { } - - public System.Security.Cryptography.X509Certificates.X509Chain Chain { get { throw null; } } - - public void Dispose() { } - } - - public partial class X509SignatureProvider : ISignatureProvider - { - public X509SignatureProvider(ITimestampProvider timestampProvider) { } - - public System.Threading.Tasks.Task CreatePrimarySignatureAsync(SignPackageRequest request, SignatureContent signatureContent, Common.ILogger logger, System.Threading.CancellationToken token) { throw null; } - - public System.Threading.Tasks.Task CreateRepositoryCountersignatureAsync(RepositorySignPackageRequest request, PrimarySignature primarySignature, Common.ILogger logger, System.Threading.CancellationToken token) { throw null; } - } - - public static partial class X509TrustStore - { - public static void InitializeForDotNetSdk(Common.ILogger logger) { } - } -} - -namespace NuGet.Packaging.Signing.DerEncoding -{ - public sealed partial class DerGeneralizedTime - { - public System.DateTime DateTime { get { throw null; } } - - public static DerGeneralizedTime Read(string decodedTime) { throw null; } - } -} - -namespace NuGet.RuntimeModel -{ - public partial class CompatibilityProfile : System.IEquatable - { - public CompatibilityProfile(string name, System.Collections.Generic.IEnumerable restoreContexts) { } - - public CompatibilityProfile(string name) { } - - public string Name { get { throw null; } } - - public System.Collections.Generic.IList RestoreContexts { get { throw null; } } - - public CompatibilityProfile Clone() { throw null; } - - public bool Equals(CompatibilityProfile other) { throw null; } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - - public override string ToString() { throw null; } - } - - public partial interface IObjectWriter - { - void WriteArrayEnd(); - void WriteArrayStart(string name); - void WriteNameArray(string name, System.Collections.Generic.IEnumerable values); - void WriteNameValue(string name, bool value); - void WriteNameValue(string name, int value); - void WriteNameValue(string name, string value); - void WriteObjectEnd(); - void WriteObjectStart(); - void WriteObjectStart(string name); - } - - public sealed partial class JsonObjectWriter : IObjectWriter, System.IDisposable - { - public JsonObjectWriter(Newtonsoft.Json.JsonWriter writer) { } - - public void Dispose() { } - - public void WriteArrayEnd() { } - - public void WriteArrayStart(string name) { } - - public void WriteNameArray(string name, System.Collections.Generic.IEnumerable values) { } - - public void WriteNameValue(string name, bool value) { } - - public void WriteNameValue(string name, int value) { } - - public void WriteNameValue(string name, string value) { } - - public void WriteObjectEnd() { } - - public void WriteObjectStart() { } - - public void WriteObjectStart(string name) { } - } - - public static partial class JsonRuntimeFormat - { - public static RuntimeGraph ReadRuntimeGraph(Newtonsoft.Json.Linq.JToken json) { throw null; } - - public static RuntimeGraph ReadRuntimeGraph(System.IO.Stream stream) { throw null; } - - public static RuntimeGraph ReadRuntimeGraph(System.IO.TextReader textReader) { throw null; } - - public static RuntimeGraph ReadRuntimeGraph(string filePath) { throw null; } - - public static void WriteRuntimeGraph(IObjectWriter writer, RuntimeGraph runtimeGraph) { } - - public static void WriteRuntimeGraph(string filePath, RuntimeGraph runtimeGraph) { } - } - - public partial class RuntimeDependencySet : System.IEquatable - { - public RuntimeDependencySet(string id, System.Collections.Generic.IEnumerable dependencies) { } - - public RuntimeDependencySet(string id) { } - - public System.Collections.Generic.IReadOnlyDictionary Dependencies { get { throw null; } } - - public string Id { get { throw null; } } - - public RuntimeDependencySet Clone() { throw null; } - - public bool Equals(RuntimeDependencySet other) { throw null; } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - - public override string ToString() { throw null; } - } - - public partial class RuntimeDescription : System.IEquatable - { - public RuntimeDescription(string runtimeIdentifier, System.Collections.Generic.IEnumerable runtimeDependencySets) { } - - public RuntimeDescription(string runtimeIdentifier, System.Collections.Generic.IEnumerable inheritedRuntimes, System.Collections.Generic.IEnumerable runtimeDependencySets) { } - - public RuntimeDescription(string runtimeIdentifier, System.Collections.Generic.IEnumerable inheritedRuntimes) { } - - public RuntimeDescription(string runtimeIdentifier) { } - - public System.Collections.Generic.IReadOnlyList InheritedRuntimes { get { throw null; } } - - public System.Collections.Generic.IReadOnlyDictionary RuntimeDependencySets { get { throw null; } } - - public string RuntimeIdentifier { get { throw null; } } - - public RuntimeDescription Clone() { throw null; } - - public bool Equals(RuntimeDescription other) { throw null; } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - - public static RuntimeDescription Merge(RuntimeDescription left, RuntimeDescription right) { throw null; } - - public override string ToString() { throw null; } - } - - public partial class RuntimeGraph : System.IEquatable - { - public static readonly RuntimeGraph Empty; - public static readonly string RuntimeGraphFileName; - public RuntimeGraph() { } - - public RuntimeGraph(System.Collections.Generic.IEnumerable supports) { } - - public RuntimeGraph(System.Collections.Generic.IEnumerable runtimes, System.Collections.Generic.IEnumerable supports) { } - - public RuntimeGraph(System.Collections.Generic.IEnumerable runtimes) { } - - public System.Collections.Generic.IReadOnlyDictionary Runtimes { get { throw null; } } - - public System.Collections.Generic.IReadOnlyDictionary Supports { get { throw null; } set { } } - - public bool AreCompatible(string criteria, string provided) { throw null; } - - public RuntimeGraph Clone() { throw null; } - - public bool Equals(RuntimeGraph other) { throw null; } - - public override bool Equals(object obj) { throw null; } - - public System.Collections.Generic.IEnumerable ExpandRuntime(string runtime) { throw null; } - - public System.Collections.Generic.IEnumerable FindRuntimeDependencies(string runtimeName, string packageId) { throw null; } - - public override int GetHashCode() { throw null; } - - public static RuntimeGraph Merge(RuntimeGraph left, RuntimeGraph right) { throw null; } - } - - public partial class RuntimePackageDependency : System.IEquatable - { - public RuntimePackageDependency(string id, Versioning.VersionRange versionRange) { } - - public string Id { get { throw null; } } - - public Versioning.VersionRange VersionRange { get { throw null; } } - - public RuntimePackageDependency Clone() { throw null; } - - public bool Equals(RuntimePackageDependency other) { throw null; } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - - public override string ToString() { throw null; } - } -} \ No newline at end of file diff --git a/src/referencePackages/src/nuget.packaging/6.5.0/lib/netstandard2.0/NuGet.Packaging.cs b/src/referencePackages/src/nuget.packaging/6.5.0/lib/netstandard2.0/NuGet.Packaging.cs deleted file mode 100644 index 07c93e02e8..0000000000 --- a/src/referencePackages/src/nuget.packaging/6.5.0/lib/netstandard2.0/NuGet.Packaging.cs +++ /dev/null @@ -1,3573 +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.CLSCompliant(true)] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Dotnet.Integration.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("DynamicProxyGenAssembly2, PublicKey=0024000004800000940000000602000000240000525341310004000001000100c547cac37abd99c8db225ef2f6c8a3602f3b3606cc9891605d02baa56104f4cfc0734aa39b93bf7852f7d9266654753cc297e7d2edfe0bac1cdcf9f717241550e0a7b191195b7667bb4f64bcb8e2121380fd1d9d46ad2d92d2d15605093924cceaf74c4861eff62abf69b9291ed0a340e113be11e6a7d3113e92484cf7045cc7")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("NuGet.Packaging.FuncTest, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("NuGet.Packaging.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("NuGet.CommandLine.FuncTest, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("NuGet.Commands.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Test.Utility, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")] -[assembly: System.Runtime.Versioning.TargetFramework(".NETStandard,Version=v2.0", FrameworkDisplayName = ".NET Standard 2.0")] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyConfiguration("release")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyDescription("NuGet's understanding of packages. Reading nuspec, nupkgs and package signing.")] -[assembly: System.Reflection.AssemblyFileVersion("6.5.0.154")] -[assembly: System.Reflection.AssemblyInformationalVersion("6.5.0+069970c727b254636c1ad29c5a7a767081482a9a.069970c727b254636c1ad29c5a7a767081482a9a")] -[assembly: System.Reflection.AssemblyProduct("NuGet")] -[assembly: System.Reflection.AssemblyTitle("NuGet.Packaging")] -[assembly: System.Reflection.AssemblyMetadata("RepositoryUrl", "https://github.com/NuGet/NuGet.Client")] -[assembly: System.Resources.NeutralResourcesLanguage("en-US")] -[assembly: System.Reflection.AssemblyVersionAttribute("6.5.0.154")] -[assembly: System.Runtime.CompilerServices.ReferenceAssembly] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -namespace NuGet.Client -{ - public partial class ManagedCodeConventions - { - public ManagedCodeConventions(RuntimeModel.RuntimeGraph runtimeGraph) { } - - public ManagedCodeCriteria Criteria { get { throw null; } } - - public ManagedCodePatterns Patterns { get { throw null; } } - - public System.Collections.Generic.IReadOnlyDictionary Properties { get { throw null; } } - - public partial class ManagedCodeCriteria - { - public ContentModel.SelectionCriteria ForFramework(Frameworks.NuGetFramework framework) { throw null; } - - public ContentModel.SelectionCriteria ForFrameworkAndRuntime(Frameworks.NuGetFramework framework, string runtimeIdentifier) { throw null; } - - public ContentModel.SelectionCriteria ForRuntime(string runtimeIdentifier) { throw null; } - } - - public partial class ManagedCodePatterns - { - public ContentModel.PatternSet AnyTargettedFile { get { throw null; } } - - public ContentModel.PatternSet CompileLibAssemblies { get { throw null; } } - - public ContentModel.PatternSet CompileRefAssemblies { get { throw null; } } - - public ContentModel.PatternSet ContentFiles { get { throw null; } } - - public ContentModel.PatternSet EmbedAssemblies { get { throw null; } } - - public ContentModel.PatternSet MSBuildFiles { get { throw null; } } - - public ContentModel.PatternSet MSBuildMultiTargetingFiles { get { throw null; } } - - public ContentModel.PatternSet MSBuildTransitiveFiles { get { throw null; } } - - public ContentModel.PatternSet NativeLibraries { get { throw null; } } - - public ContentModel.PatternSet ResourceAssemblies { get { throw null; } } - - public ContentModel.PatternSet RuntimeAssemblies { get { throw null; } } - - public ContentModel.PatternSet ToolsAssemblies { get { throw null; } } - } - - public static partial class PropertyNames - { - public static readonly string AnyValue; - public static readonly string CodeLanguage; - public static readonly string Locale; - public static readonly string ManagedAssembly; - public static readonly string MSBuild; - public static readonly string RuntimeIdentifier; - public static readonly string SatelliteAssembly; - public static readonly string TargetFrameworkMoniker; - } - } -} - -namespace NuGet.ContentModel -{ - public partial class Asset - { - public Asset() { } - - public string Link { get { throw null; } set { } } - - public string Path { get { throw null; } set { } } - - public override string ToString() { throw null; } - } - - public partial class ContentItem - { - public ContentItem() { } - - public string Path { get { throw null; } set { } } - - public System.Collections.Generic.Dictionary Properties { get { throw null; } } - - public override string ToString() { throw null; } - } - - public partial class ContentItemCollection - { - public ContentItemCollection() { } - - public bool HasContract { get { throw null; } } - - public ContentItemGroup FindBestItemGroup(SelectionCriteria criteria, params PatternSet[] definitions) { throw null; } - - [System.Obsolete("This method causes excessive memory allocation with yield return. Use ContentItemCollection.PopulateItemGroups instead.")] - public System.Collections.Generic.IEnumerable FindItemGroups(PatternSet definition) { throw null; } - - public System.Collections.Generic.IEnumerable FindItems(PatternSet definition) { throw null; } - - public bool HasItemGroup(SelectionCriteria criteria, params PatternSet[] definitions) { throw null; } - - public void Load(System.Collections.Generic.IEnumerable paths) { } - - public void PopulateItemGroups(PatternSet definition, System.Collections.Generic.IList contentItemGroupList) { } - } - - public partial class ContentItemGroup - { - public ContentItemGroup() { } - - public System.Collections.Generic.IList Items { get { throw null; } } - - public System.Collections.Generic.IDictionary Properties { get { throw null; } } - } - - public partial class ContentPropertyDefinition - { - public ContentPropertyDefinition(string name, System.Collections.Generic.IEnumerable fileExtensions, bool allowSubfolders) { } - - public ContentPropertyDefinition(string name, System.Collections.Generic.IEnumerable fileExtensions) { } - - public ContentPropertyDefinition(string name, System.Func compatibilityTest) { } - - public ContentPropertyDefinition(string name, System.Func parser, System.Collections.Generic.IEnumerable fileExtensions, bool allowSubfolders) { } - - public ContentPropertyDefinition(string name, System.Func parser, System.Collections.Generic.IEnumerable fileExtensions) { } - - public ContentPropertyDefinition(string name, System.Func parser, System.Func compatibilityTest, System.Func compareTest, System.Collections.Generic.IEnumerable fileExtensions, bool allowSubfolders) { } - - public ContentPropertyDefinition(string name, System.Func parser, System.Func compatibilityTest, System.Func compareTest) { } - - public ContentPropertyDefinition(string name, System.Func parser, System.Func compatibilityTest) { } - - public ContentPropertyDefinition(string name, System.Func parser) { } - - public ContentPropertyDefinition(string name) { } - - public System.Func CompareTest { get { throw null; } } - - public System.Func CompatibilityTest { get { throw null; } } - - public bool FileExtensionAllowSubFolders { get { throw null; } } - - public System.Collections.Generic.List FileExtensions { get { throw null; } } - - public string Name { get { throw null; } } - - public System.Func Parser { get { throw null; } } - - public virtual int Compare(object criteriaValue, object candidateValue1, object candidateValue2) { throw null; } - - public virtual bool IsCriteriaSatisfied(object critieriaValue, object candidateValue) { throw null; } - - public virtual bool TryLookup(string name, PatternTable table, out object value) { throw null; } - } - - public partial class PatternDefinition - { - public PatternDefinition(string pattern, PatternTable table, System.Collections.Generic.IEnumerable> defaults) { } - - public PatternDefinition(string pattern, PatternTable table) { } - - public PatternDefinition(string pattern) { } - - public System.Collections.Generic.IReadOnlyDictionary Defaults { get { throw null; } } - - public string Pattern { get { throw null; } } - - public PatternTable Table { get { throw null; } } - - public static implicit operator PatternDefinition(string pattern) { throw null; } - } - - public partial class PatternSet - { - public PatternSet(System.Collections.Generic.IReadOnlyDictionary properties, System.Collections.Generic.IEnumerable groupPatterns, System.Collections.Generic.IEnumerable pathPatterns) { } - - public System.Collections.Generic.IEnumerable GroupPatterns { get { throw null; } } - - public System.Collections.Generic.IEnumerable PathPatterns { get { throw null; } } - - public System.Collections.Generic.IReadOnlyDictionary PropertyDefinitions { get { throw null; } set { } } - } - - public partial class PatternTable - { - public PatternTable() { } - - public PatternTable(System.Collections.Generic.IEnumerable entries) { } - - public bool TryLookup(string propertyName, string name, out object value) { throw null; } - } - - public partial class PatternTableEntry - { - public PatternTableEntry(string propertyName, string name, object value) { } - - public string Name { get { throw null; } } - - public string PropertyName { get { throw null; } } - - public object Value { get { throw null; } } - } - - public partial class SelectionCriteria - { - public SelectionCriteria() { } - - public System.Collections.Generic.IList Entries { get { throw null; } set { } } - } - - public partial class SelectionCriteriaBuilder - { - public SelectionCriteriaBuilder(System.Collections.Generic.IReadOnlyDictionary properties) { } - - public virtual SelectionCriteriaEntryBuilder Add { get { throw null; } } - - public virtual SelectionCriteria Criteria { get { throw null; } } - - public System.Collections.Generic.IReadOnlyDictionary Properties { get { throw null; } } - } - - public partial class SelectionCriteriaEntry - { - public SelectionCriteriaEntry() { } - - public System.Collections.Generic.IDictionary Properties { get { throw null; } set { } } - } - - public partial class SelectionCriteriaEntryBuilder : SelectionCriteriaBuilder - { - internal SelectionCriteriaEntryBuilder() : base(default!) { } - - public override SelectionCriteriaEntryBuilder Add { get { throw null; } } - - public SelectionCriteriaBuilder Builder { get { throw null; } } - - public override SelectionCriteria Criteria { get { throw null; } } - - public SelectionCriteriaEntry Entry { get { throw null; } } - - public SelectionCriteriaEntryBuilder this[string key, object value] { get { throw null; } } - - public SelectionCriteriaEntryBuilder this[string key, string value] { get { throw null; } } - } -} - -namespace NuGet.ContentModel.Infrastructure -{ - public partial class PatternExpression - { - public PatternExpression(PatternDefinition pattern) { } - - public ContentItem Match(string path, System.Collections.Generic.IReadOnlyDictionary propertyDefinitions) { throw null; } - } -} - -namespace NuGet.Packaging -{ - public static partial class CollectionExtensions - { - public static void AddRange(this System.Collections.Generic.ICollection collection, System.Collections.Generic.IEnumerable items) { } - } - - public enum ExtractionSource - { - RestoreCommand = 0, - DownloadResource = 1, - NuGetFolderProject = 2 - } - - public partial class FallbackPackagePathInfo - { - public FallbackPackagePathInfo(string id, Versioning.NuGetVersion version, VersionFolderPathResolver resolver) { } - - public string Id { get { throw null; } } - - public VersionFolderPathResolver PathResolver { get { throw null; } } - - public Versioning.NuGetVersion Version { get { throw null; } } - } - - public partial class FallbackPackagePathResolver - { - public FallbackPackagePathResolver(Common.INuGetPathContext pathContext) { } - - public FallbackPackagePathResolver(string userPackageFolder, System.Collections.Generic.IEnumerable fallbackPackageFolders) { } - - public string GetPackageDirectory(string packageId, Versioning.NuGetVersion version) { throw null; } - - public string GetPackageDirectory(string packageId, string version) { throw null; } - - public FallbackPackagePathInfo GetPackageInfo(string packageId, Versioning.NuGetVersion version) { throw null; } - } - - public partial class FrameworkAssemblyReference - { - public FrameworkAssemblyReference(string assemblyName, System.Collections.Generic.IEnumerable supportedFrameworks) { } - - public string AssemblyName { get { throw null; } } - - public System.Collections.Generic.IEnumerable SupportedFrameworks { get { throw null; } } - } - - public static partial class FrameworkNameUtility - { - public static System.Runtime.Versioning.FrameworkName ParseFrameworkFolderName(string path, bool strictParsing, out string effectivePath) { throw null; } - - public static System.Runtime.Versioning.FrameworkName ParseFrameworkNameFromFilePath(string filePath, out string effectivePath) { throw null; } - - public static Frameworks.NuGetFramework ParseNuGetFrameworkFolderName(string path, bool strictParsing, out string effectivePath) { throw null; } - - public static Frameworks.NuGetFramework ParseNuGetFrameworkFromFilePath(string filePath, out string effectivePath) { throw null; } - } - - public sealed partial class FrameworkReference : System.IEquatable, System.Collections.Generic.IComparer, System.IComparable - { - public FrameworkReference(string name) { } - - public string Name { get { throw null; } } - - public int Compare(FrameworkReference x, FrameworkReference y) { throw null; } - - public int CompareTo(FrameworkReference other) { throw null; } - - public bool Equals(FrameworkReference other) { throw null; } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - } - - public partial class FrameworkReferenceGroup : System.IEquatable, Frameworks.IFrameworkSpecific - { - public FrameworkReferenceGroup(Frameworks.NuGetFramework targetFramework, System.Collections.Generic.IEnumerable frameworkReferences) { } - - public System.Collections.Generic.IEnumerable FrameworkReferences { get { throw null; } } - - public Frameworks.NuGetFramework TargetFramework { get { throw null; } } - - public bool Equals(FrameworkReferenceGroup other) { throw null; } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - } - - public static partial class FrameworksExtensions - { - public static string GetFrameworkString(this Frameworks.NuGetFramework self) { throw null; } - } - - public partial class FrameworkSpecificGroup : System.IEquatable, Frameworks.IFrameworkSpecific - { - public FrameworkSpecificGroup(Frameworks.NuGetFramework targetFramework, System.Collections.Generic.IEnumerable items) { } - - public bool HasEmptyFolder { get { throw null; } } - - public System.Collections.Generic.IEnumerable Items { get { throw null; } } - - public Frameworks.NuGetFramework TargetFramework { get { throw null; } } - - public bool Equals(FrameworkSpecificGroup other) { throw null; } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - } - - public partial interface IAsyncPackageContentReader - { - System.Threading.Tasks.Task> GetBuildItemsAsync(System.Threading.CancellationToken cancellationToken); - System.Threading.Tasks.Task> GetContentItemsAsync(System.Threading.CancellationToken cancellationToken); - System.Threading.Tasks.Task> GetFrameworkItemsAsync(System.Threading.CancellationToken cancellationToken); - System.Threading.Tasks.Task> GetLibItemsAsync(System.Threading.CancellationToken cancellationToken); - System.Threading.Tasks.Task> GetPackageDependenciesAsync(System.Threading.CancellationToken cancellationToken); - System.Threading.Tasks.Task> GetReferenceItemsAsync(System.Threading.CancellationToken cancellationToken); - System.Threading.Tasks.Task> GetToolItemsAsync(System.Threading.CancellationToken cancellationToken); - } - - public partial interface IHashFunction : System.IDisposable - { - string GetHash(); - void Update(byte[] data, int offset, int count); - } - - public partial interface INuspecReader : Core.INuspecCoreReader - { - System.Collections.Generic.IEnumerable GetDependencyGroups(); - System.Collections.Generic.IEnumerable GetFrameworkReferenceGroups(); - string GetLanguage(); - System.Collections.Generic.IEnumerable GetReferenceGroups(); - } - - public partial interface IPackageContentReader - { - System.Collections.Generic.IEnumerable GetBuildItems(); - System.Collections.Generic.IEnumerable GetContentItems(); - System.Collections.Generic.IEnumerable GetFrameworkItems(); - System.Collections.Generic.IEnumerable GetLibItems(); - System.Collections.Generic.IEnumerable GetPackageDependencies(); - System.Collections.Generic.IEnumerable GetReferenceItems(); - System.Collections.Generic.IEnumerable GetToolItems(); - } - - public partial interface IPackageDownloader : System.IDisposable - { - IAsyncPackageContentReader ContentReader { get; } - - Core.IAsyncPackageCoreReader CoreReader { get; } - - Signing.ISignedPackageReader SignedPackageReader { get; } - - string Source { get; } - - System.Threading.Tasks.Task CopyNupkgFileToAsync(string destinationFilePath, System.Threading.CancellationToken cancellationToken); - System.Threading.Tasks.Task GetPackageHashAsync(string hashAlgorithm, System.Threading.CancellationToken cancellationToken); - void SetExceptionHandler(System.Func> handleExceptionAsync); - void SetThrottle(System.Threading.SemaphoreSlim throttle); - } - - public partial interface IPackageFile - { - string EffectivePath { get; } - - System.DateTimeOffset LastWriteTime { get; } - - Frameworks.NuGetFramework NuGetFramework { get; } - - string Path { get; } - - [System.Obsolete("Use NuGetFramework instead. This property will be null for any frameworks net5.0 or above.")] - System.Runtime.Versioning.FrameworkName TargetFramework { get; } - - System.IO.Stream GetStream(); - } - - public partial interface IPackageMetadata - { - System.Collections.Generic.IEnumerable Authors { get; } - - System.Collections.Generic.IEnumerable ContentFiles { get; } - - string Copyright { get; } - - System.Collections.Generic.IEnumerable DependencyGroups { get; } - - string Description { get; } - - bool DevelopmentDependency { get; } - - System.Collections.Generic.IEnumerable FrameworkReferenceGroups { get; } - - System.Collections.Generic.IEnumerable FrameworkReferences { get; } - - string Icon { get; } - - System.Uri IconUrl { get; } - - string Id { get; } - - string Language { get; } - - LicenseMetadata LicenseMetadata { get; } - - System.Uri LicenseUrl { get; } - - System.Version MinClientVersion { get; } - - System.Collections.Generic.IEnumerable Owners { get; } - - System.Collections.Generic.IEnumerable PackageAssemblyReferences { get; } - - System.Collections.Generic.IEnumerable PackageTypes { get; } - - System.Uri ProjectUrl { get; } - - string Readme { get; } - - string ReleaseNotes { get; } - - Core.RepositoryMetadata Repository { get; } - - bool RequireLicenseAcceptance { get; } - - bool Serviceable { get; } - - string Summary { get; } - - string Tags { get; } - - string Title { get; } - - Versioning.NuGetVersion Version { get; } - } - - public partial interface IPackageResolver - { - System.Collections.Generic.IEnumerable Resolve(System.Collections.Generic.IEnumerable targets, System.Collections.Generic.IEnumerable availablePackages, System.Collections.Generic.IEnumerable installedPackages, System.Threading.CancellationToken token); - System.Collections.Generic.IEnumerable Resolve(System.Collections.Generic.IEnumerable targets, System.Collections.Generic.IEnumerable availablePackages, System.Threading.CancellationToken token); - System.Collections.Generic.IEnumerable Resolve(System.Collections.Generic.IEnumerable targets, System.Collections.Generic.IEnumerable availablePackages, System.Collections.Generic.IEnumerable installedPackages, System.Threading.CancellationToken token); - System.Collections.Generic.IEnumerable Resolve(System.Collections.Generic.IEnumerable targets, System.Collections.Generic.IEnumerable availablePackages, System.Threading.CancellationToken token); - } - - public partial class LicenseMetadata : System.IEquatable - { - public static readonly System.Version CurrentVersion; - public static readonly System.Version EmptyVersion; - public static readonly System.Uri LicenseFileDeprecationUrl; - public static readonly string LicenseServiceLinkTemplate; - public LicenseMetadata(LicenseType type, string license, Licenses.NuGetLicenseExpression expression, System.Collections.Generic.IReadOnlyList warningsAndErrors, System.Version version) { } - - public string License { get { throw null; } } - - public Licenses.NuGetLicenseExpression LicenseExpression { get { throw null; } } - - public System.Uri LicenseUrl { get { throw null; } } - - public LicenseType Type { get { throw null; } } - - public System.Version Version { get { throw null; } } - - public System.Collections.Generic.IReadOnlyList WarningsAndErrors { get { throw null; } } - - public bool Equals(LicenseMetadata other) { throw null; } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - } - - public enum LicenseType - { - File = 0, - Expression = 1 - } - - [System.Obsolete("Use NuGet.Protocol.LocalPackageArchiveDownloader")] - public sealed partial class LocalPackageArchiveDownloader : IPackageDownloader, System.IDisposable - { - public LocalPackageArchiveDownloader(string source, string packageFilePath, Core.PackageIdentity packageIdentity, Common.ILogger logger) { } - - public IAsyncPackageContentReader ContentReader { get { throw null; } } - - public Core.IAsyncPackageCoreReader CoreReader { get { throw null; } } - - public Signing.ISignedPackageReader SignedPackageReader { get { throw null; } } - - public string Source { get { throw null; } } - - public System.Threading.Tasks.Task CopyNupkgFileToAsync(string destinationFilePath, System.Threading.CancellationToken cancellationToken) { throw null; } - - public void Dispose() { } - - public System.Threading.Tasks.Task GetPackageHashAsync(string hashAlgorithm, System.Threading.CancellationToken cancellationToken) { throw null; } - - public void SetExceptionHandler(System.Func> handleExceptionAsync) { } - - public void SetThrottle(System.Threading.SemaphoreSlim throttle) { } - } - - public partial class Manifest - { - public Manifest(ManifestMetadata metadata, System.Collections.Generic.ICollection files) { } - - public Manifest(ManifestMetadata metadata) { } - - public System.Collections.Generic.ICollection Files { get { throw null; } } - - public bool HasFilesNode { get { throw null; } } - - public ManifestMetadata Metadata { get { throw null; } } - - public static Manifest Create(IPackageMetadata metadata) { throw null; } - - public static Manifest ReadFrom(System.IO.Stream stream, bool validateSchema) { throw null; } - - public static Manifest ReadFrom(System.IO.Stream stream, System.Func propertyProvider, bool validateSchema) { throw null; } - - public void Save(System.IO.Stream stream, bool generateBackwardsCompatible) { } - - public void Save(System.IO.Stream stream, int minimumManifestVersion, bool generateBackwardsCompatible) { } - - public void Save(System.IO.Stream stream, int minimumManifestVersion) { } - - public void Save(System.IO.Stream stream) { } - - public static void Validate(Manifest manifest) { } - } - - public partial class ManifestContentFiles - { - public ManifestContentFiles() { } - - public string BuildAction { get { throw null; } set { } } - - public string CopyToOutput { get { throw null; } set { } } - - public string Exclude { get { throw null; } set { } } - - public string Flatten { get { throw null; } set { } } - - public string Include { get { throw null; } set { } } - } - - public partial class ManifestFile - { - public ManifestFile() { } - - public string Exclude { get { throw null; } set { } } - - public string Source { get { throw null; } set { } } - - public string Target { get { throw null; } set { } } - - public System.Collections.Generic.IEnumerable Validate() { throw null; } - } - - public partial class ManifestMetadata : IPackageMetadata - { - public ManifestMetadata() { } - - public ManifestMetadata(IPackageMetadata copy) { } - - public System.Collections.Generic.IEnumerable Authors { get { throw null; } set { } } - - public System.Collections.Generic.IEnumerable ContentFiles { get { throw null; } set { } } - - public string Copyright { get { throw null; } set { } } - - public System.Collections.Generic.IEnumerable DependencyGroups { get { throw null; } set { } } - - public string Description { get { throw null; } set { } } - - public bool DevelopmentDependency { get { throw null; } set { } } - - public bool EmitRequireLicenseAcceptance { get { throw null; } set { } } - - public System.Collections.Generic.IEnumerable FrameworkReferenceGroups { get { throw null; } set { } } - - public System.Collections.Generic.IEnumerable FrameworkReferences { get { throw null; } set { } } - - public string Icon { get { throw null; } set { } } - - public System.Uri IconUrl { get { throw null; } } - - public string Id { get { throw null; } set { } } - - public string Language { get { throw null; } set { } } - - public LicenseMetadata LicenseMetadata { get { throw null; } set { } } - - public System.Uri LicenseUrl { get { throw null; } } - - public System.Version MinClientVersion { get { throw null; } } - - public string MinClientVersionString { get { throw null; } set { } } - - public System.Collections.Generic.IEnumerable Owners { get { throw null; } set { } } - - public System.Collections.Generic.IEnumerable PackageAssemblyReferences { get { throw null; } set { } } - - public System.Collections.Generic.IEnumerable PackageTypes { get { throw null; } set { } } - - public System.Uri ProjectUrl { get { throw null; } } - - public string Readme { get { throw null; } set { } } - - public string ReleaseNotes { get { throw null; } set { } } - - public Core.RepositoryMetadata Repository { get { throw null; } set { } } - - public bool RequireLicenseAcceptance { get { throw null; } set { } } - - public bool Serviceable { get { throw null; } set { } } - - public string Summary { get { throw null; } set { } } - - public string Tags { get { throw null; } set { } } - - public string Title { get { throw null; } set { } } - - public Versioning.NuGetVersion Version { get { throw null; } set { } } - - public void SetIconUrl(string iconUrl) { } - - public void SetLicenseUrl(string licenseUrl) { } - - public void SetProjectUrl(string projectUrl) { } - - public System.Collections.Generic.IEnumerable Validate() { throw null; } - } - - public static partial class ManifestSchemaUtility - { - public static string GetSchemaNamespace(int version) { throw null; } - - public static int GetVersionFromNamespace(string @namespace) { throw null; } - - public static bool IsKnownSchema(string schemaNamespace) { throw null; } - } - - public static partial class ManifestVersionUtility - { - public const int DefaultVersion = 1; - public const int SemverVersion = 3; - public const int TargetFrameworkSupportForDependencyContentsAndToolsVersion = 4; - public const int TargetFrameworkSupportForReferencesVersion = 5; - public const int XdtTransformationVersion = 6; - public static int GetManifestVersion(ManifestMetadata metadata) { throw null; } - } - - public partial class MinClientVersionException : Core.PackagingException, Common.ILogMessageException - { - public MinClientVersionException(string message) : base(default!) { } - - public override Common.ILogMessage AsLogMessage() { throw null; } - } - - public static partial class MinClientVersionUtility - { - public static Versioning.NuGetVersion GetNuGetClientVersion() { throw null; } - - public static bool IsMinClientVersionCompatible(Core.NuspecCoreReaderBase nuspecReader) { throw null; } - - public static bool IsMinClientVersionCompatible(Versioning.NuGetVersion packageMinClientVersion) { throw null; } - - public static void VerifyMinClientVersion(Core.NuspecCoreReaderBase nuspecReader) { } - } - - public partial class NupkgMetadataFile : System.IEquatable - { - public NupkgMetadataFile() { } - - public string ContentHash { get { throw null; } set { } } - - public string Source { get { throw null; } set { } } - - public int Version { get { throw null; } set { } } - - public bool Equals(NupkgMetadataFile other) { throw null; } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - } - - public static partial class NupkgMetadataFileFormat - { - public static readonly int Version; - public static NupkgMetadataFile Read(System.IO.Stream stream, Common.ILogger log, string path) { throw null; } - - public static NupkgMetadataFile Read(System.IO.TextReader reader, Common.ILogger log, string path) { throw null; } - - public static NupkgMetadataFile Read(string filePath, Common.ILogger log) { throw null; } - - public static NupkgMetadataFile Read(string filePath) { throw null; } - - public static void Write(System.IO.Stream stream, NupkgMetadataFile hashFile) { } - - public static void Write(System.IO.TextWriter textWriter, NupkgMetadataFile hashFile) { } - - public static void Write(string filePath, NupkgMetadataFile hashFile) { } - } - - public partial class NuspecReader : Core.NuspecCoreReaderBase - { - public NuspecReader(System.IO.Stream stream, Frameworks.IFrameworkNameProvider frameworkProvider, bool leaveStreamOpen) : base((System.IO.Stream)default!) { } - - public NuspecReader(System.IO.Stream stream) : base((System.IO.Stream)default!) { } - - public NuspecReader(string path, Frameworks.IFrameworkNameProvider frameworkProvider) : base((string)default!) { } - - public NuspecReader(string path) : base((string)default!) { } - - public NuspecReader(System.Xml.Linq.XDocument xml, Frameworks.IFrameworkNameProvider frameworkProvider) : base((System.Xml.Linq.XDocument)default!) { } - - public NuspecReader(System.Xml.Linq.XDocument xml) : base((System.Xml.Linq.XDocument)default!) { } - - public string GetAuthors() { throw null; } - - public System.Collections.Generic.IEnumerable GetContentFiles() { throw null; } - - public string GetCopyright() { throw null; } - - public System.Collections.Generic.IEnumerable GetDependencyGroups() { throw null; } - - public System.Collections.Generic.IEnumerable GetDependencyGroups(bool useStrictVersionCheck) { throw null; } - - public string GetDescription() { throw null; } - - public System.Collections.Generic.IEnumerable GetFrameworkAssemblyGroups() { throw null; } - - [System.Obsolete("GetFrameworkReferenceGroups() is deprecated. Please use GetFrameworkAssemblyGroups() instead.")] - public System.Collections.Generic.IEnumerable GetFrameworkReferenceGroups() { throw null; } - - public System.Collections.Generic.IEnumerable GetFrameworkRefGroups() { throw null; } - - public string GetIcon() { throw null; } - - public string GetIconUrl() { throw null; } - - public string GetLanguage() { throw null; } - - public LicenseMetadata GetLicenseMetadata() { throw null; } - - public string GetLicenseUrl() { throw null; } - - public string GetOwners() { throw null; } - - public string GetProjectUrl() { throw null; } - - public string GetReadme() { throw null; } - - public System.Collections.Generic.IEnumerable GetReferenceGroups() { throw null; } - - public string GetReleaseNotes() { throw null; } - - public Core.RepositoryMetadata GetRepositoryMetadata() { throw null; } - - public bool GetRequireLicenseAcceptance() { throw null; } - - public string GetSummary() { throw null; } - - public string GetTags() { throw null; } - - public string GetTitle() { throw null; } - } - - public partial class PackageArchiveReader : PackageReaderBase - { - public PackageArchiveReader(System.IO.Compression.ZipArchive zipArchive, Frameworks.IFrameworkNameProvider frameworkProvider, Frameworks.IFrameworkCompatibilityProvider compatibilityProvider) : base(default!) { } - - public PackageArchiveReader(System.IO.Compression.ZipArchive zipArchive) : base(default!) { } - - public PackageArchiveReader(System.IO.Stream stream, Frameworks.IFrameworkNameProvider frameworkProvider, Frameworks.IFrameworkCompatibilityProvider compatibilityProvider) : base(default!) { } - - public PackageArchiveReader(System.IO.Stream stream, bool leaveStreamOpen, Frameworks.IFrameworkNameProvider frameworkProvider, Frameworks.IFrameworkCompatibilityProvider compatibilityProvider) : base(default!) { } - - public PackageArchiveReader(System.IO.Stream stream, bool leaveStreamOpen) : base(default!) { } - - public PackageArchiveReader(System.IO.Stream stream) : base(default!) { } - - public PackageArchiveReader(string filePath, Frameworks.IFrameworkNameProvider frameworkProvider = null, Frameworks.IFrameworkCompatibilityProvider compatibilityProvider = null) : base(default!) { } - - protected Signing.SigningSpecifications SigningSpecifications { get { throw null; } } - - protected System.IO.Stream ZipReadStream { get { throw null; } set { } } - - public override bool CanVerifySignedPackages(Signing.SignedPackageVerifierSettings verifierSettings) { throw null; } - - public override System.Collections.Generic.IEnumerable CopyFiles(string destination, System.Collections.Generic.IEnumerable packageFiles, Core.ExtractPackageFileDelegate extractFile, Common.ILogger logger, System.Threading.CancellationToken token) { throw null; } - - public override System.Threading.Tasks.Task CopyNupkgAsync(string nupkgFilePath, System.Threading.CancellationToken cancellationToken) { throw null; } - - protected override void Dispose(bool disposing) { } - - public System.Collections.Generic.IEnumerable EnumeratePackageEntries(System.Collections.Generic.IEnumerable packageFiles, string packageDirectory) { throw null; } - - public string ExtractFile(string packageFile, string targetFilePath, Common.ILogger logger) { throw null; } - - public override System.Threading.Tasks.Task GetArchiveHashAsync(Common.HashAlgorithmName hashAlgorithmName, System.Threading.CancellationToken token) { throw null; } - - public override string GetContentHash(System.Threading.CancellationToken token, System.Func GetUnsignedPackageHash = null) { throw null; } - - public System.IO.Compression.ZipArchiveEntry GetEntry(string packageFile) { throw null; } - - public override System.Collections.Generic.IEnumerable GetFiles() { throw null; } - - public override System.Collections.Generic.IEnumerable GetFiles(string folder) { throw null; } - - public override System.Threading.Tasks.Task GetPrimarySignatureAsync(System.Threading.CancellationToken token) { throw null; } - - public override System.IO.Stream GetStream(string path) { throw null; } - - public override System.Threading.Tasks.Task IsSignedAsync(System.Threading.CancellationToken token) { throw null; } - - protected void ThrowIfZipReadStreamIsNull() { } - - public override System.Threading.Tasks.Task ValidateIntegrityAsync(Signing.SignatureContent signatureContent, System.Threading.CancellationToken token) { throw null; } - - public System.Threading.Tasks.Task ValidatePackageEntriesAsync(System.Threading.CancellationToken token) { throw null; } - } - - public partial class PackageBuilder : IPackageMetadata - { - public const int MaxIconFileSize = 1048576; - public PackageBuilder() { } - - public PackageBuilder(bool deterministic, Common.ILogger logger) { } - - public PackageBuilder(bool deterministic) { } - - public PackageBuilder(System.IO.Stream stream, string basePath, System.Func propertyProvider) { } - - public PackageBuilder(System.IO.Stream stream, string basePath) { } - - public PackageBuilder(string path, System.Func propertyProvider, bool includeEmptyDirectories, bool deterministic, Common.ILogger logger) { } - - public PackageBuilder(string path, System.Func propertyProvider, bool includeEmptyDirectories, bool deterministic) { } - - public PackageBuilder(string path, System.Func propertyProvider, bool includeEmptyDirectories) { } - - public PackageBuilder(string path, string basePath, System.Func propertyProvider, bool includeEmptyDirectories, bool deterministic, Common.ILogger logger) { } - - public PackageBuilder(string path, string basePath, System.Func propertyProvider, bool includeEmptyDirectories, bool deterministic) { } - - public PackageBuilder(string path, string basePath, System.Func propertyProvider, bool includeEmptyDirectories) { } - - public System.Collections.Generic.ISet Authors { get { throw null; } } - - public System.Collections.Generic.ICollection ContentFiles { get { throw null; } } - - public string Copyright { get { throw null; } set { } } - - public System.Collections.ObjectModel.Collection DependencyGroups { get { throw null; } } - - public string Description { get { throw null; } set { } } - - public bool DevelopmentDependency { get { throw null; } set { } } - - public bool EmitRequireLicenseAcceptance { get { throw null; } set { } } - - public System.Collections.Generic.ICollection Files { get { throw null; } } - - public System.Collections.ObjectModel.Collection FrameworkReferenceGroups { get { throw null; } } - - public System.Collections.ObjectModel.Collection FrameworkReferences { get { throw null; } } - - public bool HasSnapshotVersion { get { throw null; } set { } } - - public string Icon { get { throw null; } set { } } - - public System.Uri IconUrl { get { throw null; } set { } } - - public string Id { get { throw null; } set { } } - - public string Language { get { throw null; } set { } } - - public LicenseMetadata LicenseMetadata { get { throw null; } set { } } - - public System.Uri LicenseUrl { get { throw null; } set { } } - - public System.Version MinClientVersion { get { throw null; } set { } } - - System.Collections.Generic.IEnumerable IPackageMetadata.Authors { get { throw null; } } - - System.Collections.Generic.IEnumerable IPackageMetadata.ContentFiles { get { throw null; } } - - System.Collections.Generic.IEnumerable IPackageMetadata.DependencyGroups { get { throw null; } } - - System.Collections.Generic.IEnumerable IPackageMetadata.FrameworkReferenceGroups { get { throw null; } } - - System.Collections.Generic.IEnumerable IPackageMetadata.FrameworkReferences { get { throw null; } } - - System.Collections.Generic.IEnumerable IPackageMetadata.Owners { get { throw null; } } - - System.Collections.Generic.IEnumerable IPackageMetadata.PackageAssemblyReferences { get { throw null; } } - - System.Collections.Generic.IEnumerable IPackageMetadata.PackageTypes { get { throw null; } } - - string IPackageMetadata.Tags { get { throw null; } } - - public string OutputName { get { throw null; } set { } } - - public System.Collections.Generic.ISet Owners { get { throw null; } } - - public System.Collections.Generic.ICollection PackageAssemblyReferences { get { throw null; } set { } } - - public System.Collections.Generic.ICollection PackageTypes { get { throw null; } set { } } - - public System.Uri ProjectUrl { get { throw null; } set { } } - - public System.Collections.Generic.Dictionary Properties { get { throw null; } } - - public string Readme { get { throw null; } set { } } - - public string ReleaseNotes { get { throw null; } set { } } - - public Core.RepositoryMetadata Repository { get { throw null; } set { } } - - public bool RequireLicenseAcceptance { get { throw null; } set { } } - - public bool Serviceable { get { throw null; } set { } } - - public string Summary { get { throw null; } set { } } - - public System.Collections.Generic.ISet Tags { get { throw null; } } - - public System.Collections.Generic.IList TargetFrameworks { get { throw null; } set { } } - - public string Title { get { throw null; } set { } } - - public Versioning.NuGetVersion Version { get { throw null; } set { } } - - public void AddFiles(string basePath, string source, string destination, string exclude = null) { } - - public void Populate(ManifestMetadata manifestMetadata) { } - - public void PopulateFiles(string basePath, System.Collections.Generic.IEnumerable files) { } - - public void Save(System.IO.Stream stream) { } - - public static void ValidateReferenceAssemblies(System.Collections.Generic.IEnumerable files, System.Collections.Generic.IEnumerable packageAssemblyReferences) { } - } - - public partial class PackageDependencyGroup : System.IEquatable, Frameworks.IFrameworkSpecific - { - public PackageDependencyGroup(Frameworks.NuGetFramework targetFramework, System.Collections.Generic.IEnumerable packages) { } - - public System.Collections.Generic.IEnumerable Packages { get { throw null; } } - - public Frameworks.NuGetFramework TargetFramework { get { throw null; } } - - public bool Equals(PackageDependencyGroup other) { throw null; } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - - public override string ToString() { throw null; } - } - - public partial class PackageExtractionContext - { - public PackageExtractionContext(PackageSaveMode packageSaveMode, XmlDocFileSaveMode xmlDocFileSaveMode, Signing.ClientPolicyContext clientPolicyContext, Common.ILogger logger) { } - - public Signing.ClientPolicyContext ClientPolicyContext { get { throw null; } } - - public bool CopySatelliteFiles { get { throw null; } set { } } - - public Common.ILogger Logger { get { throw null; } } - - public PackageSaveMode PackageSaveMode { get { throw null; } set { } } - - public Signing.IPackageSignatureVerifier SignedPackageVerifier { get { throw null; } set { } } - - public XmlDocFileSaveMode XmlDocFileSaveMode { get { throw null; } set { } } - } - - public partial class PackageExtractionResult - { - public PackageExtractionResult(bool cached, System.TimeSpan signVerifyDelay, PackageSignType packageType, bool success, System.DateTimeOffset signVerifyStartTime, System.DateTimeOffset signVerifyEndTime) { } - - public PackageExtractionResult(bool cached, System.TimeSpan signVerifyDelay, PackageSignType packageType, bool success, System.TimeSpan duration) { } - - public bool Cached { get { throw null; } } - - public System.TimeSpan Duration { get { throw null; } set { } } - - public PackageSignType PackageType { get { throw null; } } - - public System.TimeSpan SignVerifyDelay { get { throw null; } } - - public System.DateTimeOffset SignVerifyEndTime { get { throw null; } } - - public System.DateTimeOffset SignVerifyStartTime { get { throw null; } } - - public bool Success { get { throw null; } } - } - - public partial class PackageExtractionTelemetryEvent : Common.TelemetryEvent - { - public const string EventName = "PackageExtractionInformation"; - public PackageExtractionTelemetryEvent(PackageSaveMode packageSaveMode, Common.NuGetOperationStatus status, ExtractionSource extractionSource, Core.PackageIdentity packageId = null) : base(default!) { } - - public ExtractionSource ExtractionSource { get { throw null; } } - - public string PackageId { get { throw null; } } - - public PackageSaveMode PackageSaveMode { get { throw null; } } - - public string PackageVersion { get { throw null; } } - - public Common.NuGetOperationStatus Status { get { throw null; } } - - public void LogPackageIdentity(Core.PackageIdentity packageId) { } - - public void SetResult(Common.NuGetOperationStatus status) { } - } - - public static partial class PackageExtractor - { - public static System.Threading.Tasks.Task> CopySatelliteFilesAsync(Core.PackageIdentity packageIdentity, PackagePathResolver packagePathResolver, PackageSaveMode packageSaveMode, PackageExtractionContext packageExtractionContext, System.Threading.CancellationToken token) { throw null; } - - public static System.Threading.Tasks.Task> ExtractPackageAsync(string source, PackageReaderBase packageReader, PackagePathResolver packagePathResolver, PackageExtractionContext packageExtractionContext, System.Threading.CancellationToken token, System.Guid parentId = default) { throw null; } - - public static System.Threading.Tasks.Task> ExtractPackageAsync(string source, PackageReaderBase packageReader, System.IO.Stream packageStream, PackagePathResolver packagePathResolver, PackageExtractionContext packageExtractionContext, System.Threading.CancellationToken token, System.Guid parentId = default) { throw null; } - - public static System.Threading.Tasks.Task> ExtractPackageAsync(string source, System.IO.Stream packageStream, PackagePathResolver packagePathResolver, PackageExtractionContext packageExtractionContext, System.Threading.CancellationToken token, System.Guid parentId = default) { throw null; } - - public static System.Threading.Tasks.Task InstallFromSourceAsync(Core.PackageIdentity packageIdentity, IPackageDownloader packageDownloader, VersionFolderPathResolver versionFolderPathResolver, PackageExtractionContext packageExtractionContext, System.Threading.CancellationToken token, System.Guid parentId = default) { throw null; } - - public static System.Threading.Tasks.Task InstallFromSourceAsync(string source, Core.PackageIdentity packageIdentity, System.Func copyToAsync, VersionFolderPathResolver versionFolderPathResolver, PackageExtractionContext packageExtractionContext, System.Threading.CancellationToken token, System.Guid parentId = default) { throw null; } - } - - public partial class PackageFileExtractor - { - public PackageFileExtractor(System.Collections.Generic.IEnumerable packageFiles, XmlDocFileSaveMode xmlDocFileSaveMode) { } - - public string ExtractPackageFile(string source, string target, System.IO.Stream stream) { throw null; } - } - - public partial class PackageFolderReader : PackageReaderBase - { - public PackageFolderReader(System.IO.DirectoryInfo folder, Frameworks.IFrameworkNameProvider frameworkProvider, Frameworks.IFrameworkCompatibilityProvider compatibilityProvider) : base(default!) { } - - public PackageFolderReader(System.IO.DirectoryInfo folder) : base(default!) { } - - public PackageFolderReader(string folderPath, Frameworks.IFrameworkNameProvider frameworkProvider, Frameworks.IFrameworkCompatibilityProvider compatibilityProvider) : base(default!) { } - - public PackageFolderReader(string folderPath) : base(default!) { } - - public override bool CanVerifySignedPackages(Signing.SignedPackageVerifierSettings verifierSettings) { throw null; } - - public override System.Collections.Generic.IEnumerable CopyFiles(string destination, System.Collections.Generic.IEnumerable packageFiles, Core.ExtractPackageFileDelegate extractFile, Common.ILogger logger, System.Threading.CancellationToken token) { throw null; } - - protected override void Dispose(bool disposing) { } - - public override System.Threading.Tasks.Task GetArchiveHashAsync(Common.HashAlgorithmName hashAlgorithm, System.Threading.CancellationToken token) { throw null; } - - public override string GetContentHash(System.Threading.CancellationToken token, System.Func GetUnsignedPackageHash = null) { throw null; } - - public override System.Collections.Generic.IEnumerable GetFiles() { throw null; } - - public override System.Collections.Generic.IEnumerable GetFiles(string folder) { throw null; } - - public override string GetNuspecFile() { throw null; } - - public override System.Threading.Tasks.Task GetPrimarySignatureAsync(System.Threading.CancellationToken token) { throw null; } - - public override System.IO.Stream GetStream(string path) { throw null; } - - public override System.Threading.Tasks.Task IsSignedAsync(System.Threading.CancellationToken token) { throw null; } - - public override System.Threading.Tasks.Task ValidateIntegrityAsync(Signing.SignatureContent signatureContent, System.Threading.CancellationToken token) { throw null; } - } - - public static partial class PackageHelper - { - public static System.Threading.Tasks.Task> GetInstalledPackageFilesAsync(PackageArchiveReader packageReader, Core.PackageIdentity packageIdentity, PackagePathResolver packagePathResolver, PackageSaveMode packageSaveMode, System.Threading.CancellationToken cancellationToken) { throw null; } - - public static System.Threading.Tasks.Task>> GetInstalledSatelliteFilesAsync(PackageArchiveReader packageReader, PackagePathResolver packagePathResolver, PackageSaveMode packageSaveMode, System.Threading.CancellationToken cancellationToken) { throw null; } - - public static System.Threading.Tasks.Task>> GetSatelliteFilesAsync(PackageReaderBase packageReader, PackagePathResolver packagePathResolver, System.Threading.CancellationToken cancellationToken) { throw null; } - - public static bool IsAssembly(string path) { throw null; } - - public static bool IsManifest(string path) { throw null; } - - public static bool IsNuspec(string path) { throw null; } - - public static bool IsPackageFile(string packageFileName, PackageSaveMode packageSaveMode) { throw null; } - - public static bool IsRoot(string path) { throw null; } - } - - public static partial class PackageIdValidator - { - public const int MaxPackageIdLength = 100; - public static bool IsValidPackageId(string packageId) { throw null; } - - public static void ValidatePackageId(string packageId) { } - } - - public static partial class PackagePathHelper - { - public static string GetInstalledPackageFilePath(Core.PackageIdentity packageIdentity, PackagePathResolver packagePathResolver) { throw null; } - - public static System.Collections.Generic.IEnumerable GetPackageLookupPaths(Core.PackageIdentity packageIdentity, PackagePathResolver packagePathResolver) { throw null; } - } - - public partial class PackagePathResolver - { - public PackagePathResolver(string rootDirectory, bool useSideBySidePaths = true) { } - - protected internal string Root { get { throw null; } } - - public bool UseSideBySidePaths { get { throw null; } } - - public virtual string GetInstalledPackageFilePath(Core.PackageIdentity packageIdentity) { throw null; } - - public virtual string GetInstalledPath(Core.PackageIdentity packageIdentity) { throw null; } - - public virtual string GetInstallPath(Core.PackageIdentity packageIdentity) { throw null; } - - public string GetManifestFileName(Core.PackageIdentity packageIdentity) { throw null; } - - public virtual string GetPackageDirectoryName(Core.PackageIdentity packageIdentity) { throw null; } - - public string GetPackageDownloadMarkerFileName(Core.PackageIdentity packageIdentity) { throw null; } - - public virtual string GetPackageFileName(Core.PackageIdentity packageIdentity) { throw null; } - } - - public abstract partial class PackageReaderBase : Core.IPackageCoreReader, System.IDisposable, IPackageContentReader, Core.IAsyncPackageCoreReader, IAsyncPackageContentReader, Signing.ISignedPackageReader - { - public PackageReaderBase(Frameworks.IFrameworkNameProvider frameworkProvider, Frameworks.IFrameworkCompatibilityProvider compatibilityProvider) { } - - public PackageReaderBase(Frameworks.IFrameworkNameProvider frameworkProvider) { } - - protected Frameworks.IFrameworkCompatibilityProvider CompatibilityProvider { get { throw null; } set { } } - - protected Frameworks.IFrameworkNameProvider FrameworkProvider { get { throw null; } set { } } - - public virtual NuspecReader NuspecReader { get { throw null; } } - - public abstract bool CanVerifySignedPackages(Signing.SignedPackageVerifierSettings verifierSettings); - public abstract System.Collections.Generic.IEnumerable CopyFiles(string destination, System.Collections.Generic.IEnumerable packageFiles, Core.ExtractPackageFileDelegate extractFile, Common.ILogger logger, System.Threading.CancellationToken token); - public virtual System.Threading.Tasks.Task> CopyFilesAsync(string destination, System.Collections.Generic.IEnumerable packageFiles, Core.ExtractPackageFileDelegate extractFile, Common.ILogger logger, System.Threading.CancellationToken cancellationToken) { throw null; } - - public virtual System.Threading.Tasks.Task CopyNupkgAsync(string nupkgFilePath, System.Threading.CancellationToken cancellationToken) { throw null; } - - public void Dispose() { } - - protected abstract void Dispose(bool disposing); - public abstract System.Threading.Tasks.Task GetArchiveHashAsync(Common.HashAlgorithmName hashAlgorithm, System.Threading.CancellationToken token); - public virtual System.Collections.Generic.IEnumerable GetBuildItems() { throw null; } - - public virtual System.Threading.Tasks.Task> GetBuildItemsAsync(System.Threading.CancellationToken cancellationToken) { throw null; } - - public abstract string GetContentHash(System.Threading.CancellationToken token, System.Func GetUnsignedPackageHash = null); - public virtual System.Collections.Generic.IEnumerable GetContentItems() { throw null; } - - public virtual System.Threading.Tasks.Task> GetContentItemsAsync(System.Threading.CancellationToken cancellationToken) { throw null; } - - public virtual bool GetDevelopmentDependency() { throw null; } - - public virtual System.Threading.Tasks.Task GetDevelopmentDependencyAsync(System.Threading.CancellationToken cancellationToken) { throw null; } - - protected System.Collections.Generic.IEnumerable GetFileGroups(string folder) { throw null; } - - public abstract System.Collections.Generic.IEnumerable GetFiles(); - public abstract System.Collections.Generic.IEnumerable GetFiles(string folder); - public virtual System.Threading.Tasks.Task> GetFilesAsync(string folder, System.Threading.CancellationToken cancellationToken) { throw null; } - - public virtual System.Threading.Tasks.Task> GetFilesAsync(System.Threading.CancellationToken cancellationToken) { throw null; } - - protected Frameworks.NuGetFramework GetFrameworkFromPath(string path, bool allowSubFolders = false) { throw null; } - - public virtual System.Collections.Generic.IEnumerable GetFrameworkItems() { throw null; } - - public virtual System.Threading.Tasks.Task> GetFrameworkItemsAsync(System.Threading.CancellationToken cancellationToken) { throw null; } - - public virtual Core.PackageIdentity GetIdentity() { throw null; } - - public virtual System.Threading.Tasks.Task GetIdentityAsync(System.Threading.CancellationToken cancellationToken) { throw null; } - - public virtual System.Collections.Generic.IEnumerable GetItems(string folderName) { throw null; } - - public virtual System.Threading.Tasks.Task> GetItemsAsync(string folderName, System.Threading.CancellationToken cancellationToken) { throw null; } - - public virtual System.Collections.Generic.IEnumerable GetLibItems() { throw null; } - - public virtual System.Threading.Tasks.Task> GetLibItemsAsync(System.Threading.CancellationToken cancellationToken) { throw null; } - - public virtual Versioning.NuGetVersion GetMinClientVersion() { throw null; } - - public virtual System.Threading.Tasks.Task GetMinClientVersionAsync(System.Threading.CancellationToken cancellationToken) { throw null; } - - public virtual System.IO.Stream GetNuspec() { throw null; } - - public virtual System.Threading.Tasks.Task GetNuspecAsync(System.Threading.CancellationToken cancellationToken) { throw null; } - - public virtual string GetNuspecFile() { throw null; } - - protected static string GetNuspecFile(System.Collections.Generic.IEnumerable files) { throw null; } - - public virtual System.Threading.Tasks.Task GetNuspecFileAsync(System.Threading.CancellationToken cancellationToken) { throw null; } - - public virtual System.Threading.Tasks.Task GetNuspecReaderAsync(System.Threading.CancellationToken cancellationToken) { throw null; } - - public virtual System.Collections.Generic.IEnumerable GetPackageDependencies() { throw null; } - - public virtual System.Threading.Tasks.Task> GetPackageDependenciesAsync(System.Threading.CancellationToken cancellationToken) { throw null; } - - public virtual System.Collections.Generic.IReadOnlyList GetPackageTypes() { throw null; } - - public virtual System.Threading.Tasks.Task> GetPackageTypesAsync(System.Threading.CancellationToken cancellationToken) { throw null; } - - public abstract System.Threading.Tasks.Task GetPrimarySignatureAsync(System.Threading.CancellationToken token); - public virtual System.Collections.Generic.IEnumerable GetReferenceItems() { throw null; } - - public virtual System.Threading.Tasks.Task> GetReferenceItemsAsync(System.Threading.CancellationToken cancellationToken) { throw null; } - - public abstract System.IO.Stream GetStream(string path); - public virtual System.Threading.Tasks.Task GetStreamAsync(string path, System.Threading.CancellationToken cancellationToken) { throw null; } - - public virtual System.Collections.Generic.IEnumerable GetSupportedFrameworks() { throw null; } - - public virtual System.Threading.Tasks.Task> GetSupportedFrameworksAsync(System.Threading.CancellationToken cancellationToken) { throw null; } - - public virtual System.Collections.Generic.IEnumerable GetToolItems() { throw null; } - - public virtual System.Threading.Tasks.Task> GetToolItemsAsync(System.Threading.CancellationToken cancellationToken) { throw null; } - - protected static bool IsAllowedBuildFile(string packageId, string path) { throw null; } - - protected static bool IsReferenceAssembly(string path) { throw null; } - - public virtual bool IsServiceable() { throw null; } - - public virtual System.Threading.Tasks.Task IsServiceableAsync(System.Threading.CancellationToken cancellationToken) { throw null; } - - public abstract System.Threading.Tasks.Task IsSignedAsync(System.Threading.CancellationToken token); - protected string NormalizeDirectoryPath(string path) { throw null; } - - public abstract System.Threading.Tasks.Task ValidateIntegrityAsync(Signing.SignatureContent signatureContent, System.Threading.CancellationToken token); - protected static void ValidatePackageEntries(string normalizedDestination, System.Collections.Generic.IEnumerable packageFiles, Core.PackageIdentity packageIdentity) { } - - protected static void ValidatePackageEntry(string normalizedDestination, string normalizedFilePath, Core.PackageIdentity packageIdentity) { } - } - - public static partial class PackageReaderExtensions - { - public static System.Threading.Tasks.Task> GetPackageFilesAsync(this Core.IAsyncPackageCoreReader packageReader, PackageSaveMode packageSaveMode, System.Threading.CancellationToken cancellationToken) { throw null; } - - public static System.Threading.Tasks.Task> GetSatelliteFilesAsync(this IAsyncPackageContentReader packageReader, string packageLanguage, System.Threading.CancellationToken cancellationToken) { throw null; } - } - - public partial class PackageReference - { - public PackageReference(Core.PackageIdentity identity, Frameworks.NuGetFramework targetFramework, bool userInstalled, bool developmentDependency, bool requireReinstallation, Versioning.VersionRange allowedVersions) { } - - public PackageReference(Core.PackageIdentity identity, Frameworks.NuGetFramework targetFramework, bool userInstalled, bool developmentDependency, bool requireReinstallation) { } - - public PackageReference(Core.PackageIdentity identity, Frameworks.NuGetFramework targetFramework, bool userInstalled) { } - - public PackageReference(Core.PackageIdentity identity, Frameworks.NuGetFramework targetFramework) { } - - public Versioning.VersionRange AllowedVersions { get { throw null; } } - - public bool HasAllowedVersions { get { throw null; } } - - public bool IsDevelopmentDependency { get { throw null; } } - - public bool IsUserInstalled { get { throw null; } } - - public Core.PackageIdentity PackageIdentity { get { throw null; } } - - public bool RequireReinstallation { get { throw null; } } - - public Frameworks.NuGetFramework TargetFramework { get { throw null; } } - - public override string ToString() { throw null; } - } - - public partial class PackageReferenceSet - { - public PackageReferenceSet(Frameworks.NuGetFramework targetFramework, System.Collections.Generic.IEnumerable references) { } - - public PackageReferenceSet(System.Collections.Generic.IEnumerable references) { } - - public PackageReferenceSet(string targetFramework, System.Collections.Generic.IEnumerable references) { } - - public System.Collections.Generic.IReadOnlyCollection References { get { throw null; } } - - public Frameworks.NuGetFramework TargetFramework { get { throw null; } } - - public System.Collections.Generic.IEnumerable Validate() { throw null; } - } - - [System.Flags] - public enum PackageSaveMode - { - None = 0, - Nuspec = 1, - Nupkg = 2, - Files = 4, - Defaultv2 = 6, - Defaultv3 = 7 - } - - public static partial class PackagesConfig - { - public static readonly string allowedVersionsAttributeName; - public static readonly string developmentDependencyAttributeName; - public static readonly string IdAttributeName; - public static readonly string MinClientAttributeName; - public static readonly string PackageNodeName; - public static readonly string PackagesNodeName; - public static readonly string RequireInstallAttributeName; - public static readonly string TargetFrameworkAttributeName; - public static readonly string UserInstalledAttributeName; - public static readonly string VersionAttributeName; - public static bool BoolAttribute(System.Xml.Linq.XElement node, string name, bool defaultValue = false) { throw null; } - - public static bool HasAttributeValue(System.Xml.Linq.XElement node, string attributeName, string targetValue, out System.Xml.Linq.XElement element) { throw null; } - - public static bool TryGetAttribute(System.Xml.Linq.XElement node, string name, out string value) { throw null; } - } - - public partial class PackagesConfigReader - { - public PackagesConfigReader(Frameworks.IFrameworkNameProvider frameworkMappings, System.IO.Stream stream, bool leaveStreamOpen) { } - - public PackagesConfigReader(Frameworks.IFrameworkNameProvider frameworkMappings, System.Xml.Linq.XDocument xml) { } - - public PackagesConfigReader(System.IO.Stream stream, bool leaveStreamOpen) { } - - public PackagesConfigReader(System.IO.Stream stream) { } - - public PackagesConfigReader(System.Xml.Linq.XDocument xml) { } - - public Versioning.NuGetVersion GetMinClientVersion() { throw null; } - - public System.Collections.Generic.IEnumerable GetPackages() { throw null; } - - public System.Collections.Generic.IEnumerable GetPackages(bool allowDuplicatePackageIds) { throw null; } - } - - public partial class PackagesConfigReaderException : Core.PackagingException - { - public PackagesConfigReaderException(string message, System.Exception innerException) : base(default!) { } - - public PackagesConfigReaderException(string message) : base(default!) { } - } - - public partial class PackagesConfigWriter : System.IDisposable - { - public PackagesConfigWriter(System.IO.Stream stream, bool createNew, Frameworks.IFrameworkNameProvider frameworkMappings) { } - - public PackagesConfigWriter(System.IO.Stream stream, bool createNew) { } - - public PackagesConfigWriter(string fullPath, bool createNew, Frameworks.IFrameworkNameProvider frameworkMappings) { } - - public PackagesConfigWriter(string fullPath, bool createNew) { } - - public void AddPackageEntry(Core.PackageIdentity identity, Frameworks.NuGetFramework targetFramework) { } - - public void AddPackageEntry(PackageReference entry) { } - - public void AddPackageEntry(string packageId, Versioning.NuGetVersion version, Frameworks.NuGetFramework targetFramework) { } - - public void Dispose() { } - - protected virtual void Dispose(bool disposing) { } - - public void RemovePackageEntry(Core.PackageIdentity identity, Frameworks.NuGetFramework targetFramework) { } - - public void RemovePackageEntry(PackageReference entry) { } - - public void RemovePackageEntry(string packageId, Versioning.NuGetVersion version, Frameworks.NuGetFramework targetFramework) { } - - public void UpdateOrAddPackageEntry(System.Xml.Linq.XDocument originalConfig, PackageReference newEntry) { } - - public void UpdatePackageEntry(PackageReference oldEntry, PackageReference newEntry) { } - - public void WriteFile(string fullPath) { } - - public void WriteMinClientVersion(Versioning.NuGetVersion version) { } - } - - public partial class PackagesConfigWriterException : Core.PackagingException - { - public PackagesConfigWriterException(string message, System.Exception innerException) : base(default!) { } - - public PackagesConfigWriterException(string message) : base(default!) { } - } - - public partial class PackageSigningTelemetryEvent : Common.TelemetryEvent - { - public const string EventName = "SigningInformation"; - public PackageSigningTelemetryEvent() : base(default!) { } - - public string ExtractionId { get { throw null; } } - - public PackageSignType PackageSignType { get { throw null; } } - - public Common.NuGetOperationStatus Status { get { throw null; } } - - public void SetResult(PackageSignType packageSignType, Common.NuGetOperationStatus status) { } - } - - public enum PackageSignType - { - Signed = 0, - Unsigned = 1 - } - - public static partial class PackagingConstants - { - public static readonly string AgnosticFramework; - public static readonly string AnyCodeLanguage; - public static readonly string AnyFramework; - public static readonly string ContentFilesDefaultBuildAction; - public static readonly string ManifestExtension; - public static readonly string PackageVerifyDurationName; - public static readonly string SnupkgFormat; - public static readonly string SymbolsNupkgFormat; - public static readonly string TargetFrameworkPropertyKey; - public static partial class Folders - { - public static readonly string Analyzers; - public static readonly string Build; - public static readonly string BuildCrossTargeting; - public static readonly string BuildTransitive; - public static readonly string Content; - public static readonly string ContentFiles; - public static readonly string Lib; - public static readonly string Native; - public static readonly string Ref; - public static readonly string Runtimes; - public static readonly string Source; - public static readonly string Tools; - public static string[] Known { get { throw null; } } - } - } - - public partial class PhysicalPackageFile : IPackageFile - { - public PhysicalPackageFile() { } - - public PhysicalPackageFile(System.IO.MemoryStream stream) { } - - public string EffectivePath { get { throw null; } } - - public System.DateTimeOffset LastWriteTime { get { throw null; } } - - public Frameworks.NuGetFramework NuGetFramework { get { throw null; } } - - public string Path { get { throw null; } } - - public string SourcePath { get { throw null; } set { } } - - public System.Runtime.Versioning.FrameworkName TargetFramework { get { throw null; } } - - public string TargetPath { get { throw null; } set { } } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - - public System.IO.Stream GetStream() { throw null; } - - public override string ToString() { throw null; } - } - - public partial class RepositorySignatureInfo - { - public RepositorySignatureInfo(bool allRepositorySigned, System.Collections.Generic.IEnumerable repositoryCertificateInfos) { } - - public bool AllRepositorySigned { get { throw null; } } - - public System.Collections.Generic.IEnumerable RepositoryCertificateInfos { get { throw null; } } - } - - public partial class RepositorySignatureInfoProvider - { - public RepositorySignatureInfoProvider() { } - - public static RepositorySignatureInfoProvider Instance { get { throw null; } } - - public void AddOrUpdateRepositorySignatureInfo(string source, RepositorySignatureInfo repositorySignatureInfo) { } - - public bool TryGetRepositorySignatureInfo(string source, out RepositorySignatureInfo repositorySignatureInfo) { throw null; } - } - - public sealed partial class Sha512HashFunction : IHashFunction, System.IDisposable - { - public Sha512HashFunction() { } - - public void Dispose() { } - - public string GetHash() { throw null; } - - public byte[] GetHashBytes() { throw null; } - - public void Update(byte[] data, int offset, int count) { } - } - - public static partial class StreamExtensions - { - public static string CopyToFile(this System.IO.Stream inputStream, string fileFullPath) { throw null; } - } - - public static partial class TopologicalSortUtility - { - public static System.Collections.Generic.IReadOnlyList SortPackagesByDependencyOrder(System.Collections.Generic.IEnumerable packages) { throw null; } - - public static System.Collections.Generic.IReadOnlyList SortPackagesByDependencyOrder(System.Collections.Generic.IEnumerable items, System.StringComparer comparer, System.Func getId, System.Func getDependencies) - where T : class { throw null; } - } - - public partial class UnsafePackageEntryException : Core.PackagingException, Common.ILogMessageException - { - public UnsafePackageEntryException(string message) : base(default!) { } - - public override Common.ILogMessage AsLogMessage() { throw null; } - } - - public partial class VersionFolderPathResolver - { - public VersionFolderPathResolver(string rootPath, bool isLowercase) { } - - public VersionFolderPathResolver(string rootPath) { } - - public bool IsLowerCase { get { throw null; } } - - public string RootPath { get { throw null; } } - - public string GetHashFileName(string packageId, Versioning.NuGetVersion version) { throw null; } - - public string GetHashPath(string packageId, Versioning.NuGetVersion version) { throw null; } - - public virtual string GetInstallPath(string packageId, Versioning.NuGetVersion version) { throw null; } - - public virtual string GetManifestFileName(string packageId, Versioning.NuGetVersion version) { throw null; } - - public string GetManifestFilePath(string packageId, Versioning.NuGetVersion version) { throw null; } - - public string GetNupkgMetadataPath(string packageId, Versioning.NuGetVersion version) { throw null; } - - public virtual string GetPackageDirectory(string packageId, Versioning.NuGetVersion version) { throw null; } - - public string GetPackageDownloadMarkerFileName(string packageId) { throw null; } - - public virtual string GetPackageFileName(string packageId, Versioning.NuGetVersion version) { throw null; } - - public string GetPackageFilePath(string packageId, Versioning.NuGetVersion version) { throw null; } - - public virtual string GetVersionListDirectory(string packageId) { throw null; } - - public string GetVersionListPath(string packageId) { throw null; } - } - - public static partial class XElementExtensions - { - public static System.Collections.Generic.IEnumerable ElementsNoNamespace(this System.Xml.Linq.XContainer container, string localName) { throw null; } - - public static System.Xml.Linq.XElement Except(this System.Xml.Linq.XElement source, System.Xml.Linq.XElement target) { throw null; } - - public static string GetOptionalAttributeValue(this System.Xml.Linq.XElement element, string localName, string namespaceName = null) { throw null; } - } - - public enum XmlDocFileSaveMode - { - None = 0, - Skip = 1, - Compress = 2 - } - - [System.Obsolete("This class is obsolete and will be removed in a future release.")] - public static partial class XmlUtility - { - public static System.Xml.Linq.XDocument LoadSafe(System.IO.Stream input, bool ignoreWhiteSpace) { throw null; } - - public static System.Xml.Linq.XDocument LoadSafe(System.IO.Stream input) { throw null; } - } - - public static partial class ZipArchiveExtensions - { - public static System.Collections.Generic.IEnumerable GetFiles(this System.IO.Compression.ZipArchive zipArchive) { throw null; } - - public static System.IO.Compression.ZipArchiveEntry LookupEntry(this System.IO.Compression.ZipArchive zipArchive, string path) { throw null; } - - public static System.IO.Stream OpenFile(this System.IO.Compression.ZipArchive zipArchive, string path) { throw null; } - - public static string SaveAsFile(this System.IO.Compression.ZipArchiveEntry entry, string fileFullPath, Common.ILogger logger) { throw null; } - - public static void UpdateFileTimeFromEntry(this System.IO.Compression.ZipArchiveEntry entry, string fileFullPath, Common.ILogger logger) { } - } - - public partial class ZipFilePair - { - public ZipFilePair(string fileFullPath, System.IO.Compression.ZipArchiveEntry entry) { } - - public string FileFullPath { get { throw null; } } - - public System.IO.Compression.ZipArchiveEntry PackageEntry { get { throw null; } } - - public bool IsInstalled() { throw null; } - } -} - -namespace NuGet.Packaging.Core -{ - public partial class ContentFilesEntry - { - public ContentFilesEntry(string include, string exclude, string buildAction, bool? copyToOutput, bool? flatten) { } - - public string BuildAction { get { throw null; } } - - public bool? CopyToOutput { get { throw null; } } - - public string Exclude { get { throw null; } } - - public bool? Flatten { get { throw null; } } - - public string Include { get { throw null; } } - } - - public delegate string ExtractPackageFileDelegate(string sourceFile, string targetPath, System.IO.Stream fileStream); - public partial class Fingerprints - { - public Fingerprints(System.Collections.Generic.IDictionary fingerPrints) { } - - public string this[string key] { get { throw null; } } - - public System.Collections.Generic.IEnumerator> GetEnumerator() { throw null; } - } - - public partial interface IAsyncPackageCoreReader : System.IDisposable - { - System.Threading.Tasks.Task> CopyFilesAsync(string destination, System.Collections.Generic.IEnumerable packageFiles, ExtractPackageFileDelegate extractFile, Common.ILogger logger, System.Threading.CancellationToken cancellationToken); - System.Threading.Tasks.Task> GetFilesAsync(string folder, System.Threading.CancellationToken cancellationToken); - System.Threading.Tasks.Task> GetFilesAsync(System.Threading.CancellationToken cancellationToken); - System.Threading.Tasks.Task GetIdentityAsync(System.Threading.CancellationToken cancellationToken); - System.Threading.Tasks.Task GetMinClientVersionAsync(System.Threading.CancellationToken cancellationToken); - System.Threading.Tasks.Task GetNuspecAsync(System.Threading.CancellationToken cancellationToken); - System.Threading.Tasks.Task GetNuspecFileAsync(System.Threading.CancellationToken cancellationToken); - System.Threading.Tasks.Task> GetPackageTypesAsync(System.Threading.CancellationToken cancellationToken); - System.Threading.Tasks.Task GetStreamAsync(string path, System.Threading.CancellationToken cancellationToken); - } - - public partial interface INuspecCoreReader - { - string GetId(); - PackageIdentity GetIdentity(); - System.Collections.Generic.IEnumerable> GetMetadata(); - Versioning.NuGetVersion GetMinClientVersion(); - System.Collections.Generic.IReadOnlyList GetPackageTypes(); - Versioning.NuGetVersion GetVersion(); - } - - public partial interface IPackageCoreReader : System.IDisposable - { - System.Collections.Generic.IEnumerable CopyFiles(string destination, System.Collections.Generic.IEnumerable packageFiles, ExtractPackageFileDelegate extractFile, Common.ILogger logger, System.Threading.CancellationToken token); - System.Collections.Generic.IEnumerable GetFiles(); - System.Collections.Generic.IEnumerable GetFiles(string folder); - PackageIdentity GetIdentity(); - Versioning.NuGetVersion GetMinClientVersion(); - System.IO.Stream GetNuspec(); - string GetNuspecFile(); - System.Collections.Generic.IReadOnlyList GetPackageTypes(); - System.IO.Stream GetStream(string path); - } - - public partial interface IPackageIdentityComparer : System.Collections.Generic.IEqualityComparer, System.Collections.Generic.IComparer - { - } - - public partial interface IRepositoryCertificateInfo - { - string ContentUrl { get; } - - Fingerprints Fingerprints { get; } - - string Issuer { get; } - - System.DateTimeOffset NotAfter { get; } - - System.DateTimeOffset NotBefore { get; } - - string Subject { get; } - } - - public partial class NuspecCoreReader : NuspecCoreReaderBase - { - public NuspecCoreReader(System.IO.Stream stream) : base((System.IO.Stream)default!) { } - - public NuspecCoreReader(System.Xml.Linq.XDocument xml) : base((System.Xml.Linq.XDocument)default!) { } - - public virtual System.Collections.Generic.IEnumerable GetDependencies() { throw null; } - } - - public abstract partial class NuspecCoreReaderBase : INuspecCoreReader - { - protected const string DevelopmentDependency = "developmentDependency"; - protected const string Id = "id"; - protected const string Metadata = "metadata"; - protected const string MinClientVersion = "minClientVersion"; - protected const string Version = "version"; - public NuspecCoreReaderBase(System.IO.Stream stream, bool leaveStreamOpen) { } - - public NuspecCoreReaderBase(System.IO.Stream stream) { } - - public NuspecCoreReaderBase(string path) { } - - public NuspecCoreReaderBase(System.Xml.Linq.XDocument xml) { } - - protected System.Xml.Linq.XElement MetadataNode { get { throw null; } } - - protected System.Collections.Generic.Dictionary MetadataValues { get { throw null; } } - - public System.Xml.Linq.XDocument Xml { get { throw null; } } - - public virtual bool GetDevelopmentDependency() { throw null; } - - public virtual string GetId() { throw null; } - - public virtual PackageIdentity GetIdentity() { throw null; } - - public virtual System.Collections.Generic.IEnumerable> GetMetadata() { throw null; } - - public virtual string GetMetadataValue(string name) { throw null; } - - public virtual Versioning.NuGetVersion GetMinClientVersion() { throw null; } - - public virtual System.Collections.Generic.IReadOnlyList GetPackageTypes() { throw null; } - - public virtual Versioning.NuGetVersion GetVersion() { throw null; } - - public virtual bool IsServiceable() { throw null; } - } - - public static partial class NuspecUtility - { - public static readonly string FrameworkReference; - public static readonly string FrameworkReferences; - public static readonly string Group; - public static readonly string License; - public static readonly string Name; - public static readonly string PackageType; - public static readonly string PackageTypes; - public static readonly string Repository; - public static readonly string RepositoryBranch; - public static readonly string RepositoryCommit; - public static readonly string RepositoryUrl; - public static readonly string Serviceable; - public static readonly string TargetFramework; - public static readonly string Type; - public static readonly string Version; - public static System.Collections.Generic.IReadOnlyList GetPackageTypes(System.Xml.Linq.XElement metadataNode, bool useMetadataNamespace) { throw null; } - - public static bool IsServiceable(System.Xml.Linq.XElement metadataNode) { throw null; } - } - - public partial class PackageDependency : System.IEquatable - { - public PackageDependency(string id, Versioning.VersionRange versionRange, System.Collections.Generic.IReadOnlyList include, System.Collections.Generic.IReadOnlyList exclude) { } - - public PackageDependency(string id, Versioning.VersionRange versionRange) { } - - public PackageDependency(string id) { } - - public System.Collections.Generic.IReadOnlyList Exclude { get { throw null; } } - - public string Id { get { throw null; } } - - public System.Collections.Generic.IReadOnlyList Include { get { throw null; } } - - public Versioning.VersionRange VersionRange { get { throw null; } } - - public bool Equals(PackageDependency other) { throw null; } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - - public override string ToString() { throw null; } - } - - public partial class PackageDependencyComparer : System.Collections.Generic.IEqualityComparer - { - public static readonly PackageDependencyComparer Default; - public PackageDependencyComparer() { } - - public PackageDependencyComparer(Versioning.IVersionRangeComparer versionRangeComparer) { } - - public bool Equals(PackageDependency x, PackageDependency y) { throw null; } - - public int GetHashCode(PackageDependency obj) { throw null; } - } - - public partial class PackageDependencyInfo : PackageIdentity, System.IEquatable - { - public PackageDependencyInfo(PackageIdentity identity, System.Collections.Generic.IEnumerable dependencies) : base(default!, default!) { } - - public PackageDependencyInfo(string id, Versioning.NuGetVersion version, System.Collections.Generic.IEnumerable dependencies) : base(default!, default!) { } - - public PackageDependencyInfo(string id, Versioning.NuGetVersion version) : base(default!, default!) { } - - public System.Collections.Generic.IEnumerable Dependencies { get { throw null; } } - - public bool Equals(PackageDependencyInfo other) { throw null; } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - - public override string ToString() { throw null; } - } - - public partial class PackageDependencyInfoComparer : System.Collections.Generic.IEqualityComparer - { - public PackageDependencyInfoComparer() { } - - public PackageDependencyInfoComparer(IPackageIdentityComparer identityComparer, PackageDependencyComparer dependencyComparer) { } - - public static PackageDependencyInfoComparer Default { get { throw null; } } - - public bool Equals(PackageDependencyInfo x, PackageDependencyInfo y) { throw null; } - - public int GetHashCode(PackageDependencyInfo obj) { throw null; } - } - - public partial class PackageIdentity : System.IEquatable, System.IComparable - { - public PackageIdentity(string id, Versioning.NuGetVersion version) { } - - public static PackageIdentityComparer Comparer { get { throw null; } } - - public bool HasVersion { get { throw null; } } - - public string Id { get { throw null; } } - - public Versioning.NuGetVersion Version { get { throw null; } } - - public int CompareTo(PackageIdentity other) { throw null; } - - public virtual bool Equals(PackageIdentity other, Versioning.VersionComparison versionComparison) { throw null; } - - public bool Equals(PackageIdentity other) { throw null; } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - - public override string ToString() { throw null; } - } - - public partial class PackageIdentityComparer : IPackageIdentityComparer, System.Collections.Generic.IEqualityComparer, System.Collections.Generic.IComparer - { - public PackageIdentityComparer() { } - - public PackageIdentityComparer(Versioning.IVersionComparer versionComparer) { } - - public PackageIdentityComparer(Versioning.VersionComparison versionComparison) { } - - public static PackageIdentityComparer Default { get { throw null; } } - - public int Compare(PackageIdentity x, PackageIdentity y) { throw null; } - - public bool Equals(PackageIdentity x, PackageIdentity y) { throw null; } - - public int GetHashCode(PackageIdentity obj) { throw null; } - } - - public partial class PackageType : System.IEquatable, System.IComparable - { - public static readonly PackageType Dependency; - public static readonly PackageType DotnetCliTool; - public static readonly PackageType DotnetPlatform; - public static readonly PackageType DotnetTool; - public static readonly System.Version EmptyVersion; - public static readonly PackageType Legacy; - public static readonly System.StringComparer PackageTypeNameComparer; - public static readonly PackageType SymbolsPackage; - public PackageType(string name, System.Version version) { } - - public string Name { get { throw null; } } - - public System.Version Version { get { throw null; } } - - public int CompareTo(PackageType other) { throw null; } - - public bool Equals(PackageType other) { throw null; } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - - public static bool operator ==(PackageType a, PackageType b) { throw null; } - - public static bool operator !=(PackageType a, PackageType b) { throw null; } - } - - public static partial class PackagingCoreConstants - { - public static readonly string EmptyFolder; - public static readonly string ForwardSlashEmptyFolder; - public static readonly string HashFileExtension; - public static readonly string NupkgExtension; - public static readonly string NupkgMetadataFileExtension; - public static readonly string NuspecExtension; - public static readonly string PackageDownloadMarkerFileExtension; - } - - public partial class PackagingException : System.Exception, Common.ILogMessageException - { - public PackagingException(Common.NuGetLogCode logCode, string message, System.Exception innerException) { } - - public PackagingException(Common.NuGetLogCode logCode, string message) { } - - public PackagingException(string message, System.Exception innerException) { } - - public PackagingException(string message) { } - - public virtual Common.ILogMessage AsLogMessage() { throw null; } - } - - public partial class RepositoryMetadata : System.IEquatable - { - public RepositoryMetadata() { } - - public RepositoryMetadata(string type, string url, string branch, string commit) { } - - public string Branch { get { throw null; } set { } } - - public string Commit { get { throw null; } set { } } - - public string Type { get { throw null; } set { } } - - public string Url { get { throw null; } set { } } - - public bool Equals(RepositoryMetadata other) { throw null; } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - - public static bool operator ==(RepositoryMetadata a, RepositoryMetadata b) { throw null; } - - public static bool operator !=(RepositoryMetadata a, RepositoryMetadata b) { throw null; } - } -} - -namespace NuGet.Packaging.Licenses -{ - public partial class ExceptionData - { - public ExceptionData(string licenseID, bool isDeprecatedLicenseId) { } - - public bool IsDeprecatedLicenseId { get { throw null; } } - - public string LicenseExceptionID { get { throw null; } } - } - - public partial class LicenseData - { - public LicenseData(string licenseID, bool isOsiApproved, bool isDeprecatedLicenseId, bool isFsfLibre) { } - - public bool IsDeprecatedLicenseId { get { throw null; } } - - public bool IsFsfLibre { get { throw null; } } - - public bool IsOsiApproved { get { throw null; } } - - public string LicenseID { get { throw null; } } - } - - public enum LicenseExpressionType - { - License = 0, - Operator = 1 - } - - public abstract partial class LicenseOperator : NuGetLicenseExpression - { - protected LicenseOperator(LicenseOperatorType operatorType) { } - - public LicenseOperatorType OperatorType { get { throw null; } } - } - - public enum LicenseOperatorType - { - WithOperator = 0, - LogicalOperator = 1 - } - - public partial class LogicalOperator : LicenseOperator - { - public LogicalOperator(LogicalOperatorType logicalOperatorType, NuGetLicenseExpression left, NuGetLicenseExpression right) : base(default) { } - - public NuGetLicenseExpression Left { get { throw null; } } - - public LogicalOperatorType LogicalOperatorType { get { throw null; } } - - public NuGetLicenseExpression Right { get { throw null; } } - - public override string ToString() { throw null; } - } - - public enum LogicalOperatorType - { - And = 0, - Or = 1 - } - - public partial class NuGetLicense : NuGetLicenseExpression - { - public string Identifier { get { throw null; } } - - public bool IsStandardLicense { get { throw null; } } - - public bool Plus { get { throw null; } } - - public override string ToString() { throw null; } - } - - public static partial class NuGetLicenseData - { - public static readonly System.Collections.Generic.IReadOnlyDictionary ExceptionList; - public static readonly System.Collections.Generic.IReadOnlyDictionary LicenseList; - public static string LicenseListVersion { get { throw null; } } - } - - public partial class NuGetLicenseException - { - public string Identifier { get { throw null; } } - - public override string ToString() { throw null; } - } - - public abstract partial class NuGetLicenseExpression - { - protected NuGetLicenseExpression() { } - - public LicenseExpressionType Type { get { throw null; } protected set { } } - - public static NuGetLicenseExpression Parse(string expression) { throw null; } - } - - public static partial class NuGetLicenseExpressionExtensions - { - public static bool HasOnlyStandardIdentifiers(this NuGetLicenseExpression expression) { throw null; } - - public static bool IsUnlicensed(this NuGetLicense license) { throw null; } - - public static bool IsUnlicensed(this NuGetLicenseExpression expression) { throw null; } - - public static void OnEachLeafNode(this NuGetLicenseExpression expression, System.Action licenseProcessor, System.Action exceptionProcessor) { } - } - - public partial class NuGetLicenseExpressionParsingException : System.Exception - { - protected NuGetLicenseExpressionParsingException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { } - - public NuGetLicenseExpressionParsingException(string message, System.Exception innerException) { } - - public NuGetLicenseExpressionParsingException(string message) { } - } - - public partial class WithOperator : LicenseOperator - { - public WithOperator(NuGetLicense license, NuGetLicenseException exception) : base(default) { } - - public NuGetLicenseException Exception { get { throw null; } } - - public NuGetLicense License { get { throw null; } } - - public override string ToString() { throw null; } - } -} - -namespace NuGet.Packaging.PackageExtraction -{ - public static partial class PackageExtractionBehavior - { - public static XmlDocFileSaveMode XmlDocFileSaveMode { get { throw null; } set { } } - } -} - -namespace NuGet.Packaging.Rules -{ - [System.CodeDom.Compiler.GeneratedCode("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] - public partial class AnalysisResources - { - public static string AssemblyDirectlyUnderLibWarning { get { throw null; } } - - public static string AssemblyOutsideLibWarning { get { throw null; } } - - public static string BuildConventionIsViolatedWarning { get { throw null; } } - - public static System.Globalization.CultureInfo Culture { get { throw null; } set { } } - - public static string DefaultSpecValueWarning { get { throw null; } } - - public static string DependenciesGroupsForEachTFMBeginningToFiles { get { throw null; } } - - public static string DependenciesGroupsForEachTFMBeginningToNuspec { get { throw null; } } - - public static string DependenciesGroupsForEachTFMEndingToFile { get { throw null; } } - - public static string DependenciesGroupsForEachTFMEndingToNuspec { get { throw null; } } - - public static string DependenciesGroupsForEachTFMHasCompatMatch { get { throw null; } } - - public static string DependenciesGroupsForEachTFMHasNoExactMatch { get { throw null; } } - - public static string FilePathTooLongWarning { get { throw null; } } - - public static string IconUrlDeprecationWarning { get { throw null; } } - - public static string InvalidFrameworkWarning { get { throw null; } } - - public static string InvalidPlaceholderFileWarning { get { throw null; } } - - public static string InvalidPrereleaseDependencyWarning { get { throw null; } } - - public static string InvalidUndottedFrameworkInDependencyGroupsWarning { get { throw null; } } - - public static string InvalidUndottedFrameworkInFilesWarning { get { throw null; } } - - public static string InvalidUndottedFrameworkInFrameworkAssemblyGroupsWarning { get { throw null; } } - - public static string InvalidUndottedFrameworkInReferenceGroupsWarning { get { throw null; } } - - public static string InvalidUndottedFrameworkWarning { get { throw null; } } - - public static string LegacyVersionWarning { get { throw null; } } - - public static string LicenseUrlDeprecationWarning { get { throw null; } } - - public static string Migrator_AssemblyDirectlyUnderLibWarning { get { throw null; } } - - public static string Migrator_PackageHasContentFolder { get { throw null; } } - - public static string Migrator_PackageHasInstallScript { get { throw null; } } - - public static string Migrator_XdtTransformInPackage { get { throw null; } } - - public static string MisplacedInitScriptWarning { get { throw null; } } - - public static string MisplacedTransformFileWarning { get { throw null; } } - - public static string NoRefOrLibFolderInPackage { get { throw null; } } - - public static string PlaceholderFileInPackageWarning { get { throw null; } } - - public static string ReferencesInNuspecAndRefFilesDontMatchWarning { get { throw null; } } - - public static string ReferencesInNuspecAndRefFilesDontMatchWarningAddToNuspecListItemFormat { get { throw null; } } - - public static string ReferencesInNuspecAndRefFilesDontMatchWarningAddToNuspecNoTfmListItemFormat { get { throw null; } } - - public static string ReferencesInNuspecAndRefFilesDontMatchWarningAddToRefListItemFormat { get { throw null; } } - - public static System.Resources.ResourceManager ResourceManager { get { throw null; } } - - public static string ScriptOutsideToolsWarning { get { throw null; } } - - public static string UnrecognizedLicenseIdentifier { get { throw null; } } - - public static string UnrecognizedScriptWarning { get { throw null; } } - - public static string UnspecifiedDependencyVersionWarning { get { throw null; } } - - public static string WinRTObsoleteWarning { get { throw null; } } - } - - public partial class DefaultManifestValuesRule : IPackageRule - { - public DefaultManifestValuesRule(string messageFormat) { } - - public string MessageFormat { get { throw null; } } - - public System.Collections.Generic.IEnumerable Validate(PackageArchiveReader builder) { throw null; } - } - - public partial class IconUrlDeprecationWarning : IPackageRule - { - public IconUrlDeprecationWarning(string messageFormat) { } - - public string MessageFormat { get { throw null; } } - - public System.Collections.Generic.IEnumerable Validate(PackageArchiveReader builder) { throw null; } - } - - public partial interface IPackageRule - { - string MessageFormat { get; } - - System.Collections.Generic.IEnumerable Validate(PackageArchiveReader builder); - } - - public partial class LicenseUrlDeprecationWarning : IPackageRule - { - public LicenseUrlDeprecationWarning(string messageFormat) { } - - public string MessageFormat { get { throw null; } } - - public System.Collections.Generic.IEnumerable Validate(PackageArchiveReader builder) { throw null; } - } - - public partial class PathTooLongRule : IPackageRule - { - public PathTooLongRule(string messageFormat) { } - - public string MessageFormat { get { throw null; } } - - public System.Collections.Generic.IEnumerable Validate(PackageArchiveReader builder) { throw null; } - } - - public static partial class RuleSet - { - public static System.Collections.Generic.IEnumerable PackageCreationRuleSet { get { throw null; } } - - public static System.Collections.Generic.IEnumerable PackagesConfigToPackageReferenceMigrationRuleSet { get { throw null; } } - } - - public partial class UnspecifiedDependencyVersionRule : IPackageRule - { - public UnspecifiedDependencyVersionRule(string messageFormat) { } - - public string MessageFormat { get { throw null; } } - - public System.Collections.Generic.IEnumerable Validate(PackageArchiveReader builder) { throw null; } - } -} - -namespace NuGet.Packaging.Signing -{ - public sealed partial class Accuracy - { - public int? Microseconds { get { throw null; } } - - public int? Milliseconds { get { throw null; } } - - public int? Seconds { get { throw null; } } - - public long? GetTotalMicroseconds() { throw null; } - - public static Accuracy Read(byte[] bytes) { throw null; } - } - - public sealed partial class AlgorithmIdentifier - { - public System.Security.Cryptography.Oid Algorithm { get { throw null; } } - - public static AlgorithmIdentifier Read(byte[] bytes) { throw null; } - } - - public partial class AllowListVerificationProvider : ISignatureVerificationProvider - { - public AllowListVerificationProvider(System.Collections.Generic.IReadOnlyCollection allowList, bool requireNonEmptyAllowList = false, string emptyListErrorMessage = "", string noMatchErrorMessage = "") { } - - public System.Threading.Tasks.Task GetTrustResultAsync(ISignedPackageReader package, PrimarySignature signature, SignedPackageVerifierSettings settings, System.Threading.CancellationToken token) { throw null; } - } - - public static partial class AttributeUtility - { - } - - public sealed partial class AuthorPrimarySignature : PrimarySignature - { - public AuthorPrimarySignature() { } - } - - public sealed partial class AuthorSignPackageRequest : SignPackageRequest - { - public AuthorSignPackageRequest(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate, Common.HashAlgorithmName signatureHashAlgorithm, Common.HashAlgorithmName timestampHashAlgorithm) : base(default!, default, default) { } - - public AuthorSignPackageRequest(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate, Common.HashAlgorithmName hashAlgorithm) : base(default!, default, default) { } - - public override SignatureType SignatureType { get { throw null; } } - } - - public sealed partial class CentralDirectoryHeaderMetadata - { - public CentralDirectoryHeaderMetadata() { } - - public long ChangeInOffset { get { throw null; } set { } } - - public long FileEntryTotalSize { get { throw null; } set { } } - - public long HeaderSize { get { throw null; } set { } } - - public int IndexInHeaders { get { throw null; } set { } } - - public bool IsPackageSignatureFile { get { throw null; } set { } } - - public long OffsetToLocalFileHeader { get { throw null; } set { } } - - public long Position { get { throw null; } set { } } - } - - public static partial class CertificateChainUtility - { - public static IX509CertificateChain GetCertificateChain(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate, System.Security.Cryptography.X509Certificates.X509Certificate2Collection extraStore, Common.ILogger logger, CertificateType certificateType) { throw null; } - - public static IX509CertificateChain GetCertificateChain(System.Security.Cryptography.X509Certificates.X509Chain x509Chain) { throw null; } - } - - public partial class CertificateHashAllowListEntry : VerificationAllowListEntry - { - public CertificateHashAllowListEntry(VerificationTarget target, SignaturePlacement placement, string fingerprint, Common.HashAlgorithmName algorithm) : base(default, default) { } - - public string Fingerprint { get { throw null; } } - - public Common.HashAlgorithmName FingerprintAlgorithm { get { throw null; } } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - } - - public enum CertificateType - { - Signature = 0, - Timestamp = 1 - } - - public static partial class CertificateUtility - { - public static byte[] GetHash(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate, Common.HashAlgorithmName hashAlgorithm) { throw null; } - - public static string GetHashString(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate, Common.HashAlgorithmName hashAlgorithm) { throw null; } - - public static System.Collections.Generic.IReadOnlyList GetRawDataForCollection(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates) { throw null; } - - public static bool HasExtendedKeyUsage(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate, string ekuOid) { throw null; } - - public static bool HasLifetimeSigningEku(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { throw null; } - - public static bool IsCertificatePublicKeyValid(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { throw null; } - - public static bool IsCertificateValidityPeriodInTheFuture(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { throw null; } - - public static bool IsDateInsideValidityPeriod(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate, System.DateTimeOffset date) { throw null; } - - public static bool IsSelfIssued(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { throw null; } - - public static bool IsSignatureAlgorithmSupported(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { throw null; } - - public static bool IsValidForPurposeFast(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate, string ekuOid) { throw null; } - - public static string X509Certificate2CollectionToString(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certCollection, Common.HashAlgorithmName fingerprintAlgorithm) { throw null; } - - public static string X509Certificate2ToString(System.Security.Cryptography.X509Certificates.X509Certificate2 cert, Common.HashAlgorithmName fingerprintAlgorithm) { throw null; } - - public static string X509ChainToString(System.Security.Cryptography.X509Certificates.X509Chain chain, Common.HashAlgorithmName fingerprintAlgorithm) { throw null; } - } - - public partial class ClientPolicyContext - { - public System.Collections.Generic.IReadOnlyCollection AllowList { get { throw null; } } - - public Common.SignatureValidationMode Policy { get { throw null; } } - - public SignedPackageVerifierSettings VerifierSettings { get { throw null; } } - - public static ClientPolicyContext GetClientPolicy(Configuration.ISettings settings, Common.ILogger logger) { throw null; } - } - - public sealed partial class CommitmentTypeIndication - { - public System.Security.Cryptography.Oid CommitmentTypeId { get { throw null; } } - - public System.Collections.Generic.IReadOnlyList Qualifiers { get { throw null; } } - - public static CommitmentTypeIndication Create(System.Security.Cryptography.Oid commitmentTypeId) { throw null; } - - public static CommitmentTypeIndication Read(byte[] bytes) { throw null; } - } - - public sealed partial class CommitmentTypeQualifier - { - public System.Security.Cryptography.Oid CommitmentTypeIdentifier { get { throw null; } } - - public byte[] Qualifier { get { throw null; } } - - public static CommitmentTypeQualifier Read(byte[] bytes) { throw null; } - } - - public static partial class Crc32 - { - [System.CLSCompliant(false)] - public static uint CalculateCrc(byte[] data) { throw null; } - } - - public sealed partial class EssCertId - { - public byte[] CertificateHash { get { throw null; } } - - public IssuerSerial IssuerSerial { get { throw null; } } - - public static EssCertId Read(byte[] bytes) { throw null; } - } - - public sealed partial class EssCertIdV2 - { - public byte[] CertificateHash { get { throw null; } } - - public AlgorithmIdentifier HashAlgorithm { get { throw null; } } - - public IssuerSerial IssuerSerial { get { throw null; } } - - public static EssCertIdV2 Create(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate, Common.HashAlgorithmName hashAlgorithmName) { throw null; } - - public static EssCertIdV2 Read(byte[] bytes) { throw null; } - } - - public sealed partial class Extension - { - public bool Critical { get { throw null; } } - - public System.Security.Cryptography.Oid Id { get { throw null; } } - - public byte[] Value { get { throw null; } } - } - - public sealed partial class Extensions - { - public System.Collections.Generic.IReadOnlyList ExtensionsList { get { throw null; } } - - public static Extensions Read(byte[] bytes) { throw null; } - } - - public sealed partial class GeneralName - { - public System.Security.Cryptography.X509Certificates.X500DistinguishedName DirectoryName { get { throw null; } } - - public static GeneralName Create(System.Security.Cryptography.X509Certificates.X500DistinguishedName distinguishedName) { throw null; } - - public static GeneralName Read(byte[] bytes) { throw null; } - } - - public partial class IntegrityVerificationProvider : ISignatureVerificationProvider - { - public IntegrityVerificationProvider() { } - - public System.Threading.Tasks.Task GetTrustResultAsync(ISignedPackageReader package, PrimarySignature signature, SignedPackageVerifierSettings settings, System.Threading.CancellationToken token) { throw null; } - } - - public partial class InvalidSignaturePackageVerificationResult : PackageVerificationResult - { - public InvalidSignaturePackageVerificationResult(SignatureVerificationStatus trust, System.Collections.Generic.IEnumerable issues) : base(default, default!) { } - } - - public partial interface IPackageSignatureVerifier - { - System.Threading.Tasks.Task VerifySignaturesAsync(ISignedPackageReader package, SignedPackageVerifierSettings settings, System.Threading.CancellationToken token, System.Guid telemetryOperationId); - } - - public partial interface IRepositorySignature : ISignature - { - } - - public partial interface ISignature - { - } - - public partial interface ISignatureProvider - { - System.Threading.Tasks.Task CreatePrimarySignatureAsync(SignPackageRequest request, SignatureContent signatureContent, Common.ILogger logger, System.Threading.CancellationToken token); - System.Threading.Tasks.Task CreateRepositoryCountersignatureAsync(RepositorySignPackageRequest request, PrimarySignature primarySignature, Common.ILogger logger, System.Threading.CancellationToken token); - } - - public partial interface ISignatureVerificationProvider - { - System.Threading.Tasks.Task GetTrustResultAsync(ISignedPackageReader package, PrimarySignature signature, SignedPackageVerifierSettings settings, System.Threading.CancellationToken token); - } - - public partial interface ISignedPackage : ISignedPackageReader, System.IDisposable, ISignedPackageWriter - { - } - - public partial interface ISignedPackageReader : System.IDisposable - { - bool CanVerifySignedPackages(SignedPackageVerifierSettings verifierSettings); - System.Threading.Tasks.Task GetArchiveHashAsync(Common.HashAlgorithmName hashAlgorithm, System.Threading.CancellationToken token); - string GetContentHash(System.Threading.CancellationToken token, System.Func GetUnsignedPackageHash = null); - System.Threading.Tasks.Task GetPrimarySignatureAsync(System.Threading.CancellationToken token); - System.Threading.Tasks.Task IsSignedAsync(System.Threading.CancellationToken token); - System.Threading.Tasks.Task ValidateIntegrityAsync(SignatureContent signatureContent, System.Threading.CancellationToken token); - } - - public partial interface ISignedPackageWriter - { - } - - public sealed partial class IssuerSerial - { - public System.Collections.Generic.IReadOnlyList GeneralNames { get { throw null; } } - - public byte[] SerialNumber { get { throw null; } } - - public static IssuerSerial Create(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { throw null; } - - public static IssuerSerial Read(byte[] bytes) { throw null; } - } - - public partial interface ITimestampProvider - { - System.Threading.Tasks.Task TimestampSignatureAsync(PrimarySignature primarySignature, TimestampRequest request, Common.ILogger logger, System.Threading.CancellationToken token); - } - - public partial interface ITrustedSignersProvider - { - void AddOrUpdateTrustedSigner(Configuration.TrustedSignerItem trustedSigner); - System.Collections.Generic.IReadOnlyList GetTrustedSigners(); - void Remove(System.Collections.Generic.IReadOnlyList trustedSigners); - } - - public partial interface IX509CertificateChain : System.Collections.Generic.IReadOnlyList, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection, System.IDisposable - { - } - - public partial class KeyPairFileReader : System.IDisposable - { - public KeyPairFileReader(System.IO.Stream stream, System.Text.Encoding encoding) { } - - public void Dispose() { } - - protected virtual void Dispose(bool disposing) { } - - public System.Collections.Generic.Dictionary ReadSection() { throw null; } - } - - public static partial class KeyPairFileUtility - { - public static string GetValueOrThrow(System.Collections.Generic.Dictionary values, string key) { throw null; } - } - - public partial class KeyPairFileWriter : System.IDisposable - { - public KeyPairFileWriter(System.IO.Stream stream, System.Text.Encoding encoding, bool leaveOpen) { } - - public void Dispose() { } - - protected virtual void Dispose(bool disposing) { } - - public void WritePair(string key, string value) { } - - public void WriteSectionBreak() { } - } - - public sealed partial class MessageImprint - { - public AlgorithmIdentifier HashAlgorithm { get { throw null; } } - - public byte[] HashedMessage { get { throw null; } } - - public static MessageImprint Read(byte[] bytes) { throw null; } - } - - public sealed partial class NuGetPackageOwners - { - public NuGetPackageOwners(System.Collections.Generic.IReadOnlyList packageOwners) { } - - public System.Collections.Generic.IReadOnlyList PackageOwners { get { throw null; } } - - public byte[] Encode() { throw null; } - - public static NuGetPackageOwners Read(byte[] bytes) { throw null; } - } - - public sealed partial class NuGetV3ServiceIndexUrl - { - public NuGetV3ServiceIndexUrl(System.Uri v3ServiceIndexUrl) { } - - public System.Uri V3ServiceIndexUrl { get { throw null; } } - - public byte[] Encode() { throw null; } - - public static NuGetV3ServiceIndexUrl Read(byte[] bytes) { throw null; } - } - - public static partial class Oids - { - public const string AnyPolicy = "2.5.29.32.0"; - public const string AuthorityKeyIdentifier = "2.5.29.35"; - public const string BaselineTimestampPolicy = "0.4.0.2023.1.1"; - public const string CodeSigningEku = "1.3.6.1.5.5.7.3.3"; - public const string CommitmentTypeIdentifierProofOfOrigin = "1.2.840.113549.1.9.16.6.1"; - public const string CommitmentTypeIdentifierProofOfReceipt = "1.2.840.113549.1.9.16.6.2"; - public const string CommitmentTypeIndication = "1.2.840.113549.1.9.16.2.16"; - public const string Countersignature = "1.2.840.113549.1.9.6"; - public const string EnhancedKeyUsage = "2.5.29.37"; - public const string IdQtCps = "1.3.6.1.5.5.7.2.1"; - public const string IdQtUnotice = "1.3.6.1.5.5.7.2.2"; - public const string LifetimeSigningEku = "1.3.6.1.4.1.311.10.3.13"; - public const string NuGetPackageOwners = "1.3.6.1.4.1.311.84.2.1.1.2"; - public const string NuGetV3ServiceIndexUrl = "1.3.6.1.4.1.311.84.2.1.1.1"; - public const string Pkcs7Data = "1.2.840.113549.1.7.1"; - public const string Sha1 = "1.3.14.3.2.26"; - public const string Sha256 = "2.16.840.1.101.3.4.2.1"; - public const string Sha256WithRSAEncryption = "1.2.840.113549.1.1.11"; - public const string Sha384 = "2.16.840.1.101.3.4.2.2"; - public const string Sha384WithRSAEncryption = "1.2.840.113549.1.1.12"; - public const string Sha512 = "2.16.840.1.101.3.4.2.3"; - public const string Sha512WithRSAEncryption = "1.2.840.113549.1.1.13"; - public const string SignatureTimeStampTokenAttribute = "1.2.840.113549.1.9.16.2.14"; - public const string SigningCertificate = "1.2.840.113549.1.9.16.2.12"; - public const string SigningCertificateV2 = "1.2.840.113549.1.9.16.2.47"; - public const string SigningTime = "1.2.840.113549.1.9.5"; - public const string SubjectKeyIdentifier = "2.5.29.14"; - public const string TimeStampingEku = "1.3.6.1.5.5.7.3.8"; - public const string TSTInfoContentType = "1.2.840.113549.1.9.16.1.4"; - } - - public partial class PackageSignatureVerifier : IPackageSignatureVerifier - { - public PackageSignatureVerifier(System.Collections.Generic.IEnumerable verificationProviders) { } - - public System.Threading.Tasks.Task VerifySignaturesAsync(ISignedPackageReader package, SignedPackageVerifierSettings settings, System.Threading.CancellationToken token, System.Guid parentId = default) { throw null; } - } - - public abstract partial class PackageVerificationResult - { - public PackageVerificationResult(SignatureVerificationStatus trust, System.Collections.Generic.IEnumerable issues) { } - - public virtual System.Collections.Generic.IEnumerable Issues { get { throw null; } } - - public virtual SignatureVerificationStatus Trust { get { throw null; } } - - public System.Collections.Generic.IEnumerable GetErrorIssues() { throw null; } - - public System.Collections.Generic.IEnumerable GetWarningIssues() { throw null; } - } - - public sealed partial class PolicyInformation - { - public System.Security.Cryptography.Oid PolicyIdentifier { get { throw null; } } - - public System.Collections.Generic.IReadOnlyList PolicyQualifiers { get { throw null; } } - - public static PolicyInformation Read(byte[] bytes) { throw null; } - } - - public sealed partial class PolicyQualifierInfo - { - public System.Security.Cryptography.Oid PolicyQualifierId { get { throw null; } } - - public byte[] Qualifier { get { throw null; } } - - public static PolicyQualifierInfo Read(byte[] bytes) { throw null; } - } - - public abstract partial class PrimarySignature : Signature - { - protected PrimarySignature() { } - - public byte[] GetBytes() { throw null; } - } - - public static partial class PrimarySignatureFactory - { - } - - public sealed partial class ReadOnlyBufferedStream : System.IO.Stream - { - public ReadOnlyBufferedStream(System.IO.Stream stream, bool leaveOpen, int bufferSize) { } - - public ReadOnlyBufferedStream(System.IO.Stream stream, bool leaveOpen) { } - - public override bool CanRead { get { throw null; } } - - public override bool CanSeek { get { throw null; } } - - public override bool CanTimeout { get { throw null; } } - - public override bool CanWrite { get { throw null; } } - - public override long Length { get { throw null; } } - - public override long Position { get { throw null; } set { } } - - public override int ReadTimeout { get { throw null; } set { } } - - public override int WriteTimeout { get { throw null; } set { } } - - public override System.Threading.Tasks.Task CopyToAsync(System.IO.Stream destination, int bufferSize, System.Threading.CancellationToken cancellationToken) { throw null; } - - protected override void Dispose(bool disposing) { } - - public override void Flush() { } - - public override System.Threading.Tasks.Task FlushAsync(System.Threading.CancellationToken cancellationToken) { throw null; } - - public override int Read(byte[] buffer, int offset, int count) { throw null; } - - public override int ReadByte() { throw null; } - - public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; } - - public override void SetLength(long value) { } - - public override void Write(byte[] buffer, int offset, int count) { } - - public override System.Threading.Tasks.Task WriteAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) { throw null; } - - public override void WriteByte(byte value) { } - } - - public sealed partial class RepositoryCountersignature : Signature, IRepositorySignature, ISignature - { - public RepositoryCountersignature() { } - - public static RepositoryCountersignature GetRepositoryCountersignature(PrimarySignature primarySignature) { throw null; } - } - - public sealed partial class RepositoryPrimarySignature : PrimarySignature, IRepositorySignature, ISignature - { - public RepositoryPrimarySignature() { } - } - - public static partial class RepositorySignatureInfoUtility - { - public static System.Collections.Generic.IReadOnlyCollection GetRepositoryAllowList(System.Collections.Generic.IEnumerable repositoryCertificateInfos) { throw null; } - - public static SignedPackageVerifierSettings GetSignedPackageVerifierSettings(RepositorySignatureInfo repoSignatureInfo, SignedPackageVerifierSettings fallbackSettings) { throw null; } - } - - public sealed partial class RepositorySignPackageRequest : SignPackageRequest - { - public RepositorySignPackageRequest(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate, Common.HashAlgorithmName signatureHashAlgorithm, Common.HashAlgorithmName timestampHashAlgorithm, System.Uri v3ServiceIndexUrl, System.Collections.Generic.IReadOnlyList packageOwners) : base(default!, default, default) { } - - public System.Collections.Generic.IReadOnlyList PackageOwners { get { throw null; } } - - public override SignatureType SignatureType { get { throw null; } } - - public System.Uri V3ServiceIndexUrl { get { throw null; } } - } - - public partial class Rfc3161TimestampProvider : ITimestampProvider - { - public Rfc3161TimestampProvider(System.Uri timeStampServerUrl) { } - - public System.Threading.Tasks.Task TimestampSignatureAsync(PrimarySignature primarySignature, TimestampRequest timestampRequest, Common.ILogger logger, System.Threading.CancellationToken token) { throw null; } - } - - public sealed partial class Rfc3161TimestampTokenInfo : System.Security.Cryptography.AsnEncodedData - { - public Rfc3161TimestampTokenInfo() { } - } - - public abstract partial class Signature : ISignature - { - protected Signature() { } - } - - public sealed partial class SignatureContent - { - public SignatureContent(SigningSpecifications signingSpecifications, Common.HashAlgorithmName hashAlgorithm, string hashValue) { } - - public Common.HashAlgorithmName HashAlgorithm { get { throw null; } } - - public string HashValue { get { throw null; } } - - public byte[] GetBytes() { throw null; } - - public static SignatureContent Load(byte[] bytes, SigningSpecifications signingSpecifications) { throw null; } - } - - public partial class SignatureException : Core.PackagingException - { - public SignatureException(Common.NuGetLogCode code, string message, Core.PackageIdentity package) : base(default!) { } - - public SignatureException(Common.NuGetLogCode code, string message, System.Exception innerException) : base(default!) { } - - public SignatureException(Common.NuGetLogCode code, string message) : base(default!) { } - - public SignatureException(System.Collections.Generic.IReadOnlyList results, Core.PackageIdentity package) : base(default!) { } - - public SignatureException(string message) : base(default!) { } - - public Common.NuGetLogCode Code { get { throw null; } } - - public Core.PackageIdentity PackageIdentity { get { throw null; } } - - public System.Collections.Generic.IReadOnlyList Results { get { throw null; } } - - public System.TimeSpan VerifyDuration { get { throw null; } set { } } - } - - public partial class SignatureLog : Common.ILogMessage, System.IEquatable - { - public Common.NuGetLogCode Code { get { throw null; } set { } } - - public Common.LogLevel Level { get { throw null; } set { } } - - public string LibraryId { get { throw null; } set { } } - - public string Message { get { throw null; } set { } } - - public string ProjectPath { get { throw null; } set { } } - - public System.DateTimeOffset Time { get { throw null; } set { } } - - public Common.WarningLevel WarningLevel { get { throw null; } set { } } - - public Common.RestoreLogMessage AsRestoreLogMessage() { throw null; } - - public static SignatureLog DebugLog(string message) { throw null; } - - public static SignatureLog DetailedLog(string message) { throw null; } - - public bool Equals(SignatureLog other) { throw null; } - - public static SignatureLog Error(Common.NuGetLogCode code, string message) { throw null; } - - public static SignatureLog InformationLog(string message) { throw null; } - - public static SignatureLog Issue(bool fatal, Common.NuGetLogCode code, string message) { throw null; } - - public static SignatureLog MinimalLog(string message) { throw null; } - } - - [System.Flags] - public enum SignaturePlacement - { - PrimarySignature = 1, - Countersignature = 2, - Any = 3 - } - - public sealed partial class SignatureTrustAndValidityVerificationProvider : ISignatureVerificationProvider - { - public SignatureTrustAndValidityVerificationProvider(System.Collections.Generic.IEnumerable> allowUntrustedRootList = null) { } - - public System.Threading.Tasks.Task GetTrustResultAsync(ISignedPackageReader package, PrimarySignature signature, SignedPackageVerifierSettings settings, System.Threading.CancellationToken token) { throw null; } - } - - public enum SignatureType - { - Unknown = 0, - Author = 1, - Repository = 2 - } - - public enum SignatureVerificationBehavior - { - Never = 0, - IfExists = 1, - IfExistsAndIsNecessary = 2, - Always = 3 - } - - public enum SignatureVerificationStatus - { - Unknown = 0, - Suspect = 1, - Disallowed = 2, - Valid = 3 - } - - [System.Flags] - public enum SignatureVerificationStatusFlags - { - NoErrors = 0, - NoSignature = 1, - NoCertificate = 2, - MultipleSignatures = 4, - SignatureCheckFailed = 8, - SignatureAlgorithmUnsupported = 16, - CertificatePublicKeyInvalid = 32, - HasLifetimeSigningEku = 64, - CertificateValidityInTheFuture = 128, - CertificateExpired = 256, - HashAlgorithmUnsupported = 512, - MessageImprintUnsupportedAlgorithm = 1024, - Illegal = 1790, - IntegrityCheckFailed = 2048, - ChainBuildingFailure = 4096, - UnknownRevocation = 8192, - CertificateRevoked = 16384, - Suspect = 18432, - UntrustedRoot = 32768, - GeneralizedTimeOutsideValidity = 65536, - Untrusted = 110849, - NoValidTimestamp = 131072, - MultipleTimestamps = 262144 - } - - public sealed partial class SignatureVerificationSummary - { - public SignatureVerificationSummary(SignatureType signatureType, SignatureVerificationStatus status, SignatureVerificationStatusFlags flags, Timestamp timestamp, System.Collections.Generic.IEnumerable issues) { } - - public SignatureVerificationSummary(SignatureType signatureType, SignatureVerificationStatus status, SignatureVerificationStatusFlags flags, Timestamp timestamp, System.DateTimeOffset? expirationTime, System.Collections.Generic.IEnumerable issues) { } - - public SignatureVerificationSummary(SignatureType signatureType, SignatureVerificationStatus status, SignatureVerificationStatusFlags flags, System.Collections.Generic.IEnumerable issues) { } - - public System.DateTimeOffset? ExpirationTime { get { throw null; } } - - public SignatureVerificationStatusFlags Flags { get { throw null; } } - - public System.Collections.Generic.IEnumerable Issues { get { throw null; } set { } } - - public SignatureType SignatureType { get { throw null; } } - - public SignatureVerificationStatus Status { get { throw null; } } - - public Timestamp Timestamp { get { throw null; } } - } - - public sealed partial class SignatureVerifySettings - { - public SignatureVerifySettings(bool allowIllegal, bool allowUntrusted, bool allowUnknownRevocation, bool reportUnknownRevocation, bool reportUntrustedRoot, Common.RevocationMode revocationMode) { } - - public bool AllowIllegal { get { throw null; } } - - public bool AllowUnknownRevocation { get { throw null; } } - - public bool AllowUntrusted { get { throw null; } } - - public static SignatureVerifySettings Default { get { throw null; } } - - public bool ReportUnknownRevocation { get { throw null; } } - - public bool ReportUntrustedRoot { get { throw null; } } - - public Common.RevocationMode RevocationMode { get { throw null; } } - } - - public partial class SignedPackageArchive : PackageArchiveReader, ISignedPackage, ISignedPackageReader, System.IDisposable, ISignedPackageWriter - { - public SignedPackageArchive(System.IO.Stream packageReadStream, System.IO.Stream packageWriteStream) : base((System.IO.Stream)default!) { } - - public System.Threading.Tasks.Task AddSignatureAsync(System.IO.Stream signatureStream, System.Threading.CancellationToken token) { throw null; } - - protected override void Dispose(bool disposing) { } - - public System.Threading.Tasks.Task IsZip64Async(System.Threading.CancellationToken token) { throw null; } - - public System.Threading.Tasks.Task RemoveSignatureAsync(System.Threading.CancellationToken token) { throw null; } - } - - public static partial class SignedPackageArchiveIOUtility - { - public static void HashBytes(System.Security.Cryptography.HashAlgorithm hashAlgorithm, byte[] bytes) { } - - public static void ReadAndHashUntilPosition(System.IO.BinaryReader reader, System.Security.Cryptography.HashAlgorithm hashAlgorithm, long position) { } - - public static void ReadAndWriteUntilPosition(System.IO.BinaryReader reader, System.IO.BinaryWriter writer, long position) { } - - public static SignedPackageArchiveMetadata ReadSignedArchiveMetadata(System.IO.BinaryReader reader, bool validateSignatureEntry = true) { throw null; } - } - - public sealed partial class SignedPackageArchiveMetadata - { - public SignedPackageArchiveMetadata() { } - - public System.Collections.Generic.List CentralDirectoryHeaders { get { throw null; } set { } } - - public long EndOfCentralDirectory { get { throw null; } set { } } - - public int SignatureCentralDirectoryHeaderIndex { get { throw null; } set { } } - - public long StartOfLocalFileHeaders { get { throw null; } set { } } - - public CentralDirectoryHeaderMetadata GetPackageSignatureFileCentralDirectoryHeaderMetadata() { throw null; } - } - - public static partial class SignedPackageArchiveUtility - { - public static bool IsSigned(System.IO.BinaryReader reader) { throw null; } - - public static bool IsZip64(System.IO.BinaryReader reader) { throw null; } - - public static System.IO.Stream OpenPackageSignatureFileStream(System.IO.BinaryReader reader) { throw null; } - - public static System.Threading.Tasks.Task RemoveRepositorySignaturesAsync(System.IO.Stream input, System.IO.Stream output, System.Threading.CancellationToken cancellationToken) { throw null; } - } - - public partial class SignedPackageVerificationResult : PackageVerificationResult - { - public SignedPackageVerificationResult(SignatureVerificationStatus trust, PrimarySignature signature, System.Collections.Generic.IEnumerable issues) : base(default, default!) { } - - public PrimarySignature Signature { get { throw null; } } - } - - public sealed partial class SignedPackageVerifierSettings - { - public SignedPackageVerifierSettings(bool allowUnsigned, bool allowIllegal, bool allowUntrusted, bool allowIgnoreTimestamp, bool allowMultipleTimestamps, bool allowNoTimestamp, bool allowUnknownRevocation, bool reportUnknownRevocation, VerificationTarget verificationTarget, SignaturePlacement signaturePlacement, SignatureVerificationBehavior repositoryCountersignatureVerificationBehavior, Common.RevocationMode revocationMode) { } - - public bool AllowIgnoreTimestamp { get { throw null; } } - - public bool AllowIllegal { get { throw null; } } - - public bool AllowMultipleTimestamps { get { throw null; } } - - public bool AllowNoTimestamp { get { throw null; } } - - public bool AllowUnknownRevocation { get { throw null; } } - - public bool AllowUnsigned { get { throw null; } } - - public bool AllowUntrusted { get { throw null; } } - - public bool ReportUnknownRevocation { get { throw null; } } - - public SignatureVerificationBehavior RepositoryCountersignatureVerificationBehavior { get { throw null; } } - - public Common.RevocationMode RevocationMode { get { throw null; } } - - public SignaturePlacement SignaturePlacement { get { throw null; } } - - public VerificationTarget VerificationTarget { get { throw null; } } - - public static SignedPackageVerifierSettings GetAcceptModeDefaultPolicy(Common.IEnvironmentVariableReader environmentVariableReader = null) { throw null; } - - public static SignedPackageVerifierSettings GetDefault(Common.IEnvironmentVariableReader environmentVariableReader = null) { throw null; } - - public static SignedPackageVerifierSettings GetRequireModeDefaultPolicy(Common.IEnvironmentVariableReader environmentVariableReader = null) { throw null; } - - public static SignedPackageVerifierSettings GetVerifyCommandDefaultPolicy(Common.IEnvironmentVariableReader environmentVariableReader = null) { throw null; } - } - - public sealed partial class SigningCertificate - { - public System.Collections.Generic.IReadOnlyList Certificates { get { throw null; } } - - public System.Collections.Generic.IReadOnlyList Policies { get { throw null; } } - - public static SigningCertificate Read(byte[] bytes) { throw null; } - } - - public sealed partial class SigningCertificateV2 - { - public System.Collections.Generic.IReadOnlyList Certificates { get { throw null; } } - - public System.Collections.Generic.IReadOnlyList Policies { get { throw null; } } - - public static SigningCertificateV2 Create(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate, Common.HashAlgorithmName hashAlgorithmName) { throw null; } - - public byte[] Encode() { throw null; } - - public static SigningCertificateV2 Read(byte[] bytes) { throw null; } - } - - public sealed partial class SigningOptions : System.IDisposable - { - public SigningOptions(System.Lazy inputPackageStream, System.Lazy outputPackageStream, bool overwrite, ISignatureProvider signatureProvider, Common.ILogger logger) { } - - public System.IO.Stream InputPackageStream { get { throw null; } } - - public Common.ILogger Logger { get { throw null; } } - - public System.IO.Stream OutputPackageStream { get { throw null; } } - - public bool Overwrite { get { throw null; } } - - public ISignatureProvider SignatureProvider { get { throw null; } } - - public static SigningOptions CreateFromFilePaths(string inputPackageFilePath, string outputPackageFilePath, bool overwrite, ISignatureProvider signatureProvider, Common.ILogger logger) { throw null; } - - public void Dispose() { } - } - - public abstract partial class SigningSpecifications - { - public static readonly SigningSpecificationsV1 V1; - protected SigningSpecifications() { } - - public abstract string[] AllowedHashAlgorithmOids { get; } - public abstract Common.HashAlgorithmName[] AllowedHashAlgorithms { get; } - public abstract string[] AllowedSignatureAlgorithmOids { get; } - public abstract Common.SignatureAlgorithmName[] AllowedSignatureAlgorithms { get; } - public abstract System.Text.Encoding Encoding { get; } - public abstract int RSAPublicKeyMinLength { get; } - public abstract string SignaturePath { get; } - public abstract string Version { get; } - } - - public sealed partial class SigningSpecificationsV1 : SigningSpecifications - { - public SigningSpecificationsV1() { } - - public override string[] AllowedHashAlgorithmOids { get { throw null; } } - - public override Common.HashAlgorithmName[] AllowedHashAlgorithms { get { throw null; } } - - public override string[] AllowedSignatureAlgorithmOids { get { throw null; } } - - public override Common.SignatureAlgorithmName[] AllowedSignatureAlgorithms { get { throw null; } } - - public override System.Text.Encoding Encoding { get { throw null; } } - - public override int RSAPublicKeyMinLength { get { throw null; } } - - public override string SignaturePath { get { throw null; } } - - public override string Version { get { throw null; } } - } - - public static partial class SigningUtility - { - public static System.Threading.Tasks.Task SignAsync(SigningOptions options, SignPackageRequest signRequest, System.Threading.CancellationToken token) { throw null; } - - public static void Verify(SignPackageRequest request, Common.ILogger logger) { } - } - - public abstract partial class SignPackageRequest : System.IDisposable - { - protected SignPackageRequest(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate, Common.HashAlgorithmName signatureHashAlgorithm, Common.HashAlgorithmName timestampHashAlgorithm) { } - - public System.Security.Cryptography.X509Certificates.X509Certificate2Collection AdditionalCertificates { get { throw null; } } - - public System.Security.Cryptography.X509Certificates.X509Certificate2 Certificate { get { throw null; } } - - public Common.HashAlgorithmName SignatureHashAlgorithm { get { throw null; } } - - public abstract SignatureType SignatureType { get; } - - public Common.HashAlgorithmName TimestampHashAlgorithm { get { throw null; } } - - public void Dispose() { } - - protected virtual void Dispose(bool disposing) { } - } - - public sealed partial class Timestamp - { - public Timestamp() { } - } - - public partial class TimestampException : SignatureException - { - public TimestampException() : base(default!) { } - - public TimestampException(Common.NuGetLogCode code, string message, System.Exception innerException) : base(default!) { } - - public TimestampException(Common.NuGetLogCode code, string message) : base(default!) { } - - public TimestampException(string message) : base(default!) { } - } - - public partial class TimestampRequest - { - public TimestampRequest(SigningSpecifications signingSpecifications, byte[] hashedMessage, Common.HashAlgorithmName hashAlgorithm, SignaturePlacement target) { } - - public Common.HashAlgorithmName HashAlgorithm { get { throw null; } } - - public byte[] HashedMessage { get { throw null; } } - - public SigningSpecifications SigningSpecifications { get { throw null; } } - - public SignaturePlacement Target { get { throw null; } } - } - - public sealed partial class TrustedSignerAllowListEntry : CertificateHashAllowListEntry - { - public TrustedSignerAllowListEntry(VerificationTarget target, SignaturePlacement placement, string fingerprint, Common.HashAlgorithmName algorithm, bool allowUntrustedRoot = false, System.Collections.Generic.IReadOnlyList owners = null) : base(default, default, default!, default) { } - - public bool AllowUntrustedRoot { get { throw null; } } - - public System.Collections.Generic.IReadOnlyList Owners { get { throw null; } } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - } - - public sealed partial class TrustedSignersProvider : ITrustedSignersProvider - { - public TrustedSignersProvider(Configuration.ISettings settings) { } - - public void AddOrUpdateTrustedSigner(Configuration.TrustedSignerItem trustedSigner) { } - - public static System.Collections.Generic.IReadOnlyList GetAllowListEntries(Configuration.ISettings settings, Common.ILogger logger) { throw null; } - - public System.Collections.Generic.IReadOnlyList GetTrustedSigners() { throw null; } - - public void Remove(System.Collections.Generic.IReadOnlyList trustedSigners) { } - } - - public sealed partial class TstInfo - { - public Accuracy Accuracy { get { throw null; } } - - public System.Security.Cryptography.X509Certificates.X509ExtensionCollection Extensions { get { throw null; } } - - public System.DateTimeOffset GenTime { get { throw null; } } - - public MessageImprint MessageImprint { get { throw null; } } - - public byte[] Nonce { get { throw null; } } - - public bool Ordering { get { throw null; } } - - public System.Security.Cryptography.Oid Policy { get { throw null; } } - - public byte[] SerialNumber { get { throw null; } } - - public byte[] Tsa { get { throw null; } } - - public int Version { get { throw null; } } - - public static TstInfo Read(byte[] bytes) { throw null; } - } - - public sealed partial class UnknownPrimarySignature : PrimarySignature - { - public UnknownPrimarySignature() { } - } - - public partial class UnsignedPackageVerificationResult : PackageVerificationResult - { - public UnsignedPackageVerificationResult(SignatureVerificationStatus trust, System.Collections.Generic.IEnumerable issues) : base(default, default!) { } - } - - public abstract partial class VerificationAllowListEntry - { - public VerificationAllowListEntry(VerificationTarget target, SignaturePlacement placement) { } - - public SignaturePlacement Placement { get { throw null; } } - - public VerificationTarget Target { get { throw null; } } - } - - [System.Flags] - public enum VerificationTarget - { - None = 0, - Unknown = 2, - Author = 4, - Repository = 8, - All = 14 - } - - public static partial class VerificationUtility - { - public static SignatureVerificationStatus GetSignatureVerificationStatus(SignatureVerificationStatusFlags flags) { throw null; } - - public static bool IsVerificationTarget(SignatureType signatureType, VerificationTarget target) { throw null; } - } - - public sealed partial class VerifySignaturesResult - { - public VerifySignaturesResult(bool isValid, bool isSigned, System.Collections.Generic.IEnumerable results) { } - - public VerifySignaturesResult(bool isValid, bool isSigned) { } - - public bool IsSigned { get { throw null; } } - - public bool IsValid { get { throw null; } } - - public System.Collections.Generic.IReadOnlyList Results { get { throw null; } } - } - - public sealed partial class X509CertificateChain : System.Collections.Generic.List, IX509CertificateChain, System.Collections.Generic.IReadOnlyList, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection, System.IDisposable - { - public X509CertificateChain() { } - - public void Dispose() { } - } - - public sealed partial class X509ChainHolder : System.IDisposable - { - public X509ChainHolder() { } - - public System.Security.Cryptography.X509Certificates.X509Chain Chain { get { throw null; } } - - public void Dispose() { } - } - - public partial class X509SignatureProvider : ISignatureProvider - { - public X509SignatureProvider(ITimestampProvider timestampProvider) { } - - public System.Threading.Tasks.Task CreatePrimarySignatureAsync(SignPackageRequest request, SignatureContent signatureContent, Common.ILogger logger, System.Threading.CancellationToken token) { throw null; } - - public System.Threading.Tasks.Task CreateRepositoryCountersignatureAsync(RepositorySignPackageRequest request, PrimarySignature primarySignature, Common.ILogger logger, System.Threading.CancellationToken token) { throw null; } - } - - public static partial class X509TrustStore - { - public static void InitializeForDotNetSdk(Common.ILogger logger) { } - } -} - -namespace NuGet.Packaging.Signing.DerEncoding -{ - public sealed partial class DerGeneralizedTime - { - public System.DateTime DateTime { get { throw null; } } - - public static DerGeneralizedTime Read(string decodedTime) { throw null; } - } -} - -namespace NuGet.RuntimeModel -{ - public partial class CompatibilityProfile : System.IEquatable - { - public CompatibilityProfile(string name, System.Collections.Generic.IEnumerable restoreContexts) { } - - public CompatibilityProfile(string name) { } - - public string Name { get { throw null; } } - - public System.Collections.Generic.IList RestoreContexts { get { throw null; } } - - public CompatibilityProfile Clone() { throw null; } - - public bool Equals(CompatibilityProfile other) { throw null; } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - - public override string ToString() { throw null; } - } - - public partial interface IObjectWriter - { - void WriteArrayEnd(); - void WriteArrayStart(string name); - void WriteNameArray(string name, System.Collections.Generic.IEnumerable values); - void WriteNameValue(string name, bool value); - void WriteNameValue(string name, int value); - void WriteNameValue(string name, string value); - void WriteObjectEnd(); - void WriteObjectStart(); - void WriteObjectStart(string name); - } - - public sealed partial class JsonObjectWriter : IObjectWriter, System.IDisposable - { - public JsonObjectWriter(Newtonsoft.Json.JsonWriter writer) { } - - public void Dispose() { } - - public void WriteArrayEnd() { } - - public void WriteArrayStart(string name) { } - - public void WriteNameArray(string name, System.Collections.Generic.IEnumerable values) { } - - public void WriteNameValue(string name, bool value) { } - - public void WriteNameValue(string name, int value) { } - - public void WriteNameValue(string name, string value) { } - - public void WriteObjectEnd() { } - - public void WriteObjectStart() { } - - public void WriteObjectStart(string name) { } - } - - public static partial class JsonRuntimeFormat - { - public static RuntimeGraph ReadRuntimeGraph(Newtonsoft.Json.Linq.JToken json) { throw null; } - - public static RuntimeGraph ReadRuntimeGraph(System.IO.Stream stream) { throw null; } - - public static RuntimeGraph ReadRuntimeGraph(System.IO.TextReader textReader) { throw null; } - - public static RuntimeGraph ReadRuntimeGraph(string filePath) { throw null; } - - public static void WriteRuntimeGraph(IObjectWriter writer, RuntimeGraph runtimeGraph) { } - - public static void WriteRuntimeGraph(string filePath, RuntimeGraph runtimeGraph) { } - } - - public partial class RuntimeDependencySet : System.IEquatable - { - public RuntimeDependencySet(string id, System.Collections.Generic.IEnumerable dependencies) { } - - public RuntimeDependencySet(string id) { } - - public System.Collections.Generic.IReadOnlyDictionary Dependencies { get { throw null; } } - - public string Id { get { throw null; } } - - public RuntimeDependencySet Clone() { throw null; } - - public bool Equals(RuntimeDependencySet other) { throw null; } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - - public override string ToString() { throw null; } - } - - public partial class RuntimeDescription : System.IEquatable - { - public RuntimeDescription(string runtimeIdentifier, System.Collections.Generic.IEnumerable runtimeDependencySets) { } - - public RuntimeDescription(string runtimeIdentifier, System.Collections.Generic.IEnumerable inheritedRuntimes, System.Collections.Generic.IEnumerable runtimeDependencySets) { } - - public RuntimeDescription(string runtimeIdentifier, System.Collections.Generic.IEnumerable inheritedRuntimes) { } - - public RuntimeDescription(string runtimeIdentifier) { } - - public System.Collections.Generic.IReadOnlyList InheritedRuntimes { get { throw null; } } - - public System.Collections.Generic.IReadOnlyDictionary RuntimeDependencySets { get { throw null; } } - - public string RuntimeIdentifier { get { throw null; } } - - public RuntimeDescription Clone() { throw null; } - - public bool Equals(RuntimeDescription other) { throw null; } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - - public static RuntimeDescription Merge(RuntimeDescription left, RuntimeDescription right) { throw null; } - - public override string ToString() { throw null; } - } - - public partial class RuntimeGraph : System.IEquatable - { - public static readonly RuntimeGraph Empty; - public static readonly string RuntimeGraphFileName; - public RuntimeGraph() { } - - public RuntimeGraph(System.Collections.Generic.IEnumerable supports) { } - - public RuntimeGraph(System.Collections.Generic.IEnumerable runtimes, System.Collections.Generic.IEnumerable supports) { } - - public RuntimeGraph(System.Collections.Generic.IEnumerable runtimes) { } - - public System.Collections.Generic.IReadOnlyDictionary Runtimes { get { throw null; } } - - public System.Collections.Generic.IReadOnlyDictionary Supports { get { throw null; } set { } } - - public bool AreCompatible(string criteria, string provided) { throw null; } - - public RuntimeGraph Clone() { throw null; } - - public bool Equals(RuntimeGraph other) { throw null; } - - public override bool Equals(object obj) { throw null; } - - public System.Collections.Generic.IEnumerable ExpandRuntime(string runtime) { throw null; } - - public System.Collections.Generic.IEnumerable FindRuntimeDependencies(string runtimeName, string packageId) { throw null; } - - public override int GetHashCode() { throw null; } - - public static RuntimeGraph Merge(RuntimeGraph left, RuntimeGraph right) { throw null; } - } - - public partial class RuntimePackageDependency : System.IEquatable - { - public RuntimePackageDependency(string id, Versioning.VersionRange versionRange) { } - - public string Id { get { throw null; } } - - public Versioning.VersionRange VersionRange { get { throw null; } } - - public RuntimePackageDependency Clone() { throw null; } - - public bool Equals(RuntimePackageDependency other) { throw null; } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - - public override string ToString() { throw null; } - } -} \ No newline at end of file diff --git a/src/referencePackages/src/nuget.packaging/6.5.0/nuget.packaging.nuspec b/src/referencePackages/src/nuget.packaging/6.5.0/nuget.packaging.nuspec deleted file mode 100644 index 812e982a96..0000000000 --- a/src/referencePackages/src/nuget.packaging/6.5.0/nuget.packaging.nuspec +++ /dev/null @@ -1,35 +0,0 @@ - - - - NuGet.Packaging - 6.5.0 - Microsoft - true - Apache-2.0 - https://licenses.nuget.org/Apache-2.0 - https://aka.ms/nugetprj - NuGet's understanding of packages. Reading nuspec, nupkgs and package signing. - © Microsoft Corporation. All rights reserved. - nuget - true - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/referencePackages/src/system.composition.convention/7.0.0/System.Composition.Convention.7.0.0.csproj b/src/referencePackages/src/system.composition.convention/7.0.0/System.Composition.Convention.7.0.0.csproj deleted file mode 100644 index be91338e0d..0000000000 --- a/src/referencePackages/src/system.composition.convention/7.0.0/System.Composition.Convention.7.0.0.csproj +++ /dev/null @@ -1,21 +0,0 @@ - - - - net6.0;net7.0;netstandard2.0 - System.Composition.Convention - 2 - - - - - - - - - - - - - - - diff --git a/src/referencePackages/src/system.composition.convention/7.0.0/lib/net6.0/System.Composition.Convention.cs b/src/referencePackages/src/system.composition.convention/7.0.0/lib/net6.0/System.Composition.Convention.cs deleted file mode 100644 index ed1e47065c..0000000000 --- a/src/referencePackages/src/system.composition.convention/7.0.0/lib/net6.0/System.Composition.Convention.cs +++ /dev/null @@ -1,160 +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.Versioning.TargetFramework(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")] -[assembly: System.Reflection.AssemblyMetadata(".NETFrameworkAssembly", "")] -[assembly: System.Reflection.AssemblyMetadata("Serviceable", "True")] -[assembly: System.Reflection.AssemblyMetadata("PreferInbox", "True")] -[assembly: System.Reflection.AssemblyDefaultAlias("System.Composition.Convention")] -[assembly: System.Resources.NeutralResourcesLanguage("en-US")] -[assembly: System.CLSCompliant(true)] -[assembly: System.Runtime.InteropServices.DefaultDllImportSearchPaths(System.Runtime.InteropServices.DllImportSearchPath.AssemblyDirectory | System.Runtime.InteropServices.DllImportSearchPath.System32)] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyDescription("Provides types that support using Managed Extensibility Framework with a convention-based configuration model.\r\n\r\nCommonly Used Types:\r\nSystem.Composition.Convention.ConventionBuilder\r\nSystem.Composition.Convention.ExportConventionBuilder\r\nSystem.Composition.Convention.ImportConventionBuilder\r\nSystem.Composition.Convention.PartConventionBuilder\r\nSystem.Composition.Convention.ParameterImportConventionBuilder")] -[assembly: System.Reflection.AssemblyFileVersion("7.0.22.51805")] -[assembly: System.Reflection.AssemblyInformationalVersion("7.0.0+d099f075e45d2aa6007a22b71b45a08758559f80")] -[assembly: System.Reflection.AssemblyProduct("Microsoft® .NET")] -[assembly: System.Reflection.AssemblyTitle("System.Composition.Convention")] -[assembly: System.Reflection.AssemblyMetadata("RepositoryUrl", "https://github.com/dotnet/runtime")] -[assembly: System.Reflection.AssemblyVersionAttribute("7.0.0.0")] -[assembly: System.Runtime.CompilerServices.ReferenceAssembly] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -namespace System.Composition.Convention -{ - public partial class ConventionBuilder : AttributedModelProvider - { - public ConventionBuilder() { } - - public PartConventionBuilder ForType(Type type) { throw null; } - - public PartConventionBuilder ForType() { throw null; } - - public PartConventionBuilder ForTypesDerivedFrom(Type type) { throw null; } - - public PartConventionBuilder ForTypesDerivedFrom() { throw null; } - - public PartConventionBuilder ForTypesMatching(Predicate typeFilter) { throw null; } - - public PartConventionBuilder ForTypesMatching(Predicate typeFilter) { throw null; } - - public override Collections.Generic.IEnumerable GetCustomAttributes(Type reflectedType, Reflection.MemberInfo member) { throw null; } - - public override Collections.Generic.IEnumerable GetCustomAttributes(Type reflectedType, Reflection.ParameterInfo parameter) { throw null; } - } - - public sealed partial class ExportConventionBuilder - { - public ExportConventionBuilder AddMetadata(string name, Func getValueFromPartType) { throw null; } - - public ExportConventionBuilder AddMetadata(string name, object value) { throw null; } - - public ExportConventionBuilder AsContractName(Func getContractNameFromPartType) { throw null; } - - public ExportConventionBuilder AsContractName(string contractName) { throw null; } - - public ExportConventionBuilder AsContractType(Type type) { throw null; } - - public ExportConventionBuilder AsContractType() { throw null; } - } - - public sealed partial class ImportConventionBuilder - { - public ImportConventionBuilder AddMetadataConstraint(string name, Func getConstraintValueFromPartType) { throw null; } - - public ImportConventionBuilder AddMetadataConstraint(string name, object value) { throw null; } - - public ImportConventionBuilder AllowDefault() { throw null; } - - public ImportConventionBuilder AsContractName(Func getContractNameFromPartType) { throw null; } - - public ImportConventionBuilder AsContractName(string contractName) { throw null; } - - public ImportConventionBuilder AsMany() { throw null; } - - public ImportConventionBuilder AsMany(bool isMany) { throw null; } - } - - public abstract partial class ParameterImportConventionBuilder - { - public T Import() { throw null; } - - public T Import(Action configure) { throw null; } - } - - public partial class PartConventionBuilder - { - public PartConventionBuilder AddPartMetadata(string name, Func getValueFromPartType) { throw null; } - - public PartConventionBuilder AddPartMetadata(string name, object value) { throw null; } - - public PartConventionBuilder Export() { throw null; } - - public PartConventionBuilder Export(Action exportConfiguration) { throw null; } - - public PartConventionBuilder Export() { throw null; } - - public PartConventionBuilder Export(Action exportConfiguration) { throw null; } - - public PartConventionBuilder ExportInterfaces() { throw null; } - - public PartConventionBuilder ExportInterfaces(Predicate interfaceFilter, Action exportConfiguration) { throw null; } - - public PartConventionBuilder ExportInterfaces(Predicate interfaceFilter) { throw null; } - - public PartConventionBuilder ExportProperties(Predicate propertyFilter, Action exportConfiguration) { throw null; } - - public PartConventionBuilder ExportProperties(Predicate propertyFilter) { throw null; } - - public PartConventionBuilder ExportProperties(Predicate propertyFilter, Action exportConfiguration) { throw null; } - - public PartConventionBuilder ExportProperties(Predicate propertyFilter) { throw null; } - - public PartConventionBuilder ImportProperties(Predicate propertyFilter, Action importConfiguration) { throw null; } - - public PartConventionBuilder ImportProperties(Predicate propertyFilter) { throw null; } - - public PartConventionBuilder ImportProperties(Predicate propertyFilter, Action importConfiguration) { throw null; } - - public PartConventionBuilder ImportProperties(Predicate propertyFilter) { throw null; } - - public PartConventionBuilder NotifyImportsSatisfied(Predicate methodFilter) { throw null; } - - public PartConventionBuilder SelectConstructor(Func, Reflection.ConstructorInfo> constructorSelector, Action importConfiguration) { throw null; } - - public PartConventionBuilder SelectConstructor(Func, Reflection.ConstructorInfo> constructorSelector) { throw null; } - - public PartConventionBuilder Shared() { throw null; } - - public PartConventionBuilder Shared(string sharingBoundary) { throw null; } - } - - public partial class PartConventionBuilder : PartConventionBuilder - { - public PartConventionBuilder ExportProperty(Linq.Expressions.Expression> propertySelector, Action exportConfiguration) { throw null; } - - public PartConventionBuilder ExportProperty(Linq.Expressions.Expression> propertySelector) { throw null; } - - public PartConventionBuilder ExportProperty(Linq.Expressions.Expression> propertySelector, Action exportConfiguration) { throw null; } - - public PartConventionBuilder ExportProperty(Linq.Expressions.Expression> propertySelector) { throw null; } - - public PartConventionBuilder ImportProperty(Linq.Expressions.Expression> propertySelector, Action importConfiguration) { throw null; } - - public PartConventionBuilder ImportProperty(Linq.Expressions.Expression> propertySelector) { throw null; } - - public PartConventionBuilder ImportProperty(Linq.Expressions.Expression> propertySelector, Action importConfiguration) { throw null; } - - public PartConventionBuilder ImportProperty(Linq.Expressions.Expression> propertySelector) { throw null; } - - public PartConventionBuilder NotifyImportsSatisfied(Linq.Expressions.Expression> methodSelector) { throw null; } - - public PartConventionBuilder SelectConstructor(Linq.Expressions.Expression> constructorSelector) { throw null; } - } -} \ No newline at end of file diff --git a/src/referencePackages/src/system.composition.convention/7.0.0/lib/net7.0/System.Composition.Convention.cs b/src/referencePackages/src/system.composition.convention/7.0.0/lib/net7.0/System.Composition.Convention.cs deleted file mode 100644 index 855a956215..0000000000 --- a/src/referencePackages/src/system.composition.convention/7.0.0/lib/net7.0/System.Composition.Convention.cs +++ /dev/null @@ -1,160 +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.Versioning.TargetFramework(".NETCoreApp,Version=v7.0", FrameworkDisplayName = ".NET 7.0")] -[assembly: System.Reflection.AssemblyMetadata(".NETFrameworkAssembly", "")] -[assembly: System.Reflection.AssemblyMetadata("Serviceable", "True")] -[assembly: System.Reflection.AssemblyMetadata("PreferInbox", "True")] -[assembly: System.Reflection.AssemblyDefaultAlias("System.Composition.Convention")] -[assembly: System.Resources.NeutralResourcesLanguage("en-US")] -[assembly: System.CLSCompliant(true)] -[assembly: System.Runtime.InteropServices.DefaultDllImportSearchPaths(System.Runtime.InteropServices.DllImportSearchPath.AssemblyDirectory | System.Runtime.InteropServices.DllImportSearchPath.System32)] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyDescription("Provides types that support using Managed Extensibility Framework with a convention-based configuration model.\r\n\r\nCommonly Used Types:\r\nSystem.Composition.Convention.ConventionBuilder\r\nSystem.Composition.Convention.ExportConventionBuilder\r\nSystem.Composition.Convention.ImportConventionBuilder\r\nSystem.Composition.Convention.PartConventionBuilder\r\nSystem.Composition.Convention.ParameterImportConventionBuilder")] -[assembly: System.Reflection.AssemblyFileVersion("7.0.22.51805")] -[assembly: System.Reflection.AssemblyInformationalVersion("7.0.0+d099f075e45d2aa6007a22b71b45a08758559f80")] -[assembly: System.Reflection.AssemblyProduct("Microsoft® .NET")] -[assembly: System.Reflection.AssemblyTitle("System.Composition.Convention")] -[assembly: System.Reflection.AssemblyMetadata("RepositoryUrl", "https://github.com/dotnet/runtime")] -[assembly: System.Reflection.AssemblyVersionAttribute("7.0.0.0")] -[assembly: System.Runtime.CompilerServices.ReferenceAssembly] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -namespace System.Composition.Convention -{ - public partial class ConventionBuilder : AttributedModelProvider - { - public ConventionBuilder() { } - - public PartConventionBuilder ForType(Type type) { throw null; } - - public PartConventionBuilder ForType() { throw null; } - - public PartConventionBuilder ForTypesDerivedFrom(Type type) { throw null; } - - public PartConventionBuilder ForTypesDerivedFrom() { throw null; } - - public PartConventionBuilder ForTypesMatching(Predicate typeFilter) { throw null; } - - public PartConventionBuilder ForTypesMatching(Predicate typeFilter) { throw null; } - - public override Collections.Generic.IEnumerable GetCustomAttributes(Type reflectedType, Reflection.MemberInfo member) { throw null; } - - public override Collections.Generic.IEnumerable GetCustomAttributes(Type reflectedType, Reflection.ParameterInfo parameter) { throw null; } - } - - public sealed partial class ExportConventionBuilder - { - public ExportConventionBuilder AddMetadata(string name, Func getValueFromPartType) { throw null; } - - public ExportConventionBuilder AddMetadata(string name, object value) { throw null; } - - public ExportConventionBuilder AsContractName(Func getContractNameFromPartType) { throw null; } - - public ExportConventionBuilder AsContractName(string contractName) { throw null; } - - public ExportConventionBuilder AsContractType(Type type) { throw null; } - - public ExportConventionBuilder AsContractType() { throw null; } - } - - public sealed partial class ImportConventionBuilder - { - public ImportConventionBuilder AddMetadataConstraint(string name, Func getConstraintValueFromPartType) { throw null; } - - public ImportConventionBuilder AddMetadataConstraint(string name, object value) { throw null; } - - public ImportConventionBuilder AllowDefault() { throw null; } - - public ImportConventionBuilder AsContractName(Func getContractNameFromPartType) { throw null; } - - public ImportConventionBuilder AsContractName(string contractName) { throw null; } - - public ImportConventionBuilder AsMany() { throw null; } - - public ImportConventionBuilder AsMany(bool isMany) { throw null; } - } - - public abstract partial class ParameterImportConventionBuilder - { - public T Import() { throw null; } - - public T Import(Action configure) { throw null; } - } - - public partial class PartConventionBuilder - { - public PartConventionBuilder AddPartMetadata(string name, Func getValueFromPartType) { throw null; } - - public PartConventionBuilder AddPartMetadata(string name, object value) { throw null; } - - public PartConventionBuilder Export() { throw null; } - - public PartConventionBuilder Export(Action exportConfiguration) { throw null; } - - public PartConventionBuilder Export() { throw null; } - - public PartConventionBuilder Export(Action exportConfiguration) { throw null; } - - public PartConventionBuilder ExportInterfaces() { throw null; } - - public PartConventionBuilder ExportInterfaces(Predicate interfaceFilter, Action exportConfiguration) { throw null; } - - public PartConventionBuilder ExportInterfaces(Predicate interfaceFilter) { throw null; } - - public PartConventionBuilder ExportProperties(Predicate propertyFilter, Action exportConfiguration) { throw null; } - - public PartConventionBuilder ExportProperties(Predicate propertyFilter) { throw null; } - - public PartConventionBuilder ExportProperties(Predicate propertyFilter, Action exportConfiguration) { throw null; } - - public PartConventionBuilder ExportProperties(Predicate propertyFilter) { throw null; } - - public PartConventionBuilder ImportProperties(Predicate propertyFilter, Action importConfiguration) { throw null; } - - public PartConventionBuilder ImportProperties(Predicate propertyFilter) { throw null; } - - public PartConventionBuilder ImportProperties(Predicate propertyFilter, Action importConfiguration) { throw null; } - - public PartConventionBuilder ImportProperties(Predicate propertyFilter) { throw null; } - - public PartConventionBuilder NotifyImportsSatisfied(Predicate methodFilter) { throw null; } - - public PartConventionBuilder SelectConstructor(Func, Reflection.ConstructorInfo> constructorSelector, Action importConfiguration) { throw null; } - - public PartConventionBuilder SelectConstructor(Func, Reflection.ConstructorInfo> constructorSelector) { throw null; } - - public PartConventionBuilder Shared() { throw null; } - - public PartConventionBuilder Shared(string sharingBoundary) { throw null; } - } - - public partial class PartConventionBuilder : PartConventionBuilder - { - public PartConventionBuilder ExportProperty(Linq.Expressions.Expression> propertySelector, Action exportConfiguration) { throw null; } - - public PartConventionBuilder ExportProperty(Linq.Expressions.Expression> propertySelector) { throw null; } - - public PartConventionBuilder ExportProperty(Linq.Expressions.Expression> propertySelector, Action exportConfiguration) { throw null; } - - public PartConventionBuilder ExportProperty(Linq.Expressions.Expression> propertySelector) { throw null; } - - public PartConventionBuilder ImportProperty(Linq.Expressions.Expression> propertySelector, Action importConfiguration) { throw null; } - - public PartConventionBuilder ImportProperty(Linq.Expressions.Expression> propertySelector) { throw null; } - - public PartConventionBuilder ImportProperty(Linq.Expressions.Expression> propertySelector, Action importConfiguration) { throw null; } - - public PartConventionBuilder ImportProperty(Linq.Expressions.Expression> propertySelector) { throw null; } - - public PartConventionBuilder NotifyImportsSatisfied(Linq.Expressions.Expression> methodSelector) { throw null; } - - public PartConventionBuilder SelectConstructor(Linq.Expressions.Expression> constructorSelector) { throw null; } - } -} \ No newline at end of file diff --git a/src/referencePackages/src/system.composition.convention/7.0.0/lib/netstandard2.0/System.Composition.Convention.cs b/src/referencePackages/src/system.composition.convention/7.0.0/lib/netstandard2.0/System.Composition.Convention.cs deleted file mode 100644 index bb2cd19da4..0000000000 --- a/src/referencePackages/src/system.composition.convention/7.0.0/lib/netstandard2.0/System.Composition.Convention.cs +++ /dev/null @@ -1,160 +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.Versioning.TargetFramework(".NETStandard,Version=v2.0", FrameworkDisplayName = ".NET Standard 2.0")] -[assembly: System.Reflection.AssemblyMetadata(".NETFrameworkAssembly", "")] -[assembly: System.Reflection.AssemblyMetadata("Serviceable", "True")] -[assembly: System.Reflection.AssemblyMetadata("PreferInbox", "True")] -[assembly: System.Reflection.AssemblyDefaultAlias("System.Composition.Convention")] -[assembly: System.Resources.NeutralResourcesLanguage("en-US")] -[assembly: System.CLSCompliant(true)] -[assembly: System.Runtime.InteropServices.DefaultDllImportSearchPaths(System.Runtime.InteropServices.DllImportSearchPath.AssemblyDirectory | System.Runtime.InteropServices.DllImportSearchPath.System32)] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyDescription("Provides types that support using Managed Extensibility Framework with a convention-based configuration model.\r\n\r\nCommonly Used Types:\r\nSystem.Composition.Convention.ConventionBuilder\r\nSystem.Composition.Convention.ExportConventionBuilder\r\nSystem.Composition.Convention.ImportConventionBuilder\r\nSystem.Composition.Convention.PartConventionBuilder\r\nSystem.Composition.Convention.ParameterImportConventionBuilder")] -[assembly: System.Reflection.AssemblyFileVersion("7.0.22.51805")] -[assembly: System.Reflection.AssemblyInformationalVersion("7.0.0+d099f075e45d2aa6007a22b71b45a08758559f80")] -[assembly: System.Reflection.AssemblyProduct("Microsoft® .NET")] -[assembly: System.Reflection.AssemblyTitle("System.Composition.Convention")] -[assembly: System.Reflection.AssemblyMetadata("RepositoryUrl", "https://github.com/dotnet/runtime")] -[assembly: System.Reflection.AssemblyVersionAttribute("7.0.0.0")] -[assembly: System.Runtime.CompilerServices.ReferenceAssembly] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -namespace System.Composition.Convention -{ - public partial class ConventionBuilder : AttributedModelProvider - { - public ConventionBuilder() { } - - public PartConventionBuilder ForType(Type type) { throw null; } - - public PartConventionBuilder ForType() { throw null; } - - public PartConventionBuilder ForTypesDerivedFrom(Type type) { throw null; } - - public PartConventionBuilder ForTypesDerivedFrom() { throw null; } - - public PartConventionBuilder ForTypesMatching(Predicate typeFilter) { throw null; } - - public PartConventionBuilder ForTypesMatching(Predicate typeFilter) { throw null; } - - public override Collections.Generic.IEnumerable GetCustomAttributes(Type reflectedType, Reflection.MemberInfo member) { throw null; } - - public override Collections.Generic.IEnumerable GetCustomAttributes(Type reflectedType, Reflection.ParameterInfo parameter) { throw null; } - } - - public sealed partial class ExportConventionBuilder - { - public ExportConventionBuilder AddMetadata(string name, Func getValueFromPartType) { throw null; } - - public ExportConventionBuilder AddMetadata(string name, object value) { throw null; } - - public ExportConventionBuilder AsContractName(Func getContractNameFromPartType) { throw null; } - - public ExportConventionBuilder AsContractName(string contractName) { throw null; } - - public ExportConventionBuilder AsContractType(Type type) { throw null; } - - public ExportConventionBuilder AsContractType() { throw null; } - } - - public sealed partial class ImportConventionBuilder - { - public ImportConventionBuilder AddMetadataConstraint(string name, Func getConstraintValueFromPartType) { throw null; } - - public ImportConventionBuilder AddMetadataConstraint(string name, object value) { throw null; } - - public ImportConventionBuilder AllowDefault() { throw null; } - - public ImportConventionBuilder AsContractName(Func getContractNameFromPartType) { throw null; } - - public ImportConventionBuilder AsContractName(string contractName) { throw null; } - - public ImportConventionBuilder AsMany() { throw null; } - - public ImportConventionBuilder AsMany(bool isMany) { throw null; } - } - - public abstract partial class ParameterImportConventionBuilder - { - public T Import() { throw null; } - - public T Import(Action configure) { throw null; } - } - - public partial class PartConventionBuilder - { - public PartConventionBuilder AddPartMetadata(string name, Func getValueFromPartType) { throw null; } - - public PartConventionBuilder AddPartMetadata(string name, object value) { throw null; } - - public PartConventionBuilder Export() { throw null; } - - public PartConventionBuilder Export(Action exportConfiguration) { throw null; } - - public PartConventionBuilder Export() { throw null; } - - public PartConventionBuilder Export(Action exportConfiguration) { throw null; } - - public PartConventionBuilder ExportInterfaces() { throw null; } - - public PartConventionBuilder ExportInterfaces(Predicate interfaceFilter, Action exportConfiguration) { throw null; } - - public PartConventionBuilder ExportInterfaces(Predicate interfaceFilter) { throw null; } - - public PartConventionBuilder ExportProperties(Predicate propertyFilter, Action exportConfiguration) { throw null; } - - public PartConventionBuilder ExportProperties(Predicate propertyFilter) { throw null; } - - public PartConventionBuilder ExportProperties(Predicate propertyFilter, Action exportConfiguration) { throw null; } - - public PartConventionBuilder ExportProperties(Predicate propertyFilter) { throw null; } - - public PartConventionBuilder ImportProperties(Predicate propertyFilter, Action importConfiguration) { throw null; } - - public PartConventionBuilder ImportProperties(Predicate propertyFilter) { throw null; } - - public PartConventionBuilder ImportProperties(Predicate propertyFilter, Action importConfiguration) { throw null; } - - public PartConventionBuilder ImportProperties(Predicate propertyFilter) { throw null; } - - public PartConventionBuilder NotifyImportsSatisfied(Predicate methodFilter) { throw null; } - - public PartConventionBuilder SelectConstructor(Func, Reflection.ConstructorInfo> constructorSelector, Action importConfiguration) { throw null; } - - public PartConventionBuilder SelectConstructor(Func, Reflection.ConstructorInfo> constructorSelector) { throw null; } - - public PartConventionBuilder Shared() { throw null; } - - public PartConventionBuilder Shared(string sharingBoundary) { throw null; } - } - - public partial class PartConventionBuilder : PartConventionBuilder - { - public PartConventionBuilder ExportProperty(Linq.Expressions.Expression> propertySelector, Action exportConfiguration) { throw null; } - - public PartConventionBuilder ExportProperty(Linq.Expressions.Expression> propertySelector) { throw null; } - - public PartConventionBuilder ExportProperty(Linq.Expressions.Expression> propertySelector, Action exportConfiguration) { throw null; } - - public PartConventionBuilder ExportProperty(Linq.Expressions.Expression> propertySelector) { throw null; } - - public PartConventionBuilder ImportProperty(Linq.Expressions.Expression> propertySelector, Action importConfiguration) { throw null; } - - public PartConventionBuilder ImportProperty(Linq.Expressions.Expression> propertySelector) { throw null; } - - public PartConventionBuilder ImportProperty(Linq.Expressions.Expression> propertySelector, Action importConfiguration) { throw null; } - - public PartConventionBuilder ImportProperty(Linq.Expressions.Expression> propertySelector) { throw null; } - - public PartConventionBuilder NotifyImportsSatisfied(Linq.Expressions.Expression> methodSelector) { throw null; } - - public PartConventionBuilder SelectConstructor(Linq.Expressions.Expression> constructorSelector) { throw null; } - } -} \ No newline at end of file diff --git a/src/referencePackages/src/system.composition.convention/7.0.0/system.composition.convention.nuspec b/src/referencePackages/src/system.composition.convention/7.0.0/system.composition.convention.nuspec deleted file mode 100644 index 2116822a13..0000000000 --- a/src/referencePackages/src/system.composition.convention/7.0.0/system.composition.convention.nuspec +++ /dev/null @@ -1,34 +0,0 @@ - - - - System.Composition.Convention - 7.0.0 - Microsoft - MIT - https://licenses.nuget.org/MIT - https://dot.net/ - Provides types that support using Managed Extensibility Framework with a convention-based configuration model. - -Commonly Used Types: -System.Composition.Convention.ConventionBuilder -System.Composition.Convention.ExportConventionBuilder -System.Composition.Convention.ImportConventionBuilder -System.Composition.Convention.PartConventionBuilder -System.Composition.Convention.ParameterImportConventionBuilder - 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.composition.typedparts/7.0.0/System.Composition.TypedParts.7.0.0.csproj b/src/referencePackages/src/system.composition.typedparts/7.0.0/System.Composition.TypedParts.7.0.0.csproj deleted file mode 100644 index 328f7bf54b..0000000000 --- a/src/referencePackages/src/system.composition.typedparts/7.0.0/System.Composition.TypedParts.7.0.0.csproj +++ /dev/null @@ -1,27 +0,0 @@ - - - - net6.0;net7.0;netstandard2.0 - System.Composition.TypedParts - 2 - - - - - - - - - - - - - - - - - - - - - diff --git a/src/referencePackages/src/system.composition.typedparts/7.0.0/lib/net6.0/System.Composition.TypedParts.cs b/src/referencePackages/src/system.composition.typedparts/7.0.0/lib/net6.0/System.Composition.TypedParts.cs deleted file mode 100644 index 16be12af98..0000000000 --- a/src/referencePackages/src/system.composition.typedparts/7.0.0/lib/net6.0/System.Composition.TypedParts.cs +++ /dev/null @@ -1,81 +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.Versioning.TargetFramework(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")] -[assembly: System.Reflection.AssemblyMetadata(".NETFrameworkAssembly", "")] -[assembly: System.Reflection.AssemblyMetadata("Serviceable", "True")] -[assembly: System.Reflection.AssemblyMetadata("PreferInbox", "True")] -[assembly: System.Reflection.AssemblyDefaultAlias("System.Composition.TypedParts")] -[assembly: System.Resources.NeutralResourcesLanguage("en-US")] -[assembly: System.CLSCompliant(true)] -[assembly: System.Runtime.InteropServices.DefaultDllImportSearchPaths(System.Runtime.InteropServices.DllImportSearchPath.AssemblyDirectory | System.Runtime.InteropServices.DllImportSearchPath.System32)] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyDescription("Provides some extension methods for the Managed Extensibility Framework.\r\n\r\nCommonly Used Types:\r\nSystem.Composition.CompositionContextExtensions\r\nSystem.Composition.Hosting.ContainerConfiguration")] -[assembly: System.Reflection.AssemblyFileVersion("7.0.22.51805")] -[assembly: System.Reflection.AssemblyInformationalVersion("7.0.0+d099f075e45d2aa6007a22b71b45a08758559f80")] -[assembly: System.Reflection.AssemblyProduct("Microsoft® .NET")] -[assembly: System.Reflection.AssemblyTitle("System.Composition.TypedParts")] -[assembly: System.Reflection.AssemblyMetadata("RepositoryUrl", "https://github.com/dotnet/runtime")] -[assembly: System.Reflection.AssemblyVersionAttribute("7.0.0.0")] -[assembly: System.Runtime.CompilerServices.ReferenceAssembly] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -namespace System.Composition -{ - public static partial class CompositionContextExtensions - { - public static void SatisfyImports(this CompositionContext compositionContext, object objectWithLooseImports, Convention.AttributedModelProvider conventions) { } - - public static void SatisfyImports(this CompositionContext compositionContext, object objectWithLooseImports) { } - } -} - -namespace System.Composition.Hosting -{ - public partial class ContainerConfiguration - { - public ContainerConfiguration() { } - - public CompositionHost CreateContainer() { throw null; } - - public ContainerConfiguration WithAssemblies(Collections.Generic.IEnumerable assemblies, Convention.AttributedModelProvider conventions) { throw null; } - - public ContainerConfiguration WithAssemblies(Collections.Generic.IEnumerable assemblies) { throw null; } - - public ContainerConfiguration WithAssembly(Reflection.Assembly assembly, Convention.AttributedModelProvider conventions) { throw null; } - - public ContainerConfiguration WithAssembly(Reflection.Assembly assembly) { throw null; } - - public ContainerConfiguration WithDefaultConventions(Convention.AttributedModelProvider conventions) { throw null; } - - public ContainerConfiguration WithExport(Type contractType, object exportedInstance, string contractName = null, Collections.Generic.IDictionary metadata = null) { throw null; } - - public ContainerConfiguration WithExport(Type contractType, object exportedInstance) { throw null; } - - public ContainerConfiguration WithExport(TExport exportedInstance, string contractName = null, Collections.Generic.IDictionary metadata = null) { throw null; } - - public ContainerConfiguration WithExport(TExport exportedInstance) { throw null; } - - public ContainerConfiguration WithPart(Type partType, Convention.AttributedModelProvider conventions) { throw null; } - - public ContainerConfiguration WithPart(Type partType) { throw null; } - - public ContainerConfiguration WithPart() { throw null; } - - public ContainerConfiguration WithPart(Convention.AttributedModelProvider conventions) { throw null; } - - public ContainerConfiguration WithParts(Collections.Generic.IEnumerable partTypes, Convention.AttributedModelProvider conventions) { throw null; } - - public ContainerConfiguration WithParts(Collections.Generic.IEnumerable partTypes) { throw null; } - - public ContainerConfiguration WithParts(params Type[] partTypes) { throw null; } - - public ContainerConfiguration WithProvider(Core.ExportDescriptorProvider exportDescriptorProvider) { throw null; } - } -} \ No newline at end of file diff --git a/src/referencePackages/src/system.composition.typedparts/7.0.0/lib/net7.0/System.Composition.TypedParts.cs b/src/referencePackages/src/system.composition.typedparts/7.0.0/lib/net7.0/System.Composition.TypedParts.cs deleted file mode 100644 index 48d3e05de0..0000000000 --- a/src/referencePackages/src/system.composition.typedparts/7.0.0/lib/net7.0/System.Composition.TypedParts.cs +++ /dev/null @@ -1,81 +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.Versioning.TargetFramework(".NETCoreApp,Version=v7.0", FrameworkDisplayName = ".NET 7.0")] -[assembly: System.Reflection.AssemblyMetadata(".NETFrameworkAssembly", "")] -[assembly: System.Reflection.AssemblyMetadata("Serviceable", "True")] -[assembly: System.Reflection.AssemblyMetadata("PreferInbox", "True")] -[assembly: System.Reflection.AssemblyDefaultAlias("System.Composition.TypedParts")] -[assembly: System.Resources.NeutralResourcesLanguage("en-US")] -[assembly: System.CLSCompliant(true)] -[assembly: System.Runtime.InteropServices.DefaultDllImportSearchPaths(System.Runtime.InteropServices.DllImportSearchPath.AssemblyDirectory | System.Runtime.InteropServices.DllImportSearchPath.System32)] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyDescription("Provides some extension methods for the Managed Extensibility Framework.\r\n\r\nCommonly Used Types:\r\nSystem.Composition.CompositionContextExtensions\r\nSystem.Composition.Hosting.ContainerConfiguration")] -[assembly: System.Reflection.AssemblyFileVersion("7.0.22.51805")] -[assembly: System.Reflection.AssemblyInformationalVersion("7.0.0+d099f075e45d2aa6007a22b71b45a08758559f80")] -[assembly: System.Reflection.AssemblyProduct("Microsoft® .NET")] -[assembly: System.Reflection.AssemblyTitle("System.Composition.TypedParts")] -[assembly: System.Reflection.AssemblyMetadata("RepositoryUrl", "https://github.com/dotnet/runtime")] -[assembly: System.Reflection.AssemblyVersionAttribute("7.0.0.0")] -[assembly: System.Runtime.CompilerServices.ReferenceAssembly] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -namespace System.Composition -{ - public static partial class CompositionContextExtensions - { - public static void SatisfyImports(this CompositionContext compositionContext, object objectWithLooseImports, Convention.AttributedModelProvider conventions) { } - - public static void SatisfyImports(this CompositionContext compositionContext, object objectWithLooseImports) { } - } -} - -namespace System.Composition.Hosting -{ - public partial class ContainerConfiguration - { - public ContainerConfiguration() { } - - public CompositionHost CreateContainer() { throw null; } - - public ContainerConfiguration WithAssemblies(Collections.Generic.IEnumerable assemblies, Convention.AttributedModelProvider conventions) { throw null; } - - public ContainerConfiguration WithAssemblies(Collections.Generic.IEnumerable assemblies) { throw null; } - - public ContainerConfiguration WithAssembly(Reflection.Assembly assembly, Convention.AttributedModelProvider conventions) { throw null; } - - public ContainerConfiguration WithAssembly(Reflection.Assembly assembly) { throw null; } - - public ContainerConfiguration WithDefaultConventions(Convention.AttributedModelProvider conventions) { throw null; } - - public ContainerConfiguration WithExport(Type contractType, object exportedInstance, string contractName = null, Collections.Generic.IDictionary metadata = null) { throw null; } - - public ContainerConfiguration WithExport(Type contractType, object exportedInstance) { throw null; } - - public ContainerConfiguration WithExport(TExport exportedInstance, string contractName = null, Collections.Generic.IDictionary metadata = null) { throw null; } - - public ContainerConfiguration WithExport(TExport exportedInstance) { throw null; } - - public ContainerConfiguration WithPart(Type partType, Convention.AttributedModelProvider conventions) { throw null; } - - public ContainerConfiguration WithPart(Type partType) { throw null; } - - public ContainerConfiguration WithPart() { throw null; } - - public ContainerConfiguration WithPart(Convention.AttributedModelProvider conventions) { throw null; } - - public ContainerConfiguration WithParts(Collections.Generic.IEnumerable partTypes, Convention.AttributedModelProvider conventions) { throw null; } - - public ContainerConfiguration WithParts(Collections.Generic.IEnumerable partTypes) { throw null; } - - public ContainerConfiguration WithParts(params Type[] partTypes) { throw null; } - - public ContainerConfiguration WithProvider(Core.ExportDescriptorProvider exportDescriptorProvider) { throw null; } - } -} \ No newline at end of file diff --git a/src/referencePackages/src/system.composition.typedparts/7.0.0/lib/netstandard2.0/System.Composition.TypedParts.cs b/src/referencePackages/src/system.composition.typedparts/7.0.0/lib/netstandard2.0/System.Composition.TypedParts.cs deleted file mode 100644 index 8aed86be24..0000000000 --- a/src/referencePackages/src/system.composition.typedparts/7.0.0/lib/netstandard2.0/System.Composition.TypedParts.cs +++ /dev/null @@ -1,81 +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.Versioning.TargetFramework(".NETStandard,Version=v2.0", FrameworkDisplayName = ".NET Standard 2.0")] -[assembly: System.Reflection.AssemblyMetadata(".NETFrameworkAssembly", "")] -[assembly: System.Reflection.AssemblyMetadata("Serviceable", "True")] -[assembly: System.Reflection.AssemblyMetadata("PreferInbox", "True")] -[assembly: System.Reflection.AssemblyDefaultAlias("System.Composition.TypedParts")] -[assembly: System.Resources.NeutralResourcesLanguage("en-US")] -[assembly: System.CLSCompliant(true)] -[assembly: System.Runtime.InteropServices.DefaultDllImportSearchPaths(System.Runtime.InteropServices.DllImportSearchPath.AssemblyDirectory | System.Runtime.InteropServices.DllImportSearchPath.System32)] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyDescription("Provides some extension methods for the Managed Extensibility Framework.\r\n\r\nCommonly Used Types:\r\nSystem.Composition.CompositionContextExtensions\r\nSystem.Composition.Hosting.ContainerConfiguration")] -[assembly: System.Reflection.AssemblyFileVersion("7.0.22.51805")] -[assembly: System.Reflection.AssemblyInformationalVersion("7.0.0+d099f075e45d2aa6007a22b71b45a08758559f80")] -[assembly: System.Reflection.AssemblyProduct("Microsoft® .NET")] -[assembly: System.Reflection.AssemblyTitle("System.Composition.TypedParts")] -[assembly: System.Reflection.AssemblyMetadata("RepositoryUrl", "https://github.com/dotnet/runtime")] -[assembly: System.Reflection.AssemblyVersionAttribute("7.0.0.0")] -[assembly: System.Runtime.CompilerServices.ReferenceAssembly] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -namespace System.Composition -{ - public static partial class CompositionContextExtensions - { - public static void SatisfyImports(this CompositionContext compositionContext, object objectWithLooseImports, Convention.AttributedModelProvider conventions) { } - - public static void SatisfyImports(this CompositionContext compositionContext, object objectWithLooseImports) { } - } -} - -namespace System.Composition.Hosting -{ - public partial class ContainerConfiguration - { - public ContainerConfiguration() { } - - public CompositionHost CreateContainer() { throw null; } - - public ContainerConfiguration WithAssemblies(Collections.Generic.IEnumerable assemblies, Convention.AttributedModelProvider conventions) { throw null; } - - public ContainerConfiguration WithAssemblies(Collections.Generic.IEnumerable assemblies) { throw null; } - - public ContainerConfiguration WithAssembly(Reflection.Assembly assembly, Convention.AttributedModelProvider conventions) { throw null; } - - public ContainerConfiguration WithAssembly(Reflection.Assembly assembly) { throw null; } - - public ContainerConfiguration WithDefaultConventions(Convention.AttributedModelProvider conventions) { throw null; } - - public ContainerConfiguration WithExport(Type contractType, object exportedInstance, string contractName = null, Collections.Generic.IDictionary metadata = null) { throw null; } - - public ContainerConfiguration WithExport(Type contractType, object exportedInstance) { throw null; } - - public ContainerConfiguration WithExport(TExport exportedInstance, string contractName = null, Collections.Generic.IDictionary metadata = null) { throw null; } - - public ContainerConfiguration WithExport(TExport exportedInstance) { throw null; } - - public ContainerConfiguration WithPart(Type partType, Convention.AttributedModelProvider conventions) { throw null; } - - public ContainerConfiguration WithPart(Type partType) { throw null; } - - public ContainerConfiguration WithPart() { throw null; } - - public ContainerConfiguration WithPart(Convention.AttributedModelProvider conventions) { throw null; } - - public ContainerConfiguration WithParts(Collections.Generic.IEnumerable partTypes, Convention.AttributedModelProvider conventions) { throw null; } - - public ContainerConfiguration WithParts(Collections.Generic.IEnumerable partTypes) { throw null; } - - public ContainerConfiguration WithParts(params Type[] partTypes) { throw null; } - - public ContainerConfiguration WithProvider(Core.ExportDescriptorProvider exportDescriptorProvider) { throw null; } - } -} \ No newline at end of file diff --git a/src/referencePackages/src/system.composition.typedparts/7.0.0/system.composition.typedparts.nuspec b/src/referencePackages/src/system.composition.typedparts/7.0.0/system.composition.typedparts.nuspec deleted file mode 100644 index 0e33d433d0..0000000000 --- a/src/referencePackages/src/system.composition.typedparts/7.0.0/system.composition.typedparts.nuspec +++ /dev/null @@ -1,37 +0,0 @@ - - - - System.Composition.TypedParts - 7.0.0 - Microsoft - MIT - https://licenses.nuget.org/MIT - https://dot.net/ - Provides some extension methods for the Managed Extensibility Framework. - -Commonly Used Types: -System.Composition.CompositionContextExtensions -System.Composition.Hosting.ContainerConfiguration - 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.private.datacontractserialization/4.1.1/System.Private.DataContractSerialization.4.1.1.csproj b/src/referencePackages/src/system.private.datacontractserialization/4.1.1/System.Private.DataContractSerialization.4.1.1.csproj deleted file mode 100644 index f04cce09c8..0000000000 --- a/src/referencePackages/src/system.private.datacontractserialization/4.1.1/System.Private.DataContractSerialization.4.1.1.csproj +++ /dev/null @@ -1,48 +0,0 @@ - - - netstandard1.3 - $(ArtifactsBinDir)system.private.datacontractserialization/4.1.1/system.private.datacontractserialization.nuspec - - - - $(ArtifactsBinDir)system.private.datacontractserialization/4.1.1/ref/ - $(ArtifactsObjDir)system.private.datacontractserialization/4.1.1 - - - $(ArtifactsBinDir)system.private.datacontractserialization/4.1.1/lib/ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/referencePackages/src/system.private.datacontractserialization/4.1.1/lib/netstandard1.3/System.Private.DataContractSerialization.cs b/src/referencePackages/src/system.private.datacontractserialization/4.1.1/lib/netstandard1.3/System.Private.DataContractSerialization.cs deleted file mode 100644 index 0eab844369..0000000000 --- a/src/referencePackages/src/system.private.datacontractserialization/4.1.1/lib/netstandard1.3/System.Private.DataContractSerialization.cs +++ /dev/null @@ -1,457 +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. -// ------------------------------------------------------------------------------ - -using System; -using System.Diagnostics; -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Security; - -[assembly: Debuggable(DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)] -[assembly: AllowPartiallyTrustedCallers] -[assembly: ReferenceAssembly] -[assembly: AssemblyTitle("System.Private.DataContractSerialization")] -[assembly: AssemblyDescription("System.Private.DataContractSerialization")] -[assembly: AssemblyDefaultAlias("System.Private.DataContractSerialization")] -[assembly: AssemblyCompany("Microsoft Corporation")] -[assembly: AssemblyProduct("Microsoft® .NET Framework")] -[assembly: AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: AssemblyFileVersion("1.0.24212.01")] -[assembly: AssemblyInformationalVersion("1.0.24212.01 built by: SOURCEBUILD")] -[assembly: CLSCompliant(true)] -[assembly: AssemblyMetadata("", "")] -[assembly: AssemblyVersion("4.1.1.0")] - - - - -namespace System.Runtime.Serialization -{ - public abstract partial class DataContractResolver - { - protected DataContractResolver() { } - public abstract System.Type ResolveName(string typeName, string typeNamespace, System.Type declaredType, System.Runtime.Serialization.DataContractResolver knownTypeResolver); - public abstract bool TryResolveType(System.Type type, System.Type declaredType, System.Runtime.Serialization.DataContractResolver knownTypeResolver, out System.Xml.XmlDictionaryString typeName, out System.Xml.XmlDictionaryString typeNamespace); - } - public sealed partial class DataContractSerializer : System.Runtime.Serialization.XmlObjectSerializer - { - public DataContractSerializer(System.Type type) { } - public DataContractSerializer(System.Type type, System.Collections.Generic.IEnumerable knownTypes) { } - public DataContractSerializer(System.Type type, System.Runtime.Serialization.DataContractSerializerSettings settings) { } - public DataContractSerializer(System.Type type, string rootName, string rootNamespace) { } - public DataContractSerializer(System.Type type, string rootName, string rootNamespace, System.Collections.Generic.IEnumerable knownTypes) { } - public DataContractSerializer(System.Type type, System.Xml.XmlDictionaryString rootName, System.Xml.XmlDictionaryString rootNamespace) { } - public DataContractSerializer(System.Type type, System.Xml.XmlDictionaryString rootName, System.Xml.XmlDictionaryString rootNamespace, System.Collections.Generic.IEnumerable knownTypes) { } - public DataContractSerializer(System.Type type, System.Xml.XmlDictionaryString rootName, System.Xml.XmlDictionaryString rootNamespace, System.Collections.Generic.IEnumerable knownTypes, int maxItemsInObjectGraph, bool ignoreExtensionDataObject, bool preserveObjectReferences, System.Runtime.Serialization.DataContractResolver dataContractResolver) { } - public System.Runtime.Serialization.DataContractResolver DataContractResolver { get { throw null; } } - public bool IgnoreExtensionDataObject { get { throw null; } } - public System.Collections.ObjectModel.ReadOnlyCollection KnownTypes { get { throw null; } } - public int MaxItemsInObjectGraph { get { throw null; } } - public bool PreserveObjectReferences { get { throw null; } } - public bool SerializeReadOnlyTypes { get { throw null; } } - public override bool IsStartObject(System.Xml.XmlDictionaryReader reader) { throw null; } - public override bool IsStartObject(System.Xml.XmlReader reader) { throw null; } - public override object ReadObject(System.Xml.XmlDictionaryReader reader, bool verifyObjectName) { throw null; } - public override object ReadObject(System.Xml.XmlReader reader) { throw null; } - public override object ReadObject(System.Xml.XmlReader reader, bool verifyObjectName) { throw null; } - public override void WriteEndObject(System.Xml.XmlDictionaryWriter writer) { } - public override void WriteEndObject(System.Xml.XmlWriter writer) { } - public override void WriteObject(System.Xml.XmlWriter writer, object graph) { } - public override void WriteObjectContent(System.Xml.XmlDictionaryWriter writer, object graph) { } - public override void WriteObjectContent(System.Xml.XmlWriter writer, object graph) { } - public override void WriteStartObject(System.Xml.XmlDictionaryWriter writer, object graph) { } - public override void WriteStartObject(System.Xml.XmlWriter writer, object graph) { } - } - public static partial class DataContractSerializerExtensions - { - public static System.Runtime.Serialization.ISerializationSurrogateProvider GetSerializationSurrogateProvider(this System.Runtime.Serialization.DataContractSerializer serializer) { throw null; } - public static void SetSerializationSurrogateProvider(this System.Runtime.Serialization.DataContractSerializer serializer, System.Runtime.Serialization.ISerializationSurrogateProvider provider) { } - } - public partial class DataContractSerializerSettings - { - public DataContractSerializerSettings() { } - public System.Runtime.Serialization.DataContractResolver DataContractResolver { get { throw null; } set { } } - public System.Collections.Generic.IEnumerable KnownTypes { get { throw null; } set { } } - public int MaxItemsInObjectGraph { get { throw null; } set { } } - public bool PreserveObjectReferences { get { throw null; } set { } } - public System.Xml.XmlDictionaryString RootName { get { throw null; } set { } } - public System.Xml.XmlDictionaryString RootNamespace { get { throw null; } set { } } - public bool SerializeReadOnlyTypes { get { throw null; } set { } } - } - public partial class DateTimeFormat - { - public DateTimeFormat(string formatString) { } - public DateTimeFormat(string formatString, System.IFormatProvider formatProvider) { } - public System.Globalization.DateTimeStyles DateTimeStyles { get { throw null; } set { } } - public System.IFormatProvider FormatProvider { get { throw null; } } - public string FormatString { get { throw null; } } - } - public enum EmitTypeInformation - { - Always = 1, - AsNeeded = 0, - Never = 2, - } - public static partial class JsonFormatGeneratorStatics - { - public static System.Reflection.PropertyInfo CollectionItemNameProperty { get { throw null; } } - public static System.Reflection.MethodInfo GetCurrentMethod { get { throw null; } } - public static System.Reflection.MethodInfo GetItemContractMethod { get { throw null; } } - public static System.Reflection.MethodInfo GetJsonDataContractMethod { get { throw null; } } - public static System.Reflection.MethodInfo GetJsonMemberIndexMethod { get { throw null; } } - public static System.Reflection.MethodInfo GetJsonMemberNameMethod { get { throw null; } } - public static System.Reflection.MethodInfo GetRevisedItemContractMethod { get { throw null; } } - public static System.Reflection.MethodInfo GetUninitializedObjectMethod { get { throw null; } } - public static System.Reflection.MethodInfo IsStartElementMethod0 { get { throw null; } } - public static System.Reflection.MethodInfo IsStartElementMethod2 { get { throw null; } } - public static System.Reflection.PropertyInfo LocalNameProperty { get { throw null; } } - public static System.Reflection.MethodInfo MoveNextMethod { get { throw null; } } - public static System.Reflection.MethodInfo MoveToContentMethod { get { throw null; } } - public static System.Reflection.PropertyInfo NamespaceProperty { get { throw null; } } - public static System.Reflection.PropertyInfo NodeTypeProperty { get { throw null; } } - public static System.Reflection.MethodInfo ParseEnumMethod { get { throw null; } } - public static System.Reflection.MethodInfo ReadJsonValueMethod { get { throw null; } } - public static System.Reflection.ConstructorInfo SerializationExceptionCtor { get { throw null; } } - public static System.Reflection.MethodInfo ThrowDuplicateMemberExceptionMethod { get { throw null; } } - public static System.Reflection.MethodInfo ThrowMissingRequiredMembersMethod { get { throw null; } } - public static System.Reflection.PropertyInfo TypeHandleProperty { get { throw null; } } - public static System.Reflection.PropertyInfo UseSimpleDictionaryFormatReadProperty { get { throw null; } } - public static System.Reflection.PropertyInfo UseSimpleDictionaryFormatWriteProperty { get { throw null; } } - public static System.Reflection.MethodInfo WriteAttributeStringMethod { get { throw null; } } - public static System.Reflection.MethodInfo WriteEndElementMethod { get { throw null; } } - public static System.Reflection.MethodInfo WriteJsonISerializableMethod { get { throw null; } } - public static System.Reflection.MethodInfo WriteJsonNameWithMappingMethod { get { throw null; } } - public static System.Reflection.MethodInfo WriteJsonValueMethod { get { throw null; } } - public static System.Reflection.MethodInfo WriteStartElementMethod { get { throw null; } } - public static System.Reflection.MethodInfo WriteStartElementStringMethod { get { throw null; } } - } - public abstract partial class XmlObjectSerializer - { - protected XmlObjectSerializer() { } - public abstract bool IsStartObject(System.Xml.XmlDictionaryReader reader); - public virtual bool IsStartObject(System.Xml.XmlReader reader) { throw null; } - public virtual object ReadObject(System.IO.Stream stream) { throw null; } - public virtual object ReadObject(System.Xml.XmlDictionaryReader reader) { throw null; } - public abstract object ReadObject(System.Xml.XmlDictionaryReader reader, bool verifyObjectName); - public virtual object ReadObject(System.Xml.XmlReader reader) { throw null; } - public virtual object ReadObject(System.Xml.XmlReader reader, bool verifyObjectName) { throw null; } - public abstract void WriteEndObject(System.Xml.XmlDictionaryWriter writer); - public virtual void WriteEndObject(System.Xml.XmlWriter writer) { } - public virtual void WriteObject(System.IO.Stream stream, object graph) { } - public virtual void WriteObject(System.Xml.XmlDictionaryWriter writer, object graph) { } - public virtual void WriteObject(System.Xml.XmlWriter writer, object graph) { } - public abstract void WriteObjectContent(System.Xml.XmlDictionaryWriter writer, object graph); - public virtual void WriteObjectContent(System.Xml.XmlWriter writer, object graph) { } - public abstract void WriteStartObject(System.Xml.XmlDictionaryWriter writer, object graph); - public virtual void WriteStartObject(System.Xml.XmlWriter writer, object graph) { } - } - public static partial class XmlSerializableServices - { - public static System.Xml.XmlNode[] ReadNodes(System.Xml.XmlReader xmlReader) { throw null; } - public static void WriteNodes(System.Xml.XmlWriter xmlWriter, System.Xml.XmlNode[] nodes) { } - } -} -namespace System.Runtime.Serialization.Json -{ - public sealed partial class DataContractJsonSerializer - { - public DataContractJsonSerializer(System.Type type) { } - public DataContractJsonSerializer(System.Type type, System.Collections.Generic.IEnumerable knownTypes) { } - public DataContractJsonSerializer(System.Type type, System.Runtime.Serialization.Json.DataContractJsonSerializerSettings settings) { } - public System.Runtime.Serialization.DateTimeFormat DateTimeFormat { get { throw null; } } - public System.Runtime.Serialization.EmitTypeInformation EmitTypeInformation { get { throw null; } } - public System.Collections.ObjectModel.ReadOnlyCollection KnownTypes { get { throw null; } } - public int MaxItemsInObjectGraph { get { throw null; } } - public bool SerializeReadOnlyTypes { get { throw null; } } - public bool UseSimpleDictionaryFormat { get { throw null; } } - public object ReadObject(System.IO.Stream stream) { throw null; } - public void WriteObject(System.IO.Stream stream, object graph) { } - } - public partial class DataContractJsonSerializerSettings - { - public DataContractJsonSerializerSettings() { } - public System.Runtime.Serialization.DateTimeFormat DateTimeFormat { get { throw null; } set { } } - public System.Runtime.Serialization.EmitTypeInformation EmitTypeInformation { get { throw null; } set { } } - public bool IgnoreExtensionDataObject { get { throw null; } set { } } - public System.Collections.Generic.IEnumerable KnownTypes { get { throw null; } set { } } - public int MaxItemsInObjectGraph { get { throw null; } set { } } - public string RootName { get { throw null; } set { } } - public bool SerializeReadOnlyTypes { get { throw null; } set { } } - public bool UseSimpleDictionaryFormat { get { throw null; } set { } } - } -} -namespace System.Xml -{ - public partial interface IStreamProvider - { - System.IO.Stream GetStream(); - void ReleaseStream(System.IO.Stream stream); - } - public partial interface IXmlDictionary - { - bool TryLookup(int key, out System.Xml.XmlDictionaryString result); - bool TryLookup(string value, out System.Xml.XmlDictionaryString result); - bool TryLookup(System.Xml.XmlDictionaryString value, out System.Xml.XmlDictionaryString result); - } - public partial interface IXmlTextReaderInitializer - { - void SetInput(byte[] buffer, int offset, int count, System.Text.Encoding encoding, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.OnXmlDictionaryReaderClose onClose); - void SetInput(System.IO.Stream stream, System.Text.Encoding encoding, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.OnXmlDictionaryReaderClose onClose); - } - public delegate void OnXmlDictionaryReaderClose(System.Xml.XmlDictionaryReader reader); - public partial class UniqueId - { - public UniqueId() { } - public UniqueId(byte[] guid) { } - public UniqueId(byte[] guid, int offset) { } - public UniqueId(char[] chars, int offset, int count) { } - public UniqueId(System.Guid guid) { } - public UniqueId(string value) { } - public int CharArrayLength { get { throw null; } } - public bool IsGuid { get { throw null; } } - public override bool Equals(object obj) { throw null; } - public override int GetHashCode() { throw null; } - public static bool operator ==(System.Xml.UniqueId id1, System.Xml.UniqueId id2) { throw null; } - public static bool operator !=(System.Xml.UniqueId id1, System.Xml.UniqueId id2) { throw null; } - public int ToCharArray(char[] chars, int offset) { throw null; } - public override string ToString() { throw null; } - public bool TryGetGuid(byte[] buffer, int offset) { throw null; } - public bool TryGetGuid(out System.Guid guid) { throw null; } - } - public partial class XmlBinaryReaderSession : System.Xml.IXmlDictionary - { - public XmlBinaryReaderSession() { } - public System.Xml.XmlDictionaryString Add(int id, string value) { throw null; } - public void Clear() { } - public bool TryLookup(int key, out System.Xml.XmlDictionaryString result) { throw null; } - public bool TryLookup(string value, out System.Xml.XmlDictionaryString result) { throw null; } - public bool TryLookup(System.Xml.XmlDictionaryString value, out System.Xml.XmlDictionaryString result) { throw null; } - } - public partial class XmlBinaryWriterSession - { - public XmlBinaryWriterSession() { } - public void Reset() { } - public virtual bool TryAdd(System.Xml.XmlDictionaryString value, out int key) { throw null; } - } - public partial class XmlDictionary : System.Xml.IXmlDictionary - { - public XmlDictionary() { } - public XmlDictionary(int capacity) { } - public static System.Xml.IXmlDictionary Empty { get { throw null; } } - public virtual System.Xml.XmlDictionaryString Add(string value) { throw null; } - public virtual bool TryLookup(int key, out System.Xml.XmlDictionaryString result) { throw null; } - public virtual bool TryLookup(string value, out System.Xml.XmlDictionaryString result) { throw null; } - public virtual bool TryLookup(System.Xml.XmlDictionaryString value, out System.Xml.XmlDictionaryString result) { throw null; } - } - public abstract partial class XmlDictionaryReader : System.Xml.XmlReader - { - protected XmlDictionaryReader() { } - public virtual bool CanCanonicalize { get { throw null; } } - public virtual System.Xml.XmlDictionaryReaderQuotas Quotas { get { throw null; } } - public virtual void Close() { } - public static System.Xml.XmlDictionaryReader CreateBinaryReader(byte[] buffer, int offset, int count, System.Xml.IXmlDictionary dictionary, System.Xml.XmlDictionaryReaderQuotas quotas) { throw null; } - public static System.Xml.XmlDictionaryReader CreateBinaryReader(byte[] buffer, int offset, int count, System.Xml.IXmlDictionary dictionary, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.XmlBinaryReaderSession session) { throw null; } - public static System.Xml.XmlDictionaryReader CreateBinaryReader(byte[] buffer, int offset, int count, System.Xml.XmlDictionaryReaderQuotas quotas) { throw null; } - public static System.Xml.XmlDictionaryReader CreateBinaryReader(byte[] buffer, System.Xml.XmlDictionaryReaderQuotas quotas) { throw null; } - public static System.Xml.XmlDictionaryReader CreateBinaryReader(System.IO.Stream stream, System.Xml.IXmlDictionary dictionary, System.Xml.XmlDictionaryReaderQuotas quotas) { throw null; } - public static System.Xml.XmlDictionaryReader CreateBinaryReader(System.IO.Stream stream, System.Xml.IXmlDictionary dictionary, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.XmlBinaryReaderSession session) { throw null; } - public static System.Xml.XmlDictionaryReader CreateBinaryReader(System.IO.Stream stream, System.Xml.XmlDictionaryReaderQuotas quotas) { throw null; } - public static System.Xml.XmlDictionaryReader CreateDictionaryReader(System.Xml.XmlReader reader) { throw null; } - public static System.Xml.XmlDictionaryReader CreateTextReader(byte[] buffer, int offset, int count, System.Xml.XmlDictionaryReaderQuotas quotas) { throw null; } - public static System.Xml.XmlDictionaryReader CreateTextReader(byte[] buffer, System.Xml.XmlDictionaryReaderQuotas quotas) { throw null; } - public static System.Xml.XmlDictionaryReader CreateTextReader(System.IO.Stream stream, System.Text.Encoding encoding, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.OnXmlDictionaryReaderClose onClose) { throw null; } - public static System.Xml.XmlDictionaryReader CreateTextReader(System.IO.Stream stream, System.Xml.XmlDictionaryReaderQuotas quotas) { throw null; } - public virtual void EndCanonicalization() { } - public virtual string GetAttribute(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { throw null; } - public virtual int IndexOfLocalName(string[] localNames, string namespaceUri) { throw null; } - public virtual int IndexOfLocalName(System.Xml.XmlDictionaryString[] localNames, System.Xml.XmlDictionaryString namespaceUri) { throw null; } - public virtual bool IsLocalName(string localName) { throw null; } - public virtual bool IsLocalName(System.Xml.XmlDictionaryString localName) { throw null; } - public virtual bool IsNamespaceUri(string namespaceUri) { throw null; } - public virtual bool IsNamespaceUri(System.Xml.XmlDictionaryString namespaceUri) { throw null; } - public virtual bool IsStartArray(out System.Type type) { throw null; } - public virtual bool IsStartElement(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { throw null; } - protected bool IsTextNode(System.Xml.XmlNodeType nodeType) { throw null; } - public virtual void MoveToStartElement() { } - public virtual void MoveToStartElement(string name) { } - public virtual void MoveToStartElement(string localName, string namespaceUri) { } - public virtual void MoveToStartElement(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { } - public virtual int ReadArray(string localName, string namespaceUri, bool[] array, int offset, int count) { throw null; } - public virtual int ReadArray(string localName, string namespaceUri, System.DateTime[] array, int offset, int count) { throw null; } - public virtual int ReadArray(string localName, string namespaceUri, decimal[] array, int offset, int count) { throw null; } - public virtual int ReadArray(string localName, string namespaceUri, double[] array, int offset, int count) { throw null; } - public virtual int ReadArray(string localName, string namespaceUri, System.Guid[] array, int offset, int count) { throw null; } - public virtual int ReadArray(string localName, string namespaceUri, short[] array, int offset, int count) { throw null; } - public virtual int ReadArray(string localName, string namespaceUri, int[] array, int offset, int count) { throw null; } - public virtual int ReadArray(string localName, string namespaceUri, long[] array, int offset, int count) { throw null; } - public virtual int ReadArray(string localName, string namespaceUri, float[] array, int offset, int count) { throw null; } - public virtual int ReadArray(string localName, string namespaceUri, System.TimeSpan[] array, int offset, int count) { throw null; } - public virtual int ReadArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, bool[] array, int offset, int count) { throw null; } - public virtual int ReadArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, System.DateTime[] array, int offset, int count) { throw null; } - public virtual int ReadArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, decimal[] array, int offset, int count) { throw null; } - public virtual int ReadArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, double[] array, int offset, int count) { throw null; } - public virtual int ReadArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, System.Guid[] array, int offset, int count) { throw null; } - public virtual int ReadArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, short[] array, int offset, int count) { throw null; } - public virtual int ReadArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, int[] array, int offset, int count) { throw null; } - public virtual int ReadArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, long[] array, int offset, int count) { throw null; } - public virtual int ReadArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, float[] array, int offset, int count) { throw null; } - public virtual int ReadArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, System.TimeSpan[] array, int offset, int count) { throw null; } - public virtual bool[] ReadBooleanArray(string localName, string namespaceUri) { throw null; } - public virtual bool[] ReadBooleanArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { throw null; } - public override object ReadContentAs(System.Type type, System.Xml.IXmlNamespaceResolver namespaceResolver) { throw null; } - public virtual byte[] ReadContentAsBase64() { throw null; } - public virtual byte[] ReadContentAsBinHex() { throw null; } - protected byte[] ReadContentAsBinHex(int maxByteArrayContentLength) { throw null; } - public virtual int ReadContentAsChars(char[] chars, int offset, int count) { throw null; } - public override decimal ReadContentAsDecimal() { throw null; } - public override float ReadContentAsFloat() { throw null; } - public virtual System.Guid ReadContentAsGuid() { throw null; } - public virtual void ReadContentAsQualifiedName(out string localName, out string namespaceUri) { throw null; } - public override string ReadContentAsString() { throw null; } - protected string ReadContentAsString(int maxStringContentLength) { throw null; } - public virtual string ReadContentAsString(string[] strings, out int index) { throw null; } - public virtual string ReadContentAsString(System.Xml.XmlDictionaryString[] strings, out int index) { throw null; } - public virtual System.TimeSpan ReadContentAsTimeSpan() { throw null; } - public virtual System.Xml.UniqueId ReadContentAsUniqueId() { throw null; } - public virtual System.DateTime[] ReadDateTimeArray(string localName, string namespaceUri) { throw null; } - public virtual System.DateTime[] ReadDateTimeArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { throw null; } - public virtual decimal[] ReadDecimalArray(string localName, string namespaceUri) { throw null; } - public virtual decimal[] ReadDecimalArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { throw null; } - public virtual double[] ReadDoubleArray(string localName, string namespaceUri) { throw null; } - public virtual double[] ReadDoubleArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { throw null; } - public virtual byte[] ReadElementContentAsBase64() { throw null; } - public virtual byte[] ReadElementContentAsBinHex() { throw null; } - public override bool ReadElementContentAsBoolean() { throw null; } - public virtual System.DateTime ReadElementContentAsDateTime() { throw null; } - public override decimal ReadElementContentAsDecimal() { throw null; } - public override double ReadElementContentAsDouble() { throw null; } - public override float ReadElementContentAsFloat() { throw null; } - public virtual System.Guid ReadElementContentAsGuid() { throw null; } - public override int ReadElementContentAsInt() { throw null; } - public override long ReadElementContentAsLong() { throw null; } - public override string ReadElementContentAsString() { throw null; } - public virtual System.TimeSpan ReadElementContentAsTimeSpan() { throw null; } - public virtual System.Xml.UniqueId ReadElementContentAsUniqueId() { throw null; } - public virtual void ReadFullStartElement() { } - public virtual void ReadFullStartElement(string name) { } - public virtual void ReadFullStartElement(string localName, string namespaceUri) { } - public virtual void ReadFullStartElement(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { } - public virtual System.Guid[] ReadGuidArray(string localName, string namespaceUri) { throw null; } - public virtual System.Guid[] ReadGuidArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { throw null; } - public virtual short[] ReadInt16Array(string localName, string namespaceUri) { throw null; } - public virtual short[] ReadInt16Array(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { throw null; } - public virtual int[] ReadInt32Array(string localName, string namespaceUri) { throw null; } - public virtual int[] ReadInt32Array(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { throw null; } - public virtual long[] ReadInt64Array(string localName, string namespaceUri) { throw null; } - public virtual long[] ReadInt64Array(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { throw null; } - public virtual float[] ReadSingleArray(string localName, string namespaceUri) { throw null; } - public virtual float[] ReadSingleArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { throw null; } - public virtual void ReadStartElement(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { } - public virtual System.TimeSpan[] ReadTimeSpanArray(string localName, string namespaceUri) { throw null; } - public virtual System.TimeSpan[] ReadTimeSpanArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { throw null; } - public virtual int ReadValueAsBase64(byte[] buffer, int offset, int count) { throw null; } - public virtual void StartCanonicalization(System.IO.Stream stream, bool includeComments, string[] inclusivePrefixes) { } - public virtual bool TryGetArrayLength(out int count) { throw null; } - public virtual bool TryGetBase64ContentLength(out int length) { throw null; } - public virtual bool TryGetLocalNameAsDictionaryString(out System.Xml.XmlDictionaryString localName) { throw null; } - public virtual bool TryGetNamespaceUriAsDictionaryString(out System.Xml.XmlDictionaryString namespaceUri) { throw null; } - public virtual bool TryGetValueAsDictionaryString(out System.Xml.XmlDictionaryString value) { throw null; } - } - public sealed partial class XmlDictionaryReaderQuotas - { - public XmlDictionaryReaderQuotas() { } - public static System.Xml.XmlDictionaryReaderQuotas Max { get { throw null; } } - [System.ComponentModel.DefaultValueAttribute(16384)] - public int MaxArrayLength { get { throw null; } set { } } - [System.ComponentModel.DefaultValueAttribute(4096)] - public int MaxBytesPerRead { get { throw null; } set { } } - [System.ComponentModel.DefaultValueAttribute(32)] - public int MaxDepth { get { throw null; } set { } } - [System.ComponentModel.DefaultValueAttribute(16384)] - public int MaxNameTableCharCount { get { throw null; } set { } } - [System.ComponentModel.DefaultValueAttribute(8192)] - public int MaxStringContentLength { get { throw null; } set { } } - public System.Xml.XmlDictionaryReaderQuotaTypes ModifiedQuotas { get { throw null; } } - public void CopyTo(System.Xml.XmlDictionaryReaderQuotas quotas) { } - } - [System.FlagsAttribute] - public enum XmlDictionaryReaderQuotaTypes - { - MaxArrayLength = 4, - MaxBytesPerRead = 8, - MaxDepth = 1, - MaxNameTableCharCount = 16, - MaxStringContentLength = 2, - } - public partial class XmlDictionaryString - { - public XmlDictionaryString(System.Xml.IXmlDictionary dictionary, string value, int key) { } - public System.Xml.IXmlDictionary Dictionary { get { throw null; } } - public static System.Xml.XmlDictionaryString Empty { get { throw null; } } - public int Key { get { throw null; } } - public string Value { get { throw null; } } - public override string ToString() { throw null; } - } - public abstract partial class XmlDictionaryWriter : System.Xml.XmlWriter - { - protected XmlDictionaryWriter() { } - public virtual bool CanCanonicalize { get { throw null; } } - public virtual void Close() { } - public static System.Xml.XmlDictionaryWriter CreateBinaryWriter(System.IO.Stream stream) { throw null; } - public static System.Xml.XmlDictionaryWriter CreateBinaryWriter(System.IO.Stream stream, System.Xml.IXmlDictionary dictionary) { throw null; } - public static System.Xml.XmlDictionaryWriter CreateBinaryWriter(System.IO.Stream stream, System.Xml.IXmlDictionary dictionary, System.Xml.XmlBinaryWriterSession session) { throw null; } - public static System.Xml.XmlDictionaryWriter CreateBinaryWriter(System.IO.Stream stream, System.Xml.IXmlDictionary dictionary, System.Xml.XmlBinaryWriterSession session, bool ownsStream) { throw null; } - public static System.Xml.XmlDictionaryWriter CreateDictionaryWriter(System.Xml.XmlWriter writer) { throw null; } - public static System.Xml.XmlDictionaryWriter CreateTextWriter(System.IO.Stream stream) { throw null; } - public static System.Xml.XmlDictionaryWriter CreateTextWriter(System.IO.Stream stream, System.Text.Encoding encoding) { throw null; } - public static System.Xml.XmlDictionaryWriter CreateTextWriter(System.IO.Stream stream, System.Text.Encoding encoding, bool ownsStream) { throw null; } - protected override void Dispose(bool disposing) { } - public virtual void EndCanonicalization() { } - public virtual void StartCanonicalization(System.IO.Stream stream, bool includeComments, string[] inclusivePrefixes) { } - public virtual void WriteArray(string prefix, string localName, string namespaceUri, bool[] array, int offset, int count) { } - public virtual void WriteArray(string prefix, string localName, string namespaceUri, System.DateTime[] array, int offset, int count) { } - public virtual void WriteArray(string prefix, string localName, string namespaceUri, decimal[] array, int offset, int count) { } - public virtual void WriteArray(string prefix, string localName, string namespaceUri, double[] array, int offset, int count) { } - public virtual void WriteArray(string prefix, string localName, string namespaceUri, System.Guid[] array, int offset, int count) { } - public virtual void WriteArray(string prefix, string localName, string namespaceUri, short[] array, int offset, int count) { } - public virtual void WriteArray(string prefix, string localName, string namespaceUri, int[] array, int offset, int count) { } - public virtual void WriteArray(string prefix, string localName, string namespaceUri, long[] array, int offset, int count) { } - public virtual void WriteArray(string prefix, string localName, string namespaceUri, float[] array, int offset, int count) { } - public virtual void WriteArray(string prefix, string localName, string namespaceUri, System.TimeSpan[] array, int offset, int count) { } - public virtual void WriteArray(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, bool[] array, int offset, int count) { } - public virtual void WriteArray(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, System.DateTime[] array, int offset, int count) { } - public virtual void WriteArray(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, decimal[] array, int offset, int count) { } - public virtual void WriteArray(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, double[] array, int offset, int count) { } - public virtual void WriteArray(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, System.Guid[] array, int offset, int count) { } - public virtual void WriteArray(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, short[] array, int offset, int count) { } - public virtual void WriteArray(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, int[] array, int offset, int count) { } - public virtual void WriteArray(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, long[] array, int offset, int count) { } - public virtual void WriteArray(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, float[] array, int offset, int count) { } - public virtual void WriteArray(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, System.TimeSpan[] array, int offset, int count) { } - public void WriteAttributeString(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, string value) { } - public void WriteAttributeString(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, string value) { } - public void WriteElementString(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, string value) { } - public void WriteElementString(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, string value) { } - public virtual void WriteNode(System.Xml.XmlDictionaryReader reader, bool defattr) { } - public override void WriteNode(System.Xml.XmlReader reader, bool defattr) { } - public virtual void WriteQualifiedName(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { } - public virtual void WriteStartAttribute(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { } - public void WriteStartAttribute(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { } - public virtual void WriteStartElement(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { } - public void WriteStartElement(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { } - public virtual void WriteString(System.Xml.XmlDictionaryString value) { } - protected virtual void WriteTextNode(System.Xml.XmlDictionaryReader reader, bool isAttribute) { } - public virtual void WriteValue(System.Guid value) { } - public virtual void WriteValue(System.TimeSpan value) { } - public virtual void WriteValue(System.Xml.UniqueId value) { } - public virtual void WriteValue(System.Xml.XmlDictionaryString value) { } - public virtual void WriteXmlAttribute(string localName, string value) { } - public virtual void WriteXmlAttribute(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString value) { } - public virtual void WriteXmlnsAttribute(string prefix, string namespaceUri) { } - public virtual void WriteXmlnsAttribute(string prefix, System.Xml.XmlDictionaryString namespaceUri) { } - } -} diff --git a/src/referencePackages/src/system.private.datacontractserialization/4.1.1/ref/netstandard/_._ b/src/referencePackages/src/system.private.datacontractserialization/4.1.1/ref/netstandard/_._ deleted file mode 100755 index e69de29bb2..0000000000 diff --git a/src/referencePackages/src/system.private.datacontractserialization/4.1.1/system.private.datacontractserialization.nuspec b/src/referencePackages/src/system.private.datacontractserialization/4.1.1/system.private.datacontractserialization.nuspec deleted file mode 100755 index 2f33cba75e..0000000000 --- a/src/referencePackages/src/system.private.datacontractserialization/4.1.1/system.private.datacontractserialization.nuspec +++ /dev/null @@ -1,101 +0,0 @@ - - - - System.Private.DataContractSerialization - 4.1.1 - System.Private.DataContractSerialization - Microsoft - microsoft,dotnetframework - true - https://microsoft.mit-license.org/ - https://dot.net/ - http://go.microsoft.com/fwlink/?LinkID=288859 - Internal implementation package not meant for direct consumption. Please do not reference directly. Provides implementation of System.Runtime.Serialization packages. -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.private.datacontractserialization/Directory.Build.props b/src/referencePackages/src/system.private.datacontractserialization/Directory.Build.props deleted file mode 100644 index 5afa046f16..0000000000 --- a/src/referencePackages/src/system.private.datacontractserialization/Directory.Build.props +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - System.Private.DataContractSerialization - - - diff --git a/src/referencePackages/src/system.security.principal.windows/4.3.0/System.Security.Principal.Windows.4.3.0.csproj b/src/referencePackages/src/system.security.principal.windows/4.3.0/System.Security.Principal.Windows.4.3.0.csproj deleted file mode 100644 index 7fd31eff15..0000000000 --- a/src/referencePackages/src/system.security.principal.windows/4.3.0/System.Security.Principal.Windows.4.3.0.csproj +++ /dev/null @@ -1,34 +0,0 @@ - - - netstandard1.3 - $(ArtifactsBinDir)system.security.principal.windows/4.3.0/system.security.principal.windows.nuspec - - - - $(ArtifactsBinDir)system.security.principal.windows/4.3.0/ref/ - $(ArtifactsObjDir)system.security.principal.windows/4.3.0 - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/referencePackages/src/system.security.principal.windows/4.3.0/ref/netstandard1.3/System.Security.Principal.Windows.cs b/src/referencePackages/src/system.security.principal.windows/4.3.0/ref/netstandard1.3/System.Security.Principal.Windows.cs deleted file mode 100644 index dd1ebb8d32..0000000000 --- a/src/referencePackages/src/system.security.principal.windows/4.3.0/ref/netstandard1.3/System.Security.Principal.Windows.cs +++ /dev/null @@ -1,249 +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. -// ------------------------------------------------------------------------------ - -using System; -using System.Diagnostics; -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Security; - -[assembly: Debuggable(DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)] -[assembly: AllowPartiallyTrustedCallers] -[assembly: ReferenceAssembly] -[assembly: AssemblyTitle("System.Security.Principal.Windows")] -[assembly: AssemblyDescription("System.Security.Principal.Windows")] -[assembly: AssemblyDefaultAlias("System.Security.Principal.Windows")] -[assembly: AssemblyCompany("Microsoft Corporation")] -[assembly: AssemblyProduct("Microsoft® .NET Framework")] -[assembly: AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: AssemblyFileVersion("1.0.24212.01")] -[assembly: AssemblyInformationalVersion("1.0.24212.01 built by: SOURCEBUILD")] -[assembly: CLSCompliant(true)] -[assembly: AssemblyMetadata("", "")] -[assembly: AssemblyVersion("4.0.0.0")] - - - - -namespace Microsoft.Win32.SafeHandles -{ - public sealed partial class SafeAccessTokenHandle : System.Runtime.InteropServices.SafeHandle - { - public SafeAccessTokenHandle(System.IntPtr handle) : base (default(System.IntPtr), default(bool)) { } - public static Microsoft.Win32.SafeHandles.SafeAccessTokenHandle InvalidHandle { get { throw null; } } - public override bool IsInvalid { get { throw null; } } - protected override bool ReleaseHandle() { throw null; } - } -} -namespace System.Security.Principal -{ - public sealed partial class IdentityNotMappedException : System.Exception - { - public IdentityNotMappedException() { } - public IdentityNotMappedException(string message) { } - public IdentityNotMappedException(string message, System.Exception inner) { } - public System.Security.Principal.IdentityReferenceCollection UnmappedIdentities { get { throw null; } } - } - public abstract partial class IdentityReference - { - internal IdentityReference() { } - public abstract string Value { get; } - public abstract override bool Equals(object o); - public abstract override int GetHashCode(); - public abstract bool IsValidTargetType(System.Type targetType); - public static bool operator ==(System.Security.Principal.IdentityReference left, System.Security.Principal.IdentityReference right) { throw null; } - public static bool operator !=(System.Security.Principal.IdentityReference left, System.Security.Principal.IdentityReference right) { throw null; } - public abstract override string ToString(); - public abstract System.Security.Principal.IdentityReference Translate(System.Type targetType); - } - public partial class IdentityReferenceCollection : System.Collections.Generic.ICollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable - { - public IdentityReferenceCollection() { } - public IdentityReferenceCollection(int capacity) { } - public int Count { get { throw null; } } - public System.Security.Principal.IdentityReference this[int index] { get { throw null; } set { } } - bool System.Collections.Generic.ICollection.IsReadOnly { get { throw null; } } - public void Add(System.Security.Principal.IdentityReference identity) { } - public void Clear() { } - public bool Contains(System.Security.Principal.IdentityReference identity) { throw null; } - public void CopyTo(System.Security.Principal.IdentityReference[] array, int offset) { } - public System.Collections.Generic.IEnumerator GetEnumerator() { throw null; } - public bool Remove(System.Security.Principal.IdentityReference identity) { throw null; } - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } - public System.Security.Principal.IdentityReferenceCollection Translate(System.Type targetType) { throw null; } - public System.Security.Principal.IdentityReferenceCollection Translate(System.Type targetType, bool forceSuccess) { throw null; } - } - public sealed partial class NTAccount : System.Security.Principal.IdentityReference - { - public NTAccount(string name) { } - public NTAccount(string domainName, string accountName) { } - public override string Value { get { throw null; } } - public override bool Equals(object o) { throw null; } - public override int GetHashCode() { throw null; } - public override bool IsValidTargetType(System.Type targetType) { throw null; } - public static bool operator ==(System.Security.Principal.NTAccount left, System.Security.Principal.NTAccount right) { throw null; } - public static bool operator !=(System.Security.Principal.NTAccount left, System.Security.Principal.NTAccount right) { throw null; } - public override string ToString() { throw null; } - public override System.Security.Principal.IdentityReference Translate(System.Type targetType) { throw null; } - } - public sealed partial class SecurityIdentifier : System.Security.Principal.IdentityReference, System.IComparable - { - public static readonly int MaxBinaryLength; - public static readonly int MinBinaryLength; - public SecurityIdentifier(byte[] binaryForm, int offset) { } - public SecurityIdentifier(System.IntPtr binaryForm) { } - public SecurityIdentifier(System.Security.Principal.WellKnownSidType sidType, System.Security.Principal.SecurityIdentifier domainSid) { } - public SecurityIdentifier(string sddlForm) { } - public System.Security.Principal.SecurityIdentifier AccountDomainSid { get { throw null; } } - public int BinaryLength { get { throw null; } } - public override string Value { get { throw null; } } - public int CompareTo(System.Security.Principal.SecurityIdentifier sid) { throw null; } - public override bool Equals(object o) { throw null; } - public bool Equals(System.Security.Principal.SecurityIdentifier sid) { throw null; } - public void GetBinaryForm(byte[] binaryForm, int offset) { } - public override int GetHashCode() { throw null; } - public bool IsAccountSid() { throw null; } - public bool IsEqualDomainSid(System.Security.Principal.SecurityIdentifier sid) { throw null; } - public override bool IsValidTargetType(System.Type targetType) { throw null; } - public bool IsWellKnown(System.Security.Principal.WellKnownSidType type) { throw null; } - public static bool operator ==(System.Security.Principal.SecurityIdentifier left, System.Security.Principal.SecurityIdentifier right) { throw null; } - public static bool operator !=(System.Security.Principal.SecurityIdentifier left, System.Security.Principal.SecurityIdentifier right) { throw null; } - public override string ToString() { throw null; } - public override System.Security.Principal.IdentityReference Translate(System.Type targetType) { throw null; } - } - [System.FlagsAttribute] - public enum TokenAccessLevels - { - AdjustDefault = 128, - AdjustGroups = 64, - AdjustPrivileges = 32, - AdjustSessionId = 256, - AllAccess = 983551, - AssignPrimary = 1, - Duplicate = 2, - Impersonate = 4, - MaximumAllowed = 33554432, - Query = 8, - QuerySource = 16, - Read = 131080, - Write = 131296, - } - public enum WellKnownSidType - { - AccountAdministratorSid = 38, - AccountCertAdminsSid = 46, - AccountComputersSid = 44, - AccountControllersSid = 45, - AccountDomainAdminsSid = 41, - AccountDomainGuestsSid = 43, - AccountDomainUsersSid = 42, - AccountEnterpriseAdminsSid = 48, - AccountGuestSid = 39, - AccountKrbtgtSid = 40, - AccountPolicyAdminsSid = 49, - AccountRasAndIasServersSid = 50, - AccountSchemaAdminsSid = 47, - AnonymousSid = 13, - AuthenticatedUserSid = 17, - BatchSid = 10, - BuiltinAccountOperatorsSid = 30, - BuiltinAdministratorsSid = 26, - BuiltinAuthorizationAccessSid = 59, - BuiltinBackupOperatorsSid = 33, - BuiltinDomainSid = 25, - BuiltinGuestsSid = 28, - BuiltinIncomingForestTrustBuildersSid = 56, - BuiltinNetworkConfigurationOperatorsSid = 37, - BuiltinPerformanceLoggingUsersSid = 58, - BuiltinPerformanceMonitoringUsersSid = 57, - BuiltinPowerUsersSid = 29, - BuiltinPreWindows2000CompatibleAccessSid = 35, - BuiltinPrintOperatorsSid = 32, - BuiltinRemoteDesktopUsersSid = 36, - BuiltinReplicatorSid = 34, - BuiltinSystemOperatorsSid = 31, - BuiltinUsersSid = 27, - CreatorGroupServerSid = 6, - CreatorGroupSid = 4, - CreatorOwnerServerSid = 5, - CreatorOwnerSid = 3, - DialupSid = 8, - DigestAuthenticationSid = 52, - EnterpriseControllersSid = 15, - InteractiveSid = 11, - LocalServiceSid = 23, - LocalSid = 2, - LocalSystemSid = 22, - LogonIdsSid = 21, - MaxDefined = 60, - NetworkServiceSid = 24, - NetworkSid = 9, - NTAuthoritySid = 7, - NtlmAuthenticationSid = 51, - NullSid = 0, - OtherOrganizationSid = 55, - ProxySid = 14, - RemoteLogonIdSid = 20, - RestrictedCodeSid = 18, - SChannelAuthenticationSid = 53, - SelfSid = 16, - ServiceSid = 12, - TerminalServerSid = 19, - ThisOrganizationSid = 54, - WinBuiltinTerminalServerLicenseServersSid = 60, - WorldSid = 1, - } - public enum WindowsBuiltInRole - { - AccountOperator = 548, - Administrator = 544, - BackupOperator = 551, - Guest = 546, - PowerUser = 547, - PrintOperator = 550, - Replicator = 552, - SystemOperator = 549, - User = 545, - } - public partial class WindowsIdentity : System.Security.Claims.ClaimsIdentity, System.IDisposable - { - public new const string DefaultIssuer = "AD AUTHORITY"; - public WindowsIdentity(System.IntPtr userToken) { } - public WindowsIdentity(System.IntPtr userToken, string type) { } - public WindowsIdentity(string sUserPrincipalName) { } - public Microsoft.Win32.SafeHandles.SafeAccessTokenHandle AccessToken { get { throw null; } } - public sealed override string AuthenticationType { get { throw null; } } - public override System.Collections.Generic.IEnumerable Claims { get { throw null; } } - public System.Security.Principal.IdentityReferenceCollection Groups { get { throw null; } } - public System.Security.Principal.TokenImpersonationLevel ImpersonationLevel { get { throw null; } } - public virtual bool IsAnonymous { get { throw null; } } - public override bool IsAuthenticated { get { throw null; } } - public virtual bool IsGuest { get { throw null; } } - public virtual bool IsSystem { get { throw null; } } - public override string Name { get { throw null; } } - public System.Security.Principal.SecurityIdentifier Owner { get { throw null; } } - public System.Security.Principal.SecurityIdentifier User { get { throw null; } } - public override System.Security.Claims.ClaimsIdentity Clone() { throw null; } - public void Dispose() { } - protected virtual void Dispose(bool disposing) { } - public static System.Security.Principal.WindowsIdentity GetAnonymous() { throw null; } - public static System.Security.Principal.WindowsIdentity GetCurrent() { throw null; } - public static System.Security.Principal.WindowsIdentity GetCurrent(bool ifImpersonating) { throw null; } - public static System.Security.Principal.WindowsIdentity GetCurrent(System.Security.Principal.TokenAccessLevels desiredAccess) { throw null; } - public static void RunImpersonated(Microsoft.Win32.SafeHandles.SafeAccessTokenHandle safeAccessTokenHandle, System.Action action) { } - public static T RunImpersonated(Microsoft.Win32.SafeHandles.SafeAccessTokenHandle safeAccessTokenHandle, System.Func func) { throw null; } - } - public partial class WindowsPrincipal : System.Security.Claims.ClaimsPrincipal - { - public WindowsPrincipal(System.Security.Principal.WindowsIdentity ntIdentity) { } - public override System.Security.Principal.IIdentity Identity { get { throw null; } } - public virtual bool IsInRole(int rid) { throw null; } - public virtual bool IsInRole(System.Security.Principal.SecurityIdentifier sid) { throw null; } - public virtual bool IsInRole(System.Security.Principal.WindowsBuiltInRole role) { throw null; } - public override bool IsInRole(string role) { throw null; } - } -} diff --git a/src/referencePackages/src/system.security.principal.windows/4.3.0/system.security.principal.windows.nuspec b/src/referencePackages/src/system.security.principal.windows/4.3.0/system.security.principal.windows.nuspec deleted file mode 100755 index dcc9fe5964..0000000000 --- a/src/referencePackages/src/system.security.principal.windows/4.3.0/system.security.principal.windows.nuspec +++ /dev/null @@ -1,48 +0,0 @@ - - - - System.Security.Principal.Windows - 4.3.0 - System.Security.Principal.Windows - Microsoft - microsoft,dotnetframework - true - https://microsoft.mit-license.org/ - https://dot.net/ - http://go.microsoft.com/fwlink/?LinkID=288859 - Provides classes for retrieving the current Windows user and for interacting with Windows users and groups. - -Commonly Used Types: -System.Security.Principal.WindowsIdentity -System.Security.Principal.SecurityIdentifier -System.Security.Principal.NTAccount -System.Security.Principal.WindowsPrincipal -System.Security.Principal.IdentityReference -System.Security.Principal.IdentityNotMappedException -System.Security.Principal.WindowsBuiltInRole -System.Security.Principal.WellKnownSidType - -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.security.principal.windows/4.5.0/System.Security.Principal.Windows.4.5.0.csproj b/src/referencePackages/src/system.security.principal.windows/4.5.0/System.Security.Principal.Windows.4.5.0.csproj deleted file mode 100644 index 31da9fd059..0000000000 --- a/src/referencePackages/src/system.security.principal.windows/4.5.0/System.Security.Principal.Windows.4.5.0.csproj +++ /dev/null @@ -1,9 +0,0 @@ - - - - netstandard2.0 - System.Security.Principal.Windows - 2 - - - diff --git a/src/referencePackages/src/system.security.principal.windows/4.5.0/ref/netstandard2.0/System.Security.Principal.Windows.cs b/src/referencePackages/src/system.security.principal.windows/4.5.0/ref/netstandard2.0/System.Security.Principal.Windows.cs deleted file mode 100644 index 52b15452d9..0000000000 --- a/src/referencePackages/src/system.security.principal.windows/4.5.0/ref/netstandard2.0/System.Security.Principal.Windows.cs +++ /dev/null @@ -1,386 +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.Security.Principal.Windows")] -[assembly: System.Reflection.AssemblyDescription("System.Security.Principal.Windows")] -[assembly: System.Reflection.AssemblyDefaultAlias("System.Security.Principal.Windows")] -[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.26515.06")] -[assembly: System.Reflection.AssemblyInformationalVersion("4.6.26515.06 @BuiltBy: dlab-DDVSOWINAGE059 @Branch: release/2.1 @SrcCode: https://github.com/dotnet/corefx/tree/30ab651fcb4354552bd4891619a0bdd81e0ebdbf")] -[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.1.0")] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -namespace Microsoft.Win32.SafeHandles -{ - public sealed partial class SafeAccessTokenHandle : System.Runtime.InteropServices.SafeHandle - { - public SafeAccessTokenHandle(System.IntPtr handle) : base(default, default) { } - - public static SafeAccessTokenHandle InvalidHandle { get { throw null; } } - - public override bool IsInvalid { get { throw null; } } - - protected override bool ReleaseHandle() { throw null; } - } -} - -namespace System.Security.Principal -{ - public sealed partial class IdentityNotMappedException : SystemException - { - public IdentityNotMappedException() { } - - public IdentityNotMappedException(string message, Exception inner) { } - - public IdentityNotMappedException(string message) { } - - public IdentityReferenceCollection UnmappedIdentities { get { throw null; } } - - public override void GetObjectData(Runtime.Serialization.SerializationInfo serializationInfo, Runtime.Serialization.StreamingContext streamingContext) { } - } - - public abstract partial class IdentityReference - { - internal IdentityReference() { } - - public abstract string Value { get; } - - public abstract override bool Equals(object o); - public abstract override int GetHashCode(); - public abstract bool IsValidTargetType(Type targetType); - public static bool operator ==(IdentityReference left, IdentityReference right) { throw null; } - - public static bool operator !=(IdentityReference left, IdentityReference right) { throw null; } - - public abstract override string ToString(); - public abstract IdentityReference Translate(Type targetType); - } - - public partial class IdentityReferenceCollection : Collections.Generic.ICollection, Collections.Generic.IEnumerable, Collections.IEnumerable - { - public IdentityReferenceCollection() { } - - public IdentityReferenceCollection(int capacity) { } - - public int Count { get { throw null; } } - - public IdentityReference this[int index] { get { throw null; } set { } } - - bool Collections.Generic.ICollection.IsReadOnly { get { throw null; } } - - public void Add(IdentityReference identity) { } - - public void Clear() { } - - public bool Contains(IdentityReference identity) { throw null; } - - public void CopyTo(IdentityReference[] array, int offset) { } - - public Collections.Generic.IEnumerator GetEnumerator() { throw null; } - - public bool Remove(IdentityReference identity) { throw null; } - - Collections.IEnumerator Collections.IEnumerable.GetEnumerator() { throw null; } - - public IdentityReferenceCollection Translate(Type targetType, bool forceSuccess) { throw null; } - - public IdentityReferenceCollection Translate(Type targetType) { throw null; } - } - - public sealed partial class NTAccount : IdentityReference - { - public NTAccount(string domainName, string accountName) { } - - public NTAccount(string name) { } - - public override string Value { get { throw null; } } - - public override bool Equals(object o) { throw null; } - - public override int GetHashCode() { throw null; } - - public override bool IsValidTargetType(Type targetType) { throw null; } - - public static bool operator ==(NTAccount left, NTAccount right) { throw null; } - - public static bool operator !=(NTAccount left, NTAccount right) { throw null; } - - public override string ToString() { throw null; } - - public override IdentityReference Translate(Type targetType) { throw null; } - } - - public sealed partial class SecurityIdentifier : IdentityReference, IComparable - { - public static readonly int MaxBinaryLength; - public static readonly int MinBinaryLength; - public SecurityIdentifier(byte[] binaryForm, int offset) { } - - public SecurityIdentifier(IntPtr binaryForm) { } - - public SecurityIdentifier(WellKnownSidType sidType, SecurityIdentifier domainSid) { } - - public SecurityIdentifier(string sddlForm) { } - - public SecurityIdentifier AccountDomainSid { get { throw null; } } - - public int BinaryLength { get { throw null; } } - - public override string Value { get { throw null; } } - - public int CompareTo(SecurityIdentifier sid) { throw null; } - - public override bool Equals(object o) { throw null; } - - public bool Equals(SecurityIdentifier sid) { throw null; } - - public void GetBinaryForm(byte[] binaryForm, int offset) { } - - public override int GetHashCode() { throw null; } - - public bool IsAccountSid() { throw null; } - - public bool IsEqualDomainSid(SecurityIdentifier sid) { throw null; } - - public override bool IsValidTargetType(Type targetType) { throw null; } - - public bool IsWellKnown(WellKnownSidType type) { throw null; } - - public static bool operator ==(SecurityIdentifier left, SecurityIdentifier right) { throw null; } - - public static bool operator !=(SecurityIdentifier left, SecurityIdentifier right) { throw null; } - - public override string ToString() { throw null; } - - public override IdentityReference Translate(Type targetType) { throw null; } - } - - [Flags] - public enum TokenAccessLevels - { - AssignPrimary = 1, - Duplicate = 2, - Impersonate = 4, - Query = 8, - QuerySource = 16, - AdjustPrivileges = 32, - AdjustGroups = 64, - AdjustDefault = 128, - AdjustSessionId = 256, - Read = 131080, - Write = 131296, - AllAccess = 983551, - MaximumAllowed = 33554432 - } - - public enum WellKnownSidType - { - NullSid = 0, - WorldSid = 1, - LocalSid = 2, - CreatorOwnerSid = 3, - CreatorGroupSid = 4, - CreatorOwnerServerSid = 5, - CreatorGroupServerSid = 6, - NTAuthoritySid = 7, - DialupSid = 8, - NetworkSid = 9, - BatchSid = 10, - InteractiveSid = 11, - ServiceSid = 12, - AnonymousSid = 13, - ProxySid = 14, - EnterpriseControllersSid = 15, - SelfSid = 16, - AuthenticatedUserSid = 17, - RestrictedCodeSid = 18, - TerminalServerSid = 19, - RemoteLogonIdSid = 20, - LogonIdsSid = 21, - LocalSystemSid = 22, - LocalServiceSid = 23, - NetworkServiceSid = 24, - BuiltinDomainSid = 25, - BuiltinAdministratorsSid = 26, - BuiltinUsersSid = 27, - BuiltinGuestsSid = 28, - BuiltinPowerUsersSid = 29, - BuiltinAccountOperatorsSid = 30, - BuiltinSystemOperatorsSid = 31, - BuiltinPrintOperatorsSid = 32, - BuiltinBackupOperatorsSid = 33, - BuiltinReplicatorSid = 34, - BuiltinPreWindows2000CompatibleAccessSid = 35, - BuiltinRemoteDesktopUsersSid = 36, - BuiltinNetworkConfigurationOperatorsSid = 37, - AccountAdministratorSid = 38, - AccountGuestSid = 39, - AccountKrbtgtSid = 40, - AccountDomainAdminsSid = 41, - AccountDomainUsersSid = 42, - AccountDomainGuestsSid = 43, - AccountComputersSid = 44, - AccountControllersSid = 45, - AccountCertAdminsSid = 46, - AccountSchemaAdminsSid = 47, - AccountEnterpriseAdminsSid = 48, - AccountPolicyAdminsSid = 49, - AccountRasAndIasServersSid = 50, - NtlmAuthenticationSid = 51, - DigestAuthenticationSid = 52, - SChannelAuthenticationSid = 53, - ThisOrganizationSid = 54, - OtherOrganizationSid = 55, - BuiltinIncomingForestTrustBuildersSid = 56, - BuiltinPerformanceMonitoringUsersSid = 57, - BuiltinPerformanceLoggingUsersSid = 58, - BuiltinAuthorizationAccessSid = 59, - MaxDefined = 60, - WinBuiltinTerminalServerLicenseServersSid = 60, - WinBuiltinDCOMUsersSid = 61, - WinBuiltinIUsersSid = 62, - WinIUserSid = 63, - WinBuiltinCryptoOperatorsSid = 64, - WinUntrustedLabelSid = 65, - WinLowLabelSid = 66, - WinMediumLabelSid = 67, - WinHighLabelSid = 68, - WinSystemLabelSid = 69, - WinWriteRestrictedCodeSid = 70, - WinCreatorOwnerRightsSid = 71, - WinCacheablePrincipalsGroupSid = 72, - WinNonCacheablePrincipalsGroupSid = 73, - WinEnterpriseReadonlyControllersSid = 74, - WinAccountReadonlyControllersSid = 75, - WinBuiltinEventLogReadersGroup = 76, - WinNewEnterpriseReadonlyControllersSid = 77, - WinBuiltinCertSvcDComAccessGroup = 78, - WinMediumPlusLabelSid = 79, - WinLocalLogonSid = 80, - WinConsoleLogonSid = 81, - WinThisOrganizationCertificateSid = 82, - WinApplicationPackageAuthoritySid = 83, - WinBuiltinAnyPackageSid = 84, - WinCapabilityInternetClientSid = 85, - WinCapabilityInternetClientServerSid = 86, - WinCapabilityPrivateNetworkClientServerSid = 87, - WinCapabilityPicturesLibrarySid = 88, - WinCapabilityVideosLibrarySid = 89, - WinCapabilityMusicLibrarySid = 90, - WinCapabilityDocumentsLibrarySid = 91, - WinCapabilitySharedUserCertificatesSid = 92, - WinCapabilityEnterpriseAuthenticationSid = 93, - WinCapabilityRemovableStorageSid = 94 - } - - public enum WindowsBuiltInRole - { - Administrator = 544, - User = 545, - Guest = 546, - PowerUser = 547, - AccountOperator = 548, - SystemOperator = 549, - PrintOperator = 550, - BackupOperator = 551, - Replicator = 552 - } - - public partial class WindowsIdentity : Claims.ClaimsIdentity, IDisposable, Runtime.Serialization.ISerializable, Runtime.Serialization.IDeserializationCallback - { - public new const string DefaultIssuer = "AD AUTHORITY"; - public WindowsIdentity(IntPtr userToken, string type) { } - - public WindowsIdentity(IntPtr userToken) { } - - public WindowsIdentity(Runtime.Serialization.SerializationInfo info, Runtime.Serialization.StreamingContext context) { } - - protected WindowsIdentity(WindowsIdentity identity) { } - - public WindowsIdentity(string sUserPrincipalName) { } - - public Microsoft.Win32.SafeHandles.SafeAccessTokenHandle AccessToken { get { throw null; } } - - public sealed override string AuthenticationType { get { throw null; } } - - public override Collections.Generic.IEnumerable Claims { get { throw null; } } - - public virtual Collections.Generic.IEnumerable DeviceClaims { get { throw null; } } - - public IdentityReferenceCollection Groups { get { throw null; } } - - public TokenImpersonationLevel ImpersonationLevel { get { throw null; } } - - public virtual bool IsAnonymous { get { throw null; } } - - public override bool IsAuthenticated { get { throw null; } } - - public virtual bool IsGuest { get { throw null; } } - - public virtual bool IsSystem { get { throw null; } } - - public override string Name { get { throw null; } } - - public SecurityIdentifier Owner { get { throw null; } } - - public virtual IntPtr Token { get { throw null; } } - - public SecurityIdentifier User { get { throw null; } } - - public virtual Collections.Generic.IEnumerable UserClaims { get { throw null; } } - - public override Claims.ClaimsIdentity Clone() { throw null; } - - public void Dispose() { } - - protected virtual void Dispose(bool disposing) { } - - public static WindowsIdentity GetAnonymous() { throw null; } - - public static WindowsIdentity GetCurrent() { throw null; } - - public static WindowsIdentity GetCurrent(bool ifImpersonating) { throw null; } - - public static WindowsIdentity GetCurrent(TokenAccessLevels desiredAccess) { throw null; } - - public static void RunImpersonated(Microsoft.Win32.SafeHandles.SafeAccessTokenHandle safeAccessTokenHandle, Action action) { } - - public static T RunImpersonated(Microsoft.Win32.SafeHandles.SafeAccessTokenHandle safeAccessTokenHandle, Func func) { throw null; } - - void Runtime.Serialization.IDeserializationCallback.OnDeserialization(object sender) { } - - void Runtime.Serialization.ISerializable.GetObjectData(Runtime.Serialization.SerializationInfo info, Runtime.Serialization.StreamingContext context) { } - } - - public partial class WindowsPrincipal : Claims.ClaimsPrincipal - { - public WindowsPrincipal(WindowsIdentity ntIdentity) { } - - public virtual Collections.Generic.IEnumerable DeviceClaims { get { throw null; } } - - public override IIdentity Identity { get { throw null; } } - - public virtual Collections.Generic.IEnumerable UserClaims { get { throw null; } } - - public virtual bool IsInRole(int rid) { throw null; } - - public virtual bool IsInRole(SecurityIdentifier sid) { throw null; } - - public virtual bool IsInRole(WindowsBuiltInRole role) { throw null; } - - public override bool IsInRole(string role) { throw null; } - } -} \ No newline at end of file diff --git a/src/referencePackages/src/system.security.principal.windows/4.5.0/system.security.principal.windows.nuspec b/src/referencePackages/src/system.security.principal.windows/4.5.0/system.security.principal.windows.nuspec deleted file mode 100644 index 9e4f56405f..0000000000 --- a/src/referencePackages/src/system.security.principal.windows/4.5.0/system.security.principal.windows.nuspec +++ /dev/null @@ -1,34 +0,0 @@ - - - - System.Security.Principal.Windows - 4.5.0 - System.Security.Principal.Windows - Microsoft - microsoft,dotnetframework - false - https://github.com/dotnet/corefx/blob/master/LICENSE.TXT - https://dot.net/ - http://go.microsoft.com/fwlink/?LinkID=288859 - Provides classes for retrieving the current Windows user and for interacting with Windows users and groups. - -Commonly Used Types: -System.Security.Principal.WindowsIdentity -System.Security.Principal.SecurityIdentifier -System.Security.Principal.NTAccount -System.Security.Principal.WindowsPrincipal -System.Security.Principal.IdentityReference -System.Security.Principal.IdentityNotMappedException -System.Security.Principal.WindowsBuiltInRole -System.Security.Principal.WellKnownSidType - -30ab651fcb4354552bd4891619a0bdd81e0ebdbf -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.overlapped/4.3.0/System.Threading.Overlapped.4.3.0.csproj b/src/referencePackages/src/system.threading.overlapped/4.3.0/System.Threading.Overlapped.4.3.0.csproj deleted file mode 100644 index 735164319a..0000000000 --- a/src/referencePackages/src/system.threading.overlapped/4.3.0/System.Threading.Overlapped.4.3.0.csproj +++ /dev/null @@ -1,24 +0,0 @@ - - - netstandard1.3 - $(ArtifactsBinDir)system.threading.overlapped/4.3.0/system.threading.overlapped.nuspec - - - - $(ArtifactsBinDir)system.threading.overlapped/4.3.0/ref/ - $(ArtifactsObjDir)system.threading.overlapped/4.3.0 - - - - - - - - - - - - - - - diff --git a/src/referencePackages/src/system.threading.overlapped/4.3.0/ref/netstandard1.3/System.Threading.Overlapped.cs b/src/referencePackages/src/system.threading.overlapped/4.3.0/ref/netstandard1.3/System.Threading.Overlapped.cs deleted file mode 100644 index 326dd2ec59..0000000000 --- a/src/referencePackages/src/system.threading.overlapped/4.3.0/ref/netstandard1.3/System.Threading.Overlapped.cs +++ /dev/null @@ -1,65 +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. -// ------------------------------------------------------------------------------ - -using System; -using System.Diagnostics; -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Security; - -[assembly: Debuggable(DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)] -[assembly: AllowPartiallyTrustedCallers] -[assembly: ReferenceAssembly] -[assembly: AssemblyTitle("System.Threading.Overlapped")] -[assembly: AssemblyDescription("System.Threading.Overlapped")] -[assembly: AssemblyDefaultAlias("System.Threading.Overlapped")] -[assembly: AssemblyCompany("Microsoft Corporation")] -[assembly: AssemblyProduct("Microsoft® .NET Framework")] -[assembly: AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: AssemblyFileVersion("1.0.24212.01")] -[assembly: AssemblyInformationalVersion("1.0.24212.01 built by: SOURCEBUILD")] -[assembly: CLSCompliant(true)] -[assembly: AssemblyMetadata("", "")] -[assembly: AssemblyVersion("4.0.1.0")] - - - - -namespace System.Threading -{ - [System.CLSCompliantAttribute(false)] - public unsafe delegate void IOCompletionCallback(uint errorCode, uint numBytes, System.Threading.NativeOverlapped* pOVERLAP); - public partial struct NativeOverlapped - { - public System.IntPtr EventHandle; - public System.IntPtr InternalHigh; - public System.IntPtr InternalLow; - public int OffsetHigh; - public int OffsetLow; - } - public sealed partial class PreAllocatedOverlapped : System.IDisposable - { - [System.CLSCompliantAttribute(false)] - public PreAllocatedOverlapped(System.Threading.IOCompletionCallback callback, object state, object pinData) { } - public void Dispose() { } - } - public sealed partial class ThreadPoolBoundHandle : System.IDisposable - { - internal ThreadPoolBoundHandle() { } - public System.Runtime.InteropServices.SafeHandle Handle { get { throw null; } } - [System.CLSCompliantAttribute(false)] - public unsafe System.Threading.NativeOverlapped* AllocateNativeOverlapped(System.Threading.IOCompletionCallback callback, object state, object pinData) { throw null; } - [System.CLSCompliantAttribute(false)] - public unsafe System.Threading.NativeOverlapped* AllocateNativeOverlapped(System.Threading.PreAllocatedOverlapped preAllocated) { throw null; } - public static System.Threading.ThreadPoolBoundHandle BindHandle(System.Runtime.InteropServices.SafeHandle handle) { throw null; } - public void Dispose() { } - [System.CLSCompliantAttribute(false)] - public unsafe void FreeNativeOverlapped(System.Threading.NativeOverlapped* overlapped) { } - [System.CLSCompliantAttribute(false)] - public unsafe static object GetNativeOverlappedState(System.Threading.NativeOverlapped* overlapped) { throw null; } - } -} diff --git a/src/referencePackages/src/system.threading.overlapped/4.3.0/system.threading.overlapped.nuspec b/src/referencePackages/src/system.threading.overlapped/4.3.0/system.threading.overlapped.nuspec deleted file mode 100755 index cf94fa31f9..0000000000 --- a/src/referencePackages/src/system.threading.overlapped/4.3.0/system.threading.overlapped.nuspec +++ /dev/null @@ -1,42 +0,0 @@ - - - - System.Threading.Overlapped - 4.3.0 - System.Threading.Overlapped - Microsoft - microsoft,dotnetframework - true - https://microsoft.mit-license.org/ - https://dot.net/ - http://go.microsoft.com/fwlink/?LinkID=288859 - Provides common types for interacting with asynchronous (or overlapped) input and output (I/O). - -Commonly Used Types: -System.Threading.NativeOverlapped -System.Threading.Overlapped -System.Threading.IOCompletionCallback - -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.overlapped/Directory.Build.props b/src/referencePackages/src/system.threading.overlapped/Directory.Build.props deleted file mode 100644 index b6bb8b400f..0000000000 --- a/src/referencePackages/src/system.threading.overlapped/Directory.Build.props +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - System.Threading.Overlapped - - - diff --git a/src/referencePackages/src/system.threading.threadpool/4.0.10/System.Threading.ThreadPool.4.0.10.csproj b/src/referencePackages/src/system.threading.threadpool/4.0.10/System.Threading.ThreadPool.4.0.10.csproj deleted file mode 100644 index 1ddc20b043..0000000000 --- a/src/referencePackages/src/system.threading.threadpool/4.0.10/System.Threading.ThreadPool.4.0.10.csproj +++ /dev/null @@ -1,22 +0,0 @@ - - - netstandard1.3 - $(ArtifactsBinDir)system.threading.threadpool/4.0.10/system.threading.threadpool.nuspec - - - - $(ArtifactsBinDir)system.threading.threadpool/4.0.10/ref/ - $(ArtifactsObjDir)system.threading.threadpool/4.0.10 - - - - - - - - - - - - - diff --git a/src/referencePackages/src/system.threading.threadpool/4.0.10/ref/netstandard1.3/System.Threading.ThreadPool.cs b/src/referencePackages/src/system.threading.threadpool/4.0.10/ref/netstandard1.3/System.Threading.ThreadPool.cs deleted file mode 100644 index ac1aba8859..0000000000 --- a/src/referencePackages/src/system.threading.threadpool/4.0.10/ref/netstandard1.3/System.Threading.ThreadPool.cs +++ /dev/null @@ -1,52 +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. -// ------------------------------------------------------------------------------ - -using System; -using System.Diagnostics; -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Security; - -[assembly: Debuggable(DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)] -[assembly: AllowPartiallyTrustedCallers] -[assembly: ReferenceAssembly] -[assembly: AssemblyTitle("System.Threading.ThreadPool")] -[assembly: AssemblyDescription("System.Threading.ThreadPool")] -[assembly: AssemblyDefaultAlias("System.Threading.ThreadPool")] -[assembly: AssemblyCompany("Microsoft Corporation")] -[assembly: AssemblyProduct("Microsoft® .NET Framework")] -[assembly: AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: AssemblyFileVersion("1.0.24212.01")] -[assembly: AssemblyInformationalVersion("1.0.24212.01 built by: SOURCEBUILD")] -[assembly: CLSCompliant(true)] -[assembly: AssemblyMetadata("", "")] -[assembly: AssemblyVersion("4.0.10.0")] - - - - -namespace System.Threading -{ - public sealed partial class RegisteredWaitHandle - { - internal RegisteredWaitHandle() { } - public bool Unregister(System.Threading.WaitHandle waitObject) { throw null; } - } - public static partial class ThreadPool - { - public static bool BindHandle(System.Runtime.InteropServices.SafeHandle osHandle) { throw null; } - public static bool QueueUserWorkItem(System.Threading.WaitCallback callBack) { throw null; } - public static bool QueueUserWorkItem(System.Threading.WaitCallback callBack, object state) { throw null; } - public static System.Threading.RegisteredWaitHandle RegisterWaitForSingleObject(System.Threading.WaitHandle waitObject, System.Threading.WaitOrTimerCallback callBack, object state, int millisecondsTimeOutInterval, bool executeOnlyOnce) { throw null; } - public static System.Threading.RegisteredWaitHandle RegisterWaitForSingleObject(System.Threading.WaitHandle waitObject, System.Threading.WaitOrTimerCallback callBack, object state, long millisecondsTimeOutInterval, bool executeOnlyOnce) { throw null; } - public static System.Threading.RegisteredWaitHandle RegisterWaitForSingleObject(System.Threading.WaitHandle waitObject, System.Threading.WaitOrTimerCallback callBack, object state, System.TimeSpan timeout, bool executeOnlyOnce) { throw null; } - [System.CLSCompliantAttribute(false)] - public static System.Threading.RegisteredWaitHandle RegisterWaitForSingleObject(System.Threading.WaitHandle waitObject, System.Threading.WaitOrTimerCallback callBack, object state, uint millisecondsTimeOutInterval, bool executeOnlyOnce) { throw null; } - } - public delegate void WaitCallback(object state); - public delegate void WaitOrTimerCallback(object state, bool timedOut); -} diff --git a/src/referencePackages/src/system.threading.threadpool/4.0.10/system.threading.threadpool.nuspec b/src/referencePackages/src/system.threading.threadpool/4.0.10/system.threading.threadpool.nuspec deleted file mode 100755 index d9d3d5660b..0000000000 --- a/src/referencePackages/src/system.threading.threadpool/4.0.10/system.threading.threadpool.nuspec +++ /dev/null @@ -1,37 +0,0 @@ - - - - System.Threading.ThreadPool - 4.0.10 - System.Threading.ThreadPool - Microsoft - microsoft,dotnetframework - true - https://microsoft.mit-license.org/ - https://dot.net/ - http://go.microsoft.com/fwlink/?LinkID=288859 - Provides the System.Threading.ThreadPool class, which contains a pool of threads that can be used to execute tasks, post work items, wait on behalf of other threads, and process timers. - -Commonly Used Types: -System.Threading.ThreadPool -System.Threading.WaitOrTimerCallback - -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.threading.threadpool/Directory.Build.props b/src/referencePackages/src/system.threading.threadpool/Directory.Build.props deleted file mode 100644 index bf60c01ed5..0000000000 --- a/src/referencePackages/src/system.threading.threadpool/Directory.Build.props +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - System.Threading.ThreadPool - - - diff --git a/src/referencePackages/src/system.xml.xpath/4.3.0/System.Xml.XPath.4.3.0.csproj b/src/referencePackages/src/system.xml.xpath/4.3.0/System.Xml.XPath.4.3.0.csproj deleted file mode 100644 index c8d932911b..0000000000 --- a/src/referencePackages/src/system.xml.xpath/4.3.0/System.Xml.XPath.4.3.0.csproj +++ /dev/null @@ -1,21 +0,0 @@ - - - - netstandard1.3 - System.Xml.XPath - 2 - - - - - - - - - - - - - - - diff --git a/src/referencePackages/src/system.xml.xpath/4.3.0/ref/netstandard1.3/System.Xml.XPath.cs b/src/referencePackages/src/system.xml.xpath/4.3.0/ref/netstandard1.3/System.Xml.XPath.cs deleted file mode 100644 index 699f6cd499..0000000000 --- a/src/referencePackages/src/system.xml.xpath/4.3.0/ref/netstandard1.3/System.Xml.XPath.cs +++ /dev/null @@ -1,378 +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.Xml.XPath")] -[assembly: System.Reflection.AssemblyDescription("System.Xml.XPath")] -[assembly: System.Reflection.AssemblyDefaultAlias("System.Xml.XPath")] -[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.1.0")] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -namespace System.Xml -{ - public enum XmlNodeOrder - { - Before = 0, - After = 1, - Same = 2, - Unknown = 3 - } -} - -namespace System.Xml.XPath -{ - public partial interface IXPathNavigable - { - XPathNavigator CreateNavigator(); - } - - public enum XmlCaseOrder - { - None = 0, - UpperFirst = 1, - LowerFirst = 2 - } - - public enum XmlDataType - { - Text = 1, - Number = 2 - } - - public enum XmlSortOrder - { - Ascending = 1, - Descending = 2 - } - - public partial class XPathDocument : IXPathNavigable - { - public XPathDocument(IO.Stream stream) { } - - public XPathDocument(IO.TextReader textReader) { } - - public XPathDocument(string uri, XmlSpace space) { } - - public XPathDocument(string uri) { } - - public XPathDocument(XmlReader reader, XmlSpace space) { } - - public XPathDocument(XmlReader reader) { } - - public XPathNavigator CreateNavigator() { throw null; } - } - - public partial class XPathException : Exception - { - public XPathException() { } - - public XPathException(string message, Exception innerException) { } - - public XPathException(string message) { } - } - - public abstract partial class XPathExpression - { - public abstract string Expression { get; } - public abstract XPathResultType ReturnType { get; } - - public abstract void AddSort(object expr, Collections.IComparer comparer); - public abstract void AddSort(object expr, XmlSortOrder order, XmlCaseOrder caseOrder, string lang, XmlDataType dataType); - public abstract XPathExpression Clone(); - public static XPathExpression Compile(string xpath, IXmlNamespaceResolver nsResolver) { throw null; } - - public static XPathExpression Compile(string xpath) { throw null; } - - public abstract void SetContext(IXmlNamespaceResolver nsResolver); - public abstract void SetContext(XmlNamespaceManager nsManager); - } - - public abstract partial class XPathItem - { - public abstract bool IsNode { get; } - public abstract object TypedValue { get; } - public abstract string Value { get; } - public abstract bool ValueAsBoolean { get; } - public abstract DateTime ValueAsDateTime { get; } - public abstract double ValueAsDouble { get; } - public abstract int ValueAsInt { get; } - public abstract long ValueAsLong { get; } - public abstract Type ValueType { get; } - - public abstract object ValueAs(Type returnType, IXmlNamespaceResolver nsResolver); - public virtual object ValueAs(Type returnType) { throw null; } - } - - public enum XPathNamespaceScope - { - All = 0, - ExcludeXml = 1, - Local = 2 - } - - public abstract partial class XPathNavigator : XPathItem, IXmlNamespaceResolver, IXPathNavigable - { - protected XPathNavigator() { } - - public abstract string BaseURI { get; } - - public virtual bool CanEdit { get { throw null; } } - - public virtual bool HasAttributes { get { throw null; } } - - public virtual bool HasChildren { get { throw null; } } - - public virtual string InnerXml { get { throw null; } set { } } - - public abstract bool IsEmptyElement { get; } - - public sealed override bool IsNode { get { throw null; } } - - public abstract string LocalName { get; } - public abstract string Name { get; } - public abstract string NamespaceURI { get; } - public abstract XmlNameTable NameTable { get; } - - public static Collections.IEqualityComparer NavigatorComparer { get { throw null; } } - - public abstract XPathNodeType NodeType { get; } - - public virtual string OuterXml { get { throw null; } set { } } - - public abstract string Prefix { get; } - - public override object TypedValue { get { throw null; } } - - public virtual object UnderlyingObject { get { throw null; } } - - public override bool ValueAsBoolean { get { throw null; } } - - public override DateTime ValueAsDateTime { get { throw null; } } - - public override double ValueAsDouble { get { throw null; } } - - public override int ValueAsInt { get { throw null; } } - - public override long ValueAsLong { get { throw null; } } - - public override Type ValueType { get { throw null; } } - - public virtual string XmlLang { get { throw null; } } - - public virtual XmlWriter AppendChild() { throw null; } - - public virtual void AppendChild(string newChild) { } - - public virtual void AppendChild(XmlReader newChild) { } - - public virtual void AppendChild(XPathNavigator newChild) { } - - public virtual void AppendChildElement(string prefix, string localName, string namespaceURI, string value) { } - - public abstract XPathNavigator Clone(); - public virtual XmlNodeOrder ComparePosition(XPathNavigator nav) { throw null; } - - public virtual XPathExpression Compile(string xpath) { throw null; } - - public virtual void CreateAttribute(string prefix, string localName, string namespaceURI, string value) { } - - public virtual XmlWriter CreateAttributes() { throw null; } - - public virtual XPathNavigator CreateNavigator() { throw null; } - - public virtual void DeleteRange(XPathNavigator lastSiblingToDelete) { } - - public virtual void DeleteSelf() { } - - public virtual object Evaluate(string xpath, IXmlNamespaceResolver resolver) { throw null; } - - public virtual object Evaluate(string xpath) { throw null; } - - public virtual object Evaluate(XPathExpression expr, XPathNodeIterator context) { throw null; } - - public virtual object Evaluate(XPathExpression expr) { throw null; } - - public virtual string GetAttribute(string localName, string namespaceURI) { throw null; } - - public virtual string GetNamespace(string name) { throw null; } - - public virtual Collections.Generic.IDictionary GetNamespacesInScope(XmlNamespaceScope scope) { throw null; } - - public virtual XmlWriter InsertAfter() { throw null; } - - public virtual void InsertAfter(string newSibling) { } - - public virtual void InsertAfter(XmlReader newSibling) { } - - public virtual void InsertAfter(XPathNavigator newSibling) { } - - public virtual XmlWriter InsertBefore() { throw null; } - - public virtual void InsertBefore(string newSibling) { } - - public virtual void InsertBefore(XmlReader newSibling) { } - - public virtual void InsertBefore(XPathNavigator newSibling) { } - - public virtual void InsertElementAfter(string prefix, string localName, string namespaceURI, string value) { } - - public virtual void InsertElementBefore(string prefix, string localName, string namespaceURI, string value) { } - - public virtual bool IsDescendant(XPathNavigator nav) { throw null; } - - public abstract bool IsSamePosition(XPathNavigator other); - public virtual string LookupNamespace(string prefix) { throw null; } - - public virtual string LookupPrefix(string namespaceURI) { throw null; } - - public virtual bool Matches(string xpath) { throw null; } - - public virtual bool Matches(XPathExpression expr) { throw null; } - - public abstract bool MoveTo(XPathNavigator other); - public virtual bool MoveToAttribute(string localName, string namespaceURI) { throw null; } - - public virtual bool MoveToChild(string localName, string namespaceURI) { throw null; } - - public virtual bool MoveToChild(XPathNodeType type) { throw null; } - - public virtual bool MoveToFirst() { throw null; } - - public abstract bool MoveToFirstAttribute(); - public abstract bool MoveToFirstChild(); - public bool MoveToFirstNamespace() { throw null; } - - public abstract bool MoveToFirstNamespace(XPathNamespaceScope namespaceScope); - public virtual bool MoveToFollowing(string localName, string namespaceURI, XPathNavigator end) { throw null; } - - public virtual bool MoveToFollowing(string localName, string namespaceURI) { throw null; } - - public virtual bool MoveToFollowing(XPathNodeType type, XPathNavigator end) { throw null; } - - public virtual bool MoveToFollowing(XPathNodeType type) { throw null; } - - public abstract bool MoveToId(string id); - public virtual bool MoveToNamespace(string name) { throw null; } - - public abstract bool MoveToNext(); - public virtual bool MoveToNext(string localName, string namespaceURI) { throw null; } - - public virtual bool MoveToNext(XPathNodeType type) { throw null; } - - public abstract bool MoveToNextAttribute(); - public bool MoveToNextNamespace() { throw null; } - - public abstract bool MoveToNextNamespace(XPathNamespaceScope namespaceScope); - public abstract bool MoveToParent(); - public abstract bool MoveToPrevious(); - public virtual void MoveToRoot() { } - - public virtual XmlWriter PrependChild() { throw null; } - - public virtual void PrependChild(string newChild) { } - - public virtual void PrependChild(XmlReader newChild) { } - - public virtual void PrependChild(XPathNavigator newChild) { } - - public virtual void PrependChildElement(string prefix, string localName, string namespaceURI, string value) { } - - public virtual XmlReader ReadSubtree() { throw null; } - - public virtual XmlWriter ReplaceRange(XPathNavigator lastSiblingToReplace) { throw null; } - - public virtual void ReplaceSelf(string newNode) { } - - public virtual void ReplaceSelf(XmlReader newNode) { } - - public virtual void ReplaceSelf(XPathNavigator newNode) { } - - public virtual XPathNodeIterator Select(string xpath, IXmlNamespaceResolver resolver) { throw null; } - - public virtual XPathNodeIterator Select(string xpath) { throw null; } - - public virtual XPathNodeIterator Select(XPathExpression expr) { throw null; } - - public virtual XPathNodeIterator SelectAncestors(string name, string namespaceURI, bool matchSelf) { throw null; } - - public virtual XPathNodeIterator SelectAncestors(XPathNodeType type, bool matchSelf) { throw null; } - - public virtual XPathNodeIterator SelectChildren(string name, string namespaceURI) { throw null; } - - public virtual XPathNodeIterator SelectChildren(XPathNodeType type) { throw null; } - - public virtual XPathNodeIterator SelectDescendants(string name, string namespaceURI, bool matchSelf) { throw null; } - - public virtual XPathNodeIterator SelectDescendants(XPathNodeType type, bool matchSelf) { throw null; } - - public virtual XPathNavigator SelectSingleNode(string xpath, IXmlNamespaceResolver resolver) { throw null; } - - public virtual XPathNavigator SelectSingleNode(string xpath) { throw null; } - - public virtual XPathNavigator SelectSingleNode(XPathExpression expression) { throw null; } - - public virtual void SetTypedValue(object typedValue) { } - - public virtual void SetValue(string value) { } - - public override string ToString() { throw null; } - - public override object ValueAs(Type returnType, IXmlNamespaceResolver nsResolver) { throw null; } - - public virtual void WriteSubtree(XmlWriter writer) { } - } - - public abstract partial class XPathNodeIterator : Collections.IEnumerable - { - protected XPathNodeIterator() { } - - public virtual int Count { get { throw null; } } - - public abstract XPathNavigator Current { get; } - public abstract int CurrentPosition { get; } - - public abstract XPathNodeIterator Clone(); - public virtual Collections.IEnumerator GetEnumerator() { throw null; } - - public abstract bool MoveNext(); - } - - public enum XPathNodeType - { - Root = 0, - Element = 1, - Attribute = 2, - Namespace = 3, - Text = 4, - SignificantWhitespace = 5, - Whitespace = 6, - ProcessingInstruction = 7, - Comment = 8, - All = 9 - } - - public enum XPathResultType - { - Number = 0, - Navigator = 1, - String = 1, - Boolean = 2, - NodeSet = 3, - Any = 5, - Error = 6 - } -} \ No newline at end of file diff --git a/src/referencePackages/src/system.xml.xpath/4.3.0/system.xml.xpath.nuspec b/src/referencePackages/src/system.xml.xpath/4.3.0/system.xml.xpath.nuspec deleted file mode 100644 index a0a2890fd3..0000000000 --- a/src/referencePackages/src/system.xml.xpath/4.3.0/system.xml.xpath.nuspec +++ /dev/null @@ -1,45 +0,0 @@ - - - - System.Xml.XPath - 4.3.0 - System.Xml.XPath - Microsoft - microsoft,dotnetframework - true - https://microsoft.mit-license.org/ - https://dot.net/ - http://go.microsoft.com/fwlink/?LinkID=288859 - Provides the classes that define a cursor model for navigating and editing Extensible Markup Language (XML) information items as instances of the XQuery 1.0 and XPath 2.0 Data Model. - -Commonly Used Types: -System.Xml.XPath.XPathNavigator -System.Xml.XPath.IXPathNavigable -System.Xml.XPath.XPathNodeType -System.Xml.XPath.XPathNodeIterator -System.Xml.XPath.XPathExpression -System.Xml.XPath.XPathResultType -System.Xml.XPath.XPathException -System.Xml.XPath.XPathDocument -System.Xml.XPath.XPathItem -System.Xml.XPath.XPathNamespaceScope - -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 From 8c49c9ab2adf01979282197a03c5c3d63df7470d Mon Sep 17 00:00:00 2001 From: Michael Simons Date: Thu, 22 Jun 2023 21:22:16 +0000 Subject: [PATCH 2/5] Remove additional unreferenced packages --- .../6.5.0/NuGet.Configuration.6.5.0.csproj | 15 - .../lib/netstandard2.0/NuGet.Configuration.cs | 1029 ----------------- .../6.5.0/nuget.configuration.nuspec | 25 - .../6.5.0/NuGet.Versioning.6.5.0.csproj | 10 - .../lib/netstandard2.0/NuGet.Versioning.cs | 405 ------- .../6.5.0/nuget.versioning.nuspec | 20 - ...m.Composition.AttributedModel.7.0.0.csproj | 9 - .../System.Composition.AttributedModel.cs | 153 --- .../System.Composition.AttributedModel.cs | 153 --- .../System.Composition.AttributedModel.cs | 153 --- .../system.composition.attributedmodel.nuspec | 26 - .../System.Composition.Hosting.7.0.0.csproj | 21 - .../lib/net6.0/System.Composition.Hosting.cs | 141 --- .../lib/net7.0/System.Composition.Hosting.cs | 141 --- .../System.Composition.Hosting.cs | 141 --- .../7.0.0/system.composition.hosting.nuspec | 32 - .../6.0.3/System.IO.Pipelines.6.0.3.csproj | 16 - .../6.0.3/lib/net6.0/System.IO.Pipelines.cs | 197 ---- .../lib/netstandard2.0/System.IO.Pipelines.cs | 198 ---- .../6.0.3/system.io.pipelines.nuspec | 29 - ...eflection.MetadataLoadContext.7.0.0.csproj | 26 - .../System.Reflection.MetadataLoadContext.cs | 66 -- .../System.Reflection.MetadataLoadContext.cs | 66 -- .../System.Reflection.MetadataLoadContext.cs | 66 -- ...stem.reflection.metadataloadcontext.nuspec | 31 - .../System.Threading.Channels.6.0.0.csproj | 14 - .../lib/net6.0/System.Threading.Channels.cs | 142 --- .../System.Threading.Channels.cs | 139 --- .../System.Threading.Channels.cs | 143 --- .../6.0.0/system.threading.channels.nuspec | 27 - .../System.Xml.XmlSerializer.4.0.11.csproj | 43 - .../4.0.11/ref/net45/_._ | 0 .../System.Xml.XmlSerializer.cs | 308 ----- .../System.Xml.XmlSerializer.cs | 296 ----- .../4.0.11/system.xml.xmlserializer.nuspec | 87 -- .../Directory.Build.props | 9 - .../src/system.composition/6.0.0/LICENSE.TXT | 23 - .../6.0.0/System.Composition.6.0.0.csproj | 25 - .../6.0.0/THIRD-PARTY-NOTICES.TXT | 939 --------------- .../netcoreapp2.0/System.Composition.targets | 6 - .../6.0.0/buildTransitive/netcoreapp3.1/_._ | 0 .../6.0.0/system.composition.nuspec | 40 - .../6.0.0/useSharedDesignerContext.txt | 0 43 files changed, 5410 deletions(-) delete mode 100644 src/referencePackages/src/nuget.configuration/6.5.0/NuGet.Configuration.6.5.0.csproj delete mode 100644 src/referencePackages/src/nuget.configuration/6.5.0/lib/netstandard2.0/NuGet.Configuration.cs delete mode 100644 src/referencePackages/src/nuget.configuration/6.5.0/nuget.configuration.nuspec delete mode 100644 src/referencePackages/src/nuget.versioning/6.5.0/NuGet.Versioning.6.5.0.csproj delete mode 100644 src/referencePackages/src/nuget.versioning/6.5.0/lib/netstandard2.0/NuGet.Versioning.cs delete mode 100644 src/referencePackages/src/nuget.versioning/6.5.0/nuget.versioning.nuspec delete mode 100644 src/referencePackages/src/system.composition.attributedmodel/7.0.0/System.Composition.AttributedModel.7.0.0.csproj delete mode 100644 src/referencePackages/src/system.composition.attributedmodel/7.0.0/lib/net6.0/System.Composition.AttributedModel.cs delete mode 100644 src/referencePackages/src/system.composition.attributedmodel/7.0.0/lib/net7.0/System.Composition.AttributedModel.cs delete mode 100644 src/referencePackages/src/system.composition.attributedmodel/7.0.0/lib/netstandard2.0/System.Composition.AttributedModel.cs delete mode 100644 src/referencePackages/src/system.composition.attributedmodel/7.0.0/system.composition.attributedmodel.nuspec delete mode 100644 src/referencePackages/src/system.composition.hosting/7.0.0/System.Composition.Hosting.7.0.0.csproj delete mode 100644 src/referencePackages/src/system.composition.hosting/7.0.0/lib/net6.0/System.Composition.Hosting.cs delete mode 100644 src/referencePackages/src/system.composition.hosting/7.0.0/lib/net7.0/System.Composition.Hosting.cs delete mode 100644 src/referencePackages/src/system.composition.hosting/7.0.0/lib/netstandard2.0/System.Composition.Hosting.cs delete mode 100644 src/referencePackages/src/system.composition.hosting/7.0.0/system.composition.hosting.nuspec delete mode 100644 src/referencePackages/src/system.io.pipelines/6.0.3/System.IO.Pipelines.6.0.3.csproj delete mode 100644 src/referencePackages/src/system.io.pipelines/6.0.3/lib/net6.0/System.IO.Pipelines.cs delete mode 100644 src/referencePackages/src/system.io.pipelines/6.0.3/lib/netstandard2.0/System.IO.Pipelines.cs delete mode 100644 src/referencePackages/src/system.io.pipelines/6.0.3/system.io.pipelines.nuspec delete mode 100644 src/referencePackages/src/system.reflection.metadataloadcontext/7.0.0/System.Reflection.MetadataLoadContext.7.0.0.csproj delete mode 100644 src/referencePackages/src/system.reflection.metadataloadcontext/7.0.0/lib/net6.0/System.Reflection.MetadataLoadContext.cs delete mode 100644 src/referencePackages/src/system.reflection.metadataloadcontext/7.0.0/lib/net7.0/System.Reflection.MetadataLoadContext.cs delete mode 100644 src/referencePackages/src/system.reflection.metadataloadcontext/7.0.0/lib/netstandard2.0/System.Reflection.MetadataLoadContext.cs delete mode 100644 src/referencePackages/src/system.reflection.metadataloadcontext/7.0.0/system.reflection.metadataloadcontext.nuspec delete mode 100644 src/referencePackages/src/system.threading.channels/6.0.0/System.Threading.Channels.6.0.0.csproj delete mode 100644 src/referencePackages/src/system.threading.channels/6.0.0/lib/net6.0/System.Threading.Channels.cs delete mode 100644 src/referencePackages/src/system.threading.channels/6.0.0/lib/netstandard2.0/System.Threading.Channels.cs delete mode 100644 src/referencePackages/src/system.threading.channels/6.0.0/lib/netstandard2.1/System.Threading.Channels.cs delete mode 100644 src/referencePackages/src/system.threading.channels/6.0.0/system.threading.channels.nuspec delete mode 100644 src/referencePackages/src/system.xml.xmlserializer/4.0.11/System.Xml.XmlSerializer.4.0.11.csproj delete mode 100755 src/referencePackages/src/system.xml.xmlserializer/4.0.11/ref/net45/_._ delete mode 100644 src/referencePackages/src/system.xml.xmlserializer/4.0.11/ref/netstandard1.0/System.Xml.XmlSerializer.cs delete mode 100644 src/referencePackages/src/system.xml.xmlserializer/4.0.11/ref/netstandard1.3/System.Xml.XmlSerializer.cs delete mode 100755 src/referencePackages/src/system.xml.xmlserializer/4.0.11/system.xml.xmlserializer.nuspec delete mode 100644 src/referencePackages/src/system.xml.xmlserializer/Directory.Build.props delete mode 100644 src/textOnlyPackages/src/system.composition/6.0.0/LICENSE.TXT delete mode 100644 src/textOnlyPackages/src/system.composition/6.0.0/System.Composition.6.0.0.csproj delete mode 100644 src/textOnlyPackages/src/system.composition/6.0.0/THIRD-PARTY-NOTICES.TXT delete mode 100644 src/textOnlyPackages/src/system.composition/6.0.0/buildTransitive/netcoreapp2.0/System.Composition.targets delete mode 100644 src/textOnlyPackages/src/system.composition/6.0.0/buildTransitive/netcoreapp3.1/_._ delete mode 100644 src/textOnlyPackages/src/system.composition/6.0.0/system.composition.nuspec delete mode 100644 src/textOnlyPackages/src/system.composition/6.0.0/useSharedDesignerContext.txt diff --git a/src/referencePackages/src/nuget.configuration/6.5.0/NuGet.Configuration.6.5.0.csproj b/src/referencePackages/src/nuget.configuration/6.5.0/NuGet.Configuration.6.5.0.csproj deleted file mode 100644 index f6af55ce7b..0000000000 --- a/src/referencePackages/src/nuget.configuration/6.5.0/NuGet.Configuration.6.5.0.csproj +++ /dev/null @@ -1,15 +0,0 @@ - - - - netstandard2.0 - NuGet.Configuration - 2 - MicrosoftShared - - - - - - - - diff --git a/src/referencePackages/src/nuget.configuration/6.5.0/lib/netstandard2.0/NuGet.Configuration.cs b/src/referencePackages/src/nuget.configuration/6.5.0/lib/netstandard2.0/NuGet.Configuration.cs deleted file mode 100644 index f1589fda44..0000000000 --- a/src/referencePackages/src/nuget.configuration/6.5.0/lib/netstandard2.0/NuGet.Configuration.cs +++ /dev/null @@ -1,1029 +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.CLSCompliant(true)] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("NuGet.Credentials.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("NuGet.SolutionRestoreManager.Test, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("NuGet.VisualStudio.Implementation.Test, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("NuGet.Configuration.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("DynamicProxyGenAssembly2, PublicKey=0024000004800000940000000602000000240000525341310004000001000100c547cac37abd99c8db225ef2f6c8a3602f3b3606cc9891605d02baa56104f4cfc0734aa39b93bf7852f7d9266654753cc297e7d2edfe0bac1cdcf9f717241550e0a7b191195b7667bb4f64bcb8e2121380fd1d9d46ad2d92d2d15605093924cceaf74c4861eff62abf69b9291ed0a340e113be11e6a7d3113e92484cf7045cc7")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("NuGet.DependencyResolver.Core.Tests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("NuGet.Commands.FuncTest, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Test.Utility, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("NuGet.Commands.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.Versioning.TargetFramework(".NETStandard,Version=v2.0", FrameworkDisplayName = ".NET Standard 2.0")] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyConfiguration("release")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyDescription("NuGet's configuration settings implementation.")] -[assembly: System.Reflection.AssemblyFileVersion("6.5.0.154")] -[assembly: System.Reflection.AssemblyInformationalVersion("6.5.0+069970c727b254636c1ad29c5a7a767081482a9a.069970c727b254636c1ad29c5a7a767081482a9a")] -[assembly: System.Reflection.AssemblyProduct("NuGet")] -[assembly: System.Reflection.AssemblyTitle("NuGet.Configuration")] -[assembly: System.Reflection.AssemblyMetadata("RepositoryUrl", "https://github.com/NuGet/NuGet.Client")] -[assembly: System.Resources.NeutralResourcesLanguage("en-US")] -[assembly: System.Reflection.AssemblyVersionAttribute("6.5.0.154")] -[assembly: System.Runtime.CompilerServices.ReferenceAssembly] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -namespace NuGet.Configuration -{ - public partial class AddItem : SettingItem - { - public AddItem(string key, string value, System.Collections.Generic.IReadOnlyDictionary additionalAttributes) { } - - public AddItem(string key, string value) { } - - public System.Collections.Generic.IReadOnlyDictionary AdditionalAttributes { get { throw null; } } - - protected override System.Collections.Generic.IReadOnlyDictionary> DisallowedValues { get { throw null; } } - - public override string ElementName { get { throw null; } } - - public string Key { get { throw null; } } - - protected override System.Collections.Generic.IReadOnlyCollection RequiredAttributes { get { throw null; } } - - public virtual string Value { get { throw null; } set { } } - - public void AddOrUpdateAdditionalAttribute(string attributeName, string value) { } - - public override SettingBase Clone() { throw null; } - - public override bool Equals(object other) { throw null; } - - public override int GetHashCode() { throw null; } - - public virtual string GetValueAsPath() { throw null; } - } - - public sealed partial class AuthorItem : TrustedSignerItem - { - public AuthorItem(string name, params CertificateItem[] certificates) : base(default!, default!) { } - - public override string ElementName { get { throw null; } } - - protected override System.Collections.Generic.IReadOnlyCollection RequiredAttributes { get { throw null; } } - - public override SettingBase Clone() { throw null; } - - public override bool Equals(object other) { throw null; } - - public override int GetHashCode() { throw null; } - } - - public sealed partial class CertificateItem : SettingItem - { - public CertificateItem(string fingerprint, Common.HashAlgorithmName hashAlgorithm, bool allowUntrustedRoot = false) { } - - public bool AllowUntrustedRoot { get { throw null; } set { } } - - public override string ElementName { get { throw null; } } - - public string Fingerprint { get { throw null; } set { } } - - public Common.HashAlgorithmName HashAlgorithm { get { throw null; } set { } } - - protected override System.Collections.Generic.IReadOnlyCollection RequiredAttributes { get { throw null; } } - - public override SettingBase Clone() { throw null; } - - public override bool Equals(object other) { throw null; } - - public override int GetHashCode() { throw null; } - } - - public sealed partial class ClearItem : SettingItem - { - public ClearItem() { } - - public override string ElementName { get { throw null; } } - - public override SettingBase Clone() { throw null; } - - public override bool Equals(object other) { throw null; } - - public override int GetHashCode() { throw null; } - - public override bool IsEmpty() { throw null; } - } - - public partial class ClientCertificateProvider : IClientCertificateProvider - { - public ClientCertificateProvider(ISettings settings) { } - - public void AddOrUpdate(ClientCertItem item) { } - - public ClientCertItem GetClientCertificate(string packageSourceName) { throw null; } - - public System.Collections.Generic.IReadOnlyList GetClientCertificates() { throw null; } - - public void Remove(System.Collections.Generic.IReadOnlyList items) { } - } - - public abstract partial class ClientCertItem : SettingItem - { - protected ClientCertItem(string packageSource) { } - - protected override bool CanHaveChildren { get { throw null; } } - - public string PackageSource { get { throw null; } } - - public override bool Equals(object other) { throw null; } - - public override int GetHashCode() { throw null; } - - public abstract System.Collections.Generic.IEnumerable Search(); - protected void SetPackageSource(string value) { } - } - - public static partial class ConfigurationConstants - { - public static readonly string ActivePackageSourceSectionName; - public static readonly string Add; - public static readonly string AllowUntrustedRoot; - public static readonly string ApiKeys; - public static readonly string Author; - public static readonly string BeginIgnoreMarker; - public static readonly string BindingRedirectsSection; - public static readonly string Certificate; - public static readonly string Clear; - public static readonly string ClearTextPasswordAttribute; - public static readonly string ClearTextPasswordToken; - public static readonly string ClientCertificates; - public static readonly string Config; - public static readonly string Configuration; - public static readonly string ConfigurationDefaultsFile; - public static readonly string CredentialsSectionName; - public static readonly string DefaultPackageManagementFormatKey; - public static readonly string DefaultPushSource; - public static readonly string DependencyVersion; - public static readonly string DisabledPackageSources; - public static readonly string DoNotShowPackageManagementSelectionKey; - public static readonly string Enabled; - public static readonly string EndIgnoreMarker; - public static readonly string FailOnBindingRedirects; - public static readonly string FallbackPackageFolders; - public static readonly string FileCertificate; - public static readonly string FindByAttribute; - public static readonly string FindValueAttribute; - public static readonly string Fingerprint; - public static readonly string FingerprintAlgorithm; - public static readonly string GlobalPackagesFolder; - public static readonly string HashAlgorithm; - public static readonly string HostKey; - public static readonly string KeyAttribute; - public static readonly string MaxHttpRequestsPerSource; - public static readonly string NameAttribute; - public static readonly string NoProxy; - public static readonly string Owners; - public static readonly string Package; - public static readonly string PackageManagementSection; - public static readonly string PackageRestore; - public static readonly string PackageSourceAttribute; - public static readonly string PackageSourceMapping; - public static readonly string PackageSources; - public static readonly string PasswordAttribute; - public static readonly string PasswordKey; - public static readonly string PasswordToken; - public static readonly string PathAttribute; - public static readonly string PatternAttribute; - public static readonly string ProtocolVersionAttribute; - public static readonly string Repository; - public static readonly string RepositoryPath; - public static readonly string ServiceIndex; - public static readonly string SignatureValidationMode; - public static readonly string SkipBindingRedirectsKey; - public static readonly string StoreCertificate; - public static readonly string StoreLocationAttribute; - public static readonly string StoreNameAttribute; - public static readonly string TrustedSigners; - public static readonly string UpdatePackageLastAccessTime; - public static readonly string UserKey; - public static readonly string UsernameToken; - public static readonly string ValidAuthenticationTypesToken; - public static readonly string ValueAttribute; - } - - public partial class ConfigurationDefaults - { - public string DefaultPackageRestoreConsent { get { throw null; } } - - public System.Collections.Generic.IEnumerable DefaultPackageSources { get { throw null; } } - - public string DefaultPushSource { get { throw null; } } - - public static ConfigurationDefaults Instance { get { throw null; } } - } - - public enum CredentialRequestType - { - Proxy = 0, - Unauthorized = 1, - Forbidden = 2 - } - - public sealed partial class CredentialsItem : SettingItem - { - public CredentialsItem(string name, string username, string password, bool isPasswordClearText, string validAuthenticationTypes) { } - - protected override bool CanHaveChildren { get { throw null; } } - - public override string ElementName { get { throw null; } protected set { } } - - public bool IsPasswordClearText { get { throw null; } } - - public string Password { get { throw null; } } - - public string Username { get { throw null; } set { } } - - public string ValidAuthenticationTypes { get { throw null; } set { } } - - public override SettingBase Clone() { throw null; } - - public override bool Equals(object other) { throw null; } - - public override int GetHashCode() { throw null; } - - public override bool IsEmpty() { throw null; } - - public void UpdatePassword(string password, bool isPasswordClearText = true) { } - } - - public static partial class EncryptionUtility - { - public static string DecryptString(string encryptedString) { throw null; } - - public static string EncryptString(string value) { throw null; } - } - - public sealed partial class FileClientCertItem : ClientCertItem - { - public FileClientCertItem(string packageSource, string filePath, string password, bool storePasswordInClearText, string settingsFilePath) : base(default!) { } - - protected override System.Collections.Generic.IReadOnlyCollection AllowedAttributes { get { throw null; } } - - public override string ElementName { get { throw null; } } - - public string FilePath { get { throw null; } } - - public bool IsPasswordIsClearText { get { throw null; } } - - public string Password { get { throw null; } } - - protected override System.Collections.Generic.IReadOnlyCollection RequiredAttributes { get { throw null; } } - - public override SettingBase Clone() { throw null; } - - public override System.Collections.Generic.IEnumerable Search() { throw null; } - - public void Update(string filePath, string password, bool storePasswordInClearText) { } - } - - public partial interface IClientCertificateProvider - { - void AddOrUpdate(ClientCertItem item); - System.Collections.Generic.IReadOnlyList GetClientCertificates(); - void Remove(System.Collections.Generic.IReadOnlyList items); - } - - public partial interface ICredentialCache - { - void Add(System.Uri uri, System.Net.ICredentials credentials); - System.Net.ICredentials GetCredentials(System.Uri uri); - } - - public partial interface ICredentialService - { - bool HandlesDefaultCredentials { get; } - - System.Threading.Tasks.Task GetCredentialsAsync(System.Uri uri, System.Net.IWebProxy proxy, CredentialRequestType type, string message, System.Threading.CancellationToken cancellationToken); - bool TryGetLastKnownGoodCredentialsFromCache(System.Uri uri, bool isProxy, out System.Net.ICredentials credentials); - } - - public partial interface IExtensionLocator - { - System.Collections.Generic.IEnumerable FindCredentialProviders(); - System.Collections.Generic.IEnumerable FindExtensions(); - } - - public partial interface IMachineWideSettings - { - ISettings Settings { get; } - } - - public partial interface IPackageSourceProvider - { - string ActivePackageSourceName { get; } - - string DefaultPushSource { get; } - - event System.EventHandler PackageSourcesChanged; - void AddPackageSource(PackageSource source); - void DisablePackageSource(string name); - void EnablePackageSource(string name); - PackageSource GetPackageSourceByName(string name); - PackageSource GetPackageSourceBySource(string source); - bool IsPackageSourceEnabled(string name); - System.Collections.Generic.IEnumerable LoadPackageSources(); - void RemovePackageSource(string name); - void SaveActivePackageSource(PackageSource source); - void SavePackageSources(System.Collections.Generic.IEnumerable sources); - void UpdatePackageSource(PackageSource source, bool updateCredentials, bool updateEnabled); - } - - [System.Obsolete("https://github.com/NuGet/Home/issues/10098")] - public partial interface IPackageSourceProvider2 : IPackageSourceProvider - { - void SavePackageSources(System.Collections.Generic.IEnumerable sources, PackageSourceUpdateOptions packageSourceUpdateOptions); - } - - public partial interface IProxyCache - { - void Add(System.Net.IWebProxy proxy); - System.Net.IWebProxy GetProxy(System.Uri uri); - } - - public partial interface IProxyCredentialCache : System.Net.ICredentials - { - System.Guid Version { get; } - - void UpdateCredential(System.Uri proxyAddress, System.Net.NetworkCredential credentials); - } - - public partial interface ISettings - { - event System.EventHandler SettingsChanged; - void AddOrUpdate(string sectionName, SettingItem item); - System.Collections.Generic.IList GetConfigFilePaths(); - System.Collections.Generic.IList GetConfigRoots(); - SettingSection GetSection(string sectionName); - void Remove(string sectionName, SettingItem item); - void SaveToDisk(); - } - - public partial class NuGetConfigurationException : System.Exception - { - protected NuGetConfigurationException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { } - - public NuGetConfigurationException(string message, System.Exception innerException) { } - - public NuGetConfigurationException(string message) { } - } - - public static partial class NuGetConstants - { - public static readonly string DefaultConfigContent; - public static readonly string DefaultGalleryServerUrl; - public static readonly string FeedName; - public static readonly string ManifestExtension; - public static readonly string ManifestSymbolsExtension; - public static readonly string NuGetHostName; - public static readonly string NuGetSolutionSettingsFolder; - public static readonly string NuGetSymbolHostName; - public static readonly string PackageExtension; - public static readonly string PackageReferenceFile; - public static readonly string PackageSpecFileName; - public static readonly string ReadmeExtension; - public static readonly string ReadmeFileName; - public static readonly string SnupkgExtension; - public static readonly string SymbolsExtension; - public static readonly string V1FeedUrl; - public const string V2FeedUrl = "https://www.nuget.org/api/v2/"; - public static readonly string V2LegacyFeedUrl; - public static readonly string V2LegacyOfficialPackageSourceUrl; - public const string V3FeedUrl = "https://api.nuget.org/v3/index.json"; - } - - public partial class NuGetPathContext : Common.INuGetPathContext - { - public NuGetPathContext() { } - - public System.Collections.Generic.IReadOnlyList FallbackPackageFolders { get { throw null; } } - - public string HttpCacheFolder { get { throw null; } } - - public string UserPackageFolder { get { throw null; } } - - public static NuGetPathContext Create(ISettings settings) { throw null; } - - public static NuGetPathContext Create(string settingsRoot) { throw null; } - } - - public partial class NullSettings : ISettings - { - public NullSettings() { } - - public static NullSettings Instance { get { throw null; } } - - public event System.EventHandler SettingsChanged { add { } remove { } } - - public void AddOrUpdate(string sectionName, SettingItem item) { } - - public System.Collections.Generic.IList GetConfigFilePaths() { throw null; } - - public System.Collections.Generic.IList GetConfigRoots() { throw null; } - - public SettingSection GetSection(string sectionName) { throw null; } - - public void Remove(string sectionName, SettingItem item) { } - - public void SaveToDisk() { } - } - - public sealed partial class OwnersItem : SettingItem - { - public static readonly char OwnersListSeparator; - public OwnersItem(string owners) { } - - protected override bool CanHaveChildren { get { throw null; } } - - public System.Collections.Generic.IList Content { get { throw null; } } - - public override string ElementName { get { throw null; } } - - public override SettingBase Clone() { throw null; } - - public override bool Equals(object other) { throw null; } - - public override int GetHashCode() { throw null; } - } - - public sealed partial class PackagePatternItem : SettingItem - { - public PackagePatternItem(string pattern) { } - - public override string ElementName { get { throw null; } } - - public string Pattern { get { throw null; } } - - protected override System.Collections.Generic.IReadOnlyCollection RequiredAttributes { get { throw null; } } - - public override SettingBase Clone() { throw null; } - - public override bool Equals(object other) { throw null; } - - public override int GetHashCode() { throw null; } - } - - public partial class PackageSource : System.IEquatable - { - public const int DefaultProtocolVersion = 2; - public PackageSource(string source, string name, bool isEnabled, bool isOfficial, bool isPersistable = true) { } - - public PackageSource(string source, string name, bool isEnabled) { } - - public PackageSource(string source, string name) { } - - public PackageSource(string source) { } - - public System.Collections.Generic.IReadOnlyList ClientCertificates { get { throw null; } set { } } - - public PackageSourceCredential Credentials { get { throw null; } set { } } - - public string Description { get { throw null; } set { } } - - public bool IsEnabled { get { throw null; } set { } } - - public bool IsHttp { get { throw null; } } - - public bool IsHttps { get { throw null; } } - - public bool IsLocal { get { throw null; } } - - public bool IsMachineWide { get { throw null; } set { } } - - public bool IsOfficial { get { throw null; } set { } } - - public bool IsPersistable { get { throw null; } } - - public int MaxHttpRequestsPerSource { get { throw null; } set { } } - - public string Name { get { throw null; } } - - public int ProtocolVersion { get { throw null; } set { } } - - public string Source { get { throw null; } set { } } - - public System.Uri SourceUri { get { throw null; } } - - public System.Uri TrySourceAsUri { get { throw null; } } - - public SourceItem AsSourceItem() { throw null; } - - public PackageSource Clone() { throw null; } - - public bool Equals(PackageSource other) { throw null; } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - - public override string ToString() { throw null; } - } - - public partial class PackageSourceCredential : System.IEquatable - { - public PackageSourceCredential(string source, string username, string passwordText, bool isPasswordClearText, string validAuthenticationTypesText) { } - - public bool IsPasswordClearText { get { throw null; } } - - public string Password { get { throw null; } } - - public string PasswordText { get { throw null; } } - - public string Source { get { throw null; } } - - public string Username { get { throw null; } } - - public System.Collections.Generic.IEnumerable ValidAuthenticationTypes { get { throw null; } } - - public string ValidAuthenticationTypesText { get { throw null; } } - - public CredentialsItem AsCredentialsItem() { throw null; } - - public bool Equals(PackageSourceCredential other) { throw null; } - - public override bool Equals(object other) { throw null; } - - public static PackageSourceCredential FromUserInput(string source, string username, string password, bool storePasswordInClearText, string validAuthenticationTypesText) { throw null; } - - public override int GetHashCode() { throw null; } - - public bool IsValid() { throw null; } - - public System.Net.ICredentials ToICredentials() { throw null; } - } - - public partial class PackageSourceMapping - { - public PackageSourceMapping(System.Collections.Generic.IReadOnlyDictionary> patterns) { } - - public bool IsEnabled { get { throw null; } } - - public System.Collections.Generic.IReadOnlyList GetConfiguredPackageSources(string packageId) { throw null; } - - public static PackageSourceMapping GetPackageSourceMapping(ISettings settings) { throw null; } - } - - public partial class PackageSourceMappingProvider - { - public PackageSourceMappingProvider(ISettings settings) { } - - public System.Collections.Generic.IReadOnlyList GetPackageSourceMappingItems() { throw null; } - - public void SavePackageSourceMappings(System.Collections.Generic.IReadOnlyList packageSourceMappingsSourceItems) { } - } - - public partial class PackageSourceMappingSourceItem : SettingItem - { - public PackageSourceMappingSourceItem(string name, System.Collections.Generic.IEnumerable packagePatternItems) { } - - protected override bool CanHaveChildren { get { throw null; } } - - public override string ElementName { get { throw null; } } - - public virtual string Key { get { throw null; } } - - public System.Collections.Generic.IList Patterns { get { throw null; } } - - protected override System.Collections.Generic.IReadOnlyCollection RequiredAttributes { get { throw null; } } - - public override SettingBase Clone() { throw null; } - - public override bool Equals(object other) { throw null; } - - public override int GetHashCode() { throw null; } - - protected void SetKey(string value) { } - } - - public partial class PackageSourceProvider : IPackageSourceProvider, IPackageSourceProvider2 - { - [System.Obsolete("https://github.com/NuGet/Home/issues/8479")] - public PackageSourceProvider(ISettings settings, bool enablePackageSourcesChangedEvent) { } - - [System.Obsolete("https://github.com/NuGet/Home/issues/8479")] - public PackageSourceProvider(ISettings settings, System.Collections.Generic.IEnumerable configurationDefaultSources, bool enablePackageSourcesChangedEvent) { } - - public PackageSourceProvider(ISettings settings, System.Collections.Generic.IEnumerable configurationDefaultSources) { } - - public PackageSourceProvider(ISettings settings) { } - - public string ActivePackageSourceName { get { throw null; } } - - public string DefaultPushSource { get { throw null; } } - - public ISettings Settings { get { throw null; } } - - public event System.EventHandler PackageSourcesChanged { add { } remove { } } - - public void AddPackageSource(PackageSource source) { } - - [System.Obsolete("DisablePackageSource(PackageSource source) is deprecated. Please use DisablePackageSource(string name) instead.")] - public void DisablePackageSource(PackageSource source) { } - - public void DisablePackageSource(string name) { } - - public void EnablePackageSource(string name) { } - - public PackageSource GetPackageSourceByName(string name) { throw null; } - - public PackageSource GetPackageSourceBySource(string source) { throw null; } - - public System.Collections.Generic.HashSet GetPackageSourceNamesMatchingNamePrefix(string namePrefix) { throw null; } - - [System.Obsolete("IsPackageSourceEnabled(PackageSource source) is deprecated. Please use IsPackageSourceEnabled(string name) instead.")] - public bool IsPackageSourceEnabled(PackageSource source) { throw null; } - - public bool IsPackageSourceEnabled(string name) { throw null; } - - public System.Collections.Generic.IEnumerable LoadPackageSources() { throw null; } - - public static System.Collections.Generic.IEnumerable LoadPackageSources(ISettings settings) { throw null; } - - public void RemovePackageSource(string name) { } - - public void SaveActivePackageSource(PackageSource source) { } - - [System.Obsolete("https://github.com/NuGet/Home/issues/10098")] - public void SavePackageSources(System.Collections.Generic.IEnumerable sources, PackageSourceUpdateOptions sourceUpdateSettings) { } - - public void SavePackageSources(System.Collections.Generic.IEnumerable sources) { } - - public void UpdatePackageSource(PackageSource source, bool updateCredentials, bool updateEnabled) { } - } - - [System.Obsolete("https://github.com/NuGet/Home/issues/10098")] - public sealed partial class PackageSourceUpdateOptions - { - public static readonly PackageSourceUpdateOptions Default; - public PackageSourceUpdateOptions(bool updateCredentials, bool updateEnabled) { } - - public bool UpdateCredentials { get { throw null; } } - - public bool UpdateEnabled { get { throw null; } } - } - - public partial class ProxyCache : IProxyCache, IProxyCredentialCache, System.Net.ICredentials - { - public ProxyCache(ISettings settings, Common.IEnvironmentVariableReader environment) { } - - public static ProxyCache Instance { get { throw null; } } - - public System.Guid Version { get { throw null; } } - - [System.Obsolete("Retained for backcompat only. Use UpdateCredential instead")] - public void Add(System.Net.IWebProxy proxy) { } - - public System.Net.NetworkCredential GetCredential(System.Uri proxyAddress, string authType) { throw null; } - - public System.Net.IWebProxy GetProxy(System.Uri sourceUri) { throw null; } - - public WebProxy GetUserConfiguredProxy() { throw null; } - - public void UpdateCredential(System.Uri proxyAddress, System.Net.NetworkCredential credentials) { } - } - - public sealed partial class RepositoryItem : TrustedSignerItem - { - public RepositoryItem(string name, string serviceIndex, params CertificateItem[] certificates) : base(default!, default!) { } - - public RepositoryItem(string name, string serviceIndex, string owners, params CertificateItem[] certificates) : base(default!, default!) { } - - public override string ElementName { get { throw null; } } - - public new string Name { get { throw null; } set { } } - - public System.Collections.Generic.IList Owners { get { throw null; } } - - protected override System.Collections.Generic.IReadOnlyCollection RequiredAttributes { get { throw null; } } - - public string ServiceIndex { get { throw null; } } - - public override SettingBase Clone() { throw null; } - - public override bool Equals(object other) { throw null; } - - public override int GetHashCode() { throw null; } - } - - public abstract partial class SettingBase - { - protected SettingBase() { } - - public abstract SettingBase Clone(); - public abstract bool IsEmpty(); - } - - public abstract partial class SettingElement : SettingBase - { - protected SettingElement() { } - - protected SettingElement(System.Collections.Generic.IReadOnlyDictionary attributes) { } - - protected virtual System.Collections.Generic.IReadOnlyCollection AllowedAttributes { get { throw null; } } - - protected virtual System.Collections.Generic.IReadOnlyDictionary> AllowedValues { get { throw null; } } - - protected virtual System.Collections.Generic.IReadOnlyDictionary> DisallowedValues { get { throw null; } } - - public virtual string ElementName { get { throw null; } protected set { } } - - protected System.Collections.Generic.Dictionary MutableAttributes { get { throw null; } } - - protected virtual System.Collections.Generic.IReadOnlyCollection RequiredAttributes { get { throw null; } } - - protected void AddAttribute(string attributeName, string value) { } - - protected void AddOrUpdateAttribute(string attributeName, string value) { } - - public override bool IsEmpty() { throw null; } - } - - public enum SettingElementType - { - Unknown = 0, - Configuration = 1, - ActivePackageSource = 2, - BindingRedirects = 3, - Config = 4, - PackageManagement = 5, - PackageRestore = 6, - PackageSourceCredentials = 7, - PackageSources = 8, - Add = 9, - Author = 10, - Certificate = 11, - Clear = 12, - Owners = 13, - Repository = 14, - FileCert = 15, - StoreCert = 16, - PackageSourceMapping = 17, - PackageSource = 18, - Package = 19 - } - - public abstract partial class SettingItem : SettingElement - { - protected SettingItem() { } - - protected SettingItem(System.Collections.Generic.IReadOnlyDictionary attributes) { } - - protected virtual bool CanHaveChildren { get { throw null; } } - } - - public partial class Settings : ISettings - { - public static readonly string DefaultSettingsFileName; - public static readonly string[] OrderedSettingsFileNames; - public static readonly string[] SupportedMachineWideConfigExtension; - public Settings(string root, string fileName, bool isMachineWide) { } - - public Settings(string root, string fileName) { } - - public Settings(string root) { } - - public event System.EventHandler SettingsChanged { add { } remove { } } - - public void AddOrUpdate(string sectionName, SettingItem item) { } - - public static string ApplyEnvironmentTransform(string value) { throw null; } - - public System.Collections.Generic.IList GetConfigFilePaths() { throw null; } - - public System.Collections.Generic.IList GetConfigRoots() { throw null; } - - public static System.Tuple GetFileNameAndItsRoot(string root, string settingsPath) { throw null; } - - public SettingSection GetSection(string sectionName) { throw null; } - - public static ISettings LoadDefaultSettings(string root, string configFileName, IMachineWideSettings machineWideSettings, SettingsLoadingContext settingsLoadingContext) { throw null; } - - public static ISettings LoadDefaultSettings(string root, string configFileName, IMachineWideSettings machineWideSettings) { throw null; } - - public static ISettings LoadDefaultSettings(string root) { throw null; } - - public static ISettings LoadImmutableSettingsGivenConfigPaths(System.Collections.Generic.IList configFilePaths, SettingsLoadingContext settingsLoadingContext) { throw null; } - - public static ISettings LoadMachineWideSettings(string root, params string[] paths) { throw null; } - - public static ISettings LoadSettingsGivenConfigPaths(System.Collections.Generic.IList configFilePaths) { throw null; } - - public static ISettings LoadSpecificSettings(string root, string configFileName) { throw null; } - - public void Remove(string sectionName, SettingItem item) { } - - public void SaveToDisk() { } - } - - public abstract partial class SettingSection : SettingsGroup - { - protected SettingSection(string name, System.Collections.Generic.IReadOnlyDictionary attributes, System.Collections.Generic.IEnumerable children) { } - - public override string ElementName { get { throw null; } protected set { } } - - public System.Collections.Generic.IReadOnlyCollection Items { get { throw null; } } - - public override bool Equals(object other) { throw null; } - - public T GetFirstItemWithAttribute(string attributeName, string expectedAttributeValue) - where T : SettingItem { throw null; } - - public override int GetHashCode() { throw null; } - } - - public abstract partial class SettingsGroup : SettingElement where T : SettingElement - { - protected SettingsGroup() { } - - protected SettingsGroup(System.Collections.Generic.IReadOnlyDictionary attributes, System.Collections.Generic.IEnumerable children) { } - - protected virtual bool CanBeCleared { get { throw null; } } - - protected System.Collections.Generic.IList Children { get { throw null; } } - - public override bool IsEmpty() { throw null; } - - protected bool TryGetChild(T expectedChild, out T currentChild) { throw null; } - } - - public sealed partial class SettingsLoadingContext : System.IDisposable - { - public SettingsLoadingContext() { } - - public void Dispose() { } - } - - public static partial class SettingsUtility - { - public static readonly string DefaultGlobalPackagesFolderPath; - public static bool DeleteConfigValue(ISettings settings, string key) { throw null; } - - public static bool DeleteValue(ISettings settings, string section, string attributeKey, string attributeValue) { throw null; } - - public static string GetConfigValue(ISettings settings, string key, bool decrypt = false, bool isPath = false) { throw null; } - - public static string GetDecryptedValueForAddItem(ISettings settings, string section, string key, bool isPath = false) { throw null; } - - public static string GetDefaultPushSource(ISettings settings) { throw null; } - - public static System.Collections.Generic.IEnumerable GetEnabledSources(ISettings settings) { throw null; } - - public static System.Collections.Generic.IReadOnlyList GetFallbackPackageFolders(ISettings settings) { throw null; } - - public static string GetGlobalPackagesFolder(ISettings settings) { throw null; } - - public static string GetHttpCacheFolder() { throw null; } - - public static int GetMaxHttpRequest(ISettings settings) { throw null; } - - public static string GetPluginsCacheFolder() { throw null; } - - public static string GetRepositoryPath(ISettings settings) { throw null; } - - public static Common.RevocationMode GetRevocationMode(Common.IEnvironmentVariableReader environmentVariableReader = null) { throw null; } - - public static Common.SignatureValidationMode GetSignatureValidationMode(ISettings settings) { throw null; } - - public static bool GetUpdatePackageLastAccessTimeEnabledStatus(ISettings settings) { throw null; } - - public static string GetValueForAddItem(ISettings settings, string section, string key, bool isPath = false) { throw null; } - - public static void SetConfigValue(ISettings settings, string key, string value, bool encrypt = false) { } - - public static void SetEncryptedValueForAddItem(ISettings settings, string section, string key, string value) { } - } - - public sealed partial class SettingText : SettingBase - { - public SettingText(string value) { } - - public string Value { get { throw null; } set { } } - - public override SettingBase Clone() { throw null; } - - public override bool Equals(object other) { throw null; } - - public override int GetHashCode() { throw null; } - - public override bool IsEmpty() { throw null; } - } - - public sealed partial class SourceItem : AddItem - { - public SourceItem(string key, string value, string protocolVersion = "") : base(default!, default!) { } - - public string ProtocolVersion { get { throw null; } set { } } - - public override SettingBase Clone() { throw null; } - - public override bool Equals(object other) { throw null; } - - public override int GetHashCode() { throw null; } - } - - public sealed partial class StoreClientCertItem : ClientCertItem - { - public StoreClientCertItem(string packageSource, string findValue, System.Security.Cryptography.X509Certificates.StoreLocation? storeLocation = null, System.Security.Cryptography.X509Certificates.StoreName? storeName = null, System.Security.Cryptography.X509Certificates.X509FindType? findBy = null) : base(default!) { } - - protected override System.Collections.Generic.IReadOnlyCollection AllowedAttributes { get { throw null; } } - - protected override System.Collections.Generic.IReadOnlyDictionary> AllowedValues { get { throw null; } } - - public override string ElementName { get { throw null; } } - - public System.Security.Cryptography.X509Certificates.X509FindType FindType { get { throw null; } } - - public string FindValue { get { throw null; } } - - protected override System.Collections.Generic.IReadOnlyCollection RequiredAttributes { get { throw null; } } - - public System.Security.Cryptography.X509Certificates.StoreLocation StoreLocation { get { throw null; } } - - public System.Security.Cryptography.X509Certificates.StoreName StoreName { get { throw null; } } - - public override SettingBase Clone() { throw null; } - - public static string GetString(System.Security.Cryptography.X509Certificates.StoreLocation storeLocation) { throw null; } - - public static string GetString(System.Security.Cryptography.X509Certificates.StoreName storeName) { throw null; } - - public static string GetString(System.Security.Cryptography.X509Certificates.X509FindType type) { throw null; } - - public override System.Collections.Generic.IEnumerable Search() { throw null; } - - public void Update(string findValue, System.Security.Cryptography.X509Certificates.StoreLocation? storeLocation = null, System.Security.Cryptography.X509Certificates.StoreName? storeName = null, System.Security.Cryptography.X509Certificates.X509FindType? findBy = null) { } - } - - public abstract partial class TrustedSignerItem : SettingItem - { - protected TrustedSignerItem(string name, System.Collections.Generic.IEnumerable certificates) { } - - protected override bool CanHaveChildren { get { throw null; } } - - public System.Collections.Generic.IList Certificates { get { throw null; } } - - public virtual string Name { get { throw null; } } - - protected void SetName(string value) { } - } - - public sealed partial class UnknownItem : SettingItem - { - public UnknownItem(string name, System.Collections.Generic.IReadOnlyDictionary attributes, System.Collections.Generic.IEnumerable children) { } - - public System.Collections.Generic.IReadOnlyDictionary Attributes { get { throw null; } } - - protected override bool CanHaveChildren { get { throw null; } } - - public System.Collections.Generic.IReadOnlyList Children { get { throw null; } } - - public override string ElementName { get { throw null; } protected set { } } - - public override SettingBase Clone() { throw null; } - - public override bool Equals(object other) { throw null; } - - public override int GetHashCode() { throw null; } - - public override bool IsEmpty() { throw null; } - } - - public sealed partial class VirtualSettingSection : SettingSection - { - internal VirtualSettingSection() : base(default!, default!, default!) { } - - public override SettingBase Clone() { throw null; } - } - - public partial class WebProxy : System.Net.IWebProxy - { - public WebProxy(string proxyAddress) { } - - public WebProxy(System.Uri proxyAddress) { } - - public System.Collections.Generic.IReadOnlyList BypassList { get { throw null; } set { } } - - public System.Net.ICredentials Credentials { get { throw null; } set { } } - - public System.Uri ProxyAddress { get { throw null; } } - - public System.Uri GetProxy(System.Uri destination) { throw null; } - - public bool IsBypassed(System.Uri uri) { throw null; } - } - - public partial class XPlatMachineWideSetting : IMachineWideSettings - { - public XPlatMachineWideSetting() { } - - public ISettings Settings { get { throw null; } } - } -} \ No newline at end of file diff --git a/src/referencePackages/src/nuget.configuration/6.5.0/nuget.configuration.nuspec b/src/referencePackages/src/nuget.configuration/6.5.0/nuget.configuration.nuspec deleted file mode 100644 index c239196d8e..0000000000 --- a/src/referencePackages/src/nuget.configuration/6.5.0/nuget.configuration.nuspec +++ /dev/null @@ -1,25 +0,0 @@ - - - - NuGet.Configuration - 6.5.0 - Microsoft - true - Apache-2.0 - https://licenses.nuget.org/Apache-2.0 - https://aka.ms/nugetprj - NuGet's configuration settings implementation. - © Microsoft Corporation. All rights reserved. - nuget - true - - - - - - - - - - - \ No newline at end of file diff --git a/src/referencePackages/src/nuget.versioning/6.5.0/NuGet.Versioning.6.5.0.csproj b/src/referencePackages/src/nuget.versioning/6.5.0/NuGet.Versioning.6.5.0.csproj deleted file mode 100644 index 92c0bb2695..0000000000 --- a/src/referencePackages/src/nuget.versioning/6.5.0/NuGet.Versioning.6.5.0.csproj +++ /dev/null @@ -1,10 +0,0 @@ - - - - netstandard2.0 - NuGet.Versioning - 2 - MicrosoftShared - - - diff --git a/src/referencePackages/src/nuget.versioning/6.5.0/lib/netstandard2.0/NuGet.Versioning.cs b/src/referencePackages/src/nuget.versioning/6.5.0/lib/netstandard2.0/NuGet.Versioning.cs deleted file mode 100644 index 3f7858483a..0000000000 --- a/src/referencePackages/src/nuget.versioning/6.5.0/lib/netstandard2.0/NuGet.Versioning.cs +++ /dev/null @@ -1,405 +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.CLSCompliant(true)] -[assembly: System.Runtime.Versioning.TargetFramework(".NETStandard,Version=v2.0", FrameworkDisplayName = ".NET Standard 2.0")] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyConfiguration("release")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyDescription("NuGet's implementation of Semantic Versioning.")] -[assembly: System.Reflection.AssemblyFileVersion("6.5.0.154")] -[assembly: System.Reflection.AssemblyInformationalVersion("6.5.0+069970c727b254636c1ad29c5a7a767081482a9a.069970c727b254636c1ad29c5a7a767081482a9a")] -[assembly: System.Reflection.AssemblyProduct("NuGet")] -[assembly: System.Reflection.AssemblyTitle("NuGet.Versioning")] -[assembly: System.Reflection.AssemblyMetadata("RepositoryUrl", "https://github.com/NuGet/NuGet.Client")] -[assembly: System.Resources.NeutralResourcesLanguage("en-US")] -[assembly: System.Reflection.AssemblyVersionAttribute("6.5.0.154")] -[assembly: System.Runtime.CompilerServices.ReferenceAssembly] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -namespace NuGet.Versioning -{ - public partial class FloatRange : System.IEquatable - { - public FloatRange(NuGetVersionFloatBehavior floatBehavior, NuGetVersion minVersion, string releasePrefix) { } - - public FloatRange(NuGetVersionFloatBehavior floatBehavior, NuGetVersion minVersion) { } - - public FloatRange(NuGetVersionFloatBehavior floatBehavior) { } - - public NuGetVersionFloatBehavior FloatBehavior { get { throw null; } } - - public bool HasMinVersion { get { throw null; } } - - public NuGetVersion MinVersion { get { throw null; } } - - public string OriginalReleasePrefix { get { throw null; } } - - public bool Equals(FloatRange other) { throw null; } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - - public static FloatRange Parse(string versionString) { throw null; } - - public bool Satisfies(NuGetVersion version) { throw null; } - - public override string ToString() { throw null; } - - public static bool TryParse(string versionString, out FloatRange range) { throw null; } - } - - public partial interface INuGetVersionable - { - NuGetVersion Version { get; } - } - - public partial interface IVersionComparer : System.Collections.Generic.IEqualityComparer, System.Collections.Generic.IComparer - { - } - - public partial interface IVersionRangeComparer : System.Collections.Generic.IEqualityComparer - { - } - - public partial class NuGetVersion : SemanticVersion - { - public NuGetVersion(NuGetVersion version) : base(default!) { } - - public NuGetVersion(int major, int minor, int patch, System.Collections.Generic.IEnumerable releaseLabels, string metadata) : base(default!) { } - - public NuGetVersion(int major, int minor, int patch, int revision, System.Collections.Generic.IEnumerable releaseLabels, string metadata) : base(default!) { } - - public NuGetVersion(int major, int minor, int patch, int revision, string releaseLabel, string metadata) : base(default!) { } - - public NuGetVersion(int major, int minor, int patch, int revision) : base(default!) { } - - public NuGetVersion(int major, int minor, int patch, string releaseLabel, string metadata) : base(default!) { } - - public NuGetVersion(int major, int minor, int patch, string releaseLabel) : base(default!) { } - - public NuGetVersion(int major, int minor, int patch) : base(default!) { } - - public NuGetVersion(string version) : base(default!) { } - - public NuGetVersion(System.Version version, System.Collections.Generic.IEnumerable releaseLabels, string metadata, string originalVersion) : base(default!) { } - - public NuGetVersion(System.Version version, string releaseLabel = null, string metadata = null) : base(default!) { } - - public virtual bool IsLegacyVersion { get { throw null; } } - - public bool IsSemVer2 { get { throw null; } } - - public string OriginalVersion { get { throw null; } } - - public int Revision { get { throw null; } } - - public System.Version Version { get { throw null; } } - - public new static NuGetVersion Parse(string value) { throw null; } - - public override string ToString() { throw null; } - - public static bool TryParse(string value, out NuGetVersion version) { throw null; } - - public static bool TryParseStrict(string value, out NuGetVersion version) { throw null; } - } - - public enum NuGetVersionFloatBehavior - { - None = 0, - Prerelease = 1, - Revision = 2, - Patch = 3, - Minor = 4, - Major = 5, - AbsoluteLatest = 6, - PrereleaseRevision = 7, - PrereleasePatch = 8, - PrereleaseMinor = 9, - PrereleaseMajor = 10 - } - - public partial class SemanticVersion : System.IFormattable, System.IComparable, System.IComparable, System.IEquatable - { - public SemanticVersion(SemanticVersion version) { } - - public SemanticVersion(int major, int minor, int patch, System.Collections.Generic.IEnumerable releaseLabels, string metadata) { } - - protected SemanticVersion(int major, int minor, int patch, int revision, System.Collections.Generic.IEnumerable releaseLabels, string metadata) { } - - protected SemanticVersion(int major, int minor, int patch, int revision, string releaseLabel, string metadata) { } - - public SemanticVersion(int major, int minor, int patch, string releaseLabel, string metadata) { } - - public SemanticVersion(int major, int minor, int patch, string releaseLabel) { } - - public SemanticVersion(int major, int minor, int patch) { } - - protected SemanticVersion(System.Version version, System.Collections.Generic.IEnumerable releaseLabels, string metadata) { } - - protected SemanticVersion(System.Version version, string releaseLabel = null, string metadata = null) { } - - public virtual bool HasMetadata { get { throw null; } } - - public virtual bool IsPrerelease { get { throw null; } } - - public int Major { get { throw null; } } - - public virtual string Metadata { get { throw null; } } - - public int Minor { get { throw null; } } - - public int Patch { get { throw null; } } - - public string Release { get { throw null; } } - - public System.Collections.Generic.IEnumerable ReleaseLabels { get { throw null; } } - - public virtual int CompareTo(SemanticVersion other, VersionComparison versionComparison) { throw null; } - - public virtual int CompareTo(SemanticVersion other) { throw null; } - - public virtual int CompareTo(object obj) { throw null; } - - public virtual bool Equals(SemanticVersion other, VersionComparison versionComparison) { throw null; } - - public virtual bool Equals(SemanticVersion other) { throw null; } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - - public static bool operator ==(SemanticVersion version1, SemanticVersion version2) { throw null; } - - public static bool operator >(SemanticVersion version1, SemanticVersion version2) { throw null; } - - public static bool operator >=(SemanticVersion version1, SemanticVersion version2) { throw null; } - - public static bool operator !=(SemanticVersion version1, SemanticVersion version2) { throw null; } - - public static bool operator <(SemanticVersion version1, SemanticVersion version2) { throw null; } - - public static bool operator <=(SemanticVersion version1, SemanticVersion version2) { throw null; } - - public static SemanticVersion Parse(string value) { throw null; } - - public virtual string ToFullString() { throw null; } - - public virtual string ToNormalizedString() { throw null; } - - public override string ToString() { throw null; } - - public virtual string ToString(string format, System.IFormatProvider formatProvider) { throw null; } - - protected bool TryFormatter(string format, System.IFormatProvider formatProvider, out string formattedString) { throw null; } - - public static bool TryParse(string value, out SemanticVersion version) { throw null; } - } - - public partial class SemanticVersionConverter : System.ComponentModel.TypeConverter - { - public SemanticVersionConverter() { } - - public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; } - - public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; } - - public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; } - - public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; } - } - - public sealed partial class VersionComparer : IVersionComparer, System.Collections.Generic.IEqualityComparer, System.Collections.Generic.IComparer - { - public static readonly IVersionComparer Default; - public static readonly IVersionComparer Version; - public static readonly IVersionComparer VersionRelease; - public static readonly IVersionComparer VersionReleaseMetadata; - public VersionComparer() { } - - public VersionComparer(VersionComparison versionComparison) { } - - public static int Compare(SemanticVersion version1, SemanticVersion version2, VersionComparison versionComparison) { throw null; } - - public int Compare(SemanticVersion x, SemanticVersion y) { throw null; } - - public bool Equals(SemanticVersion x, SemanticVersion y) { throw null; } - - public int GetHashCode(SemanticVersion version) { throw null; } - } - - public enum VersionComparison - { - Default = 0, - Version = 1, - VersionRelease = 2, - VersionReleaseMetadata = 3 - } - - public static partial class VersionExtensions - { - public static INuGetVersionable FindBestMatch(this System.Collections.Generic.IEnumerable items, VersionRange ideal) { throw null; } - - public static T FindBestMatch(this System.Collections.Generic.IEnumerable items, VersionRange ideal, System.Func selector) - where T : class { throw null; } - } - - public partial class VersionFormatter : System.IFormatProvider, System.ICustomFormatter - { - public static readonly VersionFormatter Instance; - public VersionFormatter() { } - - public string Format(string format, object arg, System.IFormatProvider formatProvider) { throw null; } - - public object GetFormat(System.Type formatType) { throw null; } - } - - public partial class VersionRange : VersionRangeBase, System.IFormattable - { - public static readonly VersionRange All; - [System.Obsolete("Consider not using this VersionRange. The lack of a proper normalized version means that it is not round trippable in an assets file.")] - public static readonly VersionRange AllFloating; - public static readonly VersionRange AllStable; - [System.Obsolete("Consider not using this VersionRange. The lack of a proper normalized version means that it is not round trippable in an assets file.")] - public static readonly VersionRange AllStableFloating; - public static readonly VersionRange None; - public VersionRange(NuGetVersion minVersion, FloatRange floatRange) : base(default!, default, default!, default) { } - - public VersionRange(NuGetVersion minVersion = null, bool includeMinVersion = true, NuGetVersion maxVersion = null, bool includeMaxVersion = false, FloatRange floatRange = null, string originalString = null) : base(default!, default, default!, default) { } - - public VersionRange(NuGetVersion minVersion) : base(default!, default, default!, default) { } - - public VersionRange(VersionRange range, FloatRange floatRange) : base(default!, default, default!, default) { } - - public FloatRange Float { get { throw null; } } - - public bool IsFloating { get { throw null; } } - - public string OriginalString { get { throw null; } } - - public static VersionRange Combine(System.Collections.Generic.IEnumerable versions, IVersionComparer comparer) { throw null; } - - public static VersionRange Combine(System.Collections.Generic.IEnumerable versions) { throw null; } - - public static VersionRange Combine(System.Collections.Generic.IEnumerable ranges, IVersionComparer comparer) { throw null; } - - public static VersionRange Combine(System.Collections.Generic.IEnumerable ranges) { throw null; } - - public static VersionRange CommonSubSet(System.Collections.Generic.IEnumerable ranges, IVersionComparer comparer) { throw null; } - - public static VersionRange CommonSubSet(System.Collections.Generic.IEnumerable ranges) { throw null; } - - public bool Equals(VersionRange other) { throw null; } - - public override bool Equals(object obj) { throw null; } - - public NuGetVersion FindBestMatch(System.Collections.Generic.IEnumerable versions) { throw null; } - - public override int GetHashCode() { throw null; } - - public bool IsBetter(NuGetVersion current, NuGetVersion considering) { throw null; } - - public static VersionRange Parse(string value, bool allowFloating) { throw null; } - - public static VersionRange Parse(string value) { throw null; } - - public string PrettyPrint() { throw null; } - - public virtual string ToLegacyShortString() { throw null; } - - public virtual string ToLegacyString() { throw null; } - - public VersionRange ToNonSnapshotRange() { throw null; } - - public virtual string ToNormalizedString() { throw null; } - - public virtual string ToShortString() { throw null; } - - public override string ToString() { throw null; } - - public string ToString(string format, System.IFormatProvider formatProvider) { throw null; } - - protected bool TryFormatter(string format, System.IFormatProvider formatProvider, out string formattedString) { throw null; } - - public static bool TryParse(string value, out VersionRange versionRange) { throw null; } - - public static bool TryParse(string value, bool allowFloating, out VersionRange versionRange) { throw null; } - } - - public abstract partial class VersionRangeBase : System.IEquatable - { - public VersionRangeBase(NuGetVersion minVersion = null, bool includeMinVersion = true, NuGetVersion maxVersion = null, bool includeMaxVersion = false) { } - - public bool HasLowerAndUpperBounds { get { throw null; } } - - public bool HasLowerBound { get { throw null; } } - - protected bool HasPrereleaseBounds { get { throw null; } } - - public bool HasUpperBound { get { throw null; } } - - public bool IsMaxInclusive { get { throw null; } } - - public bool IsMinInclusive { get { throw null; } } - - public NuGetVersion MaxVersion { get { throw null; } } - - public NuGetVersion MinVersion { get { throw null; } } - - public bool Equals(VersionRangeBase other, IVersionComparer versionComparer) { throw null; } - - public bool Equals(VersionRangeBase other, IVersionRangeComparer comparer) { throw null; } - - public bool Equals(VersionRangeBase other, VersionComparison versionComparison) { throw null; } - - public bool Equals(VersionRangeBase other) { throw null; } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - - public bool IsSubSetOrEqualTo(VersionRangeBase possibleSuperSet, IVersionComparer comparer) { throw null; } - - public bool IsSubSetOrEqualTo(VersionRangeBase possibleSuperSet) { throw null; } - - public bool Satisfies(NuGetVersion version, IVersionComparer comparer) { throw null; } - - public bool Satisfies(NuGetVersion version, VersionComparison versionComparison) { throw null; } - - public bool Satisfies(NuGetVersion version) { throw null; } - } - - public partial class VersionRangeComparer : IVersionRangeComparer, System.Collections.Generic.IEqualityComparer - { - public VersionRangeComparer() { } - - public VersionRangeComparer(IVersionComparer versionComparer) { } - - public VersionRangeComparer(VersionComparison versionComparison) { } - - public static IVersionRangeComparer Default { get { throw null; } } - - public static IVersionRangeComparer VersionRelease { get { throw null; } } - - public bool Equals(VersionRangeBase x, VersionRangeBase y) { throw null; } - - public int GetHashCode(VersionRangeBase obj) { throw null; } - } - - public partial class VersionRangeFormatter : System.IFormatProvider, System.ICustomFormatter - { - public static readonly VersionRangeFormatter Instance; - public VersionRangeFormatter() { } - - public string Format(string format, object arg, System.IFormatProvider formatProvider) { throw null; } - - public object GetFormat(System.Type formatType) { throw null; } - } -} \ No newline at end of file diff --git a/src/referencePackages/src/nuget.versioning/6.5.0/nuget.versioning.nuspec b/src/referencePackages/src/nuget.versioning/6.5.0/nuget.versioning.nuspec deleted file mode 100644 index c627384f12..0000000000 --- a/src/referencePackages/src/nuget.versioning/6.5.0/nuget.versioning.nuspec +++ /dev/null @@ -1,20 +0,0 @@ - - - - NuGet.Versioning - 6.5.0 - Microsoft - true - Apache-2.0 - https://licenses.nuget.org/Apache-2.0 - https://aka.ms/nugetprj - NuGet's implementation of Semantic Versioning. - © Microsoft Corporation. All rights reserved. - semver semantic versioning - true - - - - - - \ No newline at end of file diff --git a/src/referencePackages/src/system.composition.attributedmodel/7.0.0/System.Composition.AttributedModel.7.0.0.csproj b/src/referencePackages/src/system.composition.attributedmodel/7.0.0/System.Composition.AttributedModel.7.0.0.csproj deleted file mode 100644 index b28bfbd4f8..0000000000 --- a/src/referencePackages/src/system.composition.attributedmodel/7.0.0/System.Composition.AttributedModel.7.0.0.csproj +++ /dev/null @@ -1,9 +0,0 @@ - - - - net6.0;net7.0;netstandard2.0 - System.Composition.AttributedModel - 2 - - - diff --git a/src/referencePackages/src/system.composition.attributedmodel/7.0.0/lib/net6.0/System.Composition.AttributedModel.cs b/src/referencePackages/src/system.composition.attributedmodel/7.0.0/lib/net6.0/System.Composition.AttributedModel.cs deleted file mode 100644 index a3dfd0aa28..0000000000 --- a/src/referencePackages/src/system.composition.attributedmodel/7.0.0/lib/net6.0/System.Composition.AttributedModel.cs +++ /dev/null @@ -1,153 +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.Versioning.TargetFramework(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")] -[assembly: System.Reflection.AssemblyMetadata(".NETFrameworkAssembly", "")] -[assembly: System.Reflection.AssemblyMetadata("Serviceable", "True")] -[assembly: System.Reflection.AssemblyMetadata("PreferInbox", "True")] -[assembly: System.Reflection.AssemblyDefaultAlias("System.Composition.AttributedModel")] -[assembly: System.CLSCompliant(true)] -[assembly: System.Reflection.AssemblyMetadata("IsTrimmable", "True")] -[assembly: System.Runtime.InteropServices.DefaultDllImportSearchPaths(System.Runtime.InteropServices.DllImportSearchPath.AssemblyDirectory | System.Runtime.InteropServices.DllImportSearchPath.System32)] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyDescription("Provides common attributes used by System.Composition types.\r\n\r\nCommonly Used Types:\r\nSystem.Composition.ExportAttribute\r\nSystem.Composition.ImportAttribute\r\nSystem.Composition.Convention.AttributedModelProvider")] -[assembly: System.Reflection.AssemblyFileVersion("7.0.22.51805")] -[assembly: System.Reflection.AssemblyInformationalVersion("7.0.0+d099f075e45d2aa6007a22b71b45a08758559f80")] -[assembly: System.Reflection.AssemblyProduct("Microsoft® .NET")] -[assembly: System.Reflection.AssemblyTitle("System.Composition.AttributedModel")] -[assembly: System.Reflection.AssemblyMetadata("RepositoryUrl", "https://github.com/dotnet/runtime")] -[assembly: System.Reflection.AssemblyVersionAttribute("7.0.0.0")] -[assembly: System.Runtime.CompilerServices.ReferenceAssembly] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -namespace System.Composition -{ - [AttributeUsage(AttributeTargets.Class | AttributeTargets.Property, AllowMultiple = true, Inherited = false)] - public partial class ExportAttribute : Attribute - { - public ExportAttribute() { } - - public ExportAttribute(string contractName, Type contractType) { } - - public ExportAttribute(string contractName) { } - - public ExportAttribute(Type contractType) { } - - public string ContractName { get { throw null; } } - - public Type ContractType { get { throw null; } } - } - - [AttributeUsage(AttributeTargets.Class | AttributeTargets.Property | AttributeTargets.Interface, AllowMultiple = true, Inherited = false)] - public sealed partial class ExportMetadataAttribute : Attribute - { - public ExportMetadataAttribute(string name, object value) { } - - public string Name { get { throw null; } } - - public object Value { get { throw null; } } - } - - [AttributeUsage(AttributeTargets.Property | AttributeTargets.Parameter, AllowMultiple = false, Inherited = false)] - public partial class ImportAttribute : Attribute - { - public ImportAttribute() { } - - public ImportAttribute(string contractName) { } - - public bool AllowDefault { get { throw null; } set { } } - - public string ContractName { get { throw null; } } - } - - [AttributeUsage(AttributeTargets.Constructor, AllowMultiple = false, Inherited = false)] - public sealed partial class ImportingConstructorAttribute : Attribute - { - public ImportingConstructorAttribute() { } - } - - [AttributeUsage(AttributeTargets.Property | AttributeTargets.Parameter, AllowMultiple = false, Inherited = false)] - public partial class ImportManyAttribute : Attribute - { - public ImportManyAttribute() { } - - public ImportManyAttribute(string contractName) { } - - public string ContractName { get { throw null; } } - } - - [AttributeUsage(AttributeTargets.Property, Inherited = false)] - public sealed partial class ImportMetadataConstraintAttribute : Attribute - { - public ImportMetadataConstraintAttribute(string name, object value) { } - - public string Name { get { throw null; } } - - public object Value { get { throw null; } } - } - - [AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)] - public sealed partial class MetadataAttributeAttribute : Attribute - { - public MetadataAttributeAttribute() { } - } - - [AttributeUsage(AttributeTargets.Method, Inherited = false)] - public sealed partial class OnImportsSatisfiedAttribute : Attribute - { - public OnImportsSatisfiedAttribute() { } - } - - [AttributeUsage(AttributeTargets.Class, AllowMultiple = true, Inherited = false)] - public partial class PartMetadataAttribute : Attribute - { - public PartMetadataAttribute(string name, object value) { } - - public string Name { get { throw null; } } - - public object Value { get { throw null; } } - } - - [AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)] - public sealed partial class PartNotDiscoverableAttribute : Attribute - { - public PartNotDiscoverableAttribute() { } - } - - [AttributeUsage(AttributeTargets.Class, Inherited = false)] - public partial class SharedAttribute : PartMetadataAttribute - { - public SharedAttribute() : base(default!, default!) { } - - public SharedAttribute(string sharingBoundaryName) : base(default!, default!) { } - - public string SharingBoundary { get { throw null; } } - } - - [AttributeUsage(AttributeTargets.Property | AttributeTargets.Parameter, Inherited = false)] - [MetadataAttribute] - [CLSCompliant(false)] - public sealed partial class SharingBoundaryAttribute : Attribute - { - public SharingBoundaryAttribute(params string[] sharingBoundaryNames) { } - - public Collections.ObjectModel.ReadOnlyCollection SharingBoundaryNames { get { throw null; } } - } -} - -namespace System.Composition.Convention -{ - public abstract partial class AttributedModelProvider - { - protected AttributedModelProvider() { } - - public abstract Collections.Generic.IEnumerable GetCustomAttributes(Type reflectedType, Reflection.MemberInfo member); - public abstract Collections.Generic.IEnumerable GetCustomAttributes(Type reflectedType, Reflection.ParameterInfo parameter); - } -} \ No newline at end of file diff --git a/src/referencePackages/src/system.composition.attributedmodel/7.0.0/lib/net7.0/System.Composition.AttributedModel.cs b/src/referencePackages/src/system.composition.attributedmodel/7.0.0/lib/net7.0/System.Composition.AttributedModel.cs deleted file mode 100644 index 50a2e23afe..0000000000 --- a/src/referencePackages/src/system.composition.attributedmodel/7.0.0/lib/net7.0/System.Composition.AttributedModel.cs +++ /dev/null @@ -1,153 +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.Versioning.TargetFramework(".NETCoreApp,Version=v7.0", FrameworkDisplayName = ".NET 7.0")] -[assembly: System.Reflection.AssemblyMetadata(".NETFrameworkAssembly", "")] -[assembly: System.Reflection.AssemblyMetadata("Serviceable", "True")] -[assembly: System.Reflection.AssemblyMetadata("PreferInbox", "True")] -[assembly: System.Reflection.AssemblyDefaultAlias("System.Composition.AttributedModel")] -[assembly: System.CLSCompliant(true)] -[assembly: System.Reflection.AssemblyMetadata("IsTrimmable", "True")] -[assembly: System.Runtime.InteropServices.DefaultDllImportSearchPaths(System.Runtime.InteropServices.DllImportSearchPath.AssemblyDirectory | System.Runtime.InteropServices.DllImportSearchPath.System32)] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyDescription("Provides common attributes used by System.Composition types.\r\n\r\nCommonly Used Types:\r\nSystem.Composition.ExportAttribute\r\nSystem.Composition.ImportAttribute\r\nSystem.Composition.Convention.AttributedModelProvider")] -[assembly: System.Reflection.AssemblyFileVersion("7.0.22.51805")] -[assembly: System.Reflection.AssemblyInformationalVersion("7.0.0+d099f075e45d2aa6007a22b71b45a08758559f80")] -[assembly: System.Reflection.AssemblyProduct("Microsoft® .NET")] -[assembly: System.Reflection.AssemblyTitle("System.Composition.AttributedModel")] -[assembly: System.Reflection.AssemblyMetadata("RepositoryUrl", "https://github.com/dotnet/runtime")] -[assembly: System.Reflection.AssemblyVersionAttribute("7.0.0.0")] -[assembly: System.Runtime.CompilerServices.ReferenceAssembly] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -namespace System.Composition -{ - [AttributeUsage(AttributeTargets.Class | AttributeTargets.Property, AllowMultiple = true, Inherited = false)] - public partial class ExportAttribute : Attribute - { - public ExportAttribute() { } - - public ExportAttribute(string contractName, Type contractType) { } - - public ExportAttribute(string contractName) { } - - public ExportAttribute(Type contractType) { } - - public string ContractName { get { throw null; } } - - public Type ContractType { get { throw null; } } - } - - [AttributeUsage(AttributeTargets.Class | AttributeTargets.Property | AttributeTargets.Interface, AllowMultiple = true, Inherited = false)] - public sealed partial class ExportMetadataAttribute : Attribute - { - public ExportMetadataAttribute(string name, object value) { } - - public string Name { get { throw null; } } - - public object Value { get { throw null; } } - } - - [AttributeUsage(AttributeTargets.Property | AttributeTargets.Parameter, AllowMultiple = false, Inherited = false)] - public partial class ImportAttribute : Attribute - { - public ImportAttribute() { } - - public ImportAttribute(string contractName) { } - - public bool AllowDefault { get { throw null; } set { } } - - public string ContractName { get { throw null; } } - } - - [AttributeUsage(AttributeTargets.Constructor, AllowMultiple = false, Inherited = false)] - public sealed partial class ImportingConstructorAttribute : Attribute - { - public ImportingConstructorAttribute() { } - } - - [AttributeUsage(AttributeTargets.Property | AttributeTargets.Parameter, AllowMultiple = false, Inherited = false)] - public partial class ImportManyAttribute : Attribute - { - public ImportManyAttribute() { } - - public ImportManyAttribute(string contractName) { } - - public string ContractName { get { throw null; } } - } - - [AttributeUsage(AttributeTargets.Property, Inherited = false)] - public sealed partial class ImportMetadataConstraintAttribute : Attribute - { - public ImportMetadataConstraintAttribute(string name, object value) { } - - public string Name { get { throw null; } } - - public object Value { get { throw null; } } - } - - [AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)] - public sealed partial class MetadataAttributeAttribute : Attribute - { - public MetadataAttributeAttribute() { } - } - - [AttributeUsage(AttributeTargets.Method, Inherited = false)] - public sealed partial class OnImportsSatisfiedAttribute : Attribute - { - public OnImportsSatisfiedAttribute() { } - } - - [AttributeUsage(AttributeTargets.Class, AllowMultiple = true, Inherited = false)] - public partial class PartMetadataAttribute : Attribute - { - public PartMetadataAttribute(string name, object value) { } - - public string Name { get { throw null; } } - - public object Value { get { throw null; } } - } - - [AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)] - public sealed partial class PartNotDiscoverableAttribute : Attribute - { - public PartNotDiscoverableAttribute() { } - } - - [AttributeUsage(AttributeTargets.Class, Inherited = false)] - public partial class SharedAttribute : PartMetadataAttribute - { - public SharedAttribute() : base(default!, default!) { } - - public SharedAttribute(string sharingBoundaryName) : base(default!, default!) { } - - public string SharingBoundary { get { throw null; } } - } - - [AttributeUsage(AttributeTargets.Property | AttributeTargets.Parameter, Inherited = false)] - [MetadataAttribute] - [CLSCompliant(false)] - public sealed partial class SharingBoundaryAttribute : Attribute - { - public SharingBoundaryAttribute(params string[] sharingBoundaryNames) { } - - public Collections.ObjectModel.ReadOnlyCollection SharingBoundaryNames { get { throw null; } } - } -} - -namespace System.Composition.Convention -{ - public abstract partial class AttributedModelProvider - { - protected AttributedModelProvider() { } - - public abstract Collections.Generic.IEnumerable GetCustomAttributes(Type reflectedType, Reflection.MemberInfo member); - public abstract Collections.Generic.IEnumerable GetCustomAttributes(Type reflectedType, Reflection.ParameterInfo parameter); - } -} \ No newline at end of file diff --git a/src/referencePackages/src/system.composition.attributedmodel/7.0.0/lib/netstandard2.0/System.Composition.AttributedModel.cs b/src/referencePackages/src/system.composition.attributedmodel/7.0.0/lib/netstandard2.0/System.Composition.AttributedModel.cs deleted file mode 100644 index e80cb2b00d..0000000000 --- a/src/referencePackages/src/system.composition.attributedmodel/7.0.0/lib/netstandard2.0/System.Composition.AttributedModel.cs +++ /dev/null @@ -1,153 +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.Versioning.TargetFramework(".NETStandard,Version=v2.0", FrameworkDisplayName = ".NET Standard 2.0")] -[assembly: System.Reflection.AssemblyMetadata(".NETFrameworkAssembly", "")] -[assembly: System.Reflection.AssemblyMetadata("Serviceable", "True")] -[assembly: System.Reflection.AssemblyMetadata("PreferInbox", "True")] -[assembly: System.Reflection.AssemblyDefaultAlias("System.Composition.AttributedModel")] -[assembly: System.CLSCompliant(true)] -[assembly: System.Reflection.AssemblyMetadata("IsTrimmable", "True")] -[assembly: System.Runtime.InteropServices.DefaultDllImportSearchPaths(System.Runtime.InteropServices.DllImportSearchPath.AssemblyDirectory | System.Runtime.InteropServices.DllImportSearchPath.System32)] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyDescription("Provides common attributes used by System.Composition types.\r\n\r\nCommonly Used Types:\r\nSystem.Composition.ExportAttribute\r\nSystem.Composition.ImportAttribute\r\nSystem.Composition.Convention.AttributedModelProvider")] -[assembly: System.Reflection.AssemblyFileVersion("7.0.22.51805")] -[assembly: System.Reflection.AssemblyInformationalVersion("7.0.0+d099f075e45d2aa6007a22b71b45a08758559f80")] -[assembly: System.Reflection.AssemblyProduct("Microsoft® .NET")] -[assembly: System.Reflection.AssemblyTitle("System.Composition.AttributedModel")] -[assembly: System.Reflection.AssemblyMetadata("RepositoryUrl", "https://github.com/dotnet/runtime")] -[assembly: System.Reflection.AssemblyVersionAttribute("7.0.0.0")] -[assembly: System.Runtime.CompilerServices.ReferenceAssembly] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -namespace System.Composition -{ - [AttributeUsage(AttributeTargets.Class | AttributeTargets.Property, AllowMultiple = true, Inherited = false)] - public partial class ExportAttribute : Attribute - { - public ExportAttribute() { } - - public ExportAttribute(string contractName, Type contractType) { } - - public ExportAttribute(string contractName) { } - - public ExportAttribute(Type contractType) { } - - public string ContractName { get { throw null; } } - - public Type ContractType { get { throw null; } } - } - - [AttributeUsage(AttributeTargets.Class | AttributeTargets.Property | AttributeTargets.Interface, AllowMultiple = true, Inherited = false)] - public sealed partial class ExportMetadataAttribute : Attribute - { - public ExportMetadataAttribute(string name, object value) { } - - public string Name { get { throw null; } } - - public object Value { get { throw null; } } - } - - [AttributeUsage(AttributeTargets.Property | AttributeTargets.Parameter, AllowMultiple = false, Inherited = false)] - public partial class ImportAttribute : Attribute - { - public ImportAttribute() { } - - public ImportAttribute(string contractName) { } - - public bool AllowDefault { get { throw null; } set { } } - - public string ContractName { get { throw null; } } - } - - [AttributeUsage(AttributeTargets.Constructor, AllowMultiple = false, Inherited = false)] - public sealed partial class ImportingConstructorAttribute : Attribute - { - public ImportingConstructorAttribute() { } - } - - [AttributeUsage(AttributeTargets.Property | AttributeTargets.Parameter, AllowMultiple = false, Inherited = false)] - public partial class ImportManyAttribute : Attribute - { - public ImportManyAttribute() { } - - public ImportManyAttribute(string contractName) { } - - public string ContractName { get { throw null; } } - } - - [AttributeUsage(AttributeTargets.Property, Inherited = false)] - public sealed partial class ImportMetadataConstraintAttribute : Attribute - { - public ImportMetadataConstraintAttribute(string name, object value) { } - - public string Name { get { throw null; } } - - public object Value { get { throw null; } } - } - - [AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)] - public sealed partial class MetadataAttributeAttribute : Attribute - { - public MetadataAttributeAttribute() { } - } - - [AttributeUsage(AttributeTargets.Method, Inherited = false)] - public sealed partial class OnImportsSatisfiedAttribute : Attribute - { - public OnImportsSatisfiedAttribute() { } - } - - [AttributeUsage(AttributeTargets.Class, AllowMultiple = true, Inherited = false)] - public partial class PartMetadataAttribute : Attribute - { - public PartMetadataAttribute(string name, object value) { } - - public string Name { get { throw null; } } - - public object Value { get { throw null; } } - } - - [AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)] - public sealed partial class PartNotDiscoverableAttribute : Attribute - { - public PartNotDiscoverableAttribute() { } - } - - [AttributeUsage(AttributeTargets.Class, Inherited = false)] - public partial class SharedAttribute : PartMetadataAttribute - { - public SharedAttribute() : base(default!, default!) { } - - public SharedAttribute(string sharingBoundaryName) : base(default!, default!) { } - - public string SharingBoundary { get { throw null; } } - } - - [AttributeUsage(AttributeTargets.Property | AttributeTargets.Parameter, Inherited = false)] - [MetadataAttribute] - [CLSCompliant(false)] - public sealed partial class SharingBoundaryAttribute : Attribute - { - public SharingBoundaryAttribute(params string[] sharingBoundaryNames) { } - - public Collections.ObjectModel.ReadOnlyCollection SharingBoundaryNames { get { throw null; } } - } -} - -namespace System.Composition.Convention -{ - public abstract partial class AttributedModelProvider - { - protected AttributedModelProvider() { } - - public abstract Collections.Generic.IEnumerable GetCustomAttributes(Type reflectedType, Reflection.MemberInfo member); - public abstract Collections.Generic.IEnumerable GetCustomAttributes(Type reflectedType, Reflection.ParameterInfo parameter); - } -} \ No newline at end of file diff --git a/src/referencePackages/src/system.composition.attributedmodel/7.0.0/system.composition.attributedmodel.nuspec b/src/referencePackages/src/system.composition.attributedmodel/7.0.0/system.composition.attributedmodel.nuspec deleted file mode 100644 index 3e2624fa4b..0000000000 --- a/src/referencePackages/src/system.composition.attributedmodel/7.0.0/system.composition.attributedmodel.nuspec +++ /dev/null @@ -1,26 +0,0 @@ - - - - System.Composition.AttributedModel - 7.0.0 - Microsoft - MIT - https://licenses.nuget.org/MIT - https://dot.net/ - Provides common attributes used by System.Composition types. - -Commonly Used Types: -System.Composition.ExportAttribute -System.Composition.ImportAttribute -System.Composition.Convention.AttributedModelProvider - 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.composition.hosting/7.0.0/System.Composition.Hosting.7.0.0.csproj b/src/referencePackages/src/system.composition.hosting/7.0.0/System.Composition.Hosting.7.0.0.csproj deleted file mode 100644 index c2ee1e3494..0000000000 --- a/src/referencePackages/src/system.composition.hosting/7.0.0/System.Composition.Hosting.7.0.0.csproj +++ /dev/null @@ -1,21 +0,0 @@ - - - - net6.0;net7.0;netstandard2.0 - System.Composition.Hosting - 2 - - - - - - - - - - - - - - - diff --git a/src/referencePackages/src/system.composition.hosting/7.0.0/lib/net6.0/System.Composition.Hosting.cs b/src/referencePackages/src/system.composition.hosting/7.0.0/lib/net6.0/System.Composition.Hosting.cs deleted file mode 100644 index af96264dd0..0000000000 --- a/src/referencePackages/src/system.composition.hosting/7.0.0/lib/net6.0/System.Composition.Hosting.cs +++ /dev/null @@ -1,141 +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.Versioning.TargetFramework(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")] -[assembly: System.Reflection.AssemblyMetadata(".NETFrameworkAssembly", "")] -[assembly: System.Reflection.AssemblyMetadata("Serviceable", "True")] -[assembly: System.Reflection.AssemblyMetadata("PreferInbox", "True")] -[assembly: System.Reflection.AssemblyDefaultAlias("System.Composition.Hosting")] -[assembly: System.Resources.NeutralResourcesLanguage("en-US")] -[assembly: System.CLSCompliant(true)] -[assembly: System.Runtime.InteropServices.DefaultDllImportSearchPaths(System.Runtime.InteropServices.DllImportSearchPath.AssemblyDirectory | System.Runtime.InteropServices.DllImportSearchPath.System32)] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyDescription("Provides Managed Extensibility Framework types that are useful to developers of extensible applications, or hosts.\r\n\r\nCommonly Used Types:\r\nSystem.Composition.Hosting.CompositionHost")] -[assembly: System.Reflection.AssemblyFileVersion("7.0.22.51805")] -[assembly: System.Reflection.AssemblyInformationalVersion("7.0.0+d099f075e45d2aa6007a22b71b45a08758559f80")] -[assembly: System.Reflection.AssemblyProduct("Microsoft® .NET")] -[assembly: System.Reflection.AssemblyTitle("System.Composition.Hosting")] -[assembly: System.Reflection.AssemblyMetadata("RepositoryUrl", "https://github.com/dotnet/runtime")] -[assembly: System.Reflection.AssemblyVersionAttribute("7.0.0.0")] -[assembly: System.Runtime.CompilerServices.ReferenceAssembly] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -namespace System.Composition.Hosting -{ - public sealed partial class CompositionHost : CompositionContext, IDisposable - { - public static CompositionHost CreateCompositionHost(Collections.Generic.IEnumerable providers) { throw null; } - - public static CompositionHost CreateCompositionHost(params Core.ExportDescriptorProvider[] providers) { throw null; } - - public void Dispose() { } - - public override bool TryGetExport(Core.CompositionContract contract, out object export) { throw null; } - } -} - -namespace System.Composition.Hosting.Core -{ - public delegate object CompositeActivator(LifetimeContext context, CompositionOperation operation); - public partial class CompositionDependency - { - public CompositionContract Contract { get { throw null; } } - - public bool IsPrerequisite { get { throw null; } } - - public object Site { get { throw null; } } - - public ExportDescriptorPromise Target { get { throw null; } } - - public static CompositionDependency Missing(CompositionContract contract, object site) { throw null; } - - public static CompositionDependency Oversupplied(CompositionContract contract, Collections.Generic.IEnumerable targets, object site) { throw null; } - - public static CompositionDependency Satisfied(CompositionContract contract, ExportDescriptorPromise target, bool isPrerequisite, object site) { throw null; } - - public override string ToString() { throw null; } - } - - public sealed partial class CompositionOperation : IDisposable - { - public void AddNonPrerequisiteAction(Action action) { } - - public void AddPostCompositionAction(Action action) { } - - public void Dispose() { } - - public static object Run(LifetimeContext outermostLifetimeContext, CompositeActivator compositionRootActivator) { throw null; } - } - - public abstract partial class DependencyAccessor - { - protected DependencyAccessor() { } - - protected abstract Collections.Generic.IEnumerable GetPromises(CompositionContract exportKey); - public Collections.Generic.IEnumerable ResolveDependencies(object site, CompositionContract contract, bool isPrerequisite) { throw null; } - - public CompositionDependency ResolveRequiredDependency(object site, CompositionContract contract, bool isPrerequisite) { throw null; } - - public bool TryResolveOptionalDependency(object site, CompositionContract contract, bool isPrerequisite, out CompositionDependency dependency) { throw null; } - } - - public abstract partial class ExportDescriptor - { - protected ExportDescriptor() { } - - public abstract CompositeActivator Activator { get; } - public abstract Collections.Generic.IDictionary Metadata { get; } - - public static ExportDescriptor Create(CompositeActivator activator, Collections.Generic.IDictionary metadata) { throw null; } - } - - public partial class ExportDescriptorPromise - { - public ExportDescriptorPromise(CompositionContract contract, string origin, bool isShared, Func> dependencies, Func, ExportDescriptor> getDescriptor) { } - - public CompositionContract Contract { get { throw null; } } - - public Collections.ObjectModel.ReadOnlyCollection Dependencies { get { throw null; } } - - public bool IsShared { get { throw null; } } - - public string Origin { get { throw null; } } - - public ExportDescriptor GetDescriptor() { throw null; } - - public override string ToString() { throw null; } - } - - public abstract partial class ExportDescriptorProvider - { - protected static readonly Func> NoDependencies; - protected static readonly Collections.Generic.IEnumerable NoExportDescriptors; - protected static readonly Collections.Generic.IDictionary NoMetadata; - protected ExportDescriptorProvider() { } - - public abstract Collections.Generic.IEnumerable GetExportDescriptors(CompositionContract contract, DependencyAccessor descriptorAccessor); - } - - public sealed partial class LifetimeContext : CompositionContext, IDisposable - { - public void AddBoundInstance(IDisposable instance) { } - - public static int AllocateSharingId() { throw null; } - - public void Dispose() { } - - public LifetimeContext FindContextWithin(string sharingBoundary) { throw null; } - - public object GetOrCreate(int sharingId, CompositionOperation operation, CompositeActivator creator) { throw null; } - - public override string ToString() { throw null; } - - public override bool TryGetExport(CompositionContract contract, out object export) { throw null; } - } -} \ No newline at end of file diff --git a/src/referencePackages/src/system.composition.hosting/7.0.0/lib/net7.0/System.Composition.Hosting.cs b/src/referencePackages/src/system.composition.hosting/7.0.0/lib/net7.0/System.Composition.Hosting.cs deleted file mode 100644 index 802c0ec5c2..0000000000 --- a/src/referencePackages/src/system.composition.hosting/7.0.0/lib/net7.0/System.Composition.Hosting.cs +++ /dev/null @@ -1,141 +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.Versioning.TargetFramework(".NETCoreApp,Version=v7.0", FrameworkDisplayName = ".NET 7.0")] -[assembly: System.Reflection.AssemblyMetadata(".NETFrameworkAssembly", "")] -[assembly: System.Reflection.AssemblyMetadata("Serviceable", "True")] -[assembly: System.Reflection.AssemblyMetadata("PreferInbox", "True")] -[assembly: System.Reflection.AssemblyDefaultAlias("System.Composition.Hosting")] -[assembly: System.Resources.NeutralResourcesLanguage("en-US")] -[assembly: System.CLSCompliant(true)] -[assembly: System.Runtime.InteropServices.DefaultDllImportSearchPaths(System.Runtime.InteropServices.DllImportSearchPath.AssemblyDirectory | System.Runtime.InteropServices.DllImportSearchPath.System32)] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyDescription("Provides Managed Extensibility Framework types that are useful to developers of extensible applications, or hosts.\r\n\r\nCommonly Used Types:\r\nSystem.Composition.Hosting.CompositionHost")] -[assembly: System.Reflection.AssemblyFileVersion("7.0.22.51805")] -[assembly: System.Reflection.AssemblyInformationalVersion("7.0.0+d099f075e45d2aa6007a22b71b45a08758559f80")] -[assembly: System.Reflection.AssemblyProduct("Microsoft® .NET")] -[assembly: System.Reflection.AssemblyTitle("System.Composition.Hosting")] -[assembly: System.Reflection.AssemblyMetadata("RepositoryUrl", "https://github.com/dotnet/runtime")] -[assembly: System.Reflection.AssemblyVersionAttribute("7.0.0.0")] -[assembly: System.Runtime.CompilerServices.ReferenceAssembly] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -namespace System.Composition.Hosting -{ - public sealed partial class CompositionHost : CompositionContext, IDisposable - { - public static CompositionHost CreateCompositionHost(Collections.Generic.IEnumerable providers) { throw null; } - - public static CompositionHost CreateCompositionHost(params Core.ExportDescriptorProvider[] providers) { throw null; } - - public void Dispose() { } - - public override bool TryGetExport(Core.CompositionContract contract, out object export) { throw null; } - } -} - -namespace System.Composition.Hosting.Core -{ - public delegate object CompositeActivator(LifetimeContext context, CompositionOperation operation); - public partial class CompositionDependency - { - public CompositionContract Contract { get { throw null; } } - - public bool IsPrerequisite { get { throw null; } } - - public object Site { get { throw null; } } - - public ExportDescriptorPromise Target { get { throw null; } } - - public static CompositionDependency Missing(CompositionContract contract, object site) { throw null; } - - public static CompositionDependency Oversupplied(CompositionContract contract, Collections.Generic.IEnumerable targets, object site) { throw null; } - - public static CompositionDependency Satisfied(CompositionContract contract, ExportDescriptorPromise target, bool isPrerequisite, object site) { throw null; } - - public override string ToString() { throw null; } - } - - public sealed partial class CompositionOperation : IDisposable - { - public void AddNonPrerequisiteAction(Action action) { } - - public void AddPostCompositionAction(Action action) { } - - public void Dispose() { } - - public static object Run(LifetimeContext outermostLifetimeContext, CompositeActivator compositionRootActivator) { throw null; } - } - - public abstract partial class DependencyAccessor - { - protected DependencyAccessor() { } - - protected abstract Collections.Generic.IEnumerable GetPromises(CompositionContract exportKey); - public Collections.Generic.IEnumerable ResolveDependencies(object site, CompositionContract contract, bool isPrerequisite) { throw null; } - - public CompositionDependency ResolveRequiredDependency(object site, CompositionContract contract, bool isPrerequisite) { throw null; } - - public bool TryResolveOptionalDependency(object site, CompositionContract contract, bool isPrerequisite, out CompositionDependency dependency) { throw null; } - } - - public abstract partial class ExportDescriptor - { - protected ExportDescriptor() { } - - public abstract CompositeActivator Activator { get; } - public abstract Collections.Generic.IDictionary Metadata { get; } - - public static ExportDescriptor Create(CompositeActivator activator, Collections.Generic.IDictionary metadata) { throw null; } - } - - public partial class ExportDescriptorPromise - { - public ExportDescriptorPromise(CompositionContract contract, string origin, bool isShared, Func> dependencies, Func, ExportDescriptor> getDescriptor) { } - - public CompositionContract Contract { get { throw null; } } - - public Collections.ObjectModel.ReadOnlyCollection Dependencies { get { throw null; } } - - public bool IsShared { get { throw null; } } - - public string Origin { get { throw null; } } - - public ExportDescriptor GetDescriptor() { throw null; } - - public override string ToString() { throw null; } - } - - public abstract partial class ExportDescriptorProvider - { - protected static readonly Func> NoDependencies; - protected static readonly Collections.Generic.IEnumerable NoExportDescriptors; - protected static readonly Collections.Generic.IDictionary NoMetadata; - protected ExportDescriptorProvider() { } - - public abstract Collections.Generic.IEnumerable GetExportDescriptors(CompositionContract contract, DependencyAccessor descriptorAccessor); - } - - public sealed partial class LifetimeContext : CompositionContext, IDisposable - { - public void AddBoundInstance(IDisposable instance) { } - - public static int AllocateSharingId() { throw null; } - - public void Dispose() { } - - public LifetimeContext FindContextWithin(string sharingBoundary) { throw null; } - - public object GetOrCreate(int sharingId, CompositionOperation operation, CompositeActivator creator) { throw null; } - - public override string ToString() { throw null; } - - public override bool TryGetExport(CompositionContract contract, out object export) { throw null; } - } -} \ No newline at end of file diff --git a/src/referencePackages/src/system.composition.hosting/7.0.0/lib/netstandard2.0/System.Composition.Hosting.cs b/src/referencePackages/src/system.composition.hosting/7.0.0/lib/netstandard2.0/System.Composition.Hosting.cs deleted file mode 100644 index 49be773cdc..0000000000 --- a/src/referencePackages/src/system.composition.hosting/7.0.0/lib/netstandard2.0/System.Composition.Hosting.cs +++ /dev/null @@ -1,141 +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.Versioning.TargetFramework(".NETStandard,Version=v2.0", FrameworkDisplayName = ".NET Standard 2.0")] -[assembly: System.Reflection.AssemblyMetadata(".NETFrameworkAssembly", "")] -[assembly: System.Reflection.AssemblyMetadata("Serviceable", "True")] -[assembly: System.Reflection.AssemblyMetadata("PreferInbox", "True")] -[assembly: System.Reflection.AssemblyDefaultAlias("System.Composition.Hosting")] -[assembly: System.Resources.NeutralResourcesLanguage("en-US")] -[assembly: System.CLSCompliant(true)] -[assembly: System.Runtime.InteropServices.DefaultDllImportSearchPaths(System.Runtime.InteropServices.DllImportSearchPath.AssemblyDirectory | System.Runtime.InteropServices.DllImportSearchPath.System32)] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyDescription("Provides Managed Extensibility Framework types that are useful to developers of extensible applications, or hosts.\r\n\r\nCommonly Used Types:\r\nSystem.Composition.Hosting.CompositionHost")] -[assembly: System.Reflection.AssemblyFileVersion("7.0.22.51805")] -[assembly: System.Reflection.AssemblyInformationalVersion("7.0.0+d099f075e45d2aa6007a22b71b45a08758559f80")] -[assembly: System.Reflection.AssemblyProduct("Microsoft® .NET")] -[assembly: System.Reflection.AssemblyTitle("System.Composition.Hosting")] -[assembly: System.Reflection.AssemblyMetadata("RepositoryUrl", "https://github.com/dotnet/runtime")] -[assembly: System.Reflection.AssemblyVersionAttribute("7.0.0.0")] -[assembly: System.Runtime.CompilerServices.ReferenceAssembly] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -namespace System.Composition.Hosting -{ - public sealed partial class CompositionHost : CompositionContext, IDisposable - { - public static CompositionHost CreateCompositionHost(Collections.Generic.IEnumerable providers) { throw null; } - - public static CompositionHost CreateCompositionHost(params Core.ExportDescriptorProvider[] providers) { throw null; } - - public void Dispose() { } - - public override bool TryGetExport(Core.CompositionContract contract, out object export) { throw null; } - } -} - -namespace System.Composition.Hosting.Core -{ - public delegate object CompositeActivator(LifetimeContext context, CompositionOperation operation); - public partial class CompositionDependency - { - public CompositionContract Contract { get { throw null; } } - - public bool IsPrerequisite { get { throw null; } } - - public object Site { get { throw null; } } - - public ExportDescriptorPromise Target { get { throw null; } } - - public static CompositionDependency Missing(CompositionContract contract, object site) { throw null; } - - public static CompositionDependency Oversupplied(CompositionContract contract, Collections.Generic.IEnumerable targets, object site) { throw null; } - - public static CompositionDependency Satisfied(CompositionContract contract, ExportDescriptorPromise target, bool isPrerequisite, object site) { throw null; } - - public override string ToString() { throw null; } - } - - public sealed partial class CompositionOperation : IDisposable - { - public void AddNonPrerequisiteAction(Action action) { } - - public void AddPostCompositionAction(Action action) { } - - public void Dispose() { } - - public static object Run(LifetimeContext outermostLifetimeContext, CompositeActivator compositionRootActivator) { throw null; } - } - - public abstract partial class DependencyAccessor - { - protected DependencyAccessor() { } - - protected abstract Collections.Generic.IEnumerable GetPromises(CompositionContract exportKey); - public Collections.Generic.IEnumerable ResolveDependencies(object site, CompositionContract contract, bool isPrerequisite) { throw null; } - - public CompositionDependency ResolveRequiredDependency(object site, CompositionContract contract, bool isPrerequisite) { throw null; } - - public bool TryResolveOptionalDependency(object site, CompositionContract contract, bool isPrerequisite, out CompositionDependency dependency) { throw null; } - } - - public abstract partial class ExportDescriptor - { - protected ExportDescriptor() { } - - public abstract CompositeActivator Activator { get; } - public abstract Collections.Generic.IDictionary Metadata { get; } - - public static ExportDescriptor Create(CompositeActivator activator, Collections.Generic.IDictionary metadata) { throw null; } - } - - public partial class ExportDescriptorPromise - { - public ExportDescriptorPromise(CompositionContract contract, string origin, bool isShared, Func> dependencies, Func, ExportDescriptor> getDescriptor) { } - - public CompositionContract Contract { get { throw null; } } - - public Collections.ObjectModel.ReadOnlyCollection Dependencies { get { throw null; } } - - public bool IsShared { get { throw null; } } - - public string Origin { get { throw null; } } - - public ExportDescriptor GetDescriptor() { throw null; } - - public override string ToString() { throw null; } - } - - public abstract partial class ExportDescriptorProvider - { - protected static readonly Func> NoDependencies; - protected static readonly Collections.Generic.IEnumerable NoExportDescriptors; - protected static readonly Collections.Generic.IDictionary NoMetadata; - protected ExportDescriptorProvider() { } - - public abstract Collections.Generic.IEnumerable GetExportDescriptors(CompositionContract contract, DependencyAccessor descriptorAccessor); - } - - public sealed partial class LifetimeContext : CompositionContext, IDisposable - { - public void AddBoundInstance(IDisposable instance) { } - - public static int AllocateSharingId() { throw null; } - - public void Dispose() { } - - public LifetimeContext FindContextWithin(string sharingBoundary) { throw null; } - - public object GetOrCreate(int sharingId, CompositionOperation operation, CompositeActivator creator) { throw null; } - - public override string ToString() { throw null; } - - public override bool TryGetExport(CompositionContract contract, out object export) { throw null; } - } -} \ No newline at end of file diff --git a/src/referencePackages/src/system.composition.hosting/7.0.0/system.composition.hosting.nuspec b/src/referencePackages/src/system.composition.hosting/7.0.0/system.composition.hosting.nuspec deleted file mode 100644 index 42c1a27eec..0000000000 --- a/src/referencePackages/src/system.composition.hosting/7.0.0/system.composition.hosting.nuspec +++ /dev/null @@ -1,32 +0,0 @@ - - - - System.Composition.Hosting - 7.0.0 - Microsoft - MIT - https://licenses.nuget.org/MIT - https://dot.net/ - Provides Managed Extensibility Framework types that are useful to developers of extensible applications, or hosts. - -Commonly Used Types: -System.Composition.Hosting.CompositionHost - 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.io.pipelines/6.0.3/System.IO.Pipelines.6.0.3.csproj b/src/referencePackages/src/system.io.pipelines/6.0.3/System.IO.Pipelines.6.0.3.csproj deleted file mode 100644 index 82036994a0..0000000000 --- a/src/referencePackages/src/system.io.pipelines/6.0.3/System.IO.Pipelines.6.0.3.csproj +++ /dev/null @@ -1,16 +0,0 @@ - - - - net6.0;netstandard2.0 - System.IO.Pipelines - 2 - Open - - - - - - - - - diff --git a/src/referencePackages/src/system.io.pipelines/6.0.3/lib/net6.0/System.IO.Pipelines.cs b/src/referencePackages/src/system.io.pipelines/6.0.3/lib/net6.0/System.IO.Pipelines.cs deleted file mode 100644 index 9352d7bd71..0000000000 --- a/src/referencePackages/src/system.io.pipelines/6.0.3/lib/net6.0/System.IO.Pipelines.cs +++ /dev/null @@ -1,197 +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.IO.Pipelines.Tests, PublicKey=00240000048000009400000006020000002400005253413100040000010001004b86c4cb78549b34bab61a3b1800e23bfeb5b3ec390074041536a7e3cbd97f5f04cf0f857155a8928eaa29ebfd11cfbbad3ba70efea7bda3226c6a8d370a4cd303f714486b6ebc225985a638471e6ef571cc92a4613c00b8fa65d61ccee0cbe5f36330c9a01f4183559f1bef24cc2917c6d913e3a541333a1d05d9bed22b38cb")] -[assembly: System.Runtime.Versioning.TargetFramework(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] -[assembly: System.CLSCompliant(true)] -[assembly: System.Reflection.AssemblyDefaultAlias("System.IO.Pipelines")] -[assembly: System.Resources.NeutralResourcesLanguage("en-US")] -[assembly: System.Reflection.AssemblyMetadata(".NETFrameworkAssembly", "")] -[assembly: System.Reflection.AssemblyMetadata("Serviceable", "True")] -[assembly: System.Reflection.AssemblyMetadata("PreferInbox", "True")] -[assembly: System.Reflection.AssemblyMetadata("IsTrimmable", "True")] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyDescription("Single producer single consumer byte buffer management.\r\n\r\nCommonly Used Types:\r\nSystem.IO.Pipelines.Pipe\r\nSystem.IO.Pipelines.PipeWriter\r\nSystem.IO.Pipelines.PipeReader")] -[assembly: System.Reflection.AssemblyFileVersion("6.0.522.21309")] -[assembly: System.Reflection.AssemblyInformationalVersion("6.0.5+70ae3df4a6f3c92fb6b315afc405edd10ff38579")] -[assembly: System.Reflection.AssemblyProduct("Microsoft® .NET")] -[assembly: System.Reflection.AssemblyTitle("System.IO.Pipelines")] -[assembly: System.Reflection.AssemblyMetadata("RepositoryUrl", "https://github.com/dotnet/runtime")] -[assembly: System.Reflection.AssemblyVersionAttribute("6.0.0.0")] -[assembly: System.Runtime.CompilerServices.ReferenceAssembly] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -namespace System.IO.Pipelines -{ - public partial struct FlushResult - { - private int _dummyPrimitive; - public FlushResult(bool isCanceled, bool isCompleted) { } - - public bool IsCanceled { get { throw null; } } - - public bool IsCompleted { get { throw null; } } - } - - public partial interface IDuplexPipe - { - PipeReader Input { get; } - - PipeWriter Output { get; } - } - - public sealed partial class Pipe - { - public Pipe() { } - - public Pipe(PipeOptions options) { } - - public PipeReader Reader { get { throw null; } } - - public PipeWriter Writer { get { throw null; } } - - public void Reset() { } - } - - public partial class PipeOptions - { - public PipeOptions(Buffers.MemoryPool? pool = null, PipeScheduler? readerScheduler = null, PipeScheduler? writerScheduler = null, long pauseWriterThreshold = -1, long resumeWriterThreshold = -1, int minimumSegmentSize = -1, bool useSynchronizationContext = true) { } - - public static PipeOptions Default { get { throw null; } } - - public int MinimumSegmentSize { get { throw null; } } - - public long PauseWriterThreshold { get { throw null; } } - - public Buffers.MemoryPool Pool { get { throw null; } } - - public PipeScheduler ReaderScheduler { get { throw null; } } - - public long ResumeWriterThreshold { get { throw null; } } - - public bool UseSynchronizationContext { get { throw null; } } - - public PipeScheduler WriterScheduler { get { throw null; } } - } - - public abstract partial class PipeReader - { - protected PipeReader() { } - - public abstract void AdvanceTo(SequencePosition consumed, SequencePosition examined); - public abstract void AdvanceTo(SequencePosition consumed); - public virtual Stream AsStream(bool leaveOpen = false) { throw null; } - - public abstract void CancelPendingRead(); - public abstract void Complete(Exception? exception = null); - public virtual Threading.Tasks.ValueTask CompleteAsync(Exception? exception = null) { throw null; } - - public virtual Threading.Tasks.Task CopyToAsync(PipeWriter destination, Threading.CancellationToken cancellationToken = default) { throw null; } - - public virtual Threading.Tasks.Task CopyToAsync(Stream destination, Threading.CancellationToken cancellationToken = default) { throw null; } - - public static PipeReader Create(Buffers.ReadOnlySequence sequence) { throw null; } - - public static PipeReader Create(Stream stream, StreamPipeReaderOptions? readerOptions = null) { throw null; } - - [Obsolete("OnWriterCompleted has been deprecated and may not be invoked on all implementations of PipeReader.")] - public virtual void OnWriterCompleted(Action callback, object? state) { } - - public abstract Threading.Tasks.ValueTask ReadAsync(Threading.CancellationToken cancellationToken = default); - public Threading.Tasks.ValueTask ReadAtLeastAsync(int minimumSize, Threading.CancellationToken cancellationToken = default) { throw null; } - - protected virtual Threading.Tasks.ValueTask ReadAtLeastAsyncCore(int minimumSize, Threading.CancellationToken cancellationToken) { throw null; } - - public abstract bool TryRead(out ReadResult result); - } - - public abstract partial class PipeScheduler - { - protected PipeScheduler() { } - - public static PipeScheduler Inline { get { throw null; } } - - public static PipeScheduler ThreadPool { get { throw null; } } - - public abstract void Schedule(Action action, object? state); - } - - public abstract partial class PipeWriter : Buffers.IBufferWriter - { - protected PipeWriter() { } - - public virtual bool CanGetUnflushedBytes { get { throw null; } } - - public virtual long UnflushedBytes { get { throw null; } } - - public abstract void Advance(int bytes); - public virtual Stream AsStream(bool leaveOpen = false) { throw null; } - - public abstract void CancelPendingFlush(); - public abstract void Complete(Exception? exception = null); - public virtual Threading.Tasks.ValueTask CompleteAsync(Exception? exception = null) { throw null; } - - protected internal virtual Threading.Tasks.Task CopyFromAsync(Stream source, Threading.CancellationToken cancellationToken = default) { throw null; } - - public static PipeWriter Create(Stream stream, StreamPipeWriterOptions? writerOptions = null) { throw null; } - - public abstract Threading.Tasks.ValueTask FlushAsync(Threading.CancellationToken cancellationToken = default); - public abstract Memory GetMemory(int sizeHint = 0); - public abstract Span GetSpan(int sizeHint = 0); - [Obsolete("OnReaderCompleted has been deprecated and may not be invoked on all implementations of PipeWriter.")] - public virtual void OnReaderCompleted(Action callback, object? state) { } - - public virtual Threading.Tasks.ValueTask WriteAsync(ReadOnlyMemory source, Threading.CancellationToken cancellationToken = default) { throw null; } - } - - public readonly partial struct ReadResult - { - private readonly int _dummyPrimitive; - public ReadResult(Buffers.ReadOnlySequence buffer, bool isCanceled, bool isCompleted) { } - - public Buffers.ReadOnlySequence Buffer { get { throw null; } } - - public bool IsCanceled { get { throw null; } } - - public bool IsCompleted { get { throw null; } } - } - - public static partial class StreamPipeExtensions - { - public static Threading.Tasks.Task CopyToAsync(this Stream source, PipeWriter destination, Threading.CancellationToken cancellationToken = default) { throw null; } - } - - public partial class StreamPipeReaderOptions - { - public StreamPipeReaderOptions(Buffers.MemoryPool? pool = null, int bufferSize = -1, int minimumReadSize = -1, bool leaveOpen = false, bool useZeroByteReads = false) { } - - public StreamPipeReaderOptions(Buffers.MemoryPool? pool, int bufferSize, int minimumReadSize, bool leaveOpen) { } - - public int BufferSize { get { throw null; } } - - public bool LeaveOpen { get { throw null; } } - - public int MinimumReadSize { get { throw null; } } - - public Buffers.MemoryPool Pool { get { throw null; } } - - public bool UseZeroByteReads { get { throw null; } } - } - - public partial class StreamPipeWriterOptions - { - public StreamPipeWriterOptions(Buffers.MemoryPool? pool = null, int minimumBufferSize = -1, bool leaveOpen = false) { } - - public bool LeaveOpen { get { throw null; } } - - public int MinimumBufferSize { get { throw null; } } - - public Buffers.MemoryPool Pool { get { throw null; } } - } -} \ No newline at end of file diff --git a/src/referencePackages/src/system.io.pipelines/6.0.3/lib/netstandard2.0/System.IO.Pipelines.cs b/src/referencePackages/src/system.io.pipelines/6.0.3/lib/netstandard2.0/System.IO.Pipelines.cs deleted file mode 100644 index 901579d895..0000000000 --- a/src/referencePackages/src/system.io.pipelines/6.0.3/lib/netstandard2.0/System.IO.Pipelines.cs +++ /dev/null @@ -1,198 +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.IO.Pipelines.Tests, PublicKey=00240000048000009400000006020000002400005253413100040000010001004b86c4cb78549b34bab61a3b1800e23bfeb5b3ec390074041536a7e3cbd97f5f04cf0f857155a8928eaa29ebfd11cfbbad3ba70efea7bda3226c6a8d370a4cd303f714486b6ebc225985a638471e6ef571cc92a4613c00b8fa65d61ccee0cbe5f36330c9a01f4183559f1bef24cc2917c6d913e3a541333a1d05d9bed22b38cb")] -[assembly: System.Runtime.Versioning.TargetFramework(".NETStandard,Version=v2.0", FrameworkDisplayName = "")] -[assembly: System.CLSCompliant(true)] -[assembly: System.Runtime.InteropServices.DefaultDllImportSearchPaths(System.Runtime.InteropServices.DllImportSearchPath.AssemblyDirectory | System.Runtime.InteropServices.DllImportSearchPath.System32)] -[assembly: System.Reflection.AssemblyDefaultAlias("System.IO.Pipelines")] -[assembly: System.Resources.NeutralResourcesLanguage("en-US")] -[assembly: System.Reflection.AssemblyMetadata(".NETFrameworkAssembly", "")] -[assembly: System.Reflection.AssemblyMetadata("Serviceable", "True")] -[assembly: System.Reflection.AssemblyMetadata("PreferInbox", "True")] -[assembly: System.Reflection.AssemblyMetadata("IsTrimmable", "True")] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyDescription("Single producer single consumer byte buffer management.\r\n\r\nCommonly Used Types:\r\nSystem.IO.Pipelines.Pipe\r\nSystem.IO.Pipelines.PipeWriter\r\nSystem.IO.Pipelines.PipeReader")] -[assembly: System.Reflection.AssemblyFileVersion("6.0.522.21309")] -[assembly: System.Reflection.AssemblyInformationalVersion("6.0.5+70ae3df4a6f3c92fb6b315afc405edd10ff38579")] -[assembly: System.Reflection.AssemblyProduct("Microsoft® .NET")] -[assembly: System.Reflection.AssemblyTitle("System.IO.Pipelines")] -[assembly: System.Reflection.AssemblyMetadata("RepositoryUrl", "https://github.com/dotnet/runtime")] -[assembly: System.Reflection.AssemblyVersionAttribute("6.0.0.0")] -[assembly: System.Runtime.CompilerServices.ReferenceAssembly] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -namespace System.IO.Pipelines -{ - public partial struct FlushResult - { - private int _dummyPrimitive; - public FlushResult(bool isCanceled, bool isCompleted) { } - - public bool IsCanceled { get { throw null; } } - - public bool IsCompleted { get { throw null; } } - } - - public partial interface IDuplexPipe - { - PipeReader Input { get; } - - PipeWriter Output { get; } - } - - public sealed partial class Pipe - { - public Pipe() { } - - public Pipe(PipeOptions options) { } - - public PipeReader Reader { get { throw null; } } - - public PipeWriter Writer { get { throw null; } } - - public void Reset() { } - } - - public partial class PipeOptions - { - public PipeOptions(Buffers.MemoryPool? pool = null, PipeScheduler? readerScheduler = null, PipeScheduler? writerScheduler = null, long pauseWriterThreshold = -1, long resumeWriterThreshold = -1, int minimumSegmentSize = -1, bool useSynchronizationContext = true) { } - - public static PipeOptions Default { get { throw null; } } - - public int MinimumSegmentSize { get { throw null; } } - - public long PauseWriterThreshold { get { throw null; } } - - public Buffers.MemoryPool Pool { get { throw null; } } - - public PipeScheduler ReaderScheduler { get { throw null; } } - - public long ResumeWriterThreshold { get { throw null; } } - - public bool UseSynchronizationContext { get { throw null; } } - - public PipeScheduler WriterScheduler { get { throw null; } } - } - - public abstract partial class PipeReader - { - protected PipeReader() { } - - public abstract void AdvanceTo(SequencePosition consumed, SequencePosition examined); - public abstract void AdvanceTo(SequencePosition consumed); - public virtual Stream AsStream(bool leaveOpen = false) { throw null; } - - public abstract void CancelPendingRead(); - public abstract void Complete(Exception? exception = null); - public virtual Threading.Tasks.ValueTask CompleteAsync(Exception? exception = null) { throw null; } - - public virtual Threading.Tasks.Task CopyToAsync(PipeWriter destination, Threading.CancellationToken cancellationToken = default) { throw null; } - - public virtual Threading.Tasks.Task CopyToAsync(Stream destination, Threading.CancellationToken cancellationToken = default) { throw null; } - - public static PipeReader Create(Buffers.ReadOnlySequence sequence) { throw null; } - - public static PipeReader Create(Stream stream, StreamPipeReaderOptions? readerOptions = null) { throw null; } - - [Obsolete("OnWriterCompleted has been deprecated and may not be invoked on all implementations of PipeReader.")] - public virtual void OnWriterCompleted(Action callback, object? state) { } - - public abstract Threading.Tasks.ValueTask ReadAsync(Threading.CancellationToken cancellationToken = default); - public Threading.Tasks.ValueTask ReadAtLeastAsync(int minimumSize, Threading.CancellationToken cancellationToken = default) { throw null; } - - protected virtual Threading.Tasks.ValueTask ReadAtLeastAsyncCore(int minimumSize, Threading.CancellationToken cancellationToken) { throw null; } - - public abstract bool TryRead(out ReadResult result); - } - - public abstract partial class PipeScheduler - { - protected PipeScheduler() { } - - public static PipeScheduler Inline { get { throw null; } } - - public static PipeScheduler ThreadPool { get { throw null; } } - - public abstract void Schedule(Action action, object? state); - } - - public abstract partial class PipeWriter : Buffers.IBufferWriter - { - protected PipeWriter() { } - - public virtual bool CanGetUnflushedBytes { get { throw null; } } - - public virtual long UnflushedBytes { get { throw null; } } - - public abstract void Advance(int bytes); - public virtual Stream AsStream(bool leaveOpen = false) { throw null; } - - public abstract void CancelPendingFlush(); - public abstract void Complete(Exception? exception = null); - public virtual Threading.Tasks.ValueTask CompleteAsync(Exception? exception = null) { throw null; } - - protected internal virtual Threading.Tasks.Task CopyFromAsync(Stream source, Threading.CancellationToken cancellationToken = default) { throw null; } - - public static PipeWriter Create(Stream stream, StreamPipeWriterOptions? writerOptions = null) { throw null; } - - public abstract Threading.Tasks.ValueTask FlushAsync(Threading.CancellationToken cancellationToken = default); - public abstract Memory GetMemory(int sizeHint = 0); - public abstract Span GetSpan(int sizeHint = 0); - [Obsolete("OnReaderCompleted has been deprecated and may not be invoked on all implementations of PipeWriter.")] - public virtual void OnReaderCompleted(Action callback, object? state) { } - - public virtual Threading.Tasks.ValueTask WriteAsync(ReadOnlyMemory source, Threading.CancellationToken cancellationToken = default) { throw null; } - } - - public readonly partial struct ReadResult - { - private readonly int _dummyPrimitive; - public ReadResult(Buffers.ReadOnlySequence buffer, bool isCanceled, bool isCompleted) { } - - public Buffers.ReadOnlySequence Buffer { get { throw null; } } - - public bool IsCanceled { get { throw null; } } - - public bool IsCompleted { get { throw null; } } - } - - public static partial class StreamPipeExtensions - { - public static Threading.Tasks.Task CopyToAsync(this Stream source, PipeWriter destination, Threading.CancellationToken cancellationToken = default) { throw null; } - } - - public partial class StreamPipeReaderOptions - { - public StreamPipeReaderOptions(Buffers.MemoryPool? pool = null, int bufferSize = -1, int minimumReadSize = -1, bool leaveOpen = false, bool useZeroByteReads = false) { } - - public StreamPipeReaderOptions(Buffers.MemoryPool? pool, int bufferSize, int minimumReadSize, bool leaveOpen) { } - - public int BufferSize { get { throw null; } } - - public bool LeaveOpen { get { throw null; } } - - public int MinimumReadSize { get { throw null; } } - - public Buffers.MemoryPool Pool { get { throw null; } } - - public bool UseZeroByteReads { get { throw null; } } - } - - public partial class StreamPipeWriterOptions - { - public StreamPipeWriterOptions(Buffers.MemoryPool? pool = null, int minimumBufferSize = -1, bool leaveOpen = false) { } - - public bool LeaveOpen { get { throw null; } } - - public int MinimumBufferSize { get { throw null; } } - - public Buffers.MemoryPool Pool { get { throw null; } } - } -} \ No newline at end of file diff --git a/src/referencePackages/src/system.io.pipelines/6.0.3/system.io.pipelines.nuspec b/src/referencePackages/src/system.io.pipelines/6.0.3/system.io.pipelines.nuspec deleted file mode 100644 index f49d7f9250..0000000000 --- a/src/referencePackages/src/system.io.pipelines/6.0.3/system.io.pipelines.nuspec +++ /dev/null @@ -1,29 +0,0 @@ - - - - System.IO.Pipelines - 6.0.3 - Microsoft - MIT - https://licenses.nuget.org/MIT - https://dot.net/ - Single producer single consumer byte buffer management. - -Commonly Used Types: -System.IO.Pipelines.Pipe -System.IO.Pipelines.PipeWriter -System.IO.Pipelines.PipeReader - 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.reflection.metadataloadcontext/7.0.0/System.Reflection.MetadataLoadContext.7.0.0.csproj b/src/referencePackages/src/system.reflection.metadataloadcontext/7.0.0/System.Reflection.MetadataLoadContext.7.0.0.csproj deleted file mode 100644 index a025466a07..0000000000 --- a/src/referencePackages/src/system.reflection.metadataloadcontext/7.0.0/System.Reflection.MetadataLoadContext.7.0.0.csproj +++ /dev/null @@ -1,26 +0,0 @@ - - - - net6.0;net7.0;netstandard2.0 - System.Reflection.MetadataLoadContext - 2 - Open - - - - - - - - - - - - - - - - - - - diff --git a/src/referencePackages/src/system.reflection.metadataloadcontext/7.0.0/lib/net6.0/System.Reflection.MetadataLoadContext.cs b/src/referencePackages/src/system.reflection.metadataloadcontext/7.0.0/lib/net6.0/System.Reflection.MetadataLoadContext.cs deleted file mode 100644 index 66ff2dda17..0000000000 --- a/src/referencePackages/src/system.reflection.metadataloadcontext/7.0.0/lib/net6.0/System.Reflection.MetadataLoadContext.cs +++ /dev/null @@ -1,66 +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.Versioning.TargetFramework(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")] -[assembly: System.Reflection.AssemblyMetadata(".NETFrameworkAssembly", "")] -[assembly: System.Reflection.AssemblyMetadata("Serviceable", "True")] -[assembly: System.Reflection.AssemblyMetadata("PreferInbox", "True")] -[assembly: System.Reflection.AssemblyDefaultAlias("System.Reflection.MetadataLoadContext")] -[assembly: System.Resources.NeutralResourcesLanguage("en-US")] -[assembly: System.CLSCompliant(true)] -[assembly: System.Reflection.AssemblyMetadata("IsTrimmable", "True")] -[assembly: System.Runtime.InteropServices.DefaultDllImportSearchPaths(System.Runtime.InteropServices.DllImportSearchPath.AssemblyDirectory | System.Runtime.InteropServices.DllImportSearchPath.System32)] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyDescription("Provides read-only reflection on assemblies in an isolated context with support for assemblies that target different processor architectures and runtimes. Using MetadataLoadContext enables you to inspect assemblies without loading them into the main execution context. Assemblies in MetadataLoadContext are treated only as metadata, that is, you can read information about their members, but cannot execute any code contained in them.")] -[assembly: System.Reflection.AssemblyFileVersion("7.0.22.51805")] -[assembly: System.Reflection.AssemblyInformationalVersion("7.0.0+d099f075e45d2aa6007a22b71b45a08758559f80")] -[assembly: System.Reflection.AssemblyProduct("Microsoft® .NET")] -[assembly: System.Reflection.AssemblyTitle("System.Reflection.MetadataLoadContext")] -[assembly: System.Reflection.AssemblyMetadata("RepositoryUrl", "https://github.com/dotnet/runtime")] -[assembly: System.Reflection.AssemblyVersionAttribute("7.0.0.0")] -[assembly: System.Runtime.CompilerServices.ReferenceAssembly] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -namespace System.Reflection -{ - public abstract partial class MetadataAssemblyResolver - { - protected MetadataAssemblyResolver() { } - - public abstract Assembly? Resolve(MetadataLoadContext context, AssemblyName assemblyName); - } - - public sealed partial class MetadataLoadContext : IDisposable - { - public MetadataLoadContext(MetadataAssemblyResolver resolver, string? coreAssemblyName = null) { } - - public Assembly? CoreAssembly { get { throw null; } } - - public void Dispose() { } - - public Collections.Generic.IEnumerable GetAssemblies() { throw null; } - - public Assembly LoadFromAssemblyName(AssemblyName assemblyName) { throw null; } - - public Assembly LoadFromAssemblyName(string assemblyName) { throw null; } - - public Assembly LoadFromAssemblyPath(string assemblyPath) { throw null; } - - public Assembly LoadFromByteArray(byte[] assembly) { throw null; } - - public Assembly LoadFromStream(IO.Stream assembly) { throw null; } - } - - public partial class PathAssemblyResolver : MetadataAssemblyResolver - { - public PathAssemblyResolver(Collections.Generic.IEnumerable assemblyPaths) { } - - public override Assembly? Resolve(MetadataLoadContext context, AssemblyName assemblyName) { throw null; } - } -} \ No newline at end of file diff --git a/src/referencePackages/src/system.reflection.metadataloadcontext/7.0.0/lib/net7.0/System.Reflection.MetadataLoadContext.cs b/src/referencePackages/src/system.reflection.metadataloadcontext/7.0.0/lib/net7.0/System.Reflection.MetadataLoadContext.cs deleted file mode 100644 index 120340e6b1..0000000000 --- a/src/referencePackages/src/system.reflection.metadataloadcontext/7.0.0/lib/net7.0/System.Reflection.MetadataLoadContext.cs +++ /dev/null @@ -1,66 +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.Versioning.TargetFramework(".NETCoreApp,Version=v7.0", FrameworkDisplayName = ".NET 7.0")] -[assembly: System.Reflection.AssemblyMetadata(".NETFrameworkAssembly", "")] -[assembly: System.Reflection.AssemblyMetadata("Serviceable", "True")] -[assembly: System.Reflection.AssemblyMetadata("PreferInbox", "True")] -[assembly: System.Reflection.AssemblyDefaultAlias("System.Reflection.MetadataLoadContext")] -[assembly: System.Resources.NeutralResourcesLanguage("en-US")] -[assembly: System.CLSCompliant(true)] -[assembly: System.Reflection.AssemblyMetadata("IsTrimmable", "True")] -[assembly: System.Runtime.InteropServices.DefaultDllImportSearchPaths(System.Runtime.InteropServices.DllImportSearchPath.AssemblyDirectory | System.Runtime.InteropServices.DllImportSearchPath.System32)] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyDescription("Provides read-only reflection on assemblies in an isolated context with support for assemblies that target different processor architectures and runtimes. Using MetadataLoadContext enables you to inspect assemblies without loading them into the main execution context. Assemblies in MetadataLoadContext are treated only as metadata, that is, you can read information about their members, but cannot execute any code contained in them.")] -[assembly: System.Reflection.AssemblyFileVersion("7.0.22.51805")] -[assembly: System.Reflection.AssemblyInformationalVersion("7.0.0+d099f075e45d2aa6007a22b71b45a08758559f80")] -[assembly: System.Reflection.AssemblyProduct("Microsoft® .NET")] -[assembly: System.Reflection.AssemblyTitle("System.Reflection.MetadataLoadContext")] -[assembly: System.Reflection.AssemblyMetadata("RepositoryUrl", "https://github.com/dotnet/runtime")] -[assembly: System.Reflection.AssemblyVersionAttribute("7.0.0.0")] -[assembly: System.Runtime.CompilerServices.ReferenceAssembly] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -namespace System.Reflection -{ - public abstract partial class MetadataAssemblyResolver - { - protected MetadataAssemblyResolver() { } - - public abstract Assembly? Resolve(MetadataLoadContext context, AssemblyName assemblyName); - } - - public sealed partial class MetadataLoadContext : IDisposable - { - public MetadataLoadContext(MetadataAssemblyResolver resolver, string? coreAssemblyName = null) { } - - public Assembly? CoreAssembly { get { throw null; } } - - public void Dispose() { } - - public Collections.Generic.IEnumerable GetAssemblies() { throw null; } - - public Assembly LoadFromAssemblyName(AssemblyName assemblyName) { throw null; } - - public Assembly LoadFromAssemblyName(string assemblyName) { throw null; } - - public Assembly LoadFromAssemblyPath(string assemblyPath) { throw null; } - - public Assembly LoadFromByteArray(byte[] assembly) { throw null; } - - public Assembly LoadFromStream(IO.Stream assembly) { throw null; } - } - - public partial class PathAssemblyResolver : MetadataAssemblyResolver - { - public PathAssemblyResolver(Collections.Generic.IEnumerable assemblyPaths) { } - - public override Assembly? Resolve(MetadataLoadContext context, AssemblyName assemblyName) { throw null; } - } -} \ No newline at end of file diff --git a/src/referencePackages/src/system.reflection.metadataloadcontext/7.0.0/lib/netstandard2.0/System.Reflection.MetadataLoadContext.cs b/src/referencePackages/src/system.reflection.metadataloadcontext/7.0.0/lib/netstandard2.0/System.Reflection.MetadataLoadContext.cs deleted file mode 100644 index 678f6575ae..0000000000 --- a/src/referencePackages/src/system.reflection.metadataloadcontext/7.0.0/lib/netstandard2.0/System.Reflection.MetadataLoadContext.cs +++ /dev/null @@ -1,66 +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.Versioning.TargetFramework(".NETStandard,Version=v2.0", FrameworkDisplayName = ".NET Standard 2.0")] -[assembly: System.Reflection.AssemblyMetadata(".NETFrameworkAssembly", "")] -[assembly: System.Reflection.AssemblyMetadata("Serviceable", "True")] -[assembly: System.Reflection.AssemblyMetadata("PreferInbox", "True")] -[assembly: System.Reflection.AssemblyDefaultAlias("System.Reflection.MetadataLoadContext")] -[assembly: System.Resources.NeutralResourcesLanguage("en-US")] -[assembly: System.CLSCompliant(true)] -[assembly: System.Reflection.AssemblyMetadata("IsTrimmable", "True")] -[assembly: System.Runtime.InteropServices.DefaultDllImportSearchPaths(System.Runtime.InteropServices.DllImportSearchPath.AssemblyDirectory | System.Runtime.InteropServices.DllImportSearchPath.System32)] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyDescription("Provides read-only reflection on assemblies in an isolated context with support for assemblies that target different processor architectures and runtimes. Using MetadataLoadContext enables you to inspect assemblies without loading them into the main execution context. Assemblies in MetadataLoadContext are treated only as metadata, that is, you can read information about their members, but cannot execute any code contained in them.")] -[assembly: System.Reflection.AssemblyFileVersion("7.0.22.51805")] -[assembly: System.Reflection.AssemblyInformationalVersion("7.0.0+d099f075e45d2aa6007a22b71b45a08758559f80")] -[assembly: System.Reflection.AssemblyProduct("Microsoft® .NET")] -[assembly: System.Reflection.AssemblyTitle("System.Reflection.MetadataLoadContext")] -[assembly: System.Reflection.AssemblyMetadata("RepositoryUrl", "https://github.com/dotnet/runtime")] -[assembly: System.Reflection.AssemblyVersionAttribute("7.0.0.0")] -[assembly: System.Runtime.CompilerServices.ReferenceAssembly] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -namespace System.Reflection -{ - public abstract partial class MetadataAssemblyResolver - { - protected MetadataAssemblyResolver() { } - - public abstract Assembly? Resolve(MetadataLoadContext context, AssemblyName assemblyName); - } - - public sealed partial class MetadataLoadContext : IDisposable - { - public MetadataLoadContext(MetadataAssemblyResolver resolver, string? coreAssemblyName = null) { } - - public Assembly? CoreAssembly { get { throw null; } } - - public void Dispose() { } - - public Collections.Generic.IEnumerable GetAssemblies() { throw null; } - - public Assembly LoadFromAssemblyName(AssemblyName assemblyName) { throw null; } - - public Assembly LoadFromAssemblyName(string assemblyName) { throw null; } - - public Assembly LoadFromAssemblyPath(string assemblyPath) { throw null; } - - public Assembly LoadFromByteArray(byte[] assembly) { throw null; } - - public Assembly LoadFromStream(IO.Stream assembly) { throw null; } - } - - public partial class PathAssemblyResolver : MetadataAssemblyResolver - { - public PathAssemblyResolver(Collections.Generic.IEnumerable assemblyPaths) { } - - public override Assembly? Resolve(MetadataLoadContext context, AssemblyName assemblyName) { throw null; } - } -} \ No newline at end of file diff --git a/src/referencePackages/src/system.reflection.metadataloadcontext/7.0.0/system.reflection.metadataloadcontext.nuspec b/src/referencePackages/src/system.reflection.metadataloadcontext/7.0.0/system.reflection.metadataloadcontext.nuspec deleted file mode 100644 index 7498c122f7..0000000000 --- a/src/referencePackages/src/system.reflection.metadataloadcontext/7.0.0/system.reflection.metadataloadcontext.nuspec +++ /dev/null @@ -1,31 +0,0 @@ - - - - System.Reflection.MetadataLoadContext - 7.0.0 - Microsoft - MIT - https://licenses.nuget.org/MIT - https://dot.net/ - Provides read-only reflection on assemblies in an isolated context with support for assemblies that target different processor architectures and runtimes. Using MetadataLoadContext enables you to inspect assemblies without loading them into the main execution context. Assemblies in MetadataLoadContext are treated only as metadata, that is, you can read information about their members, but cannot execute any code contained in them. - 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.channels/6.0.0/System.Threading.Channels.6.0.0.csproj b/src/referencePackages/src/system.threading.channels/6.0.0/System.Threading.Channels.6.0.0.csproj deleted file mode 100644 index 747aabc351..0000000000 --- a/src/referencePackages/src/system.threading.channels/6.0.0/System.Threading.Channels.6.0.0.csproj +++ /dev/null @@ -1,14 +0,0 @@ - - - - net6.0;netstandard2.0;netstandard2.1 - System.Threading.Channels - 2 - Open - - - - - - - diff --git a/src/referencePackages/src/system.threading.channels/6.0.0/lib/net6.0/System.Threading.Channels.cs b/src/referencePackages/src/system.threading.channels/6.0.0/lib/net6.0/System.Threading.Channels.cs deleted file mode 100644 index 0df94e95f3..0000000000 --- a/src/referencePackages/src/system.threading.channels/6.0.0/lib/net6.0/System.Threading.Channels.cs +++ /dev/null @@ -1,142 +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.Versioning.TargetFramework(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] -[assembly: System.CLSCompliant(true)] -[assembly: System.Reflection.AssemblyDefaultAlias("System.Threading.Channels")] -[assembly: System.Resources.NeutralResourcesLanguage("en-US")] -[assembly: System.Reflection.AssemblyMetadata(".NETFrameworkAssembly", "")] -[assembly: System.Reflection.AssemblyMetadata("Serviceable", "True")] -[assembly: System.Reflection.AssemblyMetadata("PreferInbox", "True")] -[assembly: System.Reflection.AssemblyMetadata("IsTrimmable", "True")] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyDescription("Provides types for passing data between producers and consumers.\r\n\r\nCommonly Used Types:\r\nSystem.Threading.Channel\r\nSystem.Threading.Channel")] -[assembly: System.Reflection.AssemblyFileVersion("6.0.21.52210")] -[assembly: System.Reflection.AssemblyInformationalVersion("6.0.0+4822e3c3aa77eb82b2fb33c9321f923cf11ddde6")] -[assembly: System.Reflection.AssemblyProduct("Microsoft® .NET")] -[assembly: System.Reflection.AssemblyTitle("System.Threading.Channels")] -[assembly: System.Reflection.AssemblyMetadata("RepositoryUrl", "https://github.com/dotnet/runtime")] -[assembly: System.Reflection.AssemblyVersionAttribute("6.0.0.0")] -[assembly: System.Runtime.CompilerServices.ReferenceAssembly] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -namespace System.Threading.Channels -{ - public enum BoundedChannelFullMode - { - Wait = 0, - DropNewest = 1, - DropOldest = 2, - DropWrite = 3 - } - - public sealed partial class BoundedChannelOptions : ChannelOptions - { - public BoundedChannelOptions(int capacity) { } - - public int Capacity { get { throw null; } set { } } - - public BoundedChannelFullMode FullMode { get { throw null; } set { } } - } - - public static partial class Channel - { - public static Channel CreateBounded(int capacity) { throw null; } - - public static Channel CreateBounded(BoundedChannelOptions options, Action? itemDropped) { throw null; } - - public static Channel CreateBounded(BoundedChannelOptions options) { throw null; } - - public static Channel CreateUnbounded() { throw null; } - - public static Channel CreateUnbounded(UnboundedChannelOptions options) { throw null; } - } - - public partial class ChannelClosedException : InvalidOperationException - { - public ChannelClosedException() { } - - public ChannelClosedException(Exception? innerException) { } - - protected ChannelClosedException(Runtime.Serialization.SerializationInfo info, Runtime.Serialization.StreamingContext context) { } - - public ChannelClosedException(string? message, Exception? innerException) { } - - public ChannelClosedException(string? message) { } - } - - public abstract partial class ChannelOptions - { - protected ChannelOptions() { } - - public bool AllowSynchronousContinuations { get { throw null; } set { } } - - public bool SingleReader { get { throw null; } set { } } - - public bool SingleWriter { get { throw null; } set { } } - } - - public abstract partial class ChannelReader - { - protected ChannelReader() { } - - public virtual bool CanCount { get { throw null; } } - - public virtual bool CanPeek { get { throw null; } } - - public virtual Tasks.Task Completion { get { throw null; } } - - public virtual int Count { get { throw null; } } - - public virtual Collections.Generic.IAsyncEnumerable ReadAllAsync(CancellationToken cancellationToken = default) { throw null; } - - public virtual Tasks.ValueTask ReadAsync(CancellationToken cancellationToken = default) { throw null; } - - public virtual bool TryPeek(out T item) { throw null; } - - public abstract bool TryRead(out T item); - public abstract Tasks.ValueTask WaitToReadAsync(CancellationToken cancellationToken = default); - } - - public abstract partial class ChannelWriter - { - protected ChannelWriter() { } - - public void Complete(Exception? error = null) { } - - public virtual bool TryComplete(Exception? error = null) { throw null; } - - public abstract bool TryWrite(T item); - public abstract Tasks.ValueTask WaitToWriteAsync(CancellationToken cancellationToken = default); - public virtual Tasks.ValueTask WriteAsync(T item, CancellationToken cancellationToken = default) { throw null; } - } - - public abstract partial class Channel : Channel - { - protected Channel() { } - } - - public abstract partial class Channel - { - protected Channel() { } - - public ChannelReader Reader { get { throw null; } protected set { } } - - public ChannelWriter Writer { get { throw null; } protected set { } } - - public static implicit operator ChannelReader(Channel channel) { throw null; } - - public static implicit operator ChannelWriter(Channel channel) { throw null; } - } - - public sealed partial class UnboundedChannelOptions : ChannelOptions - { - public UnboundedChannelOptions() { } - } -} \ No newline at end of file diff --git a/src/referencePackages/src/system.threading.channels/6.0.0/lib/netstandard2.0/System.Threading.Channels.cs b/src/referencePackages/src/system.threading.channels/6.0.0/lib/netstandard2.0/System.Threading.Channels.cs deleted file mode 100644 index b47de87767..0000000000 --- a/src/referencePackages/src/system.threading.channels/6.0.0/lib/netstandard2.0/System.Threading.Channels.cs +++ /dev/null @@ -1,139 +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.Versioning.TargetFramework(".NETStandard,Version=v2.0", FrameworkDisplayName = "")] -[assembly: System.CLSCompliant(true)] -[assembly: System.Runtime.InteropServices.DefaultDllImportSearchPaths(System.Runtime.InteropServices.DllImportSearchPath.AssemblyDirectory | System.Runtime.InteropServices.DllImportSearchPath.System32)] -[assembly: System.Reflection.AssemblyDefaultAlias("System.Threading.Channels")] -[assembly: System.Resources.NeutralResourcesLanguage("en-US")] -[assembly: System.Reflection.AssemblyMetadata(".NETFrameworkAssembly", "")] -[assembly: System.Reflection.AssemblyMetadata("Serviceable", "True")] -[assembly: System.Reflection.AssemblyMetadata("PreferInbox", "True")] -[assembly: System.Reflection.AssemblyMetadata("IsTrimmable", "True")] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyDescription("Provides types for passing data between producers and consumers.\r\n\r\nCommonly Used Types:\r\nSystem.Threading.Channel\r\nSystem.Threading.Channel")] -[assembly: System.Reflection.AssemblyFileVersion("6.0.21.52210")] -[assembly: System.Reflection.AssemblyInformationalVersion("6.0.0+4822e3c3aa77eb82b2fb33c9321f923cf11ddde6")] -[assembly: System.Reflection.AssemblyProduct("Microsoft® .NET")] -[assembly: System.Reflection.AssemblyTitle("System.Threading.Channels")] -[assembly: System.Reflection.AssemblyMetadata("RepositoryUrl", "https://github.com/dotnet/runtime")] -[assembly: System.Reflection.AssemblyVersionAttribute("6.0.0.0")] -[assembly: System.Runtime.CompilerServices.ReferenceAssembly] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -namespace System.Threading.Channels -{ - public enum BoundedChannelFullMode - { - Wait = 0, - DropNewest = 1, - DropOldest = 2, - DropWrite = 3 - } - - public sealed partial class BoundedChannelOptions : ChannelOptions - { - public BoundedChannelOptions(int capacity) { } - - public int Capacity { get { throw null; } set { } } - - public BoundedChannelFullMode FullMode { get { throw null; } set { } } - } - - public static partial class Channel - { - public static Channel CreateBounded(int capacity) { throw null; } - - public static Channel CreateBounded(BoundedChannelOptions options, Action? itemDropped) { throw null; } - - public static Channel CreateBounded(BoundedChannelOptions options) { throw null; } - - public static Channel CreateUnbounded() { throw null; } - - public static Channel CreateUnbounded(UnboundedChannelOptions options) { throw null; } - } - - public partial class ChannelClosedException : InvalidOperationException - { - public ChannelClosedException() { } - - public ChannelClosedException(Exception? innerException) { } - - public ChannelClosedException(string? message, Exception? innerException) { } - - public ChannelClosedException(string? message) { } - } - - public abstract partial class ChannelOptions - { - protected ChannelOptions() { } - - public bool AllowSynchronousContinuations { get { throw null; } set { } } - - public bool SingleReader { get { throw null; } set { } } - - public bool SingleWriter { get { throw null; } set { } } - } - - public abstract partial class ChannelReader - { - protected ChannelReader() { } - - public virtual bool CanCount { get { throw null; } } - - public virtual bool CanPeek { get { throw null; } } - - public virtual Tasks.Task Completion { get { throw null; } } - - public virtual int Count { get { throw null; } } - - public virtual Tasks.ValueTask ReadAsync(CancellationToken cancellationToken = default) { throw null; } - - public virtual bool TryPeek(out T item) { throw null; } - - public abstract bool TryRead(out T item); - public abstract Tasks.ValueTask WaitToReadAsync(CancellationToken cancellationToken = default); - } - - public abstract partial class ChannelWriter - { - protected ChannelWriter() { } - - public void Complete(Exception? error = null) { } - - public virtual bool TryComplete(Exception? error = null) { throw null; } - - public abstract bool TryWrite(T item); - public abstract Tasks.ValueTask WaitToWriteAsync(CancellationToken cancellationToken = default); - public virtual Tasks.ValueTask WriteAsync(T item, CancellationToken cancellationToken = default) { throw null; } - } - - public abstract partial class Channel : Channel - { - protected Channel() { } - } - - public abstract partial class Channel - { - protected Channel() { } - - public ChannelReader Reader { get { throw null; } protected set { } } - - public ChannelWriter Writer { get { throw null; } protected set { } } - - public static implicit operator ChannelReader(Channel channel) { throw null; } - - public static implicit operator ChannelWriter(Channel channel) { throw null; } - } - - public sealed partial class UnboundedChannelOptions : ChannelOptions - { - public UnboundedChannelOptions() { } - } -} \ No newline at end of file diff --git a/src/referencePackages/src/system.threading.channels/6.0.0/lib/netstandard2.1/System.Threading.Channels.cs b/src/referencePackages/src/system.threading.channels/6.0.0/lib/netstandard2.1/System.Threading.Channels.cs deleted file mode 100644 index 98da1e0b0e..0000000000 --- a/src/referencePackages/src/system.threading.channels/6.0.0/lib/netstandard2.1/System.Threading.Channels.cs +++ /dev/null @@ -1,143 +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.Versioning.TargetFramework(".NETStandard,Version=v2.1", FrameworkDisplayName = "")] -[assembly: System.CLSCompliant(true)] -[assembly: System.Runtime.InteropServices.DefaultDllImportSearchPaths(System.Runtime.InteropServices.DllImportSearchPath.AssemblyDirectory | System.Runtime.InteropServices.DllImportSearchPath.System32)] -[assembly: System.Reflection.AssemblyDefaultAlias("System.Threading.Channels")] -[assembly: System.Resources.NeutralResourcesLanguage("en-US")] -[assembly: System.Reflection.AssemblyMetadata(".NETFrameworkAssembly", "")] -[assembly: System.Reflection.AssemblyMetadata("Serviceable", "True")] -[assembly: System.Reflection.AssemblyMetadata("PreferInbox", "True")] -[assembly: System.Reflection.AssemblyMetadata("IsTrimmable", "True")] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyDescription("Provides types for passing data between producers and consumers.\r\n\r\nCommonly Used Types:\r\nSystem.Threading.Channel\r\nSystem.Threading.Channel")] -[assembly: System.Reflection.AssemblyFileVersion("6.0.21.52210")] -[assembly: System.Reflection.AssemblyInformationalVersion("6.0.0+4822e3c3aa77eb82b2fb33c9321f923cf11ddde6")] -[assembly: System.Reflection.AssemblyProduct("Microsoft® .NET")] -[assembly: System.Reflection.AssemblyTitle("System.Threading.Channels")] -[assembly: System.Reflection.AssemblyMetadata("RepositoryUrl", "https://github.com/dotnet/runtime")] -[assembly: System.Reflection.AssemblyVersionAttribute("6.0.0.0")] -[assembly: System.Runtime.CompilerServices.ReferenceAssembly] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -namespace System.Threading.Channels -{ - public enum BoundedChannelFullMode - { - Wait = 0, - DropNewest = 1, - DropOldest = 2, - DropWrite = 3 - } - - public sealed partial class BoundedChannelOptions : ChannelOptions - { - public BoundedChannelOptions(int capacity) { } - - public int Capacity { get { throw null; } set { } } - - public BoundedChannelFullMode FullMode { get { throw null; } set { } } - } - - public static partial class Channel - { - public static Channel CreateBounded(int capacity) { throw null; } - - public static Channel CreateBounded(BoundedChannelOptions options, Action? itemDropped) { throw null; } - - public static Channel CreateBounded(BoundedChannelOptions options) { throw null; } - - public static Channel CreateUnbounded() { throw null; } - - public static Channel CreateUnbounded(UnboundedChannelOptions options) { throw null; } - } - - public partial class ChannelClosedException : InvalidOperationException - { - public ChannelClosedException() { } - - public ChannelClosedException(Exception? innerException) { } - - protected ChannelClosedException(Runtime.Serialization.SerializationInfo info, Runtime.Serialization.StreamingContext context) { } - - public ChannelClosedException(string? message, Exception? innerException) { } - - public ChannelClosedException(string? message) { } - } - - public abstract partial class ChannelOptions - { - protected ChannelOptions() { } - - public bool AllowSynchronousContinuations { get { throw null; } set { } } - - public bool SingleReader { get { throw null; } set { } } - - public bool SingleWriter { get { throw null; } set { } } - } - - public abstract partial class ChannelReader - { - protected ChannelReader() { } - - public virtual bool CanCount { get { throw null; } } - - public virtual bool CanPeek { get { throw null; } } - - public virtual Tasks.Task Completion { get { throw null; } } - - public virtual int Count { get { throw null; } } - - public virtual Collections.Generic.IAsyncEnumerable ReadAllAsync(CancellationToken cancellationToken = default) { throw null; } - - public virtual Tasks.ValueTask ReadAsync(CancellationToken cancellationToken = default) { throw null; } - - public virtual bool TryPeek(out T item) { throw null; } - - public abstract bool TryRead(out T item); - public abstract Tasks.ValueTask WaitToReadAsync(CancellationToken cancellationToken = default); - } - - public abstract partial class ChannelWriter - { - protected ChannelWriter() { } - - public void Complete(Exception? error = null) { } - - public virtual bool TryComplete(Exception? error = null) { throw null; } - - public abstract bool TryWrite(T item); - public abstract Tasks.ValueTask WaitToWriteAsync(CancellationToken cancellationToken = default); - public virtual Tasks.ValueTask WriteAsync(T item, CancellationToken cancellationToken = default) { throw null; } - } - - public abstract partial class Channel : Channel - { - protected Channel() { } - } - - public abstract partial class Channel - { - protected Channel() { } - - public ChannelReader Reader { get { throw null; } protected set { } } - - public ChannelWriter Writer { get { throw null; } protected set { } } - - public static implicit operator ChannelReader(Channel channel) { throw null; } - - public static implicit operator ChannelWriter(Channel channel) { throw null; } - } - - public sealed partial class UnboundedChannelOptions : ChannelOptions - { - public UnboundedChannelOptions() { } - } -} \ No newline at end of file diff --git a/src/referencePackages/src/system.threading.channels/6.0.0/system.threading.channels.nuspec b/src/referencePackages/src/system.threading.channels/6.0.0/system.threading.channels.nuspec deleted file mode 100644 index 6a770028ca..0000000000 --- a/src/referencePackages/src/system.threading.channels/6.0.0/system.threading.channels.nuspec +++ /dev/null @@ -1,27 +0,0 @@ - - - - System.Threading.Channels - 6.0.0 - Microsoft - MIT - https://licenses.nuget.org/MIT - https://dot.net/ - Provides types for passing data between producers and consumers. - -Commonly Used Types: -System.Threading.Channel -System.Threading.Channel<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.xml.xmlserializer/4.0.11/System.Xml.XmlSerializer.4.0.11.csproj b/src/referencePackages/src/system.xml.xmlserializer/4.0.11/System.Xml.XmlSerializer.4.0.11.csproj deleted file mode 100644 index 2cae0b927b..0000000000 --- a/src/referencePackages/src/system.xml.xmlserializer/4.0.11/System.Xml.XmlSerializer.4.0.11.csproj +++ /dev/null @@ -1,43 +0,0 @@ - - - netstandard1.0;netstandard1.3 - $(ArtifactsBinDir)system.xml.xmlserializer/4.0.11/system.xml.xmlserializer.nuspec - - - - $(ArtifactsBinDir)system.xml.xmlserializer/4.0.11/ref/ - $(ArtifactsObjDir)system.xml.xmlserializer/4.0.11 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/referencePackages/src/system.xml.xmlserializer/4.0.11/ref/net45/_._ b/src/referencePackages/src/system.xml.xmlserializer/4.0.11/ref/net45/_._ deleted file mode 100755 index e69de29bb2..0000000000 diff --git a/src/referencePackages/src/system.xml.xmlserializer/4.0.11/ref/netstandard1.0/System.Xml.XmlSerializer.cs b/src/referencePackages/src/system.xml.xmlserializer/4.0.11/ref/netstandard1.0/System.Xml.XmlSerializer.cs deleted file mode 100644 index 11cbb57cff..0000000000 --- a/src/referencePackages/src/system.xml.xmlserializer/4.0.11/ref/netstandard1.0/System.Xml.XmlSerializer.cs +++ /dev/null @@ -1,308 +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. -// ------------------------------------------------------------------------------ - -using System; -using System.Diagnostics; -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Security; - -[assembly: Debuggable(DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)] -[assembly: AllowPartiallyTrustedCallers] -[assembly: ReferenceAssembly] -[assembly: AssemblyTitle("System.Xml.XmlSerializer")] -[assembly: AssemblyDescription("System.Xml.XmlSerializer")] -[assembly: AssemblyDefaultAlias("System.Xml.XmlSerializer")] -[assembly: AssemblyCompany("Microsoft Corporation")] -[assembly: AssemblyProduct("Microsoft® .NET Framework")] -[assembly: AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: AssemblyFileVersion("4.0.30319.17929")] -[assembly: AssemblyInformationalVersion("4.0.30319.17929 built by: SOURCEBUILD")] -[assembly: CLSCompliant(true)] -[assembly: AssemblyMetadata("", "")] -[assembly: AssemblyVersion("4.0.0.0")] - - - - -namespace System.Xml.Serialization -{ - public partial interface IXmlSerializable - { - System.Xml.Schema.XmlSchema GetSchema(); - void ReadXml(System.Xml.XmlReader reader); - void WriteXml(System.Xml.XmlWriter writer); - } - [System.AttributeUsageAttribute(System.AttributeTargets.Field | System.AttributeTargets.Parameter | System.AttributeTargets.Property | System.AttributeTargets.ReturnValue, AllowMultiple=false)] - public partial class XmlAnyAttributeAttribute : System.Attribute - { - public XmlAnyAttributeAttribute() { } - } - [System.AttributeUsageAttribute(System.AttributeTargets.Field | System.AttributeTargets.Parameter | System.AttributeTargets.Property | System.AttributeTargets.ReturnValue, AllowMultiple=true)] - public partial class XmlAnyElementAttribute : System.Attribute - { - public XmlAnyElementAttribute() { } - public XmlAnyElementAttribute(string name) { } - public XmlAnyElementAttribute(string name, string ns) { } - public string Name { get { throw null; } set { } } - public string Namespace { get { throw null; } set { } } - public int Order { get { throw null; } set { } } - } - public partial class XmlAnyElementAttributes : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList - { - public XmlAnyElementAttributes() { } - public int Count { get { throw null; } } - public System.Xml.Serialization.XmlAnyElementAttribute this[int index] { get { throw null; } set { } } - bool System.Collections.ICollection.IsSynchronized { get { throw null; } } - object System.Collections.ICollection.SyncRoot { get { throw null; } } - bool System.Collections.IList.IsFixedSize { get { throw null; } } - bool System.Collections.IList.IsReadOnly { get { throw null; } } - object System.Collections.IList.this[int index] { get { throw null; } set { } } - public int Add(System.Xml.Serialization.XmlAnyElementAttribute attribute) { throw null; } - public void Clear() { } - public bool Contains(System.Xml.Serialization.XmlAnyElementAttribute attribute) { throw null; } - public void CopyTo(System.Xml.Serialization.XmlAnyElementAttribute[] array, int index) { } - public System.Collections.IEnumerator GetEnumerator() { throw null; } - public int IndexOf(System.Xml.Serialization.XmlAnyElementAttribute attribute) { throw null; } - public void Insert(int index, System.Xml.Serialization.XmlAnyElementAttribute attribute) { } - public void Remove(System.Xml.Serialization.XmlAnyElementAttribute attribute) { } - public void RemoveAt(int index) { } - void System.Collections.ICollection.CopyTo(System.Array array, int index) { } - int System.Collections.IList.Add(object value) { throw null; } - bool System.Collections.IList.Contains(object value) { throw null; } - int System.Collections.IList.IndexOf(object value) { throw null; } - void System.Collections.IList.Insert(int index, object value) { } - void System.Collections.IList.Remove(object value) { } - } - [System.AttributeUsageAttribute(System.AttributeTargets.Field | System.AttributeTargets.Parameter | System.AttributeTargets.Property | System.AttributeTargets.ReturnValue, AllowMultiple=false)] - public partial class XmlArrayAttribute : System.Attribute - { - public XmlArrayAttribute() { } - public XmlArrayAttribute(string elementName) { } - public string ElementName { get { throw null; } set { } } - public System.Xml.Schema.XmlSchemaForm Form { get { throw null; } set { } } - public bool IsNullable { get { throw null; } set { } } - public string Namespace { get { throw null; } set { } } - public int Order { get { throw null; } set { } } - } - [System.AttributeUsageAttribute(System.AttributeTargets.Field | System.AttributeTargets.Parameter | System.AttributeTargets.Property | System.AttributeTargets.ReturnValue, AllowMultiple=true)] - public partial class XmlArrayItemAttribute : System.Attribute - { - public XmlArrayItemAttribute() { } - public XmlArrayItemAttribute(string elementName) { } - public XmlArrayItemAttribute(string elementName, System.Type type) { } - public XmlArrayItemAttribute(System.Type type) { } - public string DataType { get { throw null; } set { } } - public string ElementName { get { throw null; } set { } } - public System.Xml.Schema.XmlSchemaForm Form { get { throw null; } set { } } - public bool IsNullable { get { throw null; } set { } } - public string Namespace { get { throw null; } set { } } - public int NestingLevel { get { throw null; } set { } } - public System.Type Type { get { throw null; } set { } } - } - public partial class XmlArrayItemAttributes : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList - { - public XmlArrayItemAttributes() { } - public int Count { get { throw null; } } - public System.Xml.Serialization.XmlArrayItemAttribute this[int index] { get { throw null; } set { } } - bool System.Collections.ICollection.IsSynchronized { get { throw null; } } - object System.Collections.ICollection.SyncRoot { get { throw null; } } - bool System.Collections.IList.IsFixedSize { get { throw null; } } - bool System.Collections.IList.IsReadOnly { get { throw null; } } - object System.Collections.IList.this[int index] { get { throw null; } set { } } - public int Add(System.Xml.Serialization.XmlArrayItemAttribute attribute) { throw null; } - public void Clear() { } - public bool Contains(System.Xml.Serialization.XmlArrayItemAttribute attribute) { throw null; } - public void CopyTo(System.Xml.Serialization.XmlArrayItemAttribute[] array, int index) { } - public System.Collections.IEnumerator GetEnumerator() { throw null; } - public int IndexOf(System.Xml.Serialization.XmlArrayItemAttribute attribute) { throw null; } - public void Insert(int index, System.Xml.Serialization.XmlArrayItemAttribute attribute) { } - public void Remove(System.Xml.Serialization.XmlArrayItemAttribute attribute) { } - public void RemoveAt(int index) { } - void System.Collections.ICollection.CopyTo(System.Array array, int index) { } - int System.Collections.IList.Add(object value) { throw null; } - bool System.Collections.IList.Contains(object value) { throw null; } - int System.Collections.IList.IndexOf(object value) { throw null; } - void System.Collections.IList.Insert(int index, object value) { } - void System.Collections.IList.Remove(object value) { } - } - [System.AttributeUsageAttribute(System.AttributeTargets.Field | System.AttributeTargets.Parameter | System.AttributeTargets.Property | System.AttributeTargets.ReturnValue)] - public partial class XmlAttributeAttribute : System.Attribute - { - public XmlAttributeAttribute() { } - public XmlAttributeAttribute(string attributeName) { } - public XmlAttributeAttribute(string attributeName, System.Type type) { } - public XmlAttributeAttribute(System.Type type) { } - public string AttributeName { get { throw null; } set { } } - public string DataType { get { throw null; } set { } } - public System.Xml.Schema.XmlSchemaForm Form { get { throw null; } set { } } - public string Namespace { get { throw null; } set { } } - public System.Type Type { get { throw null; } set { } } - } - public partial class XmlAttributeOverrides - { - public XmlAttributeOverrides() { } - public System.Xml.Serialization.XmlAttributes this[System.Type type] { get { throw null; } } - public System.Xml.Serialization.XmlAttributes this[System.Type type, string member] { get { throw null; } } - public void Add(System.Type type, string member, System.Xml.Serialization.XmlAttributes attributes) { } - public void Add(System.Type type, System.Xml.Serialization.XmlAttributes attributes) { } - } - public partial class XmlAttributes - { - public XmlAttributes() { } - public System.Xml.Serialization.XmlAnyAttributeAttribute XmlAnyAttribute { get { throw null; } set { } } - public System.Xml.Serialization.XmlAnyElementAttributes XmlAnyElements { get { throw null; } } - public System.Xml.Serialization.XmlArrayAttribute XmlArray { get { throw null; } set { } } - public System.Xml.Serialization.XmlArrayItemAttributes XmlArrayItems { get { throw null; } } - public System.Xml.Serialization.XmlAttributeAttribute XmlAttribute { get { throw null; } set { } } - public System.Xml.Serialization.XmlChoiceIdentifierAttribute XmlChoiceIdentifier { get { throw null; } } - public object XmlDefaultValue { get { throw null; } set { } } - public System.Xml.Serialization.XmlElementAttributes XmlElements { get { throw null; } } - public System.Xml.Serialization.XmlEnumAttribute XmlEnum { get { throw null; } set { } } - public bool XmlIgnore { get { throw null; } set { } } - public bool Xmlns { get { throw null; } set { } } - public System.Xml.Serialization.XmlRootAttribute XmlRoot { get { throw null; } set { } } - public System.Xml.Serialization.XmlTextAttribute XmlText { get { throw null; } set { } } - public System.Xml.Serialization.XmlTypeAttribute XmlType { get { throw null; } set { } } - } - [System.AttributeUsageAttribute(System.AttributeTargets.Field | System.AttributeTargets.Parameter | System.AttributeTargets.Property | System.AttributeTargets.ReturnValue, AllowMultiple=false)] - public partial class XmlChoiceIdentifierAttribute : System.Attribute - { - public XmlChoiceIdentifierAttribute() { } - public XmlChoiceIdentifierAttribute(string name) { } - public string MemberName { get { throw null; } set { } } - } - [System.AttributeUsageAttribute(System.AttributeTargets.Field | System.AttributeTargets.Parameter | System.AttributeTargets.Property | System.AttributeTargets.ReturnValue, AllowMultiple=true)] - public partial class XmlElementAttribute : System.Attribute - { - public XmlElementAttribute() { } - public XmlElementAttribute(string elementName) { } - public XmlElementAttribute(string elementName, System.Type type) { } - public XmlElementAttribute(System.Type type) { } - public string DataType { get { throw null; } set { } } - public string ElementName { get { throw null; } set { } } - public System.Xml.Schema.XmlSchemaForm Form { get { throw null; } set { } } - public bool IsNullable { get { throw null; } set { } } - public string Namespace { get { throw null; } set { } } - public int Order { get { throw null; } set { } } - public System.Type Type { get { throw null; } set { } } - } - public partial class XmlElementAttributes : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList - { - public XmlElementAttributes() { } - public int Count { get { throw null; } } - public System.Xml.Serialization.XmlElementAttribute this[int index] { get { throw null; } set { } } - bool System.Collections.ICollection.IsSynchronized { get { throw null; } } - object System.Collections.ICollection.SyncRoot { get { throw null; } } - bool System.Collections.IList.IsFixedSize { get { throw null; } } - bool System.Collections.IList.IsReadOnly { get { throw null; } } - object System.Collections.IList.this[int index] { get { throw null; } set { } } - public int Add(System.Xml.Serialization.XmlElementAttribute attribute) { throw null; } - public void Clear() { } - public bool Contains(System.Xml.Serialization.XmlElementAttribute attribute) { throw null; } - public void CopyTo(System.Xml.Serialization.XmlElementAttribute[] array, int index) { } - public System.Collections.IEnumerator GetEnumerator() { throw null; } - public int IndexOf(System.Xml.Serialization.XmlElementAttribute attribute) { throw null; } - public void Insert(int index, System.Xml.Serialization.XmlElementAttribute attribute) { } - public void Remove(System.Xml.Serialization.XmlElementAttribute attribute) { } - public void RemoveAt(int index) { } - void System.Collections.ICollection.CopyTo(System.Array array, int index) { } - int System.Collections.IList.Add(object value) { throw null; } - bool System.Collections.IList.Contains(object value) { throw null; } - int System.Collections.IList.IndexOf(object value) { throw null; } - void System.Collections.IList.Insert(int index, object value) { } - void System.Collections.IList.Remove(object value) { } - } - [System.AttributeUsageAttribute(System.AttributeTargets.Field)] - public partial class XmlEnumAttribute : System.Attribute - { - public XmlEnumAttribute() { } - public XmlEnumAttribute(string name) { } - public string Name { get { throw null; } set { } } - } - [System.AttributeUsageAttribute(System.AttributeTargets.Field | System.AttributeTargets.Parameter | System.AttributeTargets.Property | System.AttributeTargets.ReturnValue)] - public partial class XmlIgnoreAttribute : System.Attribute - { - public XmlIgnoreAttribute() { } - } - [System.AttributeUsageAttribute(System.AttributeTargets.Class | System.AttributeTargets.Interface | System.AttributeTargets.Method | System.AttributeTargets.Struct, AllowMultiple=true)] - public partial class XmlIncludeAttribute : System.Attribute - { - public XmlIncludeAttribute(System.Type type) { } - public System.Type Type { get { throw null; } set { } } - } - [System.AttributeUsageAttribute(System.AttributeTargets.Field | System.AttributeTargets.Parameter | System.AttributeTargets.Property | System.AttributeTargets.ReturnValue, AllowMultiple=false)] - public partial class XmlNamespaceDeclarationsAttribute : System.Attribute - { - public XmlNamespaceDeclarationsAttribute() { } - } - [System.AttributeUsageAttribute(System.AttributeTargets.Class | System.AttributeTargets.Enum | System.AttributeTargets.Interface | System.AttributeTargets.ReturnValue | System.AttributeTargets.Struct)] - public partial class XmlRootAttribute : System.Attribute - { - public XmlRootAttribute() { } - public XmlRootAttribute(string elementName) { } - public string DataType { get { throw null; } set { } } - public string ElementName { get { throw null; } set { } } - public bool IsNullable { get { throw null; } set { } } - public string Namespace { get { throw null; } set { } } - } - [System.AttributeUsageAttribute(System.AttributeTargets.Class | System.AttributeTargets.Interface | System.AttributeTargets.Struct)] - public sealed partial class XmlSchemaProviderAttribute : System.Attribute - { - public XmlSchemaProviderAttribute(string methodName) { } - public bool IsAny { get { throw null; } set { } } - public string MethodName { get { throw null; } } - } - public partial class XmlSerializer - { - protected XmlSerializer() { } - public XmlSerializer(System.Type type) { } - public XmlSerializer(System.Type type, string defaultNamespace) { } - public XmlSerializer(System.Type type, System.Type[] extraTypes) { } - public XmlSerializer(System.Type type, System.Xml.Serialization.XmlAttributeOverrides overrides) { } - public XmlSerializer(System.Type type, System.Xml.Serialization.XmlAttributeOverrides overrides, System.Type[] extraTypes, System.Xml.Serialization.XmlRootAttribute root, string defaultNamespace) { } - public XmlSerializer(System.Type type, System.Xml.Serialization.XmlRootAttribute root) { } - public virtual bool CanDeserialize(System.Xml.XmlReader xmlReader) { throw null; } - public object Deserialize(System.IO.Stream stream) { throw null; } - public object Deserialize(System.IO.TextReader textReader) { throw null; } - public object Deserialize(System.Xml.XmlReader xmlReader) { throw null; } - public static System.Xml.Serialization.XmlSerializer[] FromTypes(System.Type[] types) { throw null; } - public void Serialize(System.IO.Stream stream, object o) { } - public void Serialize(System.IO.Stream stream, object o, System.Xml.Serialization.XmlSerializerNamespaces namespaces) { } - public void Serialize(System.IO.TextWriter textWriter, object o) { } - public void Serialize(System.IO.TextWriter textWriter, object o, System.Xml.Serialization.XmlSerializerNamespaces namespaces) { } - public void Serialize(System.Xml.XmlWriter xmlWriter, object o) { } - public void Serialize(System.Xml.XmlWriter xmlWriter, object o, System.Xml.Serialization.XmlSerializerNamespaces namespaces) { } - } - public partial class XmlSerializerNamespaces - { - public XmlSerializerNamespaces() { } - public XmlSerializerNamespaces(System.Xml.Serialization.XmlSerializerNamespaces namespaces) { } - public XmlSerializerNamespaces(System.Xml.XmlQualifiedName[] namespaces) { } - public int Count { get { throw null; } } - public void Add(string prefix, string ns) { } - public System.Xml.XmlQualifiedName[] ToArray() { throw null; } - } - [System.AttributeUsageAttribute(System.AttributeTargets.Field | System.AttributeTargets.Parameter | System.AttributeTargets.Property | System.AttributeTargets.ReturnValue)] - public partial class XmlTextAttribute : System.Attribute - { - public XmlTextAttribute() { } - public XmlTextAttribute(System.Type type) { } - public string DataType { get { throw null; } set { } } - public System.Type Type { get { throw null; } set { } } - } - [System.AttributeUsageAttribute(System.AttributeTargets.Class | System.AttributeTargets.Enum | System.AttributeTargets.Interface | System.AttributeTargets.Struct)] - public partial class XmlTypeAttribute : System.Attribute - { - public XmlTypeAttribute() { } - public XmlTypeAttribute(string typeName) { } - public bool AnonymousType { get { throw null; } set { } } - public bool IncludeInSchema { get { throw null; } set { } } - public string Namespace { get { throw null; } set { } } - public string TypeName { get { throw null; } set { } } - } -} diff --git a/src/referencePackages/src/system.xml.xmlserializer/4.0.11/ref/netstandard1.3/System.Xml.XmlSerializer.cs b/src/referencePackages/src/system.xml.xmlserializer/4.0.11/ref/netstandard1.3/System.Xml.XmlSerializer.cs deleted file mode 100644 index 11d2ebea74..0000000000 --- a/src/referencePackages/src/system.xml.xmlserializer/4.0.11/ref/netstandard1.3/System.Xml.XmlSerializer.cs +++ /dev/null @@ -1,296 +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. -// ------------------------------------------------------------------------------ - -using System; -using System.Diagnostics; -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Security; -using System.Xml.Serialization; - -[assembly: Debuggable(DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)] -[assembly: AllowPartiallyTrustedCallers] -[assembly: ReferenceAssembly] -[assembly: AssemblyTitle("System.Xml.XmlSerializer")] -[assembly: AssemblyDescription("System.Xml.XmlSerializer")] -[assembly: AssemblyDefaultAlias("System.Xml.XmlSerializer")] -[assembly: AssemblyCompany("Microsoft Corporation")] -[assembly: AssemblyProduct("Microsoft® .NET Framework")] -[assembly: AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: AssemblyFileVersion("1.0.24212.01")] -[assembly: AssemblyInformationalVersion("1.0.24212.01 built by: SOURCEBUILD")] -[assembly: CLSCompliant(true)] -[assembly: AssemblyMetadata("", "")] -[assembly: AssemblyVersion("4.0.10.0")] - - - - -namespace System.Xml.Serialization -{ - [System.AttributeUsageAttribute(System.AttributeTargets.Field | System.AttributeTargets.Parameter | System.AttributeTargets.Property | System.AttributeTargets.ReturnValue, AllowMultiple=false)] - public partial class XmlAnyAttributeAttribute : System.Attribute - { - public XmlAnyAttributeAttribute() { } - } - [System.AttributeUsageAttribute(System.AttributeTargets.Field | System.AttributeTargets.Parameter | System.AttributeTargets.Property | System.AttributeTargets.ReturnValue, AllowMultiple=true)] - public partial class XmlAnyElementAttribute : System.Attribute - { - public XmlAnyElementAttribute() { } - public XmlAnyElementAttribute(string name) { } - public XmlAnyElementAttribute(string name, string ns) { } - public string Name { get { throw null; } set { } } - public string Namespace { get { throw null; } set { } } - public int Order { get { throw null; } set { } } - } - public partial class XmlAnyElementAttributes : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList - { - public XmlAnyElementAttributes() { } - public int Count { get { throw null; } } - public System.Xml.Serialization.XmlAnyElementAttribute this[int index] { get { throw null; } set { } } - bool System.Collections.ICollection.IsSynchronized { get { throw null; } } - object System.Collections.ICollection.SyncRoot { get { throw null; } } - bool System.Collections.IList.IsFixedSize { get { throw null; } } - bool System.Collections.IList.IsReadOnly { get { throw null; } } - object System.Collections.IList.this[int index] { get { throw null; } set { } } - public int Add(System.Xml.Serialization.XmlAnyElementAttribute attribute) { throw null; } - public void Clear() { } - public bool Contains(System.Xml.Serialization.XmlAnyElementAttribute attribute) { throw null; } - public void CopyTo(System.Xml.Serialization.XmlAnyElementAttribute[] array, int index) { } - public System.Collections.IEnumerator GetEnumerator() { throw null; } - public int IndexOf(System.Xml.Serialization.XmlAnyElementAttribute attribute) { throw null; } - public void Insert(int index, System.Xml.Serialization.XmlAnyElementAttribute attribute) { } - public void Remove(System.Xml.Serialization.XmlAnyElementAttribute attribute) { } - public void RemoveAt(int index) { } - void System.Collections.ICollection.CopyTo(System.Array array, int index) { } - int System.Collections.IList.Add(object value) { throw null; } - bool System.Collections.IList.Contains(object value) { throw null; } - int System.Collections.IList.IndexOf(object value) { throw null; } - void System.Collections.IList.Insert(int index, object value) { } - void System.Collections.IList.Remove(object value) { } - } - [System.AttributeUsageAttribute(System.AttributeTargets.Field | System.AttributeTargets.Parameter | System.AttributeTargets.Property | System.AttributeTargets.ReturnValue, AllowMultiple=false)] - public partial class XmlArrayAttribute : System.Attribute - { - public XmlArrayAttribute() { } - public XmlArrayAttribute(string elementName) { } - public string ElementName { get { throw null; } set { } } - public System.Xml.Schema.XmlSchemaForm Form { get { throw null; } set { } } - public bool IsNullable { get { throw null; } set { } } - public string Namespace { get { throw null; } set { } } - public int Order { get { throw null; } set { } } - } - [System.AttributeUsageAttribute(System.AttributeTargets.Field | System.AttributeTargets.Parameter | System.AttributeTargets.Property | System.AttributeTargets.ReturnValue, AllowMultiple=true)] - public partial class XmlArrayItemAttribute : System.Attribute - { - public XmlArrayItemAttribute() { } - public XmlArrayItemAttribute(string elementName) { } - public XmlArrayItemAttribute(string elementName, System.Type type) { } - public XmlArrayItemAttribute(System.Type type) { } - public string DataType { get { throw null; } set { } } - public string ElementName { get { throw null; } set { } } - public System.Xml.Schema.XmlSchemaForm Form { get { throw null; } set { } } - public bool IsNullable { get { throw null; } set { } } - public string Namespace { get { throw null; } set { } } - public int NestingLevel { get { throw null; } set { } } - public System.Type Type { get { throw null; } set { } } - } - public partial class XmlArrayItemAttributes : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList - { - public XmlArrayItemAttributes() { } - public int Count { get { throw null; } } - public System.Xml.Serialization.XmlArrayItemAttribute this[int index] { get { throw null; } set { } } - bool System.Collections.ICollection.IsSynchronized { get { throw null; } } - object System.Collections.ICollection.SyncRoot { get { throw null; } } - bool System.Collections.IList.IsFixedSize { get { throw null; } } - bool System.Collections.IList.IsReadOnly { get { throw null; } } - object System.Collections.IList.this[int index] { get { throw null; } set { } } - public int Add(System.Xml.Serialization.XmlArrayItemAttribute attribute) { throw null; } - public void Clear() { } - public bool Contains(System.Xml.Serialization.XmlArrayItemAttribute attribute) { throw null; } - public void CopyTo(System.Xml.Serialization.XmlArrayItemAttribute[] array, int index) { } - public System.Collections.IEnumerator GetEnumerator() { throw null; } - public int IndexOf(System.Xml.Serialization.XmlArrayItemAttribute attribute) { throw null; } - public void Insert(int index, System.Xml.Serialization.XmlArrayItemAttribute attribute) { } - public void Remove(System.Xml.Serialization.XmlArrayItemAttribute attribute) { } - public void RemoveAt(int index) { } - void System.Collections.ICollection.CopyTo(System.Array array, int index) { } - int System.Collections.IList.Add(object value) { throw null; } - bool System.Collections.IList.Contains(object value) { throw null; } - int System.Collections.IList.IndexOf(object value) { throw null; } - void System.Collections.IList.Insert(int index, object value) { } - void System.Collections.IList.Remove(object value) { } - } - [System.AttributeUsageAttribute(System.AttributeTargets.Field | System.AttributeTargets.Parameter | System.AttributeTargets.Property | System.AttributeTargets.ReturnValue)] - public partial class XmlAttributeAttribute : System.Attribute - { - public XmlAttributeAttribute() { } - public XmlAttributeAttribute(string attributeName) { } - public XmlAttributeAttribute(string attributeName, System.Type type) { } - public XmlAttributeAttribute(System.Type type) { } - public string AttributeName { get { throw null; } set { } } - public string DataType { get { throw null; } set { } } - public System.Xml.Schema.XmlSchemaForm Form { get { throw null; } set { } } - public string Namespace { get { throw null; } set { } } - public System.Type Type { get { throw null; } set { } } - } - public partial class XmlAttributeOverrides - { - public XmlAttributeOverrides() { } - public System.Xml.Serialization.XmlAttributes this[System.Type type] { get { throw null; } } - public System.Xml.Serialization.XmlAttributes this[System.Type type, string member] { get { throw null; } } - public void Add(System.Type type, string member, System.Xml.Serialization.XmlAttributes attributes) { } - public void Add(System.Type type, System.Xml.Serialization.XmlAttributes attributes) { } - } - public partial class XmlAttributes - { - public XmlAttributes() { } - public System.Xml.Serialization.XmlAnyAttributeAttribute XmlAnyAttribute { get { throw null; } set { } } - public System.Xml.Serialization.XmlAnyElementAttributes XmlAnyElements { get { throw null; } } - public System.Xml.Serialization.XmlArrayAttribute XmlArray { get { throw null; } set { } } - public System.Xml.Serialization.XmlArrayItemAttributes XmlArrayItems { get { throw null; } } - public System.Xml.Serialization.XmlAttributeAttribute XmlAttribute { get { throw null; } set { } } - public System.Xml.Serialization.XmlChoiceIdentifierAttribute XmlChoiceIdentifier { get { throw null; } } - public object XmlDefaultValue { get { throw null; } set { } } - public System.Xml.Serialization.XmlElementAttributes XmlElements { get { throw null; } } - public System.Xml.Serialization.XmlEnumAttribute XmlEnum { get { throw null; } set { } } - public bool XmlIgnore { get { throw null; } set { } } - public bool Xmlns { get { throw null; } set { } } - public System.Xml.Serialization.XmlRootAttribute XmlRoot { get { throw null; } set { } } - public System.Xml.Serialization.XmlTextAttribute XmlText { get { throw null; } set { } } - public System.Xml.Serialization.XmlTypeAttribute XmlType { get { throw null; } set { } } - } - [System.AttributeUsageAttribute(System.AttributeTargets.Field | System.AttributeTargets.Parameter | System.AttributeTargets.Property | System.AttributeTargets.ReturnValue, AllowMultiple=false)] - public partial class XmlChoiceIdentifierAttribute : System.Attribute - { - public XmlChoiceIdentifierAttribute() { } - public XmlChoiceIdentifierAttribute(string name) { } - public string MemberName { get { throw null; } set { } } - } - [System.AttributeUsageAttribute(System.AttributeTargets.Field | System.AttributeTargets.Parameter | System.AttributeTargets.Property | System.AttributeTargets.ReturnValue, AllowMultiple=true)] - public partial class XmlElementAttribute : System.Attribute - { - public XmlElementAttribute() { } - public XmlElementAttribute(string elementName) { } - public XmlElementAttribute(string elementName, System.Type type) { } - public XmlElementAttribute(System.Type type) { } - public string DataType { get { throw null; } set { } } - public string ElementName { get { throw null; } set { } } - public System.Xml.Schema.XmlSchemaForm Form { get { throw null; } set { } } - public bool IsNullable { get { throw null; } set { } } - public string Namespace { get { throw null; } set { } } - public int Order { get { throw null; } set { } } - public System.Type Type { get { throw null; } set { } } - } - public partial class XmlElementAttributes : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList - { - public XmlElementAttributes() { } - public int Count { get { throw null; } } - public System.Xml.Serialization.XmlElementAttribute this[int index] { get { throw null; } set { } } - bool System.Collections.ICollection.IsSynchronized { get { throw null; } } - object System.Collections.ICollection.SyncRoot { get { throw null; } } - bool System.Collections.IList.IsFixedSize { get { throw null; } } - bool System.Collections.IList.IsReadOnly { get { throw null; } } - object System.Collections.IList.this[int index] { get { throw null; } set { } } - public int Add(System.Xml.Serialization.XmlElementAttribute attribute) { throw null; } - public void Clear() { } - public bool Contains(System.Xml.Serialization.XmlElementAttribute attribute) { throw null; } - public void CopyTo(System.Xml.Serialization.XmlElementAttribute[] array, int index) { } - public System.Collections.IEnumerator GetEnumerator() { throw null; } - public int IndexOf(System.Xml.Serialization.XmlElementAttribute attribute) { throw null; } - public void Insert(int index, System.Xml.Serialization.XmlElementAttribute attribute) { } - public void Remove(System.Xml.Serialization.XmlElementAttribute attribute) { } - public void RemoveAt(int index) { } - void System.Collections.ICollection.CopyTo(System.Array array, int index) { } - int System.Collections.IList.Add(object value) { throw null; } - bool System.Collections.IList.Contains(object value) { throw null; } - int System.Collections.IList.IndexOf(object value) { throw null; } - void System.Collections.IList.Insert(int index, object value) { } - void System.Collections.IList.Remove(object value) { } - } - [System.AttributeUsageAttribute(System.AttributeTargets.Field)] - public partial class XmlEnumAttribute : System.Attribute - { - public XmlEnumAttribute() { } - public XmlEnumAttribute(string name) { } - public string Name { get { throw null; } set { } } - } - [System.AttributeUsageAttribute(System.AttributeTargets.Field | System.AttributeTargets.Parameter | System.AttributeTargets.Property | System.AttributeTargets.ReturnValue)] - public partial class XmlIgnoreAttribute : System.Attribute - { - public XmlIgnoreAttribute() { } - } - [System.AttributeUsageAttribute(System.AttributeTargets.Class | System.AttributeTargets.Interface | System.AttributeTargets.Method | System.AttributeTargets.Struct, AllowMultiple=true)] - public partial class XmlIncludeAttribute : System.Attribute - { - public XmlIncludeAttribute(System.Type type) { } - public System.Type Type { get { throw null; } set { } } - } - [System.AttributeUsageAttribute(System.AttributeTargets.Field | System.AttributeTargets.Parameter | System.AttributeTargets.Property | System.AttributeTargets.ReturnValue, AllowMultiple=false)] - public partial class XmlNamespaceDeclarationsAttribute : System.Attribute - { - public XmlNamespaceDeclarationsAttribute() { } - } - [System.AttributeUsageAttribute(System.AttributeTargets.Class | System.AttributeTargets.Enum | System.AttributeTargets.Interface | System.AttributeTargets.ReturnValue | System.AttributeTargets.Struct)] - public partial class XmlRootAttribute : System.Attribute - { - public XmlRootAttribute() { } - public XmlRootAttribute(string elementName) { } - public string DataType { get { throw null; } set { } } - public string ElementName { get { throw null; } set { } } - public bool IsNullable { get { throw null; } set { } } - public string Namespace { get { throw null; } set { } } - } - public partial class XmlSerializer - { - protected XmlSerializer() { } - public XmlSerializer(System.Type type) { } - public XmlSerializer(System.Type type, string defaultNamespace) { } - public XmlSerializer(System.Type type, System.Type[] extraTypes) { } - public XmlSerializer(System.Type type, System.Xml.Serialization.XmlAttributeOverrides overrides) { } - public XmlSerializer(System.Type type, System.Xml.Serialization.XmlAttributeOverrides overrides, System.Type[] extraTypes, System.Xml.Serialization.XmlRootAttribute root, string defaultNamespace) { } - public XmlSerializer(System.Type type, System.Xml.Serialization.XmlRootAttribute root) { } - public virtual bool CanDeserialize(System.Xml.XmlReader xmlReader) { throw null; } - public object Deserialize(System.IO.Stream stream) { throw null; } - public object Deserialize(System.IO.TextReader textReader) { throw null; } - public object Deserialize(System.Xml.XmlReader xmlReader) { throw null; } - public static System.Xml.Serialization.XmlSerializer[] FromTypes(System.Type[] types) { throw null; } - public void Serialize(System.IO.Stream stream, object o) { } - public void Serialize(System.IO.Stream stream, object o, System.Xml.Serialization.XmlSerializerNamespaces namespaces) { } - public void Serialize(System.IO.TextWriter textWriter, object o) { } - public void Serialize(System.IO.TextWriter textWriter, object o, System.Xml.Serialization.XmlSerializerNamespaces namespaces) { } - public void Serialize(System.Xml.XmlWriter xmlWriter, object o) { } - public void Serialize(System.Xml.XmlWriter xmlWriter, object o, System.Xml.Serialization.XmlSerializerNamespaces namespaces) { } - } - public partial class XmlSerializerNamespaces - { - public XmlSerializerNamespaces() { } - public XmlSerializerNamespaces(System.Xml.Serialization.XmlSerializerNamespaces namespaces) { } - public XmlSerializerNamespaces(System.Xml.XmlQualifiedName[] namespaces) { } - public int Count { get { throw null; } } - public void Add(string prefix, string ns) { } - public System.Xml.XmlQualifiedName[] ToArray() { throw null; } - } - [System.AttributeUsageAttribute(System.AttributeTargets.Field | System.AttributeTargets.Parameter | System.AttributeTargets.Property | System.AttributeTargets.ReturnValue)] - public partial class XmlTextAttribute : System.Attribute - { - public XmlTextAttribute() { } - public XmlTextAttribute(System.Type type) { } - public string DataType { get { throw null; } set { } } - public System.Type Type { get { throw null; } set { } } - } - [System.AttributeUsageAttribute(System.AttributeTargets.Class | System.AttributeTargets.Enum | System.AttributeTargets.Interface | System.AttributeTargets.Struct)] - public partial class XmlTypeAttribute : System.Attribute - { - public XmlTypeAttribute() { } - public XmlTypeAttribute(string typeName) { } - public bool AnonymousType { get { throw null; } set { } } - public bool IncludeInSchema { get { throw null; } set { } } - public string Namespace { get { throw null; } set { } } - public string TypeName { get { throw null; } set { } } - } -} diff --git a/src/referencePackages/src/system.xml.xmlserializer/4.0.11/system.xml.xmlserializer.nuspec b/src/referencePackages/src/system.xml.xmlserializer/4.0.11/system.xml.xmlserializer.nuspec deleted file mode 100755 index 4ee923fb40..0000000000 --- a/src/referencePackages/src/system.xml.xmlserializer/4.0.11/system.xml.xmlserializer.nuspec +++ /dev/null @@ -1,87 +0,0 @@ - - - - System.Xml.XmlSerializer - 4.0.11 - System.Xml.XmlSerializer - Microsoft - microsoft,dotnetframework - true - https://microsoft.mit-license.org/ - https://dot.net/ - http://go.microsoft.com/fwlink/?LinkID=288859 - Provides classes for serializing objects to the Extensible Markup Language (XML) and deserializing XML data to objects. - -Commonly Used Types: -System.Xml.Serialization.IXmlSerializable -System.Xml.Serialization.XmlSerializer -System.Xml.Serialization.XmlIgnoreAttribute -System.Xml.Serialization.XmlElementAttribute -System.Xml.Serialization.XmlAttributeAttribute -System.Xml.Serialization.XmlArrayAttribute -System.Xml.Serialization.XmlRootAttribute -System.Xml.Serialization.XmlArrayItemAttribute -System.Xml.Serialization.XmlTypeAttribute -System.Xml.Serialization.XmlEnumAttribute - -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.xml.xmlserializer/Directory.Build.props b/src/referencePackages/src/system.xml.xmlserializer/Directory.Build.props deleted file mode 100644 index 4b7e29cf13..0000000000 --- a/src/referencePackages/src/system.xml.xmlserializer/Directory.Build.props +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - System.Xml.XmlSerializer - - - diff --git a/src/textOnlyPackages/src/system.composition/6.0.0/LICENSE.TXT b/src/textOnlyPackages/src/system.composition/6.0.0/LICENSE.TXT deleted file mode 100644 index 984713a496..0000000000 --- a/src/textOnlyPackages/src/system.composition/6.0.0/LICENSE.TXT +++ /dev/null @@ -1,23 +0,0 @@ -The MIT License (MIT) - -Copyright (c) .NET Foundation and Contributors - -All rights reserved. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/src/textOnlyPackages/src/system.composition/6.0.0/System.Composition.6.0.0.csproj b/src/textOnlyPackages/src/system.composition/6.0.0/System.Composition.6.0.0.csproj deleted file mode 100644 index 57b4b66468..0000000000 --- a/src/textOnlyPackages/src/system.composition/6.0.0/System.Composition.6.0.0.csproj +++ /dev/null @@ -1,25 +0,0 @@ - - - - net6.0;netstandard2.0 - System.Composition - 2 - - - - - - - - - - - - - - - - - - - diff --git a/src/textOnlyPackages/src/system.composition/6.0.0/THIRD-PARTY-NOTICES.TXT b/src/textOnlyPackages/src/system.composition/6.0.0/THIRD-PARTY-NOTICES.TXT deleted file mode 100644 index 89c59b21d6..0000000000 --- a/src/textOnlyPackages/src/system.composition/6.0.0/THIRD-PARTY-NOTICES.TXT +++ /dev/null @@ -1,939 +0,0 @@ -.NET Runtime uses third-party libraries or other resources that may be -distributed under licenses different than the .NET Runtime software. - -In the event that we accidentally failed to list a required notice, please -bring it to our attention. Post an issue or email us: - - dotnet@microsoft.com - -The attached notices are provided for information only. - -License notice for ASP.NET -------------------------------- - -Copyright (c) .NET Foundation. All rights reserved. -Licensed under the Apache License, Version 2.0. - -Available at -https://github.com/dotnet/aspnetcore/blob/main/LICENSE.txt - -License notice for Slicing-by-8 -------------------------------- - -http://sourceforge.net/projects/slicing-by-8/ - -Copyright (c) 2004-2006 Intel Corporation - All Rights Reserved - - -This software program is licensed subject to the BSD License, available at -http://www.opensource.org/licenses/bsd-license.html. - - -License notice for Unicode data -------------------------------- - -https://www.unicode.org/license.html - -Copyright © 1991-2020 Unicode, Inc. All rights reserved. -Distributed under the Terms of Use in https://www.unicode.org/copyright.html. - -Permission is hereby granted, free of charge, to any person obtaining -a copy of the Unicode data files and any associated documentation -(the "Data Files") or Unicode software and any associated documentation -(the "Software") to deal in the Data Files or Software -without restriction, including without limitation the rights to use, -copy, modify, merge, publish, distribute, and/or sell copies of -the Data Files or Software, and to permit persons to whom the Data Files -or Software are furnished to do so, provided that either -(a) this copyright and permission notice appear with all copies -of the Data Files or Software, or -(b) this copyright and permission notice appear in associated -Documentation. - -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF -ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE -WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT OF THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS -NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL -DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, -DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER -TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR -PERFORMANCE OF THE DATA FILES OR SOFTWARE. - -Except as contained in this notice, the name of a copyright holder -shall not be used in advertising or otherwise to promote the sale, -use or other dealings in these Data Files or Software without prior -written authorization of the copyright holder. - -License notice for Zlib ------------------------ - -https://github.com/madler/zlib -http://zlib.net/zlib_license.html - -/* zlib.h -- interface of the 'zlib' general purpose compression library - version 1.2.11, January 15th, 2017 - - Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler - - This software is provided 'as-is', without any express or implied - warranty. In no event will the authors be held liable for any damages - arising from the use of this software. - - Permission is granted to anyone to use this software for any purpose, - including commercial applications, and to alter it and redistribute it - freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. - - Jean-loup Gailly Mark Adler - jloup@gzip.org madler@alumni.caltech.edu - -*/ - -License notice for Mono -------------------------------- - -http://www.mono-project.com/docs/about-mono/ - -Copyright (c) .NET Foundation Contributors - -MIT License - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the Software), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -License notice for International Organization for Standardization ------------------------------------------------------------------ - -Portions (C) International Organization for Standardization 1986: - Permission to copy in any form is granted for use with - conforming SGML systems and applications as defined in - ISO 8879, provided this notice is included in all copies. - -License notice for Intel ------------------------- - -"Copyright (c) 2004-2006 Intel Corporation - All Rights Reserved - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - -1. Redistributions of source code must retain the above copyright notice, this -list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright notice, -this list of conditions and the following disclaimer in the documentation -and/or other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -License notice for Xamarin and Novell -------------------------------------- - -Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - -Copyright (c) 2011 Novell, Inc (http://www.novell.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - -Third party notice for W3C --------------------------- - -"W3C SOFTWARE AND DOCUMENT NOTICE AND LICENSE -Status: This license takes effect 13 May, 2015. -This work is being provided by the copyright holders under the following license. -License -By obtaining and/or copying this work, you (the licensee) agree that you have read, understood, and will comply with the following terms and conditions. -Permission to copy, modify, and distribute this work, with or without modification, for any purpose and without fee or royalty is hereby granted, provided that you include the following on ALL copies of the work or portions thereof, including modifications: -The full text of this NOTICE in a location viewable to users of the redistributed or derivative work. -Any pre-existing intellectual property disclaimers, notices, or terms and conditions. If none exist, the W3C Software and Document Short Notice should be included. -Notice of any changes or modifications, through a copyright statement on the new code or document such as "This software or document includes material copied from or derived from [title and URI of the W3C document]. Copyright © [YEAR] W3C® (MIT, ERCIM, Keio, Beihang)." -Disclaimers -THIS WORK IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR DOCUMENT WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS. -COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR DOCUMENT. -The name and trademarks of copyright holders may NOT be used in advertising or publicity pertaining to the work without specific, written prior permission. Title to copyright in this work will at all times remain with copyright holders." - -License notice for Bit Twiddling Hacks --------------------------------------- - -Bit Twiddling Hacks - -By Sean Eron Anderson -seander@cs.stanford.edu - -Individually, the code snippets here are in the public domain (unless otherwise -noted) — feel free to use them however you please. The aggregate collection and -descriptions are © 1997-2005 Sean Eron Anderson. The code and descriptions are -distributed in the hope that they will be useful, but WITHOUT ANY WARRANTY and -without even the implied warranty of merchantability or fitness for a particular -purpose. - -License notice for Brotli --------------------------------------- - -Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - -compress_fragment.c: -Copyright (c) 2011, Google Inc. -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -""AS IS"" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -decode_fuzzer.c: -Copyright (c) 2015 The Chromium Authors. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -""AS IS"" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." - -License notice for Json.NET -------------------------------- - -https://github.com/JamesNK/Newtonsoft.Json/blob/master/LICENSE.md - -The MIT License (MIT) - -Copyright (c) 2007 James Newton-King - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -License notice for vectorized base64 encoding / decoding --------------------------------------------------------- - -Copyright (c) 2005-2007, Nick Galbreath -Copyright (c) 2013-2017, Alfred Klomp -Copyright (c) 2015-2017, Wojciech Mula -Copyright (c) 2016-2017, Matthieu Darbois -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -- Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. - -- Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS -IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED -TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED -TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR -PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -License notice for RFC 3492 ---------------------------- - -The punycode implementation is based on the sample code in RFC 3492 - -Copyright (C) The Internet Society (2003). All Rights Reserved. - -This document and translations of it may be copied and furnished to -others, and derivative works that comment on or otherwise explain it -or assist in its implementation may be prepared, copied, published -and distributed, in whole or in part, without restriction of any -kind, provided that the above copyright notice and this paragraph are -included on all such copies and derivative works. However, this -document itself may not be modified in any way, such as by removing -the copyright notice or references to the Internet Society or other -Internet organizations, except as needed for the purpose of -developing Internet standards in which case the procedures for -copyrights defined in the Internet Standards process must be -followed, or as required to translate it into languages other than -English. - -The limited permissions granted above are perpetual and will not be -revoked by the Internet Society or its successors or assigns. - -This document and the information contained herein is provided on an -"AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING -TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING -BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION -HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF -MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. - -License notice for Algorithm from Internet Draft document "UUIDs and GUIDs" ---------------------------------------------------------------------------- - -Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc. -Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & -Digital Equipment Corporation, Maynard, Mass. -To anyone who acknowledges that this file is provided "AS IS" -without any express or implied warranty: permission to use, copy, -modify, and distribute this file for any purpose is hereby -granted without fee, provided that the above copyright notices and -this notice appears in all source code copies, and that none of -the names of Open Software Foundation, Inc., Hewlett-Packard -Company, or Digital Equipment Corporation be used in advertising -or publicity pertaining to distribution of the software without -specific, written prior permission. Neither Open Software -Foundation, Inc., Hewlett-Packard Company, Microsoft, nor Digital Equipment -Corporation makes any representations about the suitability of -this software for any purpose. - -Copyright(C) The Internet Society 1997. All Rights Reserved. - -This document and translations of it may be copied and furnished to others, -and derivative works that comment on or otherwise explain it or assist in -its implementation may be prepared, copied, published and distributed, in -whole or in part, without restriction of any kind, provided that the above -copyright notice and this paragraph are included on all such copies and -derivative works.However, this document itself may not be modified in any -way, such as by removing the copyright notice or references to the Internet -Society or other Internet organizations, except as needed for the purpose of -developing Internet standards in which case the procedures for copyrights -defined in the Internet Standards process must be followed, or as required -to translate it into languages other than English. - -The limited permissions granted above are perpetual and will not be revoked -by the Internet Society or its successors or assigns. - -This document and the information contained herein is provided on an "AS IS" -basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING TASK FORCE -DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO -ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL NOT INFRINGE ANY -RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A -PARTICULAR PURPOSE. - -License notice for Algorithm from RFC 4122 - -A Universally Unique IDentifier (UUID) URN Namespace ----------------------------------------------------- - -Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc. -Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & -Digital Equipment Corporation, Maynard, Mass. -Copyright (c) 1998 Microsoft. -To anyone who acknowledges that this file is provided "AS IS" -without any express or implied warranty: permission to use, copy, -modify, and distribute this file for any purpose is hereby -granted without fee, provided that the above copyright notices and -this notice appears in all source code copies, and that none of -the names of Open Software Foundation, Inc., Hewlett-Packard -Company, Microsoft, or Digital Equipment Corporation be used in -advertising or publicity pertaining to distribution of the software -without specific, written prior permission. Neither Open Software -Foundation, Inc., Hewlett-Packard Company, Microsoft, nor Digital -Equipment Corporation makes any representations about the -suitability of this software for any purpose." - -License notice for The LLVM Compiler Infrastructure ---------------------------------------------------- - -Developed by: - - LLVM Team - - University of Illinois at Urbana-Champaign - - http://llvm.org - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal with -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies -of the Software, and to permit persons to whom the Software is furnished to do -so, subject to the following conditions: - - * Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimers. - - * Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimers in the - documentation and/or other materials provided with the distribution. - - * Neither the names of the LLVM Team, University of Illinois at - Urbana-Champaign, nor the names of its contributors may be used to - endorse or promote products derived from this Software without specific - prior written permission. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE -SOFTWARE. - -License notice for Bob Jenkins ------------------------------- - -By Bob Jenkins, 1996. bob_jenkins@burtleburtle.net. You may use this -code any way you wish, private, educational, or commercial. It's free. - -License notice for Greg Parker ------------------------------- - -Greg Parker gparker@cs.stanford.edu December 2000 -This code is in the public domain and may be copied or modified without -permission. - -License notice for libunwind based code ----------------------------------------- - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -License notice for Printing Floating-Point Numbers (Dragon4) ------------------------------------------------------------- - -/****************************************************************************** - Copyright (c) 2014 Ryan Juckett - http://www.ryanjuckett.com/ - - This software is provided 'as-is', without any express or implied - warranty. In no event will the authors be held liable for any damages - arising from the use of this software. - - Permission is granted to anyone to use this software for any purpose, - including commercial applications, and to alter it and redistribute it - freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. -******************************************************************************/ - -License notice for Printing Floating-point Numbers (Grisu3) ------------------------------------------------------------ - -Copyright 2012 the V8 project authors. All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google Inc. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -License notice for xxHash -------------------------- - -xxHash Library -Copyright (c) 2012-2014, Yann Collet -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: - -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -* Redistributions in binary form must reproduce the above copyright notice, this - list of conditions and the following disclaimer in the documentation and/or - other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -License notice for Berkeley SoftFloat Release 3e ------------------------------------------------- - -https://github.com/ucb-bar/berkeley-softfloat-3 -https://github.com/ucb-bar/berkeley-softfloat-3/blob/master/COPYING.txt - -License for Berkeley SoftFloat Release 3e - -John R. Hauser -2018 January 20 - -The following applies to the whole of SoftFloat Release 3e as well as to -each source file individually. - -Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the -University of California. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - - 1. Redistributions of source code must retain the above copyright notice, - this list of conditions, and the following disclaimer. - - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions, and the following disclaimer in the - documentation and/or other materials provided with the distribution. - - 3. Neither the name of the University nor the names of its contributors - may be used to endorse or promote products derived from this software - without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS "AS IS", AND ANY -EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ARE -DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY -DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND -ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF -THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -License notice for xoshiro RNGs --------------------------------- - -Written in 2018 by David Blackman and Sebastiano Vigna (vigna@acm.org) - -To the extent possible under law, the author has dedicated all copyright -and related and neighboring rights to this software to the public domain -worldwide. This software is distributed without any warranty. - -See . - -License for fastmod (https://github.com/lemire/fastmod) and ibm-fpgen (https://github.com/nigeltao/parse-number-fxx-test-data) --------------------------------------- - - Copyright 2018 Daniel Lemire - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - -License notice for The C++ REST SDK ------------------------------------ - -C++ REST SDK - -The MIT License (MIT) - -Copyright (c) Microsoft Corporation - -All rights reserved. - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - -License notice for MessagePack-CSharp -------------------------------------- - -MessagePack for C# - -MIT License - -Copyright (c) 2017 Yoshifumi Kawai - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - -License notice for lz4net -------------------------------------- - -lz4net - -Copyright (c) 2013-2017, Milosz Krajewski - -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - -Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - -Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -License notice for Nerdbank.Streams ------------------------------------ - -The MIT License (MIT) - -Copyright (c) Andrew Arnott - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - -License notice for RapidJSON ----------------------------- - -Tencent is pleased to support the open source community by making RapidJSON available. - -Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. - -Licensed under the MIT License (the "License"); you may not use this file except -in compliance with the License. You may obtain a copy of the License at - -http://opensource.org/licenses/MIT - -Unless required by applicable law or agreed to in writing, software distributed -under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR -CONDITIONS OF ANY KIND, either express or implied. See the License for the -specific language governing permissions and limitations under the License. - -License notice for DirectX Math Library ---------------------------------------- - -https://github.com/microsoft/DirectXMath/blob/master/LICENSE - - The MIT License (MIT) - -Copyright (c) 2011-2020 Microsoft Corp - -Permission is hereby granted, free of charge, to any person obtaining a copy of this -software and associated documentation files (the "Software"), to deal in the Software -without restriction, including without limitation the rights to use, copy, modify, -merge, publish, distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to the following -conditions: - -The above copyright notice and this permission notice shall be included in all copies -or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, -INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A -PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF -CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE -OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -License notice for ldap4net ---------------------------- - -The MIT License (MIT) - -Copyright (c) 2018 Alexander Chermyanin - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -License notice for vectorized sorting code ------------------------------------------- - -MIT License - -Copyright (c) 2020 Dan Shechter - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - -License notice for musl ------------------------ - -musl as a whole is licensed under the following standard MIT license: - -Copyright © 2005-2020 Rich Felker, et al. - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - -License notice for "Faster Unsigned Division by Constants" ------------------------------- - -Reference implementations of computing and using the "magic number" approach to dividing -by constants, including codegen instructions. The unsigned division incorporates the -"round down" optimization per ridiculous_fish. - -This is free and unencumbered software. Any copyright is dedicated to the Public Domain. - - -License notice for mimalloc ------------------------------------ - -MIT License - -Copyright (c) 2019 Microsoft Corporation, Daan Leijen - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/src/textOnlyPackages/src/system.composition/6.0.0/buildTransitive/netcoreapp2.0/System.Composition.targets b/src/textOnlyPackages/src/system.composition/6.0.0/buildTransitive/netcoreapp2.0/System.Composition.targets deleted file mode 100644 index a3ca9586bf..0000000000 --- a/src/textOnlyPackages/src/system.composition/6.0.0/buildTransitive/netcoreapp2.0/System.Composition.targets +++ /dev/null @@ -1,6 +0,0 @@ - - - - - diff --git a/src/textOnlyPackages/src/system.composition/6.0.0/buildTransitive/netcoreapp3.1/_._ b/src/textOnlyPackages/src/system.composition/6.0.0/buildTransitive/netcoreapp3.1/_._ deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/src/textOnlyPackages/src/system.composition/6.0.0/system.composition.nuspec b/src/textOnlyPackages/src/system.composition/6.0.0/system.composition.nuspec deleted file mode 100644 index 45ed41e99c..0000000000 --- a/src/textOnlyPackages/src/system.composition/6.0.0/system.composition.nuspec +++ /dev/null @@ -1,40 +0,0 @@ - - - - System.Composition - 6.0.0 - Microsoft - MIT - https://licenses.nuget.org/MIT - https://dot.net/ - This packages provides a version of the Managed Extensibility Framework (MEF) that is lightweight and specifically optimized for high throughput scenarios, such as the web. - -Commonly Used Types: -System.Composition.ExportAttribute -System.Composition.ImportAttribute -System.Composition.Convention.ConventionBuilder -System.Composition.Hosting.CompositionHost -System.Composition.CompositionContext -System.Composition.CompositionContextExtensions - https://go.microsoft.com/fwlink/?LinkID=799421 - © Microsoft Corporation. All rights reserved. - true - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/textOnlyPackages/src/system.composition/6.0.0/useSharedDesignerContext.txt b/src/textOnlyPackages/src/system.composition/6.0.0/useSharedDesignerContext.txt deleted file mode 100644 index e69de29bb2..0000000000 From 9b8ffd09dbb3fcac2c5e60b9cbaab89c2c93c014 Mon Sep 17 00:00:00 2001 From: Michael Simons Date: Fri, 23 Jun 2023 01:38:27 +0000 Subject: [PATCH 3/5] Remove more unreferenced packages --- .../6.5.0/NuGet.Common.6.5.0.csproj | 14 - .../6.5.0/lib/netstandard2.0/NuGet.Common.cs | 1082 ----------------- .../nuget.common/6.5.0/nuget.common.nuspec | 24 - ...System.Composition.Convention.6.0.0.csproj | 17 - .../net6.0/System.Composition.Convention.cs | 159 --- .../System.Composition.Convention.cs | 160 --- .../system.composition.convention.nuspec | 31 - .../System.Composition.Runtime.7.0.0.csproj | 9 - .../lib/net6.0/System.Composition.Runtime.cs | 126 -- .../lib/net7.0/System.Composition.Runtime.cs | 126 -- .../System.Composition.Runtime.cs | 126 -- .../7.0.0/system.composition.runtime.nuspec | 24 - ...System.Composition.TypedParts.6.0.0.csproj | 21 - .../net6.0/System.Composition.TypedParts.cs | 72 -- .../System.Composition.TypedParts.cs | 73 -- .../system.composition.typedparts.nuspec | 32 - .../4.0.1/System.Xml.XmlDocument.4.0.1.csproj | 30 - .../netstandard1.3/System.Xml.XmlDocument.cs | 390 ------ .../4.0.1/system.xml.xmldocument.nuspec | 52 - 19 files changed, 2568 deletions(-) delete mode 100644 src/referencePackages/src/nuget.common/6.5.0/NuGet.Common.6.5.0.csproj delete mode 100644 src/referencePackages/src/nuget.common/6.5.0/lib/netstandard2.0/NuGet.Common.cs delete mode 100644 src/referencePackages/src/nuget.common/6.5.0/nuget.common.nuspec delete mode 100644 src/referencePackages/src/system.composition.convention/6.0.0/System.Composition.Convention.6.0.0.csproj delete mode 100644 src/referencePackages/src/system.composition.convention/6.0.0/lib/net6.0/System.Composition.Convention.cs delete mode 100644 src/referencePackages/src/system.composition.convention/6.0.0/lib/netstandard2.0/System.Composition.Convention.cs delete mode 100644 src/referencePackages/src/system.composition.convention/6.0.0/system.composition.convention.nuspec delete mode 100644 src/referencePackages/src/system.composition.runtime/7.0.0/System.Composition.Runtime.7.0.0.csproj delete mode 100644 src/referencePackages/src/system.composition.runtime/7.0.0/lib/net6.0/System.Composition.Runtime.cs delete mode 100644 src/referencePackages/src/system.composition.runtime/7.0.0/lib/net7.0/System.Composition.Runtime.cs delete mode 100644 src/referencePackages/src/system.composition.runtime/7.0.0/lib/netstandard2.0/System.Composition.Runtime.cs delete mode 100644 src/referencePackages/src/system.composition.runtime/7.0.0/system.composition.runtime.nuspec delete mode 100644 src/referencePackages/src/system.composition.typedparts/6.0.0/System.Composition.TypedParts.6.0.0.csproj delete mode 100644 src/referencePackages/src/system.composition.typedparts/6.0.0/lib/net6.0/System.Composition.TypedParts.cs delete mode 100644 src/referencePackages/src/system.composition.typedparts/6.0.0/lib/netstandard2.0/System.Composition.TypedParts.cs delete mode 100644 src/referencePackages/src/system.composition.typedparts/6.0.0/system.composition.typedparts.nuspec delete mode 100644 src/referencePackages/src/system.xml.xmldocument/4.0.1/System.Xml.XmlDocument.4.0.1.csproj delete mode 100644 src/referencePackages/src/system.xml.xmldocument/4.0.1/ref/netstandard1.3/System.Xml.XmlDocument.cs delete mode 100755 src/referencePackages/src/system.xml.xmldocument/4.0.1/system.xml.xmldocument.nuspec diff --git a/src/referencePackages/src/nuget.common/6.5.0/NuGet.Common.6.5.0.csproj b/src/referencePackages/src/nuget.common/6.5.0/NuGet.Common.6.5.0.csproj deleted file mode 100644 index ecadcd3c4e..0000000000 --- a/src/referencePackages/src/nuget.common/6.5.0/NuGet.Common.6.5.0.csproj +++ /dev/null @@ -1,14 +0,0 @@ - - - - netstandard2.0 - NuGet.Common - 2 - MicrosoftShared - - - - - - - diff --git a/src/referencePackages/src/nuget.common/6.5.0/lib/netstandard2.0/NuGet.Common.cs b/src/referencePackages/src/nuget.common/6.5.0/lib/netstandard2.0/NuGet.Common.cs deleted file mode 100644 index fe695b7962..0000000000 --- a/src/referencePackages/src/nuget.common/6.5.0/lib/netstandard2.0/NuGet.Common.cs +++ /dev/null @@ -1,1082 +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.CLSCompliant(true)] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("NuGet.Common.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] -[assembly: System.Runtime.Versioning.TargetFramework(".NETStandard,Version=v2.0", FrameworkDisplayName = ".NET Standard 2.0")] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyConfiguration("release")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyDescription("Common utilities and interfaces for all NuGet libraries.")] -[assembly: System.Reflection.AssemblyFileVersion("6.5.0.154")] -[assembly: System.Reflection.AssemblyInformationalVersion("6.5.0+069970c727b254636c1ad29c5a7a767081482a9a.069970c727b254636c1ad29c5a7a767081482a9a")] -[assembly: System.Reflection.AssemblyProduct("NuGet")] -[assembly: System.Reflection.AssemblyTitle("NuGet.Common")] -[assembly: System.Reflection.AssemblyMetadata("RepositoryUrl", "https://github.com/NuGet/NuGet.Client")] -[assembly: System.Resources.NeutralResourcesLanguage("en-US")] -[assembly: System.Reflection.AssemblyVersionAttribute("6.5.0.154")] -[assembly: System.Runtime.CompilerServices.ReferenceAssembly] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -namespace NuGet.Common -{ - public static partial class ActivityCorrelationId - { - public static string Current { get { throw null; } } - - public static void Clear() { } - - public static void StartNew() { } - } - - public partial class AggregateEnumerableAsync : IEnumerableAsync - { - public AggregateEnumerableAsync(System.Collections.Generic.IList> asyncEnumerables, System.Collections.Generic.IComparer comparer, System.Collections.Generic.IEqualityComparer equalityComparer) { } - - public IEnumeratorAsync GetEnumeratorAsync() { throw null; } - } - - public partial class AggregateEnumeratorAsync : IEnumeratorAsync - { - public AggregateEnumeratorAsync(System.Collections.Generic.IList> asyncEnumerables, System.Collections.Generic.IComparer orderingComparer, System.Collections.Generic.IEqualityComparer equalityComparer) { } - - public T Current { get { throw null; } } - - public System.Threading.Tasks.Task MoveNextAsync() { throw null; } - } - - public static partial class AsyncLazy - { - public static AsyncLazy New(T innerData) { throw null; } - - public static AsyncLazy New(System.Func valueFactory) { throw null; } - - public static AsyncLazy New(System.Func> asyncValueFactory) { throw null; } - - public static AsyncLazy New(System.Lazy> inner) { throw null; } - } - - [System.CLSCompliant(true)] - public partial class AsyncLazy - { - public AsyncLazy(System.Func> valueFactory) { } - - public AsyncLazy(System.Lazy> inner) { } - - public System.Runtime.CompilerServices.TaskAwaiter GetAwaiter() { throw null; } - - public static implicit operator System.Lazy>(AsyncLazy outer) { throw null; } - } - - public partial class AuthTypeFilteredCredentials : System.Net.ICredentials - { - public AuthTypeFilteredCredentials(System.Net.NetworkCredential innerCredential, System.Collections.Generic.IEnumerable authTypes) { } - - public System.Collections.Generic.IReadOnlyList AuthTypes { get { throw null; } } - - public System.Net.NetworkCredential InnerCredential { get { throw null; } } - - public System.Net.NetworkCredential GetCredential(System.Uri uri, string authType) { throw null; } - } - - public static partial class ClientVersionUtility - { - public static string GetNuGetAssemblyVersion() { throw null; } - } - - public partial class CommandLineArgumentCombinationException : System.Exception, ILogMessageException - { - public CommandLineArgumentCombinationException(string message) { } - - public virtual ILogMessage AsLogMessage() { throw null; } - } - - public static partial class ComparisonUtility - { - public static readonly System.StringComparer FrameworkReferenceNameComparer; - } - - public static partial class ConcurrencyUtilities - { - public static void ExecuteWithFileLocked(string filePath, System.Action action) { } - - public static System.Threading.Tasks.Task ExecuteWithFileLockedAsync(string filePath, System.Func> action, System.Threading.CancellationToken token) { throw null; } - } - - public partial class CryptoHashProvider - { - public CryptoHashProvider() { } - - public CryptoHashProvider(string hashAlgorithm) { } - - public byte[] CalculateHash(byte[] data) { throw null; } - - public byte[] CalculateHash(System.IO.Stream stream) { throw null; } - - public bool VerifyHash(byte[] data, byte[] hash) { throw null; } - } - - public static partial class CryptoHashUtility - { - public static byte[] ComputeHash(this HashAlgorithmName hashAlgorithmName, byte[] data) { throw null; } - - public static byte[] ComputeHash(this System.Security.Cryptography.HashAlgorithm hashAlgorithm, System.IO.Stream data, bool leaveStreamOpen) { throw null; } - - public static byte[] ComputeHash(this System.Security.Cryptography.HashAlgorithm hashAlgorithm, System.IO.Stream data) { throw null; } - - public static string ComputeHashAsBase64(this System.Security.Cryptography.HashAlgorithm hashAlgorithm, System.IO.Stream data, bool leaveStreamOpen) { throw null; } - - public static string ComputeHashAsBase64(this System.Security.Cryptography.HashAlgorithm hashAlgorithm, System.IO.Stream data) { throw null; } - - public static System.Security.Cryptography.Oid ConvertToOid(this HashAlgorithmName hashAlgorithm) { throw null; } - - public static string ConvertToOidString(this HashAlgorithmName hashAlgorithmName) { throw null; } - - public static string ConvertToOidString(this SignatureAlgorithmName signatureAlgorithmName) { throw null; } - - public static System.Security.Cryptography.HashAlgorithmName ConvertToSystemSecurityHashAlgorithmName(this HashAlgorithmName hashAlgorithmName) { throw null; } - - public static string GenerateUniqueToken(string caseInsensitiveKey) { throw null; } - - public static System.Security.Cryptography.HashAlgorithm GetHashAlgorithm(HashAlgorithmName hashAlgorithmName) { throw null; } - - public static System.Security.Cryptography.HashAlgorithm GetHashAlgorithm(string hashAlgorithmName) { throw null; } - - public static HashAlgorithmName GetHashAlgorithmName(string hashAlgorithm) { throw null; } - - public static System.Security.Cryptography.HashAlgorithm GetHashProvider(this HashAlgorithmName hashAlgorithmName) { throw null; } - - public static HashAlgorithmName OidToHashAlgorithmName(string oid) { throw null; } - } - - public static partial class CultureUtility - { - public static void DisableLocalization() { } - } - - public static partial class DatetimeUtility - { - public static string ToReadableTimeFormat(System.TimeSpan time) { throw null; } - } - - public partial class EnvironmentVariableWrapper : IEnvironmentVariableReader - { - public EnvironmentVariableWrapper() { } - - public static IEnvironmentVariableReader Instance { get { throw null; } } - - public string GetEnvironmentVariable(string variable) { throw null; } - } - - public partial class ExceptionLogger - { - public ExceptionLogger(IEnvironmentVariableReader reader) { } - - public static ExceptionLogger Instance { get { throw null; } } - - public bool ShowStack { get { throw null; } } - } - - public static partial class ExceptionUtilities - { - public static string DisplayMessage(System.AggregateException exception) { throw null; } - - public static string DisplayMessage(System.Exception exception, bool indent) { throw null; } - - public static string DisplayMessage(System.Exception exception) { throw null; } - - public static string DisplayMessage(System.Reflection.TargetInvocationException exception) { throw null; } - - public static void LogException(System.Exception ex, ILogger logger, bool logStackAsError) { } - - public static void LogException(System.Exception ex, ILogger logger) { } - - public static System.Exception Unwrap(System.Exception exception) { throw null; } - } - - public static partial class FileUtility - { - public static readonly System.IO.FileShare FileSharePermissions; - public static readonly int MaxTries; - public static void Delete(string path) { } - - public static System.Threading.Tasks.Task DeleteWithLock(string filePath) { throw null; } - - public static string GetTempFilePath(string directory) { throw null; } - - public static void Move(string sourceFileName, string destFileName) { } - - public static void Replace(System.Action writeSourceFile, string destFilePath) { } - - public static void Replace(string sourceFileName, string destFileName) { } - - public static System.Threading.Tasks.Task ReplaceAsync(System.Func writeSourceFile, string destFilePath) { throw null; } - - public static System.Threading.Tasks.Task ReplaceWithLock(System.Action writeSourceFile, string destFilePath) { throw null; } - - public static T SafeRead(string filePath, System.Func read) { throw null; } - - public static System.Threading.Tasks.Task SafeReadAsync(string filePath, System.Func> read) { throw null; } - } - - public enum HashAlgorithmName - { - Unknown = 0, - SHA256 = 1, - SHA384 = 2, - SHA512 = 3 - } - - public partial interface ICollectorLogger : ILogger - { - System.Collections.Generic.IEnumerable Errors { get; } - } - - public partial interface IEnumerableAsync - { - IEnumeratorAsync GetEnumeratorAsync(); - } - - public partial interface IEnumeratorAsync - { - T Current { get; } - - System.Threading.Tasks.Task MoveNextAsync(); - } - - public partial interface IEnvironmentVariableReader - { - string GetEnvironmentVariable(string variable); - } - - public partial interface ILogFileContext - { - int EndColumnNumber { get; set; } - - int EndLineNumber { get; set; } - - string FilePath { get; set; } - - int StartColumnNumber { get; set; } - - int StartLineNumber { get; set; } - } - - public partial interface ILogger - { - void Log(ILogMessage message); - void Log(LogLevel level, string data); - System.Threading.Tasks.Task LogAsync(ILogMessage message); - System.Threading.Tasks.Task LogAsync(LogLevel level, string data); - void LogDebug(string data); - void LogError(string data); - void LogInformation(string data); - void LogInformationSummary(string data); - void LogMinimal(string data); - void LogVerbose(string data); - void LogWarning(string data); - } - - public partial interface ILogMessage - { - NuGetLogCode Code { get; set; } - - LogLevel Level { get; set; } - - string Message { get; set; } - - string ProjectPath { get; set; } - - System.DateTimeOffset Time { get; set; } - - WarningLevel WarningLevel { get; set; } - } - - public partial interface ILogMessageException - { - ILogMessage AsLogMessage(); - } - - public partial interface INuGetLogMessage : ILogMessage, ILogFileContext - { - } - - public partial interface INuGetPathContext - { - System.Collections.Generic.IReadOnlyList FallbackPackageFolders { get; } - - string HttpCacheFolder { get; } - - string UserPackageFolder { get; } - } - - public partial interface INuGetTelemetryService - { - void EmitTelemetryEvent(TelemetryEvent telemetryData); - System.IDisposable StartActivity(string activityName); - } - - public partial interface IPackLogMessage : INuGetLogMessage, ILogMessage, ILogFileContext - { - Frameworks.NuGetFramework Framework { get; set; } - - string LibraryId { get; set; } - } - - public partial interface IRestoreLogMessage : INuGetLogMessage, ILogMessage, ILogFileContext - { - string LibraryId { get; set; } - - bool ShouldDisplay { get; set; } - - System.Collections.Generic.IReadOnlyList TargetGraphs { get; set; } - } - - public partial interface ITelemetrySession - { - void PostEvent(TelemetryEvent telemetryEvent); - } - - public abstract partial class LegacyLoggerAdapter : ILogger - { - protected LegacyLoggerAdapter() { } - - public virtual void Log(ILogMessage message) { } - - public void Log(LogLevel level, string data) { } - - public virtual System.Threading.Tasks.Task LogAsync(ILogMessage message) { throw null; } - - public System.Threading.Tasks.Task LogAsync(LogLevel level, string data) { throw null; } - - public abstract void LogDebug(string data); - public abstract void LogError(string data); - public abstract void LogInformation(string data); - public abstract void LogInformationSummary(string data); - public abstract void LogMinimal(string data); - public abstract void LogVerbose(string data); - public abstract void LogWarning(string data); - } - - public static partial class LocalResourceUtils - { - public static void DeleteDirectoryTree(string folderPath, System.Collections.Generic.List failedDeletes) { } - } - - public abstract partial class LoggerBase : ILogger - { - public LoggerBase() { } - - public LoggerBase(LogLevel verbosityLevel) { } - - public LogLevel VerbosityLevel { get { throw null; } set { } } - - protected virtual bool CollectMessage(LogLevel messageLevel) { throw null; } - - protected virtual bool DisplayMessage(LogLevel messageLevel) { throw null; } - - public abstract void Log(ILogMessage message); - public virtual void Log(LogLevel level, string data) { } - - public abstract System.Threading.Tasks.Task LogAsync(ILogMessage message); - public virtual System.Threading.Tasks.Task LogAsync(LogLevel level, string data) { throw null; } - - public virtual void LogDebug(string data) { } - - public virtual void LogError(string data) { } - - public virtual void LogInformation(string data) { } - - public virtual void LogInformationSummary(string data) { } - - public virtual void LogMinimal(string data) { } - - public virtual void LogVerbose(string data) { } - - public virtual void LogWarning(string data) { } - } - - public static partial class LoggingExtensions - { - public static string FormatWithCode(this ILogMessage message) { throw null; } - - public static string GetName(this NuGetLogCode code) { throw null; } - - public static bool TryGetName(this NuGetLogCode code, out string codeString) { throw null; } - } - - public enum LogLevel - { - Debug = 0, - Verbose = 1, - Information = 2, - Minimal = 3, - Warning = 4, - Error = 5 - } - - public partial class LogMessage : ILogMessage - { - public LogMessage(LogLevel level, string message, NuGetLogCode code) { } - - public LogMessage(LogLevel level, string message) { } - - public NuGetLogCode Code { get { throw null; } set { } } - - public LogLevel Level { get { throw null; } set { } } - - public string Message { get { throw null; } set { } } - - public string ProjectPath { get { throw null; } set { } } - - public System.DateTimeOffset Time { get { throw null; } set { } } - - public WarningLevel WarningLevel { get { throw null; } set { } } - - public static LogMessage Create(LogLevel level, string message) { throw null; } - - public static LogMessage CreateError(NuGetLogCode code, string message) { throw null; } - - public static LogMessage CreateWarning(NuGetLogCode code, string message) { throw null; } - - public override string ToString() { throw null; } - } - - public static partial class LogMessageProperties - { - public const string CODE = "code"; - public const string END_COLUMN_NUMBER = "endColumnNumber"; - public const string END_LINE_NUMBER = "endLineNumber"; - public const string FILE_PATH = "filePath"; - public const string LEVEL = "level"; - public const string LIBRARY_ID = "libraryId"; - public const string MESSAGE = "message"; - public const string START_COLUMN_NUMBER = "startColumnNumber"; - public const string START_LINE_NUMBER = "startLineNumber"; - public const string TARGET_GRAPHS = "targetGraphs"; - public const string WARNING_LEVEL = "warningLevel"; - } - - public static partial class MSBuildStringUtility - { - public static string Convert(string value) { throw null; } - - public static bool? GetBooleanOrNull(string value) { throw null; } - - public static System.Collections.Generic.IEnumerable GetDistinctNuGetLogCodesOrDefault(System.Collections.Generic.IEnumerable> nugetLogCodeLists) { throw null; } - - public static System.Collections.Generic.IEnumerable GetNuGetLogCodes(string s) { throw null; } - - public static bool IsTrue(string value) { throw null; } - - public static bool IsTrueOrEmpty(string value) { throw null; } - - public static string[] Split(string s, params char[] chars) { throw null; } - - public static string[] Split(string s) { throw null; } - - public static string[] TrimAndExcludeNullOrEmpty(string[] strings) { throw null; } - - public static string TrimAndGetNullForEmpty(string s) { throw null; } - } - - public static partial class NetworkProtocolUtility - { - public static void SetConnectionLimit() { } - } - - public static partial class NuGetEnvironment - { - public static string GetDotNetLocation() { throw null; } - - public static string GetFolderPath(NuGetFolderPath folder) { throw null; } - } - - public enum NuGetFolderPath - { - MachineWideSettingsBaseDirectory = 0, - MachineWideConfigDirectory = 1, - UserSettingsDirectory = 2, - HttpCacheDirectory = 3, - NuGetHome = 4, - DefaultMsBuildPath = 5, - Temp = 6, - NuGetPluginsCacheDirectory = 7 - } - - public enum NuGetLogCode - { - Undefined = 0, - NU1000 = 1000, - NU1001 = 1001, - NU1002 = 1002, - NU1003 = 1003, - NU1004 = 1004, - NU1005 = 1005, - NU1006 = 1006, - NU1007 = 1007, - NU1008 = 1008, - NU1009 = 1009, - NU1010 = 1010, - NU1011 = 1011, - NU1012 = 1012, - NU1013 = 1013, - NU1100 = 1100, - NU1101 = 1101, - NU1102 = 1102, - NU1103 = 1103, - NU1104 = 1104, - NU1105 = 1105, - NU1106 = 1106, - NU1107 = 1107, - NU1108 = 1108, - NU1109 = 1109, - NU1201 = 1201, - NU1202 = 1202, - NU1203 = 1203, - NU1204 = 1204, - NU1211 = 1211, - NU1212 = 1212, - NU1213 = 1213, - NU1301 = 1301, - NU1401 = 1401, - NU1402 = 1402, - NU1403 = 1403, - NU1410 = 1410, - NU1500 = 1500, - NU1501 = 1501, - NU1502 = 1502, - NU1503 = 1503, - NU1504 = 1504, - NU1505 = 1505, - NU1506 = 1506, - NU1507 = 1507, - NU1601 = 1601, - NU1602 = 1602, - NU1603 = 1603, - NU1604 = 1604, - NU1605 = 1605, - NU1608 = 1608, - NU1701 = 1701, - NU1702 = 1702, - NU1703 = 1703, - NU1801 = 1801, - NU1802 = 1802, - NU1803 = 1803, - NU3000 = 3000, - NU3001 = 3001, - NU3002 = 3002, - NU3003 = 3003, - NU3004 = 3004, - NU3005 = 3005, - NU3006 = 3006, - NU3007 = 3007, - NU3008 = 3008, - NU3009 = 3009, - NU3010 = 3010, - NU3011 = 3011, - NU3012 = 3012, - NU3013 = 3013, - NU3014 = 3014, - NU3015 = 3015, - NU3016 = 3016, - NU3017 = 3017, - NU3018 = 3018, - NU3019 = 3019, - NU3020 = 3020, - NU3021 = 3021, - NU3022 = 3022, - NU3023 = 3023, - NU3024 = 3024, - NU3025 = 3025, - NU3026 = 3026, - NU3027 = 3027, - NU3028 = 3028, - NU3029 = 3029, - NU3030 = 3030, - NU3031 = 3031, - NU3032 = 3032, - NU3033 = 3033, - NU3034 = 3034, - NU3035 = 3035, - NU3036 = 3036, - NU3037 = 3037, - NU3038 = 3038, - NU3039 = 3039, - NU3040 = 3040, - NU3041 = 3041, - NU5000 = 5000, - NU5001 = 5001, - NU5002 = 5002, - NU5003 = 5003, - NU5004 = 5004, - NU5005 = 5005, - NU5007 = 5007, - NU5008 = 5008, - NU5009 = 5009, - NU5010 = 5010, - NU5011 = 5011, - NU5012 = 5012, - NU5013 = 5013, - NU5014 = 5014, - NU5015 = 5015, - NU5016 = 5016, - NU5017 = 5017, - NU5018 = 5018, - NU5019 = 5019, - NU5020 = 5020, - NU5021 = 5021, - NU5022 = 5022, - NU5023 = 5023, - NU5024 = 5024, - NU5025 = 5025, - NU5026 = 5026, - NU5027 = 5027, - NU5028 = 5028, - NU5029 = 5029, - NU5030 = 5030, - NU5031 = 5031, - NU5032 = 5032, - NU5033 = 5033, - NU5034 = 5034, - NU5035 = 5035, - NU5036 = 5036, - NU5037 = 5037, - NU5038 = 5038, - NU5039 = 5039, - NU5040 = 5040, - NU5041 = 5041, - NU5042 = 5042, - NU5045 = 5045, - NU5046 = 5046, - NU5047 = 5047, - NU5048 = 5048, - NU5049 = 5049, - NU5050 = 5050, - NU5100 = 5100, - NU5101 = 5101, - NU5102 = 5102, - NU5103 = 5103, - NU5104 = 5104, - NU5105 = 5105, - NU5106 = 5106, - NU5107 = 5107, - NU5108 = 5108, - NU5109 = 5109, - NU5110 = 5110, - NU5111 = 5111, - NU5112 = 5112, - NU5114 = 5114, - NU5115 = 5115, - NU5116 = 5116, - NU5117 = 5117, - NU5118 = 5118, - NU5119 = 5119, - NU5120 = 5120, - NU5121 = 5121, - NU5122 = 5122, - NU5123 = 5123, - NU5124 = 5124, - NU5125 = 5125, - NU5126 = 5126, - NU5127 = 5127, - NU5128 = 5128, - NU5129 = 5129, - NU5130 = 5130, - NU5131 = 5131, - NU5132 = 5132, - NU5133 = 5133, - NU5500 = 5500, - NU5501 = 5501 - } - - public enum NuGetOperationStatus - { - NoOp = 0, - Succeeded = 1, - Failed = 2, - Cancelled = 3 - } - - public partial class NullLogger : LoggerBase - { - public NullLogger() { } - - public static ILogger Instance { get { throw null; } } - - public override void Log(ILogMessage message) { } - - public override void Log(LogLevel level, string data) { } - - public override System.Threading.Tasks.Task LogAsync(ILogMessage message) { throw null; } - - public override System.Threading.Tasks.Task LogAsync(LogLevel level, string data) { throw null; } - } - - public partial class PackagingLogMessage : IPackLogMessage, INuGetLogMessage, ILogMessage, ILogFileContext - { - public NuGetLogCode Code { get { throw null; } set { } } - - public int EndColumnNumber { get { throw null; } set { } } - - public int EndLineNumber { get { throw null; } set { } } - - public string FilePath { get { throw null; } set { } } - - public Frameworks.NuGetFramework Framework { get { throw null; } set { } } - - public LogLevel Level { get { throw null; } set { } } - - public string LibraryId { get { throw null; } set { } } - - public string Message { get { throw null; } set { } } - - public string ProjectPath { get { throw null; } set { } } - - public int StartColumnNumber { get { throw null; } set { } } - - public int StartLineNumber { get { throw null; } set { } } - - public System.DateTimeOffset Time { get { throw null; } set { } } - - public WarningLevel WarningLevel { get { throw null; } set { } } - - public static PackagingLogMessage CreateError(string message, NuGetLogCode code) { throw null; } - - public static PackagingLogMessage CreateMessage(string message, LogLevel logLevel) { throw null; } - - public static PackagingLogMessage CreateWarning(string message, NuGetLogCode code, string libraryId, Frameworks.NuGetFramework framework) { throw null; } - - public static PackagingLogMessage CreateWarning(string message, NuGetLogCode code) { throw null; } - } - - public static partial class PathResolver - { - public static void FilterPackageFiles(System.Collections.Generic.ICollection source, System.Func getPath, System.Collections.Generic.IEnumerable wildcards) { } - - public static System.Collections.Generic.IEnumerable GetFilteredPackageFiles(System.Collections.Generic.ICollection source, System.Func getPath, System.Collections.Generic.IEnumerable wildcards) { throw null; } - - public static System.Collections.Generic.IEnumerable GetMatches(System.Collections.Generic.IEnumerable source, System.Func getPath, System.Collections.Generic.IEnumerable wildcards) { throw null; } - - public static bool IsDirectoryPath(string path) { throw null; } - - public static bool IsWildcardSearch(string filter) { throw null; } - - public static string NormalizeWildcardForExcludedFiles(string basePath, string wildcard) { throw null; } - - public static System.Collections.Generic.IEnumerable PerformWildcardSearch(string basePath, string searchPath, bool includeEmptyDirectories, out string normalizedBasePath) { throw null; } - - public static System.Collections.Generic.IEnumerable PerformWildcardSearch(string basePath, string searchPath) { throw null; } - - public partial struct SearchPathResult - { - private object _dummy; - private int _dummyPrimitive; - public SearchPathResult(string path, bool isFile) { } - - public bool IsFile { get { throw null; } } - - public string Path { get { throw null; } } - } - } - - public static partial class PathUtility - { - public static bool IsFileSystemCaseInsensitive { get { throw null; } } - - public static void EnsureParentDirectory(string filePath) { } - - public static string EnsureTrailingForwardSlash(string path) { throw null; } - - public static string EnsureTrailingSlash(string path) { throw null; } - - public static string EscapePSPath(string path) { throw null; } - - public static string GetAbsolutePath(string basePath, string relativePath) { throw null; } - - public static string GetDirectoryName(string path) { throw null; } - - public static System.IO.Compression.ZipArchiveEntry GetEntry(System.IO.Compression.ZipArchive archive, string path) { throw null; } - - public static string GetPath(System.Uri uri) { throw null; } - - public static string GetPathWithBackSlashes(string path) { throw null; } - - public static string GetPathWithDirectorySeparator(string path) { throw null; } - - public static string GetPathWithForwardSlashes(string path) { throw null; } - - public static string GetRelativePath(string path1, string path2, char separator) { throw null; } - - public static string GetRelativePath(string path1, string path2) { throw null; } - - public static System.StringComparer GetStringComparerBasedOnOS() { throw null; } - - public static System.StringComparison GetStringComparisonBasedOnOS() { throw null; } - - public static System.Collections.Generic.IEnumerable GetUniquePathsBasedOnOS(System.Collections.Generic.IEnumerable paths) { throw null; } - - public static bool HasTrailingDirectorySeparator(string path) { throw null; } - - public static bool IsChildOfDirectory(string dir, string candidate) { throw null; } - - public static bool IsDirectorySeparatorChar(char ch) { throw null; } - - public static bool IsSubdirectory(string basePath, string path) { throw null; } - - public static string ReplaceAltDirSeparatorWithDirSeparator(string path) { throw null; } - - public static string ReplaceDirSeparatorWithAltDirSeparator(string path) { throw null; } - - public static string SmartTruncate(string path, int maxWidth) { throw null; } - - public static string StripLeadingDirectorySeparators(string filename) { throw null; } - } - - public static partial class PathValidator - { - public static bool IsValidLocalPath(string path) { throw null; } - - public static bool IsValidRelativePath(string path) { throw null; } - - public static bool IsValidSource(string source) { throw null; } - - public static bool IsValidUncPath(string path) { throw null; } - - public static bool IsValidUrl(string url) { throw null; } - } - - public static partial class Preprocessor - { - public static string Process(System.IO.Stream stream, System.Func tokenReplacement) { throw null; } - - public static System.Threading.Tasks.Task ProcessAsync(System.Func> streamTaskFactory, System.Func tokenReplacement, System.Threading.CancellationToken cancellationToken) { throw null; } - } - - public static partial class ProjectJsonPathUtilities - { - public static readonly string ProjectConfigFileEnding; - public static readonly string ProjectConfigFileName; - public static readonly string ProjectLockFileName; - public static string GetLockFilePath(string configFilePath) { throw null; } - - public static string GetProjectConfigPath(string directoryPath, string projectName) { throw null; } - - public static string GetProjectConfigWithProjectName(string projectName) { throw null; } - - public static string GetProjectLockFileNameWithProjectName(string projectName) { throw null; } - - public static string GetProjectNameFromConfigFileName(string configPath) { throw null; } - - public static bool IsProjectConfig(string configPath) { throw null; } - } - - public partial class RestoreLogMessage : IRestoreLogMessage, INuGetLogMessage, ILogMessage, ILogFileContext - { - public RestoreLogMessage(LogLevel logLevel, NuGetLogCode errorCode, string errorString, string targetGraph, bool logToInnerLogger) { } - - public RestoreLogMessage(LogLevel logLevel, NuGetLogCode errorCode, string errorString, string targetGraph) { } - - public RestoreLogMessage(LogLevel logLevel, NuGetLogCode errorCode, string errorString) { } - - public RestoreLogMessage(LogLevel logLevel, string errorString) { } - - public NuGetLogCode Code { get { throw null; } set { } } - - public int EndColumnNumber { get { throw null; } set { } } - - public int EndLineNumber { get { throw null; } set { } } - - public string FilePath { get { throw null; } set { } } - - public LogLevel Level { get { throw null; } set { } } - - public string LibraryId { get { throw null; } set { } } - - public string Message { get { throw null; } set { } } - - public string ProjectPath { get { throw null; } set { } } - - public bool ShouldDisplay { get { throw null; } set { } } - - public int StartColumnNumber { get { throw null; } set { } } - - public int StartLineNumber { get { throw null; } set { } } - - public System.Collections.Generic.IReadOnlyList TargetGraphs { get { throw null; } set { } } - - public System.DateTimeOffset Time { get { throw null; } set { } } - - public WarningLevel WarningLevel { get { throw null; } set { } } - - public static RestoreLogMessage CreateError(NuGetLogCode code, string message, string libraryId, params string[] targetGraphs) { throw null; } - - public static RestoreLogMessage CreateError(NuGetLogCode code, string message) { throw null; } - - public static RestoreLogMessage CreateWarning(NuGetLogCode code, string message, string libraryId, params string[] targetGraphs) { throw null; } - - public static RestoreLogMessage CreateWarning(NuGetLogCode code, string message) { throw null; } - } - - public enum RevocationMode - { - Online = 0, - Offline = 1 - } - - public static partial class RuntimeEnvironmentHelper - { - public static bool IsLinux { get { throw null; } } - - public static bool IsMacOSX { get { throw null; } } - - public static bool IsMono { get { throw null; } } - - public static bool IsRunningInVisualStudio { get { throw null; } } - - public static bool IsWindows { get { throw null; } } - } - - public enum SignatureAlgorithmName - { - Unknown = 0, - SHA256RSA = 1, - SHA384RSA = 2, - SHA512RSA = 3 - } - - public enum SignatureValidationMode - { - Accept = 0, - Require = 1 - } - - public partial class TelemetryActivity : System.IDisposable - { - public static INuGetTelemetryService NuGetTelemetryService { get { throw null; } set { } } - - public System.Guid OperationId { get { throw null; } } - - public System.Guid ParentId { get { throw null; } } - - public TelemetryEvent TelemetryEvent { get { throw null; } set { } } - - public static TelemetryActivity Create(TelemetryEvent telemetryEvent) { throw null; } - - public static TelemetryActivity Create(System.Guid parentId, TelemetryEvent telemetryEvent) { throw null; } - - public static TelemetryActivity Create(System.Guid parentId, string eventName) { throw null; } - - public static TelemetryActivity Create(string eventName) { throw null; } - - public void Dispose() { } - - protected virtual void Dispose(bool disposing) { } - - public static void EmitTelemetryEvent(TelemetryEvent TelemetryEvent) { } - - public void EndIntervalMeasure(string propertyName) { } - - public System.IDisposable StartIndependentInterval(string propertyName) { throw null; } - - public void StartIntervalMeasure() { } - } - - public partial class TelemetryEvent - { - public TelemetryEvent(string eventName, System.Collections.Generic.Dictionary properties) { } - - public TelemetryEvent(string eventName) { } - - public System.Collections.Generic.IDictionary ComplexData { get { throw null; } } - - public int Count { get { throw null; } } - - public object this[string key] { get { throw null; } set { } } - - public string Name { get { throw null; } } - - public void AddPiiData(string key, object value) { } - - public System.Collections.Generic.IEnumerator> GetEnumerator() { throw null; } - - public System.Collections.Generic.IEnumerable> GetPiiData() { throw null; } - } - - public static partial class TelemetryServiceUtility - { - public static System.TimeSpan GetTimerElapsedTime() { throw null; } - - public static double GetTimerElapsedTimeInSeconds() { throw null; } - - public static void StartOrResumeTimer() { } - - public static void StopTimer() { } - } - - public partial class Token - { - public Token(TokenCategory category, string value) { } - - public TokenCategory Category { get { throw null; } } - - public string Value { get { throw null; } } - } - - public enum TokenCategory - { - Text = 0, - Variable = 1 - } - - public partial class Tokenizer - { - public Tokenizer(string text) { } - - public Token Read() { throw null; } - } - - public static partial class UriUtility - { - public static System.Uri CreateSourceUri(string source, System.UriKind kind = System.UriKind.Absolute) { throw null; } - - public static string GetAbsolutePath(string rootDirectory, string path) { throw null; } - - public static string GetAbsolutePathFromFile(string sourceFile, string path) { throw null; } - - public static string GetLocalPath(string localOrUriPath) { throw null; } - - public static bool IsNuGetOrg(string source) { throw null; } - - public static System.Uri TryCreateSourceUri(string source, System.UriKind kind) { throw null; } - - public static string UrlEncodeOdataParameter(string value) { throw null; } - } - - public enum WarningLevel - { - Severe = 1, - Important = 2, - Minimal = 3, - Default = 4 - } - - [System.Obsolete("This class is obsolete and will be removed in a future release.")] - public static partial class XmlUtility - { - public static System.Xml.Linq.XDocument Load(string filePath) { throw null; } - } -} - -namespace NuGet.Common.Migrations -{ - public static partial class MigrationRunner - { - public static void Run() { } - } -} \ No newline at end of file diff --git a/src/referencePackages/src/nuget.common/6.5.0/nuget.common.nuspec b/src/referencePackages/src/nuget.common/6.5.0/nuget.common.nuspec deleted file mode 100644 index d014332f83..0000000000 --- a/src/referencePackages/src/nuget.common/6.5.0/nuget.common.nuspec +++ /dev/null @@ -1,24 +0,0 @@ - - - - NuGet.Common - 6.5.0 - Microsoft - true - Apache-2.0 - https://licenses.nuget.org/Apache-2.0 - https://aka.ms/nugetprj - Common utilities and interfaces for all NuGet libraries. - © Microsoft Corporation. All rights reserved. - nuget - true - - - - - - - - - - \ No newline at end of file diff --git a/src/referencePackages/src/system.composition.convention/6.0.0/System.Composition.Convention.6.0.0.csproj b/src/referencePackages/src/system.composition.convention/6.0.0/System.Composition.Convention.6.0.0.csproj deleted file mode 100644 index 3a52e2b8e4..0000000000 --- a/src/referencePackages/src/system.composition.convention/6.0.0/System.Composition.Convention.6.0.0.csproj +++ /dev/null @@ -1,17 +0,0 @@ - - - - net6.0;netstandard2.0 - System.Composition.Convention - 2 - - - - - - - - - - - diff --git a/src/referencePackages/src/system.composition.convention/6.0.0/lib/net6.0/System.Composition.Convention.cs b/src/referencePackages/src/system.composition.convention/6.0.0/lib/net6.0/System.Composition.Convention.cs deleted file mode 100644 index 17d0c2a0b4..0000000000 --- a/src/referencePackages/src/system.composition.convention/6.0.0/lib/net6.0/System.Composition.Convention.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.Runtime.Versioning.TargetFramework(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] -[assembly: System.CLSCompliant(true)] -[assembly: System.Reflection.AssemblyDefaultAlias("System.Composition.Convention")] -[assembly: System.Resources.NeutralResourcesLanguage("en-US")] -[assembly: System.Reflection.AssemblyMetadata(".NETFrameworkAssembly", "")] -[assembly: System.Reflection.AssemblyMetadata("Serviceable", "True")] -[assembly: System.Reflection.AssemblyMetadata("PreferInbox", "True")] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyDescription("Provides types that support using Managed Extensibility Framework with a convention-based configuration model.\r\n\r\nCommonly Used Types:\r\nSystem.Composition.Convention.ConventionBuilder\r\nSystem.Composition.Convention.ExportConventionBuilder\r\nSystem.Composition.Convention.ImportConventionBuilder\r\nSystem.Composition.Convention.PartConventionBuilder\r\nSystem.Composition.Convention.ParameterImportConventionBuilder")] -[assembly: System.Reflection.AssemblyFileVersion("6.0.21.52210")] -[assembly: System.Reflection.AssemblyInformationalVersion("6.0.0+4822e3c3aa77eb82b2fb33c9321f923cf11ddde6")] -[assembly: System.Reflection.AssemblyProduct("Microsoft® .NET")] -[assembly: System.Reflection.AssemblyTitle("System.Composition.Convention")] -[assembly: System.Reflection.AssemblyMetadata("RepositoryUrl", "https://github.com/dotnet/runtime")] -[assembly: System.Reflection.AssemblyVersionAttribute("6.0.0.0")] -[assembly: System.Runtime.CompilerServices.ReferenceAssembly] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -namespace System.Composition.Convention -{ - public partial class ConventionBuilder : AttributedModelProvider - { - public ConventionBuilder() { } - - public PartConventionBuilder ForType(Type type) { throw null; } - - public PartConventionBuilder ForType() { throw null; } - - public PartConventionBuilder ForTypesDerivedFrom(Type type) { throw null; } - - public PartConventionBuilder ForTypesDerivedFrom() { throw null; } - - public PartConventionBuilder ForTypesMatching(Predicate typeFilter) { throw null; } - - public PartConventionBuilder ForTypesMatching(Predicate typeFilter) { throw null; } - - public override Collections.Generic.IEnumerable GetCustomAttributes(Type reflectedType, Reflection.MemberInfo member) { throw null; } - - public override Collections.Generic.IEnumerable GetCustomAttributes(Type reflectedType, Reflection.ParameterInfo parameter) { throw null; } - } - - public sealed partial class ExportConventionBuilder - { - public ExportConventionBuilder AddMetadata(string name, Func getValueFromPartType) { throw null; } - - public ExportConventionBuilder AddMetadata(string name, object value) { throw null; } - - public ExportConventionBuilder AsContractName(Func getContractNameFromPartType) { throw null; } - - public ExportConventionBuilder AsContractName(string contractName) { throw null; } - - public ExportConventionBuilder AsContractType(Type type) { throw null; } - - public ExportConventionBuilder AsContractType() { throw null; } - } - - public sealed partial class ImportConventionBuilder - { - public ImportConventionBuilder AddMetadataConstraint(string name, Func getConstraintValueFromPartType) { throw null; } - - public ImportConventionBuilder AddMetadataConstraint(string name, object value) { throw null; } - - public ImportConventionBuilder AllowDefault() { throw null; } - - public ImportConventionBuilder AsContractName(Func getContractNameFromPartType) { throw null; } - - public ImportConventionBuilder AsContractName(string contractName) { throw null; } - - public ImportConventionBuilder AsMany() { throw null; } - - public ImportConventionBuilder AsMany(bool isMany) { throw null; } - } - - public abstract partial class ParameterImportConventionBuilder - { - public T Import() { throw null; } - - public T Import(Action configure) { throw null; } - } - - public partial class PartConventionBuilder - { - public PartConventionBuilder AddPartMetadata(string name, Func getValueFromPartType) { throw null; } - - public PartConventionBuilder AddPartMetadata(string name, object value) { throw null; } - - public PartConventionBuilder Export() { throw null; } - - public PartConventionBuilder Export(Action exportConfiguration) { throw null; } - - public PartConventionBuilder Export() { throw null; } - - public PartConventionBuilder Export(Action exportConfiguration) { throw null; } - - public PartConventionBuilder ExportInterfaces() { throw null; } - - public PartConventionBuilder ExportInterfaces(Predicate interfaceFilter, Action exportConfiguration) { throw null; } - - public PartConventionBuilder ExportInterfaces(Predicate interfaceFilter) { throw null; } - - public PartConventionBuilder ExportProperties(Predicate propertyFilter, Action exportConfiguration) { throw null; } - - public PartConventionBuilder ExportProperties(Predicate propertyFilter) { throw null; } - - public PartConventionBuilder ExportProperties(Predicate propertyFilter, Action exportConfiguration) { throw null; } - - public PartConventionBuilder ExportProperties(Predicate propertyFilter) { throw null; } - - public PartConventionBuilder ImportProperties(Predicate propertyFilter, Action importConfiguration) { throw null; } - - public PartConventionBuilder ImportProperties(Predicate propertyFilter) { throw null; } - - public PartConventionBuilder ImportProperties(Predicate propertyFilter, Action importConfiguration) { throw null; } - - public PartConventionBuilder ImportProperties(Predicate propertyFilter) { throw null; } - - public PartConventionBuilder NotifyImportsSatisfied(Predicate methodFilter) { throw null; } - - public PartConventionBuilder SelectConstructor(Func, Reflection.ConstructorInfo> constructorSelector, Action importConfiguration) { throw null; } - - public PartConventionBuilder SelectConstructor(Func, Reflection.ConstructorInfo> constructorSelector) { throw null; } - - public PartConventionBuilder Shared() { throw null; } - - public PartConventionBuilder Shared(string sharingBoundary) { throw null; } - } - - public partial class PartConventionBuilder : PartConventionBuilder - { - public PartConventionBuilder ExportProperty(Linq.Expressions.Expression> propertySelector, Action exportConfiguration) { throw null; } - - public PartConventionBuilder ExportProperty(Linq.Expressions.Expression> propertySelector) { throw null; } - - public PartConventionBuilder ExportProperty(Linq.Expressions.Expression> propertySelector, Action exportConfiguration) { throw null; } - - public PartConventionBuilder ExportProperty(Linq.Expressions.Expression> propertySelector) { throw null; } - - public PartConventionBuilder ImportProperty(Linq.Expressions.Expression> propertySelector, Action importConfiguration) { throw null; } - - public PartConventionBuilder ImportProperty(Linq.Expressions.Expression> propertySelector) { throw null; } - - public PartConventionBuilder ImportProperty(Linq.Expressions.Expression> propertySelector, Action importConfiguration) { throw null; } - - public PartConventionBuilder ImportProperty(Linq.Expressions.Expression> propertySelector) { throw null; } - - public PartConventionBuilder NotifyImportsSatisfied(Linq.Expressions.Expression> methodSelector) { throw null; } - - public PartConventionBuilder SelectConstructor(Linq.Expressions.Expression> constructorSelector) { throw null; } - } -} \ No newline at end of file diff --git a/src/referencePackages/src/system.composition.convention/6.0.0/lib/netstandard2.0/System.Composition.Convention.cs b/src/referencePackages/src/system.composition.convention/6.0.0/lib/netstandard2.0/System.Composition.Convention.cs deleted file mode 100644 index d8b25e8a92..0000000000 --- a/src/referencePackages/src/system.composition.convention/6.0.0/lib/netstandard2.0/System.Composition.Convention.cs +++ /dev/null @@ -1,160 +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.Versioning.TargetFramework(".NETStandard,Version=v2.0", FrameworkDisplayName = "")] -[assembly: System.CLSCompliant(true)] -[assembly: System.Runtime.InteropServices.DefaultDllImportSearchPaths(System.Runtime.InteropServices.DllImportSearchPath.AssemblyDirectory | System.Runtime.InteropServices.DllImportSearchPath.System32)] -[assembly: System.Reflection.AssemblyDefaultAlias("System.Composition.Convention")] -[assembly: System.Resources.NeutralResourcesLanguage("en-US")] -[assembly: System.Reflection.AssemblyMetadata(".NETFrameworkAssembly", "")] -[assembly: System.Reflection.AssemblyMetadata("Serviceable", "True")] -[assembly: System.Reflection.AssemblyMetadata("PreferInbox", "True")] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyDescription("Provides types that support using Managed Extensibility Framework with a convention-based configuration model.\r\n\r\nCommonly Used Types:\r\nSystem.Composition.Convention.ConventionBuilder\r\nSystem.Composition.Convention.ExportConventionBuilder\r\nSystem.Composition.Convention.ImportConventionBuilder\r\nSystem.Composition.Convention.PartConventionBuilder\r\nSystem.Composition.Convention.ParameterImportConventionBuilder")] -[assembly: System.Reflection.AssemblyFileVersion("6.0.21.52210")] -[assembly: System.Reflection.AssemblyInformationalVersion("6.0.0+4822e3c3aa77eb82b2fb33c9321f923cf11ddde6")] -[assembly: System.Reflection.AssemblyProduct("Microsoft® .NET")] -[assembly: System.Reflection.AssemblyTitle("System.Composition.Convention")] -[assembly: System.Reflection.AssemblyMetadata("RepositoryUrl", "https://github.com/dotnet/runtime")] -[assembly: System.Reflection.AssemblyVersionAttribute("6.0.0.0")] -[assembly: System.Runtime.CompilerServices.ReferenceAssembly] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -namespace System.Composition.Convention -{ - public partial class ConventionBuilder : AttributedModelProvider - { - public ConventionBuilder() { } - - public PartConventionBuilder ForType(Type type) { throw null; } - - public PartConventionBuilder ForType() { throw null; } - - public PartConventionBuilder ForTypesDerivedFrom(Type type) { throw null; } - - public PartConventionBuilder ForTypesDerivedFrom() { throw null; } - - public PartConventionBuilder ForTypesMatching(Predicate typeFilter) { throw null; } - - public PartConventionBuilder ForTypesMatching(Predicate typeFilter) { throw null; } - - public override Collections.Generic.IEnumerable GetCustomAttributes(Type reflectedType, Reflection.MemberInfo member) { throw null; } - - public override Collections.Generic.IEnumerable GetCustomAttributes(Type reflectedType, Reflection.ParameterInfo parameter) { throw null; } - } - - public sealed partial class ExportConventionBuilder - { - public ExportConventionBuilder AddMetadata(string name, Func getValueFromPartType) { throw null; } - - public ExportConventionBuilder AddMetadata(string name, object value) { throw null; } - - public ExportConventionBuilder AsContractName(Func getContractNameFromPartType) { throw null; } - - public ExportConventionBuilder AsContractName(string contractName) { throw null; } - - public ExportConventionBuilder AsContractType(Type type) { throw null; } - - public ExportConventionBuilder AsContractType() { throw null; } - } - - public sealed partial class ImportConventionBuilder - { - public ImportConventionBuilder AddMetadataConstraint(string name, Func getConstraintValueFromPartType) { throw null; } - - public ImportConventionBuilder AddMetadataConstraint(string name, object value) { throw null; } - - public ImportConventionBuilder AllowDefault() { throw null; } - - public ImportConventionBuilder AsContractName(Func getContractNameFromPartType) { throw null; } - - public ImportConventionBuilder AsContractName(string contractName) { throw null; } - - public ImportConventionBuilder AsMany() { throw null; } - - public ImportConventionBuilder AsMany(bool isMany) { throw null; } - } - - public abstract partial class ParameterImportConventionBuilder - { - public T Import() { throw null; } - - public T Import(Action configure) { throw null; } - } - - public partial class PartConventionBuilder - { - public PartConventionBuilder AddPartMetadata(string name, Func getValueFromPartType) { throw null; } - - public PartConventionBuilder AddPartMetadata(string name, object value) { throw null; } - - public PartConventionBuilder Export() { throw null; } - - public PartConventionBuilder Export(Action exportConfiguration) { throw null; } - - public PartConventionBuilder Export() { throw null; } - - public PartConventionBuilder Export(Action exportConfiguration) { throw null; } - - public PartConventionBuilder ExportInterfaces() { throw null; } - - public PartConventionBuilder ExportInterfaces(Predicate interfaceFilter, Action exportConfiguration) { throw null; } - - public PartConventionBuilder ExportInterfaces(Predicate interfaceFilter) { throw null; } - - public PartConventionBuilder ExportProperties(Predicate propertyFilter, Action exportConfiguration) { throw null; } - - public PartConventionBuilder ExportProperties(Predicate propertyFilter) { throw null; } - - public PartConventionBuilder ExportProperties(Predicate propertyFilter, Action exportConfiguration) { throw null; } - - public PartConventionBuilder ExportProperties(Predicate propertyFilter) { throw null; } - - public PartConventionBuilder ImportProperties(Predicate propertyFilter, Action importConfiguration) { throw null; } - - public PartConventionBuilder ImportProperties(Predicate propertyFilter) { throw null; } - - public PartConventionBuilder ImportProperties(Predicate propertyFilter, Action importConfiguration) { throw null; } - - public PartConventionBuilder ImportProperties(Predicate propertyFilter) { throw null; } - - public PartConventionBuilder NotifyImportsSatisfied(Predicate methodFilter) { throw null; } - - public PartConventionBuilder SelectConstructor(Func, Reflection.ConstructorInfo> constructorSelector, Action importConfiguration) { throw null; } - - public PartConventionBuilder SelectConstructor(Func, Reflection.ConstructorInfo> constructorSelector) { throw null; } - - public PartConventionBuilder Shared() { throw null; } - - public PartConventionBuilder Shared(string sharingBoundary) { throw null; } - } - - public partial class PartConventionBuilder : PartConventionBuilder - { - public PartConventionBuilder ExportProperty(Linq.Expressions.Expression> propertySelector, Action exportConfiguration) { throw null; } - - public PartConventionBuilder ExportProperty(Linq.Expressions.Expression> propertySelector) { throw null; } - - public PartConventionBuilder ExportProperty(Linq.Expressions.Expression> propertySelector, Action exportConfiguration) { throw null; } - - public PartConventionBuilder ExportProperty(Linq.Expressions.Expression> propertySelector) { throw null; } - - public PartConventionBuilder ImportProperty(Linq.Expressions.Expression> propertySelector, Action importConfiguration) { throw null; } - - public PartConventionBuilder ImportProperty(Linq.Expressions.Expression> propertySelector) { throw null; } - - public PartConventionBuilder ImportProperty(Linq.Expressions.Expression> propertySelector, Action importConfiguration) { throw null; } - - public PartConventionBuilder ImportProperty(Linq.Expressions.Expression> propertySelector) { throw null; } - - public PartConventionBuilder NotifyImportsSatisfied(Linq.Expressions.Expression> methodSelector) { throw null; } - - public PartConventionBuilder SelectConstructor(Linq.Expressions.Expression> constructorSelector) { throw null; } - } -} \ No newline at end of file diff --git a/src/referencePackages/src/system.composition.convention/6.0.0/system.composition.convention.nuspec b/src/referencePackages/src/system.composition.convention/6.0.0/system.composition.convention.nuspec deleted file mode 100644 index f8df4a48b4..0000000000 --- a/src/referencePackages/src/system.composition.convention/6.0.0/system.composition.convention.nuspec +++ /dev/null @@ -1,31 +0,0 @@ - - - - System.Composition.Convention - 6.0.0 - Microsoft - MIT - https://licenses.nuget.org/MIT - https://dot.net/ - Provides types that support using Managed Extensibility Framework with a convention-based configuration model. - -Commonly Used Types: -System.Composition.Convention.ConventionBuilder -System.Composition.Convention.ExportConventionBuilder -System.Composition.Convention.ImportConventionBuilder -System.Composition.Convention.PartConventionBuilder -System.Composition.Convention.ParameterImportConventionBuilder - 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.composition.runtime/7.0.0/System.Composition.Runtime.7.0.0.csproj b/src/referencePackages/src/system.composition.runtime/7.0.0/System.Composition.Runtime.7.0.0.csproj deleted file mode 100644 index 0ad28b3626..0000000000 --- a/src/referencePackages/src/system.composition.runtime/7.0.0/System.Composition.Runtime.7.0.0.csproj +++ /dev/null @@ -1,9 +0,0 @@ - - - - net6.0;net7.0;netstandard2.0 - System.Composition.Runtime - 2 - - - diff --git a/src/referencePackages/src/system.composition.runtime/7.0.0/lib/net6.0/System.Composition.Runtime.cs b/src/referencePackages/src/system.composition.runtime/7.0.0/lib/net6.0/System.Composition.Runtime.cs deleted file mode 100644 index 3745266e1f..0000000000 --- a/src/referencePackages/src/system.composition.runtime/7.0.0/lib/net6.0/System.Composition.Runtime.cs +++ /dev/null @@ -1,126 +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.Versioning.TargetFramework(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")] -[assembly: System.Reflection.AssemblyMetadata(".NETFrameworkAssembly", "")] -[assembly: System.Reflection.AssemblyMetadata("Serviceable", "True")] -[assembly: System.Reflection.AssemblyMetadata("PreferInbox", "True")] -[assembly: System.Reflection.AssemblyDefaultAlias("System.Composition.Runtime")] -[assembly: System.Resources.NeutralResourcesLanguage("en-US")] -[assembly: System.CLSCompliant(true)] -[assembly: System.Reflection.AssemblyMetadata("IsTrimmable", "True")] -[assembly: System.Runtime.InteropServices.DefaultDllImportSearchPaths(System.Runtime.InteropServices.DllImportSearchPath.AssemblyDirectory | System.Runtime.InteropServices.DllImportSearchPath.System32)] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyDescription("Contains runtime components of the Managed Extensibility Framework.\r\n\r\nCommonly Used Types:\r\nSystem.Composition.CompositionContext")] -[assembly: System.Reflection.AssemblyFileVersion("7.0.22.51805")] -[assembly: System.Reflection.AssemblyInformationalVersion("7.0.0+d099f075e45d2aa6007a22b71b45a08758559f80")] -[assembly: System.Reflection.AssemblyProduct("Microsoft® .NET")] -[assembly: System.Reflection.AssemblyTitle("System.Composition.Runtime")] -[assembly: System.Reflection.AssemblyMetadata("RepositoryUrl", "https://github.com/dotnet/runtime")] -[assembly: System.Reflection.AssemblyVersionAttribute("7.0.0.0")] -[assembly: System.Runtime.CompilerServices.ReferenceAssembly] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -namespace System.Composition -{ - public abstract partial class CompositionContext - { - protected CompositionContext() { } - - public object GetExport(Hosting.Core.CompositionContract contract) { throw null; } - - public object GetExport(Type exportType, string contractName) { throw null; } - - public object GetExport(Type exportType) { throw null; } - - public TExport GetExport() { throw null; } - - public TExport GetExport(string contractName) { throw null; } - - public Collections.Generic.IEnumerable GetExports(Type exportType, string contractName) { throw null; } - - public Collections.Generic.IEnumerable GetExports(Type exportType) { throw null; } - - public Collections.Generic.IEnumerable GetExports() { throw null; } - - public Collections.Generic.IEnumerable GetExports(string contractName) { throw null; } - - public abstract bool TryGetExport(Hosting.Core.CompositionContract contract, out object export); - public bool TryGetExport(Type exportType, out object export) { throw null; } - - public bool TryGetExport(Type exportType, string contractName, out object export) { throw null; } - - public bool TryGetExport(out TExport export) { throw null; } - - public bool TryGetExport(string contractName, out TExport export) { throw null; } - } - - public partial class ExportFactory - { - public ExportFactory(Func> exportCreator) { } - - public Export CreateExport() { throw null; } - } - - public partial class ExportFactory : ExportFactory - { - public ExportFactory(Func> exportCreator, TMetadata metadata) : base(default!) { } - - public TMetadata Metadata { get { throw null; } } - } - - public sealed partial class Export : IDisposable - { - public Export(T value, Action disposeAction) { } - - public T Value { get { throw null; } } - - public void Dispose() { } - } -} - -namespace System.Composition.Hosting -{ - public partial class CompositionFailedException : Exception - { - public CompositionFailedException() { } - - public CompositionFailedException(string message, Exception innerException) { } - - public CompositionFailedException(string message) { } - } -} - -namespace System.Composition.Hosting.Core -{ - public sealed partial class CompositionContract - { - public CompositionContract(Type contractType, string contractName, Collections.Generic.IDictionary metadataConstraints) { } - - public CompositionContract(Type contractType, string contractName) { } - - public CompositionContract(Type contractType) { } - - public string ContractName { get { throw null; } } - - public Type ContractType { get { throw null; } } - - public Collections.Generic.IEnumerable> MetadataConstraints { get { throw null; } } - - public CompositionContract ChangeType(Type newContractType) { throw null; } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - - public override string ToString() { throw null; } - - public bool TryUnwrapMetadataConstraint(string constraintName, out T constraintValue, out CompositionContract remainingContract) { throw null; } - } -} \ No newline at end of file diff --git a/src/referencePackages/src/system.composition.runtime/7.0.0/lib/net7.0/System.Composition.Runtime.cs b/src/referencePackages/src/system.composition.runtime/7.0.0/lib/net7.0/System.Composition.Runtime.cs deleted file mode 100644 index 7640a22a2e..0000000000 --- a/src/referencePackages/src/system.composition.runtime/7.0.0/lib/net7.0/System.Composition.Runtime.cs +++ /dev/null @@ -1,126 +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.Versioning.TargetFramework(".NETCoreApp,Version=v7.0", FrameworkDisplayName = ".NET 7.0")] -[assembly: System.Reflection.AssemblyMetadata(".NETFrameworkAssembly", "")] -[assembly: System.Reflection.AssemblyMetadata("Serviceable", "True")] -[assembly: System.Reflection.AssemblyMetadata("PreferInbox", "True")] -[assembly: System.Reflection.AssemblyDefaultAlias("System.Composition.Runtime")] -[assembly: System.Resources.NeutralResourcesLanguage("en-US")] -[assembly: System.CLSCompliant(true)] -[assembly: System.Reflection.AssemblyMetadata("IsTrimmable", "True")] -[assembly: System.Runtime.InteropServices.DefaultDllImportSearchPaths(System.Runtime.InteropServices.DllImportSearchPath.AssemblyDirectory | System.Runtime.InteropServices.DllImportSearchPath.System32)] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyDescription("Contains runtime components of the Managed Extensibility Framework.\r\n\r\nCommonly Used Types:\r\nSystem.Composition.CompositionContext")] -[assembly: System.Reflection.AssemblyFileVersion("7.0.22.51805")] -[assembly: System.Reflection.AssemblyInformationalVersion("7.0.0+d099f075e45d2aa6007a22b71b45a08758559f80")] -[assembly: System.Reflection.AssemblyProduct("Microsoft® .NET")] -[assembly: System.Reflection.AssemblyTitle("System.Composition.Runtime")] -[assembly: System.Reflection.AssemblyMetadata("RepositoryUrl", "https://github.com/dotnet/runtime")] -[assembly: System.Reflection.AssemblyVersionAttribute("7.0.0.0")] -[assembly: System.Runtime.CompilerServices.ReferenceAssembly] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -namespace System.Composition -{ - public abstract partial class CompositionContext - { - protected CompositionContext() { } - - public object GetExport(Hosting.Core.CompositionContract contract) { throw null; } - - public object GetExport(Type exportType, string contractName) { throw null; } - - public object GetExport(Type exportType) { throw null; } - - public TExport GetExport() { throw null; } - - public TExport GetExport(string contractName) { throw null; } - - public Collections.Generic.IEnumerable GetExports(Type exportType, string contractName) { throw null; } - - public Collections.Generic.IEnumerable GetExports(Type exportType) { throw null; } - - public Collections.Generic.IEnumerable GetExports() { throw null; } - - public Collections.Generic.IEnumerable GetExports(string contractName) { throw null; } - - public abstract bool TryGetExport(Hosting.Core.CompositionContract contract, out object export); - public bool TryGetExport(Type exportType, out object export) { throw null; } - - public bool TryGetExport(Type exportType, string contractName, out object export) { throw null; } - - public bool TryGetExport(out TExport export) { throw null; } - - public bool TryGetExport(string contractName, out TExport export) { throw null; } - } - - public partial class ExportFactory - { - public ExportFactory(Func> exportCreator) { } - - public Export CreateExport() { throw null; } - } - - public partial class ExportFactory : ExportFactory - { - public ExportFactory(Func> exportCreator, TMetadata metadata) : base(default!) { } - - public TMetadata Metadata { get { throw null; } } - } - - public sealed partial class Export : IDisposable - { - public Export(T value, Action disposeAction) { } - - public T Value { get { throw null; } } - - public void Dispose() { } - } -} - -namespace System.Composition.Hosting -{ - public partial class CompositionFailedException : Exception - { - public CompositionFailedException() { } - - public CompositionFailedException(string message, Exception innerException) { } - - public CompositionFailedException(string message) { } - } -} - -namespace System.Composition.Hosting.Core -{ - public sealed partial class CompositionContract - { - public CompositionContract(Type contractType, string contractName, Collections.Generic.IDictionary metadataConstraints) { } - - public CompositionContract(Type contractType, string contractName) { } - - public CompositionContract(Type contractType) { } - - public string ContractName { get { throw null; } } - - public Type ContractType { get { throw null; } } - - public Collections.Generic.IEnumerable> MetadataConstraints { get { throw null; } } - - public CompositionContract ChangeType(Type newContractType) { throw null; } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - - public override string ToString() { throw null; } - - public bool TryUnwrapMetadataConstraint(string constraintName, out T constraintValue, out CompositionContract remainingContract) { throw null; } - } -} \ No newline at end of file diff --git a/src/referencePackages/src/system.composition.runtime/7.0.0/lib/netstandard2.0/System.Composition.Runtime.cs b/src/referencePackages/src/system.composition.runtime/7.0.0/lib/netstandard2.0/System.Composition.Runtime.cs deleted file mode 100644 index da1a74ab9c..0000000000 --- a/src/referencePackages/src/system.composition.runtime/7.0.0/lib/netstandard2.0/System.Composition.Runtime.cs +++ /dev/null @@ -1,126 +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.Versioning.TargetFramework(".NETStandard,Version=v2.0", FrameworkDisplayName = ".NET Standard 2.0")] -[assembly: System.Reflection.AssemblyMetadata(".NETFrameworkAssembly", "")] -[assembly: System.Reflection.AssemblyMetadata("Serviceable", "True")] -[assembly: System.Reflection.AssemblyMetadata("PreferInbox", "True")] -[assembly: System.Reflection.AssemblyDefaultAlias("System.Composition.Runtime")] -[assembly: System.Resources.NeutralResourcesLanguage("en-US")] -[assembly: System.CLSCompliant(true)] -[assembly: System.Reflection.AssemblyMetadata("IsTrimmable", "True")] -[assembly: System.Runtime.InteropServices.DefaultDllImportSearchPaths(System.Runtime.InteropServices.DllImportSearchPath.AssemblyDirectory | System.Runtime.InteropServices.DllImportSearchPath.System32)] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyDescription("Contains runtime components of the Managed Extensibility Framework.\r\n\r\nCommonly Used Types:\r\nSystem.Composition.CompositionContext")] -[assembly: System.Reflection.AssemblyFileVersion("7.0.22.51805")] -[assembly: System.Reflection.AssemblyInformationalVersion("7.0.0+d099f075e45d2aa6007a22b71b45a08758559f80")] -[assembly: System.Reflection.AssemblyProduct("Microsoft® .NET")] -[assembly: System.Reflection.AssemblyTitle("System.Composition.Runtime")] -[assembly: System.Reflection.AssemblyMetadata("RepositoryUrl", "https://github.com/dotnet/runtime")] -[assembly: System.Reflection.AssemblyVersionAttribute("7.0.0.0")] -[assembly: System.Runtime.CompilerServices.ReferenceAssembly] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -namespace System.Composition -{ - public abstract partial class CompositionContext - { - protected CompositionContext() { } - - public object GetExport(Hosting.Core.CompositionContract contract) { throw null; } - - public object GetExport(Type exportType, string contractName) { throw null; } - - public object GetExport(Type exportType) { throw null; } - - public TExport GetExport() { throw null; } - - public TExport GetExport(string contractName) { throw null; } - - public Collections.Generic.IEnumerable GetExports(Type exportType, string contractName) { throw null; } - - public Collections.Generic.IEnumerable GetExports(Type exportType) { throw null; } - - public Collections.Generic.IEnumerable GetExports() { throw null; } - - public Collections.Generic.IEnumerable GetExports(string contractName) { throw null; } - - public abstract bool TryGetExport(Hosting.Core.CompositionContract contract, out object export); - public bool TryGetExport(Type exportType, out object export) { throw null; } - - public bool TryGetExport(Type exportType, string contractName, out object export) { throw null; } - - public bool TryGetExport(out TExport export) { throw null; } - - public bool TryGetExport(string contractName, out TExport export) { throw null; } - } - - public partial class ExportFactory - { - public ExportFactory(Func> exportCreator) { } - - public Export CreateExport() { throw null; } - } - - public partial class ExportFactory : ExportFactory - { - public ExportFactory(Func> exportCreator, TMetadata metadata) : base(default!) { } - - public TMetadata Metadata { get { throw null; } } - } - - public sealed partial class Export : IDisposable - { - public Export(T value, Action disposeAction) { } - - public T Value { get { throw null; } } - - public void Dispose() { } - } -} - -namespace System.Composition.Hosting -{ - public partial class CompositionFailedException : Exception - { - public CompositionFailedException() { } - - public CompositionFailedException(string message, Exception innerException) { } - - public CompositionFailedException(string message) { } - } -} - -namespace System.Composition.Hosting.Core -{ - public sealed partial class CompositionContract - { - public CompositionContract(Type contractType, string contractName, Collections.Generic.IDictionary metadataConstraints) { } - - public CompositionContract(Type contractType, string contractName) { } - - public CompositionContract(Type contractType) { } - - public string ContractName { get { throw null; } } - - public Type ContractType { get { throw null; } } - - public Collections.Generic.IEnumerable> MetadataConstraints { get { throw null; } } - - public CompositionContract ChangeType(Type newContractType) { throw null; } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - - public override string ToString() { throw null; } - - public bool TryUnwrapMetadataConstraint(string constraintName, out T constraintValue, out CompositionContract remainingContract) { throw null; } - } -} \ No newline at end of file diff --git a/src/referencePackages/src/system.composition.runtime/7.0.0/system.composition.runtime.nuspec b/src/referencePackages/src/system.composition.runtime/7.0.0/system.composition.runtime.nuspec deleted file mode 100644 index 800cd913fc..0000000000 --- a/src/referencePackages/src/system.composition.runtime/7.0.0/system.composition.runtime.nuspec +++ /dev/null @@ -1,24 +0,0 @@ - - - - System.Composition.Runtime - 7.0.0 - Microsoft - MIT - https://licenses.nuget.org/MIT - https://dot.net/ - Contains runtime components of the Managed Extensibility Framework. - -Commonly Used Types: -System.Composition.CompositionContext - 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.composition.typedparts/6.0.0/System.Composition.TypedParts.6.0.0.csproj b/src/referencePackages/src/system.composition.typedparts/6.0.0/System.Composition.TypedParts.6.0.0.csproj deleted file mode 100644 index 60cd2f9e37..0000000000 --- a/src/referencePackages/src/system.composition.typedparts/6.0.0/System.Composition.TypedParts.6.0.0.csproj +++ /dev/null @@ -1,21 +0,0 @@ - - - - net6.0;netstandard2.0 - System.Composition.TypedParts - 2 - - - - - - - - - - - - - - - diff --git a/src/referencePackages/src/system.composition.typedparts/6.0.0/lib/net6.0/System.Composition.TypedParts.cs b/src/referencePackages/src/system.composition.typedparts/6.0.0/lib/net6.0/System.Composition.TypedParts.cs deleted file mode 100644 index e9a952c2ce..0000000000 --- a/src/referencePackages/src/system.composition.typedparts/6.0.0/lib/net6.0/System.Composition.TypedParts.cs +++ /dev/null @@ -1,72 +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.Versioning.TargetFramework(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] -[assembly: System.CLSCompliant(true)] -[assembly: System.Reflection.AssemblyDefaultAlias("System.Composition.TypedParts")] -[assembly: System.Resources.NeutralResourcesLanguage("en-US")] -[assembly: System.Reflection.AssemblyMetadata(".NETFrameworkAssembly", "")] -[assembly: System.Reflection.AssemblyMetadata("Serviceable", "True")] -[assembly: System.Reflection.AssemblyMetadata("PreferInbox", "True")] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyDescription("Provides some extension methods for the Managed Extensibility Framework.\r\n\r\nCommonly Used Types:\r\nSystem.Composition.CompositionContextExtensions\r\nSystem.Composition.Hosting.ContainerConfiguration")] -[assembly: System.Reflection.AssemblyFileVersion("6.0.21.52210")] -[assembly: System.Reflection.AssemblyInformationalVersion("6.0.0+4822e3c3aa77eb82b2fb33c9321f923cf11ddde6")] -[assembly: System.Reflection.AssemblyProduct("Microsoft® .NET")] -[assembly: System.Reflection.AssemblyTitle("System.Composition.TypedParts")] -[assembly: System.Reflection.AssemblyMetadata("RepositoryUrl", "https://github.com/dotnet/runtime")] -[assembly: System.Reflection.AssemblyVersionAttribute("6.0.0.0")] -[assembly: System.Runtime.CompilerServices.ReferenceAssembly] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -namespace System.Composition -{ - public static partial class CompositionContextExtensions - { - public static void SatisfyImports(this CompositionContext compositionContext, object objectWithLooseImports, Convention.AttributedModelProvider conventions) { } - - public static void SatisfyImports(this CompositionContext compositionContext, object objectWithLooseImports) { } - } -} - -namespace System.Composition.Hosting -{ - public partial class ContainerConfiguration - { - public ContainerConfiguration() { } - - public CompositionHost CreateContainer() { throw null; } - - public ContainerConfiguration WithAssemblies(Collections.Generic.IEnumerable assemblies, Convention.AttributedModelProvider conventions) { throw null; } - - public ContainerConfiguration WithAssemblies(Collections.Generic.IEnumerable assemblies) { throw null; } - - public ContainerConfiguration WithAssembly(Reflection.Assembly assembly, Convention.AttributedModelProvider conventions) { throw null; } - - public ContainerConfiguration WithAssembly(Reflection.Assembly assembly) { throw null; } - - public ContainerConfiguration WithDefaultConventions(Convention.AttributedModelProvider conventions) { throw null; } - - public ContainerConfiguration WithPart(Type partType, Convention.AttributedModelProvider conventions) { throw null; } - - public ContainerConfiguration WithPart(Type partType) { throw null; } - - public ContainerConfiguration WithPart() { throw null; } - - public ContainerConfiguration WithPart(Convention.AttributedModelProvider conventions) { throw null; } - - public ContainerConfiguration WithParts(Collections.Generic.IEnumerable partTypes, Convention.AttributedModelProvider conventions) { throw null; } - - public ContainerConfiguration WithParts(Collections.Generic.IEnumerable partTypes) { throw null; } - - public ContainerConfiguration WithParts(params Type[] partTypes) { throw null; } - - public ContainerConfiguration WithProvider(Core.ExportDescriptorProvider exportDescriptorProvider) { throw null; } - } -} \ No newline at end of file diff --git a/src/referencePackages/src/system.composition.typedparts/6.0.0/lib/netstandard2.0/System.Composition.TypedParts.cs b/src/referencePackages/src/system.composition.typedparts/6.0.0/lib/netstandard2.0/System.Composition.TypedParts.cs deleted file mode 100644 index de52e3547a..0000000000 --- a/src/referencePackages/src/system.composition.typedparts/6.0.0/lib/netstandard2.0/System.Composition.TypedParts.cs +++ /dev/null @@ -1,73 +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.Versioning.TargetFramework(".NETStandard,Version=v2.0", FrameworkDisplayName = "")] -[assembly: System.CLSCompliant(true)] -[assembly: System.Runtime.InteropServices.DefaultDllImportSearchPaths(System.Runtime.InteropServices.DllImportSearchPath.AssemblyDirectory | System.Runtime.InteropServices.DllImportSearchPath.System32)] -[assembly: System.Reflection.AssemblyDefaultAlias("System.Composition.TypedParts")] -[assembly: System.Resources.NeutralResourcesLanguage("en-US")] -[assembly: System.Reflection.AssemblyMetadata(".NETFrameworkAssembly", "")] -[assembly: System.Reflection.AssemblyMetadata("Serviceable", "True")] -[assembly: System.Reflection.AssemblyMetadata("PreferInbox", "True")] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyDescription("Provides some extension methods for the Managed Extensibility Framework.\r\n\r\nCommonly Used Types:\r\nSystem.Composition.CompositionContextExtensions\r\nSystem.Composition.Hosting.ContainerConfiguration")] -[assembly: System.Reflection.AssemblyFileVersion("6.0.21.52210")] -[assembly: System.Reflection.AssemblyInformationalVersion("6.0.0+4822e3c3aa77eb82b2fb33c9321f923cf11ddde6")] -[assembly: System.Reflection.AssemblyProduct("Microsoft® .NET")] -[assembly: System.Reflection.AssemblyTitle("System.Composition.TypedParts")] -[assembly: System.Reflection.AssemblyMetadata("RepositoryUrl", "https://github.com/dotnet/runtime")] -[assembly: System.Reflection.AssemblyVersionAttribute("6.0.0.0")] -[assembly: System.Runtime.CompilerServices.ReferenceAssembly] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -namespace System.Composition -{ - public static partial class CompositionContextExtensions - { - public static void SatisfyImports(this CompositionContext compositionContext, object objectWithLooseImports, Convention.AttributedModelProvider conventions) { } - - public static void SatisfyImports(this CompositionContext compositionContext, object objectWithLooseImports) { } - } -} - -namespace System.Composition.Hosting -{ - public partial class ContainerConfiguration - { - public ContainerConfiguration() { } - - public CompositionHost CreateContainer() { throw null; } - - public ContainerConfiguration WithAssemblies(Collections.Generic.IEnumerable assemblies, Convention.AttributedModelProvider conventions) { throw null; } - - public ContainerConfiguration WithAssemblies(Collections.Generic.IEnumerable assemblies) { throw null; } - - public ContainerConfiguration WithAssembly(Reflection.Assembly assembly, Convention.AttributedModelProvider conventions) { throw null; } - - public ContainerConfiguration WithAssembly(Reflection.Assembly assembly) { throw null; } - - public ContainerConfiguration WithDefaultConventions(Convention.AttributedModelProvider conventions) { throw null; } - - public ContainerConfiguration WithPart(Type partType, Convention.AttributedModelProvider conventions) { throw null; } - - public ContainerConfiguration WithPart(Type partType) { throw null; } - - public ContainerConfiguration WithPart() { throw null; } - - public ContainerConfiguration WithPart(Convention.AttributedModelProvider conventions) { throw null; } - - public ContainerConfiguration WithParts(Collections.Generic.IEnumerable partTypes, Convention.AttributedModelProvider conventions) { throw null; } - - public ContainerConfiguration WithParts(Collections.Generic.IEnumerable partTypes) { throw null; } - - public ContainerConfiguration WithParts(params Type[] partTypes) { throw null; } - - public ContainerConfiguration WithProvider(Core.ExportDescriptorProvider exportDescriptorProvider) { throw null; } - } -} \ No newline at end of file diff --git a/src/referencePackages/src/system.composition.typedparts/6.0.0/system.composition.typedparts.nuspec b/src/referencePackages/src/system.composition.typedparts/6.0.0/system.composition.typedparts.nuspec deleted file mode 100644 index 80a9a99723..0000000000 --- a/src/referencePackages/src/system.composition.typedparts/6.0.0/system.composition.typedparts.nuspec +++ /dev/null @@ -1,32 +0,0 @@ - - - - System.Composition.TypedParts - 6.0.0 - Microsoft - MIT - https://licenses.nuget.org/MIT - https://dot.net/ - Provides some extension methods for the Managed Extensibility Framework. - -Commonly Used Types: -System.Composition.CompositionContextExtensions -System.Composition.Hosting.ContainerConfiguration - 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.xml.xmldocument/4.0.1/System.Xml.XmlDocument.4.0.1.csproj b/src/referencePackages/src/system.xml.xmldocument/4.0.1/System.Xml.XmlDocument.4.0.1.csproj deleted file mode 100644 index 1c78d3dfcc..0000000000 --- a/src/referencePackages/src/system.xml.xmldocument/4.0.1/System.Xml.XmlDocument.4.0.1.csproj +++ /dev/null @@ -1,30 +0,0 @@ - - - netstandard1.3 - $(ArtifactsBinDir)system.xml.xmldocument/4.0.1/system.xml.xmldocument.nuspec - - - - $(ArtifactsBinDir)system.xml.xmldocument/4.0.1/ref/ - $(ArtifactsObjDir)system.xml.xmldocument/4.0.1 - - - - - - - - - - - - - - - - - - - - - diff --git a/src/referencePackages/src/system.xml.xmldocument/4.0.1/ref/netstandard1.3/System.Xml.XmlDocument.cs b/src/referencePackages/src/system.xml.xmldocument/4.0.1/ref/netstandard1.3/System.Xml.XmlDocument.cs deleted file mode 100644 index b6cccaccbf..0000000000 --- a/src/referencePackages/src/system.xml.xmldocument/4.0.1/ref/netstandard1.3/System.Xml.XmlDocument.cs +++ /dev/null @@ -1,390 +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. -// ------------------------------------------------------------------------------ - -using System; -using System.Diagnostics; -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Security; - -[assembly: Debuggable(DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)] -[assembly: AllowPartiallyTrustedCallers] -[assembly: ReferenceAssembly] -[assembly: AssemblyTitle("System.Xml.XmlDocument")] -[assembly: AssemblyDescription("System.Xml.XmlDocument")] -[assembly: AssemblyDefaultAlias("System.Xml.XmlDocument")] -[assembly: AssemblyCompany("Microsoft Corporation")] -[assembly: AssemblyProduct("Microsoft® .NET Framework")] -[assembly: AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: AssemblyFileVersion("1.0.24212.01")] -[assembly: AssemblyInformationalVersion("1.0.24212.01 built by: SOURCEBUILD")] -[assembly: CLSCompliant(true)] -[assembly: AssemblyMetadata("", "")] -[assembly: AssemblyVersion("4.0.1.0")] - - - - -namespace System.Xml -{ - public partial class XmlAttribute : System.Xml.XmlNode - { - protected internal XmlAttribute(string prefix, string localName, string namespaceURI, System.Xml.XmlDocument doc) { } - public override string BaseURI { get { throw null; } } - public override string InnerText { set { } } - public override string InnerXml { set { } } - public override string LocalName { get { throw null; } } - public override string Name { get { throw null; } } - public override string NamespaceURI { get { throw null; } } - public override System.Xml.XmlNodeType NodeType { get { throw null; } } - public override System.Xml.XmlDocument OwnerDocument { get { throw null; } } - public virtual System.Xml.XmlElement OwnerElement { get { throw null; } } - public override System.Xml.XmlNode ParentNode { get { throw null; } } - public override string Prefix { get { throw null; } set { } } - public virtual bool Specified { get { throw null; } } - public override string Value { get { throw null; } set { } } - public override System.Xml.XmlNode AppendChild(System.Xml.XmlNode newChild) { throw null; } - public override System.Xml.XmlNode CloneNode(bool deep) { throw null; } - public override System.Xml.XmlNode InsertAfter(System.Xml.XmlNode newChild, System.Xml.XmlNode refChild) { throw null; } - public override System.Xml.XmlNode InsertBefore(System.Xml.XmlNode newChild, System.Xml.XmlNode refChild) { throw null; } - public override System.Xml.XmlNode PrependChild(System.Xml.XmlNode newChild) { throw null; } - public override System.Xml.XmlNode RemoveChild(System.Xml.XmlNode oldChild) { throw null; } - public override System.Xml.XmlNode ReplaceChild(System.Xml.XmlNode newChild, System.Xml.XmlNode oldChild) { throw null; } - public override void WriteContentTo(System.Xml.XmlWriter w) { } - public override void WriteTo(System.Xml.XmlWriter w) { } - } - public sealed partial class XmlAttributeCollection : System.Xml.XmlNamedNodeMap, System.Collections.ICollection, System.Collections.IEnumerable - { - internal XmlAttributeCollection() { } - [System.Runtime.CompilerServices.IndexerName("ItemOf")] - public System.Xml.XmlAttribute this[int i] { get { throw null; } } - [System.Runtime.CompilerServices.IndexerName("ItemOf")] - public System.Xml.XmlAttribute this[string name] { get { throw null; } } - [System.Runtime.CompilerServices.IndexerName("ItemOf")] - public System.Xml.XmlAttribute this[string localName, string namespaceURI] { get { throw null; } } - int System.Collections.ICollection.Count { get { throw null; } } - bool System.Collections.ICollection.IsSynchronized { get { throw null; } } - object System.Collections.ICollection.SyncRoot { get { throw null; } } - public System.Xml.XmlAttribute Append(System.Xml.XmlAttribute node) { throw null; } - public void CopyTo(System.Xml.XmlAttribute[] array, int index) { } - public System.Xml.XmlAttribute InsertAfter(System.Xml.XmlAttribute newNode, System.Xml.XmlAttribute refNode) { throw null; } - public System.Xml.XmlAttribute InsertBefore(System.Xml.XmlAttribute newNode, System.Xml.XmlAttribute refNode) { throw null; } - public System.Xml.XmlAttribute Prepend(System.Xml.XmlAttribute node) { throw null; } - public System.Xml.XmlAttribute Remove(System.Xml.XmlAttribute node) { throw null; } - public void RemoveAll() { } - public System.Xml.XmlAttribute RemoveAt(int i) { throw null; } - public override System.Xml.XmlNode SetNamedItem(System.Xml.XmlNode node) { throw null; } - void System.Collections.ICollection.CopyTo(System.Array array, int index) { } - } - public partial class XmlCDataSection : System.Xml.XmlCharacterData - { - protected internal XmlCDataSection(string data, System.Xml.XmlDocument doc) : base (default(string), default(System.Xml.XmlDocument)) { } - public override string LocalName { get { throw null; } } - public override string Name { get { throw null; } } - public override System.Xml.XmlNodeType NodeType { get { throw null; } } - public override System.Xml.XmlNode ParentNode { get { throw null; } } - public override System.Xml.XmlNode PreviousText { get { throw null; } } - public override System.Xml.XmlNode CloneNode(bool deep) { throw null; } - public override void WriteContentTo(System.Xml.XmlWriter w) { } - public override void WriteTo(System.Xml.XmlWriter w) { } - } - public abstract partial class XmlCharacterData : System.Xml.XmlLinkedNode - { - protected internal XmlCharacterData(string data, System.Xml.XmlDocument doc) { } - public virtual string Data { get { throw null; } set { } } - public virtual int Length { get { throw null; } } - public override string Value { get { throw null; } set { } } - public virtual void AppendData(string strData) { } - public virtual void DeleteData(int offset, int count) { } - public virtual void InsertData(int offset, string strData) { } - public virtual void ReplaceData(int offset, int count, string strData) { } - public virtual string Substring(int offset, int count) { throw null; } - } - public partial class XmlComment : System.Xml.XmlCharacterData - { - protected internal XmlComment(string comment, System.Xml.XmlDocument doc) : base (default(string), default(System.Xml.XmlDocument)) { } - public override string LocalName { get { throw null; } } - public override string Name { get { throw null; } } - public override System.Xml.XmlNodeType NodeType { get { throw null; } } - public override System.Xml.XmlNode CloneNode(bool deep) { throw null; } - public override void WriteContentTo(System.Xml.XmlWriter w) { } - public override void WriteTo(System.Xml.XmlWriter w) { } - } - public partial class XmlDeclaration : System.Xml.XmlLinkedNode - { - protected internal XmlDeclaration(string version, string encoding, string standalone, System.Xml.XmlDocument doc) { } - public string Encoding { get { throw null; } set { } } - public override string InnerText { get { throw null; } set { } } - public override string LocalName { get { throw null; } } - public override string Name { get { throw null; } } - public override System.Xml.XmlNodeType NodeType { get { throw null; } } - public string Standalone { get { throw null; } set { } } - public override string Value { get { throw null; } set { } } - public string Version { get { throw null; } } - public override System.Xml.XmlNode CloneNode(bool deep) { throw null; } - public override void WriteContentTo(System.Xml.XmlWriter w) { } - public override void WriteTo(System.Xml.XmlWriter w) { } - } - public partial class XmlDocument : System.Xml.XmlNode - { - public XmlDocument() { } - protected internal XmlDocument(System.Xml.XmlImplementation imp) { } - public XmlDocument(System.Xml.XmlNameTable nt) { } - public override string BaseURI { get { throw null; } } - public System.Xml.XmlElement DocumentElement { get { throw null; } } - public System.Xml.XmlImplementation Implementation { get { throw null; } } - public override string InnerText { set { } } - public override string InnerXml { get { throw null; } set { } } - public override bool IsReadOnly { get { throw null; } } - public override string LocalName { get { throw null; } } - public override string Name { get { throw null; } } - public System.Xml.XmlNameTable NameTable { get { throw null; } } - public override System.Xml.XmlNodeType NodeType { get { throw null; } } - public override System.Xml.XmlDocument OwnerDocument { get { throw null; } } - public override System.Xml.XmlNode ParentNode { get { throw null; } } - public bool PreserveWhitespace { get { throw null; } set { } } - public event System.Xml.XmlNodeChangedEventHandler NodeChanged { add { } remove { } } - public event System.Xml.XmlNodeChangedEventHandler NodeChanging { add { } remove { } } - public event System.Xml.XmlNodeChangedEventHandler NodeInserted { add { } remove { } } - public event System.Xml.XmlNodeChangedEventHandler NodeInserting { add { } remove { } } - public event System.Xml.XmlNodeChangedEventHandler NodeRemoved { add { } remove { } } - public event System.Xml.XmlNodeChangedEventHandler NodeRemoving { add { } remove { } } - public override System.Xml.XmlNode CloneNode(bool deep) { throw null; } - public System.Xml.XmlAttribute CreateAttribute(string name) { throw null; } - public System.Xml.XmlAttribute CreateAttribute(string qualifiedName, string namespaceURI) { throw null; } - public virtual System.Xml.XmlAttribute CreateAttribute(string prefix, string localName, string namespaceURI) { throw null; } - public virtual System.Xml.XmlCDataSection CreateCDataSection(string data) { throw null; } - public virtual System.Xml.XmlComment CreateComment(string data) { throw null; } - public virtual System.Xml.XmlDocumentFragment CreateDocumentFragment() { throw null; } - public System.Xml.XmlElement CreateElement(string name) { throw null; } - public System.Xml.XmlElement CreateElement(string qualifiedName, string namespaceURI) { throw null; } - public virtual System.Xml.XmlElement CreateElement(string prefix, string localName, string namespaceURI) { throw null; } - public virtual System.Xml.XmlNode CreateNode(string nodeTypeString, string name, string namespaceURI) { throw null; } - public virtual System.Xml.XmlNode CreateNode(System.Xml.XmlNodeType type, string name, string namespaceURI) { throw null; } - public virtual System.Xml.XmlNode CreateNode(System.Xml.XmlNodeType type, string prefix, string name, string namespaceURI) { throw null; } - public virtual System.Xml.XmlProcessingInstruction CreateProcessingInstruction(string target, string data) { throw null; } - public virtual System.Xml.XmlSignificantWhitespace CreateSignificantWhitespace(string text) { throw null; } - public virtual System.Xml.XmlText CreateTextNode(string text) { throw null; } - public virtual System.Xml.XmlWhitespace CreateWhitespace(string text) { throw null; } - public virtual System.Xml.XmlDeclaration CreateXmlDeclaration(string version, string encoding, string standalone) { throw null; } - public virtual System.Xml.XmlNodeList GetElementsByTagName(string name) { throw null; } - public virtual System.Xml.XmlNodeList GetElementsByTagName(string localName, string namespaceURI) { throw null; } - public virtual System.Xml.XmlNode ImportNode(System.Xml.XmlNode node, bool deep) { throw null; } - public virtual void Load(System.IO.Stream inStream) { } - public virtual void Load(System.IO.TextReader txtReader) { } - public virtual void Load(System.Xml.XmlReader reader) { } - public virtual void LoadXml(string xml) { } - public virtual System.Xml.XmlNode ReadNode(System.Xml.XmlReader reader) { throw null; } - public virtual void Save(System.IO.Stream outStream) { } - public virtual void Save(System.IO.TextWriter writer) { } - public virtual void Save(System.Xml.XmlWriter w) { } - public override void WriteContentTo(System.Xml.XmlWriter xw) { } - public override void WriteTo(System.Xml.XmlWriter w) { } - } - public partial class XmlDocumentFragment : System.Xml.XmlNode - { - protected internal XmlDocumentFragment(System.Xml.XmlDocument ownerDocument) { } - public override string InnerXml { get { throw null; } set { } } - public override string LocalName { get { throw null; } } - public override string Name { get { throw null; } } - public override System.Xml.XmlNodeType NodeType { get { throw null; } } - public override System.Xml.XmlDocument OwnerDocument { get { throw null; } } - public override System.Xml.XmlNode ParentNode { get { throw null; } } - public override System.Xml.XmlNode CloneNode(bool deep) { throw null; } - public override void WriteContentTo(System.Xml.XmlWriter w) { } - public override void WriteTo(System.Xml.XmlWriter w) { } - } - public partial class XmlElement : System.Xml.XmlLinkedNode - { - protected internal XmlElement(string prefix, string localName, string namespaceURI, System.Xml.XmlDocument doc) { } - public override System.Xml.XmlAttributeCollection Attributes { get { throw null; } } - public virtual bool HasAttributes { get { throw null; } } - public override string InnerText { get { throw null; } set { } } - public override string InnerXml { get { throw null; } set { } } - public bool IsEmpty { get { throw null; } set { } } - public override string LocalName { get { throw null; } } - public override string Name { get { throw null; } } - public override string NamespaceURI { get { throw null; } } - public override System.Xml.XmlNode NextSibling { get { throw null; } } - public override System.Xml.XmlNodeType NodeType { get { throw null; } } - public override System.Xml.XmlDocument OwnerDocument { get { throw null; } } - public override System.Xml.XmlNode ParentNode { get { throw null; } } - public override string Prefix { get { throw null; } set { } } - public override System.Xml.XmlNode CloneNode(bool deep) { throw null; } - public virtual string GetAttribute(string name) { throw null; } - public virtual string GetAttribute(string localName, string namespaceURI) { throw null; } - public virtual System.Xml.XmlAttribute GetAttributeNode(string name) { throw null; } - public virtual System.Xml.XmlAttribute GetAttributeNode(string localName, string namespaceURI) { throw null; } - public virtual System.Xml.XmlNodeList GetElementsByTagName(string name) { throw null; } - public virtual System.Xml.XmlNodeList GetElementsByTagName(string localName, string namespaceURI) { throw null; } - public virtual bool HasAttribute(string name) { throw null; } - public virtual bool HasAttribute(string localName, string namespaceURI) { throw null; } - public override void RemoveAll() { } - public virtual void RemoveAllAttributes() { } - public virtual void RemoveAttribute(string name) { } - public virtual void RemoveAttribute(string localName, string namespaceURI) { } - public virtual System.Xml.XmlNode RemoveAttributeAt(int i) { throw null; } - public virtual System.Xml.XmlAttribute RemoveAttributeNode(string localName, string namespaceURI) { throw null; } - public virtual System.Xml.XmlAttribute RemoveAttributeNode(System.Xml.XmlAttribute oldAttr) { throw null; } - public virtual void SetAttribute(string name, string value) { } - public virtual string SetAttribute(string localName, string namespaceURI, string value) { throw null; } - public virtual System.Xml.XmlAttribute SetAttributeNode(string localName, string namespaceURI) { throw null; } - public virtual System.Xml.XmlAttribute SetAttributeNode(System.Xml.XmlAttribute newAttr) { throw null; } - public override void WriteContentTo(System.Xml.XmlWriter w) { } - public override void WriteTo(System.Xml.XmlWriter w) { } - } - public partial class XmlImplementation - { - public XmlImplementation() { } - public XmlImplementation(System.Xml.XmlNameTable nt) { } - public virtual System.Xml.XmlDocument CreateDocument() { throw null; } - public bool HasFeature(string strFeature, string strVersion) { throw null; } - } - public abstract partial class XmlLinkedNode : System.Xml.XmlNode - { - internal XmlLinkedNode() { } - public override System.Xml.XmlNode NextSibling { get { throw null; } } - public override System.Xml.XmlNode PreviousSibling { get { throw null; } } - } - public partial class XmlNamedNodeMap : System.Collections.IEnumerable - { - internal XmlNamedNodeMap() { } - public virtual int Count { get { throw null; } } - public virtual System.Collections.IEnumerator GetEnumerator() { throw null; } - public virtual System.Xml.XmlNode GetNamedItem(string name) { throw null; } - public virtual System.Xml.XmlNode GetNamedItem(string localName, string namespaceURI) { throw null; } - public virtual System.Xml.XmlNode Item(int index) { throw null; } - public virtual System.Xml.XmlNode RemoveNamedItem(string name) { throw null; } - public virtual System.Xml.XmlNode RemoveNamedItem(string localName, string namespaceURI) { throw null; } - public virtual System.Xml.XmlNode SetNamedItem(System.Xml.XmlNode node) { throw null; } - } - public abstract partial class XmlNode : System.Collections.IEnumerable - { - internal XmlNode() { } - public virtual System.Xml.XmlAttributeCollection Attributes { get { throw null; } } - public virtual string BaseURI { get { throw null; } } - public virtual System.Xml.XmlNodeList ChildNodes { get { throw null; } } - public virtual System.Xml.XmlNode FirstChild { get { throw null; } } - public virtual bool HasChildNodes { get { throw null; } } - public virtual string InnerText { get { throw null; } set { } } - public virtual string InnerXml { get { throw null; } set { } } - public virtual bool IsReadOnly { get { throw null; } } - public virtual System.Xml.XmlElement this[string name] { get { throw null; } } - public virtual System.Xml.XmlElement this[string localname, string ns] { get { throw null; } } - public virtual System.Xml.XmlNode LastChild { get { throw null; } } - public abstract string LocalName { get; } - public abstract string Name { get; } - public virtual string NamespaceURI { get { throw null; } } - public virtual System.Xml.XmlNode NextSibling { get { throw null; } } - public abstract System.Xml.XmlNodeType NodeType { get; } - public virtual string OuterXml { get { throw null; } } - public virtual System.Xml.XmlDocument OwnerDocument { get { throw null; } } - public virtual System.Xml.XmlNode ParentNode { get { throw null; } } - public virtual string Prefix { get { throw null; } set { } } - public virtual System.Xml.XmlNode PreviousSibling { get { throw null; } } - public virtual System.Xml.XmlNode PreviousText { get { throw null; } } - public virtual string Value { get { throw null; } set { } } - public virtual System.Xml.XmlNode AppendChild(System.Xml.XmlNode newChild) { throw null; } - public abstract System.Xml.XmlNode CloneNode(bool deep); - public System.Collections.IEnumerator GetEnumerator() { throw null; } - public virtual string GetNamespaceOfPrefix(string prefix) { throw null; } - public virtual string GetPrefixOfNamespace(string namespaceURI) { throw null; } - public virtual System.Xml.XmlNode InsertAfter(System.Xml.XmlNode newChild, System.Xml.XmlNode refChild) { throw null; } - public virtual System.Xml.XmlNode InsertBefore(System.Xml.XmlNode newChild, System.Xml.XmlNode refChild) { throw null; } - public virtual void Normalize() { } - public virtual System.Xml.XmlNode PrependChild(System.Xml.XmlNode newChild) { throw null; } - public virtual void RemoveAll() { } - public virtual System.Xml.XmlNode RemoveChild(System.Xml.XmlNode oldChild) { throw null; } - public virtual System.Xml.XmlNode ReplaceChild(System.Xml.XmlNode newChild, System.Xml.XmlNode oldChild) { throw null; } - public virtual bool Supports(string feature, string version) { throw null; } - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } - public abstract void WriteContentTo(System.Xml.XmlWriter w); - public abstract void WriteTo(System.Xml.XmlWriter w); - } - public enum XmlNodeChangedAction - { - Change = 2, - Insert = 0, - Remove = 1, - } - public partial class XmlNodeChangedEventArgs : System.EventArgs - { - public XmlNodeChangedEventArgs(System.Xml.XmlNode node, System.Xml.XmlNode oldParent, System.Xml.XmlNode newParent, string oldValue, string newValue, System.Xml.XmlNodeChangedAction action) { } - public System.Xml.XmlNodeChangedAction Action { get { throw null; } } - public System.Xml.XmlNode NewParent { get { throw null; } } - public string NewValue { get { throw null; } } - public System.Xml.XmlNode Node { get { throw null; } } - public System.Xml.XmlNode OldParent { get { throw null; } } - public string OldValue { get { throw null; } } - } - public delegate void XmlNodeChangedEventHandler(object sender, System.Xml.XmlNodeChangedEventArgs e); - public abstract partial class XmlNodeList : System.Collections.IEnumerable, System.IDisposable - { - protected XmlNodeList() { } - public abstract int Count { get; } - [System.Runtime.CompilerServices.IndexerName("ItemOf")] - public virtual System.Xml.XmlNode this[int i] { get { throw null; } } - public abstract System.Collections.IEnumerator GetEnumerator(); - public abstract System.Xml.XmlNode Item(int index); - protected virtual void PrivateDisposeNodeList() { } - void System.IDisposable.Dispose() { } - } - public partial class XmlProcessingInstruction : System.Xml.XmlLinkedNode - { - protected internal XmlProcessingInstruction(string target, string data, System.Xml.XmlDocument doc) { } - public string Data { get { throw null; } set { } } - public override string InnerText { get { throw null; } set { } } - public override string LocalName { get { throw null; } } - public override string Name { get { throw null; } } - public override System.Xml.XmlNodeType NodeType { get { throw null; } } - public string Target { get { throw null; } } - public override string Value { get { throw null; } set { } } - public override System.Xml.XmlNode CloneNode(bool deep) { throw null; } - public override void WriteContentTo(System.Xml.XmlWriter w) { } - public override void WriteTo(System.Xml.XmlWriter w) { } - } - public partial class XmlSignificantWhitespace : System.Xml.XmlCharacterData - { - protected internal XmlSignificantWhitespace(string strData, System.Xml.XmlDocument doc) : base (default(string), default(System.Xml.XmlDocument)) { } - public override string LocalName { get { throw null; } } - public override string Name { get { throw null; } } - public override System.Xml.XmlNodeType NodeType { get { throw null; } } - public override System.Xml.XmlNode ParentNode { get { throw null; } } - public override System.Xml.XmlNode PreviousText { get { throw null; } } - public override string Value { get { throw null; } set { } } - public override System.Xml.XmlNode CloneNode(bool deep) { throw null; } - public override void WriteContentTo(System.Xml.XmlWriter w) { } - public override void WriteTo(System.Xml.XmlWriter w) { } - } - public partial class XmlText : System.Xml.XmlCharacterData - { - protected internal XmlText(string strData, System.Xml.XmlDocument doc) : base (default(string), default(System.Xml.XmlDocument)) { } - public override string LocalName { get { throw null; } } - public override string Name { get { throw null; } } - public override System.Xml.XmlNodeType NodeType { get { throw null; } } - public override System.Xml.XmlNode ParentNode { get { throw null; } } - public override System.Xml.XmlNode PreviousText { get { throw null; } } - public override string Value { get { throw null; } set { } } - public override System.Xml.XmlNode CloneNode(bool deep) { throw null; } - public virtual System.Xml.XmlText SplitText(int offset) { throw null; } - public override void WriteContentTo(System.Xml.XmlWriter w) { } - public override void WriteTo(System.Xml.XmlWriter w) { } - } - public partial class XmlWhitespace : System.Xml.XmlCharacterData - { - protected internal XmlWhitespace(string strData, System.Xml.XmlDocument doc) : base (default(string), default(System.Xml.XmlDocument)) { } - public override string LocalName { get { throw null; } } - public override string Name { get { throw null; } } - public override System.Xml.XmlNodeType NodeType { get { throw null; } } - public override System.Xml.XmlNode ParentNode { get { throw null; } } - public override System.Xml.XmlNode PreviousText { get { throw null; } } - public override string Value { get { throw null; } set { } } - public override System.Xml.XmlNode CloneNode(bool deep) { throw null; } - public override void WriteContentTo(System.Xml.XmlWriter w) { } - public override void WriteTo(System.Xml.XmlWriter w) { } - } -} diff --git a/src/referencePackages/src/system.xml.xmldocument/4.0.1/system.xml.xmldocument.nuspec b/src/referencePackages/src/system.xml.xmldocument/4.0.1/system.xml.xmldocument.nuspec deleted file mode 100755 index 24204da288..0000000000 --- a/src/referencePackages/src/system.xml.xmldocument/4.0.1/system.xml.xmldocument.nuspec +++ /dev/null @@ -1,52 +0,0 @@ - - - - System.Xml.XmlDocument - 4.0.1 - System.Xml.XmlDocument - Microsoft - microsoft,dotnetframework - true - https://microsoft.mit-license.org/ - https://dot.net/ - http://go.microsoft.com/fwlink/?LinkID=288859 - Provides an older in-memory Extensible Markup Language (XML) programming interface that enables you to modify XML documents. Developers should prefer the classes in the System.Xml.XDocument package. - -Commonly Used Types: -System.Xml.XmlNode -System.Xml.XmlElement -System.Xml.XmlAttribute -System.Xml.XmlDocument -System.Xml.XmlDeclaration -System.Xml.XmlText -System.Xml.XmlComment -System.Xml.XmlNodeList -System.Xml.XmlWhitespace -System.Xml.XmlCDataSection - -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 From 18ac8d075ba17c6f994dd1d1c7c0896a8948dfee Mon Sep 17 00:00:00 2001 From: Michael Simons Date: Fri, 23 Jun 2023 13:21:01 +0000 Subject: [PATCH 4/5] Remove unreferenced packages --- .../6.5.0/NuGet.Frameworks.6.5.0.csproj | 10 - .../lib/netstandard2.0/NuGet.Frameworks.cs | 716 --------------- .../6.5.0/nuget.frameworks.nuspec | 20 - ...m.Composition.AttributedModel.6.0.0.csproj | 9 - .../System.Composition.AttributedModel.cs | 152 ---- .../System.Composition.AttributedModel.cs | 153 ---- .../system.composition.attributedmodel.nuspec | 25 - .../System.Composition.Hosting.6.0.0.csproj | 17 - .../lib/net6.0/System.Composition.Hosting.cs | 140 --- .../System.Composition.Hosting.cs | 141 --- .../6.0.0/system.composition.hosting.nuspec | 29 - .../System.Xml.ReaderWriter.4.0.11.csproj | 34 - .../netstandard1.0/System.Xml.ReaderWriter.cs | 810 ----------------- .../netstandard1.3/System.Xml.ReaderWriter.cs | 850 ------------------ .../4.0.11/system.xml.readerwriter.nuspec | 56 -- 15 files changed, 3162 deletions(-) delete mode 100644 src/referencePackages/src/nuget.frameworks/6.5.0/NuGet.Frameworks.6.5.0.csproj delete mode 100644 src/referencePackages/src/nuget.frameworks/6.5.0/lib/netstandard2.0/NuGet.Frameworks.cs delete mode 100644 src/referencePackages/src/nuget.frameworks/6.5.0/nuget.frameworks.nuspec delete mode 100644 src/referencePackages/src/system.composition.attributedmodel/6.0.0/System.Composition.AttributedModel.6.0.0.csproj delete mode 100644 src/referencePackages/src/system.composition.attributedmodel/6.0.0/lib/net6.0/System.Composition.AttributedModel.cs delete mode 100644 src/referencePackages/src/system.composition.attributedmodel/6.0.0/lib/netstandard2.0/System.Composition.AttributedModel.cs delete mode 100644 src/referencePackages/src/system.composition.attributedmodel/6.0.0/system.composition.attributedmodel.nuspec delete mode 100644 src/referencePackages/src/system.composition.hosting/6.0.0/System.Composition.Hosting.6.0.0.csproj delete mode 100644 src/referencePackages/src/system.composition.hosting/6.0.0/lib/net6.0/System.Composition.Hosting.cs delete mode 100644 src/referencePackages/src/system.composition.hosting/6.0.0/lib/netstandard2.0/System.Composition.Hosting.cs delete mode 100644 src/referencePackages/src/system.composition.hosting/6.0.0/system.composition.hosting.nuspec delete mode 100644 src/referencePackages/src/system.xml.readerwriter/4.0.11/System.Xml.ReaderWriter.4.0.11.csproj delete mode 100644 src/referencePackages/src/system.xml.readerwriter/4.0.11/ref/netstandard1.0/System.Xml.ReaderWriter.cs delete mode 100644 src/referencePackages/src/system.xml.readerwriter/4.0.11/ref/netstandard1.3/System.Xml.ReaderWriter.cs delete mode 100644 src/referencePackages/src/system.xml.readerwriter/4.0.11/system.xml.readerwriter.nuspec diff --git a/src/referencePackages/src/nuget.frameworks/6.5.0/NuGet.Frameworks.6.5.0.csproj b/src/referencePackages/src/nuget.frameworks/6.5.0/NuGet.Frameworks.6.5.0.csproj deleted file mode 100644 index 5a5df71959..0000000000 --- a/src/referencePackages/src/nuget.frameworks/6.5.0/NuGet.Frameworks.6.5.0.csproj +++ /dev/null @@ -1,10 +0,0 @@ - - - - netstandard2.0 - NuGet.Frameworks - 2 - MicrosoftShared - - - diff --git a/src/referencePackages/src/nuget.frameworks/6.5.0/lib/netstandard2.0/NuGet.Frameworks.cs b/src/referencePackages/src/nuget.frameworks/6.5.0/lib/netstandard2.0/NuGet.Frameworks.cs deleted file mode 100644 index 8c4fb14faf..0000000000 --- a/src/referencePackages/src/nuget.frameworks/6.5.0/lib/netstandard2.0/NuGet.Frameworks.cs +++ /dev/null @@ -1,716 +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.CLSCompliant(true)] -[assembly: System.Runtime.Versioning.TargetFramework(".NETStandard,Version=v2.0", FrameworkDisplayName = ".NET Standard 2.0")] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyConfiguration("release")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyDescription("NuGet's understanding of target frameworks.")] -[assembly: System.Reflection.AssemblyFileVersion("6.5.0.154")] -[assembly: System.Reflection.AssemblyInformationalVersion("6.5.0+069970c727b254636c1ad29c5a7a767081482a9a.069970c727b254636c1ad29c5a7a767081482a9a")] -[assembly: System.Reflection.AssemblyProduct("NuGet")] -[assembly: System.Reflection.AssemblyTitle("NuGet.Frameworks")] -[assembly: System.Reflection.AssemblyMetadata("RepositoryUrl", "https://github.com/NuGet/NuGet.Client")] -[assembly: System.Resources.NeutralResourcesLanguage("en-US")] -[assembly: System.Reflection.AssemblyVersionAttribute("6.5.0.154")] -[assembly: System.Runtime.CompilerServices.ReferenceAssembly] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -namespace NuGet.Frameworks -{ - public partial class AssetTargetFallbackFramework : NuGetFramework, System.IEquatable - { - public AssetTargetFallbackFramework(NuGetFramework framework, System.Collections.Generic.IReadOnlyList fallbackFrameworks) : base((NuGetFramework)default!) { } - - public System.Collections.Generic.IReadOnlyList Fallback { get { throw null; } } - - public NuGetFramework RootFramework { get { throw null; } } - - public FallbackFramework AsFallbackFramework() { throw null; } - - public bool Equals(AssetTargetFallbackFramework other) { throw null; } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - } - - public sealed partial class CompatibilityListProvider : IFrameworkCompatibilityListProvider - { - public CompatibilityListProvider(IFrameworkNameProvider nameProvider, IFrameworkCompatibilityProvider compatibilityProvider) { } - - public static IFrameworkCompatibilityListProvider Default { get { throw null; } } - - public System.Collections.Generic.IEnumerable GetFrameworksSupporting(NuGetFramework target) { throw null; } - } - - public partial class CompatibilityMappingComparer : System.Collections.Generic.IEqualityComparer - { - public CompatibilityMappingComparer() { } - - public bool Equals(OneWayCompatibilityMappingEntry x, OneWayCompatibilityMappingEntry y) { throw null; } - - public int GetHashCode(OneWayCompatibilityMappingEntry obj) { throw null; } - } - - public partial class CompatibilityProvider : IFrameworkCompatibilityProvider - { - public CompatibilityProvider(IFrameworkNameProvider mappings) { } - - public bool IsCompatible(NuGetFramework target, NuGetFramework candidate) { throw null; } - } - - public partial class CompatibilityTable - { - public CompatibilityTable(System.Collections.Generic.IEnumerable frameworks, IFrameworkNameProvider mappings, IFrameworkCompatibilityProvider compat) { } - - public CompatibilityTable(System.Collections.Generic.IEnumerable frameworks) { } - - public System.Collections.Generic.IEnumerable GetNearest(NuGetFramework framework) { throw null; } - - public bool HasFramework(NuGetFramework framework) { throw null; } - - public bool TryGetCompatible(NuGetFramework framework, out System.Collections.Generic.IEnumerable compatible) { throw null; } - } - - public sealed partial class DefaultCompatibilityProvider : CompatibilityProvider - { - public DefaultCompatibilityProvider() : base(default!) { } - - public static IFrameworkCompatibilityProvider Instance { get { throw null; } } - } - - public sealed partial class DefaultFrameworkMappings : IFrameworkMappings - { - public DefaultFrameworkMappings() { } - - public System.Collections.Generic.IEnumerable CompatibilityMappings { get { throw null; } } - - public System.Collections.Generic.IEnumerable EquivalentFrameworkPrecedence { get { throw null; } } - - public System.Collections.Generic.IEnumerable> EquivalentFrameworks { get { throw null; } } - - public System.Collections.Generic.IEnumerable EquivalentProfiles { get { throw null; } } - - public System.Collections.Generic.IEnumerable> FullNameReplacements { get { throw null; } } - - public System.Collections.Generic.IEnumerable> IdentifierShortNames { get { throw null; } } - - public System.Collections.Generic.IEnumerable> IdentifierSynonyms { get { throw null; } } - - public static IFrameworkMappings Instance { get { throw null; } } - - public System.Collections.Generic.IEnumerable NonPackageBasedFrameworkPrecedence { get { throw null; } } - - public System.Collections.Generic.IEnumerable PackageBasedFrameworkPrecedence { get { throw null; } } - - public System.Collections.Generic.IEnumerable ProfileShortNames { get { throw null; } } - - public System.Collections.Generic.IEnumerable> ShortNameReplacements { get { throw null; } } - - public System.Collections.Generic.IEnumerable> SubSetFrameworks { get { throw null; } } - } - - public sealed partial class DefaultFrameworkNameProvider : FrameworkNameProvider - { - public DefaultFrameworkNameProvider() : base(default!, default!) { } - - public static IFrameworkNameProvider Instance { get { throw null; } } - } - - public partial class DefaultPortableFrameworkMappings : IPortableFrameworkMappings - { - public DefaultPortableFrameworkMappings() { } - - public System.Collections.Generic.IEnumerable> CompatibilityMappings { get { throw null; } } - - public static IPortableFrameworkMappings Instance { get { throw null; } } - - public System.Collections.Generic.IEnumerable> ProfileFrameworks { get { throw null; } } - - public System.Collections.Generic.IEnumerable> ProfileOptionalFrameworks { get { throw null; } } - } - - public partial class DualCompatibilityFramework : NuGetFramework - { - public DualCompatibilityFramework(NuGetFramework framework, NuGetFramework secondaryFramework) : base((NuGetFramework)default!) { } - - public NuGetFramework RootFramework { get { throw null; } } - - public NuGetFramework SecondaryFramework { get { throw null; } } - - public FallbackFramework AsFallbackFramework() { throw null; } - - public bool Equals(DualCompatibilityFramework other) { throw null; } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - } - - public partial class FallbackFramework : NuGetFramework, System.IEquatable - { - public FallbackFramework(NuGetFramework framework, System.Collections.Generic.IReadOnlyList fallbackFrameworks) : base((NuGetFramework)default!) { } - - public System.Collections.Generic.IReadOnlyList Fallback { get { throw null; } } - - public bool Equals(FallbackFramework other) { throw null; } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - } - - public static partial class FrameworkConstants - { - public static readonly FrameworkRange DotNetAll; - public static readonly System.Version EmptyVersion; - public static readonly System.Version MaxVersion; - public static readonly System.Version Version10; - public static readonly System.Version Version5; - public static readonly System.Version Version6; - public static readonly System.Version Version7; - public static partial class CommonFrameworks - { - public static readonly NuGetFramework AspNet; - public static readonly NuGetFramework AspNet50; - public static readonly NuGetFramework AspNetCore; - public static readonly NuGetFramework AspNetCore50; - public static readonly NuGetFramework Dnx; - public static readonly NuGetFramework Dnx45; - public static readonly NuGetFramework Dnx451; - public static readonly NuGetFramework Dnx452; - public static readonly NuGetFramework DnxCore; - public static readonly NuGetFramework DnxCore50; - public static readonly NuGetFramework DotNet; - public static readonly NuGetFramework DotNet50; - public static readonly NuGetFramework DotNet51; - public static readonly NuGetFramework DotNet52; - public static readonly NuGetFramework DotNet53; - public static readonly NuGetFramework DotNet54; - public static readonly NuGetFramework DotNet55; - public static readonly NuGetFramework DotNet56; - public static readonly NuGetFramework Native; - public static readonly NuGetFramework Net11; - public static readonly NuGetFramework Net2; - public static readonly NuGetFramework Net35; - public static readonly NuGetFramework Net4; - public static readonly NuGetFramework Net403; - public static readonly NuGetFramework Net45; - public static readonly NuGetFramework Net451; - public static readonly NuGetFramework Net452; - public static readonly NuGetFramework Net46; - public static readonly NuGetFramework Net461; - public static readonly NuGetFramework Net462; - public static readonly NuGetFramework Net463; - public static readonly NuGetFramework Net47; - public static readonly NuGetFramework Net471; - public static readonly NuGetFramework Net472; - public static readonly NuGetFramework Net50; - public static readonly NuGetFramework Net60; - public static readonly NuGetFramework Net70; - public static readonly NuGetFramework NetCore45; - public static readonly NuGetFramework NetCore451; - public static readonly NuGetFramework NetCore50; - public static readonly NuGetFramework NetCoreApp10; - public static readonly NuGetFramework NetCoreApp11; - public static readonly NuGetFramework NetCoreApp20; - public static readonly NuGetFramework NetCoreApp21; - public static readonly NuGetFramework NetCoreApp22; - public static readonly NuGetFramework NetCoreApp30; - public static readonly NuGetFramework NetCoreApp31; - public static readonly NuGetFramework NetStandard; - public static readonly NuGetFramework NetStandard10; - public static readonly NuGetFramework NetStandard11; - public static readonly NuGetFramework NetStandard12; - public static readonly NuGetFramework NetStandard13; - public static readonly NuGetFramework NetStandard14; - public static readonly NuGetFramework NetStandard15; - public static readonly NuGetFramework NetStandard16; - public static readonly NuGetFramework NetStandard17; - public static readonly NuGetFramework NetStandard20; - public static readonly NuGetFramework NetStandard21; - public static readonly NuGetFramework NetStandardApp15; - public static readonly NuGetFramework SL4; - public static readonly NuGetFramework SL5; - public static readonly NuGetFramework Tizen3; - public static readonly NuGetFramework Tizen4; - public static readonly NuGetFramework Tizen6; - public static readonly NuGetFramework UAP10; - public static readonly NuGetFramework Win10; - public static readonly NuGetFramework Win8; - public static readonly NuGetFramework Win81; - public static readonly NuGetFramework WP7; - public static readonly NuGetFramework WP75; - public static readonly NuGetFramework WP8; - public static readonly NuGetFramework WP81; - public static readonly NuGetFramework WPA81; - } - - public static partial class FrameworkIdentifiers - { - public const string AspNet = "ASP.NET"; - public const string AspNetCore = "ASP.NETCore"; - public const string Dnx = "DNX"; - public const string DnxCore = "DNXCore"; - public const string DotNet = "dotnet"; - public const string MonoAndroid = "MonoAndroid"; - public const string MonoMac = "MonoMac"; - public const string MonoTouch = "MonoTouch"; - public const string NanoFramework = ".NETnanoFramework"; - public const string Native = "native"; - public const string Net = ".NETFramework"; - public const string NetCore = ".NETCore"; - public const string NetCoreApp = ".NETCoreApp"; - public const string NetMicro = ".NETMicroFramework"; - public const string NetPlatform = ".NETPlatform"; - public const string NetStandard = ".NETStandard"; - public const string NetStandardApp = ".NETStandardApp"; - public const string Portable = ".NETPortable"; - public const string Silverlight = "Silverlight"; - public const string Tizen = "Tizen"; - public const string UAP = "UAP"; - public const string Windows = "Windows"; - public const string WindowsPhone = "WindowsPhone"; - public const string WindowsPhoneApp = "WindowsPhoneApp"; - public const string WinRT = "WinRT"; - public const string XamarinIOs = "Xamarin.iOS"; - public const string XamarinMac = "Xamarin.Mac"; - public const string XamarinPlayStation3 = "Xamarin.PlayStation3"; - public const string XamarinPlayStation4 = "Xamarin.PlayStation4"; - public const string XamarinPlayStationVita = "Xamarin.PlayStationVita"; - public const string XamarinTVOS = "Xamarin.TVOS"; - public const string XamarinWatchOS = "Xamarin.WatchOS"; - public const string XamarinXbox360 = "Xamarin.Xbox360"; - public const string XamarinXboxOne = "Xamarin.XboxOne"; - } - - public static partial class PlatformIdentifiers - { - public const string Windows = "Windows"; - public const string WindowsPhone = "WindowsPhone"; - } - - public static partial class SpecialIdentifiers - { - public const string Agnostic = "Agnostic"; - public const string Any = "Any"; - public const string Unsupported = "Unsupported"; - } - } - - public partial class FrameworkException : System.Exception - { - protected FrameworkException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { } - - public FrameworkException(string message) { } - } - - public partial class FrameworkExpander - { - public FrameworkExpander() { } - - public FrameworkExpander(IFrameworkNameProvider mappings) { } - - public System.Collections.Generic.IEnumerable Expand(NuGetFramework framework) { throw null; } - } - - public static partial class FrameworkNameHelpers - { - public static string GetFolderName(string identifierShortName, string versionString, string profileShortName) { throw null; } - - public static string GetPortableProfileNumberString(int profileNumber) { throw null; } - - public static System.Version GetVersion(string versionString) { throw null; } - - public static string GetVersionString(System.Version version) { throw null; } - } - - public partial class FrameworkNameProvider : IFrameworkNameProvider - { - public FrameworkNameProvider(System.Collections.Generic.IEnumerable mappings, System.Collections.Generic.IEnumerable portableMappings) { } - - public void AddFrameworkPrecedenceMappings(System.Collections.Generic.IDictionary destination, System.Collections.Generic.IEnumerable mappings) { } - - public int CompareEquivalentFrameworks(NuGetFramework x, NuGetFramework y) { throw null; } - - public int CompareFrameworks(NuGetFramework x, NuGetFramework y) { throw null; } - - public System.Collections.Generic.IEnumerable GetCompatibleCandidates() { throw null; } - - public NuGetFramework GetFullNameReplacement(NuGetFramework framework) { throw null; } - - public System.Collections.Generic.IEnumerable GetNetStandardVersions() { throw null; } - - public NuGetFramework GetShortNameReplacement(NuGetFramework framework) { throw null; } - - public string GetVersionString(string framework, System.Version version) { throw null; } - - public bool TryGetCompatibilityMappings(NuGetFramework framework, out System.Collections.Generic.IEnumerable supportedFrameworkRanges) { throw null; } - - public bool TryGetEquivalentFrameworks(FrameworkRange range, out System.Collections.Generic.IEnumerable frameworks) { throw null; } - - public bool TryGetEquivalentFrameworks(NuGetFramework framework, out System.Collections.Generic.IEnumerable frameworks) { throw null; } - - public bool TryGetIdentifier(string framework, out string identifier) { throw null; } - - public bool TryGetPlatformVersion(string versionString, out System.Version version) { throw null; } - - public bool TryGetPortableCompatibilityMappings(int profile, out System.Collections.Generic.IEnumerable supportedFrameworkRanges) { throw null; } - - public bool TryGetPortableFrameworks(int profile, bool includeOptional, out System.Collections.Generic.IEnumerable frameworks) { throw null; } - - public bool TryGetPortableFrameworks(int profile, out System.Collections.Generic.IEnumerable frameworks) { throw null; } - - public bool TryGetPortableFrameworks(string profile, bool includeOptional, out System.Collections.Generic.IEnumerable frameworks) { throw null; } - - public bool TryGetPortableFrameworks(string shortPortableProfiles, out System.Collections.Generic.IEnumerable frameworks) { throw null; } - - public bool TryGetPortableProfile(System.Collections.Generic.IEnumerable supportedFrameworks, out int profileNumber) { throw null; } - - public bool TryGetPortableProfileNumber(string profile, out int profileNumber) { throw null; } - - public bool TryGetProfile(string frameworkIdentifier, string profileShortName, out string profile) { throw null; } - - public bool TryGetShortIdentifier(string identifier, out string identifierShortName) { throw null; } - - public bool TryGetShortProfile(string frameworkIdentifier, string profile, out string profileShortName) { throw null; } - - public bool TryGetSubSetFrameworks(string frameworkIdentifier, out System.Collections.Generic.IEnumerable subSetFrameworks) { throw null; } - - public bool TryGetVersion(string versionString, out System.Version version) { throw null; } - } - - public partial class FrameworkPrecedenceSorter : System.Collections.Generic.IComparer - { - public FrameworkPrecedenceSorter(IFrameworkNameProvider mappings, bool allEquivalent) { } - - public int Compare(NuGetFramework x, NuGetFramework y) { throw null; } - } - - public partial class FrameworkRange : System.IEquatable - { - public FrameworkRange(NuGetFramework min, NuGetFramework max, bool includeMin, bool includeMax) { } - - public FrameworkRange(NuGetFramework min, NuGetFramework max) { } - - public string FrameworkIdentifier { get { throw null; } } - - public bool IncludeMax { get { throw null; } } - - public bool IncludeMin { get { throw null; } } - - public NuGetFramework Max { get { throw null; } } - - public NuGetFramework Min { get { throw null; } } - - public bool Equals(FrameworkRange other) { throw null; } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - - public bool Satisfies(NuGetFramework framework) { throw null; } - - public override string ToString() { throw null; } - } - - public partial class FrameworkRangeComparer : System.Collections.Generic.IEqualityComparer - { - public FrameworkRangeComparer() { } - - public bool Equals(FrameworkRange x, FrameworkRange y) { throw null; } - - public int GetHashCode(FrameworkRange obj) { throw null; } - } - - public partial class FrameworkReducer - { - public FrameworkReducer() { } - - public FrameworkReducer(IFrameworkNameProvider mappings, IFrameworkCompatibilityProvider compat) { } - - public NuGetFramework GetNearest(NuGetFramework framework, System.Collections.Generic.IEnumerable possibleFrameworks) { throw null; } - - public System.Collections.Generic.IEnumerable ReduceDownwards(System.Collections.Generic.IEnumerable frameworks) { throw null; } - - public System.Collections.Generic.IEnumerable ReduceEquivalent(System.Collections.Generic.IEnumerable frameworks) { throw null; } - - public System.Collections.Generic.IEnumerable ReduceUpwards(System.Collections.Generic.IEnumerable frameworks) { throw null; } - } - - public partial class FrameworkRuntimePair : System.IEquatable, System.IComparable - { - public FrameworkRuntimePair(NuGetFramework framework, string runtimeIdentifier) { } - - public NuGetFramework Framework { get { throw null; } } - - public string Name { get { throw null; } } - - public string RuntimeIdentifier { get { throw null; } } - - public FrameworkRuntimePair Clone() { throw null; } - - public int CompareTo(FrameworkRuntimePair other) { throw null; } - - public bool Equals(FrameworkRuntimePair other) { throw null; } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - - public static string GetName(NuGetFramework framework, string runtimeIdentifier) { throw null; } - - public static string GetTargetGraphName(NuGetFramework framework, string runtimeIdentifier) { throw null; } - - public override string ToString() { throw null; } - } - - public partial class FrameworkSpecificMapping - { - public FrameworkSpecificMapping(string frameworkIdentifier, System.Collections.Generic.KeyValuePair mapping) { } - - public FrameworkSpecificMapping(string frameworkIdentifier, string key, string value) { } - - public string FrameworkIdentifier { get { throw null; } } - - public System.Collections.Generic.KeyValuePair Mapping { get { throw null; } } - } - - public partial interface IFrameworkCompatibilityListProvider - { - System.Collections.Generic.IEnumerable GetFrameworksSupporting(NuGetFramework target); - } - - public partial interface IFrameworkCompatibilityProvider - { - bool IsCompatible(NuGetFramework framework, NuGetFramework other); - } - - public partial interface IFrameworkMappings - { - System.Collections.Generic.IEnumerable CompatibilityMappings { get; } - - System.Collections.Generic.IEnumerable EquivalentFrameworkPrecedence { get; } - - System.Collections.Generic.IEnumerable> EquivalentFrameworks { get; } - - System.Collections.Generic.IEnumerable EquivalentProfiles { get; } - - System.Collections.Generic.IEnumerable> FullNameReplacements { get; } - - System.Collections.Generic.IEnumerable> IdentifierShortNames { get; } - - System.Collections.Generic.IEnumerable> IdentifierSynonyms { get; } - - System.Collections.Generic.IEnumerable NonPackageBasedFrameworkPrecedence { get; } - - System.Collections.Generic.IEnumerable PackageBasedFrameworkPrecedence { get; } - - System.Collections.Generic.IEnumerable ProfileShortNames { get; } - - System.Collections.Generic.IEnumerable> ShortNameReplacements { get; } - - System.Collections.Generic.IEnumerable> SubSetFrameworks { get; } - } - - public partial interface IFrameworkNameProvider - { - int CompareEquivalentFrameworks(NuGetFramework x, NuGetFramework y); - int CompareFrameworks(NuGetFramework x, NuGetFramework y); - System.Collections.Generic.IEnumerable GetCompatibleCandidates(); - NuGetFramework GetFullNameReplacement(NuGetFramework framework); - System.Collections.Generic.IEnumerable GetNetStandardVersions(); - NuGetFramework GetShortNameReplacement(NuGetFramework framework); - string GetVersionString(string framework, System.Version version); - bool TryGetCompatibilityMappings(NuGetFramework framework, out System.Collections.Generic.IEnumerable supportedFrameworkRanges); - bool TryGetEquivalentFrameworks(FrameworkRange range, out System.Collections.Generic.IEnumerable frameworks); - bool TryGetEquivalentFrameworks(NuGetFramework framework, out System.Collections.Generic.IEnumerable frameworks); - bool TryGetIdentifier(string identifierShortName, out string identifier); - bool TryGetPlatformVersion(string versionString, out System.Version version); - bool TryGetPortableCompatibilityMappings(int profile, out System.Collections.Generic.IEnumerable supportedFrameworkRanges); - bool TryGetPortableFrameworks(int profile, bool includeOptional, out System.Collections.Generic.IEnumerable frameworks); - bool TryGetPortableFrameworks(int profile, out System.Collections.Generic.IEnumerable frameworks); - bool TryGetPortableFrameworks(string profile, bool includeOptional, out System.Collections.Generic.IEnumerable frameworks); - bool TryGetPortableFrameworks(string shortPortableProfiles, out System.Collections.Generic.IEnumerable frameworks); - bool TryGetPortableProfile(System.Collections.Generic.IEnumerable supportedFrameworks, out int profileNumber); - bool TryGetPortableProfileNumber(string profile, out int profileNumber); - bool TryGetProfile(string frameworkIdentifier, string profileShortName, out string profile); - bool TryGetShortIdentifier(string identifier, out string identifierShortName); - bool TryGetShortProfile(string frameworkIdentifier, string profile, out string profileShortName); - bool TryGetSubSetFrameworks(string frameworkIdentifier, out System.Collections.Generic.IEnumerable subSetFrameworkIdentifiers); - bool TryGetVersion(string versionString, out System.Version version); - } - - public partial interface IFrameworkSpecific - { - NuGetFramework TargetFramework { get; } - } - - public partial interface IFrameworkTargetable - { - System.Collections.Generic.IEnumerable SupportedFrameworks { get; } - } - - public partial interface IPortableFrameworkMappings - { - System.Collections.Generic.IEnumerable> CompatibilityMappings { get; } - - System.Collections.Generic.IEnumerable> ProfileFrameworks { get; } - - System.Collections.Generic.IEnumerable> ProfileOptionalFrameworks { get; } - } - - public partial class NuGetFramework : System.IEquatable - { - public static readonly NuGetFramework AgnosticFramework; - public static readonly NuGetFramework AnyFramework; - public static readonly System.Collections.Generic.IEqualityComparer Comparer; - public static readonly System.Collections.Generic.IEqualityComparer FrameworkNameComparer; - public static readonly NuGetFramework UnsupportedFramework; - public NuGetFramework(NuGetFramework framework) { } - - public NuGetFramework(string frameworkIdentifier, System.Version frameworkVersion, string platform, System.Version platformVersion) { } - - public NuGetFramework(string frameworkIdentifier, System.Version frameworkVersion, string frameworkProfile) { } - - public NuGetFramework(string framework, System.Version version) { } - - public NuGetFramework(string framework) { } - - public bool AllFrameworkVersions { get { throw null; } } - - public string DotNetFrameworkName { get { throw null; } } - - public string DotNetPlatformName { get { throw null; } } - - public string Framework { get { throw null; } } - - public bool HasPlatform { get { throw null; } } - - public bool HasProfile { get { throw null; } } - - public bool IsAgnostic { get { throw null; } } - - public bool IsAny { get { throw null; } } - - public bool IsPackageBased { get { throw null; } } - - public bool IsPCL { get { throw null; } } - - public bool IsSpecificFramework { get { throw null; } } - - public bool IsUnsupported { get { throw null; } } - - public string Platform { get { throw null; } } - - public System.Version PlatformVersion { get { throw null; } } - - public string Profile { get { throw null; } } - - public System.Version Version { get { throw null; } } - - public bool Equals(NuGetFramework other) { throw null; } - - public override bool Equals(object obj) { throw null; } - - public string GetDotNetFrameworkName(IFrameworkNameProvider mappings) { throw null; } - - public override int GetHashCode() { throw null; } - - public string GetShortFolderName() { throw null; } - - public virtual string GetShortFolderName(IFrameworkNameProvider mappings) { throw null; } - - public static bool operator ==(NuGetFramework left, NuGetFramework right) { throw null; } - - public static bool operator !=(NuGetFramework left, NuGetFramework right) { throw null; } - - public static NuGetFramework Parse(string folderName, IFrameworkNameProvider mappings) { throw null; } - - public static NuGetFramework Parse(string folderName) { throw null; } - - public static NuGetFramework ParseComponents(string targetFrameworkMoniker, string targetPlatformMoniker) { throw null; } - - public static NuGetFramework ParseFolder(string folderName, IFrameworkNameProvider mappings) { throw null; } - - public static NuGetFramework ParseFolder(string folderName) { throw null; } - - public static NuGetFramework ParseFrameworkName(string frameworkName, IFrameworkNameProvider mappings) { throw null; } - - public override string ToString() { throw null; } - } - - public static partial class NuGetFrameworkExtensions - { - public static T GetNearest(this System.Collections.Generic.IEnumerable items, NuGetFramework projectFramework) - where T : class, IFrameworkSpecific { throw null; } - - public static bool IsDesktop(this NuGetFramework framework) { throw null; } - } - - public partial class NuGetFrameworkFullComparer : System.Collections.Generic.IEqualityComparer - { - public NuGetFrameworkFullComparer() { } - - public bool Equals(NuGetFramework x, NuGetFramework y) { throw null; } - - public int GetHashCode(NuGetFramework obj) { throw null; } - } - - public partial class NuGetFrameworkNameComparer : System.Collections.Generic.IEqualityComparer - { - public NuGetFrameworkNameComparer() { } - - public bool Equals(NuGetFramework x, NuGetFramework y) { throw null; } - - public int GetHashCode(NuGetFramework obj) { throw null; } - } - - public partial class NuGetFrameworkSorter : System.Collections.Generic.IComparer - { - public NuGetFrameworkSorter() { } - - public int Compare(NuGetFramework x, NuGetFramework y) { throw null; } - } - - public static partial class NuGetFrameworkUtility - { - public static T GetNearest(System.Collections.Generic.IEnumerable items, NuGetFramework framework, IFrameworkNameProvider frameworkMappings, IFrameworkCompatibilityProvider compatibilityProvider, System.Func selector) - where T : class { throw null; } - - public static T GetNearest(System.Collections.Generic.IEnumerable items, NuGetFramework framework, IFrameworkNameProvider frameworkMappings, IFrameworkCompatibilityProvider compatibilityProvider) - where T : IFrameworkSpecific { throw null; } - - public static T GetNearest(System.Collections.Generic.IEnumerable items, NuGetFramework framework, System.Func selector) - where T : class { throw null; } - - public static T GetNearest(System.Collections.Generic.IEnumerable items, NuGetFramework framework) - where T : IFrameworkSpecific { throw null; } - - public static bool IsCompatibleWithFallbackCheck(NuGetFramework projectFramework, NuGetFramework candidate) { throw null; } - - public static bool IsNetCore50AndUp(NuGetFramework framework) { throw null; } - } - - public partial class OneWayCompatibilityMappingEntry : System.IEquatable - { - public OneWayCompatibilityMappingEntry(FrameworkRange targetFramework, FrameworkRange supportedFramework) { } - - public static CompatibilityMappingComparer Comparer { get { throw null; } } - - public FrameworkRange SupportedFrameworkRange { get { throw null; } } - - public FrameworkRange TargetFrameworkRange { get { throw null; } } - - public bool Equals(OneWayCompatibilityMappingEntry other) { throw null; } - - public override string ToString() { throw null; } - } -} \ No newline at end of file diff --git a/src/referencePackages/src/nuget.frameworks/6.5.0/nuget.frameworks.nuspec b/src/referencePackages/src/nuget.frameworks/6.5.0/nuget.frameworks.nuspec deleted file mode 100644 index e366da6b6b..0000000000 --- a/src/referencePackages/src/nuget.frameworks/6.5.0/nuget.frameworks.nuspec +++ /dev/null @@ -1,20 +0,0 @@ - - - - NuGet.Frameworks - 6.5.0 - Microsoft - true - Apache-2.0 - https://licenses.nuget.org/Apache-2.0 - https://aka.ms/nugetprj - NuGet's understanding of target frameworks. - © Microsoft Corporation. All rights reserved. - nuget - true - - - - - - \ No newline at end of file diff --git a/src/referencePackages/src/system.composition.attributedmodel/6.0.0/System.Composition.AttributedModel.6.0.0.csproj b/src/referencePackages/src/system.composition.attributedmodel/6.0.0/System.Composition.AttributedModel.6.0.0.csproj deleted file mode 100644 index 314a335a5c..0000000000 --- a/src/referencePackages/src/system.composition.attributedmodel/6.0.0/System.Composition.AttributedModel.6.0.0.csproj +++ /dev/null @@ -1,9 +0,0 @@ - - - - net6.0;netstandard2.0 - System.Composition.AttributedModel - 2 - - - diff --git a/src/referencePackages/src/system.composition.attributedmodel/6.0.0/lib/net6.0/System.Composition.AttributedModel.cs b/src/referencePackages/src/system.composition.attributedmodel/6.0.0/lib/net6.0/System.Composition.AttributedModel.cs deleted file mode 100644 index 19981c7c3c..0000000000 --- a/src/referencePackages/src/system.composition.attributedmodel/6.0.0/lib/net6.0/System.Composition.AttributedModel.cs +++ /dev/null @@ -1,152 +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.Versioning.TargetFramework(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] -[assembly: System.CLSCompliant(true)] -[assembly: System.Reflection.AssemblyDefaultAlias("System.Composition.AttributedModel")] -[assembly: System.Reflection.AssemblyMetadata(".NETFrameworkAssembly", "")] -[assembly: System.Reflection.AssemblyMetadata("Serviceable", "True")] -[assembly: System.Reflection.AssemblyMetadata("PreferInbox", "True")] -[assembly: System.Reflection.AssemblyMetadata("IsTrimmable", "True")] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyDescription("Provides common attributes used by System.Composition types.\r\n\r\nCommonly Used Types:\r\nSystem.Composition.ExportAttribute\r\nSystem.Composition.ImportAttribute\r\nSystem.Composition.Convention.AttributedModelProvider")] -[assembly: System.Reflection.AssemblyFileVersion("6.0.21.52210")] -[assembly: System.Reflection.AssemblyInformationalVersion("6.0.0+4822e3c3aa77eb82b2fb33c9321f923cf11ddde6")] -[assembly: System.Reflection.AssemblyProduct("Microsoft® .NET")] -[assembly: System.Reflection.AssemblyTitle("System.Composition.AttributedModel")] -[assembly: System.Reflection.AssemblyMetadata("RepositoryUrl", "https://github.com/dotnet/runtime")] -[assembly: System.Reflection.AssemblyVersionAttribute("6.0.0.0")] -[assembly: System.Runtime.CompilerServices.ReferenceAssembly] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -namespace System.Composition -{ - [AttributeUsage(AttributeTargets.Class | AttributeTargets.Property, AllowMultiple = true, Inherited = false)] - public partial class ExportAttribute : Attribute - { - public ExportAttribute() { } - - public ExportAttribute(string contractName, Type contractType) { } - - public ExportAttribute(string contractName) { } - - public ExportAttribute(Type contractType) { } - - public string ContractName { get { throw null; } } - - public Type ContractType { get { throw null; } } - } - - [AttributeUsage(AttributeTargets.Class | AttributeTargets.Property | AttributeTargets.Interface, AllowMultiple = true, Inherited = false)] - public sealed partial class ExportMetadataAttribute : Attribute - { - public ExportMetadataAttribute(string name, object value) { } - - public string Name { get { throw null; } } - - public object Value { get { throw null; } } - } - - [AttributeUsage(AttributeTargets.Property | AttributeTargets.Parameter, AllowMultiple = false, Inherited = false)] - public partial class ImportAttribute : Attribute - { - public ImportAttribute() { } - - public ImportAttribute(string contractName) { } - - public bool AllowDefault { get { throw null; } set { } } - - public string ContractName { get { throw null; } } - } - - [AttributeUsage(AttributeTargets.Constructor, AllowMultiple = false, Inherited = false)] - public sealed partial class ImportingConstructorAttribute : Attribute - { - public ImportingConstructorAttribute() { } - } - - [AttributeUsage(AttributeTargets.Property | AttributeTargets.Parameter, AllowMultiple = false, Inherited = false)] - public partial class ImportManyAttribute : Attribute - { - public ImportManyAttribute() { } - - public ImportManyAttribute(string contractName) { } - - public string ContractName { get { throw null; } } - } - - [AttributeUsage(AttributeTargets.Property, Inherited = false)] - public sealed partial class ImportMetadataConstraintAttribute : Attribute - { - public ImportMetadataConstraintAttribute(string name, object value) { } - - public string Name { get { throw null; } } - - public object Value { get { throw null; } } - } - - [AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)] - public sealed partial class MetadataAttributeAttribute : Attribute - { - public MetadataAttributeAttribute() { } - } - - [AttributeUsage(AttributeTargets.Method, Inherited = false)] - public sealed partial class OnImportsSatisfiedAttribute : Attribute - { - public OnImportsSatisfiedAttribute() { } - } - - [AttributeUsage(AttributeTargets.Class, AllowMultiple = true, Inherited = false)] - public partial class PartMetadataAttribute : Attribute - { - public PartMetadataAttribute(string name, object value) { } - - public string Name { get { throw null; } } - - public object Value { get { throw null; } } - } - - [AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)] - public sealed partial class PartNotDiscoverableAttribute : Attribute - { - public PartNotDiscoverableAttribute() { } - } - - [AttributeUsage(AttributeTargets.Class, Inherited = false)] - public partial class SharedAttribute : PartMetadataAttribute - { - public SharedAttribute() : base(default!, default!) { } - - public SharedAttribute(string sharingBoundaryName) : base(default!, default!) { } - - public string SharingBoundary { get { throw null; } } - } - - [AttributeUsage(AttributeTargets.Property | AttributeTargets.Parameter, Inherited = false)] - [MetadataAttribute] - [CLSCompliant(false)] - public sealed partial class SharingBoundaryAttribute : Attribute - { - public SharingBoundaryAttribute(params string[] sharingBoundaryNames) { } - - public Collections.ObjectModel.ReadOnlyCollection SharingBoundaryNames { get { throw null; } } - } -} - -namespace System.Composition.Convention -{ - public abstract partial class AttributedModelProvider - { - protected AttributedModelProvider() { } - - public abstract Collections.Generic.IEnumerable GetCustomAttributes(Type reflectedType, Reflection.MemberInfo member); - public abstract Collections.Generic.IEnumerable GetCustomAttributes(Type reflectedType, Reflection.ParameterInfo parameter); - } -} \ No newline at end of file diff --git a/src/referencePackages/src/system.composition.attributedmodel/6.0.0/lib/netstandard2.0/System.Composition.AttributedModel.cs b/src/referencePackages/src/system.composition.attributedmodel/6.0.0/lib/netstandard2.0/System.Composition.AttributedModel.cs deleted file mode 100644 index defd417f99..0000000000 --- a/src/referencePackages/src/system.composition.attributedmodel/6.0.0/lib/netstandard2.0/System.Composition.AttributedModel.cs +++ /dev/null @@ -1,153 +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.Versioning.TargetFramework(".NETStandard,Version=v2.0", FrameworkDisplayName = "")] -[assembly: System.CLSCompliant(true)] -[assembly: System.Runtime.InteropServices.DefaultDllImportSearchPaths(System.Runtime.InteropServices.DllImportSearchPath.AssemblyDirectory | System.Runtime.InteropServices.DllImportSearchPath.System32)] -[assembly: System.Reflection.AssemblyDefaultAlias("System.Composition.AttributedModel")] -[assembly: System.Reflection.AssemblyMetadata(".NETFrameworkAssembly", "")] -[assembly: System.Reflection.AssemblyMetadata("Serviceable", "True")] -[assembly: System.Reflection.AssemblyMetadata("PreferInbox", "True")] -[assembly: System.Reflection.AssemblyMetadata("IsTrimmable", "True")] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyDescription("Provides common attributes used by System.Composition types.\r\n\r\nCommonly Used Types:\r\nSystem.Composition.ExportAttribute\r\nSystem.Composition.ImportAttribute\r\nSystem.Composition.Convention.AttributedModelProvider")] -[assembly: System.Reflection.AssemblyFileVersion("6.0.21.52210")] -[assembly: System.Reflection.AssemblyInformationalVersion("6.0.0+4822e3c3aa77eb82b2fb33c9321f923cf11ddde6")] -[assembly: System.Reflection.AssemblyProduct("Microsoft® .NET")] -[assembly: System.Reflection.AssemblyTitle("System.Composition.AttributedModel")] -[assembly: System.Reflection.AssemblyMetadata("RepositoryUrl", "https://github.com/dotnet/runtime")] -[assembly: System.Reflection.AssemblyVersionAttribute("6.0.0.0")] -[assembly: System.Runtime.CompilerServices.ReferenceAssembly] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -namespace System.Composition -{ - [AttributeUsage(AttributeTargets.Class | AttributeTargets.Property, AllowMultiple = true, Inherited = false)] - public partial class ExportAttribute : Attribute - { - public ExportAttribute() { } - - public ExportAttribute(string contractName, Type contractType) { } - - public ExportAttribute(string contractName) { } - - public ExportAttribute(Type contractType) { } - - public string ContractName { get { throw null; } } - - public Type ContractType { get { throw null; } } - } - - [AttributeUsage(AttributeTargets.Class | AttributeTargets.Property | AttributeTargets.Interface, AllowMultiple = true, Inherited = false)] - public sealed partial class ExportMetadataAttribute : Attribute - { - public ExportMetadataAttribute(string name, object value) { } - - public string Name { get { throw null; } } - - public object Value { get { throw null; } } - } - - [AttributeUsage(AttributeTargets.Property | AttributeTargets.Parameter, AllowMultiple = false, Inherited = false)] - public partial class ImportAttribute : Attribute - { - public ImportAttribute() { } - - public ImportAttribute(string contractName) { } - - public bool AllowDefault { get { throw null; } set { } } - - public string ContractName { get { throw null; } } - } - - [AttributeUsage(AttributeTargets.Constructor, AllowMultiple = false, Inherited = false)] - public sealed partial class ImportingConstructorAttribute : Attribute - { - public ImportingConstructorAttribute() { } - } - - [AttributeUsage(AttributeTargets.Property | AttributeTargets.Parameter, AllowMultiple = false, Inherited = false)] - public partial class ImportManyAttribute : Attribute - { - public ImportManyAttribute() { } - - public ImportManyAttribute(string contractName) { } - - public string ContractName { get { throw null; } } - } - - [AttributeUsage(AttributeTargets.Property, Inherited = false)] - public sealed partial class ImportMetadataConstraintAttribute : Attribute - { - public ImportMetadataConstraintAttribute(string name, object value) { } - - public string Name { get { throw null; } } - - public object Value { get { throw null; } } - } - - [AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)] - public sealed partial class MetadataAttributeAttribute : Attribute - { - public MetadataAttributeAttribute() { } - } - - [AttributeUsage(AttributeTargets.Method, Inherited = false)] - public sealed partial class OnImportsSatisfiedAttribute : Attribute - { - public OnImportsSatisfiedAttribute() { } - } - - [AttributeUsage(AttributeTargets.Class, AllowMultiple = true, Inherited = false)] - public partial class PartMetadataAttribute : Attribute - { - public PartMetadataAttribute(string name, object value) { } - - public string Name { get { throw null; } } - - public object Value { get { throw null; } } - } - - [AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)] - public sealed partial class PartNotDiscoverableAttribute : Attribute - { - public PartNotDiscoverableAttribute() { } - } - - [AttributeUsage(AttributeTargets.Class, Inherited = false)] - public partial class SharedAttribute : PartMetadataAttribute - { - public SharedAttribute() : base(default!, default!) { } - - public SharedAttribute(string sharingBoundaryName) : base(default!, default!) { } - - public string SharingBoundary { get { throw null; } } - } - - [AttributeUsage(AttributeTargets.Property | AttributeTargets.Parameter, Inherited = false)] - [MetadataAttribute] - [CLSCompliant(false)] - public sealed partial class SharingBoundaryAttribute : Attribute - { - public SharingBoundaryAttribute(params string[] sharingBoundaryNames) { } - - public Collections.ObjectModel.ReadOnlyCollection SharingBoundaryNames { get { throw null; } } - } -} - -namespace System.Composition.Convention -{ - public abstract partial class AttributedModelProvider - { - protected AttributedModelProvider() { } - - public abstract Collections.Generic.IEnumerable GetCustomAttributes(Type reflectedType, Reflection.MemberInfo member); - public abstract Collections.Generic.IEnumerable GetCustomAttributes(Type reflectedType, Reflection.ParameterInfo parameter); - } -} \ No newline at end of file diff --git a/src/referencePackages/src/system.composition.attributedmodel/6.0.0/system.composition.attributedmodel.nuspec b/src/referencePackages/src/system.composition.attributedmodel/6.0.0/system.composition.attributedmodel.nuspec deleted file mode 100644 index 5e4308d24e..0000000000 --- a/src/referencePackages/src/system.composition.attributedmodel/6.0.0/system.composition.attributedmodel.nuspec +++ /dev/null @@ -1,25 +0,0 @@ - - - - System.Composition.AttributedModel - 6.0.0 - Microsoft - MIT - https://licenses.nuget.org/MIT - https://dot.net/ - Provides common attributes used by System.Composition types. - -Commonly Used Types: -System.Composition.ExportAttribute -System.Composition.ImportAttribute -System.Composition.Convention.AttributedModelProvider - 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.composition.hosting/6.0.0/System.Composition.Hosting.6.0.0.csproj b/src/referencePackages/src/system.composition.hosting/6.0.0/System.Composition.Hosting.6.0.0.csproj deleted file mode 100644 index e98668ef78..0000000000 --- a/src/referencePackages/src/system.composition.hosting/6.0.0/System.Composition.Hosting.6.0.0.csproj +++ /dev/null @@ -1,17 +0,0 @@ - - - - net6.0;netstandard2.0 - System.Composition.Hosting - 2 - - - - - - - - - - - diff --git a/src/referencePackages/src/system.composition.hosting/6.0.0/lib/net6.0/System.Composition.Hosting.cs b/src/referencePackages/src/system.composition.hosting/6.0.0/lib/net6.0/System.Composition.Hosting.cs deleted file mode 100644 index 65cd52c4e4..0000000000 --- a/src/referencePackages/src/system.composition.hosting/6.0.0/lib/net6.0/System.Composition.Hosting.cs +++ /dev/null @@ -1,140 +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.Versioning.TargetFramework(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] -[assembly: System.CLSCompliant(true)] -[assembly: System.Reflection.AssemblyDefaultAlias("System.Composition.Hosting")] -[assembly: System.Resources.NeutralResourcesLanguage("en-US")] -[assembly: System.Reflection.AssemblyMetadata(".NETFrameworkAssembly", "")] -[assembly: System.Reflection.AssemblyMetadata("Serviceable", "True")] -[assembly: System.Reflection.AssemblyMetadata("PreferInbox", "True")] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyDescription("Provides Managed Extensibility Framework types that are useful to developers of extensible applications, or hosts.\r\n\r\nCommonly Used Types:\r\nSystem.Composition.Hosting.CompositionHost")] -[assembly: System.Reflection.AssemblyFileVersion("6.0.21.52210")] -[assembly: System.Reflection.AssemblyInformationalVersion("6.0.0+4822e3c3aa77eb82b2fb33c9321f923cf11ddde6")] -[assembly: System.Reflection.AssemblyProduct("Microsoft® .NET")] -[assembly: System.Reflection.AssemblyTitle("System.Composition.Hosting")] -[assembly: System.Reflection.AssemblyMetadata("RepositoryUrl", "https://github.com/dotnet/runtime")] -[assembly: System.Reflection.AssemblyVersionAttribute("6.0.0.0")] -[assembly: System.Runtime.CompilerServices.ReferenceAssembly] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -namespace System.Composition.Hosting -{ - public sealed partial class CompositionHost : CompositionContext, IDisposable - { - public static CompositionHost CreateCompositionHost(Collections.Generic.IEnumerable providers) { throw null; } - - public static CompositionHost CreateCompositionHost(params Core.ExportDescriptorProvider[] providers) { throw null; } - - public void Dispose() { } - - public override bool TryGetExport(Core.CompositionContract contract, out object export) { throw null; } - } -} - -namespace System.Composition.Hosting.Core -{ - public delegate object CompositeActivator(LifetimeContext context, CompositionOperation operation); - public partial class CompositionDependency - { - public CompositionContract Contract { get { throw null; } } - - public bool IsPrerequisite { get { throw null; } } - - public object Site { get { throw null; } } - - public ExportDescriptorPromise Target { get { throw null; } } - - public static CompositionDependency Missing(CompositionContract contract, object site) { throw null; } - - public static CompositionDependency Oversupplied(CompositionContract contract, Collections.Generic.IEnumerable targets, object site) { throw null; } - - public static CompositionDependency Satisfied(CompositionContract contract, ExportDescriptorPromise target, bool isPrerequisite, object site) { throw null; } - - public override string ToString() { throw null; } - } - - public sealed partial class CompositionOperation : IDisposable - { - public void AddNonPrerequisiteAction(Action action) { } - - public void AddPostCompositionAction(Action action) { } - - public void Dispose() { } - - public static object Run(LifetimeContext outermostLifetimeContext, CompositeActivator compositionRootActivator) { throw null; } - } - - public abstract partial class DependencyAccessor - { - protected DependencyAccessor() { } - - protected abstract Collections.Generic.IEnumerable GetPromises(CompositionContract exportKey); - public Collections.Generic.IEnumerable ResolveDependencies(object site, CompositionContract contract, bool isPrerequisite) { throw null; } - - public CompositionDependency ResolveRequiredDependency(object site, CompositionContract contract, bool isPrerequisite) { throw null; } - - public bool TryResolveOptionalDependency(object site, CompositionContract contract, bool isPrerequisite, out CompositionDependency dependency) { throw null; } - } - - public abstract partial class ExportDescriptor - { - protected ExportDescriptor() { } - - public abstract CompositeActivator Activator { get; } - public abstract Collections.Generic.IDictionary Metadata { get; } - - public static ExportDescriptor Create(CompositeActivator activator, Collections.Generic.IDictionary metadata) { throw null; } - } - - public partial class ExportDescriptorPromise - { - public ExportDescriptorPromise(CompositionContract contract, string origin, bool isShared, Func> dependencies, Func, ExportDescriptor> getDescriptor) { } - - public CompositionContract Contract { get { throw null; } } - - public Collections.ObjectModel.ReadOnlyCollection Dependencies { get { throw null; } } - - public bool IsShared { get { throw null; } } - - public string Origin { get { throw null; } } - - public ExportDescriptor GetDescriptor() { throw null; } - - public override string ToString() { throw null; } - } - - public abstract partial class ExportDescriptorProvider - { - protected static readonly Func> NoDependencies; - protected static readonly Collections.Generic.IEnumerable NoExportDescriptors; - protected static readonly Collections.Generic.IDictionary NoMetadata; - protected ExportDescriptorProvider() { } - - public abstract Collections.Generic.IEnumerable GetExportDescriptors(CompositionContract contract, DependencyAccessor descriptorAccessor); - } - - public sealed partial class LifetimeContext : CompositionContext, IDisposable - { - public void AddBoundInstance(IDisposable instance) { } - - public static int AllocateSharingId() { throw null; } - - public void Dispose() { } - - public LifetimeContext FindContextWithin(string sharingBoundary) { throw null; } - - public object GetOrCreate(int sharingId, CompositionOperation operation, CompositeActivator creator) { throw null; } - - public override string ToString() { throw null; } - - public override bool TryGetExport(CompositionContract contract, out object export) { throw null; } - } -} \ No newline at end of file diff --git a/src/referencePackages/src/system.composition.hosting/6.0.0/lib/netstandard2.0/System.Composition.Hosting.cs b/src/referencePackages/src/system.composition.hosting/6.0.0/lib/netstandard2.0/System.Composition.Hosting.cs deleted file mode 100644 index faaa4fb51b..0000000000 --- a/src/referencePackages/src/system.composition.hosting/6.0.0/lib/netstandard2.0/System.Composition.Hosting.cs +++ /dev/null @@ -1,141 +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.Versioning.TargetFramework(".NETStandard,Version=v2.0", FrameworkDisplayName = "")] -[assembly: System.CLSCompliant(true)] -[assembly: System.Runtime.InteropServices.DefaultDllImportSearchPaths(System.Runtime.InteropServices.DllImportSearchPath.AssemblyDirectory | System.Runtime.InteropServices.DllImportSearchPath.System32)] -[assembly: System.Reflection.AssemblyDefaultAlias("System.Composition.Hosting")] -[assembly: System.Resources.NeutralResourcesLanguage("en-US")] -[assembly: System.Reflection.AssemblyMetadata(".NETFrameworkAssembly", "")] -[assembly: System.Reflection.AssemblyMetadata("Serviceable", "True")] -[assembly: System.Reflection.AssemblyMetadata("PreferInbox", "True")] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyDescription("Provides Managed Extensibility Framework types that are useful to developers of extensible applications, or hosts.\r\n\r\nCommonly Used Types:\r\nSystem.Composition.Hosting.CompositionHost")] -[assembly: System.Reflection.AssemblyFileVersion("6.0.21.52210")] -[assembly: System.Reflection.AssemblyInformationalVersion("6.0.0+4822e3c3aa77eb82b2fb33c9321f923cf11ddde6")] -[assembly: System.Reflection.AssemblyProduct("Microsoft® .NET")] -[assembly: System.Reflection.AssemblyTitle("System.Composition.Hosting")] -[assembly: System.Reflection.AssemblyMetadata("RepositoryUrl", "https://github.com/dotnet/runtime")] -[assembly: System.Reflection.AssemblyVersionAttribute("6.0.0.0")] -[assembly: System.Runtime.CompilerServices.ReferenceAssembly] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -namespace System.Composition.Hosting -{ - public sealed partial class CompositionHost : CompositionContext, IDisposable - { - public static CompositionHost CreateCompositionHost(Collections.Generic.IEnumerable providers) { throw null; } - - public static CompositionHost CreateCompositionHost(params Core.ExportDescriptorProvider[] providers) { throw null; } - - public void Dispose() { } - - public override bool TryGetExport(Core.CompositionContract contract, out object export) { throw null; } - } -} - -namespace System.Composition.Hosting.Core -{ - public delegate object CompositeActivator(LifetimeContext context, CompositionOperation operation); - public partial class CompositionDependency - { - public CompositionContract Contract { get { throw null; } } - - public bool IsPrerequisite { get { throw null; } } - - public object Site { get { throw null; } } - - public ExportDescriptorPromise Target { get { throw null; } } - - public static CompositionDependency Missing(CompositionContract contract, object site) { throw null; } - - public static CompositionDependency Oversupplied(CompositionContract contract, Collections.Generic.IEnumerable targets, object site) { throw null; } - - public static CompositionDependency Satisfied(CompositionContract contract, ExportDescriptorPromise target, bool isPrerequisite, object site) { throw null; } - - public override string ToString() { throw null; } - } - - public sealed partial class CompositionOperation : IDisposable - { - public void AddNonPrerequisiteAction(Action action) { } - - public void AddPostCompositionAction(Action action) { } - - public void Dispose() { } - - public static object Run(LifetimeContext outermostLifetimeContext, CompositeActivator compositionRootActivator) { throw null; } - } - - public abstract partial class DependencyAccessor - { - protected DependencyAccessor() { } - - protected abstract Collections.Generic.IEnumerable GetPromises(CompositionContract exportKey); - public Collections.Generic.IEnumerable ResolveDependencies(object site, CompositionContract contract, bool isPrerequisite) { throw null; } - - public CompositionDependency ResolveRequiredDependency(object site, CompositionContract contract, bool isPrerequisite) { throw null; } - - public bool TryResolveOptionalDependency(object site, CompositionContract contract, bool isPrerequisite, out CompositionDependency dependency) { throw null; } - } - - public abstract partial class ExportDescriptor - { - protected ExportDescriptor() { } - - public abstract CompositeActivator Activator { get; } - public abstract Collections.Generic.IDictionary Metadata { get; } - - public static ExportDescriptor Create(CompositeActivator activator, Collections.Generic.IDictionary metadata) { throw null; } - } - - public partial class ExportDescriptorPromise - { - public ExportDescriptorPromise(CompositionContract contract, string origin, bool isShared, Func> dependencies, Func, ExportDescriptor> getDescriptor) { } - - public CompositionContract Contract { get { throw null; } } - - public Collections.ObjectModel.ReadOnlyCollection Dependencies { get { throw null; } } - - public bool IsShared { get { throw null; } } - - public string Origin { get { throw null; } } - - public ExportDescriptor GetDescriptor() { throw null; } - - public override string ToString() { throw null; } - } - - public abstract partial class ExportDescriptorProvider - { - protected static readonly Func> NoDependencies; - protected static readonly Collections.Generic.IEnumerable NoExportDescriptors; - protected static readonly Collections.Generic.IDictionary NoMetadata; - protected ExportDescriptorProvider() { } - - public abstract Collections.Generic.IEnumerable GetExportDescriptors(CompositionContract contract, DependencyAccessor descriptorAccessor); - } - - public sealed partial class LifetimeContext : CompositionContext, IDisposable - { - public void AddBoundInstance(IDisposable instance) { } - - public static int AllocateSharingId() { throw null; } - - public void Dispose() { } - - public LifetimeContext FindContextWithin(string sharingBoundary) { throw null; } - - public object GetOrCreate(int sharingId, CompositionOperation operation, CompositeActivator creator) { throw null; } - - public override string ToString() { throw null; } - - public override bool TryGetExport(CompositionContract contract, out object export) { throw null; } - } -} \ No newline at end of file diff --git a/src/referencePackages/src/system.composition.hosting/6.0.0/system.composition.hosting.nuspec b/src/referencePackages/src/system.composition.hosting/6.0.0/system.composition.hosting.nuspec deleted file mode 100644 index 4e5dbf2374..0000000000 --- a/src/referencePackages/src/system.composition.hosting/6.0.0/system.composition.hosting.nuspec +++ /dev/null @@ -1,29 +0,0 @@ - - - - System.Composition.Hosting - 6.0.0 - Microsoft - MIT - https://licenses.nuget.org/MIT - https://dot.net/ - Provides Managed Extensibility Framework types that are useful to developers of extensible applications, or hosts. - -Commonly Used Types: -System.Composition.Hosting.CompositionHost - 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.xml.readerwriter/4.0.11/System.Xml.ReaderWriter.4.0.11.csproj b/src/referencePackages/src/system.xml.readerwriter/4.0.11/System.Xml.ReaderWriter.4.0.11.csproj deleted file mode 100644 index a0a89d72c3..0000000000 --- a/src/referencePackages/src/system.xml.readerwriter/4.0.11/System.Xml.ReaderWriter.4.0.11.csproj +++ /dev/null @@ -1,34 +0,0 @@ - - - - netstandard1.0;netstandard1.3 - System.Xml.ReaderWriter - 2 - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/referencePackages/src/system.xml.readerwriter/4.0.11/ref/netstandard1.0/System.Xml.ReaderWriter.cs b/src/referencePackages/src/system.xml.readerwriter/4.0.11/ref/netstandard1.0/System.Xml.ReaderWriter.cs deleted file mode 100644 index 1c2d8bbafb..0000000000 --- a/src/referencePackages/src/system.xml.readerwriter/4.0.11/ref/netstandard1.0/System.Xml.ReaderWriter.cs +++ /dev/null @@ -1,810 +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.AssemblyDefaultAlias("System.Xml.ReaderWriter.dll")] -[assembly: System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows = true)] -[assembly: System.Reflection.AssemblyTitle("System.Xml.ReaderWriter.dll")] -[assembly: System.Reflection.AssemblyDescription("System.Xml.ReaderWriter.dll")] -[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.Reflection.AssemblyInformationalVersion("4.0.30319.17929")] -[assembly: System.CLSCompliant(true)] -[assembly: System.Security.AllowPartiallyTrustedCallers] -[assembly: System.Runtime.CompilerServices.ReferenceAssembly] -[assembly: System.Runtime.CompilerServices.CompilationRelaxations(8)] -[assembly: System.Reflection.AssemblyVersionAttribute("4.0.0.0")] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -namespace System.Xml -{ - public enum ConformanceLevel - { - Auto = 0, - Fragment = 1, - Document = 2 - } - - public enum DtdProcessing - { - Prohibit = 0, - Ignore = 1 - } - - public partial interface IXmlLineInfo - { - int LineNumber { get; } - - int LinePosition { get; } - - bool HasLineInfo(); - } - - public partial interface IXmlNamespaceResolver - { - Collections.Generic.IDictionary GetNamespacesInScope(XmlNamespaceScope scope); - string LookupNamespace(string prefix); - string LookupPrefix(string namespaceName); - } - - [Flags] - public enum NamespaceHandling - { - Default = 0, - OmitDuplicates = 1 - } - - public partial class NameTable : XmlNameTable - { - public override string Add(char[] key, int start, int len) { throw null; } - - public override string Add(string key) { throw null; } - - public override string Get(char[] key, int start, int len) { throw null; } - - public override string Get(string value) { throw null; } - } - - public enum NewLineHandling - { - Replace = 0, - Entitize = 1, - None = 2 - } - - public enum ReadState - { - Initial = 0, - Interactive = 1, - Error = 2, - EndOfFile = 3, - Closed = 4 - } - - public enum WriteState - { - Start = 0, - Prolog = 1, - Element = 2, - Attribute = 3, - Content = 4, - Closed = 5, - Error = 6 - } - - public static partial class XmlConvert - { - public static string DecodeName(string name) { throw null; } - - public static string EncodeLocalName(string name) { throw null; } - - public static string EncodeName(string name) { throw null; } - - public static string EncodeNmToken(string name) { throw null; } - - public static bool ToBoolean(string s) { throw null; } - - public static byte ToByte(string s) { throw null; } - - public static char ToChar(string s) { throw null; } - - public static DateTimeOffset ToDateTimeOffset(string s, string format) { throw null; } - - public static DateTimeOffset ToDateTimeOffset(string s, string[] formats) { throw null; } - - public static DateTimeOffset ToDateTimeOffset(string s) { throw null; } - - public static decimal ToDecimal(string s) { throw null; } - - public static double ToDouble(string s) { throw null; } - - public static Guid ToGuid(string s) { throw null; } - - public static short ToInt16(string s) { throw null; } - - public static int ToInt32(string s) { throw null; } - - public static long ToInt64(string s) { throw null; } - - [CLSCompliant(false)] - public static sbyte ToSByte(string s) { throw null; } - - public static float ToSingle(string s) { throw null; } - - public static string ToString(bool value) { throw null; } - - public static string ToString(char value) { throw null; } - - public static string ToString(DateTimeOffset value, string format) { throw null; } - - public static string ToString(DateTimeOffset value) { throw null; } - - public static string ToString(decimal value) { throw null; } - - public static string ToString(double value) { throw null; } - - public static string ToString(Guid value) { throw null; } - - public static string ToString(short value) { throw null; } - - public static string ToString(int value) { throw null; } - - public static string ToString(long value) { throw null; } - - [CLSCompliant(false)] - public static string ToString(sbyte value) { throw null; } - - public static string ToString(float value) { throw null; } - - public static string ToString(TimeSpan value) { throw null; } - - [CLSCompliant(false)] - public static string ToString(uint value) { throw null; } - - [CLSCompliant(false)] - public static string ToString(ulong value) { throw null; } - - public static TimeSpan ToTimeSpan(string s) { throw null; } - - [CLSCompliant(false)] - public static ushort ToUInt16(string s) { throw null; } - - [CLSCompliant(false)] - public static uint ToUInt32(string s) { throw null; } - - [CLSCompliant(false)] - public static ulong ToUInt64(string s) { throw null; } - - public static string VerifyName(string name) { throw null; } - - public static string VerifyNCName(string name) { throw null; } - - public static string VerifyNMTOKEN(string name) { throw null; } - - public static string VerifyPublicId(string publicId) { throw null; } - - public static string VerifyWhitespace(string content) { throw null; } - - public static string VerifyXmlChars(string content) { throw null; } - } - - public partial class XmlException : Exception - { - public XmlException() { } - - public XmlException(string message, Exception innerException, int lineNumber, int linePosition) { } - - public XmlException(string message, Exception innerException) { } - - public XmlException(string message) { } - - public int LineNumber { get { throw null; } } - - public int LinePosition { get { throw null; } } - - public override string Message { get { throw null; } } - } - - public partial class XmlNamespaceManager : Collections.IEnumerable, IXmlNamespaceResolver - { - public XmlNamespaceManager(XmlNameTable nameTable) { } - - public virtual string DefaultNamespace { get { throw null; } } - - public virtual XmlNameTable NameTable { get { throw null; } } - - public virtual void AddNamespace(string prefix, string uri) { } - - public virtual Collections.IEnumerator GetEnumerator() { throw null; } - - public virtual Collections.Generic.IDictionary GetNamespacesInScope(XmlNamespaceScope scope) { throw null; } - - public virtual bool HasNamespace(string prefix) { throw null; } - - public virtual string LookupNamespace(string prefix) { throw null; } - - public virtual string LookupPrefix(string uri) { throw null; } - - public virtual bool PopScope() { throw null; } - - public virtual void PushScope() { } - - public virtual void RemoveNamespace(string prefix, string uri) { } - } - - public enum XmlNamespaceScope - { - All = 0, - ExcludeXml = 1, - Local = 2 - } - - public abstract partial class XmlNameTable - { - public abstract string Add(char[] array, int offset, int length); - public abstract string Add(string array); - public abstract string Get(char[] array, int offset, int length); - public abstract string Get(string array); - } - - public enum XmlNodeType - { - None = 0, - Element = 1, - Attribute = 2, - Text = 3, - CDATA = 4, - EntityReference = 5, - Entity = 6, - ProcessingInstruction = 7, - Comment = 8, - Document = 9, - DocumentType = 10, - DocumentFragment = 11, - Notation = 12, - Whitespace = 13, - SignificantWhitespace = 14, - EndElement = 15, - EndEntity = 16, - XmlDeclaration = 17 - } - - public partial class XmlParserContext - { - public XmlParserContext(XmlNameTable nt, XmlNamespaceManager nsMgr, string docTypeName, string pubId, string sysId, string internalSubset, string baseURI, string xmlLang, XmlSpace xmlSpace, Text.Encoding enc) { } - - public XmlParserContext(XmlNameTable nt, XmlNamespaceManager nsMgr, string docTypeName, string pubId, string sysId, string internalSubset, string baseURI, string xmlLang, XmlSpace xmlSpace) { } - - public XmlParserContext(XmlNameTable nt, XmlNamespaceManager nsMgr, string xmlLang, XmlSpace xmlSpace, Text.Encoding enc) { } - - public XmlParserContext(XmlNameTable nt, XmlNamespaceManager nsMgr, string xmlLang, XmlSpace xmlSpace) { } - - public string BaseURI { get { throw null; } set { } } - - public string DocTypeName { get { throw null; } set { } } - - public Text.Encoding Encoding { get { throw null; } set { } } - - public string InternalSubset { get { throw null; } set { } } - - public XmlNamespaceManager NamespaceManager { get { throw null; } set { } } - - public XmlNameTable NameTable { get { throw null; } set { } } - - public string PublicId { get { throw null; } set { } } - - public string SystemId { get { throw null; } set { } } - - public string XmlLang { get { throw null; } set { } } - - public XmlSpace XmlSpace { get { throw null; } set { } } - } - - public partial class XmlQualifiedName - { - public static readonly XmlQualifiedName Empty; - public XmlQualifiedName() { } - - public XmlQualifiedName(string name, string ns) { } - - public XmlQualifiedName(string name) { } - - public bool IsEmpty { get { throw null; } } - - public string Name { get { throw null; } } - - public string Namespace { get { throw null; } } - - public override bool Equals(object other) { throw null; } - - public override int GetHashCode() { throw null; } - - public static bool operator ==(XmlQualifiedName a, XmlQualifiedName b) { throw null; } - - public static bool operator !=(XmlQualifiedName a, XmlQualifiedName b) { throw null; } - - public override string ToString() { throw null; } - - public static string ToString(string name, string ns) { throw null; } - } - - public abstract partial class XmlReader : IDisposable - { - public abstract int AttributeCount { get; } - public abstract string BaseURI { get; } - - public virtual bool CanReadBinaryContent { get { throw null; } } - - public virtual bool CanReadValueChunk { get { throw null; } } - - public virtual bool CanResolveEntity { get { throw null; } } - - public abstract int Depth { get; } - public abstract bool EOF { get; } - - public virtual bool HasAttributes { get { throw null; } } - - public virtual bool HasValue { get { throw null; } } - - public virtual bool IsDefault { get { throw null; } } - - public abstract bool IsEmptyElement { get; } - - public virtual string this[int i] { get { throw null; } } - - public virtual string this[string name, string namespaceURI] { get { throw null; } } - - public virtual string this[string name] { get { throw null; } } - - public abstract string LocalName { get; } - - public virtual string Name { get { throw null; } } - - public abstract string NamespaceURI { get; } - public abstract XmlNameTable NameTable { get; } - public abstract XmlNodeType NodeType { get; } - public abstract string Prefix { get; } - public abstract ReadState ReadState { get; } - - public virtual XmlReaderSettings Settings { get { throw null; } } - - public abstract string Value { get; } - - public virtual Type ValueType { get { throw null; } } - - public virtual string XmlLang { get { throw null; } } - - public virtual XmlSpace XmlSpace { get { throw null; } } - - public static XmlReader Create(IO.Stream input, XmlReaderSettings settings, XmlParserContext inputContext) { throw null; } - - public static XmlReader Create(IO.Stream input, XmlReaderSettings settings) { throw null; } - - public static XmlReader Create(IO.Stream input) { throw null; } - - public static XmlReader Create(IO.TextReader input, XmlReaderSettings settings, XmlParserContext inputContext) { throw null; } - - public static XmlReader Create(IO.TextReader input, XmlReaderSettings settings) { throw null; } - - public static XmlReader Create(IO.TextReader input) { throw null; } - - public static XmlReader Create(string inputUri, XmlReaderSettings settings) { throw null; } - - public static XmlReader Create(string inputUri) { throw null; } - - public static XmlReader Create(XmlReader reader, XmlReaderSettings settings) { throw null; } - - public void Dispose() { } - - protected virtual void Dispose(bool disposing) { } - - public abstract string GetAttribute(int i); - public abstract string GetAttribute(string name, string namespaceURI); - public abstract string GetAttribute(string name); - public virtual Threading.Tasks.Task GetValueAsync() { throw null; } - - public static bool IsName(string str) { throw null; } - - public static bool IsNameToken(string str) { throw null; } - - public virtual bool IsStartElement() { throw null; } - - public virtual bool IsStartElement(string localname, string ns) { throw null; } - - public virtual bool IsStartElement(string name) { throw null; } - - public abstract string LookupNamespace(string prefix); - public virtual void MoveToAttribute(int i) { } - - public abstract bool MoveToAttribute(string name, string ns); - public abstract bool MoveToAttribute(string name); - public virtual XmlNodeType MoveToContent() { throw null; } - - public virtual Threading.Tasks.Task MoveToContentAsync() { throw null; } - - public abstract bool MoveToElement(); - public abstract bool MoveToFirstAttribute(); - public abstract bool MoveToNextAttribute(); - public abstract bool Read(); - public virtual Threading.Tasks.Task ReadAsync() { throw null; } - - public abstract bool ReadAttributeValue(); - public virtual object ReadContentAs(Type returnType, IXmlNamespaceResolver namespaceResolver) { throw null; } - - public virtual Threading.Tasks.Task ReadContentAsAsync(Type returnType, IXmlNamespaceResolver namespaceResolver) { throw null; } - - public virtual int ReadContentAsBase64(byte[] buffer, int index, int count) { throw null; } - - public virtual Threading.Tasks.Task ReadContentAsBase64Async(byte[] buffer, int index, int count) { throw null; } - - public virtual int ReadContentAsBinHex(byte[] buffer, int index, int count) { throw null; } - - public virtual Threading.Tasks.Task ReadContentAsBinHexAsync(byte[] buffer, int index, int count) { throw null; } - - public virtual bool ReadContentAsBoolean() { throw null; } - - public virtual DateTimeOffset ReadContentAsDateTimeOffset() { throw null; } - - public virtual decimal ReadContentAsDecimal() { throw null; } - - public virtual double ReadContentAsDouble() { throw null; } - - public virtual float ReadContentAsFloat() { throw null; } - - public virtual int ReadContentAsInt() { throw null; } - - public virtual long ReadContentAsLong() { throw null; } - - public virtual object ReadContentAsObject() { throw null; } - - public virtual Threading.Tasks.Task ReadContentAsObjectAsync() { throw null; } - - public virtual string ReadContentAsString() { throw null; } - - public virtual Threading.Tasks.Task ReadContentAsStringAsync() { throw null; } - - public virtual object ReadElementContentAs(Type returnType, IXmlNamespaceResolver namespaceResolver, string localName, string namespaceURI) { throw null; } - - public virtual object ReadElementContentAs(Type returnType, IXmlNamespaceResolver namespaceResolver) { throw null; } - - public virtual Threading.Tasks.Task ReadElementContentAsAsync(Type returnType, IXmlNamespaceResolver namespaceResolver) { throw null; } - - public virtual int ReadElementContentAsBase64(byte[] buffer, int index, int count) { throw null; } - - public virtual Threading.Tasks.Task ReadElementContentAsBase64Async(byte[] buffer, int index, int count) { throw null; } - - public virtual int ReadElementContentAsBinHex(byte[] buffer, int index, int count) { throw null; } - - public virtual Threading.Tasks.Task ReadElementContentAsBinHexAsync(byte[] buffer, int index, int count) { throw null; } - - public virtual bool ReadElementContentAsBoolean() { throw null; } - - public virtual bool ReadElementContentAsBoolean(string localName, string namespaceURI) { throw null; } - - public virtual decimal ReadElementContentAsDecimal() { throw null; } - - public virtual decimal ReadElementContentAsDecimal(string localName, string namespaceURI) { throw null; } - - public virtual double ReadElementContentAsDouble() { throw null; } - - public virtual double ReadElementContentAsDouble(string localName, string namespaceURI) { throw null; } - - public virtual float ReadElementContentAsFloat() { throw null; } - - public virtual float ReadElementContentAsFloat(string localName, string namespaceURI) { throw null; } - - public virtual int ReadElementContentAsInt() { throw null; } - - public virtual int ReadElementContentAsInt(string localName, string namespaceURI) { throw null; } - - public virtual long ReadElementContentAsLong() { throw null; } - - public virtual long ReadElementContentAsLong(string localName, string namespaceURI) { throw null; } - - public virtual object ReadElementContentAsObject() { throw null; } - - public virtual object ReadElementContentAsObject(string localName, string namespaceURI) { throw null; } - - public virtual Threading.Tasks.Task ReadElementContentAsObjectAsync() { throw null; } - - public virtual string ReadElementContentAsString() { throw null; } - - public virtual string ReadElementContentAsString(string localName, string namespaceURI) { throw null; } - - public virtual Threading.Tasks.Task ReadElementContentAsStringAsync() { throw null; } - - public virtual void ReadEndElement() { } - - public virtual string ReadInnerXml() { throw null; } - - public virtual Threading.Tasks.Task ReadInnerXmlAsync() { throw null; } - - public virtual string ReadOuterXml() { throw null; } - - public virtual Threading.Tasks.Task ReadOuterXmlAsync() { throw null; } - - public virtual void ReadStartElement() { } - - public virtual void ReadStartElement(string localname, string ns) { } - - public virtual void ReadStartElement(string name) { } - - public virtual XmlReader ReadSubtree() { throw null; } - - public virtual bool ReadToDescendant(string localName, string namespaceURI) { throw null; } - - public virtual bool ReadToDescendant(string name) { throw null; } - - public virtual bool ReadToFollowing(string localName, string namespaceURI) { throw null; } - - public virtual bool ReadToFollowing(string name) { throw null; } - - public virtual bool ReadToNextSibling(string localName, string namespaceURI) { throw null; } - - public virtual bool ReadToNextSibling(string name) { throw null; } - - public virtual int ReadValueChunk(char[] buffer, int index, int count) { throw null; } - - public virtual Threading.Tasks.Task ReadValueChunkAsync(char[] buffer, int index, int count) { throw null; } - - public abstract void ResolveEntity(); - public virtual void Skip() { } - - public virtual Threading.Tasks.Task SkipAsync() { throw null; } - } - - public sealed partial class XmlReaderSettings - { - public bool Async { get { throw null; } set { } } - - public bool CheckCharacters { get { throw null; } set { } } - - public bool CloseInput { get { throw null; } set { } } - - public ConformanceLevel ConformanceLevel { get { throw null; } set { } } - - public DtdProcessing DtdProcessing { get { throw null; } set { } } - - public bool IgnoreComments { get { throw null; } set { } } - - public bool IgnoreProcessingInstructions { get { throw null; } set { } } - - public bool IgnoreWhitespace { get { throw null; } set { } } - - public int LineNumberOffset { get { throw null; } set { } } - - public int LinePositionOffset { get { throw null; } set { } } - - public long MaxCharactersFromEntities { get { throw null; } set { } } - - public long MaxCharactersInDocument { get { throw null; } set { } } - - public XmlNameTable NameTable { get { throw null; } set { } } - - public XmlReaderSettings Clone() { throw null; } - - public void Reset() { } - } - - public enum XmlSpace - { - None = 0, - Default = 1, - Preserve = 2 - } - - public abstract partial class XmlWriter : IDisposable - { - public virtual XmlWriterSettings Settings { get { throw null; } } - - public abstract WriteState WriteState { get; } - - public virtual string XmlLang { get { throw null; } } - - public virtual XmlSpace XmlSpace { get { throw null; } } - - public static XmlWriter Create(IO.Stream output, XmlWriterSettings settings) { throw null; } - - public static XmlWriter Create(IO.Stream output) { throw null; } - - public static XmlWriter Create(IO.TextWriter output, XmlWriterSettings settings) { throw null; } - - public static XmlWriter Create(IO.TextWriter output) { throw null; } - - public static XmlWriter Create(Text.StringBuilder output, XmlWriterSettings settings) { throw null; } - - public static XmlWriter Create(Text.StringBuilder output) { throw null; } - - public static XmlWriter Create(XmlWriter output, XmlWriterSettings settings) { throw null; } - - public static XmlWriter Create(XmlWriter output) { throw null; } - - public void Dispose() { } - - protected virtual void Dispose(bool disposing) { } - - public abstract void Flush(); - public virtual Threading.Tasks.Task FlushAsync() { throw null; } - - public abstract string LookupPrefix(string ns); - public virtual void WriteAttributes(XmlReader reader, bool defattr) { } - - public virtual Threading.Tasks.Task WriteAttributesAsync(XmlReader reader, bool defattr) { throw null; } - - public void WriteAttributeString(string prefix, string localName, string ns, string value) { } - - public void WriteAttributeString(string localName, string ns, string value) { } - - public void WriteAttributeString(string localName, string value) { } - - public Threading.Tasks.Task WriteAttributeStringAsync(string prefix, string localName, string ns, string value) { throw null; } - - public abstract void WriteBase64(byte[] buffer, int index, int count); - public virtual Threading.Tasks.Task WriteBase64Async(byte[] buffer, int index, int count) { throw null; } - - public virtual void WriteBinHex(byte[] buffer, int index, int count) { } - - public virtual Threading.Tasks.Task WriteBinHexAsync(byte[] buffer, int index, int count) { throw null; } - - public abstract void WriteCData(string text); - public virtual Threading.Tasks.Task WriteCDataAsync(string text) { throw null; } - - public abstract void WriteCharEntity(char ch); - public virtual Threading.Tasks.Task WriteCharEntityAsync(char ch) { throw null; } - - public abstract void WriteChars(char[] buffer, int index, int count); - public virtual Threading.Tasks.Task WriteCharsAsync(char[] buffer, int index, int count) { throw null; } - - public abstract void WriteComment(string text); - public virtual Threading.Tasks.Task WriteCommentAsync(string text) { throw null; } - - public abstract void WriteDocType(string name, string pubid, string sysid, string subset); - public virtual Threading.Tasks.Task WriteDocTypeAsync(string name, string pubid, string sysid, string subset) { throw null; } - - public void WriteElementString(string prefix, string localName, string ns, string value) { } - - public void WriteElementString(string localName, string ns, string value) { } - - public void WriteElementString(string localName, string value) { } - - public Threading.Tasks.Task WriteElementStringAsync(string prefix, string localName, string ns, string value) { throw null; } - - public abstract void WriteEndAttribute(); - protected internal virtual Threading.Tasks.Task WriteEndAttributeAsync() { throw null; } - - public abstract void WriteEndDocument(); - public virtual Threading.Tasks.Task WriteEndDocumentAsync() { throw null; } - - public abstract void WriteEndElement(); - public virtual Threading.Tasks.Task WriteEndElementAsync() { throw null; } - - public abstract void WriteEntityRef(string name); - public virtual Threading.Tasks.Task WriteEntityRefAsync(string name) { throw null; } - - public abstract void WriteFullEndElement(); - public virtual Threading.Tasks.Task WriteFullEndElementAsync() { throw null; } - - public virtual void WriteName(string name) { } - - public virtual Threading.Tasks.Task WriteNameAsync(string name) { throw null; } - - public virtual void WriteNmToken(string name) { } - - public virtual Threading.Tasks.Task WriteNmTokenAsync(string name) { throw null; } - - public virtual void WriteNode(XmlReader reader, bool defattr) { } - - public virtual Threading.Tasks.Task WriteNodeAsync(XmlReader reader, bool defattr) { throw null; } - - public abstract void WriteProcessingInstruction(string name, string text); - public virtual Threading.Tasks.Task WriteProcessingInstructionAsync(string name, string text) { throw null; } - - public virtual void WriteQualifiedName(string localName, string ns) { } - - public virtual Threading.Tasks.Task WriteQualifiedNameAsync(string localName, string ns) { throw null; } - - public abstract void WriteRaw(char[] buffer, int index, int count); - public abstract void WriteRaw(string data); - public virtual Threading.Tasks.Task WriteRawAsync(char[] buffer, int index, int count) { throw null; } - - public virtual Threading.Tasks.Task WriteRawAsync(string data) { throw null; } - - public abstract void WriteStartAttribute(string prefix, string localName, string ns); - public void WriteStartAttribute(string localName, string ns) { } - - public void WriteStartAttribute(string localName) { } - - protected internal virtual Threading.Tasks.Task WriteStartAttributeAsync(string prefix, string localName, string ns) { throw null; } - - public abstract void WriteStartDocument(); - public abstract void WriteStartDocument(bool standalone); - public virtual Threading.Tasks.Task WriteStartDocumentAsync() { throw null; } - - public virtual Threading.Tasks.Task WriteStartDocumentAsync(bool standalone) { throw null; } - - public abstract void WriteStartElement(string prefix, string localName, string ns); - public void WriteStartElement(string localName, string ns) { } - - public void WriteStartElement(string localName) { } - - public virtual Threading.Tasks.Task WriteStartElementAsync(string prefix, string localName, string ns) { throw null; } - - public abstract void WriteString(string text); - public virtual Threading.Tasks.Task WriteStringAsync(string text) { throw null; } - - public abstract void WriteSurrogateCharEntity(char lowChar, char highChar); - public virtual Threading.Tasks.Task WriteSurrogateCharEntityAsync(char lowChar, char highChar) { throw null; } - - public virtual void WriteValue(bool value) { } - - public virtual void WriteValue(DateTimeOffset value) { } - - public virtual void WriteValue(decimal value) { } - - public virtual void WriteValue(double value) { } - - public virtual void WriteValue(int value) { } - - public virtual void WriteValue(long value) { } - - public virtual void WriteValue(object value) { } - - public virtual void WriteValue(float value) { } - - public virtual void WriteValue(string value) { } - - public abstract void WriteWhitespace(string ws); - public virtual Threading.Tasks.Task WriteWhitespaceAsync(string ws) { throw null; } - } - - public sealed partial class XmlWriterSettings - { - public bool Async { get { throw null; } set { } } - - public bool CheckCharacters { get { throw null; } set { } } - - public bool CloseOutput { get { throw null; } set { } } - - public ConformanceLevel ConformanceLevel { get { throw null; } set { } } - - public Text.Encoding Encoding { get { throw null; } set { } } - - public bool Indent { get { throw null; } set { } } - - public string IndentChars { get { throw null; } set { } } - - public NamespaceHandling NamespaceHandling { get { throw null; } set { } } - - public string NewLineChars { get { throw null; } set { } } - - public NewLineHandling NewLineHandling { get { throw null; } set { } } - - public bool NewLineOnAttributes { get { throw null; } set { } } - - public bool OmitXmlDeclaration { get { throw null; } set { } } - - public bool WriteEndDocumentOnClose { get { throw null; } set { } } - - public XmlWriterSettings Clone() { throw null; } - - public void Reset() { } - } -} - -namespace System.Xml.Schema -{ - public partial class XmlSchema - { - internal XmlSchema() { } - } - - public enum XmlSchemaForm - { - None = 0, - Qualified = 1, - Unqualified = 2 - } -} \ No newline at end of file diff --git a/src/referencePackages/src/system.xml.readerwriter/4.0.11/ref/netstandard1.3/System.Xml.ReaderWriter.cs b/src/referencePackages/src/system.xml.readerwriter/4.0.11/ref/netstandard1.3/System.Xml.ReaderWriter.cs deleted file mode 100644 index 11d528b188..0000000000 --- a/src/referencePackages/src/system.xml.readerwriter/4.0.11/ref/netstandard1.3/System.Xml.ReaderWriter.cs +++ /dev/null @@ -1,850 +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.Xml.ReaderWriter")] -[assembly: System.Reflection.AssemblyDescription("System.Xml.ReaderWriter")] -[assembly: System.Reflection.AssemblyDefaultAlias("System.Xml.ReaderWriter")] -[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)] -namespace System.Xml -{ - public enum ConformanceLevel - { - Auto = 0, - Fragment = 1, - Document = 2 - } - - public enum DtdProcessing - { - Prohibit = 0, - Ignore = 1 - } - - public partial interface IXmlLineInfo - { - int LineNumber { get; } - - int LinePosition { get; } - - bool HasLineInfo(); - } - - public partial interface IXmlNamespaceResolver - { - Collections.Generic.IDictionary GetNamespacesInScope(XmlNamespaceScope scope); - string LookupNamespace(string prefix); - string LookupPrefix(string namespaceName); - } - - [Flags] - public enum NamespaceHandling - { - Default = 0, - OmitDuplicates = 1 - } - - public partial class NameTable : XmlNameTable - { - public override string Add(char[] key, int start, int len) { throw null; } - - public override string Add(string key) { throw null; } - - public override string Get(char[] key, int start, int len) { throw null; } - - public override string Get(string value) { throw null; } - } - - public enum NewLineHandling - { - Replace = 0, - Entitize = 1, - None = 2 - } - - public enum ReadState - { - Initial = 0, - Interactive = 1, - Error = 2, - EndOfFile = 3, - Closed = 4 - } - - public enum WriteState - { - Start = 0, - Prolog = 1, - Element = 2, - Attribute = 3, - Content = 4, - Closed = 5, - Error = 6 - } - - public static partial class XmlConvert - { - public static string DecodeName(string name) { throw null; } - - public static string EncodeLocalName(string name) { throw null; } - - public static string EncodeName(string name) { throw null; } - - public static string EncodeNmToken(string name) { throw null; } - - public static bool ToBoolean(string s) { throw null; } - - public static byte ToByte(string s) { throw null; } - - public static char ToChar(string s) { throw null; } - - public static DateTime ToDateTime(string s, XmlDateTimeSerializationMode dateTimeOption) { throw null; } - - public static DateTimeOffset ToDateTimeOffset(string s, string format) { throw null; } - - public static DateTimeOffset ToDateTimeOffset(string s, string[] formats) { throw null; } - - public static DateTimeOffset ToDateTimeOffset(string s) { throw null; } - - public static decimal ToDecimal(string s) { throw null; } - - public static double ToDouble(string s) { throw null; } - - public static Guid ToGuid(string s) { throw null; } - - public static short ToInt16(string s) { throw null; } - - public static int ToInt32(string s) { throw null; } - - public static long ToInt64(string s) { throw null; } - - [CLSCompliant(false)] - public static sbyte ToSByte(string s) { throw null; } - - public static float ToSingle(string s) { throw null; } - - public static string ToString(bool value) { throw null; } - - public static string ToString(byte value) { throw null; } - - public static string ToString(char value) { throw null; } - - public static string ToString(DateTime value, XmlDateTimeSerializationMode dateTimeOption) { throw null; } - - public static string ToString(DateTimeOffset value, string format) { throw null; } - - public static string ToString(DateTimeOffset value) { throw null; } - - public static string ToString(decimal value) { throw null; } - - public static string ToString(double value) { throw null; } - - public static string ToString(Guid value) { throw null; } - - public static string ToString(short value) { throw null; } - - public static string ToString(int value) { throw null; } - - public static string ToString(long value) { throw null; } - - [CLSCompliant(false)] - public static string ToString(sbyte value) { throw null; } - - public static string ToString(float value) { throw null; } - - public static string ToString(TimeSpan value) { throw null; } - - [CLSCompliant(false)] - public static string ToString(ushort value) { throw null; } - - [CLSCompliant(false)] - public static string ToString(uint value) { throw null; } - - [CLSCompliant(false)] - public static string ToString(ulong value) { throw null; } - - public static TimeSpan ToTimeSpan(string s) { throw null; } - - [CLSCompliant(false)] - public static ushort ToUInt16(string s) { throw null; } - - [CLSCompliant(false)] - public static uint ToUInt32(string s) { throw null; } - - [CLSCompliant(false)] - public static ulong ToUInt64(string s) { throw null; } - - public static string VerifyName(string name) { throw null; } - - public static string VerifyNCName(string name) { throw null; } - - public static string VerifyNMTOKEN(string name) { throw null; } - - public static string VerifyPublicId(string publicId) { throw null; } - - public static string VerifyWhitespace(string content) { throw null; } - - public static string VerifyXmlChars(string content) { throw null; } - } - - public enum XmlDateTimeSerializationMode - { - Local = 0, - Utc = 1, - Unspecified = 2, - RoundtripKind = 3 - } - - public partial class XmlException : Exception - { - public XmlException() { } - - public XmlException(string message, Exception innerException, int lineNumber, int linePosition) { } - - public XmlException(string message, Exception innerException) { } - - public XmlException(string message) { } - - public int LineNumber { get { throw null; } } - - public int LinePosition { get { throw null; } } - - public override string Message { get { throw null; } } - } - - public partial class XmlNamespaceManager : Collections.IEnumerable, IXmlNamespaceResolver - { - public XmlNamespaceManager(XmlNameTable nameTable) { } - - public virtual string DefaultNamespace { get { throw null; } } - - public virtual XmlNameTable NameTable { get { throw null; } } - - public virtual void AddNamespace(string prefix, string uri) { } - - public virtual Collections.IEnumerator GetEnumerator() { throw null; } - - public virtual Collections.Generic.IDictionary GetNamespacesInScope(XmlNamespaceScope scope) { throw null; } - - public virtual bool HasNamespace(string prefix) { throw null; } - - public virtual string LookupNamespace(string prefix) { throw null; } - - public virtual string LookupPrefix(string uri) { throw null; } - - public virtual bool PopScope() { throw null; } - - public virtual void PushScope() { } - - public virtual void RemoveNamespace(string prefix, string uri) { } - } - - public enum XmlNamespaceScope - { - All = 0, - ExcludeXml = 1, - Local = 2 - } - - public abstract partial class XmlNameTable - { - public abstract string Add(char[] array, int offset, int length); - public abstract string Add(string array); - public abstract string Get(char[] array, int offset, int length); - public abstract string Get(string array); - } - - public enum XmlNodeType - { - None = 0, - Element = 1, - Attribute = 2, - Text = 3, - CDATA = 4, - EntityReference = 5, - Entity = 6, - ProcessingInstruction = 7, - Comment = 8, - Document = 9, - DocumentType = 10, - DocumentFragment = 11, - Notation = 12, - Whitespace = 13, - SignificantWhitespace = 14, - EndElement = 15, - EndEntity = 16, - XmlDeclaration = 17 - } - - public partial class XmlParserContext - { - public XmlParserContext(XmlNameTable nt, XmlNamespaceManager nsMgr, string docTypeName, string pubId, string sysId, string internalSubset, string baseURI, string xmlLang, XmlSpace xmlSpace, Text.Encoding enc) { } - - public XmlParserContext(XmlNameTable nt, XmlNamespaceManager nsMgr, string docTypeName, string pubId, string sysId, string internalSubset, string baseURI, string xmlLang, XmlSpace xmlSpace) { } - - public XmlParserContext(XmlNameTable nt, XmlNamespaceManager nsMgr, string xmlLang, XmlSpace xmlSpace, Text.Encoding enc) { } - - public XmlParserContext(XmlNameTable nt, XmlNamespaceManager nsMgr, string xmlLang, XmlSpace xmlSpace) { } - - public string BaseURI { get { throw null; } set { } } - - public string DocTypeName { get { throw null; } set { } } - - public Text.Encoding Encoding { get { throw null; } set { } } - - public string InternalSubset { get { throw null; } set { } } - - public XmlNamespaceManager NamespaceManager { get { throw null; } set { } } - - public XmlNameTable NameTable { get { throw null; } set { } } - - public string PublicId { get { throw null; } set { } } - - public string SystemId { get { throw null; } set { } } - - public string XmlLang { get { throw null; } set { } } - - public XmlSpace XmlSpace { get { throw null; } set { } } - } - - public partial class XmlQualifiedName - { - public static readonly XmlQualifiedName Empty; - public XmlQualifiedName() { } - - public XmlQualifiedName(string name, string ns) { } - - public XmlQualifiedName(string name) { } - - public bool IsEmpty { get { throw null; } } - - public string Name { get { throw null; } } - - public string Namespace { get { throw null; } } - - public override bool Equals(object other) { throw null; } - - public override int GetHashCode() { throw null; } - - public static bool operator ==(XmlQualifiedName a, XmlQualifiedName b) { throw null; } - - public static bool operator !=(XmlQualifiedName a, XmlQualifiedName b) { throw null; } - - public override string ToString() { throw null; } - - public static string ToString(string name, string ns) { throw null; } - } - - public abstract partial class XmlReader : IDisposable - { - public abstract int AttributeCount { get; } - public abstract string BaseURI { get; } - - public virtual bool CanReadBinaryContent { get { throw null; } } - - public virtual bool CanReadValueChunk { get { throw null; } } - - public virtual bool CanResolveEntity { get { throw null; } } - - public abstract int Depth { get; } - public abstract bool EOF { get; } - - public virtual bool HasAttributes { get { throw null; } } - - public virtual bool HasValue { get { throw null; } } - - public virtual bool IsDefault { get { throw null; } } - - public abstract bool IsEmptyElement { get; } - - public virtual string this[int i] { get { throw null; } } - - public virtual string this[string name, string namespaceURI] { get { throw null; } } - - public virtual string this[string name] { get { throw null; } } - - public abstract string LocalName { get; } - - public virtual string Name { get { throw null; } } - - public abstract string NamespaceURI { get; } - public abstract XmlNameTable NameTable { get; } - public abstract XmlNodeType NodeType { get; } - public abstract string Prefix { get; } - public abstract ReadState ReadState { get; } - - public virtual XmlReaderSettings Settings { get { throw null; } } - - public abstract string Value { get; } - - public virtual Type ValueType { get { throw null; } } - - public virtual string XmlLang { get { throw null; } } - - public virtual XmlSpace XmlSpace { get { throw null; } } - - public static XmlReader Create(IO.Stream input, XmlReaderSettings settings, XmlParserContext inputContext) { throw null; } - - public static XmlReader Create(IO.Stream input, XmlReaderSettings settings) { throw null; } - - public static XmlReader Create(IO.Stream input) { throw null; } - - public static XmlReader Create(IO.TextReader input, XmlReaderSettings settings, XmlParserContext inputContext) { throw null; } - - public static XmlReader Create(IO.TextReader input, XmlReaderSettings settings) { throw null; } - - public static XmlReader Create(IO.TextReader input) { throw null; } - - public static XmlReader Create(string inputUri, XmlReaderSettings settings) { throw null; } - - public static XmlReader Create(string inputUri) { throw null; } - - public static XmlReader Create(XmlReader reader, XmlReaderSettings settings) { throw null; } - - public void Dispose() { } - - protected virtual void Dispose(bool disposing) { } - - public abstract string GetAttribute(int i); - public abstract string GetAttribute(string name, string namespaceURI); - public abstract string GetAttribute(string name); - public virtual Threading.Tasks.Task GetValueAsync() { throw null; } - - public static bool IsName(string str) { throw null; } - - public static bool IsNameToken(string str) { throw null; } - - public virtual bool IsStartElement() { throw null; } - - public virtual bool IsStartElement(string localname, string ns) { throw null; } - - public virtual bool IsStartElement(string name) { throw null; } - - public abstract string LookupNamespace(string prefix); - public virtual void MoveToAttribute(int i) { } - - public abstract bool MoveToAttribute(string name, string ns); - public abstract bool MoveToAttribute(string name); - public virtual XmlNodeType MoveToContent() { throw null; } - - public virtual Threading.Tasks.Task MoveToContentAsync() { throw null; } - - public abstract bool MoveToElement(); - public abstract bool MoveToFirstAttribute(); - public abstract bool MoveToNextAttribute(); - public abstract bool Read(); - public virtual Threading.Tasks.Task ReadAsync() { throw null; } - - public abstract bool ReadAttributeValue(); - public virtual object ReadContentAs(Type returnType, IXmlNamespaceResolver namespaceResolver) { throw null; } - - public virtual Threading.Tasks.Task ReadContentAsAsync(Type returnType, IXmlNamespaceResolver namespaceResolver) { throw null; } - - public virtual int ReadContentAsBase64(byte[] buffer, int index, int count) { throw null; } - - public virtual Threading.Tasks.Task ReadContentAsBase64Async(byte[] buffer, int index, int count) { throw null; } - - public virtual int ReadContentAsBinHex(byte[] buffer, int index, int count) { throw null; } - - public virtual Threading.Tasks.Task ReadContentAsBinHexAsync(byte[] buffer, int index, int count) { throw null; } - - public virtual bool ReadContentAsBoolean() { throw null; } - - public virtual DateTimeOffset ReadContentAsDateTimeOffset() { throw null; } - - public virtual decimal ReadContentAsDecimal() { throw null; } - - public virtual double ReadContentAsDouble() { throw null; } - - public virtual float ReadContentAsFloat() { throw null; } - - public virtual int ReadContentAsInt() { throw null; } - - public virtual long ReadContentAsLong() { throw null; } - - public virtual object ReadContentAsObject() { throw null; } - - public virtual Threading.Tasks.Task ReadContentAsObjectAsync() { throw null; } - - public virtual string ReadContentAsString() { throw null; } - - public virtual Threading.Tasks.Task ReadContentAsStringAsync() { throw null; } - - public virtual object ReadElementContentAs(Type returnType, IXmlNamespaceResolver namespaceResolver, string localName, string namespaceURI) { throw null; } - - public virtual object ReadElementContentAs(Type returnType, IXmlNamespaceResolver namespaceResolver) { throw null; } - - public virtual Threading.Tasks.Task ReadElementContentAsAsync(Type returnType, IXmlNamespaceResolver namespaceResolver) { throw null; } - - public virtual int ReadElementContentAsBase64(byte[] buffer, int index, int count) { throw null; } - - public virtual Threading.Tasks.Task ReadElementContentAsBase64Async(byte[] buffer, int index, int count) { throw null; } - - public virtual int ReadElementContentAsBinHex(byte[] buffer, int index, int count) { throw null; } - - public virtual Threading.Tasks.Task ReadElementContentAsBinHexAsync(byte[] buffer, int index, int count) { throw null; } - - public virtual bool ReadElementContentAsBoolean() { throw null; } - - public virtual bool ReadElementContentAsBoolean(string localName, string namespaceURI) { throw null; } - - public virtual decimal ReadElementContentAsDecimal() { throw null; } - - public virtual decimal ReadElementContentAsDecimal(string localName, string namespaceURI) { throw null; } - - public virtual double ReadElementContentAsDouble() { throw null; } - - public virtual double ReadElementContentAsDouble(string localName, string namespaceURI) { throw null; } - - public virtual float ReadElementContentAsFloat() { throw null; } - - public virtual float ReadElementContentAsFloat(string localName, string namespaceURI) { throw null; } - - public virtual int ReadElementContentAsInt() { throw null; } - - public virtual int ReadElementContentAsInt(string localName, string namespaceURI) { throw null; } - - public virtual long ReadElementContentAsLong() { throw null; } - - public virtual long ReadElementContentAsLong(string localName, string namespaceURI) { throw null; } - - public virtual object ReadElementContentAsObject() { throw null; } - - public virtual object ReadElementContentAsObject(string localName, string namespaceURI) { throw null; } - - public virtual Threading.Tasks.Task ReadElementContentAsObjectAsync() { throw null; } - - public virtual string ReadElementContentAsString() { throw null; } - - public virtual string ReadElementContentAsString(string localName, string namespaceURI) { throw null; } - - public virtual Threading.Tasks.Task ReadElementContentAsStringAsync() { throw null; } - - public virtual void ReadEndElement() { } - - public virtual string ReadInnerXml() { throw null; } - - public virtual Threading.Tasks.Task ReadInnerXmlAsync() { throw null; } - - public virtual string ReadOuterXml() { throw null; } - - public virtual Threading.Tasks.Task ReadOuterXmlAsync() { throw null; } - - public virtual void ReadStartElement() { } - - public virtual void ReadStartElement(string localname, string ns) { } - - public virtual void ReadStartElement(string name) { } - - public virtual XmlReader ReadSubtree() { throw null; } - - public virtual bool ReadToDescendant(string localName, string namespaceURI) { throw null; } - - public virtual bool ReadToDescendant(string name) { throw null; } - - public virtual bool ReadToFollowing(string localName, string namespaceURI) { throw null; } - - public virtual bool ReadToFollowing(string name) { throw null; } - - public virtual bool ReadToNextSibling(string localName, string namespaceURI) { throw null; } - - public virtual bool ReadToNextSibling(string name) { throw null; } - - public virtual int ReadValueChunk(char[] buffer, int index, int count) { throw null; } - - public virtual Threading.Tasks.Task ReadValueChunkAsync(char[] buffer, int index, int count) { throw null; } - - public abstract void ResolveEntity(); - public virtual void Skip() { } - - public virtual Threading.Tasks.Task SkipAsync() { throw null; } - } - - public sealed partial class XmlReaderSettings - { - public bool Async { get { throw null; } set { } } - - public bool CheckCharacters { get { throw null; } set { } } - - public bool CloseInput { get { throw null; } set { } } - - public ConformanceLevel ConformanceLevel { get { throw null; } set { } } - - public DtdProcessing DtdProcessing { get { throw null; } set { } } - - public bool IgnoreComments { get { throw null; } set { } } - - public bool IgnoreProcessingInstructions { get { throw null; } set { } } - - public bool IgnoreWhitespace { get { throw null; } set { } } - - public int LineNumberOffset { get { throw null; } set { } } - - public int LinePositionOffset { get { throw null; } set { } } - - public long MaxCharactersFromEntities { get { throw null; } set { } } - - public long MaxCharactersInDocument { get { throw null; } set { } } - - public XmlNameTable NameTable { get { throw null; } set { } } - - public XmlReaderSettings Clone() { throw null; } - - public void Reset() { } - } - - public enum XmlSpace - { - None = 0, - Default = 1, - Preserve = 2 - } - - public abstract partial class XmlWriter : IDisposable - { - public virtual XmlWriterSettings Settings { get { throw null; } } - - public abstract WriteState WriteState { get; } - - public virtual string XmlLang { get { throw null; } } - - public virtual XmlSpace XmlSpace { get { throw null; } } - - public static XmlWriter Create(IO.Stream output, XmlWriterSettings settings) { throw null; } - - public static XmlWriter Create(IO.Stream output) { throw null; } - - public static XmlWriter Create(IO.TextWriter output, XmlWriterSettings settings) { throw null; } - - public static XmlWriter Create(IO.TextWriter output) { throw null; } - - public static XmlWriter Create(Text.StringBuilder output, XmlWriterSettings settings) { throw null; } - - public static XmlWriter Create(Text.StringBuilder output) { throw null; } - - public static XmlWriter Create(XmlWriter output, XmlWriterSettings settings) { throw null; } - - public static XmlWriter Create(XmlWriter output) { throw null; } - - public void Dispose() { } - - protected virtual void Dispose(bool disposing) { } - - public abstract void Flush(); - public virtual Threading.Tasks.Task FlushAsync() { throw null; } - - public abstract string LookupPrefix(string ns); - public virtual void WriteAttributes(XmlReader reader, bool defattr) { } - - public virtual Threading.Tasks.Task WriteAttributesAsync(XmlReader reader, bool defattr) { throw null; } - - public void WriteAttributeString(string prefix, string localName, string ns, string value) { } - - public void WriteAttributeString(string localName, string ns, string value) { } - - public void WriteAttributeString(string localName, string value) { } - - public Threading.Tasks.Task WriteAttributeStringAsync(string prefix, string localName, string ns, string value) { throw null; } - - public abstract void WriteBase64(byte[] buffer, int index, int count); - public virtual Threading.Tasks.Task WriteBase64Async(byte[] buffer, int index, int count) { throw null; } - - public virtual void WriteBinHex(byte[] buffer, int index, int count) { } - - public virtual Threading.Tasks.Task WriteBinHexAsync(byte[] buffer, int index, int count) { throw null; } - - public abstract void WriteCData(string text); - public virtual Threading.Tasks.Task WriteCDataAsync(string text) { throw null; } - - public abstract void WriteCharEntity(char ch); - public virtual Threading.Tasks.Task WriteCharEntityAsync(char ch) { throw null; } - - public abstract void WriteChars(char[] buffer, int index, int count); - public virtual Threading.Tasks.Task WriteCharsAsync(char[] buffer, int index, int count) { throw null; } - - public abstract void WriteComment(string text); - public virtual Threading.Tasks.Task WriteCommentAsync(string text) { throw null; } - - public abstract void WriteDocType(string name, string pubid, string sysid, string subset); - public virtual Threading.Tasks.Task WriteDocTypeAsync(string name, string pubid, string sysid, string subset) { throw null; } - - public void WriteElementString(string prefix, string localName, string ns, string value) { } - - public void WriteElementString(string localName, string ns, string value) { } - - public void WriteElementString(string localName, string value) { } - - public Threading.Tasks.Task WriteElementStringAsync(string prefix, string localName, string ns, string value) { throw null; } - - public abstract void WriteEndAttribute(); - protected internal virtual Threading.Tasks.Task WriteEndAttributeAsync() { throw null; } - - public abstract void WriteEndDocument(); - public virtual Threading.Tasks.Task WriteEndDocumentAsync() { throw null; } - - public abstract void WriteEndElement(); - public virtual Threading.Tasks.Task WriteEndElementAsync() { throw null; } - - public abstract void WriteEntityRef(string name); - public virtual Threading.Tasks.Task WriteEntityRefAsync(string name) { throw null; } - - public abstract void WriteFullEndElement(); - public virtual Threading.Tasks.Task WriteFullEndElementAsync() { throw null; } - - public virtual void WriteName(string name) { } - - public virtual Threading.Tasks.Task WriteNameAsync(string name) { throw null; } - - public virtual void WriteNmToken(string name) { } - - public virtual Threading.Tasks.Task WriteNmTokenAsync(string name) { throw null; } - - public virtual void WriteNode(XmlReader reader, bool defattr) { } - - public virtual Threading.Tasks.Task WriteNodeAsync(XmlReader reader, bool defattr) { throw null; } - - public abstract void WriteProcessingInstruction(string name, string text); - public virtual Threading.Tasks.Task WriteProcessingInstructionAsync(string name, string text) { throw null; } - - public virtual void WriteQualifiedName(string localName, string ns) { } - - public virtual Threading.Tasks.Task WriteQualifiedNameAsync(string localName, string ns) { throw null; } - - public abstract void WriteRaw(char[] buffer, int index, int count); - public abstract void WriteRaw(string data); - public virtual Threading.Tasks.Task WriteRawAsync(char[] buffer, int index, int count) { throw null; } - - public virtual Threading.Tasks.Task WriteRawAsync(string data) { throw null; } - - public abstract void WriteStartAttribute(string prefix, string localName, string ns); - public void WriteStartAttribute(string localName, string ns) { } - - public void WriteStartAttribute(string localName) { } - - protected internal virtual Threading.Tasks.Task WriteStartAttributeAsync(string prefix, string localName, string ns) { throw null; } - - public abstract void WriteStartDocument(); - public abstract void WriteStartDocument(bool standalone); - public virtual Threading.Tasks.Task WriteStartDocumentAsync() { throw null; } - - public virtual Threading.Tasks.Task WriteStartDocumentAsync(bool standalone) { throw null; } - - public abstract void WriteStartElement(string prefix, string localName, string ns); - public void WriteStartElement(string localName, string ns) { } - - public void WriteStartElement(string localName) { } - - public virtual Threading.Tasks.Task WriteStartElementAsync(string prefix, string localName, string ns) { throw null; } - - public abstract void WriteString(string text); - public virtual Threading.Tasks.Task WriteStringAsync(string text) { throw null; } - - public abstract void WriteSurrogateCharEntity(char lowChar, char highChar); - public virtual Threading.Tasks.Task WriteSurrogateCharEntityAsync(char lowChar, char highChar) { throw null; } - - public virtual void WriteValue(bool value) { } - - public virtual void WriteValue(DateTimeOffset value) { } - - public virtual void WriteValue(decimal value) { } - - public virtual void WriteValue(double value) { } - - public virtual void WriteValue(int value) { } - - public virtual void WriteValue(long value) { } - - public virtual void WriteValue(object value) { } - - public virtual void WriteValue(float value) { } - - public virtual void WriteValue(string value) { } - - public abstract void WriteWhitespace(string ws); - public virtual Threading.Tasks.Task WriteWhitespaceAsync(string ws) { throw null; } - } - - public sealed partial class XmlWriterSettings - { - public bool Async { get { throw null; } set { } } - - public bool CheckCharacters { get { throw null; } set { } } - - public bool CloseOutput { get { throw null; } set { } } - - public ConformanceLevel ConformanceLevel { get { throw null; } set { } } - - public Text.Encoding Encoding { get { throw null; } set { } } - - public bool Indent { get { throw null; } set { } } - - public string IndentChars { get { throw null; } set { } } - - public NamespaceHandling NamespaceHandling { get { throw null; } set { } } - - public string NewLineChars { get { throw null; } set { } } - - public NewLineHandling NewLineHandling { get { throw null; } set { } } - - public bool NewLineOnAttributes { get { throw null; } set { } } - - public bool OmitXmlDeclaration { get { throw null; } set { } } - - public bool WriteEndDocumentOnClose { get { throw null; } set { } } - - public XmlWriterSettings Clone() { throw null; } - - public void Reset() { } - } -} - -namespace System.Xml.Schema -{ - public partial class XmlSchema - { - internal XmlSchema() { } - } - - public enum XmlSchemaForm - { - None = 0, - Qualified = 1, - Unqualified = 2 - } -} - -namespace System.Xml.Serialization -{ - public partial interface IXmlSerializable - { - Schema.XmlSchema GetSchema(); - void ReadXml(XmlReader reader); - void WriteXml(XmlWriter writer); - } - - [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Interface)] - public sealed partial class XmlSchemaProviderAttribute : Attribute - { - public XmlSchemaProviderAttribute(string methodName) { } - - public bool IsAny { get { throw null; } set { } } - - public string MethodName { get { throw null; } } - } -} \ No newline at end of file diff --git a/src/referencePackages/src/system.xml.readerwriter/4.0.11/system.xml.readerwriter.nuspec b/src/referencePackages/src/system.xml.readerwriter/4.0.11/system.xml.readerwriter.nuspec deleted file mode 100644 index 6cbfebd03d..0000000000 --- a/src/referencePackages/src/system.xml.readerwriter/4.0.11/system.xml.readerwriter.nuspec +++ /dev/null @@ -1,56 +0,0 @@ - - - - System.Xml.ReaderWriter - 4.0.11 - System.Xml.ReaderWriter - Microsoft - microsoft,dotnetframework - true - https://microsoft.mit-license.org/ - https://dot.net/ - http://go.microsoft.com/fwlink/?LinkID=288859 - Provides provides a fast, non-cached, forward-only way to read and write Extensible Markup Language (XML) data. - -Commonly Used Types: -System.Xml.XmlNodeType -System.Xml.XmlException -System.Xml.XmlReader -System.Xml.XmlWriter -System.Xml.IXmlLineInfo -System.Xml.XmlNameTable -System.Xml.IXmlNamespaceResolver -System.Xml.XmlNamespaceManager -System.Xml.XmlQualifiedName - -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 From f64245885f42c55dedf7930b8ae15d5d351e0fa9 Mon Sep 17 00:00:00 2001 From: Michael Simons Date: Fri, 23 Jun 2023 18:03:12 +0000 Subject: [PATCH 5/5] Remove unreferenced packages --- .../System.Composition.Runtime.6.0.0.csproj | 9 - .../lib/net6.0/System.Composition.Runtime.cs | 125 ---------- .../System.Composition.Runtime.cs | 126 ---------- .../6.0.0/system.composition.runtime.nuspec | 23 -- ...ystem.Text.RegularExpressions.4.1.0.csproj | 32 --- .../4.1.0/ref/net45/_._ | 0 .../System.Text.RegularExpressions.cs | 163 ------------- .../System.Text.RegularExpressions.cs | 165 ------------- .../System.Text.RegularExpressions.cs | 221 ----------------- .../system.text.regularexpressions.nuspec | 67 ------ ...ystem.Text.RegularExpressions.4.3.1.csproj | 39 --- .../4.3.1/ref/net45/_._ | 0 .../System.Text.RegularExpressions.cs | 222 ------------------ .../System.Text.RegularExpressions.cs | 163 ------------- .../System.Text.RegularExpressions.cs | 165 ------------- .../System.Text.RegularExpressions.cs | 221 ----------------- .../system.text.regularexpressions.nuspec | 70 ------ ...em.Threading.Tasks.Extensions.4.0.0.csproj | 28 --- .../System.Threading.Tasks.Extensions.cs | 82 ------- .../system.threading.tasks.extensions.nuspec | 37 --- 20 files changed, 1958 deletions(-) delete mode 100644 src/referencePackages/src/system.composition.runtime/6.0.0/System.Composition.Runtime.6.0.0.csproj delete mode 100644 src/referencePackages/src/system.composition.runtime/6.0.0/lib/net6.0/System.Composition.Runtime.cs delete mode 100644 src/referencePackages/src/system.composition.runtime/6.0.0/lib/netstandard2.0/System.Composition.Runtime.cs delete mode 100644 src/referencePackages/src/system.composition.runtime/6.0.0/system.composition.runtime.nuspec delete mode 100644 src/referencePackages/src/system.text.regularexpressions/4.1.0/System.Text.RegularExpressions.4.1.0.csproj delete mode 100755 src/referencePackages/src/system.text.regularexpressions/4.1.0/ref/net45/_._ delete mode 100644 src/referencePackages/src/system.text.regularexpressions/4.1.0/ref/netstandard1.0/System.Text.RegularExpressions.cs delete mode 100644 src/referencePackages/src/system.text.regularexpressions/4.1.0/ref/netstandard1.3/System.Text.RegularExpressions.cs delete mode 100644 src/referencePackages/src/system.text.regularexpressions/4.1.0/ref/netstandard1.6/System.Text.RegularExpressions.cs delete mode 100755 src/referencePackages/src/system.text.regularexpressions/4.1.0/system.text.regularexpressions.nuspec delete mode 100644 src/referencePackages/src/system.text.regularexpressions/4.3.1/System.Text.RegularExpressions.4.3.1.csproj delete mode 100755 src/referencePackages/src/system.text.regularexpressions/4.3.1/ref/net45/_._ delete mode 100644 src/referencePackages/src/system.text.regularexpressions/4.3.1/ref/netcoreapp1.1/System.Text.RegularExpressions.cs delete mode 100644 src/referencePackages/src/system.text.regularexpressions/4.3.1/ref/netstandard1.0/System.Text.RegularExpressions.cs delete mode 100644 src/referencePackages/src/system.text.regularexpressions/4.3.1/ref/netstandard1.3/System.Text.RegularExpressions.cs delete mode 100644 src/referencePackages/src/system.text.regularexpressions/4.3.1/ref/netstandard1.6/System.Text.RegularExpressions.cs delete mode 100755 src/referencePackages/src/system.text.regularexpressions/4.3.1/system.text.regularexpressions.nuspec delete mode 100644 src/referencePackages/src/system.threading.tasks.extensions/4.0.0/System.Threading.Tasks.Extensions.4.0.0.csproj delete mode 100644 src/referencePackages/src/system.threading.tasks.extensions/4.0.0/lib/netstandard1.0/System.Threading.Tasks.Extensions.cs delete mode 100755 src/referencePackages/src/system.threading.tasks.extensions/4.0.0/system.threading.tasks.extensions.nuspec diff --git a/src/referencePackages/src/system.composition.runtime/6.0.0/System.Composition.Runtime.6.0.0.csproj b/src/referencePackages/src/system.composition.runtime/6.0.0/System.Composition.Runtime.6.0.0.csproj deleted file mode 100644 index 1a99fe906e..0000000000 --- a/src/referencePackages/src/system.composition.runtime/6.0.0/System.Composition.Runtime.6.0.0.csproj +++ /dev/null @@ -1,9 +0,0 @@ - - - - net6.0;netstandard2.0 - System.Composition.Runtime - 2 - - - diff --git a/src/referencePackages/src/system.composition.runtime/6.0.0/lib/net6.0/System.Composition.Runtime.cs b/src/referencePackages/src/system.composition.runtime/6.0.0/lib/net6.0/System.Composition.Runtime.cs deleted file mode 100644 index 5b5ee8c571..0000000000 --- a/src/referencePackages/src/system.composition.runtime/6.0.0/lib/net6.0/System.Composition.Runtime.cs +++ /dev/null @@ -1,125 +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.Versioning.TargetFramework(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] -[assembly: System.CLSCompliant(true)] -[assembly: System.Reflection.AssemblyDefaultAlias("System.Composition.Runtime")] -[assembly: System.Resources.NeutralResourcesLanguage("en-US")] -[assembly: System.Reflection.AssemblyMetadata(".NETFrameworkAssembly", "")] -[assembly: System.Reflection.AssemblyMetadata("Serviceable", "True")] -[assembly: System.Reflection.AssemblyMetadata("PreferInbox", "True")] -[assembly: System.Reflection.AssemblyMetadata("IsTrimmable", "True")] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyDescription("Contains runtime components of the Managed Extensibility Framework.\r\n\r\nCommonly Used Types:\r\nSystem.Composition.CompositionContext")] -[assembly: System.Reflection.AssemblyFileVersion("6.0.21.52210")] -[assembly: System.Reflection.AssemblyInformationalVersion("6.0.0+4822e3c3aa77eb82b2fb33c9321f923cf11ddde6")] -[assembly: System.Reflection.AssemblyProduct("Microsoft® .NET")] -[assembly: System.Reflection.AssemblyTitle("System.Composition.Runtime")] -[assembly: System.Reflection.AssemblyMetadata("RepositoryUrl", "https://github.com/dotnet/runtime")] -[assembly: System.Reflection.AssemblyVersionAttribute("6.0.0.0")] -[assembly: System.Runtime.CompilerServices.ReferenceAssembly] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -namespace System.Composition -{ - public abstract partial class CompositionContext - { - protected CompositionContext() { } - - public object GetExport(Hosting.Core.CompositionContract contract) { throw null; } - - public object GetExport(Type exportType, string contractName) { throw null; } - - public object GetExport(Type exportType) { throw null; } - - public TExport GetExport() { throw null; } - - public TExport GetExport(string contractName) { throw null; } - - public Collections.Generic.IEnumerable GetExports(Type exportType, string contractName) { throw null; } - - public Collections.Generic.IEnumerable GetExports(Type exportType) { throw null; } - - public Collections.Generic.IEnumerable GetExports() { throw null; } - - public Collections.Generic.IEnumerable GetExports(string contractName) { throw null; } - - public abstract bool TryGetExport(Hosting.Core.CompositionContract contract, out object export); - public bool TryGetExport(Type exportType, out object export) { throw null; } - - public bool TryGetExport(Type exportType, string contractName, out object export) { throw null; } - - public bool TryGetExport(out TExport export) { throw null; } - - public bool TryGetExport(string contractName, out TExport export) { throw null; } - } - - public partial class ExportFactory - { - public ExportFactory(Func> exportCreator) { } - - public Export CreateExport() { throw null; } - } - - public partial class ExportFactory : ExportFactory - { - public ExportFactory(Func> exportCreator, TMetadata metadata) : base(default!) { } - - public TMetadata Metadata { get { throw null; } } - } - - public sealed partial class Export : IDisposable - { - public Export(T value, Action disposeAction) { } - - public T Value { get { throw null; } } - - public void Dispose() { } - } -} - -namespace System.Composition.Hosting -{ - public partial class CompositionFailedException : Exception - { - public CompositionFailedException() { } - - public CompositionFailedException(string message, Exception innerException) { } - - public CompositionFailedException(string message) { } - } -} - -namespace System.Composition.Hosting.Core -{ - public sealed partial class CompositionContract - { - public CompositionContract(Type contractType, string contractName, Collections.Generic.IDictionary metadataConstraints) { } - - public CompositionContract(Type contractType, string contractName) { } - - public CompositionContract(Type contractType) { } - - public string ContractName { get { throw null; } } - - public Type ContractType { get { throw null; } } - - public Collections.Generic.IEnumerable> MetadataConstraints { get { throw null; } } - - public CompositionContract ChangeType(Type newContractType) { throw null; } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - - public override string ToString() { throw null; } - - public bool TryUnwrapMetadataConstraint(string constraintName, out T constraintValue, out CompositionContract remainingContract) { throw null; } - } -} \ No newline at end of file diff --git a/src/referencePackages/src/system.composition.runtime/6.0.0/lib/netstandard2.0/System.Composition.Runtime.cs b/src/referencePackages/src/system.composition.runtime/6.0.0/lib/netstandard2.0/System.Composition.Runtime.cs deleted file mode 100644 index cf60056962..0000000000 --- a/src/referencePackages/src/system.composition.runtime/6.0.0/lib/netstandard2.0/System.Composition.Runtime.cs +++ /dev/null @@ -1,126 +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.Versioning.TargetFramework(".NETStandard,Version=v2.0", FrameworkDisplayName = "")] -[assembly: System.CLSCompliant(true)] -[assembly: System.Runtime.InteropServices.DefaultDllImportSearchPaths(System.Runtime.InteropServices.DllImportSearchPath.AssemblyDirectory | System.Runtime.InteropServices.DllImportSearchPath.System32)] -[assembly: System.Reflection.AssemblyDefaultAlias("System.Composition.Runtime")] -[assembly: System.Resources.NeutralResourcesLanguage("en-US")] -[assembly: System.Reflection.AssemblyMetadata(".NETFrameworkAssembly", "")] -[assembly: System.Reflection.AssemblyMetadata("Serviceable", "True")] -[assembly: System.Reflection.AssemblyMetadata("PreferInbox", "True")] -[assembly: System.Reflection.AssemblyMetadata("IsTrimmable", "True")] -[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: System.Reflection.AssemblyDescription("Contains runtime components of the Managed Extensibility Framework.\r\n\r\nCommonly Used Types:\r\nSystem.Composition.CompositionContext")] -[assembly: System.Reflection.AssemblyFileVersion("6.0.21.52210")] -[assembly: System.Reflection.AssemblyInformationalVersion("6.0.0+4822e3c3aa77eb82b2fb33c9321f923cf11ddde6")] -[assembly: System.Reflection.AssemblyProduct("Microsoft® .NET")] -[assembly: System.Reflection.AssemblyTitle("System.Composition.Runtime")] -[assembly: System.Reflection.AssemblyMetadata("RepositoryUrl", "https://github.com/dotnet/runtime")] -[assembly: System.Reflection.AssemblyVersionAttribute("6.0.0.0")] -[assembly: System.Runtime.CompilerServices.ReferenceAssembly] -[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] -namespace System.Composition -{ - public abstract partial class CompositionContext - { - protected CompositionContext() { } - - public object GetExport(Hosting.Core.CompositionContract contract) { throw null; } - - public object GetExport(Type exportType, string contractName) { throw null; } - - public object GetExport(Type exportType) { throw null; } - - public TExport GetExport() { throw null; } - - public TExport GetExport(string contractName) { throw null; } - - public Collections.Generic.IEnumerable GetExports(Type exportType, string contractName) { throw null; } - - public Collections.Generic.IEnumerable GetExports(Type exportType) { throw null; } - - public Collections.Generic.IEnumerable GetExports() { throw null; } - - public Collections.Generic.IEnumerable GetExports(string contractName) { throw null; } - - public abstract bool TryGetExport(Hosting.Core.CompositionContract contract, out object export); - public bool TryGetExport(Type exportType, out object export) { throw null; } - - public bool TryGetExport(Type exportType, string contractName, out object export) { throw null; } - - public bool TryGetExport(out TExport export) { throw null; } - - public bool TryGetExport(string contractName, out TExport export) { throw null; } - } - - public partial class ExportFactory - { - public ExportFactory(Func> exportCreator) { } - - public Export CreateExport() { throw null; } - } - - public partial class ExportFactory : ExportFactory - { - public ExportFactory(Func> exportCreator, TMetadata metadata) : base(default!) { } - - public TMetadata Metadata { get { throw null; } } - } - - public sealed partial class Export : IDisposable - { - public Export(T value, Action disposeAction) { } - - public T Value { get { throw null; } } - - public void Dispose() { } - } -} - -namespace System.Composition.Hosting -{ - public partial class CompositionFailedException : Exception - { - public CompositionFailedException() { } - - public CompositionFailedException(string message, Exception innerException) { } - - public CompositionFailedException(string message) { } - } -} - -namespace System.Composition.Hosting.Core -{ - public sealed partial class CompositionContract - { - public CompositionContract(Type contractType, string contractName, Collections.Generic.IDictionary metadataConstraints) { } - - public CompositionContract(Type contractType, string contractName) { } - - public CompositionContract(Type contractType) { } - - public string ContractName { get { throw null; } } - - public Type ContractType { get { throw null; } } - - public Collections.Generic.IEnumerable> MetadataConstraints { get { throw null; } } - - public CompositionContract ChangeType(Type newContractType) { throw null; } - - public override bool Equals(object obj) { throw null; } - - public override int GetHashCode() { throw null; } - - public override string ToString() { throw null; } - - public bool TryUnwrapMetadataConstraint(string constraintName, out T constraintValue, out CompositionContract remainingContract) { throw null; } - } -} \ No newline at end of file diff --git a/src/referencePackages/src/system.composition.runtime/6.0.0/system.composition.runtime.nuspec b/src/referencePackages/src/system.composition.runtime/6.0.0/system.composition.runtime.nuspec deleted file mode 100644 index e870cafe8a..0000000000 --- a/src/referencePackages/src/system.composition.runtime/6.0.0/system.composition.runtime.nuspec +++ /dev/null @@ -1,23 +0,0 @@ - - - - System.Composition.Runtime - 6.0.0 - Microsoft - MIT - https://licenses.nuget.org/MIT - https://dot.net/ - Contains runtime components of the Managed Extensibility Framework. - -Commonly Used Types: -System.Composition.CompositionContext - 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.text.regularexpressions/4.1.0/System.Text.RegularExpressions.4.1.0.csproj b/src/referencePackages/src/system.text.regularexpressions/4.1.0/System.Text.RegularExpressions.4.1.0.csproj deleted file mode 100644 index 39a7a4c25f..0000000000 --- a/src/referencePackages/src/system.text.regularexpressions/4.1.0/System.Text.RegularExpressions.4.1.0.csproj +++ /dev/null @@ -1,32 +0,0 @@ - - - netstandard1.0;netstandard1.3;netstandard1.6 - $(ArtifactsBinDir)system.text.regularexpressions/4.1.0/system.text.regularexpressions.nuspec - - - - $(ArtifactsBinDir)system.text.regularexpressions/4.1.0/ref/ - $(ArtifactsObjDir)system.text.regularexpressions/4.1.0 - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/referencePackages/src/system.text.regularexpressions/4.1.0/ref/net45/_._ b/src/referencePackages/src/system.text.regularexpressions/4.1.0/ref/net45/_._ deleted file mode 100755 index e69de29bb2..0000000000 diff --git a/src/referencePackages/src/system.text.regularexpressions/4.1.0/ref/netstandard1.0/System.Text.RegularExpressions.cs b/src/referencePackages/src/system.text.regularexpressions/4.1.0/ref/netstandard1.0/System.Text.RegularExpressions.cs deleted file mode 100644 index d136ff2c41..0000000000 --- a/src/referencePackages/src/system.text.regularexpressions/4.1.0/ref/netstandard1.0/System.Text.RegularExpressions.cs +++ /dev/null @@ -1,163 +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. -// ------------------------------------------------------------------------------ - -using System; -using System.Diagnostics; -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Security; - -[assembly: Debuggable(DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)] -[assembly: AllowPartiallyTrustedCallers] -[assembly: ReferenceAssembly] -[assembly: AssemblyTitle("System.Text.RegularExpressions")] -[assembly: AssemblyDescription("System.Text.RegularExpressions")] -[assembly: AssemblyDefaultAlias("System.Text.RegularExpressions")] -[assembly: AssemblyCompany("Microsoft Corporation")] -[assembly: AssemblyProduct("Microsoft® .NET Framework")] -[assembly: AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: AssemblyFileVersion("4.0.30319.17929")] -[assembly: AssemblyInformationalVersion("4.0.30319.17929 built by: SOURCEBUILD")] -[assembly: CLSCompliant(true)] -[assembly: AssemblyMetadata("", "")] -[assembly: AssemblyVersion("4.0.0.0")] - - - - -namespace System.Text.RegularExpressions -{ - public partial class Capture - { - internal Capture() { } - public int Index { get { throw null; } } - public int Length { get { throw null; } } - public string Value { get { throw null; } } - public override string ToString() { throw null; } - } - public partial class CaptureCollection : System.Collections.ICollection, System.Collections.IEnumerable - { - internal CaptureCollection() { } - public int Count { get { throw null; } } - public System.Text.RegularExpressions.Capture this[int i] { get { throw null; } } - bool System.Collections.ICollection.IsSynchronized { get { throw null; } } - object System.Collections.ICollection.SyncRoot { get { throw null; } } - public System.Collections.IEnumerator GetEnumerator() { throw null; } - void System.Collections.ICollection.CopyTo(System.Array array, int arrayIndex) { } - } - public partial class Group : System.Text.RegularExpressions.Capture - { - internal Group() { } - public System.Text.RegularExpressions.CaptureCollection Captures { get { throw null; } } - public bool Success { get { throw null; } } - } - public partial class GroupCollection : System.Collections.ICollection, System.Collections.IEnumerable - { - internal GroupCollection() { } - public int Count { get { throw null; } } - public System.Text.RegularExpressions.Group this[int groupnum] { get { throw null; } } - public System.Text.RegularExpressions.Group this[string groupname] { get { throw null; } } - bool System.Collections.ICollection.IsSynchronized { get { throw null; } } - object System.Collections.ICollection.SyncRoot { get { throw null; } } - public System.Collections.IEnumerator GetEnumerator() { throw null; } - void System.Collections.ICollection.CopyTo(System.Array array, int arrayIndex) { } - } - public partial class Match : System.Text.RegularExpressions.Group - { - internal Match() { } - public static System.Text.RegularExpressions.Match Empty { get { throw null; } } - public virtual System.Text.RegularExpressions.GroupCollection Groups { get { throw null; } } - public System.Text.RegularExpressions.Match NextMatch() { throw null; } - public virtual string Result(string replacement) { throw null; } - } - public partial class MatchCollection : System.Collections.ICollection, System.Collections.IEnumerable - { - internal MatchCollection() { } - public int Count { get { throw null; } } - public virtual System.Text.RegularExpressions.Match this[int i] { get { throw null; } } - bool System.Collections.ICollection.IsSynchronized { get { throw null; } } - object System.Collections.ICollection.SyncRoot { get { throw null; } } - public System.Collections.IEnumerator GetEnumerator() { throw null; } - void System.Collections.ICollection.CopyTo(System.Array array, int arrayIndex) { } - } - public delegate string MatchEvaluator(System.Text.RegularExpressions.Match match); - public partial class Regex - { - public static readonly System.TimeSpan InfiniteMatchTimeout; - protected Regex() { } - public Regex(string pattern) { } - public Regex(string pattern, System.Text.RegularExpressions.RegexOptions options) { } - public Regex(string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { } - public System.TimeSpan MatchTimeout { get { throw null; } } - public System.Text.RegularExpressions.RegexOptions Options { get { throw null; } } - public bool RightToLeft { get { throw null; } } - public static string Escape(string str) { throw null; } - public string[] GetGroupNames() { throw null; } - public int[] GetGroupNumbers() { throw null; } - public string GroupNameFromNumber(int i) { throw null; } - public int GroupNumberFromName(string name) { throw null; } - public bool IsMatch(string input) { throw null; } - public bool IsMatch(string input, int startat) { throw null; } - public static bool IsMatch(string input, string pattern) { throw null; } - public static bool IsMatch(string input, string pattern, System.Text.RegularExpressions.RegexOptions options) { throw null; } - public static bool IsMatch(string input, string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { throw null; } - public System.Text.RegularExpressions.Match Match(string input) { throw null; } - public System.Text.RegularExpressions.Match Match(string input, int startat) { throw null; } - public System.Text.RegularExpressions.Match Match(string input, int beginning, int length) { throw null; } - public static System.Text.RegularExpressions.Match Match(string input, string pattern) { throw null; } - public static System.Text.RegularExpressions.Match Match(string input, string pattern, System.Text.RegularExpressions.RegexOptions options) { throw null; } - public static System.Text.RegularExpressions.Match Match(string input, string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { throw null; } - public System.Text.RegularExpressions.MatchCollection Matches(string input) { throw null; } - public System.Text.RegularExpressions.MatchCollection Matches(string input, int startat) { throw null; } - public static System.Text.RegularExpressions.MatchCollection Matches(string input, string pattern) { throw null; } - public static System.Text.RegularExpressions.MatchCollection Matches(string input, string pattern, System.Text.RegularExpressions.RegexOptions options) { throw null; } - public static System.Text.RegularExpressions.MatchCollection Matches(string input, string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { throw null; } - public string Replace(string input, string replacement) { throw null; } - public string Replace(string input, string replacement, int count) { throw null; } - public string Replace(string input, string replacement, int count, int startat) { throw null; } - public static string Replace(string input, string pattern, string replacement) { throw null; } - public static string Replace(string input, string pattern, string replacement, System.Text.RegularExpressions.RegexOptions options) { throw null; } - public static string Replace(string input, string pattern, string replacement, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { throw null; } - public static string Replace(string input, string pattern, System.Text.RegularExpressions.MatchEvaluator evaluator) { throw null; } - public static string Replace(string input, string pattern, System.Text.RegularExpressions.MatchEvaluator evaluator, System.Text.RegularExpressions.RegexOptions options) { throw null; } - public static string Replace(string input, string pattern, System.Text.RegularExpressions.MatchEvaluator evaluator, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { throw null; } - public string Replace(string input, System.Text.RegularExpressions.MatchEvaluator evaluator) { throw null; } - public string Replace(string input, System.Text.RegularExpressions.MatchEvaluator evaluator, int count) { throw null; } - public string Replace(string input, System.Text.RegularExpressions.MatchEvaluator evaluator, int count, int startat) { throw null; } - public string[] Split(string input) { throw null; } - public string[] Split(string input, int count) { throw null; } - public string[] Split(string input, int count, int startat) { throw null; } - public static string[] Split(string input, string pattern) { throw null; } - public static string[] Split(string input, string pattern, System.Text.RegularExpressions.RegexOptions options) { throw null; } - public static string[] Split(string input, string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { throw null; } - public override string ToString() { throw null; } - public static string Unescape(string str) { throw null; } - } - public partial class RegexMatchTimeoutException : System.TimeoutException - { - public RegexMatchTimeoutException() { } - public RegexMatchTimeoutException(string message) { } - public RegexMatchTimeoutException(string message, System.Exception inner) { } - public RegexMatchTimeoutException(string regexInput, string regexPattern, System.TimeSpan matchTimeout) { } - public string Input { get { throw null; } } - public System.TimeSpan MatchTimeout { get { throw null; } } - public string Pattern { get { throw null; } } - } - [System.FlagsAttribute] - public enum RegexOptions - { - CultureInvariant = 512, - ECMAScript = 256, - ExplicitCapture = 4, - IgnoreCase = 1, - IgnorePatternWhitespace = 32, - Multiline = 2, - None = 0, - RightToLeft = 64, - Singleline = 16, - } -} diff --git a/src/referencePackages/src/system.text.regularexpressions/4.1.0/ref/netstandard1.3/System.Text.RegularExpressions.cs b/src/referencePackages/src/system.text.regularexpressions/4.1.0/ref/netstandard1.3/System.Text.RegularExpressions.cs deleted file mode 100644 index 785ff9119f..0000000000 --- a/src/referencePackages/src/system.text.regularexpressions/4.1.0/ref/netstandard1.3/System.Text.RegularExpressions.cs +++ /dev/null @@ -1,165 +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. -// ------------------------------------------------------------------------------ - -using System; -using System.Diagnostics; -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Security; - -[assembly: Debuggable(DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)] -[assembly: AllowPartiallyTrustedCallers] -[assembly: ReferenceAssembly] -[assembly: AssemblyTitle("System.Text.RegularExpressions")] -[assembly: AssemblyDescription("System.Text.RegularExpressions")] -[assembly: AssemblyDefaultAlias("System.Text.RegularExpressions")] -[assembly: AssemblyCompany("Microsoft Corporation")] -[assembly: AssemblyProduct("Microsoft® .NET Framework")] -[assembly: AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: AssemblyFileVersion("4.6.23123.00")] -[assembly: AssemblyInformationalVersion("4.6.23123.00 built by: SOURCEBUILD")] -[assembly: CLSCompliant(true)] -[assembly: AssemblyMetadata("", "")] -[assembly: AssemblyVersion("4.0.10.0")] - - - - -namespace System.Text.RegularExpressions -{ - public partial class Capture - { - internal Capture() { } - public int Index { get { throw null; } } - public int Length { get { throw null; } } - public string Value { get { throw null; } } - public override string ToString() { throw null; } - } - public partial class CaptureCollection : System.Collections.ICollection, System.Collections.IEnumerable - { - internal CaptureCollection() { } - public int Count { get { throw null; } } - public System.Text.RegularExpressions.Capture this[int i] { get { throw null; } } - bool System.Collections.ICollection.IsSynchronized { get { throw null; } } - object System.Collections.ICollection.SyncRoot { get { throw null; } } - public System.Collections.IEnumerator GetEnumerator() { throw null; } - void System.Collections.ICollection.CopyTo(System.Array array, int arrayIndex) { } - } - public partial class Group : System.Text.RegularExpressions.Capture - { - internal Group() { } - public System.Text.RegularExpressions.CaptureCollection Captures { get { throw null; } } - public bool Success { get { throw null; } } - } - public partial class GroupCollection : System.Collections.ICollection, System.Collections.IEnumerable - { - internal GroupCollection() { } - public int Count { get { throw null; } } - public System.Text.RegularExpressions.Group this[int groupnum] { get { throw null; } } - public System.Text.RegularExpressions.Group this[string groupname] { get { throw null; } } - bool System.Collections.ICollection.IsSynchronized { get { throw null; } } - object System.Collections.ICollection.SyncRoot { get { throw null; } } - public System.Collections.IEnumerator GetEnumerator() { throw null; } - void System.Collections.ICollection.CopyTo(System.Array array, int arrayIndex) { } - } - public partial class Match : System.Text.RegularExpressions.Group - { - internal Match() { } - public static System.Text.RegularExpressions.Match Empty { get { throw null; } } - public virtual System.Text.RegularExpressions.GroupCollection Groups { get { throw null; } } - public System.Text.RegularExpressions.Match NextMatch() { throw null; } - public virtual string Result(string replacement) { throw null; } - } - public partial class MatchCollection : System.Collections.ICollection, System.Collections.IEnumerable - { - internal MatchCollection() { } - public int Count { get { throw null; } } - public virtual System.Text.RegularExpressions.Match this[int i] { get { throw null; } } - bool System.Collections.ICollection.IsSynchronized { get { throw null; } } - object System.Collections.ICollection.SyncRoot { get { throw null; } } - public System.Collections.IEnumerator GetEnumerator() { throw null; } - void System.Collections.ICollection.CopyTo(System.Array array, int arrayIndex) { } - } - public delegate string MatchEvaluator(System.Text.RegularExpressions.Match match); - public partial class Regex - { - public static readonly System.TimeSpan InfiniteMatchTimeout; - protected Regex() { } - public Regex(string pattern) { } - public Regex(string pattern, System.Text.RegularExpressions.RegexOptions options) { } - public Regex(string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { } - public static int CacheSize { get { throw null; } set { } } - public System.TimeSpan MatchTimeout { get { throw null; } } - public System.Text.RegularExpressions.RegexOptions Options { get { throw null; } } - public bool RightToLeft { get { throw null; } } - public static string Escape(string str) { throw null; } - public string[] GetGroupNames() { throw null; } - public int[] GetGroupNumbers() { throw null; } - public string GroupNameFromNumber(int i) { throw null; } - public int GroupNumberFromName(string name) { throw null; } - public bool IsMatch(string input) { throw null; } - public bool IsMatch(string input, int startat) { throw null; } - public static bool IsMatch(string input, string pattern) { throw null; } - public static bool IsMatch(string input, string pattern, System.Text.RegularExpressions.RegexOptions options) { throw null; } - public static bool IsMatch(string input, string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { throw null; } - public System.Text.RegularExpressions.Match Match(string input) { throw null; } - public System.Text.RegularExpressions.Match Match(string input, int startat) { throw null; } - public System.Text.RegularExpressions.Match Match(string input, int beginning, int length) { throw null; } - public static System.Text.RegularExpressions.Match Match(string input, string pattern) { throw null; } - public static System.Text.RegularExpressions.Match Match(string input, string pattern, System.Text.RegularExpressions.RegexOptions options) { throw null; } - public static System.Text.RegularExpressions.Match Match(string input, string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { throw null; } - public System.Text.RegularExpressions.MatchCollection Matches(string input) { throw null; } - public System.Text.RegularExpressions.MatchCollection Matches(string input, int startat) { throw null; } - public static System.Text.RegularExpressions.MatchCollection Matches(string input, string pattern) { throw null; } - public static System.Text.RegularExpressions.MatchCollection Matches(string input, string pattern, System.Text.RegularExpressions.RegexOptions options) { throw null; } - public static System.Text.RegularExpressions.MatchCollection Matches(string input, string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { throw null; } - public string Replace(string input, string replacement) { throw null; } - public string Replace(string input, string replacement, int count) { throw null; } - public string Replace(string input, string replacement, int count, int startat) { throw null; } - public static string Replace(string input, string pattern, string replacement) { throw null; } - public static string Replace(string input, string pattern, string replacement, System.Text.RegularExpressions.RegexOptions options) { throw null; } - public static string Replace(string input, string pattern, string replacement, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { throw null; } - public static string Replace(string input, string pattern, System.Text.RegularExpressions.MatchEvaluator evaluator) { throw null; } - public static string Replace(string input, string pattern, System.Text.RegularExpressions.MatchEvaluator evaluator, System.Text.RegularExpressions.RegexOptions options) { throw null; } - public static string Replace(string input, string pattern, System.Text.RegularExpressions.MatchEvaluator evaluator, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { throw null; } - public string Replace(string input, System.Text.RegularExpressions.MatchEvaluator evaluator) { throw null; } - public string Replace(string input, System.Text.RegularExpressions.MatchEvaluator evaluator, int count) { throw null; } - public string Replace(string input, System.Text.RegularExpressions.MatchEvaluator evaluator, int count, int startat) { throw null; } - public string[] Split(string input) { throw null; } - public string[] Split(string input, int count) { throw null; } - public string[] Split(string input, int count, int startat) { throw null; } - public static string[] Split(string input, string pattern) { throw null; } - public static string[] Split(string input, string pattern, System.Text.RegularExpressions.RegexOptions options) { throw null; } - public static string[] Split(string input, string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { throw null; } - public override string ToString() { throw null; } - public static string Unescape(string str) { throw null; } - } - public partial class RegexMatchTimeoutException : System.TimeoutException - { - public RegexMatchTimeoutException() { } - public RegexMatchTimeoutException(string message) { } - public RegexMatchTimeoutException(string message, System.Exception inner) { } - public RegexMatchTimeoutException(string regexInput, string regexPattern, System.TimeSpan matchTimeout) { } - public string Input { get { throw null; } } - public System.TimeSpan MatchTimeout { get { throw null; } } - public string Pattern { get { throw null; } } - } - [System.FlagsAttribute] - public enum RegexOptions - { - Compiled = 8, - CultureInvariant = 512, - ECMAScript = 256, - ExplicitCapture = 4, - IgnoreCase = 1, - IgnorePatternWhitespace = 32, - Multiline = 2, - None = 0, - RightToLeft = 64, - Singleline = 16, - } -} diff --git a/src/referencePackages/src/system.text.regularexpressions/4.1.0/ref/netstandard1.6/System.Text.RegularExpressions.cs b/src/referencePackages/src/system.text.regularexpressions/4.1.0/ref/netstandard1.6/System.Text.RegularExpressions.cs deleted file mode 100644 index 65c4db79da..0000000000 --- a/src/referencePackages/src/system.text.regularexpressions/4.1.0/ref/netstandard1.6/System.Text.RegularExpressions.cs +++ /dev/null @@ -1,221 +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. -// ------------------------------------------------------------------------------ - -using System; -using System.Diagnostics; -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Security; - -[assembly: Debuggable(DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)] -[assembly: AllowPartiallyTrustedCallers] -[assembly: ReferenceAssembly] -[assembly: AssemblyTitle("System.Text.RegularExpressions")] -[assembly: AssemblyDescription("System.Text.RegularExpressions")] -[assembly: AssemblyDefaultAlias("System.Text.RegularExpressions")] -[assembly: AssemblyCompany("Microsoft Corporation")] -[assembly: AssemblyProduct("Microsoft® .NET Framework")] -[assembly: AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: AssemblyFileVersion("1.0.24212.01")] -[assembly: AssemblyInformationalVersion("1.0.24212.01 built by: SOURCEBUILD")] -[assembly: CLSCompliant(true)] -[assembly: AssemblyMetadata("", "")] -[assembly: AssemblyVersion("4.1.0.0")] - - - - -namespace System.Text.RegularExpressions -{ - public partial class Capture - { - internal Capture() { } - public int Index { get { throw null; } } - public int Length { get { throw null; } } - public string Value { get { throw null; } } - public override string ToString() { throw null; } - } - public partial class CaptureCollection : System.Collections.ICollection, System.Collections.IEnumerable - { - internal CaptureCollection() { } - public int Count { get { throw null; } } - public System.Text.RegularExpressions.Capture this[int i] { get { throw null; } } - bool System.Collections.ICollection.IsSynchronized { get { throw null; } } - object System.Collections.ICollection.SyncRoot { get { throw null; } } - public System.Collections.IEnumerator GetEnumerator() { throw null; } - void System.Collections.ICollection.CopyTo(System.Array array, int arrayIndex) { } - } - public partial class Group : System.Text.RegularExpressions.Capture - { - internal Group() { } - public System.Text.RegularExpressions.CaptureCollection Captures { get { throw null; } } - public bool Success { get { throw null; } } - } - public partial class GroupCollection : System.Collections.ICollection, System.Collections.IEnumerable - { - internal GroupCollection() { } - public int Count { get { throw null; } } - public System.Text.RegularExpressions.Group this[int groupnum] { get { throw null; } } - public System.Text.RegularExpressions.Group this[string groupname] { get { throw null; } } - bool System.Collections.ICollection.IsSynchronized { get { throw null; } } - object System.Collections.ICollection.SyncRoot { get { throw null; } } - public System.Collections.IEnumerator GetEnumerator() { throw null; } - void System.Collections.ICollection.CopyTo(System.Array array, int arrayIndex) { } - } - public partial class Match : System.Text.RegularExpressions.Group - { - internal Match() { } - public static System.Text.RegularExpressions.Match Empty { get { throw null; } } - public virtual System.Text.RegularExpressions.GroupCollection Groups { get { throw null; } } - public System.Text.RegularExpressions.Match NextMatch() { throw null; } - public virtual string Result(string replacement) { throw null; } - } - public partial class MatchCollection : System.Collections.ICollection, System.Collections.IEnumerable - { - internal MatchCollection() { } - public int Count { get { throw null; } } - public virtual System.Text.RegularExpressions.Match this[int i] { get { throw null; } } - bool System.Collections.ICollection.IsSynchronized { get { throw null; } } - object System.Collections.ICollection.SyncRoot { get { throw null; } } - public System.Collections.IEnumerator GetEnumerator() { throw null; } - void System.Collections.ICollection.CopyTo(System.Array array, int arrayIndex) { } - } - public delegate string MatchEvaluator(System.Text.RegularExpressions.Match match); - public partial class Regex - { - protected internal int capsize; - protected internal string[] capslist; - protected internal System.Text.RegularExpressions.RegexRunnerFactory factory; - public static readonly System.TimeSpan InfiniteMatchTimeout; - protected internal System.TimeSpan internalMatchTimeout; - protected internal string pattern; - protected internal System.Text.RegularExpressions.RegexOptions roptions; - protected Regex() { } - public Regex(string pattern) { } - public Regex(string pattern, System.Text.RegularExpressions.RegexOptions options) { } - public Regex(string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { } - public static int CacheSize { get { throw null; } set { } } - protected System.Collections.IDictionary CapNames { get { throw null; } set { } } - protected System.Collections.IDictionary Caps { get { throw null; } set { } } - public System.TimeSpan MatchTimeout { get { throw null; } } - public System.Text.RegularExpressions.RegexOptions Options { get { throw null; } } - public bool RightToLeft { get { throw null; } } - public static string Escape(string str) { throw null; } - public string[] GetGroupNames() { throw null; } - public int[] GetGroupNumbers() { throw null; } - public string GroupNameFromNumber(int i) { throw null; } - public int GroupNumberFromName(string name) { throw null; } - protected void InitializeReferences() { } - public bool IsMatch(string input) { throw null; } - public bool IsMatch(string input, int startat) { throw null; } - public static bool IsMatch(string input, string pattern) { throw null; } - public static bool IsMatch(string input, string pattern, System.Text.RegularExpressions.RegexOptions options) { throw null; } - public static bool IsMatch(string input, string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { throw null; } - public System.Text.RegularExpressions.Match Match(string input) { throw null; } - public System.Text.RegularExpressions.Match Match(string input, int startat) { throw null; } - public System.Text.RegularExpressions.Match Match(string input, int beginning, int length) { throw null; } - public static System.Text.RegularExpressions.Match Match(string input, string pattern) { throw null; } - public static System.Text.RegularExpressions.Match Match(string input, string pattern, System.Text.RegularExpressions.RegexOptions options) { throw null; } - public static System.Text.RegularExpressions.Match Match(string input, string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { throw null; } - public System.Text.RegularExpressions.MatchCollection Matches(string input) { throw null; } - public System.Text.RegularExpressions.MatchCollection Matches(string input, int startat) { throw null; } - public static System.Text.RegularExpressions.MatchCollection Matches(string input, string pattern) { throw null; } - public static System.Text.RegularExpressions.MatchCollection Matches(string input, string pattern, System.Text.RegularExpressions.RegexOptions options) { throw null; } - public static System.Text.RegularExpressions.MatchCollection Matches(string input, string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { throw null; } - public string Replace(string input, string replacement) { throw null; } - public string Replace(string input, string replacement, int count) { throw null; } - public string Replace(string input, string replacement, int count, int startat) { throw null; } - public static string Replace(string input, string pattern, string replacement) { throw null; } - public static string Replace(string input, string pattern, string replacement, System.Text.RegularExpressions.RegexOptions options) { throw null; } - public static string Replace(string input, string pattern, string replacement, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { throw null; } - public static string Replace(string input, string pattern, System.Text.RegularExpressions.MatchEvaluator evaluator) { throw null; } - public static string Replace(string input, string pattern, System.Text.RegularExpressions.MatchEvaluator evaluator, System.Text.RegularExpressions.RegexOptions options) { throw null; } - public static string Replace(string input, string pattern, System.Text.RegularExpressions.MatchEvaluator evaluator, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { throw null; } - public string Replace(string input, System.Text.RegularExpressions.MatchEvaluator evaluator) { throw null; } - public string Replace(string input, System.Text.RegularExpressions.MatchEvaluator evaluator, int count) { throw null; } - public string Replace(string input, System.Text.RegularExpressions.MatchEvaluator evaluator, int count, int startat) { throw null; } - public string[] Split(string input) { throw null; } - public string[] Split(string input, int count) { throw null; } - public string[] Split(string input, int count, int startat) { throw null; } - public static string[] Split(string input, string pattern) { throw null; } - public static string[] Split(string input, string pattern, System.Text.RegularExpressions.RegexOptions options) { throw null; } - public static string[] Split(string input, string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { throw null; } - public override string ToString() { throw null; } - public static string Unescape(string str) { throw null; } - protected internal static void ValidateMatchTimeout(System.TimeSpan matchTimeout) { } - } - public partial class RegexMatchTimeoutException : System.TimeoutException - { - public RegexMatchTimeoutException() { } - public RegexMatchTimeoutException(string message) { } - public RegexMatchTimeoutException(string message, System.Exception inner) { } - public RegexMatchTimeoutException(string regexInput, string regexPattern, System.TimeSpan matchTimeout) { } - public string Input { get { throw null; } } - public System.TimeSpan MatchTimeout { get { throw null; } } - public string Pattern { get { throw null; } } - } - [System.FlagsAttribute] - public enum RegexOptions - { - Compiled = 8, - CultureInvariant = 512, - ECMAScript = 256, - ExplicitCapture = 4, - IgnoreCase = 1, - IgnorePatternWhitespace = 32, - Multiline = 2, - None = 0, - RightToLeft = 64, - Singleline = 16, - } - public abstract partial class RegexRunner - { - protected internal int[] runcrawl; - protected internal int runcrawlpos; - protected internal System.Text.RegularExpressions.Match runmatch; - protected internal System.Text.RegularExpressions.Regex runregex; - protected internal int[] runstack; - protected internal int runstackpos; - protected internal string runtext; - protected internal int runtextbeg; - protected internal int runtextend; - protected internal int runtextpos; - protected internal int runtextstart; - protected internal int[] runtrack; - protected internal int runtrackcount; - protected internal int runtrackpos; - protected internal RegexRunner() { } - protected void Capture(int capnum, int start, int end) { } - protected static bool CharInClass(char ch, string charClass) { throw null; } - protected static bool CharInSet(char ch, string @set, string category) { throw null; } - protected void CheckTimeout() { } - protected void Crawl(int i) { } - protected int Crawlpos() { throw null; } - protected void DoubleCrawl() { } - protected void DoubleStack() { } - protected void DoubleTrack() { } - protected void EnsureStorage() { } - protected abstract bool FindFirstChar(); - protected abstract void Go(); - protected abstract void InitTrackCount(); - protected bool IsBoundary(int index, int startpos, int endpos) { throw null; } - protected bool IsECMABoundary(int index, int startpos, int endpos) { throw null; } - protected bool IsMatched(int cap) { throw null; } - protected int MatchIndex(int cap) { throw null; } - protected int MatchLength(int cap) { throw null; } - protected int Popcrawl() { throw null; } - protected internal System.Text.RegularExpressions.Match Scan(System.Text.RegularExpressions.Regex regex, string text, int textbeg, int textend, int textstart, int prevlen, bool quick) { throw null; } - protected internal System.Text.RegularExpressions.Match Scan(System.Text.RegularExpressions.Regex regex, string text, int textbeg, int textend, int textstart, int prevlen, bool quick, System.TimeSpan timeout) { throw null; } - protected void TransferCapture(int capnum, int uncapnum, int start, int end) { } - protected void Uncapture() { } - } - public abstract partial class RegexRunnerFactory - { - protected RegexRunnerFactory() { } - protected internal abstract System.Text.RegularExpressions.RegexRunner CreateInstance(); - } -} diff --git a/src/referencePackages/src/system.text.regularexpressions/4.1.0/system.text.regularexpressions.nuspec b/src/referencePackages/src/system.text.regularexpressions/4.1.0/system.text.regularexpressions.nuspec deleted file mode 100755 index 7238b18b90..0000000000 --- a/src/referencePackages/src/system.text.regularexpressions/4.1.0/system.text.regularexpressions.nuspec +++ /dev/null @@ -1,67 +0,0 @@ - - - - System.Text.RegularExpressions - 4.1.0 - System.Text.RegularExpressions - Microsoft - microsoft,dotnetframework - true - https://microsoft.mit-license.org/ - https://dot.net/ - http://go.microsoft.com/fwlink/?LinkID=288859 - Provides the System.Text.RegularExpressions.Regex class, an implementation of a regular expression engine. - -Commonly Used Types: -System.Text.RegularExpressions.Regex -System.Text.RegularExpressions.RegexOptions -System.Text.RegularExpressions.Match -System.Text.RegularExpressions.Group -System.Text.RegularExpressions.Capture -System.Text.RegularExpressions.MatchEvaluator - -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.regularexpressions/4.3.1/System.Text.RegularExpressions.4.3.1.csproj b/src/referencePackages/src/system.text.regularexpressions/4.3.1/System.Text.RegularExpressions.4.3.1.csproj deleted file mode 100644 index 605c9f8878..0000000000 --- a/src/referencePackages/src/system.text.regularexpressions/4.3.1/System.Text.RegularExpressions.4.3.1.csproj +++ /dev/null @@ -1,39 +0,0 @@ - - - - netstandard1.0;netstandard1.3;netstandard1.6;netcoreapp1.1 - $(ArtifactsBinDir)system.text.regularexpressions/4.3.1/system.text.regularexpressions.nuspec - - - - $(ArtifactsBinDir)system.text.regularexpressions/4.3.1/ref/ - $(ArtifactsObjDir)system.text.regularexpressions/4.3.1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/referencePackages/src/system.text.regularexpressions/4.3.1/ref/net45/_._ b/src/referencePackages/src/system.text.regularexpressions/4.3.1/ref/net45/_._ deleted file mode 100755 index e69de29bb2..0000000000 diff --git a/src/referencePackages/src/system.text.regularexpressions/4.3.1/ref/netcoreapp1.1/System.Text.RegularExpressions.cs b/src/referencePackages/src/system.text.regularexpressions/4.3.1/ref/netcoreapp1.1/System.Text.RegularExpressions.cs deleted file mode 100644 index 0363aed983..0000000000 --- a/src/referencePackages/src/system.text.regularexpressions/4.3.1/ref/netcoreapp1.1/System.Text.RegularExpressions.cs +++ /dev/null @@ -1,222 +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. -// ------------------------------------------------------------------------------ - -using System; -using System.Diagnostics; -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Security; - -[assembly: Debuggable(DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)] -[assembly: AllowPartiallyTrustedCallers] -[assembly: ReferenceAssembly] -[assembly: AssemblyTitle("System.Text.RegularExpressions")] -[assembly: AssemblyDescription("System.Text.RegularExpressions")] -[assembly: AssemblyDefaultAlias("System.Text.RegularExpressions")] -[assembly: AssemblyCompany("Microsoft Corporation")] -[assembly: AssemblyProduct("Microsoft® .NET Framework")] -[assembly: AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: AssemblyFileVersion("4.6.24705.01")] -[assembly: AssemblyInformationalVersion("4.6.24705.01 built by: SOURCEBUILD")] -[assembly: CLSCompliant(true)] -[assembly: AssemblyMetadata("", "")] -[assembly: AssemblyVersion("4.1.1.0")] - - - - -namespace System.Text.RegularExpressions -{ - public partial class Capture - { - internal Capture() { } - public int Index { get { throw null; } } - public int Length { get { throw null; } } - public string Value { get { throw null; } } - public override string ToString() { throw null; } - } - public partial class CaptureCollection : System.Collections.ICollection, System.Collections.IEnumerable - { - internal CaptureCollection() { } - public int Count { get { throw null; } } - public System.Text.RegularExpressions.Capture this[int i] { get { throw null; } } - bool System.Collections.ICollection.IsSynchronized { get { throw null; } } - object System.Collections.ICollection.SyncRoot { get { throw null; } } - public System.Collections.IEnumerator GetEnumerator() { throw null; } - void System.Collections.ICollection.CopyTo(System.Array array, int arrayIndex) { } - } - public partial class Group : System.Text.RegularExpressions.Capture - { - internal Group() { } - public System.Text.RegularExpressions.CaptureCollection Captures { get { throw null; } } - public string Name { get { throw null; } } - public bool Success { get { throw null; } } - } - public partial class GroupCollection : System.Collections.ICollection, System.Collections.IEnumerable - { - internal GroupCollection() { } - public int Count { get { throw null; } } - public System.Text.RegularExpressions.Group this[int groupnum] { get { throw null; } } - public System.Text.RegularExpressions.Group this[string groupname] { get { throw null; } } - bool System.Collections.ICollection.IsSynchronized { get { throw null; } } - object System.Collections.ICollection.SyncRoot { get { throw null; } } - public System.Collections.IEnumerator GetEnumerator() { throw null; } - void System.Collections.ICollection.CopyTo(System.Array array, int arrayIndex) { } - } - public partial class Match : System.Text.RegularExpressions.Group - { - internal Match() { } - public static System.Text.RegularExpressions.Match Empty { get { throw null; } } - public virtual System.Text.RegularExpressions.GroupCollection Groups { get { throw null; } } - public System.Text.RegularExpressions.Match NextMatch() { throw null; } - public virtual string Result(string replacement) { throw null; } - } - public partial class MatchCollection : System.Collections.ICollection, System.Collections.IEnumerable - { - internal MatchCollection() { } - public int Count { get { throw null; } } - public virtual System.Text.RegularExpressions.Match this[int i] { get { throw null; } } - bool System.Collections.ICollection.IsSynchronized { get { throw null; } } - object System.Collections.ICollection.SyncRoot { get { throw null; } } - public System.Collections.IEnumerator GetEnumerator() { throw null; } - void System.Collections.ICollection.CopyTo(System.Array array, int arrayIndex) { } - } - public delegate string MatchEvaluator(System.Text.RegularExpressions.Match match); - public partial class Regex - { - protected internal int capsize; - protected internal string[] capslist; - protected internal System.Text.RegularExpressions.RegexRunnerFactory factory; - public static readonly System.TimeSpan InfiniteMatchTimeout; - protected internal System.TimeSpan internalMatchTimeout; - protected internal string pattern; - protected internal System.Text.RegularExpressions.RegexOptions roptions; - protected Regex() { } - public Regex(string pattern) { } - public Regex(string pattern, System.Text.RegularExpressions.RegexOptions options) { } - public Regex(string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { } - public static int CacheSize { get { throw null; } set { } } - protected System.Collections.IDictionary CapNames { get { throw null; } set { } } - protected System.Collections.IDictionary Caps { get { throw null; } set { } } - public System.TimeSpan MatchTimeout { get { throw null; } } - public System.Text.RegularExpressions.RegexOptions Options { get { throw null; } } - public bool RightToLeft { get { throw null; } } - public static string Escape(string str) { throw null; } - public string[] GetGroupNames() { throw null; } - public int[] GetGroupNumbers() { throw null; } - public string GroupNameFromNumber(int i) { throw null; } - public int GroupNumberFromName(string name) { throw null; } - protected void InitializeReferences() { } - public bool IsMatch(string input) { throw null; } - public bool IsMatch(string input, int startat) { throw null; } - public static bool IsMatch(string input, string pattern) { throw null; } - public static bool IsMatch(string input, string pattern, System.Text.RegularExpressions.RegexOptions options) { throw null; } - public static bool IsMatch(string input, string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { throw null; } - public System.Text.RegularExpressions.Match Match(string input) { throw null; } - public System.Text.RegularExpressions.Match Match(string input, int startat) { throw null; } - public System.Text.RegularExpressions.Match Match(string input, int beginning, int length) { throw null; } - public static System.Text.RegularExpressions.Match Match(string input, string pattern) { throw null; } - public static System.Text.RegularExpressions.Match Match(string input, string pattern, System.Text.RegularExpressions.RegexOptions options) { throw null; } - public static System.Text.RegularExpressions.Match Match(string input, string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { throw null; } - public System.Text.RegularExpressions.MatchCollection Matches(string input) { throw null; } - public System.Text.RegularExpressions.MatchCollection Matches(string input, int startat) { throw null; } - public static System.Text.RegularExpressions.MatchCollection Matches(string input, string pattern) { throw null; } - public static System.Text.RegularExpressions.MatchCollection Matches(string input, string pattern, System.Text.RegularExpressions.RegexOptions options) { throw null; } - public static System.Text.RegularExpressions.MatchCollection Matches(string input, string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { throw null; } - public string Replace(string input, string replacement) { throw null; } - public string Replace(string input, string replacement, int count) { throw null; } - public string Replace(string input, string replacement, int count, int startat) { throw null; } - public static string Replace(string input, string pattern, string replacement) { throw null; } - public static string Replace(string input, string pattern, string replacement, System.Text.RegularExpressions.RegexOptions options) { throw null; } - public static string Replace(string input, string pattern, string replacement, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { throw null; } - public static string Replace(string input, string pattern, System.Text.RegularExpressions.MatchEvaluator evaluator) { throw null; } - public static string Replace(string input, string pattern, System.Text.RegularExpressions.MatchEvaluator evaluator, System.Text.RegularExpressions.RegexOptions options) { throw null; } - public static string Replace(string input, string pattern, System.Text.RegularExpressions.MatchEvaluator evaluator, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { throw null; } - public string Replace(string input, System.Text.RegularExpressions.MatchEvaluator evaluator) { throw null; } - public string Replace(string input, System.Text.RegularExpressions.MatchEvaluator evaluator, int count) { throw null; } - public string Replace(string input, System.Text.RegularExpressions.MatchEvaluator evaluator, int count, int startat) { throw null; } - public string[] Split(string input) { throw null; } - public string[] Split(string input, int count) { throw null; } - public string[] Split(string input, int count, int startat) { throw null; } - public static string[] Split(string input, string pattern) { throw null; } - public static string[] Split(string input, string pattern, System.Text.RegularExpressions.RegexOptions options) { throw null; } - public static string[] Split(string input, string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { throw null; } - public override string ToString() { throw null; } - public static string Unescape(string str) { throw null; } - protected internal static void ValidateMatchTimeout(System.TimeSpan matchTimeout) { } - } - public partial class RegexMatchTimeoutException : System.TimeoutException - { - public RegexMatchTimeoutException() { } - public RegexMatchTimeoutException(string message) { } - public RegexMatchTimeoutException(string message, System.Exception inner) { } - public RegexMatchTimeoutException(string regexInput, string regexPattern, System.TimeSpan matchTimeout) { } - public string Input { get { throw null; } } - public System.TimeSpan MatchTimeout { get { throw null; } } - public string Pattern { get { throw null; } } - } - [System.FlagsAttribute] - public enum RegexOptions - { - None = 0, - IgnoreCase = 1, - Multiline = 2, - ExplicitCapture = 4, - Compiled = 8, - Singleline = 16, - IgnorePatternWhitespace = 32, - RightToLeft = 64, - ECMAScript = 256, - CultureInvariant = 512, - } - public abstract partial class RegexRunner - { - protected internal int[] runcrawl; - protected internal int runcrawlpos; - protected internal System.Text.RegularExpressions.Match runmatch; - protected internal System.Text.RegularExpressions.Regex runregex; - protected internal int[] runstack; - protected internal int runstackpos; - protected internal string runtext; - protected internal int runtextbeg; - protected internal int runtextend; - protected internal int runtextpos; - protected internal int runtextstart; - protected internal int[] runtrack; - protected internal int runtrackcount; - protected internal int runtrackpos; - protected internal RegexRunner() { } - protected void Capture(int capnum, int start, int end) { } - protected static bool CharInClass(char ch, string charClass) { throw null; } - protected static bool CharInSet(char ch, string @set, string category) { throw null; } - protected void CheckTimeout() { } - protected void Crawl(int i) { } - protected int Crawlpos() { throw null; } - protected void DoubleCrawl() { } - protected void DoubleStack() { } - protected void DoubleTrack() { } - protected void EnsureStorage() { } - protected abstract bool FindFirstChar(); - protected abstract void Go(); - protected abstract void InitTrackCount(); - protected bool IsBoundary(int index, int startpos, int endpos) { throw null; } - protected bool IsECMABoundary(int index, int startpos, int endpos) { throw null; } - protected bool IsMatched(int cap) { throw null; } - protected int MatchIndex(int cap) { throw null; } - protected int MatchLength(int cap) { throw null; } - protected int Popcrawl() { throw null; } - protected internal System.Text.RegularExpressions.Match Scan(System.Text.RegularExpressions.Regex regex, string text, int textbeg, int textend, int textstart, int prevlen, bool quick) { throw null; } - protected internal System.Text.RegularExpressions.Match Scan(System.Text.RegularExpressions.Regex regex, string text, int textbeg, int textend, int textstart, int prevlen, bool quick, System.TimeSpan timeout) { throw null; } - protected void TransferCapture(int capnum, int uncapnum, int start, int end) { } - protected void Uncapture() { } - } - public abstract partial class RegexRunnerFactory - { - protected RegexRunnerFactory() { } - protected internal abstract System.Text.RegularExpressions.RegexRunner CreateInstance(); - } -} diff --git a/src/referencePackages/src/system.text.regularexpressions/4.3.1/ref/netstandard1.0/System.Text.RegularExpressions.cs b/src/referencePackages/src/system.text.regularexpressions/4.3.1/ref/netstandard1.0/System.Text.RegularExpressions.cs deleted file mode 100644 index 243750c2e6..0000000000 --- a/src/referencePackages/src/system.text.regularexpressions/4.3.1/ref/netstandard1.0/System.Text.RegularExpressions.cs +++ /dev/null @@ -1,163 +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. -// ------------------------------------------------------------------------------ - -using System; -using System.Diagnostics; -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Security; - -[assembly: Debuggable(DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)] -[assembly: AllowPartiallyTrustedCallers] -[assembly: ReferenceAssembly] -[assembly: AssemblyTitle("System.Text.RegularExpressions")] -[assembly: AssemblyDescription("System.Text.RegularExpressions")] -[assembly: AssemblyDefaultAlias("System.Text.RegularExpressions")] -[assembly: AssemblyCompany("Microsoft Corporation")] -[assembly: AssemblyProduct("Microsoft® .NET Framework")] -[assembly: AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: AssemblyFileVersion("4.0.30319.17929")] -[assembly: AssemblyInformationalVersion("4.0.30319.17929 built by: SOURCEBUILD")] -[assembly: CLSCompliant(true)] -[assembly: AssemblyMetadata("", "")] -[assembly: AssemblyVersion("4.0.0.0")] - - - - -namespace System.Text.RegularExpressions -{ - public partial class Capture - { - internal Capture() { } - public int Index { get { throw null; } } - public int Length { get { throw null; } } - public string Value { get { throw null; } } - public override string ToString() { throw null; } - } - public partial class CaptureCollection : System.Collections.ICollection, System.Collections.IEnumerable - { - internal CaptureCollection() { } - public int Count { get { throw null; } } - public System.Text.RegularExpressions.Capture this[int i] { get { throw null; } } - bool System.Collections.ICollection.IsSynchronized { get { throw null; } } - object System.Collections.ICollection.SyncRoot { get { throw null; } } - public System.Collections.IEnumerator GetEnumerator() { throw null; } - void System.Collections.ICollection.CopyTo(System.Array array, int arrayIndex) { } - } - public partial class Group : System.Text.RegularExpressions.Capture - { - internal Group() { } - public System.Text.RegularExpressions.CaptureCollection Captures { get { throw null; } } - public bool Success { get { throw null; } } - } - public partial class GroupCollection : System.Collections.ICollection, System.Collections.IEnumerable - { - internal GroupCollection() { } - public int Count { get { throw null; } } - public System.Text.RegularExpressions.Group this[int groupnum] { get { throw null; } } - public System.Text.RegularExpressions.Group this[string groupname] { get { throw null; } } - bool System.Collections.ICollection.IsSynchronized { get { throw null; } } - object System.Collections.ICollection.SyncRoot { get { throw null; } } - public System.Collections.IEnumerator GetEnumerator() { throw null; } - void System.Collections.ICollection.CopyTo(System.Array array, int arrayIndex) { } - } - public partial class Match : System.Text.RegularExpressions.Group - { - internal Match() { } - public static System.Text.RegularExpressions.Match Empty { get { throw null; } } - public virtual System.Text.RegularExpressions.GroupCollection Groups { get { throw null; } } - public System.Text.RegularExpressions.Match NextMatch() { throw null; } - public virtual string Result(string replacement) { throw null; } - } - public partial class MatchCollection : System.Collections.ICollection, System.Collections.IEnumerable - { - internal MatchCollection() { } - public int Count { get { throw null; } } - public virtual System.Text.RegularExpressions.Match this[int i] { get { throw null; } } - bool System.Collections.ICollection.IsSynchronized { get { throw null; } } - object System.Collections.ICollection.SyncRoot { get { throw null; } } - public System.Collections.IEnumerator GetEnumerator() { throw null; } - void System.Collections.ICollection.CopyTo(System.Array array, int arrayIndex) { } - } - public delegate string MatchEvaluator(System.Text.RegularExpressions.Match match); - public partial class Regex - { - public static readonly System.TimeSpan InfiniteMatchTimeout; - protected Regex() { } - public Regex(string pattern) { } - public Regex(string pattern, System.Text.RegularExpressions.RegexOptions options) { } - public Regex(string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { } - public System.TimeSpan MatchTimeout { get { throw null; } } - public System.Text.RegularExpressions.RegexOptions Options { get { throw null; } } - public bool RightToLeft { get { throw null; } } - public static string Escape(string str) { throw null; } - public string[] GetGroupNames() { throw null; } - public int[] GetGroupNumbers() { throw null; } - public string GroupNameFromNumber(int i) { throw null; } - public int GroupNumberFromName(string name) { throw null; } - public bool IsMatch(string input) { throw null; } - public bool IsMatch(string input, int startat) { throw null; } - public static bool IsMatch(string input, string pattern) { throw null; } - public static bool IsMatch(string input, string pattern, System.Text.RegularExpressions.RegexOptions options) { throw null; } - public static bool IsMatch(string input, string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { throw null; } - public System.Text.RegularExpressions.Match Match(string input) { throw null; } - public System.Text.RegularExpressions.Match Match(string input, int startat) { throw null; } - public System.Text.RegularExpressions.Match Match(string input, int beginning, int length) { throw null; } - public static System.Text.RegularExpressions.Match Match(string input, string pattern) { throw null; } - public static System.Text.RegularExpressions.Match Match(string input, string pattern, System.Text.RegularExpressions.RegexOptions options) { throw null; } - public static System.Text.RegularExpressions.Match Match(string input, string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { throw null; } - public System.Text.RegularExpressions.MatchCollection Matches(string input) { throw null; } - public System.Text.RegularExpressions.MatchCollection Matches(string input, int startat) { throw null; } - public static System.Text.RegularExpressions.MatchCollection Matches(string input, string pattern) { throw null; } - public static System.Text.RegularExpressions.MatchCollection Matches(string input, string pattern, System.Text.RegularExpressions.RegexOptions options) { throw null; } - public static System.Text.RegularExpressions.MatchCollection Matches(string input, string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { throw null; } - public string Replace(string input, string replacement) { throw null; } - public string Replace(string input, string replacement, int count) { throw null; } - public string Replace(string input, string replacement, int count, int startat) { throw null; } - public static string Replace(string input, string pattern, string replacement) { throw null; } - public static string Replace(string input, string pattern, string replacement, System.Text.RegularExpressions.RegexOptions options) { throw null; } - public static string Replace(string input, string pattern, string replacement, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { throw null; } - public static string Replace(string input, string pattern, System.Text.RegularExpressions.MatchEvaluator evaluator) { throw null; } - public static string Replace(string input, string pattern, System.Text.RegularExpressions.MatchEvaluator evaluator, System.Text.RegularExpressions.RegexOptions options) { throw null; } - public static string Replace(string input, string pattern, System.Text.RegularExpressions.MatchEvaluator evaluator, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { throw null; } - public string Replace(string input, System.Text.RegularExpressions.MatchEvaluator evaluator) { throw null; } - public string Replace(string input, System.Text.RegularExpressions.MatchEvaluator evaluator, int count) { throw null; } - public string Replace(string input, System.Text.RegularExpressions.MatchEvaluator evaluator, int count, int startat) { throw null; } - public string[] Split(string input) { throw null; } - public string[] Split(string input, int count) { throw null; } - public string[] Split(string input, int count, int startat) { throw null; } - public static string[] Split(string input, string pattern) { throw null; } - public static string[] Split(string input, string pattern, System.Text.RegularExpressions.RegexOptions options) { throw null; } - public static string[] Split(string input, string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { throw null; } - public override string ToString() { throw null; } - public static string Unescape(string str) { throw null; } - } - public partial class RegexMatchTimeoutException : System.TimeoutException - { - public RegexMatchTimeoutException() { } - public RegexMatchTimeoutException(string message) { } - public RegexMatchTimeoutException(string message, System.Exception inner) { } - public RegexMatchTimeoutException(string regexInput, string regexPattern, System.TimeSpan matchTimeout) { } - public string Input { get { throw null; } } - public System.TimeSpan MatchTimeout { get { throw null; } } - public string Pattern { get { throw null; } } - } - [System.FlagsAttribute] - public enum RegexOptions - { - None = 0, - IgnoreCase = 1, - Multiline = 2, - ExplicitCapture = 4, - Singleline = 16, - IgnorePatternWhitespace = 32, - RightToLeft = 64, - ECMAScript = 256, - CultureInvariant = 512, - } -} diff --git a/src/referencePackages/src/system.text.regularexpressions/4.3.1/ref/netstandard1.3/System.Text.RegularExpressions.cs b/src/referencePackages/src/system.text.regularexpressions/4.3.1/ref/netstandard1.3/System.Text.RegularExpressions.cs deleted file mode 100644 index e2330f71eb..0000000000 --- a/src/referencePackages/src/system.text.regularexpressions/4.3.1/ref/netstandard1.3/System.Text.RegularExpressions.cs +++ /dev/null @@ -1,165 +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. -// ------------------------------------------------------------------------------ - -using System; -using System.Diagnostics; -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Security; - -[assembly: Debuggable(DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)] -[assembly: AllowPartiallyTrustedCallers] -[assembly: ReferenceAssembly] -[assembly: AssemblyTitle("System.Text.RegularExpressions")] -[assembly: AssemblyDescription("System.Text.RegularExpressions")] -[assembly: AssemblyDefaultAlias("System.Text.RegularExpressions")] -[assembly: AssemblyCompany("Microsoft Corporation")] -[assembly: AssemblyProduct("Microsoft® .NET Framework")] -[assembly: AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: AssemblyFileVersion("4.6.23123.00")] -[assembly: AssemblyInformationalVersion("4.6.23123.00 built by: SOURCEBUILD")] -[assembly: CLSCompliant(true)] -[assembly: AssemblyMetadata("", "")] -[assembly: AssemblyVersion("4.0.10.0")] - - - - -namespace System.Text.RegularExpressions -{ - public partial class Capture - { - internal Capture() { } - public int Index { get { throw null; } } - public int Length { get { throw null; } } - public string Value { get { throw null; } } - public override string ToString() { throw null; } - } - public partial class CaptureCollection : System.Collections.ICollection, System.Collections.IEnumerable - { - internal CaptureCollection() { } - public int Count { get { throw null; } } - public System.Text.RegularExpressions.Capture this[int i] { get { throw null; } } - bool System.Collections.ICollection.IsSynchronized { get { throw null; } } - object System.Collections.ICollection.SyncRoot { get { throw null; } } - public System.Collections.IEnumerator GetEnumerator() { throw null; } - void System.Collections.ICollection.CopyTo(System.Array array, int arrayIndex) { } - } - public partial class Group : System.Text.RegularExpressions.Capture - { - internal Group() { } - public System.Text.RegularExpressions.CaptureCollection Captures { get { throw null; } } - public bool Success { get { throw null; } } - } - public partial class GroupCollection : System.Collections.ICollection, System.Collections.IEnumerable - { - internal GroupCollection() { } - public int Count { get { throw null; } } - public System.Text.RegularExpressions.Group this[int groupnum] { get { throw null; } } - public System.Text.RegularExpressions.Group this[string groupname] { get { throw null; } } - bool System.Collections.ICollection.IsSynchronized { get { throw null; } } - object System.Collections.ICollection.SyncRoot { get { throw null; } } - public System.Collections.IEnumerator GetEnumerator() { throw null; } - void System.Collections.ICollection.CopyTo(System.Array array, int arrayIndex) { } - } - public partial class Match : System.Text.RegularExpressions.Group - { - internal Match() { } - public static System.Text.RegularExpressions.Match Empty { get { throw null; } } - public virtual System.Text.RegularExpressions.GroupCollection Groups { get { throw null; } } - public System.Text.RegularExpressions.Match NextMatch() { throw null; } - public virtual string Result(string replacement) { throw null; } - } - public partial class MatchCollection : System.Collections.ICollection, System.Collections.IEnumerable - { - internal MatchCollection() { } - public int Count { get { throw null; } } - public virtual System.Text.RegularExpressions.Match this[int i] { get { throw null; } } - bool System.Collections.ICollection.IsSynchronized { get { throw null; } } - object System.Collections.ICollection.SyncRoot { get { throw null; } } - public System.Collections.IEnumerator GetEnumerator() { throw null; } - void System.Collections.ICollection.CopyTo(System.Array array, int arrayIndex) { } - } - public delegate string MatchEvaluator(System.Text.RegularExpressions.Match match); - public partial class Regex - { - public static readonly System.TimeSpan InfiniteMatchTimeout; - protected Regex() { } - public Regex(string pattern) { } - public Regex(string pattern, System.Text.RegularExpressions.RegexOptions options) { } - public Regex(string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { } - public static int CacheSize { get { throw null; } set { } } - public System.TimeSpan MatchTimeout { get { throw null; } } - public System.Text.RegularExpressions.RegexOptions Options { get { throw null; } } - public bool RightToLeft { get { throw null; } } - public static string Escape(string str) { throw null; } - public string[] GetGroupNames() { throw null; } - public int[] GetGroupNumbers() { throw null; } - public string GroupNameFromNumber(int i) { throw null; } - public int GroupNumberFromName(string name) { throw null; } - public bool IsMatch(string input) { throw null; } - public bool IsMatch(string input, int startat) { throw null; } - public static bool IsMatch(string input, string pattern) { throw null; } - public static bool IsMatch(string input, string pattern, System.Text.RegularExpressions.RegexOptions options) { throw null; } - public static bool IsMatch(string input, string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { throw null; } - public System.Text.RegularExpressions.Match Match(string input) { throw null; } - public System.Text.RegularExpressions.Match Match(string input, int startat) { throw null; } - public System.Text.RegularExpressions.Match Match(string input, int beginning, int length) { throw null; } - public static System.Text.RegularExpressions.Match Match(string input, string pattern) { throw null; } - public static System.Text.RegularExpressions.Match Match(string input, string pattern, System.Text.RegularExpressions.RegexOptions options) { throw null; } - public static System.Text.RegularExpressions.Match Match(string input, string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { throw null; } - public System.Text.RegularExpressions.MatchCollection Matches(string input) { throw null; } - public System.Text.RegularExpressions.MatchCollection Matches(string input, int startat) { throw null; } - public static System.Text.RegularExpressions.MatchCollection Matches(string input, string pattern) { throw null; } - public static System.Text.RegularExpressions.MatchCollection Matches(string input, string pattern, System.Text.RegularExpressions.RegexOptions options) { throw null; } - public static System.Text.RegularExpressions.MatchCollection Matches(string input, string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { throw null; } - public string Replace(string input, string replacement) { throw null; } - public string Replace(string input, string replacement, int count) { throw null; } - public string Replace(string input, string replacement, int count, int startat) { throw null; } - public static string Replace(string input, string pattern, string replacement) { throw null; } - public static string Replace(string input, string pattern, string replacement, System.Text.RegularExpressions.RegexOptions options) { throw null; } - public static string Replace(string input, string pattern, string replacement, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { throw null; } - public static string Replace(string input, string pattern, System.Text.RegularExpressions.MatchEvaluator evaluator) { throw null; } - public static string Replace(string input, string pattern, System.Text.RegularExpressions.MatchEvaluator evaluator, System.Text.RegularExpressions.RegexOptions options) { throw null; } - public static string Replace(string input, string pattern, System.Text.RegularExpressions.MatchEvaluator evaluator, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { throw null; } - public string Replace(string input, System.Text.RegularExpressions.MatchEvaluator evaluator) { throw null; } - public string Replace(string input, System.Text.RegularExpressions.MatchEvaluator evaluator, int count) { throw null; } - public string Replace(string input, System.Text.RegularExpressions.MatchEvaluator evaluator, int count, int startat) { throw null; } - public string[] Split(string input) { throw null; } - public string[] Split(string input, int count) { throw null; } - public string[] Split(string input, int count, int startat) { throw null; } - public static string[] Split(string input, string pattern) { throw null; } - public static string[] Split(string input, string pattern, System.Text.RegularExpressions.RegexOptions options) { throw null; } - public static string[] Split(string input, string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { throw null; } - public override string ToString() { throw null; } - public static string Unescape(string str) { throw null; } - } - public partial class RegexMatchTimeoutException : System.TimeoutException - { - public RegexMatchTimeoutException() { } - public RegexMatchTimeoutException(string message) { } - public RegexMatchTimeoutException(string message, System.Exception inner) { } - public RegexMatchTimeoutException(string regexInput, string regexPattern, System.TimeSpan matchTimeout) { } - public string Input { get { throw null; } } - public System.TimeSpan MatchTimeout { get { throw null; } } - public string Pattern { get { throw null; } } - } - [System.FlagsAttribute] - public enum RegexOptions - { - None = 0, - IgnoreCase = 1, - Multiline = 2, - ExplicitCapture = 4, - Compiled = 8, - Singleline = 16, - IgnorePatternWhitespace = 32, - RightToLeft = 64, - ECMAScript = 256, - CultureInvariant = 512, - } -} diff --git a/src/referencePackages/src/system.text.regularexpressions/4.3.1/ref/netstandard1.6/System.Text.RegularExpressions.cs b/src/referencePackages/src/system.text.regularexpressions/4.3.1/ref/netstandard1.6/System.Text.RegularExpressions.cs deleted file mode 100644 index dbb05cdaa3..0000000000 --- a/src/referencePackages/src/system.text.regularexpressions/4.3.1/ref/netstandard1.6/System.Text.RegularExpressions.cs +++ /dev/null @@ -1,221 +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. -// ------------------------------------------------------------------------------ - -using System; -using System.Diagnostics; -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Security; - -[assembly: Debuggable(DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)] -[assembly: AllowPartiallyTrustedCallers] -[assembly: ReferenceAssembly] -[assembly: AssemblyTitle("System.Text.RegularExpressions")] -[assembly: AssemblyDescription("System.Text.RegularExpressions")] -[assembly: AssemblyDefaultAlias("System.Text.RegularExpressions")] -[assembly: AssemblyCompany("Microsoft Corporation")] -[assembly: AssemblyProduct("Microsoft® .NET Framework")] -[assembly: AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: AssemblyFileVersion("1.0.24212.01")] -[assembly: AssemblyInformationalVersion("1.0.24212.01 built by: SOURCEBUILD")] -[assembly: CLSCompliant(true)] -[assembly: AssemblyMetadata("", "")] -[assembly: AssemblyVersion("4.1.0.0")] - - - - -namespace System.Text.RegularExpressions -{ - public partial class Capture - { - internal Capture() { } - public int Index { get { throw null; } } - public int Length { get { throw null; } } - public string Value { get { throw null; } } - public override string ToString() { throw null; } - } - public partial class CaptureCollection : System.Collections.ICollection, System.Collections.IEnumerable - { - internal CaptureCollection() { } - public int Count { get { throw null; } } - public System.Text.RegularExpressions.Capture this[int i] { get { throw null; } } - bool System.Collections.ICollection.IsSynchronized { get { throw null; } } - object System.Collections.ICollection.SyncRoot { get { throw null; } } - public System.Collections.IEnumerator GetEnumerator() { throw null; } - void System.Collections.ICollection.CopyTo(System.Array array, int arrayIndex) { } - } - public partial class Group : System.Text.RegularExpressions.Capture - { - internal Group() { } - public System.Text.RegularExpressions.CaptureCollection Captures { get { throw null; } } - public bool Success { get { throw null; } } - } - public partial class GroupCollection : System.Collections.ICollection, System.Collections.IEnumerable - { - internal GroupCollection() { } - public int Count { get { throw null; } } - public System.Text.RegularExpressions.Group this[int groupnum] { get { throw null; } } - public System.Text.RegularExpressions.Group this[string groupname] { get { throw null; } } - bool System.Collections.ICollection.IsSynchronized { get { throw null; } } - object System.Collections.ICollection.SyncRoot { get { throw null; } } - public System.Collections.IEnumerator GetEnumerator() { throw null; } - void System.Collections.ICollection.CopyTo(System.Array array, int arrayIndex) { } - } - public partial class Match : System.Text.RegularExpressions.Group - { - internal Match() { } - public static System.Text.RegularExpressions.Match Empty { get { throw null; } } - public virtual System.Text.RegularExpressions.GroupCollection Groups { get { throw null; } } - public System.Text.RegularExpressions.Match NextMatch() { throw null; } - public virtual string Result(string replacement) { throw null; } - } - public partial class MatchCollection : System.Collections.ICollection, System.Collections.IEnumerable - { - internal MatchCollection() { } - public int Count { get { throw null; } } - public virtual System.Text.RegularExpressions.Match this[int i] { get { throw null; } } - bool System.Collections.ICollection.IsSynchronized { get { throw null; } } - object System.Collections.ICollection.SyncRoot { get { throw null; } } - public System.Collections.IEnumerator GetEnumerator() { throw null; } - void System.Collections.ICollection.CopyTo(System.Array array, int arrayIndex) { } - } - public delegate string MatchEvaluator(System.Text.RegularExpressions.Match match); - public partial class Regex - { - protected internal int capsize; - protected internal string[] capslist; - protected internal System.Text.RegularExpressions.RegexRunnerFactory factory; - public static readonly System.TimeSpan InfiniteMatchTimeout; - protected internal System.TimeSpan internalMatchTimeout; - protected internal string pattern; - protected internal System.Text.RegularExpressions.RegexOptions roptions; - protected Regex() { } - public Regex(string pattern) { } - public Regex(string pattern, System.Text.RegularExpressions.RegexOptions options) { } - public Regex(string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { } - public static int CacheSize { get { throw null; } set { } } - protected System.Collections.IDictionary CapNames { get { throw null; } set { } } - protected System.Collections.IDictionary Caps { get { throw null; } set { } } - public System.TimeSpan MatchTimeout { get { throw null; } } - public System.Text.RegularExpressions.RegexOptions Options { get { throw null; } } - public bool RightToLeft { get { throw null; } } - public static string Escape(string str) { throw null; } - public string[] GetGroupNames() { throw null; } - public int[] GetGroupNumbers() { throw null; } - public string GroupNameFromNumber(int i) { throw null; } - public int GroupNumberFromName(string name) { throw null; } - protected void InitializeReferences() { } - public bool IsMatch(string input) { throw null; } - public bool IsMatch(string input, int startat) { throw null; } - public static bool IsMatch(string input, string pattern) { throw null; } - public static bool IsMatch(string input, string pattern, System.Text.RegularExpressions.RegexOptions options) { throw null; } - public static bool IsMatch(string input, string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { throw null; } - public System.Text.RegularExpressions.Match Match(string input) { throw null; } - public System.Text.RegularExpressions.Match Match(string input, int startat) { throw null; } - public System.Text.RegularExpressions.Match Match(string input, int beginning, int length) { throw null; } - public static System.Text.RegularExpressions.Match Match(string input, string pattern) { throw null; } - public static System.Text.RegularExpressions.Match Match(string input, string pattern, System.Text.RegularExpressions.RegexOptions options) { throw null; } - public static System.Text.RegularExpressions.Match Match(string input, string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { throw null; } - public System.Text.RegularExpressions.MatchCollection Matches(string input) { throw null; } - public System.Text.RegularExpressions.MatchCollection Matches(string input, int startat) { throw null; } - public static System.Text.RegularExpressions.MatchCollection Matches(string input, string pattern) { throw null; } - public static System.Text.RegularExpressions.MatchCollection Matches(string input, string pattern, System.Text.RegularExpressions.RegexOptions options) { throw null; } - public static System.Text.RegularExpressions.MatchCollection Matches(string input, string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { throw null; } - public string Replace(string input, string replacement) { throw null; } - public string Replace(string input, string replacement, int count) { throw null; } - public string Replace(string input, string replacement, int count, int startat) { throw null; } - public static string Replace(string input, string pattern, string replacement) { throw null; } - public static string Replace(string input, string pattern, string replacement, System.Text.RegularExpressions.RegexOptions options) { throw null; } - public static string Replace(string input, string pattern, string replacement, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { throw null; } - public static string Replace(string input, string pattern, System.Text.RegularExpressions.MatchEvaluator evaluator) { throw null; } - public static string Replace(string input, string pattern, System.Text.RegularExpressions.MatchEvaluator evaluator, System.Text.RegularExpressions.RegexOptions options) { throw null; } - public static string Replace(string input, string pattern, System.Text.RegularExpressions.MatchEvaluator evaluator, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { throw null; } - public string Replace(string input, System.Text.RegularExpressions.MatchEvaluator evaluator) { throw null; } - public string Replace(string input, System.Text.RegularExpressions.MatchEvaluator evaluator, int count) { throw null; } - public string Replace(string input, System.Text.RegularExpressions.MatchEvaluator evaluator, int count, int startat) { throw null; } - public string[] Split(string input) { throw null; } - public string[] Split(string input, int count) { throw null; } - public string[] Split(string input, int count, int startat) { throw null; } - public static string[] Split(string input, string pattern) { throw null; } - public static string[] Split(string input, string pattern, System.Text.RegularExpressions.RegexOptions options) { throw null; } - public static string[] Split(string input, string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { throw null; } - public override string ToString() { throw null; } - public static string Unescape(string str) { throw null; } - protected internal static void ValidateMatchTimeout(System.TimeSpan matchTimeout) { } - } - public partial class RegexMatchTimeoutException : System.TimeoutException - { - public RegexMatchTimeoutException() { } - public RegexMatchTimeoutException(string message) { } - public RegexMatchTimeoutException(string message, System.Exception inner) { } - public RegexMatchTimeoutException(string regexInput, string regexPattern, System.TimeSpan matchTimeout) { } - public string Input { get { throw null; } } - public System.TimeSpan MatchTimeout { get { throw null; } } - public string Pattern { get { throw null; } } - } - [System.FlagsAttribute] - public enum RegexOptions - { - None = 0, - IgnoreCase = 1, - Multiline = 2, - ExplicitCapture = 4, - Compiled = 8, - Singleline = 16, - IgnorePatternWhitespace = 32, - RightToLeft = 64, - ECMAScript = 256, - CultureInvariant = 512, - } - public abstract partial class RegexRunner - { - protected internal int[] runcrawl; - protected internal int runcrawlpos; - protected internal System.Text.RegularExpressions.Match runmatch; - protected internal System.Text.RegularExpressions.Regex runregex; - protected internal int[] runstack; - protected internal int runstackpos; - protected internal string runtext; - protected internal int runtextbeg; - protected internal int runtextend; - protected internal int runtextpos; - protected internal int runtextstart; - protected internal int[] runtrack; - protected internal int runtrackcount; - protected internal int runtrackpos; - protected internal RegexRunner() { } - protected void Capture(int capnum, int start, int end) { } - protected static bool CharInClass(char ch, string charClass) { throw null; } - protected static bool CharInSet(char ch, string @set, string category) { throw null; } - protected void CheckTimeout() { } - protected void Crawl(int i) { } - protected int Crawlpos() { throw null; } - protected void DoubleCrawl() { } - protected void DoubleStack() { } - protected void DoubleTrack() { } - protected void EnsureStorage() { } - protected abstract bool FindFirstChar(); - protected abstract void Go(); - protected abstract void InitTrackCount(); - protected bool IsBoundary(int index, int startpos, int endpos) { throw null; } - protected bool IsECMABoundary(int index, int startpos, int endpos) { throw null; } - protected bool IsMatched(int cap) { throw null; } - protected int MatchIndex(int cap) { throw null; } - protected int MatchLength(int cap) { throw null; } - protected int Popcrawl() { throw null; } - protected internal System.Text.RegularExpressions.Match Scan(System.Text.RegularExpressions.Regex regex, string text, int textbeg, int textend, int textstart, int prevlen, bool quick) { throw null; } - protected internal System.Text.RegularExpressions.Match Scan(System.Text.RegularExpressions.Regex regex, string text, int textbeg, int textend, int textstart, int prevlen, bool quick, System.TimeSpan timeout) { throw null; } - protected void TransferCapture(int capnum, int uncapnum, int start, int end) { } - protected void Uncapture() { } - } - public abstract partial class RegexRunnerFactory - { - protected RegexRunnerFactory() { } - protected internal abstract System.Text.RegularExpressions.RegexRunner CreateInstance(); - } -} diff --git a/src/referencePackages/src/system.text.regularexpressions/4.3.1/system.text.regularexpressions.nuspec b/src/referencePackages/src/system.text.regularexpressions/4.3.1/system.text.regularexpressions.nuspec deleted file mode 100755 index ee10237a5c..0000000000 --- a/src/referencePackages/src/system.text.regularexpressions/4.3.1/system.text.regularexpressions.nuspec +++ /dev/null @@ -1,70 +0,0 @@ - - - - System.Text.RegularExpressions - 4.3.1 - System.Text.RegularExpressions - Microsoft - microsoft,dotnetframework - true - https://microsoft.mit-license.org/ - https://dot.net/ - http://go.microsoft.com/fwlink/?LinkID=288859 - Provides the System.Text.RegularExpressions.Regex class, an implementation of a regular expression engine. - -Commonly Used Types: -System.Text.RegularExpressions.Regex -System.Text.RegularExpressions.RegexOptions -System.Text.RegularExpressions.Match -System.Text.RegularExpressions.Group -System.Text.RegularExpressions.Capture -System.Text.RegularExpressions.MatchEvaluator - -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.extensions/4.0.0/System.Threading.Tasks.Extensions.4.0.0.csproj b/src/referencePackages/src/system.threading.tasks.extensions/4.0.0/System.Threading.Tasks.Extensions.4.0.0.csproj deleted file mode 100644 index 7a4fecf778..0000000000 --- a/src/referencePackages/src/system.threading.tasks.extensions/4.0.0/System.Threading.Tasks.Extensions.4.0.0.csproj +++ /dev/null @@ -1,28 +0,0 @@ - - - netstandard1.0 - $(ArtifactsBinDir)system.threading.tasks.extensions/4.0.0/system.threading.tasks.extensions.nuspec - Open - - - - $(ArtifactsBinDir)system.threading.tasks.extensions/4.0.0/ref/ - $(ArtifactsObjDir)system.threading.tasks.extensions/4.0.0 - - - $(ArtifactsBinDir)system.threading.tasks.extensions/4.0.0/lib/ - - - - - - - - - - - - - - - diff --git a/src/referencePackages/src/system.threading.tasks.extensions/4.0.0/lib/netstandard1.0/System.Threading.Tasks.Extensions.cs b/src/referencePackages/src/system.threading.tasks.extensions/4.0.0/lib/netstandard1.0/System.Threading.Tasks.Extensions.cs deleted file mode 100644 index d9c72b421a..0000000000 --- a/src/referencePackages/src/system.threading.tasks.extensions/4.0.0/lib/netstandard1.0/System.Threading.Tasks.Extensions.cs +++ /dev/null @@ -1,82 +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. -// ------------------------------------------------------------------------------ - -using System; -using System.Diagnostics; -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Security; - -[assembly: Debuggable(DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)] -[assembly: AllowPartiallyTrustedCallers] -[assembly: ReferenceAssembly] -[assembly: AssemblyTitle("System.Threading.Tasks.Extensions")] -[assembly: AssemblyDescription("System.Threading.Tasks.Extensions")] -[assembly: AssemblyDefaultAlias("System.Threading.Tasks.Extensions")] -[assembly: AssemblyCompany("Microsoft Corporation")] -[assembly: AssemblyProduct("Microsoft® .NET Framework")] -[assembly: AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] -[assembly: AssemblyFileVersion("1.0.24212.01")] -[assembly: AssemblyInformationalVersion("1.0.24212.01 built by: SOURCEBUILD")] -[assembly: CLSCompliant(true)] -[assembly: AssemblyMetadata("", "")] -[assembly: AssemblyVersion("4.0.0.0")] - - - - -namespace System.Runtime.CompilerServices -{ - public partial struct ConfiguredValueTaskAwaitable - { - private object _dummy; - private int _dummyPrimitive; - public System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable.ConfiguredValueTaskAwaiter GetAwaiter() { throw null; } - public partial struct ConfiguredValueTaskAwaiter : System.Runtime.CompilerServices.ICriticalNotifyCompletion, System.Runtime.CompilerServices.INotifyCompletion - { - private object _dummy; - private int _dummyPrimitive; - public bool IsCompleted { get { throw null; } } - public TResult GetResult() { throw null; } - public void OnCompleted(System.Action continuation) { } - public void UnsafeOnCompleted(System.Action continuation) { } - } - } - public partial struct ValueTaskAwaiter : System.Runtime.CompilerServices.ICriticalNotifyCompletion, System.Runtime.CompilerServices.INotifyCompletion - { - private object _dummy; - public bool IsCompleted { get { throw null; } } - public TResult GetResult() { throw null; } - public void OnCompleted(System.Action continuation) { } - public void UnsafeOnCompleted(System.Action continuation) { } - } -} -namespace System.Threading.Tasks -{ - public partial struct ValueTask : System.IEquatable> - { - internal readonly TResult _result; - private object _dummy; - private int _dummyPrimitive; - public ValueTask(System.Threading.Tasks.Task task) { throw null; } - public ValueTask(TResult result) { throw null; } - public bool IsCanceled { get { throw null; } } - public bool IsCompleted { get { throw null; } } - public bool IsCompletedSuccessfully { get { throw null; } } - public bool IsFaulted { get { throw null; } } - public TResult Result { get { throw null; } } - public System.Threading.Tasks.Task AsTask() { throw null; } - public System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable ConfigureAwait(bool continueOnCapturedContext) { throw null; } - public override bool Equals(object obj) { throw null; } - public bool Equals(System.Threading.Tasks.ValueTask other) { throw null; } - public System.Runtime.CompilerServices.ValueTaskAwaiter GetAwaiter() { throw null; } - public override int GetHashCode() { throw null; } - public static bool operator ==(System.Threading.Tasks.ValueTask left, System.Threading.Tasks.ValueTask right) { throw null; } - public static bool operator !=(System.Threading.Tasks.ValueTask left, System.Threading.Tasks.ValueTask right) { throw null; } - public override string ToString() { throw null; } - } -} diff --git a/src/referencePackages/src/system.threading.tasks.extensions/4.0.0/system.threading.tasks.extensions.nuspec b/src/referencePackages/src/system.threading.tasks.extensions/4.0.0/system.threading.tasks.extensions.nuspec deleted file mode 100755 index 5ca7e6053c..0000000000 --- a/src/referencePackages/src/system.threading.tasks.extensions/4.0.0/system.threading.tasks.extensions.nuspec +++ /dev/null @@ -1,37 +0,0 @@ - - - - System.Threading.Tasks.Extensions - 4.0.0 - System.Threading.Tasks.Extensions - Microsoft - microsoft,dotnetframework - true - https://microsoft.mit-license.org/ - https://dot.net/ - http://go.microsoft.com/fwlink/?LinkID=288859 - Provides additional types that simplify the work of writing concurrent and asynchronous code. - -Commonly Used Types: -System.Threading.Tasks.ValueTask<TResult> - https://go.microsoft.com/fwlink/?LinkID=799417 - © Microsoft Corporation. All rights reserved. - true - - - - - - - - - - - - - - - - - - \ No newline at end of file