3321 references to NotSupportedException
aspire (2)
Aspire.Cli.Tests (16)
Aspire.Dashboard (3)
Aspire.Dashboard.Tests (3)
Aspire.Hosting.Azure (4)
Aspire.Hosting.Azure.AppContainers (6)
Aspire.Hosting.Azure.Tests (39)
Aspire.Hosting.Browsers.Tests (10)
Aspire.Hosting.Docker (1)
Aspire.Hosting.Kubernetes (1)
Aspire.Hosting.RemoteHost (2)
Aspire.Hosting.Tests (7)
ConfigurationSchemaGenerator (1)
crossgen2 (2)
csc (1)
CSharpSyntaxGenerator (1)
dotnet (6)
dotnet-aot (2)
dotnet-format (2)
dotnet-svcutil-lib (86)
GenerateDocumentationAndConfigFiles (87)
ilc (2)
ILCompiler.Compiler (51)
ILCompiler.ReadyToRun (47)
Compiler\DependencyAnalysis\ReadyToRun\WasmImportThunk.cs (6)
474protected override void EmitCode(NodeFactory factory, ref X64.X64Emitter instructionEncoder, bool relocsOnly) { throw new NotSupportedException(); }
475protected override void EmitCode(NodeFactory factory, ref X86.X86Emitter instructionEncoder, bool relocsOnly) { throw new NotSupportedException(); }
476protected override void EmitCode(NodeFactory factory, ref ARM.ARMEmitter instructionEncoder, bool relocsOnly) { throw new NotSupportedException(); }
477protected override void EmitCode(NodeFactory factory, ref ARM64.ARM64Emitter instructionEncoder, bool relocsOnly) { throw new NotSupportedException(); }
478protected override void EmitCode(NodeFactory factory, ref LoongArch64.LoongArch64Emitter instructionEncoder, bool relocsOnly) { throw new NotSupportedException(); }
479protected override void EmitCode(NodeFactory factory, ref RiscV64.RiscV64Emitter instructionEncoder, bool relocsOnly) { throw new NotSupportedException(); }
Compiler\DependencyAnalysis\ReadyToRun\WasmInterpreterToR2RThunkNode.cs (6)
329protected override void EmitCode(NodeFactory factory, ref X64.X64Emitter instructionEncoder, bool relocsOnly) { throw new NotSupportedException(); }
330protected override void EmitCode(NodeFactory factory, ref X86.X86Emitter instructionEncoder, bool relocsOnly) { throw new NotSupportedException(); }
331protected override void EmitCode(NodeFactory factory, ref ARM.ARMEmitter instructionEncoder, bool relocsOnly) { throw new NotSupportedException(); }
332protected override void EmitCode(NodeFactory factory, ref ARM64.ARM64Emitter instructionEncoder, bool relocsOnly) { throw new NotSupportedException(); }
333protected override void EmitCode(NodeFactory factory, ref LoongArch64.LoongArch64Emitter instructionEncoder, bool relocsOnly) { throw new NotSupportedException(); }
334protected override void EmitCode(NodeFactory factory, ref RiscV64.RiscV64Emitter instructionEncoder, bool relocsOnly) { throw new NotSupportedException(); }
Compiler\DependencyAnalysis\ReadyToRun\WasmR2RToInterpreterThunkNode.cs (6)
414protected override void EmitCode(NodeFactory factory, ref X64.X64Emitter instructionEncoder, bool relocsOnly) { throw new NotSupportedException(); }
415protected override void EmitCode(NodeFactory factory, ref X86.X86Emitter instructionEncoder, bool relocsOnly) { throw new NotSupportedException(); }
416protected override void EmitCode(NodeFactory factory, ref ARM.ARMEmitter instructionEncoder, bool relocsOnly) { throw new NotSupportedException(); }
417protected override void EmitCode(NodeFactory factory, ref ARM64.ARM64Emitter instructionEncoder, bool relocsOnly) { throw new NotSupportedException(); }
418protected override void EmitCode(NodeFactory factory, ref LoongArch64.LoongArch64Emitter instructionEncoder, bool relocsOnly) { throw new NotSupportedException(); }
419protected override void EmitCode(NodeFactory factory, ref RiscV64.RiscV64Emitter instructionEncoder, bool relocsOnly) { throw new NotSupportedException(); }
ILCompiler.TypeSystem (23)
illink (5)
ILLink.RoslynAnalyzer (1)
Microsoft.AspNetCore.Components (2)
Microsoft.AspNetCore.Components.Authorization (3)
Microsoft.AspNetCore.Components.Endpoints (1)
Microsoft.AspNetCore.Components.Server (15)
Microsoft.AspNetCore.Components.Web (9)
Microsoft.AspNetCore.Components.WebAssembly (10)
Microsoft.AspNetCore.Components.WebView (11)
Microsoft.AspNetCore.Components.WebView.Maui (3)
Microsoft.AspNetCore.Components.WebView.WindowsForms (4)
Microsoft.AspNetCore.Connections.Abstractions (1)
Microsoft.AspNetCore.Diagnostics.Abstractions (1)
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (9)
Microsoft.AspNetCore.Hosting (4)
Microsoft.AspNetCore.Http (4)
Microsoft.AspNetCore.Http.Abstractions (50)
Microsoft.AspNetCore.Http.Connections (10)
Microsoft.AspNetCore.Http.Connections.Client (5)
Microsoft.AspNetCore.Http.Extensions (1)
Microsoft.AspNetCore.HttpLogging (2)
Microsoft.AspNetCore.InternalTesting (1)
Microsoft.AspNetCore.Mvc.Abstractions (4)
Microsoft.AspNetCore.Mvc.Core (9)
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (2)
Microsoft.AspNetCore.Mvc.RazorPages (2)
Microsoft.AspNetCore.Mvc.ViewFeatures (6)
Microsoft.AspNetCore.OpenApi (5)
Microsoft.AspNetCore.Owin (6)
Microsoft.AspNetCore.ResponseCompression (9)
Microsoft.AspNetCore.Routing (5)
Microsoft.AspNetCore.Server.HttpSys (2)
Microsoft.AspNetCore.Server.IIS (34)
Microsoft.AspNetCore.Server.Kestrel.Core (49)
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Microsoft.AspNetCore.SignalR.Client.Core (5)
Microsoft.AspNetCore.SignalR.Common (5)
Microsoft.AspNetCore.SignalR.Protocols.MessagePack (5)
Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson (5)
Microsoft.AspNetCore.SignalR.Specification.Tests (5)
Microsoft.AspNetCore.SignalR.StackExchangeRedis (5)
Microsoft.AspNetCore.TestHost (15)
Microsoft.AspNetCore.Watch.BrowserRefresh (10)
Microsoft.AspNetCore.WebUtilities (17)
Microsoft.Build (140)
Microsoft.Build.Framework (4)
Microsoft.Build.Tasks.CodeAnalysis (1)
Microsoft.Build.Tasks.Core (10)
Microsoft.CodeAnalysis (138)
Microsoft.CodeAnalysis.Analyzers (89)
Microsoft.CodeAnalysis.AnalyzerUtilities (92)
Microsoft.CodeAnalysis.CodeStyle (86)
Microsoft.CodeAnalysis.CSharp (23)
Microsoft.CodeAnalysis.CSharp.CodeStyle (4)
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
Microsoft.CodeAnalysis.Extensions.Package (80)
Microsoft.CodeAnalysis.Features (2)
Microsoft.CodeAnalysis.NetAnalyzers (12)
Microsoft.CodeAnalysis.Razor.Compiler (17)
Microsoft.CodeAnalysis.ResxSourceGenerator (89)
Microsoft.CodeAnalysis.Workspaces (88)
Microsoft.CSharp (5)
Microsoft.Data.Analysis (171)
Computations\Arithmetic.cs (41)
119throw new NotSupportedException();
194protected virtual void Add(ReadOnlySpan<T> x, ReadOnlySpan<T> y, Span<T> destination) => throw new NotSupportedException();
195protected virtual void Add(ReadOnlySpan<T> x, T y, Span<T> destination) => throw new NotSupportedException();
196protected virtual void Add(T x, ReadOnlySpan<T> y, Span<T> destination) => throw new NotSupportedException();
197protected virtual void Subtract(ReadOnlySpan<T> x, ReadOnlySpan<T> y, Span<T> destination) => throw new NotSupportedException();
198protected virtual void Subtract(ReadOnlySpan<T> x, T y, Span<T> destination) => throw new NotSupportedException();
199protected virtual void Subtract(T x, ReadOnlySpan<T> y, Span<T> destination) => throw new NotSupportedException();
200protected virtual void Multiply(ReadOnlySpan<T> x, ReadOnlySpan<T> y, Span<T> destination) => throw new NotSupportedException();
201protected virtual void Multiply(ReadOnlySpan<T> x, T y, Span<T> destination) => throw new NotSupportedException();
202protected virtual void Multiply(T x, ReadOnlySpan<T> y, Span<T> destination) => throw new NotSupportedException();
203protected virtual void Divide(ReadOnlySpan<T> x, ReadOnlySpan<T> y, Span<T> destination) => throw new NotSupportedException();
204protected virtual void Divide(ReadOnlySpan<T> x, T y, Span<T> destination) => throw new NotSupportedException();
205protected virtual void Divide(T x, ReadOnlySpan<T> y, Span<T> destination) => throw new NotSupportedException();
206protected virtual void Modulo(ReadOnlySpan<T> x, ReadOnlySpan<T> y, Span<T> destination) => throw new NotSupportedException();
207protected virtual void Modulo(ReadOnlySpan<T> x, T y, Span<T> destination) => throw new NotSupportedException();
208protected virtual void Modulo(T x, ReadOnlySpan<T> y, Span<T> destination) => throw new NotSupportedException();
210protected virtual T Divide(T x, T y) => throw new NotSupportedException();
211protected virtual T Modulo(T x, T y) => throw new NotSupportedException();
213protected virtual void And(ReadOnlySpan<T> x, ReadOnlySpan<T> y, Span<T> destination) => throw new NotSupportedException();
214protected virtual void And(ReadOnlySpan<T> x, T y, Span<T> destination) => throw new NotSupportedException();
215protected virtual void And(T x, ReadOnlySpan<T> y, Span<T> destination) => throw new NotSupportedException();
216protected virtual void Or(ReadOnlySpan<T> x, ReadOnlySpan<T> y, Span<T> destination) => throw new NotSupportedException();
217protected virtual void Or(ReadOnlySpan<T> x, T y, Span<T> destination) => throw new NotSupportedException();
218protected virtual void Or(T x, ReadOnlySpan<T> y, Span<T> destination) => throw new NotSupportedException();
219protected virtual void Xor(ReadOnlySpan<T> x, ReadOnlySpan<T> y, Span<T> destination) => throw new NotSupportedException();
220protected virtual void Xor(ReadOnlySpan<T> x, T y, Span<T> destination) => throw new NotSupportedException();
221protected virtual void Xor(T x, ReadOnlySpan<T> y, Span<T> destination) => throw new NotSupportedException();
223protected virtual void LeftShift(ReadOnlySpan<T> x, int y, Span<T> destination) => throw new NotSupportedException();
224protected virtual void RightShift(ReadOnlySpan<T> x, int y, Span<T> destination) => throw new NotSupportedException();
226protected virtual void ElementwiseEquals(ReadOnlySpan<T> x, ReadOnlySpan<T> y, Span<bool> destination) => throw new NotSupportedException();
227protected virtual void ElementwiseEquals(ReadOnlySpan<T> x, T y, Span<bool> destination) => throw new NotSupportedException();
228protected virtual void ElementwiseNotEquals(ReadOnlySpan<T> x, ReadOnlySpan<T> y, Span<bool> destination) => throw new NotSupportedException();
229protected virtual void ElementwiseNotEquals(ReadOnlySpan<T> x, T y, Span<bool> destination) => throw new NotSupportedException();
230protected virtual void ElementwiseGreaterThanOrEqual(ReadOnlySpan<T> x, ReadOnlySpan<T> y, Span<bool> destination) => throw new NotSupportedException();
231protected virtual void ElementwiseGreaterThanOrEqual(ReadOnlySpan<T> x, T y, Span<bool> destination) => throw new NotSupportedException();
232protected virtual void ElementwiseLessThanOrEqual(ReadOnlySpan<T> x, ReadOnlySpan<T> y, Span<bool> destination) => throw new NotSupportedException();
233protected virtual void ElementwiseLessThanOrEqual(ReadOnlySpan<T> x, T y, Span<bool> destination) => throw new NotSupportedException();
234protected virtual void ElementwiseGreaterThan(ReadOnlySpan<T> x, ReadOnlySpan<T> y, Span<bool> destination) => throw new NotSupportedException();
235protected virtual void ElementwiseGreaterThan(ReadOnlySpan<T> x, T y, Span<bool> destination) => throw new NotSupportedException();
236protected virtual void ElementwiseLessThan(ReadOnlySpan<T> x, ReadOnlySpan<T> y, Span<bool> destination) => throw new NotSupportedException();
237protected virtual void ElementwiseLessThan(ReadOnlySpan<T> x, T y, Span<bool> destination) => throw new NotSupportedException();
Microsoft.Diagnostics.DataContractReader.Contracts (7)
Microsoft.DiaSymReader (23)
Microsoft.DotNet.Cli.Definitions (1)
Microsoft.Extensions.AI (4)
Microsoft.Extensions.AI.Abstractions (14)
Microsoft.Extensions.AI.Abstractions.Tests (4)
Microsoft.Extensions.AI.Evaluation.Console (1)
Microsoft.Extensions.AI.Integration.Tests (1)
Microsoft.Extensions.AI.Tests (7)
Microsoft.Extensions.Caching.Hybrid (2)
Microsoft.Extensions.Caching.Hybrid.Tests (8)
Microsoft.Extensions.DependencyModel (1)
Microsoft.Extensions.Hosting (1)
Microsoft.Extensions.Http.Diagnostics (4)
Microsoft.Extensions.Http.Diagnostics.PerformanceTests (1)
Microsoft.Extensions.Http.Resilience.Tests (1)
Microsoft.Extensions.ObjectPool.DependencyInjection.Tests (3)
Microsoft.Extensions.Options.Contextual.Tests (1)
Microsoft.Extensions.Primitives (7)
Microsoft.Extensions.Telemetry.Tests (1)
Microsoft.Extensions.VectorData.ConformanceTests (17)
Microsoft.Gen.BuildMetadata.Unit.Tests (4)
Microsoft.Gen.ComplianceReports.Unit.Tests (6)
Microsoft.Gen.ContextualOptions.Unit.Tests (4)
Microsoft.Gen.Logging.Generated.Tests (16)
Microsoft.Gen.Logging.Unit.Tests (4)
Microsoft.Gen.MetadataExtractor.Unit.Tests (6)
Microsoft.Gen.Metrics.Unit.Tests (4)
Microsoft.Gen.MetricsReports.Unit.Tests (6)
Microsoft.Maui (20)
Microsoft.Maui.Controls (77)
Microsoft.Maui.Controls.BindingSourceGen (4)
Microsoft.Maui.Controls.Build.Tasks (1)
Microsoft.Maui.Controls.Xaml (1)
Microsoft.Maui.Graphics (9)
Microsoft.Maui.Graphics.Skia (1)
Microsoft.ML.Core (2)
Microsoft.ML.CpuMath (2)
Microsoft.ML.Data (2)
Microsoft.ML.TensorFlow (2)
Microsoft.ML.Tokenizers.Tests (6)
Microsoft.NET.Sdk.WorkloadMSBuildSdkResolver (2)
Microsoft.TemplateEngine.Core (6)
Microsoft.TemplateEngine.Utils (4)
Microsoft.TestPlatform.PlatformAbstractions (2)
Microsoft.TestPlatform.TestHostRuntimeProvider (1)
Microsoft.VisualBasic.Core (1)
Microsoft.VisualStudio.TestPlatform.Client (2)
Mono.Cecil (54)
Mono.Cecil.Rocks (2)
NuGet.Build.Tasks.Console (1)
NuGet.CommandLine.XPlat (1)
NuGet.Configuration (4)
NuGet.DependencyResolver.Core (1)
NuGet.PackageManagement (3)
NuGet.Packaging (6)
NuGet.Protocol (37)
PresentationBuildTasks (2)
PresentationCore (83)
PresentationFramework (38)
PresentationFramework.Fluent (1)
PresentationUI (1)
Roslyn.Diagnostics.Analyzers (91)
Roslyn.Diagnostics.CSharp.Analyzers (4)
rzc (1)
ScenarioTests.Common.Tests (7)
Shared (4)
Shared.Tests (1)
System.Collections (24)
System.Collections.Concurrent (2)
System.Collections.Immutable (98)
System.CommandLine (1)
System.ComponentModel.TypeConverter (23)
System.Configuration.ConfigurationManager (5)
System.Data.Common (9)
System.Data.Odbc (1)
System.Data.OleDb (4)
System.Diagnostics.DiagnosticSource (1)
System.Diagnostics.EventLog (1)
System.DirectoryServices (1)
System.Formats.Cbor (1)
System.IO.Compression (28)
System.IO.Compression.Brotli (5)
System.IO.FileSystem.Watcher (2)
System.IO.Hashing (6)
System.IO.Pipelines (12)
System.Linq (8)
System.Linq.AsyncEnumerable (12)
System.Linq.Expressions (2)
System.Linq.Parallel (24)
System.Management (1)
System.Net.Http (27)
System.Net.Http.Json (1)
System.Net.Http.WinHttpHandler (12)
System.Net.NameResolution (1)
System.Net.Quic (5)
System.Net.Requests (19)
System.Net.WebClient (5)
System.Net.WebSockets (7)
System.Numerics.Tensors (69)
System.Private.CoreLib (99)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\TypeBuilderInstantiation.cs (21)
99public override Guid GUID => throw new NotSupportedException();
102public override object InvokeMember(string name, BindingFlags invokeAttr, Binder? binder, object? target, object?[]? args, ParameterModifier[]? modifiers, CultureInfo? culture, string[]? namedParameters) { throw new NotSupportedException(); }
105public override RuntimeTypeHandle TypeHandle => throw new NotSupportedException();
183public override Type GetInterface(string name, bool ignoreCase) { throw new NotSupportedException(); }
186public override Type[] GetInterfaces() { throw new NotSupportedException(); }
189public override EventInfo GetEvent(string name, BindingFlags bindingAttr) { throw new NotSupportedException(); }
192public override EventInfo[] GetEvents() { throw new NotSupportedException(); }
195protected override PropertyInfo GetPropertyImpl(string name, BindingFlags bindingAttr, Binder? binder, Type? returnType, Type[]? types, ParameterModifier[]? modifiers) { throw new NotSupportedException(); }
198public override PropertyInfo[] GetProperties(BindingFlags bindingAttr) { throw new NotSupportedException(); }
201public override Type[] GetNestedTypes(BindingFlags bindingAttr) { throw new NotSupportedException(); }
204public override Type GetNestedType(string name, BindingFlags bindingAttr) { throw new NotSupportedException(); }
207public override MemberInfo[] GetMember(string name, MemberTypes type, BindingFlags bindingAttr) { throw new NotSupportedException(); }
209public override InterfaceMapping GetInterfaceMap([DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicMethods | DynamicallyAccessedMemberTypes.NonPublicMethods)] Type interfaceType) { throw new NotSupportedException(); }
212public override EventInfo[] GetEvents(BindingFlags bindingAttr) { throw new NotSupportedException(); }
215public override MemberInfo[] GetMembers(BindingFlags bindingAttr) { throw new NotSupportedException(); }
227public override Type GetElementType() { throw new NotSupportedException(); }
256public override bool IsAssignableFrom([NotNullWhen(true)] Type? c) { throw new NotSupportedException(); }
260throw new NotSupportedException();
265public override object[] GetCustomAttributes(bool inherit) { throw new NotSupportedException(); }
267public override object[] GetCustomAttributes(Type attributeType, bool inherit) { throw new NotSupportedException(); }
269public override bool IsDefined(Type attributeType, bool inherit) { throw new NotSupportedException(); }
System.Private.DataContractSerialization (21)
System.Private.Reflection.Execution (1)
System.Private.TypeLoader (11)
System.Private.Xml (76)
System.Private.Xml.Linq (2)
System.Reflection.Context (1)
System.Reflection.Emit (54)
System\Reflection\Emit\EnumBuilderImpl.cs (19)
107object?[]? args, ParameterModifier[]? modifiers, Globalization.CultureInfo? culture, string[]? namedParameters) => throw new NotSupportedException();
110CallingConventions callConvention, Type[] types, ParameterModifier[]? modifiers) => throw new NotSupportedException();
112public override ConstructorInfo[] GetConstructors(BindingFlags bindingAttr) => throw new NotSupportedException();
114public override EventInfo[] GetEvents() => throw new NotSupportedException();
116public override EventInfo[] GetEvents(BindingFlags bindingAttr) => throw new NotSupportedException();
118public override EventInfo? GetEvent(string name, BindingFlags bindingAttr) => throw new NotSupportedException();
120public override MethodInfo[] GetMethods(BindingFlags bindingAttr) => throw new NotSupportedException();
123CallingConventions callConvention, Type[]? types, ParameterModifier[]? modifiers) => throw new NotSupportedException();
125public override FieldInfo? GetField(string name, BindingFlags bindingAttr) => throw new NotSupportedException();
127public override FieldInfo[] GetFields(BindingFlags bindingAttr) => throw new NotSupportedException();
130public override Type? GetInterface(string name, bool ignoreCase) => throw new NotSupportedException();
132public override PropertyInfo[] GetProperties(BindingFlags bindingAttr) => throw new NotSupportedException();
135Type? returnType, Type[]? types, ParameterModifier[]? modifiers) => throw new NotSupportedException();
137public override Type[] GetNestedTypes(BindingFlags bindingAttr) => throw new NotSupportedException();
139public override Type? GetNestedType(string name, BindingFlags bindingAttr) => throw new NotSupportedException();
141public override MemberInfo[] GetMember(string name, MemberTypes type, BindingFlags bindingAttr) => throw new NotSupportedException();
143=> throw new NotSupportedException();
145public override MemberInfo[] GetMembers(BindingFlags bindingAttr) => throw new NotSupportedException();
146public override bool IsAssignableFrom([NotNullWhen(true)] Type? c) => throw new NotSupportedException();
System\Reflection\Emit\GenericTypeParameterBuilderImpl.cs (24)
89public override RuntimeTypeHandle TypeHandle => throw new NotSupportedException();
90public override Guid GUID => throw new NotSupportedException();
99public override object[] GetCustomAttributes(bool inherit) => throw new NotSupportedException();
100public override object[] GetCustomAttributes(Type attributeType, bool inherit) => throw new NotSupportedException();
101public override bool IsDefined(Type attributeType, bool inherit) => throw new NotSupportedException();
103protected override ConstructorInfo GetConstructorImpl(BindingFlags bindingAttr, Binder? binder, CallingConventions callConvention, Type[] types, ParameterModifier[]? modifiers) => throw new NotSupportedException();
105public override ConstructorInfo[] GetConstructors(BindingFlags bindingAttr) => throw new NotSupportedException();
107protected override MethodInfo GetMethodImpl(string name, BindingFlags bindingAttr, Binder? binder, CallingConventions callConvention, Type[]? types, ParameterModifier[]? modifiers) => throw new NotSupportedException();
109public override MethodInfo[] GetMethods(BindingFlags bindingAttr) => throw new NotSupportedException();
111public override FieldInfo GetField(string name, BindingFlags bindingAttr) => throw new NotSupportedException();
113public override FieldInfo[] GetFields(BindingFlags bindingAttr) => throw new NotSupportedException();
116public override Type GetInterface(string name, bool ignoreCase) => throw new NotSupportedException();
118public override Type[] GetInterfaces() => throw new NotSupportedException();
120public override EventInfo GetEvent(string name, BindingFlags bindingAttr) => throw new NotSupportedException();
122public override EventInfo[] GetEvents() => throw new NotSupportedException();
124protected override PropertyInfo GetPropertyImpl(string name, BindingFlags bindingAttr, Binder? binder, Type? returnType, Type[]? types, ParameterModifier[]? modifiers) => throw new NotSupportedException();
126public override PropertyInfo[] GetProperties(BindingFlags bindingAttr) => throw new NotSupportedException();
128public override Type[] GetNestedTypes(BindingFlags bindingAttr) => throw new NotSupportedException();
130public override Type GetNestedType(string name, BindingFlags bindingAttr) => throw new NotSupportedException();
132public override MemberInfo[] GetMember(string name, MemberTypes type, BindingFlags bindingAttr) => throw new NotSupportedException();
133public override InterfaceMapping GetInterfaceMap([DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicMethods | DynamicallyAccessedMemberTypes.NonPublicMethods)] Type interfaceType) => throw new NotSupportedException();
135public override EventInfo[] GetEvents(BindingFlags bindingAttr) => throw new NotSupportedException();
137public override MemberInfo[] GetMembers(BindingFlags bindingAttr) => throw new NotSupportedException();
142public override object InvokeMember(string name, BindingFlags invokeAttr, Binder? binder, object? target, object?[]? args, ParameterModifier[]? modifiers, CultureInfo? culture, string[]? namedParameters) => throw new NotSupportedException();
System.Reflection.Metadata (33)
System.Reflection.MetadataLoadContext (4)
System.Resources.Extensions (1)
System.Runtime.InteropServices (1)
System.Runtime.Numerics (1)
System.Security.Cryptography (6)
System.Security.Cryptography.Cose (1)
System.Security.Cryptography.Pkcs (3)
System.Security.Cryptography.Xml (6)
System.Security.Principal.Windows (3)
System.ServiceModel.Http (10)
System.ServiceModel.NetTcp (1)
System.ServiceModel.Primitives (33)
System.ServiceModel.UnixDomainSocket (2)
System.Speech (11)
System.Text.RegularExpressions (6)
System.Threading.Channels (1)
System.Transactions.Local (1)
System.Windows.Controls.Ribbon (3)
System.Windows.Forms (31)
System.Windows.Forms.Analyzers (1)
System.Windows.Forms.Design (9)
System.Windows.Forms.Primitives (1)
System.Windows.Presentation (1)
System.Xaml (2)
vbc (1)
VBCSCompiler (1)