3321 references to NotSupportedException
aspire (2)
Projects\ProjectLocator.cs (2)
76: throw new NotSupportedException(); 98: throw new NotSupportedException();
Aspire.Cli.Tests (16)
Commands\SecretCommandTests.cs (7)
122public Task<bool> AddPackageAsync(AddPackageContext context, CancellationToken cancellationToken) => throw new NotSupportedException(); 124public Task<RunningInstanceResult> FindAndStopRunningInstanceAsync(FileInfo appHostFile, DirectoryInfo homeDirectory, CancellationToken cancellationToken) => throw new NotSupportedException(); 128public Task<int> PublishAsync(PublishContext context, CancellationToken cancellationToken) => throw new NotSupportedException(); 129public Task<int> RunAsync(AppHostProjectContext context, CancellationToken cancellationToken) => throw new NotSupportedException(); 130public Task<UpdatePackagesResult> UpdatePackagesAsync(UpdatePackagesContext context, CancellationToken cancellationToken) => throw new NotSupportedException(); 131public Task<AppHostValidationResult> ValidateAppHostAsync(FileInfo appHostFile, CancellationToken cancellationToken) => throw new NotSupportedException(); 132public Task<string?> GetAspireHostingVersionAsync(FileInfo appHostFile, CancellationToken cancellationToken) => throw new NotSupportedException();
Projects\AppHostServerSessionTests.cs (3)
600throw new NotSupportedException(); 644throw new NotSupportedException(); 694throw new NotSupportedException();
TestServices\FakeAppHostServerSession.cs (6)
120=> throw new NotSupportedException(); 129=> throw new NotSupportedException(); 132=> throw new NotSupportedException(); 135=> throw new NotSupportedException(); 138=> throw new NotSupportedException(); 141=> throw new NotSupportedException();
Aspire.Dashboard (3)
Model\SpanType.cs (3)
99throw new NotSupportedException(); 140throw new NotSupportedException(); 181throw new NotSupportedException();
Aspire.Dashboard.Tests (3)
Model\ResourceStateViewModelTests.cs (3)
230public void Add(ResourceViewModel item) => throw new NotSupportedException(); 232public void Clear() => throw new NotSupportedException(); 240public bool Remove(ResourceViewModel item) => throw new NotSupportedException();
Aspire.Hosting.Azure (4)
Provisioning\Internal\DefaultArmOperation.cs (4)
22public override ValueTask<Response<T>> WaitForCompletionAsync(CancellationToken cancellationToken = default) => throw new NotSupportedException(); 23public override ValueTask<Response<T>> WaitForCompletionAsync(TimeSpan pollingInterval, CancellationToken cancellationToken = default) => throw new NotSupportedException(); 24public override Response<T> WaitForCompletion(CancellationToken cancellationToken = default) => throw new NotSupportedException(); 25public override Response<T> WaitForCompletion(TimeSpan pollingInterval, CancellationToken cancellationToken = default) => throw new NotSupportedException();
Aspire.Hosting.Azure.AppContainers (6)
AzureContainerAppEnvironmentResource.cs (1)
397_ => throw new NotSupportedException()
AzureContainerAppExtensions.cs (2)
488_ => throw new NotSupportedException() 512_ => throw new NotSupportedException()
BaseContainerAppContext.cs (3)
167_ => throw new NotSupportedException() 212_ => throw new NotSupportedException(), 482_ => throw new NotSupportedException()
Aspire.Hosting.Azure.Tests (39)
AzureEnvironmentResourceExtensionsTests.cs (39)
5299=> throw new NotSupportedException(); 5302=> throw new NotSupportedException(); 5305=> throw new NotSupportedException(); 5308=> throw new NotSupportedException(); 5311=> throw new NotSupportedException(); 5314=> throw new NotSupportedException(); 5818=> throw new NotSupportedException(); 5821=> throw new NotSupportedException(); 5824=> throw new NotSupportedException(); 5827=> throw new NotSupportedException(); 5830=> throw new NotSupportedException(); 5833=> throw new NotSupportedException(); 5836=> throw new NotSupportedException(); 5842=> throw new NotSupportedException(); 5845=> throw new NotSupportedException(); 5848=> throw new NotSupportedException(); 5851=> throw new NotSupportedException(); 5857=> throw new NotSupportedException(); 5903=> throw new NotSupportedException(); 5906=> throw new NotSupportedException(); 5909=> throw new NotSupportedException(); 5912=> throw new NotSupportedException(); 5915=> throw new NotSupportedException(); 5918=> throw new NotSupportedException(); 5921=> throw new NotSupportedException(); 5927=> throw new NotSupportedException(); 5950=> throw new NotSupportedException(); 5980=> throw new NotSupportedException(); 5983=> throw new NotSupportedException(); 5986=> throw new NotSupportedException(); 5989=> throw new NotSupportedException(); 5992=> throw new NotSupportedException(); 5995=> throw new NotSupportedException(); 5998=> throw new NotSupportedException(); 6004=> throw new NotSupportedException(); 6010=> throw new NotSupportedException(); 6013=> throw new NotSupportedException(); 6016=> throw new NotSupportedException(); 6022=> throw new NotSupportedException();
Aspire.Hosting.Browsers.Tests (10)
BrowserLogsCdpConnectionTests.cs (5)
576public override long Length => throw new NotSupportedException(); 580get => throw new NotSupportedException(); 581set => throw new NotSupportedException(); 624throw new NotSupportedException(); 629throw new NotSupportedException();
BrowserLogsRunningSessionTests.cs (1)
127throw new NotSupportedException();
BrowserLogsSessionManagerTests.cs (2)
663throw new NotSupportedException(); 671throw new NotSupportedException();
BrowserPageSessionTests.cs (2)
367throw new NotSupportedException(); 375throw new NotSupportedException();
Aspire.Hosting.Docker (1)
DockerComposeServiceResourceExtensions.cs (1)
111_ => throw new NotSupportedException(),
Aspire.Hosting.Kubernetes (1)
KubernetesResource.cs (1)
768_ => throw new NotSupportedException(),
Aspire.Hosting.RemoteHost (2)
Ats\AtsMarshaller.cs (2)
302throw new NotSupportedException(); 356throw new NotSupportedException();
Aspire.Hosting.Tests (7)
Dcp\GatedReadStream.cs (6)
22public override long Length => throw new NotSupportedException(); 26get => throw new NotSupportedException(); 27set => throw new NotSupportedException(); 77throw new NotSupportedException(); 82throw new NotSupportedException(); 87throw new NotSupportedException();
Publishing\ContainerRuntimeBaseTests.cs (1)
43throw new NotSupportedException();
ConfigurationSchemaGenerator (1)
ConfigSchemaEmitter.cs (1)
773throw new NotSupportedException();
crossgen2 (2)
Crossgen2RootCommand.cs (1)
280throw new NotSupportedException(); // Unreachable
src\runtime\src\coreclr\tools\Common\InstructionSetHelpers.cs (1)
310(string specifiedInstructionSet, string impliedInstructionSet) => throw new NotSupportedException());
csc (1)
src\roslyn\src\Compilers\Shared\NativeMethods.cs (1)
118if (!returnFinalTarget) throw new NotSupportedException();
CSharpSyntaxGenerator (1)
SourceWriter.cs (1)
1892throw new NotSupportedException();
dotnet (6)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (2)
805_ => throw new NotSupportedException(), 813_ => throw new NotSupportedException(),
Commands\Test\TestCommandParser.cs (1)
29throw new NotSupportedException();
Commands\Workload\Install\WorkloadInstallRecords\ReadOnlyWindowsWorkloadInstallationRecordRepository.cs (2)
38=> throw new NotSupportedException(); 41=> throw new NotSupportedException();
src\sdk\artifacts\.packages\microsoft.codeanalysis.buildclient\5.11.0-1.26425.101\contentFiles\cs\net11.0\NativeMethods.cs (1)
118if (!returnFinalTarget) throw new NotSupportedException();
dotnet-aot (2)
src\sdk\src\Cli\dotnet\Commands\Workload\Install\WorkloadInstallRecords\ReadOnlyWindowsWorkloadInstallationRecordRepository.cs (2)
38=> throw new NotSupportedException(); 41=> throw new NotSupportedException();
dotnet-format (2)
Analyzers\AnalyzerReferenceInformationProvider.cs (1)
67var analyzerService = workspace.Services.GetService<IAnalyzerService>() ?? throw new NotSupportedException();
Analyzers\CodeStyleInformationProvider.cs (1)
26var analyzerService = workspace.Services.GetService<IAnalyzerService>() ?? throw new NotSupportedException();
dotnet-svcutil-lib (86)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (1)
933throw new NotSupportedException();
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReaderAsync.cs (15)
24throw new NotSupportedException(); 29throw new NotSupportedException(); 34throw new NotSupportedException(); 39throw new NotSupportedException(); 44throw new NotSupportedException(); 49throw new NotSupportedException(); 54throw new NotSupportedException(); 59throw new NotSupportedException(); 64throw new NotSupportedException(); 69throw new NotSupportedException(); 74throw new NotSupportedException(); 79throw new NotSupportedException(); 84throw new NotSupportedException(); 89throw new NotSupportedException(); 94throw new NotSupportedException();
FrameworkFork\Microsoft.Xml\Xml\Core\XmlRawWriter.cs (2)
304throw new NotSupportedException(); 309throw new NotSupportedException();
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXPathNavigator.cs (2)
1621throw new NotSupportedException(); 1679throw new NotSupportedException();
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializer.cs (7)
97public virtual XmlSerializationReader Reader { get { throw new NotSupportedException(); } } 99public virtual XmlSerializationWriter Writer { get { throw new NotSupportedException(); } } 101public virtual Hashtable ReadMethods { get { throw new NotSupportedException(); } } 103public virtual Hashtable WriteMethods { get { throw new NotSupportedException(); } } 105public virtual Hashtable TypedSerializers { get { throw new NotSupportedException(); } } 107public virtual bool CanSerialize(Type type) { throw new NotSupportedException(); } 109public virtual XmlSerializer GetSerializer(Type type) { throw new NotSupportedException(); }
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigator.cs (8)
76throw new NotSupportedException(); 1331throw new NotSupportedException(); 1336throw new NotSupportedException(); 1341throw new NotSupportedException(); 1346throw new NotSupportedException(); 1351throw new NotSupportedException(); 1356throw new NotSupportedException(); 1645throw new NotSupportedException();
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlObjectSerializer.cs (4)
107throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 112throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 117throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 267throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
FrameworkFork\System.Runtime.Serialization\System\Xml\EncodingStreamWrapper.cs (4)
589throw new NotSupportedException(); 593throw new NotSupportedException(); 696throw new NotSupportedException(); 747throw new NotSupportedException();
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseWriter.cs (2)
1497throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 1502throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryReader.cs (3)
126throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 131throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 293throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryWriter.cs (2)
199throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 204throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
FrameworkFork\System.ServiceModel\System\IdentityModel\HashStream.cs (4)
55throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 85throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 107throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 112throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
FrameworkFork\System.ServiceModel\System\ServiceModel\BasicHttpMessageSecurity.cs (1)
70throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ProducerConsumerStream.cs (5)
155throw new NotSupportedException(); 160throw new NotSupportedException(); 165get { throw new NotSupportedException(); } 170get { throw new NotSupportedException(); } 171set { throw new NotSupportedException(); }
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (2)
1108throw FxTrace.Exception.AsError(new NotSupportedException()); 1113throw FxTrace.Exception.AsError(new NotSupportedException());
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\StreamFormatter.cs (6)
317set { throw TraceUtility.ThrowHelperError(new NotSupportedException(), _message); } 337throw TraceUtility.ThrowHelperError(new NotSupportedException(), _message); 340public override void Flush() { throw TraceUtility.ThrowHelperError(new NotSupportedException(), _message); } 341public override long Seek(long offset, SeekOrigin origin) { throw TraceUtility.ThrowHelperError(new NotSupportedException(), _message); } 342public override void SetLength(long value) { throw TraceUtility.ThrowHelperError(new NotSupportedException(), _message); } 343public override void Write(byte[] buffer, int offset, int count) { throw TraceUtility.ThrowHelperError(new NotSupportedException(), _message); }
FrameworkFork\System.ServiceModel\System\ServiceModel\HttpClientCredentialType.cs (2)
61throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 88throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
FrameworkFork\System.ServiceModel\System\ServiceModel\MessageSecurityOverHttp.cs (3)
108throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 143throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 169throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
FrameworkFork\System.ServiceModel\System\ServiceModel\MessageSecurityOverTcp.cs (2)
90throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 117throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\MessageSecurityTokenVersion.cs (2)
135throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 146throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ReferenceList.cs (1)
43throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityUtils.cs (2)
756throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 876throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSKeyInfoSerializer.cs (1)
45throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityJan2004.cs (2)
179throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 184throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy.cs (1)
3119throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityTokenSerializer.cs (2)
113throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 142throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
GenerateDocumentationAndConfigFiles (87)
Program.cs (1)
1518throw new NotSupportedException();
src\roslyn\src\Compilers\Core\Portable\Collections\SmallDictionary.cs (1)
604throw new NotSupportedException();
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\ConsList`1.cs (1)
75throw new NotSupportedException();
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\MultiDictionary.cs (1)
62throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (10)
125set => throw new NotSupportedException(); 131set => throw new NotSupportedException(); 351=> throw new NotSupportedException(); 354=> throw new NotSupportedException(); 357=> throw new NotSupportedException(); 360=> throw new NotSupportedException(); 363=> throw new NotSupportedException(); 366=> throw new NotSupportedException(); 369=> throw new NotSupportedException(); 372=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs (1)
37=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs (2)
37=> throw new NotSupportedException(); 52=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection.cs (3)
51=> throw new NotSupportedException(); 54=> throw new NotSupportedException(); 57=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (7)
62readonly IEnumerable<TKey> IReadOnlyDictionary<TKey, TValue>.Keys => throw new NotSupportedException(); 64readonly IEnumerable<TValue> IReadOnlyDictionary<TKey, TValue>.Values => throw new NotSupportedException(); 66readonly ICollection<TKey> IDictionary<TKey, TValue>.Keys => throw new NotSupportedException(); 68readonly ICollection<TValue> IDictionary<TKey, TValue>.Values => throw new NotSupportedException(); 72readonly ICollection IDictionary.Keys => throw new NotSupportedException(); 74readonly ICollection IDictionary.Values => throw new NotSupportedException(); 80readonly object ICollection.SyncRoot => throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection.cs (3)
51=> throw new NotSupportedException(); 54=> throw new NotSupportedException(); 57=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (8)
371=> throw new NotSupportedException(); 374=> throw new NotSupportedException(); 377=> throw new NotSupportedException(); 380=> throw new NotSupportedException(); 383=> throw new NotSupportedException(); 386=> throw new NotSupportedException(); 389=> throw new NotSupportedException(); 392=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (12)
105set => throw new NotSupportedException(); 111set => throw new NotSupportedException(); 646=> throw new NotSupportedException(); 649=> throw new NotSupportedException(); 652=> throw new NotSupportedException(); 655=> throw new NotSupportedException(); 658=> throw new NotSupportedException(); 661=> throw new NotSupportedException(); 664=> throw new NotSupportedException(); 679=> throw new NotSupportedException(); 682=> throw new NotSupportedException(); 685=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
47readonly object ICollection.SyncRoot => throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray.cs (3)
71throw new NotSupportedException(); 166throw new NotSupportedException(); 233throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Collection.cs (3)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 49throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Dictionary.cs (4)
33throw new NotSupportedException(); 54throw new NotSupportedException(); 75throw new NotSupportedException(); 80throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.List.cs (3)
38throw new NotSupportedException(); 43throw new NotSupportedException(); 55throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Set.cs (5)
27throw new NotSupportedException(); 32throw new NotSupportedException(); 37throw new NotSupportedException(); 72throw new NotSupportedException(); 77throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Collection.cs (3)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 56throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Set.cs (5)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 36throw new NotSupportedException(); 71throw new NotSupportedException(); 76throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Singleton.Collection`1.cs (6)
28throw new NotSupportedException(); 33throw new NotSupportedException(); 52throw new NotSupportedException(); 79throw new NotSupportedException(); 95throw new NotSupportedException(); 100throw new NotSupportedException();
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\SmallDictionary.cs (1)
718throw new NotSupportedException();
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\ConcatImmutableArray`1.cs (1)
58=> throw new NotSupportedException();
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SerializableBytes.cs (2)
269=> throw new NotSupportedException(); 272=> throw new NotSupportedException();
ilc (2)
ILCompilerRootCommand.cs (1)
324throw new NotSupportedException(); // Unreachable
src\runtime\src\coreclr\tools\Common\InstructionSetHelpers.cs (1)
310(string specifiedInstructionSet, string impliedInstructionSet) => throw new NotSupportedException());
ILCompiler.Compiler (51)
Compiler\BodySubstitutionParser.cs (1)
151throw new NotSupportedException();
Compiler\CompilerTypeSystemContext.GeneratedAssembly.Sorting.cs (1)
20throw new NotSupportedException();
Compiler\DependencyAnalysis\DehydratedDataNode.cs (2)
233_ => throw new NotSupportedException(), 300_ => throw new NotSupportedException(),
Compiler\DependencyAnalysis\DictionaryLayoutNode.cs (1)
208throw new NotSupportedException();
Compiler\DependencyAnalysis\ImportedNodeProvider.cs (5)
25throw new NotSupportedException(); 30throw new NotSupportedException(); 35throw new NotSupportedException(); 40throw new NotSupportedException(); 45throw new NotSupportedException();
Compiler\DependencyAnalysis\SealedVTableNode.cs (3)
54throw new NotSupportedException(); 73throw new NotSupportedException(); 87throw new NotSupportedException();
Compiler\Disassembler.cs (1)
92_ => throw new NotSupportedException()
Compiler\GenericDictionaryLookup.cs (1)
104throw new NotSupportedException();
Compiler\ILScanner.cs (1)
51throw new NotSupportedException();
Compiler\ObjectWriter\Dwarf\DwarfBuilder.cs (1)
257default: throw new NotSupportedException();
Compiler\ObjectWriter\Dwarf\DwarfEhFrame.cs (2)
170throw new NotSupportedException(); 182_ => throw new NotSupportedException()
Compiler\ObjectWriter\Dwarf\DwarfExpressionBuilder.cs (1)
258throw new NotSupportedException();
Compiler\ObjectWriter\Dwarf\DwarfInfo.cs (1)
119_ => throw new NotSupportedException()
Compiler\ObjectWriter\Dwarf\DwarfInfoWriter.cs (1)
95default: throw new NotSupportedException();
Compiler\TypePreinit.cs (9)
2558throw new NotSupportedException(); 2735throw new NotSupportedException(); 2854throw new NotSupportedException(); 2889throw new NotSupportedException(); 2956throw new NotSupportedException(); 2993throw new NotSupportedException(); 3079throw new NotSupportedException(); 3352public int ArrayLength => throw new NotSupportedException(); 3636public int ArrayLength => throw new NotSupportedException();
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\Relocation.cs (1)
766_ => throw new NotSupportedException(),
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\SectionData.cs (4)
123public override void Flush() => throw new NotSupportedException(); 175public override void SetLength(long value) => throw new NotSupportedException(); 176public override void Write(byte[] buffer, int offset, int count) => throw new NotSupportedException(); 177public override void Write(ReadOnlySpan<byte> buffer) => throw new NotSupportedException();
src\runtime\src\coreclr\tools\Common\TypeSystem\IL\Stubs\PInvokeILEmitter.cs (3)
280throw new NotSupportedException(); 296throw new NotSupportedException(); 381throw new NotSupportedException();
src\runtime\src\coreclr\tools\Common\TypeSystem\Interop\IL\MarshalHelpers.cs (1)
182throw new NotSupportedException();
src\runtime\src\coreclr\tools\Common\TypeSystem\Interop\IL\Marshaller.Aot.cs (4)
995throw new NotSupportedException(); 1018throw new NotSupportedException(); 1163throw new NotSupportedException(); 1179throw new NotSupportedException();
src\runtime\src\coreclr\tools\Common\TypeSystem\Interop\IL\Marshaller.cs (6)
1010throw new NotSupportedException(); 2024throw new NotSupportedException(); 2029throw new NotSupportedException(); 2034throw new NotSupportedException(); 2039throw new NotSupportedException(); 2044throw new NotSupportedException();
src\runtime\src\coreclr\tools\Common\TypeSystem\MetadataEmitter\TypeSystemMetadataEmitter.cs (1)
174throw new NotSupportedException();
ILCompiler.ReadyToRun (47)
Compiler\DependencyAnalysis\ReadyToRun\TypeFixupSignature.cs (1)
109_ => throw new NotSupportedException()
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(); }
Compiler\ExternalReferenceTokenManager.cs (2)
90throw new NotSupportedException(); 101_ => throw new NotSupportedException()
IL\Stubs\PInvokeILEmitter.cs (5)
73throw new NotSupportedException(); 76throw new NotSupportedException(); 79throw new NotSupportedException(); 82throw new NotSupportedException(); 85throw new NotSupportedException();
JitInterface\CorInfoImpl.ReadyToRun.cs (4)
547throw new NotSupportedException(); 3563throw new NotSupportedException(); 3568throw new NotSupportedException(); 3573throw new NotSupportedException();
src\runtime\src\coreclr\tools\Common\CallingConvention\ArgIterator.cs (2)
1456throw new NotSupportedException(); 1532throw new NotSupportedException();
src\runtime\src\coreclr\tools\Common\CallingConvention\TransitionBlock.cs (1)
280throw new NotSupportedException();
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\Relocation.cs (1)
766_ => throw new NotSupportedException(),
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\SectionData.cs (4)
123public override void Flush() => throw new NotSupportedException(); 175public override void SetLength(long value) => throw new NotSupportedException(); 176public override void Write(byte[] buffer, int offset, int count) => throw new NotSupportedException(); 177public override void Write(ReadOnlySpan<byte> buffer) => throw new NotSupportedException();
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\Wasm\WasmDataSegment.cs (1)
104throw new NotSupportedException();
src\runtime\src\coreclr\tools\Common\TypeSystem\Interop\IL\MarshalHelpers.cs (1)
182throw new NotSupportedException();
src\runtime\src\coreclr\tools\Common\TypeSystem\Interop\IL\Marshaller.cs (6)
1010throw new NotSupportedException(); 2024throw new NotSupportedException(); 2029throw new NotSupportedException(); 2034throw new NotSupportedException(); 2039throw new NotSupportedException(); 2044throw new NotSupportedException();
src\runtime\src\coreclr\tools\Common\TypeSystem\MetadataEmitter\TypeSystemMetadataEmitter.cs (1)
174throw new NotSupportedException();
ILCompiler.TypeSystem (23)
src\runtime\src\coreclr\tools\Common\TypeSystem\Canon\TypeSystemContext.Canon.cs (2)
81throw new NotSupportedException(); 90throw new NotSupportedException();
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\TargetDetails.cs (2)
90throw new NotSupportedException(); 296throw new NotSupportedException();
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\TypeSystemContext.cs (4)
695throw new NotSupportedException(); 705throw new NotSupportedException(); 711throw new NotSupportedException(); 719throw new NotSupportedException();
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\TypeSystemContext.FieldLayout.cs (1)
17throw new NotSupportedException();
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\TypeSystemContext.Resolution.cs (2)
30throw new NotSupportedException(); 37throw new NotSupportedException();
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\UniversalCanonLayoutAlgorithm.cs (3)
17throw new NotSupportedException(); 23throw new NotSupportedException(); 41throw new NotSupportedException();
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\Utilities\CustomAttributeTypeNameFormatter.cs (4)
88throw new NotSupportedException(); 93throw new NotSupportedException(); 98throw new NotSupportedException(); 103throw new NotSupportedException();
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\Utilities\LockFreeReaderHashtable.cs (2)
722throw new NotSupportedException(); 737throw new NotSupportedException();
src\runtime\src\coreclr\tools\Common\TypeSystem\RuntimeDetermined\RuntimeDeterminedFieldLayoutAlgorithm.cs (2)
19throw new NotSupportedException(); 40throw new NotSupportedException();
src\runtime\src\coreclr\tools\Common\TypeSystem\RuntimeDetermined\TypeSystemContext.RuntimeDetermined.cs (1)
63throw new NotSupportedException();
illink (5)
ILLink.RoslynAnalyzer (1)
RequiresAnalyzerBase.cs (1)
134_ => throw new NotSupportedException()
Microsoft.AspNetCore.Components (2)
src\aspnetcore\src\Http\Routing\src\Template\RoutePrecedence.cs (2)
204throw new NotSupportedException(); 286throw new NotSupportedException();
Microsoft.AspNetCore.Components.Authorization (3)
AuthorizeDataAdapter.cs (3)
21set => throw new NotSupportedException(); 27set => throw new NotSupportedException(); 35set => throw new NotSupportedException();
Microsoft.AspNetCore.Components.Endpoints (1)
Rendering\Buffering\BufferedTextWriter.cs (1)
43=> throw new NotSupportedException();
Microsoft.AspNetCore.Components.Server (15)
Circuits\RemoteJSDataStream.cs (4)
160set => throw new NotSupportedException(); 174=> throw new NotSupportedException(); 177=> throw new NotSupportedException(); 180=> throw new NotSupportedException();
src\aspnetcore\src\Components\Shared\src\ArrayBuilderMemoryStream.cs (6)
40set => throw new NotSupportedException(); 46public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(); 50=> throw new NotSupportedException(); 54=> throw new NotSupportedException(); 57=> throw new NotSupportedException(); 97public override void SetLength(long value) => throw new NotSupportedException();
src\aspnetcore\src\SignalR\common\Shared\MemoryBufferWriter.cs (5)
44get => throw new NotSupportedException(); 45set => throw new NotSupportedException(); 278public override int Read(byte[] buffer, int offset, int count) => throw new NotSupportedException(); 279public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(); 280public override void SetLength(long value) => throw new NotSupportedException();
Microsoft.AspNetCore.Components.Web (9)
Forms\InputFile\BrowserFileStream.cs (5)
49set => throw new NotSupportedException(); 53=> throw new NotSupportedException(); 59=> throw new NotSupportedException(); 62=> throw new NotSupportedException(); 65=> throw new NotSupportedException();
Forms\Mapping\FormMappingScope.cs (2)
90=> throw new NotSupportedException(); 93=> throw new NotSupportedException();
Forms\Mapping\SupplyParameterFromFormValueProvider.cs (2)
67=> throw new NotSupportedException(); // IsFixed = true, so the framework won't call this 70=> throw new NotSupportedException(); // IsFixed = true, so the framework won't call this
Microsoft.AspNetCore.Components.WebAssembly (10)
src\aspnetcore\src\Components\Shared\src\ArrayBuilderMemoryStream.cs (6)
40set => throw new NotSupportedException(); 46public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(); 50=> throw new NotSupportedException(); 54=> throw new NotSupportedException(); 57=> throw new NotSupportedException(); 97public override void SetLength(long value) => throw new NotSupportedException();
src\aspnetcore\src\Components\Shared\src\PullFromJSDataStream.cs (4)
54set => throw new NotSupportedException(); 68=> throw new NotSupportedException(); 71=> throw new NotSupportedException(); 74=> throw new NotSupportedException();
Microsoft.AspNetCore.Components.WebView (11)
src\aspnetcore\src\Components\Shared\src\ArrayBuilderMemoryStream.cs (6)
40set => throw new NotSupportedException(); 46public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(); 50=> throw new NotSupportedException(); 54=> throw new NotSupportedException(); 57=> throw new NotSupportedException(); 97public override void SetLength(long value) => throw new NotSupportedException();
src\aspnetcore\src\Components\Shared\src\PullFromJSDataStream.cs (4)
54set => throw new NotSupportedException(); 68=> throw new NotSupportedException(); 71=> throw new NotSupportedException(); 74=> throw new NotSupportedException();
src\aspnetcore\src\Shared\StaticWebAssets\ManifestStaticWebAssetFileProvider.cs (1)
435throw new NotSupportedException();
Microsoft.AspNetCore.Components.WebView.Maui (3)
Standard\BlazorWebViewHandler.cs (3)
14 protected override object CreatePlatformView() => throw new NotSupportedException(); 17 public virtual IFileProvider CreateFileProvider(string contentRootDir) => throw new NotSupportedException(); 25 public virtual Task<bool> TryDispatchAsync(Action<IServiceProvider> workItem) => throw new NotSupportedException();
Microsoft.AspNetCore.Components.WebView.WindowsForms (4)
BlazorWebView.cs (4)
331 public override void Add(Control? value) => throw new NotSupportedException(); 332 public override void Clear() => throw new NotSupportedException(); 333 public override void Remove(Control? value) => throw new NotSupportedException(); 334 public override void SetChildIndex(Control child, int newIndex) => throw new NotSupportedException();
Microsoft.AspNetCore.Connections.Abstractions (1)
FileHandleEndPoint.cs (1)
31throw new NotSupportedException();
Microsoft.AspNetCore.Diagnostics.Abstractions (1)
IExceptionHandlerFeature.cs (1)
23string Path => throw new NotSupportedException();
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (9)
Latency\AddServerTimingHeaderMiddlewareTests.cs (5)
72public void AddCheckpoint(CheckpointToken token) => throw new NotSupportedException(); 73public void AddMeasure(MeasureToken token, long value) => throw new NotSupportedException(); 79public void Freeze() => throw new NotSupportedException(); 80public void RecordMeasure(MeasureToken _0, long _1) => throw new NotSupportedException(); 81public void SetTag(TagToken _0, string _1) => throw new NotSupportedException();
parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadonlyDictionary.cs (3)
36set => throw new NotSupportedException(); 58void IDictionary<TKey, TValue>.Add(TKey key, TValue value) => throw new NotSupportedException(); 60void ICollection<KeyValuePair<TKey, TValue>>.Add(KeyValuePair<TKey, TValue> item) => throw new NotSupportedException();
parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadOnlyList.cs (1)
34void ICollection<T>.Add(T item) => throw new NotSupportedException();
Microsoft.AspNetCore.Hosting (4)
GenericHost\SlimWebHostBuilder.cs (3)
64throw new NotSupportedException(); 69throw new NotSupportedException(); 74throw new NotSupportedException();
src\aspnetcore\src\Shared\StaticWebAssets\ManifestStaticWebAssetFileProvider.cs (1)
435throw new NotSupportedException();
Microsoft.AspNetCore.Http (4)
Internal\ReferenceReadStream.cs (4)
116throw new NotSupportedException(); 120throw new NotSupportedException(); 124=> throw new NotSupportedException(); 128throw new NotSupportedException();
Microsoft.AspNetCore.Http.Abstractions (50)
EndpointFilterInvocationContextOfT.Generated.cs (50)
54throw new NotSupportedException(); 59throw new NotSupportedException(); 115throw new NotSupportedException(); 120throw new NotSupportedException(); 125throw new NotSupportedException(); 182throw new NotSupportedException(); 187throw new NotSupportedException(); 244throw new NotSupportedException(); 249throw new NotSupportedException(); 254throw new NotSupportedException(); 317throw new NotSupportedException(); 322throw new NotSupportedException(); 380throw new NotSupportedException(); 385throw new NotSupportedException(); 390throw new NotSupportedException(); 459throw new NotSupportedException(); 464throw new NotSupportedException(); 523throw new NotSupportedException(); 528throw new NotSupportedException(); 533throw new NotSupportedException(); 608throw new NotSupportedException(); 613throw new NotSupportedException(); 673throw new NotSupportedException(); 678throw new NotSupportedException(); 683throw new NotSupportedException(); 764throw new NotSupportedException(); 769throw new NotSupportedException(); 830throw new NotSupportedException(); 835throw new NotSupportedException(); 840throw new NotSupportedException(); 927throw new NotSupportedException(); 932throw new NotSupportedException(); 994throw new NotSupportedException(); 999throw new NotSupportedException(); 1004throw new NotSupportedException(); 1097throw new NotSupportedException(); 1102throw new NotSupportedException(); 1165throw new NotSupportedException(); 1170throw new NotSupportedException(); 1175throw new NotSupportedException(); 1274throw new NotSupportedException(); 1279throw new NotSupportedException(); 1343throw new NotSupportedException(); 1348throw new NotSupportedException(); 1353throw new NotSupportedException(); 1458throw new NotSupportedException(); 1463throw new NotSupportedException(); 1528throw new NotSupportedException(); 1533throw new NotSupportedException(); 1538throw new NotSupportedException();
Microsoft.AspNetCore.Http.Connections (10)
src\aspnetcore\src\SignalR\common\Shared\MemoryBufferWriter.cs (5)
44get => throw new NotSupportedException(); 45set => throw new NotSupportedException(); 278public override int Read(byte[] buffer, int offset, int count) => throw new NotSupportedException(); 279public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(); 280public override void SetLength(long value) => throw new NotSupportedException();
src\aspnetcore\src\SignalR\common\Shared\PipeWriterStream.cs (5)
29public override long Position { get => throw new NotSupportedException(); set => throw new NotSupportedException(); } 37throw new NotSupportedException(); 42throw new NotSupportedException(); 47throw new NotSupportedException();
Microsoft.AspNetCore.Http.Connections.Client (5)
src\aspnetcore\src\SignalR\common\Shared\PipeWriterStream.cs (5)
29public override long Position { get => throw new NotSupportedException(); set => throw new NotSupportedException(); } 37throw new NotSupportedException(); 42throw new NotSupportedException(); 47throw new NotSupportedException();
Microsoft.AspNetCore.Http.Extensions (1)
RequestDelegateFactory.cs (1)
2971throw new NotSupportedException();
Microsoft.AspNetCore.HttpLogging (2)
MediaTypeOptions.cs (2)
78throw new NotSupportedException(); 87throw new NotSupportedException();
Microsoft.AspNetCore.InternalTesting (1)
HttpClientSlim.cs (1)
129throw new NotSupportedException();
Microsoft.AspNetCore.Mvc.Abstractions (4)
ModelBinding\ModelBinderProviderContext.cs (1)
28throw new NotSupportedException();
ModelBinding\ModelMetadataProvider.cs (3)
42throw new NotSupportedException(); 53throw new NotSupportedException(); 64throw new NotSupportedException();
Microsoft.AspNetCore.Mvc.Core (9)
Builder\MvcApplicationBuilderExtensions.cs (1)
113throw new NotSupportedException();
Diagnostics\EventData.cs (1)
78void IEnumerator.Reset() => throw new NotSupportedException();
Infrastructure\ActionMethodExecutor.cs (2)
83throw new NotSupportedException(); 89throw new NotSupportedException();
ModelBinding\Binders\DateTimeModelBinder.cs (1)
71throw new NotSupportedException();
ModelBinding\Binders\DecimalModelBinder.cs (1)
74throw new NotSupportedException();
ModelBinding\Binders\DoubleModelBinder.cs (1)
74throw new NotSupportedException();
ModelBinding\Binders\FloatModelBinder.cs (1)
74throw new NotSupportedException();
Routing\RoutePatternWriter.cs (1)
72throw new NotSupportedException();
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (2)
PageDirectiveFeature.cs (2)
108public override string PhysicalPath => throw new NotSupportedException(); 111public override Stream Read() => throw new NotSupportedException();
Microsoft.AspNetCore.Mvc.RazorPages (2)
Infrastructure\PageLoader.cs (1)
30=> throw new NotSupportedException();
PageBase.cs (1)
108throw new NotSupportedException();
Microsoft.AspNetCore.Mvc.ViewFeatures (6)
AttributeDictionary.cs (6)
381throw new NotSupportedException(); 386throw new NotSupportedException(); 426throw new NotSupportedException(); 488throw new NotSupportedException(); 493throw new NotSupportedException(); 531throw new NotSupportedException();
Microsoft.AspNetCore.OpenApi (5)
src\aspnetcore\src\SignalR\common\Shared\MemoryBufferWriter.cs (5)
44get => throw new NotSupportedException(); 45set => throw new NotSupportedException(); 278public override int Read(byte[] buffer, int offset, int count) => throw new NotSupportedException(); 279public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(); 280public override void SetLength(long value) => throw new NotSupportedException();
Microsoft.AspNetCore.Owin (6)
DictionaryStringArrayWrapper.cs (1)
113void IEnumerator.Reset() => throw new NotSupportedException();
DictionaryStringValuesWrapper.cs (1)
158void IEnumerator.Reset() => throw new NotSupportedException();
OwinFeatureCollection.cs (4)
114set { throw new NotSupportedException(); } 196throw new NotSupportedException(); 340set { throw new NotSupportedException(); } 377throw new NotSupportedException();
Microsoft.AspNetCore.ResponseCompression (9)
CompressionProviderFactory.cs (3)
32get { throw new NotSupportedException(); } 37get { throw new NotSupportedException(); } 42throw new NotSupportedException();
ResponseCompressionBody.cs (6)
75get { throw new NotSupportedException(); } 80get { throw new NotSupportedException(); } 81set { throw new NotSupportedException(); } 140throw new NotSupportedException(); 145throw new NotSupportedException(); 150throw new NotSupportedException();
Microsoft.AspNetCore.Routing (5)
Matching\DefaultEndpointSelector.cs (1)
96throw new NotSupportedException();
ParameterPolicyFactory.cs (1)
53throw new NotSupportedException();
Template\RoutePrecedence.cs (2)
204throw new NotSupportedException(); 286throw new NotSupportedException();
Template\TemplatePart.cs (1)
54throw new NotSupportedException();
Microsoft.AspNetCore.Server.HttpSys (2)
IHttpSysRequestPropertyFeature.cs (1)
70=> throw new NotSupportedException();
src\aspnetcore\src\Shared\HttpSys\RequestProcessing\NativeRequestContext.cs (1)
925throw new NotSupportedException();
Microsoft.AspNetCore.Server.IIS (34)
Core\DuplexStream.cs (5)
24public override long Length => throw new NotSupportedException(); 26public override long Position { get => throw new NotSupportedException(); set => throw new NotSupportedException(); } 40throw new NotSupportedException(); 45throw new NotSupportedException();
Core\ReadOnlyStream.cs (10)
14get => throw new NotSupportedException(); 15set => throw new NotSupportedException(); 21=> throw new NotSupportedException(); 25get => throw new NotSupportedException(); 26set => throw new NotSupportedException(); 40throw new NotSupportedException(); 45throw new NotSupportedException(); 50throw new NotSupportedException(); 55throw new NotSupportedException(); 60throw new NotSupportedException();
Core\ThrowingWasUpgradedWriteOnlyStreamInternal.cs (2)
28=> throw new NotSupportedException(); 32=> throw new NotSupportedException();
Core\WriteOnlyStreamInternal.cs (10)
20get => throw new NotSupportedException(); 21set => throw new NotSupportedException(); 28public override long Length => throw new NotSupportedException(); 33get => throw new NotSupportedException(); 34set => throw new NotSupportedException(); 40throw new NotSupportedException(); 46throw new NotSupportedException(); 51throw new NotSupportedException(); 57throw new NotSupportedException(); 63throw new NotSupportedException();
src\aspnetcore\src\Shared\HttpSys\RequestProcessing\NativeRequestContext.cs (1)
925throw new NotSupportedException();
src\aspnetcore\src\Shared\ServerInfrastructure\DuplexPipeStream.cs (5)
47throw new NotSupportedException(); 55throw new NotSupportedException(); 59throw new NotSupportedException(); 65throw new NotSupportedException(); 70throw new NotSupportedException();
src\aspnetcore\src\Shared\ServerInfrastructure\DuplexPipeStreamAdapter.cs (1)
57throw new NotSupportedException();
Microsoft.AspNetCore.Server.Kestrel.Core (49)
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
351throw new NotSupportedException();
Internal\Http\HttpRequestHeaders.cs (1)
239public void Reset() => throw new NotSupportedException();
Internal\Http\HttpRequestStream.cs (10)
28public override long Length => throw new NotSupportedException(); 32get => throw new NotSupportedException(); 33set => throw new NotSupportedException(); 38get => throw new NotSupportedException(); 39set => throw new NotSupportedException(); 63=> throw new NotSupportedException(); 66=> throw new NotSupportedException(); 69=> throw new NotSupportedException(); 73throw new NotSupportedException(); 78throw new NotSupportedException();
Internal\Http\HttpResponseStream.cs (10)
26public override long Length => throw new NotSupportedException(); 30get => throw new NotSupportedException(); 31set => throw new NotSupportedException(); 36get => throw new NotSupportedException(); 37set => throw new NotSupportedException(); 41=> throw new NotSupportedException(); 44=> throw new NotSupportedException(); 47=> throw new NotSupportedException(); 66throw new NotSupportedException(); 71throw new NotSupportedException();
Internal\Http\HttpResponseTrailers.cs (2)
47public override StringValues HeaderConnection { get => throw new NotSupportedException(); set => throw new NotSupportedException(); }
Internal\Infrastructure\ReadOnlyStream.cs (5)
14get => throw new NotSupportedException(); 15set => throw new NotSupportedException(); 19=> throw new NotSupportedException(); 22=> throw new NotSupportedException(); 25=> throw new NotSupportedException();
Internal\Infrastructure\StatusCheckWriteStream.cs (2)
56throw new NotSupportedException(); 61throw new NotSupportedException();
Internal\Infrastructure\ThrowingWasUpgradedWriteOnlyStream.cs (5)
10public override long Length => throw new NotSupportedException(); 14get => throw new NotSupportedException(); 15set => throw new NotSupportedException(); 28=> throw new NotSupportedException(); 31=> throw new NotSupportedException();
Internal\Infrastructure\WriteOnlyStream.cs (5)
14get => throw new NotSupportedException(); 15set => throw new NotSupportedException(); 19=> throw new NotSupportedException(); 22=> throw new NotSupportedException(); 25=> throw new NotSupportedException();
Internal\WebTransport\WebTransportStream.cs (2)
28public override string ConnectionId { get => _streamId.ToString(NumberFormatInfo.InvariantInfo); set => throw new NotSupportedException(); } 30public override IDuplexPipe Transport { get => _duplexPipe; set => throw new NotSupportedException(); }
src\aspnetcore\src\Shared\ServerInfrastructure\DuplexPipeStream.cs (5)
47throw new NotSupportedException(); 55throw new NotSupportedException(); 59throw new NotSupportedException(); 65throw new NotSupportedException(); 70throw new NotSupportedException();
src\aspnetcore\src\Shared\ServerInfrastructure\DuplexPipeStreamAdapter.cs (1)
57throw new NotSupportedException();
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Internal\QuicStreamContext.cs (1)
130set => throw new NotSupportedException();
Microsoft.AspNetCore.SignalR.Client.Core (5)
src\aspnetcore\src\SignalR\common\Shared\PipeWriterStream.cs (5)
29public override long Position { get => throw new NotSupportedException(); set => throw new NotSupportedException(); } 37throw new NotSupportedException(); 42throw new NotSupportedException(); 47throw new NotSupportedException();
Microsoft.AspNetCore.SignalR.Common (5)
src\aspnetcore\src\SignalR\common\Shared\MemoryBufferWriter.cs (5)
44get => throw new NotSupportedException(); 45set => throw new NotSupportedException(); 278public override int Read(byte[] buffer, int offset, int count) => throw new NotSupportedException(); 279public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(); 280public override void SetLength(long value) => throw new NotSupportedException();
Microsoft.AspNetCore.SignalR.Protocols.MessagePack (5)
src\aspnetcore\src\SignalR\common\Shared\MemoryBufferWriter.cs (5)
44get => throw new NotSupportedException(); 45set => throw new NotSupportedException(); 278public override int Read(byte[] buffer, int offset, int count) => throw new NotSupportedException(); 279public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(); 280public override void SetLength(long value) => throw new NotSupportedException();
Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson (5)
src\aspnetcore\src\SignalR\common\Shared\MemoryBufferWriter.cs (5)
44get => throw new NotSupportedException(); 45set => throw new NotSupportedException(); 278public override int Read(byte[] buffer, int offset, int count) => throw new NotSupportedException(); 279public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(); 280public override void SetLength(long value) => throw new NotSupportedException();
Microsoft.AspNetCore.SignalR.Specification.Tests (5)
src\aspnetcore\src\SignalR\common\Shared\MemoryBufferWriter.cs (5)
44get => throw new NotSupportedException(); 45set => throw new NotSupportedException(); 278public override int Read(byte[] buffer, int offset, int count) => throw new NotSupportedException(); 279public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(); 280public override void SetLength(long value) => throw new NotSupportedException();
Microsoft.AspNetCore.SignalR.StackExchangeRedis (5)
src\aspnetcore\src\SignalR\common\Shared\MemoryBufferWriter.cs (5)
44get => throw new NotSupportedException(); 45set => throw new NotSupportedException(); 278public override int Read(byte[] buffer, int offset, int count) => throw new NotSupportedException(); 279public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(); 280public override void SetLength(long value) => throw new NotSupportedException();
Microsoft.AspNetCore.TestHost (15)
ResponseBodyReaderStream.cs (8)
39public override long Length => throw new NotSupportedException(); 43get => throw new NotSupportedException(); 44set => throw new NotSupportedException(); 47public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(); 49public override void SetLength(long value) => throw new NotSupportedException(); 59public override void Write(byte[] buffer, int offset, int count) => throw new NotSupportedException(); 61public override Task WriteAsync(byte[] buffer, int offset, int count, CancellationToken cancellationToken) => throw new NotSupportedException(); 63public override ValueTask WriteAsync(ReadOnlyMemory<byte> buffer, CancellationToken cancellationToken) => throw new NotSupportedException();
ResponseBodyWriterStream.cs (6)
23public override long Length => throw new NotSupportedException(); 25public override long Position { get => throw new NotSupportedException(); set => throw new NotSupportedException(); } 29throw new NotSupportedException(); 34throw new NotSupportedException(); 39throw new NotSupportedException();
UpgradeFeature.cs (1)
15throw new NotSupportedException();
Microsoft.AspNetCore.Watch.BrowserRefresh (10)
src\sdk\src\Dotnet.Watch\Web.Middleware\ResponseStreamWrapper.cs (5)
147public override int Read(byte[] buffer, int offset, int count) => throw new NotSupportedException(); 149public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(); 152=> throw new NotSupportedException(); 155=> throw new NotSupportedException(); 157public override void SetLength(long value) => throw new NotSupportedException();
src\sdk\src\Dotnet.Watch\Web.Middleware\ScriptInjectingStream.cs (5)
299public override int Read(byte[] buffer, int offset, int count) => throw new NotSupportedException(); 301public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(); 304=> throw new NotSupportedException(); 307=> throw new NotSupportedException(); 309public override void SetLength(long value) => throw new NotSupportedException();
Microsoft.AspNetCore.WebUtilities (17)
FileBufferingReadStream.cs (5)
399throw new NotSupportedException(); 405throw new NotSupportedException(); 411throw new NotSupportedException(); 417throw new NotSupportedException(); 423throw new NotSupportedException();
FileBufferingWriteStream.cs (7)
81get => throw new NotSupportedException(); 82set => throw new NotSupportedException(); 92public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(); 96=> throw new NotSupportedException(); 100=> throw new NotSupportedException(); 104=> throw new NotSupportedException(); 187public override void SetLength(long value) => throw new NotSupportedException();
MultipartReaderStream.cs (5)
111throw new NotSupportedException(); 116throw new NotSupportedException(); 121throw new NotSupportedException(); 126throw new NotSupportedException(); 131throw new NotSupportedException();
Microsoft.Build (140)
Collections\ArrayDictionary.cs (1)
215throw new NotSupportedException();
Evaluation\LazyItemEvaluator.EvaluatorData.cs (10)
142public void AddSdkResolvedEnvironmentVariable(string name, string value) => throw new NotSupportedException(); 146throw new NotSupportedException(); 151throw new NotSupportedException(); 156throw new NotSupportedException(); 161throw new NotSupportedException(); 166throw new NotSupportedException(); 171throw new NotSupportedException(); 176throw new NotSupportedException(); 181throw new NotSupportedException(); 186throw new NotSupportedException();
Evaluation\LazyItemEvaluator.ItemFactoryWrapper.cs (1)
47throw new NotSupportedException();
Instance\ImmutableProjectCollections\ImmutableElementCollectionConverter.cs (14)
36set => throw new NotSupportedException(); 47public void Add(T item) => throw new NotSupportedException(); 49public void Add(string key, T value) => throw new NotSupportedException(); 51public void Add(KeyValuePair<string, T> item) => throw new NotSupportedException(); 53public void Clear() => throw new NotSupportedException(); 80public void GetObjectData(SerializationInfo info, StreamingContext context) => throw new NotSupportedException(); 82public void OnDeserialization(object sender) => throw new NotSupportedException(); 84public bool Remove(T item) => throw new NotSupportedException(); 86public bool Remove(string key) => throw new NotSupportedException(); 88public bool Remove(KeyValuePair<string, T> item) => throw new NotSupportedException(); 96public void UnionWith(IEnumerable<T> other) => throw new NotSupportedException(); 125public void Add(T item) => throw new NotSupportedException(); 127public void Clear() => throw new NotSupportedException(); 196public bool Remove(T item) => throw new NotSupportedException();
Instance\ImmutableProjectCollections\ImmutableGlobalPropertiesCollectionConverter.cs (14)
46set => throw new NotSupportedException(); 66public void Add(ProjectPropertyInstance item) => throw new NotSupportedException(); 68public void Add(string key, ProjectPropertyInstance value) => throw new NotSupportedException(); 70public void Add(KeyValuePair<string, ProjectPropertyInstance> item) => throw new NotSupportedException(); 72public void Clear() => throw new NotSupportedException(); 123public void GetObjectData(SerializationInfo info, StreamingContext context) => throw new NotSupportedException(); 125public void OnDeserialization(object sender) => throw new NotSupportedException(); 127public bool Remove(ProjectPropertyInstance item) => throw new NotSupportedException(); 129public bool Remove(string key) => throw new NotSupportedException(); 131public bool Remove(KeyValuePair<string, ProjectPropertyInstance> item) => throw new NotSupportedException(); 148public void UnionWith(IEnumerable<ProjectPropertyInstance> other) => throw new NotSupportedException(); 177public void Add(ProjectPropertyInstance item) => throw new NotSupportedException(); 179public void Clear() => throw new NotSupportedException(); 181public bool Remove(ProjectPropertyInstance item) => throw new NotSupportedException();
Instance\ImmutableProjectCollections\ImmutableItemDefinitionsListConverter.cs (6)
34set => throw new NotSupportedException(); 70public void Add(T item) => throw new NotSupportedException(); 72public void Clear() => throw new NotSupportedException(); 74public void Insert(int index, T item) => throw new NotSupportedException(); 76public bool Remove(T item) => throw new NotSupportedException(); 78public void RemoveAt(int index) => throw new NotSupportedException();
Instance\ImmutableProjectCollections\ImmutableItemDictionary.cs (9)
62public void Add(T projectItem) => throw new NotSupportedException(); 65public void Clear() => throw new NotSupportedException(); 133public void ImportItems(IEnumerable<T> other) => throw new NotSupportedException(); 136public void ImportItemsOfType(string itemType, IEnumerable<T> items) => throw new NotSupportedException(); 139public bool Remove(T projectItem) => throw new NotSupportedException(); 142public void RemoveItemsOfType(string itemType, IEnumerable<T> other) => throw new NotSupportedException(); 159public void Add(T item) => throw new NotSupportedException(); 161public void Clear() => throw new NotSupportedException(); 163public bool Remove(T item) => throw new NotSupportedException();
Instance\ImmutableProjectCollections\LazyStringValuedList.cs (6)
33set => throw new NotSupportedException(); 41public void Add(string item) => throw new NotSupportedException(); 43public void Clear() => throw new NotSupportedException(); 45public void Insert(int index, string item) => throw new NotSupportedException(); 47public bool Remove(string item) => throw new NotSupportedException(); 49public void RemoveAt(int index) => throw new NotSupportedException();
src\5057ed6cf5d6323b\ImmutableSegmentedDictionary`2.cs (10)
125set => throw new NotSupportedException(); 131set => throw new NotSupportedException(); 351=> throw new NotSupportedException(); 354=> throw new NotSupportedException(); 357=> throw new NotSupportedException(); 360=> throw new NotSupportedException(); 363=> throw new NotSupportedException(); 366=> throw new NotSupportedException(); 369=> throw new NotSupportedException(); 372=> throw new NotSupportedException();
src\5057ed6cf5d6323b\ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs (1)
37=> throw new NotSupportedException();
src\5057ed6cf5d6323b\ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs (2)
37=> throw new NotSupportedException(); 52=> throw new NotSupportedException();
src\5057ed6cf5d6323b\ImmutableSegmentedDictionary`2+KeyCollection.cs (3)
51=> throw new NotSupportedException(); 54=> throw new NotSupportedException(); 57=> throw new NotSupportedException();
src\5057ed6cf5d6323b\ImmutableSegmentedDictionary`2+ValueBuilder.cs (7)
62readonly IEnumerable<TKey> IReadOnlyDictionary<TKey, TValue>.Keys => throw new NotSupportedException(); 64readonly IEnumerable<TValue> IReadOnlyDictionary<TKey, TValue>.Values => throw new NotSupportedException(); 66readonly ICollection<TKey> IDictionary<TKey, TValue>.Keys => throw new NotSupportedException(); 68readonly ICollection<TValue> IDictionary<TKey, TValue>.Values => throw new NotSupportedException(); 72readonly ICollection IDictionary.Keys => throw new NotSupportedException(); 74readonly ICollection IDictionary.Values => throw new NotSupportedException(); 80readonly object ICollection.SyncRoot => throw new NotSupportedException();
src\5057ed6cf5d6323b\ImmutableSegmentedDictionary`2+ValueCollection.cs (3)
51=> throw new NotSupportedException(); 54=> throw new NotSupportedException(); 57=> throw new NotSupportedException();
src\5057ed6cf5d6323b\ImmutableSegmentedHashSet`1.cs (8)
371=> throw new NotSupportedException(); 374=> throw new NotSupportedException(); 377=> throw new NotSupportedException(); 380=> throw new NotSupportedException(); 383=> throw new NotSupportedException(); 386=> throw new NotSupportedException(); 389=> throw new NotSupportedException(); 392=> throw new NotSupportedException();
src\5057ed6cf5d6323b\ImmutableSegmentedList`1.cs (12)
105set => throw new NotSupportedException(); 111set => throw new NotSupportedException(); 646=> throw new NotSupportedException(); 649=> throw new NotSupportedException(); 652=> throw new NotSupportedException(); 655=> throw new NotSupportedException(); 658=> throw new NotSupportedException(); 661=> throw new NotSupportedException(); 664=> throw new NotSupportedException(); 679=> throw new NotSupportedException(); 682=> throw new NotSupportedException(); 685=> throw new NotSupportedException();
src\5057ed6cf5d6323b\ImmutableSegmentedList`1+ValueBuilder.cs (1)
47readonly object ICollection.SyncRoot => throw new NotSupportedException();
src\8b3a4ac2431f87ea\SpecializedCollections.Empty.Collection.cs (3)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 49throw new NotSupportedException();
src\8b3a4ac2431f87ea\SpecializedCollections.Empty.Dictionary.cs (4)
33throw new NotSupportedException(); 54throw new NotSupportedException(); 75throw new NotSupportedException(); 80throw new NotSupportedException();
src\8b3a4ac2431f87ea\SpecializedCollections.Empty.List.cs (3)
38throw new NotSupportedException(); 43throw new NotSupportedException(); 55throw new NotSupportedException();
src\8b3a4ac2431f87ea\SpecializedCollections.Empty.Set.cs (5)
27throw new NotSupportedException(); 32throw new NotSupportedException(); 37throw new NotSupportedException(); 72throw new NotSupportedException(); 77throw new NotSupportedException();
src\8b3a4ac2431f87ea\SpecializedCollections.ReadOnly.Collection.cs (3)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 56throw new NotSupportedException();
src\8b3a4ac2431f87ea\SpecializedCollections.ReadOnly.Set.cs (5)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 36throw new NotSupportedException(); 71throw new NotSupportedException(); 76throw new NotSupportedException();
src\8b3a4ac2431f87ea\SpecializedCollections.Singleton.Collection`1.cs (6)
28throw new NotSupportedException(); 33throw new NotSupportedException(); 52throw new NotSupportedException(); 79throw new NotSupportedException(); 95throw new NotSupportedException(); 100throw new NotSupportedException();
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\SegmentedArray.cs (3)
71throw new NotSupportedException(); 166throw new NotSupportedException(); 233throw new NotSupportedException();
Microsoft.Build.Framework (4)
BackEnd\BufferedReadStream.cs (4)
46get { throw new NotSupportedException(); } 47set { throw new NotSupportedException(); } 186throw new NotSupportedException(); 191throw new NotSupportedException();
Microsoft.Build.Tasks.CodeAnalysis (1)
src\roslyn\src\Compilers\Shared\NativeMethods.cs (1)
118if (!returnFinalTarget) throw new NotSupportedException();
Microsoft.Build.Tasks.Core (10)
CodeTaskFactory.cs (3)
1159throw new NotSupportedException(); 1165throw new NotSupportedException(); 1170throw new NotSupportedException();
ManifestUtil\mansign2.cs (4)
692throw new NotSupportedException(); 935throw new NotSupportedException(); 951throw new NotSupportedException(); 1176throw new NotSupportedException();
XamlTaskFactory\XamlTaskFactory.cs (3)
293throw new NotSupportedException(); 299throw new NotSupportedException(); 304throw new NotSupportedException();
Microsoft.CodeAnalysis (138)
Collections\IdentifierCollection.Collection.cs (3)
81throw new NotSupportedException(); 86throw new NotSupportedException(); 91throw new NotSupportedException();
Collections\ImmutableMemoryStream.cs (2)
116throw new NotSupportedException(); 121throw new NotSupportedException();
Collections\SmallDictionary.cs (1)
604throw new NotSupportedException();
Collections\UnionCollection.cs (3)
74throw new NotSupportedException(); 79throw new NotSupportedException(); 130throw new NotSupportedException();
CommandLine\CommonCompiler.SuppressionDiagnostic.cs (3)
96throw new NotSupportedException(); 101throw new NotSupportedException(); 106throw new NotSupportedException();
DiaSymReader\SymUnmanagedFactory.cs (2)
41_ => throw new NotSupportedException() 199throw new NotSupportedException();
DiaSymReader\Utilities\ComMemoryStream.cs (5)
247throw new NotSupportedException(); 252throw new NotSupportedException(); 257throw new NotSupportedException(); 262throw new NotSupportedException(); 267throw new NotSupportedException();
DiaSymReader\Writer\SymUnmanagedWriter.cs (1)
226=> throw new NotSupportedException();
DiaSymReader\Writer\SymUnmanagedWriterFactory.cs (2)
62throw new SymUnmanagedWriterException(new NotSupportedException(), implModuleName); 78throw new NotSupportedException();
DiaSymReader\Writer\SymUnmanagedWriterImpl.cs (1)
48=> GetSymWriter() is ISymUnmanagedWriter8 symWriter8 ? symWriter8 : throw PdbWritingException(new NotSupportedException());
DocumentationCommentId.cs (1)
37throw new NotSupportedException();
Emit\EditAndContinue\EmitBaseline.cs (2)
85=> throw new NotSupportedException(); 94=> throw new NotSupportedException();
InternalUtilities\BlobBuildingStream.cs (5)
106throw new NotSupportedException(); 111throw new NotSupportedException(); 116throw new NotSupportedException(); 121get { throw new NotSupportedException(); } 122set { throw new NotSupportedException(); }
InternalUtilities\ConsList`1.cs (1)
75throw new NotSupportedException();
InternalUtilities\MultiDictionary.cs (1)
62throw new NotSupportedException();
InternalUtilities\ReadOnlyUnmanagedMemoryStream.cs (2)
131throw new NotSupportedException(); 136throw new NotSupportedException();
ReferenceManager\CommonReferenceManager.Resolution.cs (1)
886throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (10)
125set => throw new NotSupportedException(); 131set => throw new NotSupportedException(); 351=> throw new NotSupportedException(); 354=> throw new NotSupportedException(); 357=> throw new NotSupportedException(); 360=> throw new NotSupportedException(); 363=> throw new NotSupportedException(); 366=> throw new NotSupportedException(); 369=> throw new NotSupportedException(); 372=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs (1)
37=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs (2)
37=> throw new NotSupportedException(); 52=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection.cs (3)
51=> throw new NotSupportedException(); 54=> throw new NotSupportedException(); 57=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (7)
62readonly IEnumerable<TKey> IReadOnlyDictionary<TKey, TValue>.Keys => throw new NotSupportedException(); 64readonly IEnumerable<TValue> IReadOnlyDictionary<TKey, TValue>.Values => throw new NotSupportedException(); 66readonly ICollection<TKey> IDictionary<TKey, TValue>.Keys => throw new NotSupportedException(); 68readonly ICollection<TValue> IDictionary<TKey, TValue>.Values => throw new NotSupportedException(); 72readonly ICollection IDictionary.Keys => throw new NotSupportedException(); 74readonly ICollection IDictionary.Values => throw new NotSupportedException(); 80readonly object ICollection.SyncRoot => throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection.cs (3)
51=> throw new NotSupportedException(); 54=> throw new NotSupportedException(); 57=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (8)
371=> throw new NotSupportedException(); 374=> throw new NotSupportedException(); 377=> throw new NotSupportedException(); 380=> throw new NotSupportedException(); 383=> throw new NotSupportedException(); 386=> throw new NotSupportedException(); 389=> throw new NotSupportedException(); 392=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (12)
105set => throw new NotSupportedException(); 111set => throw new NotSupportedException(); 646=> throw new NotSupportedException(); 649=> throw new NotSupportedException(); 652=> throw new NotSupportedException(); 655=> throw new NotSupportedException(); 658=> throw new NotSupportedException(); 661=> throw new NotSupportedException(); 664=> throw new NotSupportedException(); 679=> throw new NotSupportedException(); 682=> throw new NotSupportedException(); 685=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
47readonly object ICollection.SyncRoot => throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray.cs (3)
71throw new NotSupportedException(); 166throw new NotSupportedException(); 233throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Collection.cs (3)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 49throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Dictionary.cs (4)
33throw new NotSupportedException(); 54throw new NotSupportedException(); 75throw new NotSupportedException(); 80throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.List.cs (3)
38throw new NotSupportedException(); 43throw new NotSupportedException(); 55throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Set.cs (5)
27throw new NotSupportedException(); 32throw new NotSupportedException(); 37throw new NotSupportedException(); 72throw new NotSupportedException(); 77throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Collection.cs (3)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 56throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Set.cs (5)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 36throw new NotSupportedException(); 71throw new NotSupportedException(); 76throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Singleton.Collection`1.cs (6)
28throw new NotSupportedException(); 33throw new NotSupportedException(); 52throw new NotSupportedException(); 79throw new NotSupportedException(); 95throw new NotSupportedException(); 100throw new NotSupportedException();
Syntax\SeparatedSyntaxList.Enumerator.cs (2)
56throw new NotSupportedException(); 61throw new NotSupportedException();
Syntax\SyntaxList`1.Enumerator.cs (2)
53throw new NotSupportedException(); 58throw new NotSupportedException();
Syntax\SyntaxNodeOrTokenList.cs (3)
583throw new NotSupportedException(); 595throw new NotSupportedException(); 600throw new NotSupportedException();
Syntax\SyntaxTokenList.Enumerator.cs (3)
122throw new NotSupportedException(); 127throw new NotSupportedException(); 152throw new NotSupportedException();
Syntax\SyntaxTokenList.Reversed.cs (3)
134throw new NotSupportedException(); 139throw new NotSupportedException(); 164throw new NotSupportedException();
Syntax\SyntaxTriviaList.Enumerator.cs (1)
156throw new NotSupportedException();
Syntax\SyntaxTriviaList.Reversed.cs (1)
153throw new NotSupportedException();
Text\SourceTextStream.cs (6)
81throw new NotSupportedException(); 86get { throw new NotSupportedException(); } 92set { throw new NotSupportedException(); } 160throw new NotSupportedException(); 165throw new NotSupportedException(); 170throw new NotSupportedException();
Text\TextLineCollection.cs (2)
155throw new NotSupportedException(); 160throw new NotSupportedException();
Microsoft.CodeAnalysis.Analyzers (89)
src\roslyn\src\Compilers\Core\Portable\Collections\SmallDictionary.cs (1)
604throw new NotSupportedException();
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\ConsList`1.cs (1)
75throw new NotSupportedException();
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\MultiDictionary.cs (1)
62throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (10)
125set => throw new NotSupportedException(); 131set => throw new NotSupportedException(); 351=> throw new NotSupportedException(); 354=> throw new NotSupportedException(); 357=> throw new NotSupportedException(); 360=> throw new NotSupportedException(); 363=> throw new NotSupportedException(); 366=> throw new NotSupportedException(); 369=> throw new NotSupportedException(); 372=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs (1)
37=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs (2)
37=> throw new NotSupportedException(); 52=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection.cs (3)
51=> throw new NotSupportedException(); 54=> throw new NotSupportedException(); 57=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (7)
62readonly IEnumerable<TKey> IReadOnlyDictionary<TKey, TValue>.Keys => throw new NotSupportedException(); 64readonly IEnumerable<TValue> IReadOnlyDictionary<TKey, TValue>.Values => throw new NotSupportedException(); 66readonly ICollection<TKey> IDictionary<TKey, TValue>.Keys => throw new NotSupportedException(); 68readonly ICollection<TValue> IDictionary<TKey, TValue>.Values => throw new NotSupportedException(); 72readonly ICollection IDictionary.Keys => throw new NotSupportedException(); 74readonly ICollection IDictionary.Values => throw new NotSupportedException(); 80readonly object ICollection.SyncRoot => throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection.cs (3)
51=> throw new NotSupportedException(); 54=> throw new NotSupportedException(); 57=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (8)
371=> throw new NotSupportedException(); 374=> throw new NotSupportedException(); 377=> throw new NotSupportedException(); 380=> throw new NotSupportedException(); 383=> throw new NotSupportedException(); 386=> throw new NotSupportedException(); 389=> throw new NotSupportedException(); 392=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (12)
105set => throw new NotSupportedException(); 111set => throw new NotSupportedException(); 646=> throw new NotSupportedException(); 649=> throw new NotSupportedException(); 652=> throw new NotSupportedException(); 655=> throw new NotSupportedException(); 658=> throw new NotSupportedException(); 661=> throw new NotSupportedException(); 664=> throw new NotSupportedException(); 679=> throw new NotSupportedException(); 682=> throw new NotSupportedException(); 685=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
47readonly object ICollection.SyncRoot => throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray.cs (3)
71throw new NotSupportedException(); 166throw new NotSupportedException(); 233throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Collection.cs (3)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 49throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Dictionary.cs (4)
33throw new NotSupportedException(); 54throw new NotSupportedException(); 75throw new NotSupportedException(); 80throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.List.cs (3)
38throw new NotSupportedException(); 43throw new NotSupportedException(); 55throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Set.cs (5)
27throw new NotSupportedException(); 32throw new NotSupportedException(); 37throw new NotSupportedException(); 72throw new NotSupportedException(); 77throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Collection.cs (3)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 56throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Set.cs (5)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 36throw new NotSupportedException(); 71throw new NotSupportedException(); 76throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Singleton.Collection`1.cs (6)
28throw new NotSupportedException(); 33throw new NotSupportedException(); 52throw new NotSupportedException(); 79throw new NotSupportedException(); 95throw new NotSupportedException(); 100throw new NotSupportedException();
src\roslyn\src\Dependencies\Contracts\EqualityComparerExtensions.cs (1)
39getHashCode ??= _ => throw new NotSupportedException();
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\CodeAnalysisMetricData.cs (2)
281_ => throw new NotSupportedException(), 319_ => throw new NotSupportedException(),
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\SmallDictionary.cs (1)
718throw new NotSupportedException();
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\ConcatImmutableArray`1.cs (1)
58=> throw new NotSupportedException();
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SerializableBytes.cs (2)
269=> throw new NotSupportedException(); 272=> throw new NotSupportedException();
Microsoft.CodeAnalysis.AnalyzerUtilities (92)
src\roslyn\src\Compilers\Core\Portable\Collections\SmallDictionary.cs (1)
604throw new NotSupportedException();
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\ConsList`1.cs (1)
75throw new NotSupportedException();
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\MultiDictionary.cs (1)
62throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (10)
125set => throw new NotSupportedException(); 131set => throw new NotSupportedException(); 351=> throw new NotSupportedException(); 354=> throw new NotSupportedException(); 357=> throw new NotSupportedException(); 360=> throw new NotSupportedException(); 363=> throw new NotSupportedException(); 366=> throw new NotSupportedException(); 369=> throw new NotSupportedException(); 372=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs (1)
37=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs (2)
37=> throw new NotSupportedException(); 52=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection.cs (3)
51=> throw new NotSupportedException(); 54=> throw new NotSupportedException(); 57=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (7)
62readonly IEnumerable<TKey> IReadOnlyDictionary<TKey, TValue>.Keys => throw new NotSupportedException(); 64readonly IEnumerable<TValue> IReadOnlyDictionary<TKey, TValue>.Values => throw new NotSupportedException(); 66readonly ICollection<TKey> IDictionary<TKey, TValue>.Keys => throw new NotSupportedException(); 68readonly ICollection<TValue> IDictionary<TKey, TValue>.Values => throw new NotSupportedException(); 72readonly ICollection IDictionary.Keys => throw new NotSupportedException(); 74readonly ICollection IDictionary.Values => throw new NotSupportedException(); 80readonly object ICollection.SyncRoot => throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection.cs (3)
51=> throw new NotSupportedException(); 54=> throw new NotSupportedException(); 57=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (8)
371=> throw new NotSupportedException(); 374=> throw new NotSupportedException(); 377=> throw new NotSupportedException(); 380=> throw new NotSupportedException(); 383=> throw new NotSupportedException(); 386=> throw new NotSupportedException(); 389=> throw new NotSupportedException(); 392=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (12)
105set => throw new NotSupportedException(); 111set => throw new NotSupportedException(); 646=> throw new NotSupportedException(); 649=> throw new NotSupportedException(); 652=> throw new NotSupportedException(); 655=> throw new NotSupportedException(); 658=> throw new NotSupportedException(); 661=> throw new NotSupportedException(); 664=> throw new NotSupportedException(); 679=> throw new NotSupportedException(); 682=> throw new NotSupportedException(); 685=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
47readonly object ICollection.SyncRoot => throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray.cs (3)
71throw new NotSupportedException(); 166throw new NotSupportedException(); 233throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Collection.cs (3)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 49throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Dictionary.cs (4)
33throw new NotSupportedException(); 54throw new NotSupportedException(); 75throw new NotSupportedException(); 80throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.List.cs (3)
38throw new NotSupportedException(); 43throw new NotSupportedException(); 55throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Set.cs (5)
27throw new NotSupportedException(); 32throw new NotSupportedException(); 37throw new NotSupportedException(); 72throw new NotSupportedException(); 77throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Collection.cs (3)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 56throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Set.cs (5)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 36throw new NotSupportedException(); 71throw new NotSupportedException(); 76throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Singleton.Collection`1.cs (6)
28throw new NotSupportedException(); 33throw new NotSupportedException(); 52throw new NotSupportedException(); 79throw new NotSupportedException(); 95throw new NotSupportedException(); 100throw new NotSupportedException();
src\roslyn\src\Dependencies\Contracts\EqualityComparerExtensions.cs (1)
39getHashCode ??= _ => throw new NotSupportedException();
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\CodeAnalysisMetricData.cs (2)
281_ => throw new NotSupportedException(), 319_ => throw new NotSupportedException(),
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\SmallDictionary.cs (1)
718throw new NotSupportedException();
src\roslyn\src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\PropertySetAnalysis\HazardousUsageEvaluatorCollection.cs (1)
46throw new NotSupportedException();
src\roslyn\src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\PropertySetAnalysis\PropertyMapper.cs (1)
95throw new NotSupportedException();
src\roslyn\src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\PropertySetAnalysis\PropertyMapperCollection.cs (1)
77throw new NotSupportedException();
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\ConcatImmutableArray`1.cs (1)
58=> throw new NotSupportedException();
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SerializableBytes.cs (2)
269=> throw new NotSupportedException(); 272=> throw new NotSupportedException();
Microsoft.CodeAnalysis.CodeStyle (86)
src\roslyn\src\Compilers\Core\Portable\Collections\SmallDictionary.cs (1)
604throw new NotSupportedException();
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\ConsList`1.cs (1)
75throw new NotSupportedException();
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\MultiDictionary.cs (1)
62throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (10)
125set => throw new NotSupportedException(); 131set => throw new NotSupportedException(); 351=> throw new NotSupportedException(); 354=> throw new NotSupportedException(); 357=> throw new NotSupportedException(); 360=> throw new NotSupportedException(); 363=> throw new NotSupportedException(); 366=> throw new NotSupportedException(); 369=> throw new NotSupportedException(); 372=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs (1)
37=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs (2)
37=> throw new NotSupportedException(); 52=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection.cs (3)
51=> throw new NotSupportedException(); 54=> throw new NotSupportedException(); 57=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (7)
62readonly IEnumerable<TKey> IReadOnlyDictionary<TKey, TValue>.Keys => throw new NotSupportedException(); 64readonly IEnumerable<TValue> IReadOnlyDictionary<TKey, TValue>.Values => throw new NotSupportedException(); 66readonly ICollection<TKey> IDictionary<TKey, TValue>.Keys => throw new NotSupportedException(); 68readonly ICollection<TValue> IDictionary<TKey, TValue>.Values => throw new NotSupportedException(); 72readonly ICollection IDictionary.Keys => throw new NotSupportedException(); 74readonly ICollection IDictionary.Values => throw new NotSupportedException(); 80readonly object ICollection.SyncRoot => throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection.cs (3)
51=> throw new NotSupportedException(); 54=> throw new NotSupportedException(); 57=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (8)
371=> throw new NotSupportedException(); 374=> throw new NotSupportedException(); 377=> throw new NotSupportedException(); 380=> throw new NotSupportedException(); 383=> throw new NotSupportedException(); 386=> throw new NotSupportedException(); 389=> throw new NotSupportedException(); 392=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (12)
105set => throw new NotSupportedException(); 111set => throw new NotSupportedException(); 646=> throw new NotSupportedException(); 649=> throw new NotSupportedException(); 652=> throw new NotSupportedException(); 655=> throw new NotSupportedException(); 658=> throw new NotSupportedException(); 661=> throw new NotSupportedException(); 664=> throw new NotSupportedException(); 679=> throw new NotSupportedException(); 682=> throw new NotSupportedException(); 685=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
47readonly object ICollection.SyncRoot => throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray.cs (3)
71throw new NotSupportedException(); 166throw new NotSupportedException(); 233throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Collection.cs (3)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 49throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Dictionary.cs (4)
33throw new NotSupportedException(); 54throw new NotSupportedException(); 75throw new NotSupportedException(); 80throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.List.cs (3)
38throw new NotSupportedException(); 43throw new NotSupportedException(); 55throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Set.cs (5)
27throw new NotSupportedException(); 32throw new NotSupportedException(); 37throw new NotSupportedException(); 72throw new NotSupportedException(); 77throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Collection.cs (3)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 56throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Set.cs (5)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 36throw new NotSupportedException(); 71throw new NotSupportedException(); 76throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Singleton.Collection`1.cs (6)
28throw new NotSupportedException(); 33throw new NotSupportedException(); 52throw new NotSupportedException(); 79throw new NotSupportedException(); 95throw new NotSupportedException(); 100throw new NotSupportedException();
src\roslyn\src\Dependencies\Contracts\EqualityComparerExtensions.cs (1)
39getHashCode ??= _ => throw new NotSupportedException();
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\ConcatImmutableArray`1.cs (1)
58=> throw new NotSupportedException();
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SerializableBytes.cs (2)
269=> throw new NotSupportedException(); 272=> throw new NotSupportedException();
Microsoft.CodeAnalysis.CSharp (23)
Binder\BinderFactory.cs (1)
43throw new NotSupportedException();
Binder\Semantics\OverloadResolution\MemberResolutionResult.cs (2)
129throw new NotSupportedException(); 134throw new NotSupportedException();
Compilation\CSharpSemanticModel.cs (5)
2433throw new NotSupportedException(); 2454throw new NotSupportedException(); 2465throw new NotSupportedException(); 2476throw new NotSupportedException(); 2489throw new NotSupportedException();
Compilation\MemberSemanticModel.cs (4)
581throw new NotSupportedException(); 586throw new NotSupportedException(); 591throw new NotSupportedException(); 596throw new NotSupportedException();
Compilation\SpeculativeSemanticModelWithMemberModel.cs (4)
237throw new NotSupportedException(); 242throw new NotSupportedException(); 247throw new NotSupportedException(); 252throw new NotSupportedException();
Symbols\LabelSymbol.cs (3)
116throw new NotSupportedException(); 148throw new NotSupportedException(); 160throw new NotSupportedException();
Symbols\PublicModel\TypeSymbol.cs (1)
35throw new System.NotSupportedException();
Syntax\ExtensionBlockDeclarationSyntax.cs (3)
12=> throw new System.NotSupportedException(); 17=> throw new System.NotSupportedException(); 20=> throw new System.NotSupportedException();
Microsoft.CodeAnalysis.CSharp.CodeStyle (4)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeStyle\CSharpCodeStyleOptions_Parsing.cs (4)
44_ => throw new NotSupportedException(), 59_ => throw new NotSupportedException(), 74_ => throw new NotSupportedException(), 102_ => throw new NotSupportedException(),
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.CodeQuality.Analyzers\Maintainability\CSharpMakeTypesInternal.Fixer.cs (1)
24_ => throw new NotSupportedException()
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeStyle\CSharpCodeStyleOptions_Parsing.cs (4)
44_ => throw new NotSupportedException(), 59_ => throw new NotSupportedException(), 74_ => throw new NotSupportedException(), 102_ => throw new NotSupportedException(),
Microsoft.CodeAnalysis.Extensions.Package (80)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (10)
125set => throw new NotSupportedException(); 131set => throw new NotSupportedException(); 351=> throw new NotSupportedException(); 354=> throw new NotSupportedException(); 357=> throw new NotSupportedException(); 360=> throw new NotSupportedException(); 363=> throw new NotSupportedException(); 366=> throw new NotSupportedException(); 369=> throw new NotSupportedException(); 372=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs (1)
37=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs (2)
37=> throw new NotSupportedException(); 52=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection.cs (3)
51=> throw new NotSupportedException(); 54=> throw new NotSupportedException(); 57=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (7)
62readonly IEnumerable<TKey> IReadOnlyDictionary<TKey, TValue>.Keys => throw new NotSupportedException(); 64readonly IEnumerable<TValue> IReadOnlyDictionary<TKey, TValue>.Values => throw new NotSupportedException(); 66readonly ICollection<TKey> IDictionary<TKey, TValue>.Keys => throw new NotSupportedException(); 68readonly ICollection<TValue> IDictionary<TKey, TValue>.Values => throw new NotSupportedException(); 72readonly ICollection IDictionary.Keys => throw new NotSupportedException(); 74readonly ICollection IDictionary.Values => throw new NotSupportedException(); 80readonly object ICollection.SyncRoot => throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection.cs (3)
51=> throw new NotSupportedException(); 54=> throw new NotSupportedException(); 57=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (8)
371=> throw new NotSupportedException(); 374=> throw new NotSupportedException(); 377=> throw new NotSupportedException(); 380=> throw new NotSupportedException(); 383=> throw new NotSupportedException(); 386=> throw new NotSupportedException(); 389=> throw new NotSupportedException(); 392=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (12)
105set => throw new NotSupportedException(); 111set => throw new NotSupportedException(); 646=> throw new NotSupportedException(); 649=> throw new NotSupportedException(); 652=> throw new NotSupportedException(); 655=> throw new NotSupportedException(); 658=> throw new NotSupportedException(); 661=> throw new NotSupportedException(); 664=> throw new NotSupportedException(); 679=> throw new NotSupportedException(); 682=> throw new NotSupportedException(); 685=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
47readonly object ICollection.SyncRoot => throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray.cs (3)
71throw new NotSupportedException(); 166throw new NotSupportedException(); 233throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Collection.cs (3)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 49throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Dictionary.cs (4)
33throw new NotSupportedException(); 54throw new NotSupportedException(); 75throw new NotSupportedException(); 80throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.List.cs (3)
38throw new NotSupportedException(); 43throw new NotSupportedException(); 55throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Set.cs (5)
27throw new NotSupportedException(); 32throw new NotSupportedException(); 37throw new NotSupportedException(); 72throw new NotSupportedException(); 77throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Collection.cs (3)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 56throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Set.cs (5)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 36throw new NotSupportedException(); 71throw new NotSupportedException(); 76throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Singleton.Collection`1.cs (6)
28throw new NotSupportedException(); 33throw new NotSupportedException(); 52throw new NotSupportedException(); 79throw new NotSupportedException(); 95throw new NotSupportedException(); 100throw new NotSupportedException();
src\roslyn\src\Dependencies\Contracts\EqualityComparerExtensions.cs (1)
39getHashCode ??= _ => throw new NotSupportedException();
Microsoft.CodeAnalysis.Features (2)
Structure\Syntax\AbstractSyntaxNodeStructureProvider.cs (1)
20throw new NotSupportedException();
Structure\Syntax\AbstractSyntaxTriviaStructureProvider.cs (1)
20throw new NotSupportedException();
Microsoft.CodeAnalysis.NetAnalyzers (12)
Microsoft.NetCore.Analyzers\Performance\PreferLengthCountIsEmptyOverAny.Fixer.cs (2)
87throw new NotSupportedException(); 97_ => throw new NotSupportedException()
Microsoft.NetCore.Analyzers\Runtime\UseStringEqualsOverStringCompare.Fixer.cs (2)
139_ => throw new NotSupportedException() 163throw new NotSupportedException();
Microsoft.NetCore.Analyzers\Security\Helpers\InsecureDeserializationTypeDecider.cs (1)
88throw new NotSupportedException();
src\11b41c7305441175\HazardousUsageEvaluatorCollection.cs (1)
45throw new NotSupportedException();
src\11b41c7305441175\PropertyMapperCollection.cs (1)
76throw new NotSupportedException();
src\sdk\src\Microsoft.CodeAnalysis.NetAnalyzers\src\Utilities\Compiler\CodeMetrics\CodeAnalysisMetricData.cs (2)
282_ => throw new NotSupportedException(), 320_ => throw new NotSupportedException(),
src\sdk\src\Microsoft.CodeAnalysis.NetAnalyzers\src\Utilities\Compiler\Lightup\LightupHelpers.cs (1)
114throw new NotSupportedException();
src\sdk\src\Microsoft.CodeAnalysis.NetAnalyzers\src\Utilities\Compiler\SmallDictionary.cs (1)
716throw new NotSupportedException();
src\sdk\src\Microsoft.CodeAnalysis.NetAnalyzers\src\Utilities\FlowAnalysis\FlowAnalysis\Analysis\PropertySetAnalysis\PropertyMapper.cs (1)
94throw new NotSupportedException();
Microsoft.CodeAnalysis.Razor.Compiler (17)
Language\DocumentationObject.cs (1)
56throw new NotSupportedException();
Language\NotFoundProjectItem.cs (2)
31public override string PhysicalPath => throw new NotSupportedException(); 34public override Stream Read() => throw new NotSupportedException();
Language\Syntax\SpecializedCollections.cs (6)
106throw new NotSupportedException(); 111throw new NotSupportedException(); 129throw new NotSupportedException(); 148throw new NotSupportedException(); 153throw new NotSupportedException(); 165throw new NotSupportedException();
Language\Syntax\SyntaxList`1.Enumerator.cs (2)
45=> throw new NotSupportedException(); 48=> throw new NotSupportedException();
Language\Syntax\SyntaxTokenList.Enumerator.cs (3)
111=> throw new NotSupportedException(); 114=> throw new NotSupportedException(); 133public void Reset() => throw new NotSupportedException();
Language\Syntax\SyntaxTokenList.Reversed.cs (3)
99=> throw new NotSupportedException(); 102=> throw new NotSupportedException(); 120public void Reset() => throw new NotSupportedException();
Microsoft.CodeAnalysis.ResxSourceGenerator (89)
src\roslyn\src\Compilers\Core\Portable\Collections\SmallDictionary.cs (1)
604throw new NotSupportedException();
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\ConsList`1.cs (1)
75throw new NotSupportedException();
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\MultiDictionary.cs (1)
62throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (10)
125set => throw new NotSupportedException(); 131set => throw new NotSupportedException(); 351=> throw new NotSupportedException(); 354=> throw new NotSupportedException(); 357=> throw new NotSupportedException(); 360=> throw new NotSupportedException(); 363=> throw new NotSupportedException(); 366=> throw new NotSupportedException(); 369=> throw new NotSupportedException(); 372=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs (1)
37=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs (2)
37=> throw new NotSupportedException(); 52=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection.cs (3)
51=> throw new NotSupportedException(); 54=> throw new NotSupportedException(); 57=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (7)
62readonly IEnumerable<TKey> IReadOnlyDictionary<TKey, TValue>.Keys => throw new NotSupportedException(); 64readonly IEnumerable<TValue> IReadOnlyDictionary<TKey, TValue>.Values => throw new NotSupportedException(); 66readonly ICollection<TKey> IDictionary<TKey, TValue>.Keys => throw new NotSupportedException(); 68readonly ICollection<TValue> IDictionary<TKey, TValue>.Values => throw new NotSupportedException(); 72readonly ICollection IDictionary.Keys => throw new NotSupportedException(); 74readonly ICollection IDictionary.Values => throw new NotSupportedException(); 80readonly object ICollection.SyncRoot => throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection.cs (3)
51=> throw new NotSupportedException(); 54=> throw new NotSupportedException(); 57=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (8)
371=> throw new NotSupportedException(); 374=> throw new NotSupportedException(); 377=> throw new NotSupportedException(); 380=> throw new NotSupportedException(); 383=> throw new NotSupportedException(); 386=> throw new NotSupportedException(); 389=> throw new NotSupportedException(); 392=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (12)
105set => throw new NotSupportedException(); 111set => throw new NotSupportedException(); 646=> throw new NotSupportedException(); 649=> throw new NotSupportedException(); 652=> throw new NotSupportedException(); 655=> throw new NotSupportedException(); 658=> throw new NotSupportedException(); 661=> throw new NotSupportedException(); 664=> throw new NotSupportedException(); 679=> throw new NotSupportedException(); 682=> throw new NotSupportedException(); 685=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
47readonly object ICollection.SyncRoot => throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray.cs (3)
71throw new NotSupportedException(); 166throw new NotSupportedException(); 233throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Collection.cs (3)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 49throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Dictionary.cs (4)
33throw new NotSupportedException(); 54throw new NotSupportedException(); 75throw new NotSupportedException(); 80throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.List.cs (3)
38throw new NotSupportedException(); 43throw new NotSupportedException(); 55throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Set.cs (5)
27throw new NotSupportedException(); 32throw new NotSupportedException(); 37throw new NotSupportedException(); 72throw new NotSupportedException(); 77throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Collection.cs (3)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 56throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Set.cs (5)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 36throw new NotSupportedException(); 71throw new NotSupportedException(); 76throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Singleton.Collection`1.cs (6)
28throw new NotSupportedException(); 33throw new NotSupportedException(); 52throw new NotSupportedException(); 79throw new NotSupportedException(); 95throw new NotSupportedException(); 100throw new NotSupportedException();
src\roslyn\src\Dependencies\Contracts\EqualityComparerExtensions.cs (1)
39getHashCode ??= _ => throw new NotSupportedException();
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\CodeAnalysisMetricData.cs (2)
281_ => throw new NotSupportedException(), 319_ => throw new NotSupportedException(),
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\SmallDictionary.cs (1)
718throw new NotSupportedException();
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\ConcatImmutableArray`1.cs (1)
58=> throw new NotSupportedException();
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SerializableBytes.cs (2)
269=> throw new NotSupportedException(); 272=> throw new NotSupportedException();
Microsoft.CodeAnalysis.Workspaces (88)
Options\EmptyOptionSet.cs (1)
17=> throw new NotSupportedException();
src\roslyn\src\Compilers\Core\Portable\Collections\SmallDictionary.cs (1)
604throw new NotSupportedException();
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\ConsList`1.cs (1)
75throw new NotSupportedException();
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\MultiDictionary.cs (1)
62throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (10)
125set => throw new NotSupportedException(); 131set => throw new NotSupportedException(); 351=> throw new NotSupportedException(); 354=> throw new NotSupportedException(); 357=> throw new NotSupportedException(); 360=> throw new NotSupportedException(); 363=> throw new NotSupportedException(); 366=> throw new NotSupportedException(); 369=> throw new NotSupportedException(); 372=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs (1)
37=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs (2)
37=> throw new NotSupportedException(); 52=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection.cs (3)
51=> throw new NotSupportedException(); 54=> throw new NotSupportedException(); 57=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (7)
62readonly IEnumerable<TKey> IReadOnlyDictionary<TKey, TValue>.Keys => throw new NotSupportedException(); 64readonly IEnumerable<TValue> IReadOnlyDictionary<TKey, TValue>.Values => throw new NotSupportedException(); 66readonly ICollection<TKey> IDictionary<TKey, TValue>.Keys => throw new NotSupportedException(); 68readonly ICollection<TValue> IDictionary<TKey, TValue>.Values => throw new NotSupportedException(); 72readonly ICollection IDictionary.Keys => throw new NotSupportedException(); 74readonly ICollection IDictionary.Values => throw new NotSupportedException(); 80readonly object ICollection.SyncRoot => throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection.cs (3)
51=> throw new NotSupportedException(); 54=> throw new NotSupportedException(); 57=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (8)
371=> throw new NotSupportedException(); 374=> throw new NotSupportedException(); 377=> throw new NotSupportedException(); 380=> throw new NotSupportedException(); 383=> throw new NotSupportedException(); 386=> throw new NotSupportedException(); 389=> throw new NotSupportedException(); 392=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (12)
105set => throw new NotSupportedException(); 111set => throw new NotSupportedException(); 646=> throw new NotSupportedException(); 649=> throw new NotSupportedException(); 652=> throw new NotSupportedException(); 655=> throw new NotSupportedException(); 658=> throw new NotSupportedException(); 661=> throw new NotSupportedException(); 664=> throw new NotSupportedException(); 679=> throw new NotSupportedException(); 682=> throw new NotSupportedException(); 685=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
47readonly object ICollection.SyncRoot => throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray.cs (3)
71throw new NotSupportedException(); 166throw new NotSupportedException(); 233throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Collection.cs (3)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 49throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Dictionary.cs (4)
33throw new NotSupportedException(); 54throw new NotSupportedException(); 75throw new NotSupportedException(); 80throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.List.cs (3)
38throw new NotSupportedException(); 43throw new NotSupportedException(); 55throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Set.cs (5)
27throw new NotSupportedException(); 32throw new NotSupportedException(); 37throw new NotSupportedException(); 72throw new NotSupportedException(); 77throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Collection.cs (3)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 56throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Set.cs (5)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 36throw new NotSupportedException(); 71throw new NotSupportedException(); 76throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Singleton.Collection`1.cs (6)
28throw new NotSupportedException(); 33throw new NotSupportedException(); 52throw new NotSupportedException(); 79throw new NotSupportedException(); 95throw new NotSupportedException(); 100throw new NotSupportedException();
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\ConcatImmutableArray`1.cs (1)
58=> throw new NotSupportedException();
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SerializableBytes.cs (2)
269=> throw new NotSupportedException(); 272=> throw new NotSupportedException();
Workspace\Solution\TextDocumentStates.cs (1)
280=> throw new NotSupportedException();
Workspace\Workspace_Editor.cs (1)
297=> throw new NotSupportedException();
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\ComInterop\ConversionArgBuilder.cs (1)
31throw new NotSupportedException();
Microsoft\CSharp\RuntimeBinder\ComInterop\ConvertibleArgBuilder.cs (1)
22throw new NotSupportedException();
Microsoft\CSharp\RuntimeBinder\ComInterop\DynamicVariantExtensions.cs (3)
77throw new NotSupportedException(); 296throw new NotSupportedException(); 440throw new NotSupportedException();
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();
Computations\Arithmetic.net8.cs (9)
260throw new NotSupportedException(); 284throw new NotSupportedException(); 308throw new NotSupportedException(); 320throw new NotSupportedException(); 325throw new NotSupportedException(); 351throw new NotSupportedException(); 378throw new NotSupportedException(); 461throw new NotSupportedException(); 732throw new NotSupportedException();
Converters.cs (11)
33throw new NotSupportedException(); 70throw new NotSupportedException(); 115throw new NotSupportedException(); 174throw new NotSupportedException(); 241throw new NotSupportedException(); 322throw new NotSupportedException(); 411throw new NotSupportedException(); 514throw new NotSupportedException(); 621throw new NotSupportedException(); 739throw new NotSupportedException(); 868throw new NotSupportedException();
DataFrameColumns\ArrowStringDataFrameColumn.cs (4)
366protected internal override PrimitiveDataFrameColumn<long> GetSortIndices(bool ascending, bool putNullValuesLast) => throw new NotSupportedException(); 535throw new NotSupportedException(); 577public override DataFrameColumn Clamp<U>(U min, U max, bool inPlace = false) => throw new NotSupportedException(); 579public override DataFrameColumn Filter<U>(U min, U max) => throw new NotSupportedException();
DataFrameColumns\StringDataFrameColumn.cs (2)
196public override DataFrameColumn Clamp<U>(U min, U max, bool inPlace = false) => throw new NotSupportedException(); 198public override DataFrameColumn Filter<U>(U min, U max) => throw new NotSupportedException();
DataFrameColumns\VBufferDataFrameColumn.cs (1)
372throw new NotSupportedException();
DateTimeComputation.cs (12)
17throw new NotSupportedException(); 22throw new NotSupportedException(); 27throw new NotSupportedException(); 176throw new NotSupportedException(); 181throw new NotSupportedException(); 186throw new NotSupportedException(); 191throw new NotSupportedException(); 311throw new NotSupportedException(); 316throw new NotSupportedException(); 321throw new NotSupportedException(); 326throw new NotSupportedException(); 331throw new NotSupportedException();
PrimitiveDataFrameColumn.BinaryOperations.cs (14)
52throw new NotSupportedException(); 90throw new NotSupportedException(); 128throw new NotSupportedException(); 166throw new NotSupportedException(); 204throw new NotSupportedException(); 242throw new NotSupportedException(); 280throw new NotSupportedException(); 318throw new NotSupportedException(); 475throw new NotSupportedException(); 527throw new NotSupportedException(); 577throw new NotSupportedException(); 627throw new NotSupportedException(); 677throw new NotSupportedException(); 727throw new NotSupportedException();
PrimitiveDataFrameColumn.cs (33)
969throw new NotSupportedException(); 973throw new NotSupportedException(); 994throw new NotSupportedException(); 1008throw new NotSupportedException(); 1038throw new NotSupportedException(); 1047throw new NotSupportedException(); 1051throw new NotSupportedException(); 1072throw new NotSupportedException(); 1086throw new NotSupportedException(); 1116throw new NotSupportedException(); 1125throw new NotSupportedException(); 1129throw new NotSupportedException(); 1149throw new NotSupportedException(); 1163throw new NotSupportedException(); 1192throw new NotSupportedException(); 1203throw new NotSupportedException(); 1211throw new NotSupportedException(); 1220throw new NotSupportedException(); 1232throw new NotSupportedException(); 1234throw new NotSupportedException(); 1236throw new NotSupportedException(); 1273throw new NotSupportedException(); 1275throw new NotSupportedException(); 1291throw new NotSupportedException(); 1297throw new NotSupportedException(); 1313throw new NotSupportedException(); 1329throw new NotSupportedException(); 1351throw new NotSupportedException(); 1362throw new NotSupportedException(); 1368throw new NotSupportedException(); 1384throw new NotSupportedException(); 1400throw new NotSupportedException(); 1422throw new NotSupportedException();
PrimitiveDataFrameColumnComputations.cs (43)
111throw new NotSupportedException(); 119throw new NotSupportedException(); 160throw new NotSupportedException(); 165throw new NotSupportedException(); 170throw new NotSupportedException(); 175throw new NotSupportedException(); 180throw new NotSupportedException(); 185throw new NotSupportedException(); 190throw new NotSupportedException(); 195throw new NotSupportedException(); 200throw new NotSupportedException(); 205throw new NotSupportedException(); 210throw new NotSupportedException(); 215throw new NotSupportedException(); 220throw new NotSupportedException(); 225throw new NotSupportedException(); 230throw new NotSupportedException(); 235throw new NotSupportedException(); 240throw new NotSupportedException(); 263throw new NotSupportedException(); 268throw new NotSupportedException(); 750throw new NotSupportedException(); 755throw new NotSupportedException(); 1237throw new NotSupportedException(); 1242throw new NotSupportedException(); 1724throw new NotSupportedException(); 1729throw new NotSupportedException(); 2211throw new NotSupportedException(); 2216throw new NotSupportedException(); 2698throw new NotSupportedException(); 2703throw new NotSupportedException(); 3185throw new NotSupportedException(); 3190throw new NotSupportedException(); 3672throw new NotSupportedException(); 3677throw new NotSupportedException(); 4159throw new NotSupportedException(); 4164throw new NotSupportedException(); 4646throw new NotSupportedException(); 4651throw new NotSupportedException(); 5133throw new NotSupportedException(); 5138throw new NotSupportedException(); 5620throw new NotSupportedException(); 5625throw new NotSupportedException();
ReadOnlyDataFrameBuffer.cs (1)
74set => throw new NotSupportedException();
Microsoft.Diagnostics.DataContractReader.Contracts (7)
Contracts\Signature\SignatureTypeProvider.cs (1)
47throw new NotSupportedException();
src\runtime\src\coreclr\tools\Common\CallingConvention\ArgIterator.cs (2)
1456throw new NotSupportedException(); 1532throw new NotSupportedException();
src\runtime\src\coreclr\tools\Common\CallingConvention\TransitionBlock.cs (1)
280throw new NotSupportedException();
TargetStream.cs (3)
50throw new NotSupportedException(); 56public override void SetLength(long value) => throw new NotSupportedException(); 57public override void Write(byte[] buffer, int offset, int count) => throw new NotSupportedException();
Microsoft.DiaSymReader (23)
Reader\SymUnmanagedReaderFactory.cs (1)
73throw new NotSupportedException();
SymUnmanagedFactory.cs (2)
58_ => throw new NotSupportedException() 231throw new NotSupportedException();
Utilities\ComMemoryStream.cs (5)
251throw new NotSupportedException(); 256throw new NotSupportedException(); 261throw new NotSupportedException(); 266throw new NotSupportedException(); 271throw new NotSupportedException();
Utilities\ComStreamWrapper.cs (10)
136=> throw new NotSupportedException(); 139=> throw new NotSupportedException(); 148=> throw new NotSupportedException(); 151=> throw new NotSupportedException(); 154=> throw new NotSupportedException(); 157=> throw new NotSupportedException(); 160=> throw new NotSupportedException(); 163=> throw new NotSupportedException(); 166=> throw new NotSupportedException(); 169=> throw new NotSupportedException();
Writer\SymUnmanagedWriter.cs (1)
218=> throw new NotSupportedException();
Writer\SymUnmanagedWriterFactory.cs (2)
63throw new SymUnmanagedWriterException(new NotSupportedException(), implModuleName); 79throw new NotSupportedException();
Writer\SymUnmanagedWriterImpl.cs (2)
45=> GetSymWriter() is ISymUnmanagedWriter8 symWriter8 ? symWriter8 : throw PdbWritingException(new NotSupportedException()); 754throw new NotSupportedException();
Microsoft.DotNet.Cli.Definitions (1)
Help\HelpBuilder.cs (1)
280throw new NotSupportedException();
Microsoft.Extensions.AI (4)
parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadonlyDictionary.cs (3)
36set => throw new NotSupportedException(); 58void IDictionary<TKey, TValue>.Add(TKey key, TValue value) => throw new NotSupportedException(); 60void ICollection<KeyValuePair<TKey, TValue>>.Add(KeyValuePair<TKey, TValue> item) => throw new NotSupportedException();
parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadOnlyList.cs (1)
34void ICollection<T>.Add(T item) => throw new NotSupportedException();
Microsoft.Extensions.AI.Abstractions (14)
Files\HostedFileDownloadStream.cs (6)
58public override void SetLength(long value) => throw new NotSupportedException(); 62throw new NotSupportedException(); 65public override void EndWrite(IAsyncResult asyncResult) => throw new NotSupportedException(); 68public override void WriteByte(byte value) => throw new NotSupportedException(); 71public override void Write(byte[] buffer, int offset, int count) => throw new NotSupportedException(); 80throw new NotSupportedException();
Functions\AIFunctionFactory.cs (4)
1395set => throw new NotSupportedException(); 1439public override int Read(byte[] buffer, int offset, int count) => throw new NotSupportedException(); 1440public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(); 1441public override void SetLength(long value) => throw new NotSupportedException();
parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadonlyDictionary.cs (3)
36set => throw new NotSupportedException(); 58void IDictionary<TKey, TValue>.Add(TKey key, TValue value) => throw new NotSupportedException(); 60void ICollection<KeyValuePair<TKey, TValue>>.Add(KeyValuePair<TKey, TValue> item) => throw new NotSupportedException();
parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadOnlyList.cs (1)
34void ICollection<T>.Add(T item) => throw new NotSupportedException();
Microsoft.Extensions.AI.Abstractions.Tests (4)
ChatRouting\RoutingChatClientTests.cs (2)
122using var client = new DelegatingTestRouter(_ => throw new NotSupportedException()); 170throw new NotSupportedException();
Files\DelegatingHostedFileClientTests.cs (1)
255public override void Write(byte[] buffer, int offset, int count) => throw new NotSupportedException();
Files\HostedFileClientExtensionsTests.cs (1)
587public override void Write(byte[] buffer, int offset, int count) => throw new NotSupportedException();
Microsoft.Extensions.AI.Evaluation.Console (1)
Commands\ReportCommand.cs (1)
130_ => throw new NotSupportedException(),
Microsoft.Extensions.AI.Integration.Tests (1)
ChatClientIntegrationTests.cs (1)
516protected override ValueTask<object?> InvokeCoreAsync(AIFunctionArguments arguments, CancellationToken cancellationToken) => throw new NotSupportedException();
Microsoft.Extensions.AI.Tests (7)
ChatRouting\FailoverChatClientTests.cs (1)
19_ => throw new NotSupportedException());
ChatRouting\OrderedFailoverChatClientTests.cs (1)
389throw new NotSupportedException();
ChatRouting\SemanticRoutingChatClientTests.cs (2)
250throw new NotSupportedException(); 270throw new NotSupportedException();
Files\LoggingHostedFileClientTests.cs (1)
555public override void Write(byte[] buffer, int offset, int count) => throw new NotSupportedException();
Files\OpenTelemetryHostedFileClientTests.cs (1)
628public override void Write(byte[] buffer, int offset, int count) => throw new NotSupportedException();
Functions\AIFunctionFactoryTest.cs (1)
1365public static void StaticMethod() => throw new NotSupportedException();
Microsoft.Extensions.Caching.Hybrid (2)
Internal\TagSet.cs (2)
50public override bool Equals(object? obj) => throw new NotSupportedException(); 54public override int GetHashCode() => throw new NotSupportedException();
Microsoft.Extensions.Caching.Hybrid.Tests (8)
DistributedCacheTests.cs (2)
379public override MemoryHandle Pin(int elementIndex = 0) => throw new NotSupportedException(); 380public override void Unpin() => throw new NotSupportedException();
ServiceConstructionTests.cs (2)
671Customer IHybridCacheSerializer<Customer>.Deserialize(ReadOnlySequence<byte> source) => throw new NotSupportedException(); 672void IHybridCacheSerializer<Customer>.Serialize(Customer value, IBufferWriter<byte> target) => throw new NotSupportedException();
UnreliableL2Tests.cs (4)
163public byte[]? Get(string key) => throw new NotSupportedException(); // only async API in use 168public void Refresh(string key) => throw new NotSupportedException(); // only async API in use 173public void Remove(string key) => throw new NotSupportedException(); // only async API in use 178public void Set(string key, byte[] value, DistributedCacheEntryOptions options) => throw new NotSupportedException(); // only async API in use
Microsoft.Extensions.DependencyModel (1)
DependencyContextWriter.cs (1)
259throw new NotSupportedException();
Microsoft.Extensions.Hosting (1)
HostApplicationBuilder.cs (1)
342public IHost Build() => throw new NotSupportedException();
Microsoft.Extensions.Http.Diagnostics (4)
parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadonlyDictionary.cs (3)
36set => throw new NotSupportedException(); 58void IDictionary<TKey, TValue>.Add(TKey key, TValue value) => throw new NotSupportedException(); 60void ICollection<KeyValuePair<TKey, TValue>>.Add(KeyValuePair<TKey, TValue> item) => throw new NotSupportedException();
parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadOnlyList.cs (1)
34void ICollection<T>.Add(T item) => throw new NotSupportedException();
Microsoft.Extensions.Http.Diagnostics.PerformanceTests (1)
StaticOptionsMonitor.cs (1)
22=> throw new NotSupportedException();
Microsoft.Extensions.Http.Resilience.Tests (1)
Resilience\HttpClientBuilderExtensionsTests.Standard.cs (1)
291_ => throw new NotSupportedException()
Microsoft.Extensions.ObjectPool.DependencyInjection.Tests (3)
TestResources\OtherTestClass.cs (3)
10int ITestClass.ResetCalled => throw new NotSupportedException(); 12int ITestClass.DisposedCalled => throw new NotSupportedException(); 16throw new NotSupportedException();
Microsoft.Extensions.Options.Contextual.Tests (1)
ContextualOptionsFactoryTests.cs (1)
213new(string.Empty, (context, _) => throw new NotSupportedException()),
Microsoft.Extensions.Primitives (7)
StringValues.cs (7)
125set => throw new NotSupportedException(); 385void ICollection<string?>.Add(string? item) => throw new NotSupportedException(); 387void IList<string?>.Insert(int index, string? item) => throw new NotSupportedException(); 389bool ICollection<string?>.Remove(string? item) => throw new NotSupportedException(); 391void IList<string?>.RemoveAt(int index) => throw new NotSupportedException(); 393void ICollection<string?>.Clear() => throw new NotSupportedException(); 827throw new NotSupportedException();
Microsoft.Extensions.Telemetry.Tests (1)
Logging\ExtendedLoggerTests.cs (1)
1158where TState : notnull => throw new NotSupportedException();
Microsoft.Extensions.VectorData.ConformanceTests (17)
DependencyInjectionTests.cs (17)
268=> throw new NotSupportedException(); 270=> throw new NotSupportedException(); 272=> throw new NotSupportedException(); 274=> throw new NotSupportedException(); 276=> throw new NotSupportedException(); 278=> throw new NotSupportedException(); 284=> throw new NotSupportedException(); 286=> throw new NotSupportedException(); 288=> throw new NotSupportedException(); 290=> throw new NotSupportedException(); 292=> throw new NotSupportedException(); 294=> throw new NotSupportedException(); 300=> throw new NotSupportedException(); 302=> throw new NotSupportedException(); 308=> throw new NotSupportedException(); 310=> throw new NotSupportedException(); 312=> throw new NotSupportedException();
Microsoft.Gen.BuildMetadata.Unit.Tests (4)
parent\parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadonlyDictionary.cs (3)
36set => throw new NotSupportedException(); 58void IDictionary<TKey, TValue>.Add(TKey key, TValue value) => throw new NotSupportedException(); 60void ICollection<KeyValuePair<TKey, TValue>>.Add(KeyValuePair<TKey, TValue> item) => throw new NotSupportedException();
parent\parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadOnlyList.cs (1)
34void ICollection<T>.Add(T item) => throw new NotSupportedException();
Microsoft.Gen.ComplianceReports.Unit.Tests (6)
GeneratorTests.cs (2)
202public override AnalyzerConfigOptions GetOptions(SyntaxTree tree) => throw new System.NotSupportedException(); 203public override AnalyzerConfigOptions GetOptions(AdditionalText textFile) => throw new System.NotSupportedException();
parent\parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadonlyDictionary.cs (3)
36set => throw new NotSupportedException(); 58void IDictionary<TKey, TValue>.Add(TKey key, TValue value) => throw new NotSupportedException(); 60void ICollection<KeyValuePair<TKey, TValue>>.Add(KeyValuePair<TKey, TValue> item) => throw new NotSupportedException();
parent\parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadOnlyList.cs (1)
34void ICollection<T>.Add(T item) => throw new NotSupportedException();
Microsoft.Gen.ContextualOptions.Unit.Tests (4)
parent\parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadonlyDictionary.cs (3)
36set => throw new NotSupportedException(); 58void IDictionary<TKey, TValue>.Add(TKey key, TValue value) => throw new NotSupportedException(); 60void ICollection<KeyValuePair<TKey, TValue>>.Add(KeyValuePair<TKey, TValue> item) => throw new NotSupportedException();
parent\parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadOnlyList.cs (1)
34void ICollection<T>.Add(T item) => throw new NotSupportedException();
Microsoft.Gen.Logging.Generated.Tests (16)
parent\TestClasses\FormattableTestExtensions.cs (16)
30public readonly TypeCode GetTypeCode() => throw new NotSupportedException(); 31public readonly bool ToBoolean(IFormatProvider? provider) => throw new NotSupportedException(); 32public readonly byte ToByte(IFormatProvider? provider) => throw new NotSupportedException(); 33public readonly char ToChar(IFormatProvider? provider) => throw new NotSupportedException(); 34public readonly DateTime ToDateTime(IFormatProvider? provider) => throw new NotSupportedException(); 35public readonly decimal ToDecimal(IFormatProvider? provider) => throw new NotSupportedException(); 36public readonly double ToDouble(IFormatProvider? provider) => throw new NotSupportedException(); 37public readonly short ToInt16(IFormatProvider? provider) => throw new NotSupportedException(); 38public readonly int ToInt32(IFormatProvider? provider) => throw new NotSupportedException(); 39public readonly long ToInt64(IFormatProvider? provider) => throw new NotSupportedException(); 40public readonly sbyte ToSByte(IFormatProvider? provider) => throw new NotSupportedException(); 41public readonly float ToSingle(IFormatProvider? provider) => throw new NotSupportedException(); 42public readonly object ToType(Type conversionType, IFormatProvider? provider) => throw new NotSupportedException(); 43public readonly ushort ToUInt16(IFormatProvider? provider) => throw new NotSupportedException(); 44public readonly uint ToUInt32(IFormatProvider? provider) => throw new NotSupportedException(); 45public readonly ulong ToUInt64(IFormatProvider? provider) => throw new NotSupportedException();
Microsoft.Gen.Logging.Unit.Tests (4)
parent\parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadonlyDictionary.cs (3)
36set => throw new NotSupportedException(); 58void IDictionary<TKey, TValue>.Add(TKey key, TValue value) => throw new NotSupportedException(); 60void ICollection<KeyValuePair<TKey, TValue>>.Add(KeyValuePair<TKey, TValue> item) => throw new NotSupportedException();
parent\parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadOnlyList.cs (1)
34void ICollection<T>.Add(T item) => throw new NotSupportedException();
Microsoft.Gen.MetadataExtractor.Unit.Tests (6)
GeneratorTests.cs (2)
255public override AnalyzerConfigOptions GetOptions(SyntaxTree tree) => throw new NotSupportedException(); 256public override AnalyzerConfigOptions GetOptions(AdditionalText textFile) => throw new NotSupportedException();
parent\parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadonlyDictionary.cs (3)
36set => throw new NotSupportedException(); 58void IDictionary<TKey, TValue>.Add(TKey key, TValue value) => throw new NotSupportedException(); 60void ICollection<KeyValuePair<TKey, TValue>>.Add(KeyValuePair<TKey, TValue> item) => throw new NotSupportedException();
parent\parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadOnlyList.cs (1)
34void ICollection<T>.Add(T item) => throw new NotSupportedException();
Microsoft.Gen.Metrics.Unit.Tests (4)
parent\parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadonlyDictionary.cs (3)
36set => throw new NotSupportedException(); 58void IDictionary<TKey, TValue>.Add(TKey key, TValue value) => throw new NotSupportedException(); 60void ICollection<KeyValuePair<TKey, TValue>>.Add(KeyValuePair<TKey, TValue> item) => throw new NotSupportedException();
parent\parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadOnlyList.cs (1)
34void ICollection<T>.Add(T item) => throw new NotSupportedException();
Microsoft.Gen.MetricsReports.Unit.Tests (6)
GeneratorTests.cs (2)
192public override AnalyzerConfigOptions GetOptions(SyntaxTree tree) => throw new NotSupportedException(); 193public override AnalyzerConfigOptions GetOptions(AdditionalText textFile) => throw new NotSupportedException();
parent\parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadonlyDictionary.cs (3)
36set => throw new NotSupportedException(); 58void IDictionary<TKey, TValue>.Add(TKey key, TValue value) => throw new NotSupportedException(); 60void ICollection<KeyValuePair<TKey, TValue>>.Add(KeyValuePair<TKey, TValue> item) => throw new NotSupportedException();
parent\parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadOnlyList.cs (1)
34void ICollection<T>.Add(T item) => throw new NotSupportedException();
Microsoft.Maui (20)
Converters\CornerRadiusTypeConverter.cs (1)
75 throw new NotSupportedException();
Converters\EasingTypeConverter.cs (2)
56 throw new NotSupportedException(); 71 _ => throw new NotSupportedException(),
Converters\FlexEnumsConverters.cs (7)
42 throw new NotSupportedException(); 77 throw new NotSupportedException(); 116 throw new NotSupportedException(); 151 throw new NotSupportedException(); 186 throw new NotSupportedException(); 219 throw new NotSupportedException(); 261 throw new NotSupportedException();
Converters\KeyboardTypeConverter.cs (2)
47 throw new NotSupportedException(); 72 throw new NotSupportedException();
Converters\ThicknessTypeConverter.cs (1)
96 throw new NotSupportedException();
Primitives\GridLength.cs (2)
102 _ => throw new NotSupportedException(), 106 public override object ConvertTo(ITypeDescriptorContext? context, CultureInfo? culture, object? value, Type? destinationType) => throw new NotSupportedException();
Primitives\SizeRequest.cs (2)
63 _ => throw new NotSupportedException(), 76 throw new NotSupportedException();
SoftInputExtensions.cs (3)
151 static bool HideSoftInput(this object _) => throw new NotSupportedException(); 153 static bool ShowSoftInput(this object _) => throw new NotSupportedException(); 155 static bool IsSoftInputShowing(this object _) => throw new NotSupportedException();
Microsoft.Maui.Controls (77)
AcceleratorTypeConverter.cs (1)
38 throw new NotSupportedException();
BindablePropertyConverter.cs (1)
165 throw new NotSupportedException();
Brush\BrushTypeConverter.cs (1)
91 throw new NotSupportedException();
Button\Button.cs (1)
610 => throw new NotSupportedException();
ColumnDefinitionCollectionTypeConverter.cs (1)
41 throw new NotSupportedException();
DecorableTextElement.cs (2)
52 throw new NotSupportedException(); 61 throw new NotSupportedException();
DoubleCollectionConverter.cs (1)
50 throw new NotSupportedException();
Element\Element.cs (7)
1084 Element IList<Element>.this[int index] { get => _inner[index]; set => throw new NotSupportedException(); } 1090 void ICollection<Element>.Add(Element item) => throw new NotSupportedException(); 1092 void ICollection<Element>.Clear() => throw new NotSupportedException(); 1096 void ICollection<Element>.CopyTo(Element[] array, int arrayIndex) => throw new NotSupportedException(); 1104 void IList<Element>.Insert(int index, Element item) => throw new NotSupportedException(); 1106 bool ICollection<Element>.Remove(Element item) => throw new NotSupportedException(); 1108 void IList<Element>.RemoveAt(int index) => throw new NotSupportedException();
FileImageSourceConverter.cs (1)
29 throw new NotSupportedException();
FlowDirectionConverter.cs (1)
38 throw new NotSupportedException();
FontAttributes.cs (1)
69 throw new NotSupportedException();
FontSizeConverter.cs (1)
106 throw new NotSupportedException();
FormattedString.cs (2)
107 throw new NotSupportedException(); 117 throw new NotSupportedException();
GridLengthTypeConverter.cs (1)
41 throw new NotSupportedException();
ImageSourceConverter.cs (1)
40 throw new NotSupportedException();
Items\CarouselLayoutTypeConverter.cs (2)
33 throw new NotSupportedException(); 41 throw new NotSupportedException();
Items\ItemsLayoutTypeConverter.cs (1)
64 throw new NotSupportedException();
Layout\BoundsTypeConverter.cs (1)
59 throw new NotSupportedException();
LayoutOptionsConverter.cs (2)
63 throw new NotSupportedException(); 72 throw new NotSupportedException();
LegacyLayouts\ConstraintTypeConverter.cs (1)
29 => throw new NotSupportedException();
ListProxy.cs (8)
415 set { throw new NotSupportedException(); } 435 get { throw new NotSupportedException(); } 440 throw new NotSupportedException(); 445 throw new NotSupportedException(); 450 throw new NotSupportedException(); 455 throw new NotSupportedException(); 460 throw new NotSupportedException(); 465 throw new NotSupportedException();
ListStringTypeConverter.cs (1)
32 throw new NotSupportedException();
OrderedDictionary.cs (6)
378 throw new NotSupportedException(); 383 throw new NotSupportedException(); 416 throw new NotSupportedException(); 437 throw new NotSupportedException(); 443 set { throw new NotSupportedException(); } 448 throw new NotSupportedException();
ReferenceTypeConverter.cs (1)
50 => throw new NotSupportedException();
ResourceDictionary.cs (1)
459 throw new NotSupportedException();
RowDefinitionCollectionTypeConverter.cs (1)
40 throw new NotSupportedException();
Shapes\MatrixTypeConverter.cs (1)
42 throw new NotSupportedException();
Shapes\PathGeometryConverter.cs (1)
28 => throw new NotSupportedException();
Shapes\PointCollectionConverter.cs (1)
64 throw new NotSupportedException();
Shapes\TransformTypeConverter.cs (1)
26 throw new NotSupportedException();
Shell\ShellContent.cs (2)
443 throw new NotSupportedException(); 448 throw new NotSupportedException();
Shell\ShellItem.cs (2)
367 _ => throw new NotSupportedException(), 371 => throw new NotSupportedException();
Shell\ShellNavigationState.cs (2)
107 public override object ConvertTo(ITypeDescriptorContext context, CultureInfo cultureInfo, object value, Type destinationType) => throw new NotSupportedException(); 117 _ => throw new NotSupportedException(),
Shell\ShellSection.cs (2)
1263 public override object ConvertTo(ITypeDescriptorContext context, CultureInfo cultureInfo, object value, Type destinationType) => throw new NotSupportedException(); 1272 _ => throw new NotSupportedException(),
TemplatedItemsList.cs (6)
274 throw new NotSupportedException(); 279 throw new NotSupportedException(); 301 throw new NotSupportedException(); 323 set { throw new NotSupportedException(); } 328 throw new NotSupportedException(); 333 throw new NotSupportedException();
TextAlignment.cs (2)
47 throw new NotSupportedException(); 54 throw new NotSupportedException();
ToStringValueConverter.cs (1)
20 public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture) => throw new NotSupportedException();
TypeTypeConverter.cs (1)
33 => throw new NotSupportedException();
UriTypeConverter.cs (1)
29 throw new NotSupportedException();
VisualElement\VisualElement.cs (1)
2463 throw new NotSupportedException();
Visuals\VisualTypeConverter.cs (2)
179 throw new NotSupportedException(); 189 throw new NotSupportedException();
WebView\WebViewSource.cs (2)
38 public override object ConvertTo(ITypeDescriptorContext context, CultureInfo cultureInfo, object value, Type destinationType) => throw new NotSupportedException(); 48 _ => throw new NotSupportedException(),
WebView\WebViewSourceTypeConverter.cs (1)
29 throw new NotSupportedException();
Microsoft.Maui.Controls.BindingSourceGen (4)
BindingSourceGenerator.cs (1)
172 _ => throw new NotSupportedException()
HashCode.cs (2)
151 public override int GetHashCode() => throw new NotSupportedException(); 155 public override bool Equals(object obj) => throw new NotSupportedException();
InvocationParser.cs (1)
27 _ => throw new NotSupportedException()
Microsoft.Maui.Controls.Build.Tasks (1)
ExpandMarkupsVisitor.cs (1)
197 throw new NotSupportedException();
Microsoft.Maui.Controls.Xaml (1)
ExpandMarkupsVisitor.cs (1)
184 throw new NotSupportedException();
Microsoft.Maui.Graphics (9)
Converters\ColorTypeConverter.cs (1)
24 throw new NotSupportedException();
Converters\PointFTypeConverter.cs (1)
40 throw new NotSupportedException();
Converters\PointTypeConverter.cs (1)
40 throw new NotSupportedException();
Converters\RectFTypeConverter.cs (1)
34 throw new NotSupportedException();
Converters\RectTypeConverter.cs (1)
35 throw new NotSupportedException();
Converters\SizeFTypeConverter.cs (1)
33 throw new NotSupportedException();
Converters\SizeTypeConverter.cs (1)
33 throw new NotSupportedException();
PictureCanvas.cs (2)
266 throw new NotSupportedException(); 271 throw new NotSupportedException();
Microsoft.Maui.Graphics.Skia (1)
SkiaImage.cs (1)
154 throw new NotSupportedException();
Microsoft.ML.Core (2)
Utilities\Contracts.cs (2)
434=> Process(new NotSupportedException()); 436=> Process(new NotSupportedException(), ctx);
Microsoft.ML.CpuMath (2)
src\Microsoft.ML.Core\Utilities\Contracts.cs (2)
434=> Process(new NotSupportedException()); 436=> Process(new NotSupportedException(), ctx);
Microsoft.ML.Data (2)
DataLoadSave\Database\DatabaseLoaderCursor.cs (1)
289throw new NotSupportedException();
DataLoadSave\Database\DbExtensions.cs (1)
142throw new NotSupportedException();
Microsoft.ML.TensorFlow (2)
TensorTypeExtensions.cs (2)
29throw new NotSupportedException(); 41throw new NotSupportedException();
Microsoft.ML.Tokenizers.Tests (6)
SentencePieceTests.cs (6)
939public override long Length => throw new NotSupportedException(); 942get => throw new NotSupportedException(); 943set => throw new NotSupportedException(); 947public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(); 948public override void SetLength(long value) => throw new NotSupportedException(); 949public override void Write(byte[] buffer, int offset, int count) => throw new NotSupportedException();
Microsoft.NET.Sdk.WorkloadMSBuildSdkResolver (2)
src\sdk\src\Cli\dotnet\Commands\Workload\Install\WorkloadInstallRecords\ReadOnlyWindowsWorkloadInstallationRecordRepository.cs (2)
38=> throw new NotSupportedException(); 41=> throw new NotSupportedException();
Microsoft.TemplateEngine.Core (6)
Util\CombinedStream.cs (6)
29public override long Position { get => throw new NotSupportedException(); set => throw new NotSupportedException(); } 33throw new NotSupportedException(); 81throw new NotSupportedException(); 86throw new NotSupportedException(); 91throw new NotSupportedException();
Microsoft.TemplateEngine.Utils (4)
IScanTemplateInfoExtensions.cs (4)
55public IReadOnlyDictionary<string, ICacheTag> Tags => throw new NotSupportedException(); 60public IReadOnlyDictionary<string, ICacheParameter> CacheParameters => throw new NotSupportedException(); 80public bool HasScriptRunningPostActions { get => throw new NotSupportedException(); set => throw new NotSupportedException(); }
Microsoft.TestPlatform.PlatformAbstractions (2)
netcore\System\PlatformEnvironment.cs (1)
34_ => throw new NotSupportedException(),
netcore\System\ProcessHelper.cs (1)
47_ => throw new NotSupportedException(),
Microsoft.TestPlatform.TestHostRuntimeProvider (1)
Hosting\DefaultTestHostManager.cs (1)
291_ => throw new NotSupportedException(),
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\CompilerServices\VBBinder.vb (1)
1594Throw New NotSupportedException
Microsoft.VisualStudio.TestPlatform.Client (2)
DesignMode\DesignModeTestHostLauncher.cs (2)
35throw new NotSupportedException(); 42throw new NotSupportedException();
Mono.Cecil (54)
Mono.Cecil.Cil\CodeReader.cs (2)
219 throw new NotSupportedException (); 494 throw new NotSupportedException ();
Mono.Cecil.Cil\MethodBody.cs (1)
93 throw new NotSupportedException ();
Mono.Cecil.Cil\PortablePdb.cs (2)
200 throw new NotSupportedException (); 530 throw new NotSupportedException ();
Mono.Cecil.Cil\Symbols.cs (3)
203 throw new NotSupportedException (); 248 throw new NotSupportedException (); 1145 throw new NotSupportedException ();
Mono.Cecil.PE\ImageReader.cs (1)
732 throw new NotSupportedException ();
Mono.Cecil.PE\ImageWriter.cs (3)
651 throw new NotSupportedException (); 677 throw new NotSupportedException(); 772 throw new NotSupportedException ();
Mono.Cecil\AssemblyReader.cs (15)
683 throw new NotSupportedException (); 1174 throw new NotSupportedException (); 1323 throw new NotSupportedException (); 1563 throw new NotSupportedException (); 1640 throw new NotSupportedException (); 1644 throw new NotSupportedException (); 2091 throw new NotSupportedException (); 2141 throw new NotSupportedException (); 2267 throw new NotSupportedException (); 2313 throw new NotSupportedException (); 2414 throw new NotSupportedException (); 2782 throw new NotSupportedException (); 3265 throw new NotSupportedException (); 3310 throw new NotSupportedException (); 3556 throw new NotSupportedException ();
Mono.Cecil\AssemblyWriter.cs (10)
1114 throw new NotSupportedException (); 1222 throw new NotSupportedException (); 1285 throw new NotSupportedException (); 2095 throw new NotSupportedException (); 2170 throw new NotSupportedException (); 2309 throw new NotSupportedException (); 2790 throw new NotSupportedException (); 2850 throw new NotSupportedException (); 3225 throw new NotSupportedException (); 3237 throw new NotSupportedException ();
Mono.Cecil\CustomAttribute.cs (1)
188 throw new NotSupportedException ();
Mono.Cecil\FieldReference.cs (1)
63 throw new NotSupportedException ();
Mono.Cecil\GenericInstanceType.cs (1)
39 set { throw new NotSupportedException (); }
Mono.Cecil\GenericParameterResolver.cs (2)
110 throw new NotSupportedException (); 170 throw new NotSupportedException ();
Mono.Cecil\Import.cs (2)
544 throw new NotSupportedException (); 730 throw new NotSupportedException ();
Mono.Cecil\MetadataResolver.cs (2)
49 throw new NotSupportedException (); 131 throw new NotSupportedException ();
Mono.Cecil\MethodReference.cs (1)
176 throw new NotSupportedException ();
Mono.Cecil\SecurityDeclaration.cs (2)
91 get { throw new NotSupportedException (); } 159 throw new NotSupportedException ();
Mono.Cecil\TypeDefinition.cs (1)
444 throw new NotSupportedException ();
Mono.Cecil\TypeReference.cs (1)
278 throw new NotSupportedException ();
Mono.Cecil\TypeResolver.cs (1)
193 throw new NotSupportedException ();
Mono.Cecil\TypeSystem.cs (2)
32 throw new NotSupportedException (); 123 throw new NotSupportedException ();
Mono.Cecil.Rocks (2)
Mono.Cecil.Rocks\DocCommentId.cs (1)
143 throw new NotSupportedException ();
Mono.Cecil.Rocks\ILParser.cs (1)
85 throw new NotSupportedException ();
NuGet.Build.Tasks.Console (1)
MSBuildItemBase.cs (1)
22public IReadOnlyList<string> Properties => throw new NotSupportedException();
NuGet.CommandLine.XPlat (1)
Commands\Package\Update\PackageUpdateIO.cs (1)
468throw new NotSupportedException();
NuGet.Configuration (4)
PackageSource\PackageSourceProvider.cs (1)
214throw new NotSupportedException();
Settings\ImmutableSettings.cs (3)
33throw new NotSupportedException(); 53throw new NotSupportedException(); 58throw new NotSupportedException();
NuGet.DependencyResolver.Core (1)
Providers\LocalDependencyProvider.cs (1)
159throw new NotSupportedException();
NuGet.PackageManagement (3)
Projects\DefaultProjectServices.cs (3)
43throw new NotSupportedException(); 50throw new NotSupportedException(); 73throw new NotSupportedException();
NuGet.Packaging (6)
Signing\Archive\ReadOnlyBufferedStream.cs (6)
136throw new NotSupportedException(); 144throw new NotSupportedException(); 283throw new NotSupportedException(); 290throw new NotSupportedException(); 297throw new NotSupportedException(); 304throw new NotSupportedException();
NuGet.Protocol (37)
Converters\MetadataFieldStjConverter.cs (1)
62=> throw new NotSupportedException();
Converters\MetadataStringOrArrayStjConverter.cs (1)
75=> throw new NotSupportedException();
Converters\PackageDependencyGroupStjConverter.cs (1)
82throw new NotSupportedException();
Converters\SafeBoolStjConverter.cs (1)
37throw new NotSupportedException();
Converters\SafeUriStjConverter.cs (1)
31throw new NotSupportedException();
Plugins\ObjectPayloadConverter.cs (2)
12public override bool CanConvert(Type objectType) => throw new NotSupportedException(); 36=> throw new NotSupportedException();
Plugins\PluginPackageReader.cs (21)
83throw new NotSupportedException(); 128throw new NotSupportedException(); 176throw new NotSupportedException(); 221throw new NotSupportedException(); 325throw new NotSupportedException(); 353throw new NotSupportedException(); 381throw new NotSupportedException(); 410throw new NotSupportedException(); 437throw new NotSupportedException(); 460public override NuspecReader NuspecReader => throw new NotSupportedException(); 507throw new NotSupportedException(); 538throw new NotSupportedException(); 567throw new NotSupportedException(); 594throw new NotSupportedException(); 648throw new NotSupportedException(); 675throw new NotSupportedException(); 703throw new NotSupportedException(); 738throw new NotSupportedException(); 767throw new NotSupportedException(); 793throw new NotSupportedException(); 883throw new NotSupportedException();
RemoteRepositories\PluginFindPackageByIdResource.cs (1)
95throw new NotSupportedException();
Resources\DependencyInfoResource.cs (1)
62throw new NotSupportedException();
Utility\DownloadTimeoutStream.cs (7)
41throw new NotSupportedException(); 102throw new NotSupportedException(); 107throw new NotSupportedException(); 112throw new NotSupportedException(); 123get { throw new NotSupportedException(); } 128get { throw new NotSupportedException(); } 129set { throw new NotSupportedException(); }
PresentationBuildTasks (2)
Microsoft\Build\Tasks\Windows\ResourcesGenerator.cs (2)
93throw new NotSupportedException(); 99throw new NotSupportedException();
PresentationCore (83)
MS\Internal\AppModel\SiteOfOriginContainer.cs (3)
205throw new NotSupportedException(); 210throw new NotSupportedException(); 215throw new NotSupportedException();
MS\Internal\Automation\InteropAutomationProvider.cs (1)
88throw new NotSupportedException();
MS\Internal\FontCache\FontFaceLayoutInfo.cs (10)
329throw new NotSupportedException(); 351throw new NotSupportedException(); 613throw new NotSupportedException(); 631throw new NotSupportedException(); 691throw new NotSupportedException(); 701throw new NotSupportedException(); 706throw new NotSupportedException(); 746throw new NotSupportedException(); 864throw new NotSupportedException(); 874throw new NotSupportedException();
MS\Internal\FontFace\TypefaceCollection.cs (3)
37throw new NotSupportedException(); 42throw new NotSupportedException(); 103throw new NotSupportedException();
MS\Internal\IO\Packaging\PseudoWebRequest.cs (4)
72throw new NotSupportedException(); 140throw new NotSupportedException(); 293throw new NotSupportedException(); 301throw new NotSupportedException();
MS\Internal\PartialArray.cs (1)
71throw new NotSupportedException();
MS\Internal\TextFormatting\TextMarkerSource.cs (1)
197throw new NotSupportedException();
MS\Internal\TextFormatting\TextStore.cs (1)
1696throw new NotSupportedException();
src\wpf\src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\CharacterBuffer.cs (8)
75throw new NotSupportedException(); 87throw new NotSupportedException(); 97throw new NotSupportedException(); 103throw new NotSupportedException(); 132throw new NotSupportedException(); 187set { throw new NotSupportedException(); } 286set { throw new NotSupportedException(); } 401set { throw new NotSupportedException(); }
src\wpf\src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\PartialList.cs (6)
47throw new NotSupportedException(); 53throw new NotSupportedException(); 65throw new NotSupportedException(); 93throw new NotSupportedException(); 99throw new NotSupportedException(); 110throw new NotSupportedException();
src\wpf\src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\SequentialUshortCollection.cs (3)
21throw new NotSupportedException(); 26throw new NotSupportedException(); 66throw new NotSupportedException();
System\IO\Packaging\PackWebRequest.cs (2)
101throw new NotSupportedException(); 250throw new NotSupportedException();
System\Windows\Media\Animation\TimelineClockCollection.cs (3)
62throw new NotSupportedException(); 72throw new NotSupportedException(); 82throw new NotSupportedException();
System\Windows\Media\ColorContext.cs (1)
194throw new NotSupportedException(); // standard scRGB profile does not exist yet
System\Windows\Media\ColorTransform.cs (1)
134throw new NotSupportedException(); // Only support color spaces with 3,4,5,6,7,8 channels
System\Windows\Media\Fonts.cs (3)
291throw new NotSupportedException(); 296throw new NotSupportedException(); 353throw new NotSupportedException();
System\Windows\Media\FormattedText.cs (1)
1880throw new NotSupportedException();
System\Windows\Media\GlyphRun.cs (22)
2093throw new NotSupportedException(); 2098throw new NotSupportedException(); 2109throw new NotSupportedException(); 2115throw new NotSupportedException(); 2124throw new NotSupportedException(); 2129throw new NotSupportedException(); 2134throw new NotSupportedException(); 2139throw new NotSupportedException(); 2154throw new NotSupportedException(); 2163throw new NotSupportedException(); 2172throw new NotSupportedException(); 2195throw new NotSupportedException(); 2200throw new NotSupportedException(); 2211throw new NotSupportedException(); 2217throw new NotSupportedException(); 2226throw new NotSupportedException(); 2231throw new NotSupportedException(); 2236throw new NotSupportedException(); 2241throw new NotSupportedException(); 2256throw new NotSupportedException(); 2265throw new NotSupportedException(); 2274throw new NotSupportedException();
System\Windows\Media\GlyphTypeface.cs (9)
1737throw new NotSupportedException(); 1752throw new NotSupportedException(); 1784throw new NotSupportedException(); 1794throw new NotSupportedException(); 1799throw new NotSupportedException(); 1839throw new NotSupportedException(); 1874throw new NotSupportedException(); 1879throw new NotSupportedException(); 1924throw new NotSupportedException();
PresentationFramework (38)
MS\Internal\AppModel\ResourceContainer.cs (3)
346throw new NotSupportedException(); 351throw new NotSupportedException(); 356throw new NotSupportedException();
MS\Internal\Data\CollectionViewGroupRoot.cs (1)
824throw new NotSupportedException();
MS\Internal\Data\DefaultValueConverter.cs (1)
765set { throw new NotSupportedException(); }
MS\Internal\IO\Packaging\ManagedIStream.cs (6)
164throw new NotSupportedException(); 175throw new NotSupportedException(); 186throw new NotSupportedException(); 197throw new NotSupportedException(); 208throw new NotSupportedException(); 219throw new NotSupportedException();
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (1)
316throw new NotSupportedException();
System\Windows\Controls\MultipleCopiesCollection.cs (1)
300throw new NotSupportedException();
System\Windows\Controls\VirtualizingStackPanel.cs (1)
12077throw new NotSupportedException();
System\Windows\Data\BindingListCollectionView.cs (1)
367throw new NotSupportedException();
System\Windows\Data\CollectionView.cs (1)
218throw new NotSupportedException();
System\Windows\Data\ListCollectionView.cs (1)
481throw new NotSupportedException();
System\Windows\Documents\DocumentStructures\SemanticBasicElement.cs (9)
78throw new NotSupportedException(); 123throw new NotSupportedException(); 165throw new NotSupportedException(); 208throw new NotSupportedException(); 250throw new NotSupportedException(); 303throw new NotSupportedException(); 346throw new NotSupportedException(); 388throw new NotSupportedException(); 433throw new NotSupportedException();
System\Windows\Documents\DocumentStructures\StoryFragments.cs (2)
53throw new NotSupportedException(); 114throw new NotSupportedException();
System\Windows\Input\KeyboardNavigation.cs (1)
1270throw new NotSupportedException();
System\Windows\Markup\Baml2006\SharedStream.cs (2)
189throw new NotSupportedException(); 251throw new NotSupportedException();
System\Windows\Markup\Baml2006\WpfXamlMember.cs (1)
283get { throw new NotSupportedException(); }
System\Windows\Markup\XamlStream.cs (6)
653throw new NotSupportedException(); 662throw new NotSupportedException(); 670throw new NotSupportedException(); 686throw new NotSupportedException(); 850throw new NotSupportedException(); 859throw new NotSupportedException();
PresentationFramework.Fluent (1)
Controls\ViewIsGridViewConverter.cs (1)
23throw new NotSupportedException();
PresentationUI (1)
MS\Internal\Documents\RightsManagementProvider.cs (1)
138throw new NotSupportedException();
Roslyn.Diagnostics.Analyzers (91)
AbstractDoNotCopyValue.cs (1)
1348=> throw new NotSupportedException();
NamedTypeFullNameNotNullSuppressor.cs (1)
64_ => throw new NotSupportedException(),
src\roslyn\src\Compilers\Core\Portable\Collections\SmallDictionary.cs (1)
604throw new NotSupportedException();
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\ConsList`1.cs (1)
75throw new NotSupportedException();
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\MultiDictionary.cs (1)
62throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (10)
125set => throw new NotSupportedException(); 131set => throw new NotSupportedException(); 351=> throw new NotSupportedException(); 354=> throw new NotSupportedException(); 357=> throw new NotSupportedException(); 360=> throw new NotSupportedException(); 363=> throw new NotSupportedException(); 366=> throw new NotSupportedException(); 369=> throw new NotSupportedException(); 372=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs (1)
37=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs (2)
37=> throw new NotSupportedException(); 52=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection.cs (3)
51=> throw new NotSupportedException(); 54=> throw new NotSupportedException(); 57=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (7)
62readonly IEnumerable<TKey> IReadOnlyDictionary<TKey, TValue>.Keys => throw new NotSupportedException(); 64readonly IEnumerable<TValue> IReadOnlyDictionary<TKey, TValue>.Values => throw new NotSupportedException(); 66readonly ICollection<TKey> IDictionary<TKey, TValue>.Keys => throw new NotSupportedException(); 68readonly ICollection<TValue> IDictionary<TKey, TValue>.Values => throw new NotSupportedException(); 72readonly ICollection IDictionary.Keys => throw new NotSupportedException(); 74readonly ICollection IDictionary.Values => throw new NotSupportedException(); 80readonly object ICollection.SyncRoot => throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection.cs (3)
51=> throw new NotSupportedException(); 54=> throw new NotSupportedException(); 57=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (8)
371=> throw new NotSupportedException(); 374=> throw new NotSupportedException(); 377=> throw new NotSupportedException(); 380=> throw new NotSupportedException(); 383=> throw new NotSupportedException(); 386=> throw new NotSupportedException(); 389=> throw new NotSupportedException(); 392=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (12)
105set => throw new NotSupportedException(); 111set => throw new NotSupportedException(); 646=> throw new NotSupportedException(); 649=> throw new NotSupportedException(); 652=> throw new NotSupportedException(); 655=> throw new NotSupportedException(); 658=> throw new NotSupportedException(); 661=> throw new NotSupportedException(); 664=> throw new NotSupportedException(); 679=> throw new NotSupportedException(); 682=> throw new NotSupportedException(); 685=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
47readonly object ICollection.SyncRoot => throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray.cs (3)
71throw new NotSupportedException(); 166throw new NotSupportedException(); 233throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Collection.cs (3)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 49throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Dictionary.cs (4)
33throw new NotSupportedException(); 54throw new NotSupportedException(); 75throw new NotSupportedException(); 80throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.List.cs (3)
38throw new NotSupportedException(); 43throw new NotSupportedException(); 55throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Set.cs (5)
27throw new NotSupportedException(); 32throw new NotSupportedException(); 37throw new NotSupportedException(); 72throw new NotSupportedException(); 77throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Collection.cs (3)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 56throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Set.cs (5)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 36throw new NotSupportedException(); 71throw new NotSupportedException(); 76throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Singleton.Collection`1.cs (6)
28throw new NotSupportedException(); 33throw new NotSupportedException(); 52throw new NotSupportedException(); 79throw new NotSupportedException(); 95throw new NotSupportedException(); 100throw new NotSupportedException();
src\roslyn\src\Dependencies\Contracts\EqualityComparerExtensions.cs (1)
39getHashCode ??= _ => throw new NotSupportedException();
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\CodeAnalysisMetricData.cs (2)
281_ => throw new NotSupportedException(), 319_ => throw new NotSupportedException(),
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\SmallDictionary.cs (1)
718throw new NotSupportedException();
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\ConcatImmutableArray`1.cs (1)
58=> throw new NotSupportedException();
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SerializableBytes.cs (2)
269=> throw new NotSupportedException(); 272=> throw new NotSupportedException();
Roslyn.Diagnostics.CSharp.Analyzers (4)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeStyle\CSharpCodeStyleOptions_Parsing.cs (4)
44_ => throw new NotSupportedException(), 59_ => throw new NotSupportedException(), 74_ => throw new NotSupportedException(), 102_ => throw new NotSupportedException(),
rzc (1)
Json\JsonDataWriter.cs (1)
130throw new NotSupportedException();
ScenarioTests.Common.Tests (7)
ScenarioTestTypes.cs (7)
1020public override long Length => throw new NotSupportedException(); 1024get => throw new NotSupportedException(); 1025set => throw new NotSupportedException(); 1030throw new NotSupportedException(); 1047throw new NotSupportedException(); 1052throw new NotSupportedException(); 1057throw new NotSupportedException();
Shared (4)
EmptyCollections\EmptyReadonlyDictionary.cs (3)
36set => throw new NotSupportedException(); 58void IDictionary<TKey, TValue>.Add(TKey key, TValue value) => throw new NotSupportedException(); 60void ICollection<KeyValuePair<TKey, TValue>>.Add(KeyValuePair<TKey, TValue> item) => throw new NotSupportedException();
EmptyCollections\EmptyReadOnlyList.cs (1)
34void ICollection<T>.Add(T item) => throw new NotSupportedException();
Shared.Tests (1)
EmptyCollections\EmptyCollectionExtensionsTests.cs (1)
107public void Add(T item) => throw new NotSupportedException();
System.Collections (24)
System\Collections\Generic\OrderedDictionary.cs (24)
1573set => throw new NotSupportedException(); 1580set => throw new NotSupportedException(); 1602void ICollection<TKey>.Add(TKey item) => throw new NotSupportedException(); 1605void ICollection<TKey>.Clear() => throw new NotSupportedException(); 1608void IList<TKey>.Insert(int index, TKey item) => throw new NotSupportedException(); 1611bool ICollection<TKey>.Remove(TKey item) => throw new NotSupportedException(); 1614void IList<TKey>.RemoveAt(int index) => throw new NotSupportedException(); 1617int IList.Add(object? value) => throw new NotSupportedException(); 1620void IList.Clear() => throw new NotSupportedException(); 1626void IList.Insert(int index, object? value) => throw new NotSupportedException(); 1629void IList.Remove(object? value) => throw new NotSupportedException(); 1632void IList.RemoveAt(int index) => throw new NotSupportedException(); 1719set => throw new NotSupportedException(); 1729set => throw new NotSupportedException(); 1763void ICollection<TValue>.Add(TValue item) => throw new NotSupportedException(); 1766void ICollection<TValue>.Clear() => throw new NotSupportedException(); 1769void IList<TValue>.Insert(int index, TValue item) => throw new NotSupportedException(); 1772bool ICollection<TValue>.Remove(TValue item) => throw new NotSupportedException(); 1775void IList<TValue>.RemoveAt(int index) => throw new NotSupportedException(); 1778int IList.Add(object? value) => throw new NotSupportedException(); 1781void IList.Clear() => throw new NotSupportedException(); 1823void IList.Insert(int index, object? value) => throw new NotSupportedException(); 1826void IList.Remove(object? value) => throw new NotSupportedException(); 1829void IList.RemoveAt(int index) => throw new NotSupportedException();
System.Collections.Concurrent (2)
System\Collections\Concurrent\PartitionerStatic.cs (2)
388throw new NotSupportedException(); 1438throw new NotSupportedException();
System.Collections.Immutable (98)
System\Collections\Frozen\FrozenDictionary.cs (10)
485set => throw new NotSupportedException(); 581set => throw new NotSupportedException(); 649void IDictionary<TKey, TValue>.Add(TKey key, TValue value) => throw new NotSupportedException(); 652void ICollection<KeyValuePair<TKey, TValue>>.Add(KeyValuePair<TKey, TValue> item) => throw new NotSupportedException(); 655void IDictionary.Add(object key, object? value) => throw new NotSupportedException(); 658bool IDictionary<TKey, TValue>.Remove(TKey key) => throw new NotSupportedException(); 661bool ICollection<KeyValuePair<TKey, TValue>>.Remove(KeyValuePair<TKey, TValue> item) => throw new NotSupportedException(); 664void IDictionary.Remove(object key) => throw new NotSupportedException(); 667void ICollection<KeyValuePair<TKey, TValue>>.Clear() => throw new NotSupportedException(); 670void IDictionary.Clear() => throw new NotSupportedException();
System\Collections\Frozen\FrozenSet.cs (8)
401bool ISet<T>.Add(T item) => throw new NotSupportedException(); 404void ISet<T>.ExceptWith(IEnumerable<T> other) => throw new NotSupportedException(); 407void ISet<T>.IntersectWith(IEnumerable<T> other) => throw new NotSupportedException(); 410void ISet<T>.SymmetricExceptWith(IEnumerable<T> other) => throw new NotSupportedException(); 413void ISet<T>.UnionWith(IEnumerable<T> other) => throw new NotSupportedException(); 416void ICollection<T>.Add(T item) => throw new NotSupportedException(); 419void ICollection<T>.Clear() => throw new NotSupportedException(); 422bool ICollection<T>.Remove(T item) => throw new NotSupportedException();
System\Collections\Immutable\ImmutableArray_1.cs (13)
32set { throw new NotSupportedException(); } 1045throw new NotSupportedException(); 1050throw new NotSupportedException(); 1055throw new NotSupportedException(); 1060throw new NotSupportedException(); 1065throw new NotSupportedException(); 1198throw new NotSupportedException(); 1207throw new NotSupportedException(); 1261throw new NotSupportedException(); 1322get { throw new NotSupportedException(); } 1332throw new NotSupportedException(); 1342throw new NotSupportedException(); 1363set { throw new NotSupportedException(); }
System\Collections\Immutable\ImmutableDictionary_2.cs (10)
266set { throw new NotSupportedException(); } 577throw new NotSupportedException(); 594throw new NotSupportedException(); 603throw new NotSupportedException(); 608throw new NotSupportedException(); 613throw new NotSupportedException(); 692throw new NotSupportedException(); 724throw new NotSupportedException(); 735set { throw new NotSupportedException(); } 744throw new NotSupportedException();
System\Collections\Immutable\ImmutableDictionary_2.HashBucket.cs (2)
118throw new NotSupportedException(); 127throw new NotSupportedException();
System\Collections\Immutable\ImmutableHashSet_1.cs (8)
442throw new NotSupportedException(); 450throw new NotSupportedException(); 458throw new NotSupportedException(); 466throw new NotSupportedException(); 474throw new NotSupportedException(); 509throw new NotSupportedException(); 517throw new NotSupportedException(); 525throw new NotSupportedException();
System\Collections\Immutable\ImmutableHashSet_1.HashBucket.cs (2)
87throw new NotSupportedException(); 96throw new NotSupportedException();
System\Collections\Immutable\ImmutableHashSet_1.HashBucketByRefEqualityComparer.cs (1)
40public int GetHashCode(HashBucket obj) => throw new NotSupportedException();
System\Collections\Immutable\ImmutableHashSet_1.HashBucketByValueEqualityComparer.cs (1)
49public int GetHashCode(HashBucket obj) => throw new NotSupportedException();
System\Collections\Immutable\ImmutableList_1.cs (12)
926void IList<T>.Insert(int index, T item) => throw new NotSupportedException(); 933void IList<T>.RemoveAt(int index) => throw new NotSupportedException(); 943set => throw new NotSupportedException(); 955void ICollection<T>.Add(T item) => throw new NotSupportedException(); 961void ICollection<T>.Clear() => throw new NotSupportedException(); 976bool ICollection<T>.Remove(T item) => throw new NotSupportedException(); 999int IList.Add(object? value) => throw new NotSupportedException(); 1006void IList.RemoveAt(int index) => throw new NotSupportedException(); 1012void IList.Clear() => throw new NotSupportedException(); 1038void IList.Insert(int index, object? value) => throw new NotSupportedException(); 1058void IList.Remove(object? value) => throw new NotSupportedException(); 1073set => throw new NotSupportedException();
System\Collections\Immutable\ImmutableSortedDictionary_2.cs (10)
220set { throw new NotSupportedException(); } 482throw new NotSupportedException(); 499throw new NotSupportedException(); 508throw new NotSupportedException(); 513throw new NotSupportedException(); 518throw new NotSupportedException(); 589throw new NotSupportedException(); 621throw new NotSupportedException(); 632set { throw new NotSupportedException(); } 641throw new NotSupportedException();
System\Collections\Immutable\ImmutableSortedSet_1.cs (17)
698throw new NotSupportedException(); 706throw new NotSupportedException(); 714throw new NotSupportedException(); 722throw new NotSupportedException(); 730throw new NotSupportedException(); 758throw new NotSupportedException(); 766throw new NotSupportedException(); 774throw new NotSupportedException(); 787set { throw new NotSupportedException(); } 795throw new NotSupportedException(); 803throw new NotSupportedException(); 869throw new NotSupportedException(); 878throw new NotSupportedException(); 928throw new NotSupportedException(); 938throw new NotSupportedException(); 948throw new NotSupportedException(); 962set { throw new NotSupportedException(); }
System\Collections\Immutable\KeysOrValuesCollectionAccessor.cs (4)
71throw new NotSupportedException(); 79throw new NotSupportedException(); 107throw new NotSupportedException(); 214throw new NotSupportedException();
System.CommandLine (1)
Help\HelpBuilderExtensions.cs (1)
27throw new NotSupportedException();
System.ComponentModel.TypeConverter (23)
System\ComponentModel\BindingList.cs (4)
217throw new NotSupportedException(); 416throw new NotSupportedException(); 423throw new NotSupportedException(); 430throw new NotSupportedException();
System\ComponentModel\Design\DesignerOptionService.cs (6)
345set => throw new NotSupportedException(); 351int IList.Add(object? value) => throw new NotSupportedException(); 356void IList.Clear() => throw new NotSupportedException(); 379void IList.Insert(int index, object? value) => throw new NotSupportedException(); 384void IList.Remove(object? value) => throw new NotSupportedException(); 389void IList.RemoveAt(int index) => throw new NotSupportedException();
System\ComponentModel\EventDescriptorCollection.cs (6)
97throw new NotSupportedException(); 109throw new NotSupportedException(); 205throw new NotSupportedException(); 221throw new NotSupportedException(); 236throw new NotSupportedException(); 383throw new NotSupportedException();
System\ComponentModel\PropertyDescriptorCollection.cs (7)
103throw new NotSupportedException(); 115throw new NotSupportedException(); 238throw new NotSupportedException(); 254throw new NotSupportedException(); 269throw new NotSupportedException(); 455throw new NotSupportedException(); 570throw new NotSupportedException();
System.Configuration.ConfigurationManager (5)
System\Configuration\SettingsPropertyCollection.cs (3)
21throw new NotSupportedException(); 39throw new NotSupportedException(); 85throw new NotSupportedException();
System\Configuration\SettingsPropertyValueCollection.cs (2)
23throw new NotSupportedException(); 41throw new NotSupportedException();
System.Data.Common (9)
src\runtime\src\libraries\Common\src\System\Data\Common\AdapterUtil.cs (1)
118NotSupportedException e = new NotSupportedException();
System\Data\Common\DbBatchCommand.cs (1)
22=> throw new NotSupportedException();
System\Data\Common\DbConnection.cs (1)
135protected virtual DbBatch CreateDbBatch() => throw new NotSupportedException();
System\Data\Common\DbDataReader.cs (1)
88throw new NotSupportedException();
System\Data\Common\DbProviderFactory.cs (2)
52public virtual DbBatch CreateBatch() => throw new NotSupportedException(); 54public virtual DbBatchCommand CreateBatchCommand() => throw new NotSupportedException();
System\Data\Common\DbTransaction.cs (2)
170public virtual void Save(string savepointName) => throw new NotSupportedException(); 176public virtual void Rollback(string savepointName) => throw new NotSupportedException();
System\Data\DataViewManager.cs (1)
23private static readonly NotSupportedException s_notSupported = new NotSupportedException();
System.Data.Odbc (1)
src\runtime\src\libraries\Common\src\System\Data\Common\AdapterUtil.cs (1)
118NotSupportedException e = new NotSupportedException();
System.Data.OleDb (4)
DbConnectionStringCommon.cs (3)
64throw new NotSupportedException(); 69throw new NotSupportedException(); 79throw new NotSupportedException();
System\Data\Common\AdapterUtil.cs (1)
148NotSupportedException e = new NotSupportedException();
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\DiagLinkedList.cs (1)
300public void Reset() => throw new NotSupportedException();
System.Diagnostics.EventLog (1)
System\Diagnostics\Reader\UnsafeNativeMethods.cs (1)
413throw new NotSupportedException();
System.DirectoryServices (1)
System\DirectoryServices\PropertyValueCollection.cs (1)
54throw new NotSupportedException();
System.Formats.Cbor (1)
src\runtime\src\libraries\Common\src\System\Memory\PointerMemoryManager.cs (1)
28throw new NotSupportedException();
System.IO.Compression (28)
System\IO\Compression\DeflateZLib\DeflateStream.cs (8)
894if (!CanRead) throw new NotSupportedException(); 904if (!CanRead) throw new NotSupportedException(); 1114public override long Length { get { throw new NotSupportedException(); } } 1115public override long Position { get { throw new NotSupportedException(); } set { throw new NotSupportedException(); } } 1116public override int Read(byte[] buffer, int offset, int count) { throw new NotSupportedException(); } 1117public override long Seek(long offset, SeekOrigin origin) { throw new NotSupportedException(); } 1118public override void SetLength(long value) { throw new NotSupportedException(); }
System\IO\Compression\WinZipAesStream.cs (5)
651public override long Length => throw new NotSupportedException(); 655get => throw new NotSupportedException(); 656set => throw new NotSupportedException(); 671public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(); 672public override void SetLength(long value) => throw new NotSupportedException();
System\IO\Compression\ZipCryptoStream.cs (5)
270public override long Length => throw new NotSupportedException(); 273get => throw new NotSupportedException(); 274set => throw new NotSupportedException(); 302public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(); 303public override void SetLength(long value) => throw new NotSupportedException();
System\IO\Compression\ZLibStream.cs (5)
75public override long Length => throw new NotSupportedException(); 80get => throw new NotSupportedException(); 81set => throw new NotSupportedException(); 101public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(); 104public override void SetLength(long value) => throw new NotSupportedException();
System\IO\Compression\Zstandard\ZstandardStream.cs (5)
137public override long Length => throw new NotSupportedException(); 143get => throw new NotSupportedException(); 144set => throw new NotSupportedException(); 152public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(); 157public override void SetLength(long value) => throw new NotSupportedException();
System.IO.Compression.Brotli (5)
System\IO\Compression\BrotliStream.cs (5)
189public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(); 193public override long Length => throw new NotSupportedException(); 199get => throw new NotSupportedException(); 200set => throw new NotSupportedException(); 204public override void SetLength(long value) => throw new NotSupportedException();
System.IO.FileSystem.Watcher (2)
System\IO\FileSystemWatcher.cs (2)
736throw new NotSupportedException(); 762throw new NotSupportedException();
System.IO.Hashing (6)
System\IO\Hashing\NonCryptographicHashAlgorithm.cs (6)
353public override long Length => throw new NotSupportedException(); 355public override long Position { get => throw new NotSupportedException(); set => throw new NotSupportedException(); } 357public override int Read(byte[] buffer, int offset, int count) => throw new NotSupportedException(); 359public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(); 361public override void SetLength(long value) => throw new NotSupportedException();
System.IO.Pipelines (12)
System\IO\Pipelines\PipeReaderStream.cs (6)
38public override long Length => throw new NotSupportedException(); 40public override long Position { get => throw new NotSupportedException(); set => throw new NotSupportedException(); } 71public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(); 73public override void SetLength(long value) => throw new NotSupportedException(); 75public override void Write(byte[] buffer, int offset, int count) => throw new NotSupportedException();
System\IO\Pipelines\PipeWriterStream.cs (6)
48public override long Length => throw new NotSupportedException(); 50public override long Position { get => throw new NotSupportedException(); set => throw new NotSupportedException(); } 57public override int Read(byte[] buffer, int offset, int count) => throw new NotSupportedException(); 59public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(); 61public override void SetLength(long value) => throw new NotSupportedException();
System.Linq (8)
System\Linq\Lookup.cs (6)
313void ICollection<IGrouping<TKey, TElement>>.Add(IGrouping<TKey, TElement> item) => throw new NotSupportedException(); 314void ICollection<IGrouping<TKey, TElement>>.Clear() => throw new NotSupportedException(); 315bool ICollection<IGrouping<TKey, TElement>>.Remove(IGrouping<TKey, TElement> item) => throw new NotSupportedException(); 340public void Add(IGrouping<TKey, TElement> item) => throw new NotSupportedException(); 341public void Clear() => throw new NotSupportedException(); 342public bool Remove(IGrouping<TKey, TElement> item) => throw new NotSupportedException();
System\Linq\ThrowHelper.cs (2)
30internal static void ThrowNotSupportedException() => throw new NotSupportedException(); 33internal static bool ThrowNotSupportedException_Boolean() => throw new NotSupportedException();
System.Linq.AsyncEnumerable (12)
System\Linq\GroupBy.cs (6)
441void ICollection<TElement>.Add(TElement item) => throw new NotSupportedException(); 443void ICollection<TElement>.Clear() => throw new NotSupportedException(); 450bool ICollection<TElement>.Remove(TElement item) => throw new NotSupportedException(); 454void IList<TElement>.Insert(int index, TElement item) => throw new NotSupportedException(); 456void IList<TElement>.RemoveAt(int index) => throw new NotSupportedException(); 469set => throw new NotSupportedException();
System\Linq\ToLookupAsync.cs (6)
249public void Add(IGrouping<TKey, TElement> item) => throw new NotSupportedException(); 251public void Clear() => throw new NotSupportedException(); 256set => throw new NotSupportedException(); 259public void Insert(int index, IGrouping<TKey, TElement> item) => throw new NotSupportedException(); 261public bool Remove(IGrouping<TKey, TElement> item) => throw new NotSupportedException(); 263public void RemoveAt(int index) => throw new NotSupportedException();
System.Linq.Expressions (2)
System\Dynamic\DynamicObject.cs (1)
870throw new NotSupportedException();
System\Linq\Expressions\Error.cs (1)
1205return new NotSupportedException();
System.Linq.Parallel (24)
System\Linq\Parallel\Enumerables\ParallelQuery.cs (4)
53throw new NotSupportedException(); 66throw new NotSupportedException(); 79throw new NotSupportedException(); 128throw new NotSupportedException();
System\Linq\Parallel\QueryOperators\AssociativeAggregationOperator.cs (1)
205throw new NotSupportedException();
System\Linq\Parallel\QueryOperators\Inlined\InlinedAggregationOperator.cs (1)
141throw new NotSupportedException();
System\Linq\Parallel\QueryOperators\QueryOpeningEnumerator.cs (1)
169throw new NotSupportedException();
System\Linq\Parallel\QueryOperators\QueryResults.cs (11)
64throw new NotSupportedException(); 79throw new NotSupportedException(); 89throw new NotSupportedException(); 94throw new NotSupportedException(); 99throw new NotSupportedException(); 107throw new NotSupportedException(); 113throw new NotSupportedException(); 118throw new NotSupportedException(); 123throw new NotSupportedException(); 128throw new NotSupportedException(); 143throw new NotSupportedException();
System\Linq\Parallel\QueryOperators\Unary\AnyAllSearchOperator.cs (1)
130throw new NotSupportedException();
System\Linq\Parallel\QueryOperators\Unary\ContainsSearchOperator.cs (1)
108throw new NotSupportedException();
System\Linq\Parallel\QueryOperators\Unary\ElementAtQueryOperator.cs (1)
104throw new NotSupportedException();
System\Linq\Parallel\QueryOperators\Unary\FirstQueryOperator.cs (1)
104throw new NotSupportedException();
System\Linq\Parallel\QueryOperators\Unary\LastQueryOperator.cs (1)
100throw new NotSupportedException();
System\Linq\Parallel\QueryOperators\Unary\SingleQueryOperator.cs (1)
79throw new NotSupportedException();
System.Management (1)
System\Management\ManagementNamedValueCollection.cs (1)
161throw new NotSupportedException();
System.Net.Http (27)
System\Net\Http\EmptyReadStream.cs (1)
36public override ValueTask WriteAsync(ReadOnlyMemory<byte> destination, CancellationToken cancellationToken) => throw new NotSupportedException();
System\Net\Http\Headers\HeaderStringValues.cs (1)
127void IEnumerator.Reset() => throw new NotSupportedException();
System\Net\Http\Headers\HttpHeadersNonValidated.cs (1)
168void IEnumerator.Reset() => throw new NotSupportedException();
System\Net\Http\HttpBaseStream.cs (5)
27public sealed override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(); 29public sealed override void SetLength(long value) => throw new NotSupportedException(); 31public sealed override long Length => throw new NotSupportedException(); 35get { throw new NotSupportedException(); } 36set { throw new NotSupportedException(); }
System\Net\Http\HttpContent.cs (5)
1155public override long Position { get { throw new NotSupportedException(); } set { throw new NotSupportedException(); } } 1156public override int Read(byte[] buffer, int offset, int count) { throw new NotSupportedException(); } 1157public override long Seek(long offset, SeekOrigin origin) { throw new NotSupportedException(); } 1158public override void SetLength(long value) { throw new NotSupportedException(); }
System\Net\Http\MultipartContent.cs (5)
621public override void SetLength(long value) { throw new NotSupportedException(); } 622public override void Write(byte[] buffer, int offset, int count) { throw new NotSupportedException(); } 623public override void Write(ReadOnlySpan<byte> buffer) { throw new NotSupportedException(); } 624public override Task WriteAsync(byte[] buffer, int offset, int count, CancellationToken cancellationToken) { throw new NotSupportedException(); } 625public override ValueTask WriteAsync(ReadOnlyMemory<byte> buffer, CancellationToken cancellationToken = default) { throw new NotSupportedException(); }
System\Net\Http\SocketsHttpHandler\DecompressionHandler.cs (2)
273public override ValueTask WriteAsync(ReadOnlyMemory<byte> buffer, CancellationToken cancellationToken) => throw new NotSupportedException(); 348public override ValueTask WriteAsync(ReadOnlyMemory<byte> buffer, CancellationToken cancellationToken) => throw new NotSupportedException();
System\Net\Http\SocketsHttpHandler\Http3RequestStream.cs (3)
1529throw new NotSupportedException(); 1557throw new NotSupportedException(); 1562throw new NotSupportedException();
System\Net\Http\SocketsHttpHandler\HttpContentReadStream.cs (1)
25public sealed override ValueTask WriteAsync(ReadOnlyMemory<byte> destination, CancellationToken cancellationToken) => throw new NotSupportedException();
System\Net\Http\SocketsHttpHandler\HttpContentWriteStream.cs (3)
34public sealed override int Read(Span<byte> buffer) => throw new NotSupportedException(); 36public sealed override ValueTask<int> ReadAsync(Memory<byte> buffer, CancellationToken cancellationToken) => throw new NotSupportedException(); 38public sealed override Task CopyToAsync(Stream destination, int bufferSize, CancellationToken cancellationToken) => throw new NotSupportedException();
System.Net.Http.Json (1)
System\Net\Http\Json\LengthLimitReadStream.cs (1)
92public override void Write(byte[] buffer, int offset, int count) => throw new NotSupportedException();
System.Net.Http.WinHttpHandler (12)
System\Net\Http\WinHttpRequestStream.cs (6)
67throw new NotSupportedException(); 76throw new NotSupportedException(); 82throw new NotSupportedException(); 149throw new NotSupportedException(); 155throw new NotSupportedException(); 161throw new NotSupportedException();
System\Net\Http\WinHttpResponseStream.cs (6)
61throw new NotSupportedException(); 70throw new NotSupportedException(); 76throw new NotSupportedException(); 298throw new NotSupportedException(); 304throw new NotSupportedException(); 310throw new NotSupportedException();
System.Net.NameResolution (1)
System\Net\NameResolutionPal.Unix.cs (1)
25throw new NotSupportedException();
System.Net.Quic (5)
System\Net\Quic\QuicStream.Stream.cs (5)
23public override long Length => throw new NotSupportedException(); 28public override long Position { get => throw new NotSupportedException(); set => throw new NotSupportedException(); } 33public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(); 38public override void SetLength(long value) => throw new NotSupportedException();
System.Net.Requests (19)
System\Net\HttpWebResponse.cs (7)
391public override long Length => throw new NotSupportedException(); 392public override long Position { get => throw new NotSupportedException(); set => throw new NotSupportedException(); } 394public override void Flush() => throw new NotSupportedException(); 421public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(); 422public override void SetLength(long value) => throw new NotSupportedException(); 423public override void Write(byte[] buffer, int offset, int count) => throw new NotSupportedException();
System\Net\RequestBufferingStream.cs (6)
40throw new NotSupportedException(); 48throw new NotSupportedException(); 52throw new NotSupportedException(); 58throw new NotSupportedException(); 63throw new NotSupportedException(); 68throw new NotSupportedException();
System\Net\RequestStream.cs (6)
64throw new NotSupportedException(); 72throw new NotSupportedException(); 76throw new NotSupportedException(); 82throw new NotSupportedException(); 87throw new NotSupportedException(); 92throw new NotSupportedException();
System.Net.WebClient (5)
src\runtime\src\libraries\Common\src\System\IO\ChunkedMemoryStream.cs (5)
114public override long Position { get { throw new NotSupportedException(); } set { throw new NotSupportedException(); } } 115public override int Read(byte[] buffer, int offset, int count) { throw new NotSupportedException(); } 116public override long Seek(long offset, SeekOrigin origin) { throw new NotSupportedException(); } 119if (_currentChunk != null) throw new NotSupportedException();
System.Net.WebSockets (7)
System\Net\WebSockets\WebSocketStream.cs (7)
134ValueTask.FromException<int>(ExceptionDispatchInfo.SetCurrentStackTrace(new NotSupportedException())); 154ValueTask.FromException(ExceptionDispatchInfo.SetCurrentStackTrace(new NotSupportedException())); 173public override long Length => throw new NotSupportedException(); 178get => throw new NotSupportedException(); 179set => throw new NotSupportedException(); 183public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(); 186public override void SetLength(long value) => throw new NotSupportedException();
System.Numerics.Tensors (69)
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IAggregationOperator.cs (1)
22static virtual T IdentityValue => throw new NotSupportedException();
System\Numerics\Tensors\netcore\ReadOnlyTensorDimensionSpan_1.cs (1)
103readonly object? IEnumerator.Current => throw new NotSupportedException();
System\Numerics\Tensors\netcore\TensorDimensionSpan_1.cs (1)
109readonly object? IEnumerator.Current => throw new NotSupportedException();
System\Numerics\Tensors\netcore\TensorPrimitives.Acos.cs (3)
34public static Vector128<T> Invoke(Vector128<T> x) => throw new NotSupportedException(); 35public static Vector256<T> Invoke(Vector256<T> x) => throw new NotSupportedException(); 36public static Vector512<T> Invoke(Vector512<T> x) => throw new NotSupportedException();
System\Numerics\Tensors\netcore\TensorPrimitives.Acosh.cs (3)
34public static Vector128<T> Invoke(Vector128<T> x) => throw new NotSupportedException(); 35public static Vector256<T> Invoke(Vector256<T> x) => throw new NotSupportedException(); 36public static Vector512<T> Invoke(Vector512<T> x) => throw new NotSupportedException();
System\Numerics\Tensors\netcore\TensorPrimitives.Asinh.cs (3)
34public static Vector128<T> Invoke(Vector128<T> x) => throw new NotSupportedException(); 35public static Vector256<T> Invoke(Vector256<T> x) => throw new NotSupportedException(); 36public static Vector512<T> Invoke(Vector512<T> x) => throw new NotSupportedException();
System\Numerics\Tensors\netcore\TensorPrimitives.Atan.cs (3)
34public static Vector128<T> Invoke(Vector128<T> x) => throw new NotSupportedException(); 35public static Vector256<T> Invoke(Vector256<T> x) => throw new NotSupportedException(); 36public static Vector512<T> Invoke(Vector512<T> x) => throw new NotSupportedException();
System\Numerics\Tensors\netcore\TensorPrimitives.Atan2.cs (3)
75public static Vector128<T> Invoke(Vector128<T> y, Vector128<T> x) => throw new NotSupportedException(); 76public static Vector256<T> Invoke(Vector256<T> y, Vector256<T> x) => throw new NotSupportedException(); 77public static Vector512<T> Invoke(Vector512<T> y, Vector512<T> x) => throw new NotSupportedException();
System\Numerics\Tensors\netcore\TensorPrimitives.Atanh.cs (3)
34public static Vector128<T> Invoke(Vector128<T> x) => throw new NotSupportedException(); 35public static Vector256<T> Invoke(Vector256<T> x) => throw new NotSupportedException(); 36public static Vector512<T> Invoke(Vector512<T> x) => throw new NotSupportedException();
System\Numerics\Tensors\netcore\TensorPrimitives.BitDecrement.cs (3)
89throw new NotSupportedException(); 140throw new NotSupportedException(); 191throw new NotSupportedException();
System\Numerics\Tensors\netcore\TensorPrimitives.BitIncrement.cs (3)
89throw new NotSupportedException(); 140throw new NotSupportedException(); 191throw new NotSupportedException();
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertChecked.cs (3)
38public static Vector128<TTo> Invoke(Vector128<TFrom> x) => throw new NotSupportedException(); 39public static Vector256<TTo> Invoke(Vector256<TFrom> x) => throw new NotSupportedException(); 40public static Vector512<TTo> Invoke(Vector512<TFrom> x) => throw new NotSupportedException();
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertSaturating.cs (3)
38public static Vector128<TTo> Invoke(Vector128<TFrom> x) => throw new NotSupportedException(); 39public static Vector256<TTo> Invoke(Vector256<TFrom> x) => throw new NotSupportedException(); 40public static Vector512<TTo> Invoke(Vector512<TFrom> x) => throw new NotSupportedException();
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertToInteger.cs (3)
53throw new NotSupportedException(); 73throw new NotSupportedException(); 92throw new NotSupportedException();
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertToIntegerNative.cs (3)
53throw new NotSupportedException(); 72throw new NotSupportedException(); 91throw new NotSupportedException();
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertTruncating.cs (3)
223public static Vector128<TTo> Invoke(Vector128<TFrom> x) => throw new NotSupportedException(); 224public static Vector256<TTo> Invoke(Vector256<TFrom> x) => throw new NotSupportedException(); 225public static Vector512<TTo> Invoke(Vector512<TFrom> x) => throw new NotSupportedException();
System\Numerics\Tensors\netcore\TensorPrimitives.Ieee754Remainder.cs (3)
63public static Vector128<T> Invoke(Vector128<T> x, Vector128<T> y) => throw new NotSupportedException(); 64public static Vector256<T> Invoke(Vector256<T> x, Vector256<T> y) => throw new NotSupportedException(); 65public static Vector512<T> Invoke(Vector512<T> x, Vector512<T> y) => throw new NotSupportedException();
System\Numerics\Tensors\netcore\TensorPrimitives.ILogB.cs (6)
40public static Vector128<int> Invoke(Vector128<T> x) => throw new NotSupportedException(); 41public static Vector256<int> Invoke(Vector256<T> x) => throw new NotSupportedException(); 42public static Vector512<int> Invoke(Vector512<T> x) => throw new NotSupportedException(); 51public static Vector128<int> Invoke(Vector128<double> lower, Vector128<double> upper) => throw new NotSupportedException(); 52public static Vector256<int> Invoke(Vector256<double> lower, Vector256<double> upper) => throw new NotSupportedException(); 53public static Vector512<int> Invoke(Vector512<double> lower, Vector512<double> upper) => throw new NotSupportedException();
System\Numerics\Tensors\netcore\TensorPrimitives.IsComplexNumber.cs (3)
69public static Vector128<T> Invoke(Vector128<T> x) => throw new NotSupportedException(); 70public static Vector256<T> Invoke(Vector256<T> x) => throw new NotSupportedException(); 71public static Vector512<T> Invoke(Vector512<T> x) => throw new NotSupportedException();
System\Numerics\Tensors\netcore\TensorPrimitives.IsImaginaryNumber.cs (3)
69public static Vector128<T> Invoke(Vector128<T> x) => throw new NotSupportedException(); 70public static Vector256<T> Invoke(Vector256<T> x) => throw new NotSupportedException(); 71public static Vector512<T> Invoke(Vector512<T> x) => throw new NotSupportedException();
System\Numerics\Tensors\netcore\TensorPrimitives.Round.cs (3)
254public Vector128<T> Invoke(Vector128<T> x) => throw new NotSupportedException(); 255public Vector256<T> Invoke(Vector256<T> x) => throw new NotSupportedException(); 256public Vector512<T> Invoke(Vector512<T> x) => throw new NotSupportedException();
System\Numerics\Tensors\netcore\TensorPrimitives.SinCos.cs (3)
35public static (Vector128<T> First, Vector128<T> Second) Invoke(Vector128<T> x) => throw new NotSupportedException(); 36public static (Vector256<T> First, Vector256<T> Second) Invoke(Vector256<T> x) => throw new NotSupportedException(); 37public static (Vector512<T> First, Vector512<T> Second) Invoke(Vector512<T> x) => throw new NotSupportedException();
System\Numerics\Tensors\netcore\TensorPrimitives.SinCosPi.cs (3)
35public static (Vector128<T> First, Vector128<T> Second) Invoke(Vector128<T> x) => throw new NotSupportedException(); 36public static (Vector256<T> First, Vector256<T> Second) Invoke(Vector256<T> x) => throw new NotSupportedException(); 37public static (Vector512<T> First, Vector512<T> Second) Invoke(Vector512<T> x) => throw new NotSupportedException();
System\Numerics\Tensors\netcore\TensorPrimitives.TanPi.cs (3)
44public static Vector128<T> Invoke(Vector128<T> x) => throw new NotSupportedException(); 45public static Vector256<T> Invoke(Vector256<T> x) => throw new NotSupportedException(); 46public static Vector512<T> Invoke(Vector512<T> x) => throw new NotSupportedException();
System.Private.CoreLib (99)
Internal\Reflection\Augments\ReflectionAugments.cs (2)
396throw new NotSupportedException(); 469_ => throw new NotSupportedException()
Internal\Reflection\Extensions\NonPortable\CustomAttributeInheritanceRules.cs (1)
77throw new NotSupportedException(); // Shouldn't get here.
Internal\Runtime\Augments\RuntimeAugments.cs (1)
449throw new NotSupportedException();
Internal\Runtime\CompilerServices\OpenMethodResolver.cs (2)
67throw new NotSupportedException(); 147throw new NotSupportedException(); // Should never happen, in this case, the dispatch should be resolved in the other ResolveMethod function
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.RuntimeAsyncYielder.cs (1)
16public void OnCompleted(Action continuation) => throw new NotSupportedException();
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\Utilities\LockFreeReaderHashtable.cs (2)
722throw new NotSupportedException(); 737throw new NotSupportedException();
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\Utilities\LockFreeReaderHashtableOfPointers.cs (2)
639throw new NotSupportedException(); 654throw new NotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\Internal\Runtime\CompilerHelpers\ThrowHelpers.cs (1)
81throw new NotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Generic\EqualityComparer.cs (1)
32getHashCode ??= _ => throw new NotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\ObjectModel\ReadOnlySet.cs (8)
81bool ISet<T>.Add(T item) => throw new NotSupportedException(); 84void ISet<T>.ExceptWith(IEnumerable<T> other) => throw new NotSupportedException(); 87void ISet<T>.IntersectWith(IEnumerable<T> other) => throw new NotSupportedException(); 90void ISet<T>.SymmetricExceptWith(IEnumerable<T> other) => throw new NotSupportedException(); 93void ISet<T>.UnionWith(IEnumerable<T> other) => throw new NotSupportedException(); 96void ICollection<T>.Add(T item) => throw new NotSupportedException(); 99void ICollection<T>.Clear() => throw new NotSupportedException(); 102bool ICollection<T>.Remove(T item) => throw new NotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\EventPayload.cs (7)
46set => throw new NotSupportedException(); 51throw new NotSupportedException(); 56throw new NotSupportedException(); 61throw new NotSupportedException(); 97throw new NotSupportedException(); 102throw new NotSupportedException(); 107throw new NotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\Enumeration\FileSystemEnumerator.cs (1)
100throw new NotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\Iterator.cs (1)
67throw new NotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\MemoryExtensions.cs (1)
6021void IEnumerator.Reset() => throw new NotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Random.cs (1)
854protected override double Sample() => throw new NotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Random.Xoshiro256StarStarImpl.cs (1)
198throw new NotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\ConstructorOnTypeBuilderInstantiation.cs (1)
56throw new NotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\MethodBuilderInstantiation.cs (4)
60throw new NotSupportedException(); 101public override ParameterInfo ReturnParameter => throw new NotSupportedException(); 102public override ICustomAttributeProvider ReturnTypeCustomAttributes => throw new NotSupportedException(); 103public override MethodInfo GetBaseDefinition() { throw new NotSupportedException(); }
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\MethodOnTypeBuilderInstantiation.cs (3)
68throw new NotSupportedException(); 122public override ICustomAttributeProvider ReturnTypeCustomAttributes => throw new NotSupportedException(); 123public override MethodInfo GetBaseDefinition() { throw new NotSupportedException(); }
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(); }
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\FieldInfo.cs (1)
78public virtual Type GetModifiedFieldType() => throw new NotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\ParameterInfo.cs (1)
51public virtual Type GetModifiedParameterType() => throw new NotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\PropertyInfo.cs (1)
36public virtual Type GetModifiedPropertyType() => throw new NotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ComWrappers.cs (1)
1294throw new NotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (1)
825return new System.NotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Ascii.CaseConversion.cs (2)
500throw new NotSupportedException(); 518throw new NotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\SpanLineEnumerator.cs (2)
83object IEnumerator.Current => throw new NotSupportedException(); 86void IEnumerator.Reset() => throw new NotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\SpanRuneEnumerator.cs (1)
58void IEnumerator.Reset() => throw new NotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
476throw new NotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Type.cs (11)
86public virtual GenericParameterAttributes GenericParameterAttributes => throw new NotSupportedException(); 151public virtual StructLayoutAttribute? StructLayoutAttribute => throw new NotSupportedException(); 231public virtual Type[] GetFunctionPointerCallingConventions() => throw new NotSupportedException(); 232public virtual Type GetFunctionPointerReturnType() => throw new NotSupportedException(); 233public virtual Type[] GetFunctionPointerParameterTypes() => throw new NotSupportedException(); 390protected virtual MethodInfo? GetMethodImpl(string name, int genericParameterCount, BindingFlags bindingAttr, Binder? binder, CallingConventions callConvention, Type[]? types, ParameterModifier[]? modifiers) => throw new NotSupportedException(); 470get => throw new NotSupportedException(); 655public virtual Type MakeArrayType() => throw new NotSupportedException(); 657public virtual Type MakeArrayType(int rank) => throw new NotSupportedException(); 658public virtual Type MakeByRefType() => throw new NotSupportedException(); 811public virtual Type MakePointerType() => throw new NotSupportedException();
System\Activator.NativeAot.cs (2)
87throw new NotSupportedException(); 95throw new NotSupportedException();
System\Reflection\DynamicInvokeInfo.cs (1)
392throw new NotSupportedException();
System\Reflection\Runtime\General\MetadataReaderExtensions.NativeFormat.cs (1)
532throw new NotSupportedException();
System\Reflection\Runtime\General\TypeResolver.NativeFormat.cs (1)
164throw new NotSupportedException(); // Unexpected Type signature type.
System\Reflection\Runtime\MethodInfos\RuntimeSyntheticConstructorInfo.cs (1)
67throw new NotSupportedException();
System\Reflection\Runtime\MethodInfos\RuntimeSyntheticMethodInfo.cs (1)
123throw new NotSupportedException();
System\Reflection\Runtime\TypeInfos\RuntimeArrayTypeInfo.cs (1)
235throw new NotSupportedException();
System\Reflection\Runtime\TypeInfos\RuntimeTypeInfo.cs (1)
406throw new NotSupportedException();
System\Runtime\InteropServices\TypeMapLazyDictionary.NativeAot.cs (5)
127public IEnumerable<TKey> Keys => throw new NotSupportedException(); 128public IEnumerable<Type> Values => throw new NotSupportedException(); 129public int Count => throw new NotSupportedException(); 130public bool ContainsKey(TKey key) => throw new NotSupportedException(); 131public IEnumerator<KeyValuePair<TKey, Type>> GetEnumerator() => throw new NotSupportedException();
System\TypedReference.cs (1)
62public static void SetTypedReference(TypedReference target, object? value) { throw new NotSupportedException(); }
System.Private.DataContractSerialization (21)
System\Runtime\Serialization\Json\JsonEncodingStreamWrapper.cs (4)
104get { throw new NotSupportedException(); } 105set { throw new NotSupportedException(); } 233throw new NotSupportedException(); 239throw new NotSupportedException();
System\Runtime\Serialization\Json\XmlJsonReader.cs (2)
362throw new NotSupportedException(); 813throw new NotSupportedException();
System\Runtime\Serialization\XmlObjectSerializer.cs (4)
143throw new NotSupportedException(); 150throw new NotSupportedException(); 157throw new NotSupportedException(); 338throw new NotSupportedException();
System\Xml\EncodingStreamWrapper.cs (4)
551throw new NotSupportedException(); 555throw new NotSupportedException(); 672throw new NotSupportedException(); 726throw new NotSupportedException();
System\Xml\XmlBaseWriter.cs (2)
1622throw new NotSupportedException(); 1711throw new NotSupportedException();
System\Xml\XmlDictionaryReader.cs (3)
188throw new NotSupportedException(); 193throw new NotSupportedException(); 348throw new NotSupportedException();
System\Xml\XmlDictionaryWriter.cs (2)
233throw new NotSupportedException(); 238throw new NotSupportedException();
System.Private.Reflection.Execution (1)
Internal\Reflection\Execution\ExecutionEnvironmentImplementation.Runtime.cs (1)
55throw new NotSupportedException();
System.Private.TypeLoader (11)
Internal\TypeSystem\RuntimeMethodDesc.cs (1)
82throw new NotSupportedException();
Internal\TypeSystem\TypeSystemContext.Runtime.cs (2)
56throw new NotSupportedException(); 118throw new NotSupportedException();
src\runtime\src\coreclr\tools\Common\TypeSystem\Canon\TypeSystemContext.Canon.cs (2)
81throw new NotSupportedException(); 90throw new NotSupportedException();
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\TargetDetails.cs (2)
90throw new NotSupportedException(); 296throw new NotSupportedException();
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\TypeSystemContext.cs (4)
695throw new NotSupportedException(); 705throw new NotSupportedException(); 711throw new NotSupportedException(); 719throw new NotSupportedException();
System.Private.Xml (76)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
919throw new NotSupportedException();
System\Xml\Core\XmlRawWriter.cs (2)
297throw new NotSupportedException(); 302throw new NotSupportedException();
System\Xml\Core\XmlRawWriterAsync.cs (2)
211throw new NotSupportedException(); 216throw new NotSupportedException();
System\Xml\Dom\DocumentXPathNavigator.cs (2)
1600throw new NotSupportedException(); 1651throw new NotSupportedException();
System\Xml\Serialization\XmlSerializer.cs (7)
85public virtual XmlSerializationReader Reader { get { throw new NotSupportedException(); } } 87public virtual XmlSerializationWriter Writer { get { throw new NotSupportedException(); } } 89public virtual Hashtable ReadMethods { get { throw new NotSupportedException(); } } 91public virtual Hashtable WriteMethods { get { throw new NotSupportedException(); } } 93public virtual Hashtable TypedSerializers { get { throw new NotSupportedException(); } } 95public virtual bool CanSerialize(Type type) { throw new NotSupportedException(); } 97public virtual XmlSerializer GetSerializer(Type type) { throw new NotSupportedException(); }
System\Xml\XPath\XPathNavigator.cs (8)
67throw new NotSupportedException(); 1264throw new NotSupportedException(); 1269throw new NotSupportedException(); 1274throw new NotSupportedException(); 1279throw new NotSupportedException(); 1284throw new NotSupportedException(); 1289throw new NotSupportedException(); 1555throw new NotSupportedException();
System\Xml\Xsl\IlGen\XmlILAnnotation.cs (1)
142throw new NotSupportedException();
System\Xml\Xsl\ListBase.cs (2)
75throw new NotSupportedException(); 91throw new NotSupportedException();
System\Xml\Xsl\QIL\QilNode.cs (2)
127throw new NotSupportedException(); 132throw new NotSupportedException();
System\Xml\Xsl\QIL\QilXmlWriter.cs (1)
463set { throw new NotSupportedException(); }
System\Xml\Xsl\Runtime\RtfNavigator.cs (11)
98get { throw new NotSupportedException(); } 107throw new NotSupportedException(); 116throw new NotSupportedException(); 125throw new NotSupportedException(); 134throw new NotSupportedException(); 143throw new NotSupportedException(); 152throw new NotSupportedException(); 161throw new NotSupportedException(); 170throw new NotSupportedException(); 178throw new NotSupportedException(); 187throw new NotSupportedException();
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (15)
129throw new NotSupportedException(); 137throw new NotSupportedException(); 145throw new NotSupportedException(); 153throw new NotSupportedException(); 287throw new NotSupportedException(); 295throw new NotSupportedException(); 303throw new NotSupportedException(); 311throw new NotSupportedException(); 327throw new NotSupportedException(); 335throw new NotSupportedException(); 359throw new NotSupportedException(); 367get { throw new NotSupportedException(); } 389throw new NotSupportedException(); 397get { throw new NotSupportedException(); } 405get { throw new NotSupportedException(); }
System\Xml\Xsl\Runtime\XmlQuerySequence.cs (18)
184throw new NotSupportedException(); 192throw new NotSupportedException(); 217throw new NotSupportedException(); 252set { throw new NotSupportedException(); } 260throw new NotSupportedException(); 268throw new NotSupportedException(); 292throw new NotSupportedException(); 300throw new NotSupportedException(); 308throw new NotSupportedException(); 327set { throw new NotSupportedException(); } 344throw new NotSupportedException(); 352throw new NotSupportedException(); 680throw new NotSupportedException(); 688throw new NotSupportedException(); 713throw new NotSupportedException(); 731set { throw new NotSupportedException(); } 747throw new NotSupportedException(); 755throw new NotSupportedException();
System\Xml\Xsl\Runtime\XmlQueryStaticData.cs (1)
86throw new NotSupportedException();
System\Xml\Xsl\XmlQueryTypeFactory.cs (3)
680set { throw new NotSupportedException(); } 952set { throw new NotSupportedException(); } 1140set { throw new NotSupportedException(); }
System.Private.Xml.Linq (2)
System\Xml\Linq\XNodeBuilder.cs (2)
34get { throw new NotSupportedException(); } // nop 56throw new NotSupportedException(); // nop
System.Reflection.Context (1)
System\Reflection\Context\Virtual\VirtualMethodBase.cs (1)
43get { throw new NotSupportedException(); }
System.Reflection.Emit (54)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\MethodBuilderInstantiation.cs (4)
60throw new NotSupportedException(); 101public override ParameterInfo ReturnParameter => throw new NotSupportedException(); 102public override ICustomAttributeProvider ReturnTypeCustomAttributes => throw new NotSupportedException(); 103public override MethodInfo GetBaseDefinition() { throw new NotSupportedException(); }
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\Emit\ModuleBuilderImpl.cs (1)
772throw new NotSupportedException();
System\Reflection\Emit\TypeBuilderImpl.cs (6)
602public override string? AssemblyQualifiedName => throw new NotSupportedException(); 626public override Guid GUID => throw new NotSupportedException(); 634object?[]? args, ParameterModifier[]? modifiers, CultureInfo? culture, string[]? namedParameters) => throw new NotSupportedException(); 766public override EventInfo[] GetEvents() => throw new NotSupportedException(); 768public override EventInfo[] GetEvents(BindingFlags bindingAttr) => throw new NotSupportedException(); 770public override EventInfo? GetEvent(string name, BindingFlags bindingAttr) => throw new NotSupportedException();
System.Reflection.Metadata (33)
System\Reflection\Metadata\Ecma335\MetadataAggregator.cs (1)
254throw new NotSupportedException();
System\Reflection\Metadata\PortablePdb\HandleCollections.Debug.cs (8)
101throw new NotSupportedException(); 200throw new NotSupportedException(); 306throw new NotSupportedException(); 408throw new NotSupportedException(); 514throw new NotSupportedException(); 620throw new NotSupportedException(); 719throw new NotSupportedException(); 826throw new NotSupportedException();
System\Reflection\Metadata\TypeSystem\HandleCollections.TypeSystem.cs (18)
111throw new NotSupportedException(); 219throw new NotSupportedException(); 339throw new NotSupportedException(); 446throw new NotSupportedException(); 566throw new NotSupportedException(); 686throw new NotSupportedException(); 806throw new NotSupportedException(); 926throw new NotSupportedException(); 1026throw new NotSupportedException(); 1141throw new NotSupportedException(); 1239throw new NotSupportedException(); 1329throw new NotSupportedException(); 1419throw new NotSupportedException(); 1509throw new NotSupportedException(); 1599throw new NotSupportedException(); 1753throw new NotSupportedException(); 1843throw new NotSupportedException(); 1933throw new NotSupportedException();
System\Reflection\PortableExecutable\DebugDirectory\DebugDirectoryBuilder.EmbeddedPortablePdb.cs (6)
67public override long Length => throw new NotSupportedException(); 68public override long Position { get => throw new NotSupportedException(); set => throw new NotSupportedException(); } 70public override int Read(byte[] buffer, int offset, int count) => throw new NotSupportedException(); 71public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(); 72public override void SetLength(long value) => throw new NotSupportedException();
System.Reflection.MetadataLoadContext (4)
System\Reflection\Runtime\BindingFlagSupport\ConstructorPolicies.cs (1)
54throw new NotSupportedException();
System\Reflection\TypeLoading\Assemblies\RoAssembly.cs (1)
201public sealed override void GetObjectData(SerializationInfo info, StreamingContext context) => throw new NotSupportedException();
System\Reflection\TypeLoading\Modules\RoModule.cs (1)
79public sealed override void GetObjectData(SerializationInfo info, StreamingContext context) => throw new NotSupportedException();
System\Reflection\TypeLoading\Types\RoType.cs (1)
370_ => throw new NotSupportedException(),
System.Resources.Extensions (1)
System\Resources\Extensions\BinaryFormat\Deserializer\ArrayRecordDeserializer.cs (1)
120_ => throw new NotSupportedException(),
System.Runtime.InteropServices (1)
System\Runtime\InteropServices\Marshalling\StrategyBasedComWrappers.cs (1)
99throw new NotSupportedException();
System.Runtime.Numerics (1)
System\ThrowHelper.cs (1)
21throw new NotSupportedException();
System.Security.Cryptography (6)
src\runtime\src\libraries\Common\src\Interop\Windows\BCrypt\AesBCryptModes.cs (1)
26_ => throw new NotSupportedException(),
src\runtime\src\libraries\Common\src\Interop\Windows\BCrypt\DESBCryptModes.cs (1)
24_ => throw new NotSupportedException(),
src\runtime\src\libraries\Common\src\Interop\Windows\BCrypt\RC2BCryptModes.cs (1)
22_ => throw new NotSupportedException(),
src\runtime\src\libraries\Common\src\Interop\Windows\BCrypt\TripleDesBCryptModes.cs (1)
30_ => throw new NotSupportedException(),
src\runtime\src\libraries\Common\src\Interop\Windows\Crypt32\Interop.FindOidInfo.cs (1)
70throw new NotSupportedException();
src\runtime\src\libraries\Common\src\System\Memory\PointerMemoryManager.cs (1)
28throw new NotSupportedException();
System.Security.Cryptography.Cose (1)
src\runtime\src\libraries\Common\src\System\Memory\PointerMemoryManager.cs (1)
28throw new NotSupportedException();
System.Security.Cryptography.Pkcs (3)
Internal\Cryptography\Pal\Windows\DecryptorPalWindows.Decrypt.cs (1)
111throw new NotSupportedException();
src\runtime\src\libraries\Common\src\Interop\Windows\Crypt32\Interop.FindOidInfo.cs (1)
70throw new NotSupportedException();
src\runtime\src\libraries\Common\src\System\Memory\PointerMemoryManager.cs (1)
28throw new NotSupportedException();
System.Security.Cryptography.Xml (6)
System\Security\Cryptography\Xml\SignedInfo.cs (6)
36throw new NotSupportedException(); 41throw new NotSupportedException(); 46get { throw new NotSupportedException(); } 51get { throw new NotSupportedException(); } 56get { throw new NotSupportedException(); } 61get { throw new NotSupportedException(); }
System.Security.Principal.Windows (3)
System\Security\Principal\IRCollection.cs (3)
197throw new NotSupportedException(); 259throw new NotSupportedException(); 352throw new NotSupportedException();
System.ServiceModel.Http (10)
System\ServiceModel\BasicHttpMessageSecurity.cs (1)
69throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (2)
1080throw FxTrace.Exception.AsError(new NotSupportedException()); 1085throw FxTrace.Exception.AsError(new NotSupportedException());
System\ServiceModel\HttpClientCredentialType.cs (2)
62throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 90throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\ServiceModel\HttpProxyCredentialType.cs (2)
52throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 79throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\ServiceModel\MessageSecurityOverHttp.cs (3)
81throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 83throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 86throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System.ServiceModel.NetTcp (1)
System\ServiceModel\MessageSecurityOverTcp.cs (1)
85throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System.ServiceModel.Primitives (33)
System\IdentityModel\HashStream.cs (4)
56throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 86throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 106throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 111throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\ServiceModel\Channels\ProducerConsumerStream.cs (5)
152throw new NotSupportedException(); 157throw new NotSupportedException(); 162get { throw new NotSupportedException(); } 167get { throw new NotSupportedException(); } 168set { throw new NotSupportedException(); }
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
883throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\ServiceModel\Dispatcher\StreamFormatter.cs (6)
425set { throw TraceUtility.ThrowHelperError(new NotSupportedException(), _message); } 445throw TraceUtility.ThrowHelperError(new NotSupportedException(), _message); 448public override void Flush() { throw TraceUtility.ThrowHelperError(new NotSupportedException(), _message); } 449public override long Seek(long offset, SeekOrigin origin) { throw TraceUtility.ThrowHelperError(new NotSupportedException(), _message); } 450public override void SetLength(long value) { throw TraceUtility.ThrowHelperError(new NotSupportedException(), _message); } 451public override void Write(byte[] buffer, int offset, int count) { throw TraceUtility.ThrowHelperError(new NotSupportedException(), _message); }
System\ServiceModel\Security\AcceleratedTokenProvider.cs (1)
229throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\ServiceModel\Security\MessageSecurityTokenVersion.cs (2)
128throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 144throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\ServiceModel\Security\SecuritySessionClientSettings.cs (4)
175throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 286throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 730throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 820throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (3)
426throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 459throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 643throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\ServiceModel\Security\SecurityUtils.cs (2)
664throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 839throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\ServiceModel\Security\WSKeyInfoSerializer.cs (1)
45throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\ServiceModel\Security\WSSecurityJan2004.cs (2)
214throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 219throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\ServiceModel\Security\WSSecurityTokenSerializer.cs (2)
105throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 134throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System.ServiceModel.UnixDomainSocket (2)
System\ServiceModel\UnixDomainSocketSecurity.cs (1)
73throw new NotSupportedException();
System\ServiceModel\UnixDomainSocketTransportSecurity.cs (1)
167throw new NotSupportedException();
System.Speech (11)
Internal\SapiInterop\SpStreamWrapper.cs (7)
58throw new NotSupportedException(); 72throw new NotSupportedException(); 76throw new NotSupportedException(); 84throw new NotSupportedException(); 88throw new NotSupportedException(); 92throw new NotSupportedException(); 104throw new NotSupportedException();
Result\RecognizedPhrase.cs (2)
229throw new NotSupportedException(); 246throw new NotSupportedException();
Synthesis\PromptBuilder.cs (2)
806throw new NotSupportedException(); 944throw new NotSupportedException();
System.Text.RegularExpressions (6)
System\Text\RegularExpressions\Regex.Debug.cs (3)
22throw new NotSupportedException(); 48throw new NotSupportedException(); 91throw new NotSupportedException();
System\Text\RegularExpressions\Regex.EnumerateMatches.cs (2)
171readonly object IEnumerator.Current => throw new NotSupportedException(); 174void IEnumerator.Reset() => throw new NotSupportedException();
System\Text\RegularExpressions\Regex.EnumerateSplits.cs (1)
279void IEnumerator.Reset() => throw new NotSupportedException();
System.Threading.Channels (1)
System\Threading\Channels\ChannelReader.cs (1)
31public virtual int Count => throw new NotSupportedException();
System.Transactions.Local (1)
System\Transactions\TransactionState.cs (1)
2017throw new NotSupportedException();
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\GenericValueConverters.cs (1)
56throw new NotSupportedException();
Microsoft\Windows\Controls\Ribbon\RibbonContextMenu.cs (2)
445throw new NotSupportedException(); 491throw new NotSupportedException();
System.Windows.Forms (31)
System\Resources\AssemblyNamesTypeResolutionService.cs (1)
174public void ReferenceAssembly(AssemblyName name) => throw new NotSupportedException();
System\Windows\Forms\Components\ImageList\ImageList.ImageCollection.cs (4)
430public bool Contains(Image image) => throw new NotSupportedException(); 448public int IndexOf(Image image) => throw new NotSupportedException(); 499void IList.Insert(int index, object? value) => throw new NotSupportedException(); 530public void Remove(Image image) => throw new NotSupportedException();
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnCollection.cs (1)
34set => throw new NotSupportedException();
System\Windows\Forms\Controls\DataGridView\DataGridViewRowCollection.cs (1)
60set => throw new NotSupportedException();
System\Windows\Forms\Controls\ListView\ListView.CheckedIndexCollection.cs (6)
107throw new NotSupportedException(); 195throw new NotSupportedException(); 200throw new NotSupportedException(); 205throw new NotSupportedException(); 210throw new NotSupportedException(); 215throw new NotSupportedException();
System\Windows\Forms\Controls\ListView\ListView.CheckedListViewItemCollection.cs (6)
92throw new NotSupportedException(); 292throw new NotSupportedException(); 297throw new NotSupportedException(); 302throw new NotSupportedException(); 307throw new NotSupportedException(); 312throw new NotSupportedException();
System\Windows\Forms\Controls\ListView\ListView.ColumnHeaderCollection.cs (1)
35throw new NotSupportedException();
System\Windows\Forms\Controls\ListView\ListView.SelectedIndexCollection.cs (3)
132throw new NotSupportedException(); 235throw new NotSupportedException(); 252throw new NotSupportedException();
System\Windows\Forms\Controls\ListView\ListView.SelectedListViewItemCollection.cs (5)
193throw new NotSupportedException(); 232throw new NotSupportedException(); 238throw new NotSupportedException(); 252throw new NotSupportedException(); 258throw new NotSupportedException();
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
528set => throw new NotSupportedException();
System\Windows\Forms\Layout\ArrangedElementCollection.cs (2)
136void IList.Insert(int index, object? value) => throw new NotSupportedException(); 141set => throw new NotSupportedException();
System.Windows.Forms.Analyzers (1)
System\Windows\Forms\Analyzers\AppManifestAnalyzer.cs (1)
80throw new NotSupportedException();
System.Windows.Forms.Design (9)
System\ComponentModel\Design\DesignSurfaceCollection.cs (2)
41throw new NotSupportedException(); 91throw new NotSupportedException();
System\ComponentModel\Design\Serialization\CodeDomComponentSerializationService.CodeDomSerializationStore.ComponentListCodeDomSerializer.cs (2)
27throw new NotSupportedException(); 451throw new NotSupportedException();
System\Windows\Forms\Design\ContextMenuStripGroupCollection.cs (2)
36throw new NotSupportedException(); 46throw new NotSupportedException();
System\Windows\Forms\Design\ControlDesigner.DesignerControlCollection.cs (1)
59set => throw new NotSupportedException();
System\Windows\Forms\Design\ImageListDesigner.OriginalImageCollection.cs (1)
145void IList.Insert(int index, object? value) => throw new NotSupportedException();
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
2180throw new NotSupportedException();
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Internals\ScaleHelper.DpiAwarenessScope.cs (1)
39throw new NotSupportedException();
System.Windows.Presentation (1)
System\Windows\Threading\TaskExtensions.cs (1)
40throw new NotSupportedException();
System.Xaml (2)
System\Xaml\XamlSchemaContext.cs (2)
1419throw new NotSupportedException(); 1467throw new NotSupportedException();
vbc (1)
src\roslyn\src\Compilers\Shared\NativeMethods.cs (1)
118if (!returnFinalTarget) throw new NotSupportedException();
VBCSCompiler (1)
src\roslyn\src\Compilers\Shared\NativeMethods.cs (1)
118if (!returnFinalTarget) throw new NotSupportedException();