2816 references to NotSupportedException
Aspire.Hosting.Azure.AppContainers (6)
AzdAzureContainerAppEnvironment.cs (1)
83_ => throw new NotSupportedException()
AzureContainerAppEnvironmentResource.cs (1)
101_ => throw new NotSupportedException()
AzureContainerAppExtensions.cs (1)
234_ => throw new NotSupportedException()
ContainerAppContext.cs (3)
449_ => throw new NotSupportedException() 493_ => throw new NotSupportedException(), 755_ => throw new NotSupportedException()
Aspire.Hosting.Docker (1)
DockerComposeServiceResourceExtensions.cs (1)
102_ => throw new NotSupportedException(),
Aspire.Hosting.Kubernetes (1)
KubernetesServiceResourceExtensions.cs (1)
108_ => throw new NotSupportedException(),
BasicWebSite (6)
StartupWhereReadingRequestBodyThrows.cs (6)
39public override long Length => throw new NotSupportedException(); 44throw new NotSupportedException(); 49throw new NotSupportedException(); 64throw new NotSupportedException(); 69throw new NotSupportedException(); 74throw new NotSupportedException();
ConfigurationSchemaGenerator (1)
ConfigSchemaEmitter.cs (1)
778throw new NotSupportedException();
CSharpSyntaxGenerator (1)
SourceWriter.cs (1)
1784throw 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 (1)
Program.cs (1)
1516throw new NotSupportedException();
http2cat (6)
src\Shared\ServerInfrastructure\DuplexPipeStream.cs (5)
47throw new NotSupportedException(); 55throw new NotSupportedException(); 59throw new NotSupportedException(); 65throw new NotSupportedException(); 70throw new NotSupportedException();
src\Shared\ServerInfrastructure\DuplexPipeStreamAdapter.cs (1)
57throw new NotSupportedException();
IIS.FunctionalTests (7)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (1)
172throw new NotSupportedException();
src\Shared\ServerInfrastructure\DuplexPipeStream.cs (5)
47throw new NotSupportedException(); 55throw new NotSupportedException(); 59throw new NotSupportedException(); 65throw new NotSupportedException(); 70throw new NotSupportedException();
src\Shared\ServerInfrastructure\DuplexPipeStreamAdapter.cs (1)
57throw new NotSupportedException();
IIS.LongTests (7)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (1)
172throw new NotSupportedException();
src\Shared\ServerInfrastructure\DuplexPipeStream.cs (5)
47throw new NotSupportedException(); 55throw new NotSupportedException(); 59throw new NotSupportedException(); 65throw new NotSupportedException(); 70throw new NotSupportedException();
src\Shared\ServerInfrastructure\DuplexPipeStreamAdapter.cs (1)
57throw new NotSupportedException();
IIS.NewHandler.FunctionalTests (7)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (1)
172throw new NotSupportedException();
src\Shared\ServerInfrastructure\DuplexPipeStream.cs (5)
47throw new NotSupportedException(); 55throw new NotSupportedException(); 59throw new NotSupportedException(); 65throw new NotSupportedException(); 70throw new NotSupportedException();
src\Shared\ServerInfrastructure\DuplexPipeStreamAdapter.cs (1)
57throw new NotSupportedException();
IIS.NewShim.FunctionalTests (7)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (1)
172throw new NotSupportedException();
src\Shared\ServerInfrastructure\DuplexPipeStream.cs (5)
47throw new NotSupportedException(); 55throw new NotSupportedException(); 59throw new NotSupportedException(); 65throw new NotSupportedException(); 70throw new NotSupportedException();
src\Shared\ServerInfrastructure\DuplexPipeStreamAdapter.cs (1)
57throw new NotSupportedException();
IIS.ShadowCopy.Tests (7)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (1)
172throw new NotSupportedException();
src\Shared\ServerInfrastructure\DuplexPipeStream.cs (5)
47throw new NotSupportedException(); 55throw new NotSupportedException(); 59throw new NotSupportedException(); 65throw new NotSupportedException(); 70throw new NotSupportedException();
src\Shared\ServerInfrastructure\DuplexPipeStreamAdapter.cs (1)
57throw new NotSupportedException();
IISExpress.FunctionalTests (7)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (1)
172throw new NotSupportedException();
src\Shared\ServerInfrastructure\DuplexPipeStream.cs (5)
47throw new NotSupportedException(); 55throw new NotSupportedException(); 59throw new NotSupportedException(); 65throw new NotSupportedException(); 70throw new NotSupportedException();
src\Shared\ServerInfrastructure\DuplexPipeStreamAdapter.cs (1)
57throw new NotSupportedException();
illink (4)
ILLink.RoslynAnalyzer (1)
RequiresAnalyzerBase.cs (1)
141 _ => throw new NotSupportedException ()
InMemory.FunctionalTests (1)
Http2\PipeReaderFactory.cs (1)
21throw new NotSupportedException();
Interop.FunctionalTests (1)
Http3\Http3RequestTests.cs (1)
40throw new NotSupportedException();
Metrics (4)
src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\CodeAnalysisMetricData.cs (2)
283_ => throw new NotSupportedException(), 321_ => throw new NotSupportedException(),
src\RoslynAnalyzers\Utilities\Compiler\Lightup\LightupHelpers.cs (1)
149throw new NotSupportedException();
src\RoslynAnalyzers\Utilities\Compiler\SmallDictionary.cs (1)
717throw new NotSupportedException();
Metrics.Legacy (4)
src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\CodeAnalysisMetricData.cs (2)
283_ => throw new NotSupportedException(), 321_ => throw new NotSupportedException(),
src\RoslynAnalyzers\Utilities\Compiler\Lightup\LightupHelpers.cs (1)
149throw new NotSupportedException();
src\RoslynAnalyzers\Utilities\Compiler\SmallDictionary.cs (1)
717throw new NotSupportedException();
Microsoft.AspNetCore.App.Analyzers.Test (2)
RouteEmbeddedLanguage\Infrastructure\ExportProviderExtensions.cs (2)
85throw new NotSupportedException(); 89throw new NotSupportedException();
Microsoft.AspNetCore.Components (2)
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.Endpoints.Tests (4)
Builder\TestFileProvider\TestDirectoryContent.cs (4)
20public long Length => throw new NotSupportedException(); 22public string PhysicalPath => throw new NotSupportedException(); 26public DateTimeOffset LastModified => throw new NotSupportedException(); 32throw 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\Components\Shared\src\ArrayBuilderMemoryStream.cs (6)
38set => throw new NotSupportedException(); 44public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(); 48=> throw new NotSupportedException(); 52=> throw new NotSupportedException(); 55=> throw new NotSupportedException(); 95public override void SetLength(long value) => throw new NotSupportedException();
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 (4)
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\Components\Shared\src\ArrayBuilderMemoryStream.cs (6)
38set => throw new NotSupportedException(); 44public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(); 48=> throw new NotSupportedException(); 52=> throw new NotSupportedException(); 55=> throw new NotSupportedException(); 95public override void SetLength(long value) => throw new NotSupportedException();
src\Components\Shared\src\PullFromJSDataStream.cs (4)
54set => throw new NotSupportedException(); 68=> throw new NotSupportedException(); 71=> throw new NotSupportedException(); 74=> throw new NotSupportedException();
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.Test (1)
Infrastructure\TestDocument.cs (1)
184throw 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();
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();
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\Shared\StaticWebAssets\ManifestStaticWebAssetFileProvider.cs (1)
435throw new NotSupportedException();
Microsoft.AspNetCore.Hosting.Tests (2)
WebHostTests.cs (2)
1309set { throw new NotSupportedException(); } 1338throw new NotSupportedException();
Microsoft.AspNetCore.Hosting.WindowsServices.Tests (1)
WebHostServiceTests.cs (1)
56RequestDelegate = ctx => throw 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\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\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\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)
2895throw new NotSupportedException();
Microsoft.AspNetCore.Http.Tests (6)
Features\NonSeekableReadStream.cs (6)
28get { throw new NotSupportedException(); } 33get { throw new NotSupportedException(); } 34set { throw new NotSupportedException(); } 44throw new NotSupportedException(); 49throw new NotSupportedException(); 54throw 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.JsonPatch.Tests (1)
IntegrationTests\HeterogenousCollectionTests.cs (1)
100throw 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.Core.Test (1)
ApplicationParts\RelatedAssemblyPartTest.cs (1)
108public override Assembly LoadFromAssemblyPath(string assemblyPath) => throw new NotSupportedException();
Microsoft.AspNetCore.Mvc.Core.TestCommon (6)
NonSeekableReadableStream.cs (6)
30get { throw new NotSupportedException(); } 35get { throw new NotSupportedException(); } 36set { throw new NotSupportedException(); } 48throw new NotSupportedException(); 53throw new NotSupportedException(); 58throw new NotSupportedException();
Microsoft.AspNetCore.Mvc.IntegrationTests (6)
ActionParametersIntegrationTest.cs (3)
1026throw new NotSupportedException(); 1031throw new NotSupportedException(); 1046throw new NotSupportedException();
TryUpdateModelIntegrationTest.cs (3)
1317throw new NotSupportedException(); 1322throw new NotSupportedException(); 1337throw 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.Razor.RuntimeCompilation.Test (2)
TestInfrastructure\NotFoundProjectItem.cs (2)
20public override string PhysicalPath => throw new NotSupportedException(); 22public 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.Mvc.Views.TestCommon (5)
TestDirectoryContent.cs (4)
20public long Length => throw new NotSupportedException(); 22public string PhysicalPath => throw new NotSupportedException(); 26public DateTimeOffset LastModified => throw new NotSupportedException(); 32throw new NotSupportedException();
TestDirectoryFileInfo.cs (1)
22throw new NotSupportedException();
Microsoft.AspNetCore.OpenApi (5)
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 (4)
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 (1)
src\Shared\HttpSys\RequestProcessing\NativeRequestContext.cs (1)
848throw new NotSupportedException();
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (6)
src\Shared\ServerInfrastructure\DuplexPipeStream.cs (5)
47throw new NotSupportedException(); 55throw new NotSupportedException(); 59throw new NotSupportedException(); 65throw new NotSupportedException(); 70throw new NotSupportedException();
src\Shared\ServerInfrastructure\DuplexPipeStreamAdapter.cs (1)
57throw 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\Shared\HttpSys\RequestProcessing\NativeRequestContext.cs (1)
848throw new NotSupportedException();
src\Shared\ServerInfrastructure\DuplexPipeStream.cs (5)
47throw new NotSupportedException(); 55throw new NotSupportedException(); 59throw new NotSupportedException(); 65throw new NotSupportedException(); 70throw new NotSupportedException();
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)
230public 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\Shared\ServerInfrastructure\DuplexPipeStream.cs (5)
47throw new NotSupportedException(); 55throw new NotSupportedException(); 59throw new NotSupportedException(); 65throw new NotSupportedException(); 70throw new NotSupportedException();
src\Shared\ServerInfrastructure\DuplexPipeStreamAdapter.cs (1)
57throw new NotSupportedException();
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (8)
CertificatePathWatcherTests.cs (8)
488IDirectoryContents IFileProvider.GetDirectoryContents(string subpath) => throw new NotSupportedException(); 489IFileInfo IFileProvider.GetFileInfo(string subpath) => throw new NotSupportedException(); 538throw new NotSupportedException(); 568long IFileInfo.Length => throw new NotSupportedException(); 569string IFileInfo.PhysicalPath => throw new NotSupportedException(); 570string IFileInfo.Name => throw new NotSupportedException(); 571bool IFileInfo.IsDirectory => throw new NotSupportedException(); 572Stream IFileInfo.CreateReadStream() => throw new NotSupportedException();
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Internal\QuicStreamContext.cs (1)
130set => throw new NotSupportedException();
Microsoft.AspNetCore.Shared.Tests (7)
src\Shared\HttpSys\RequestProcessing\NativeRequestContext.cs (1)
848throw new NotSupportedException();
src\Shared\ServerInfrastructure\DuplexPipeStream.cs (5)
47throw new NotSupportedException(); 55throw new NotSupportedException(); 59throw new NotSupportedException(); 65throw new NotSupportedException(); 70throw new NotSupportedException();
src\Shared\ServerInfrastructure\DuplexPipeStreamAdapter.cs (1)
57throw new NotSupportedException();
Microsoft.AspNetCore.SignalR.Client.Core (5)
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.Client.Tests (5)
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.Common (5)
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.Microbenchmarks (1)
RedisProtocolBenchmark.cs (1)
142throw new NotSupportedException();
Microsoft.AspNetCore.SignalR.Protocols.MessagePack (5)
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\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\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\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.Tests.Utils (2)
DummyHubProtocol.cs (2)
39throw new NotSupportedException(); 60throw new NotSupportedException();
Microsoft.AspNetCore.StaticFiles.Tests (1)
StaticFileContextTest.cs (1)
174throw 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.WebSockets.Tests (10)
BufferStream.cs (5)
51get { throw new NotSupportedException(); } 56get { throw new NotSupportedException(); } 57set { throw new NotSupportedException(); } 62throw new NotSupportedException(); 67throw new NotSupportedException();
DuplexStream.cs (5)
52get { throw new NotSupportedException(); } 57get { throw new NotSupportedException(); } 58set { throw new NotSupportedException(); } 77throw new NotSupportedException(); 82throw 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.AspNetCore.WebUtilities.Tests (6)
NonSeekableReadStream.cs (6)
28get { throw new NotSupportedException(); } 33get { throw new NotSupportedException(); } 34set { throw new NotSupportedException(); } 44throw new NotSupportedException(); 49throw new NotSupportedException(); 54throw new NotSupportedException();
Microsoft.Build (70)
BufferedReadStream.cs (4)
45get { throw new NotSupportedException(); } 46set { throw new NotSupportedException(); } 187throw new NotSupportedException(); 192throw new NotSupportedException();
Collections\ArrayDictionary.cs (1)
215throw new NotSupportedException();
Evaluation\LazyItemEvaluator.EvaluatorData.cs (9)
226throw new NotSupportedException(); 231throw new NotSupportedException(); 236throw new NotSupportedException(); 241throw new NotSupportedException(); 246throw new NotSupportedException(); 251throw new NotSupportedException(); 256throw new NotSupportedException(); 261throw new NotSupportedException(); 266throw new NotSupportedException();
Evaluation\LazyItemEvaluator.ItemFactoryWrapper.cs (1)
49throw 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)
44set => throw new NotSupportedException(); 64public void Add(ProjectPropertyInstance item) => throw new NotSupportedException(); 66public void Add(string key, ProjectPropertyInstance value) => throw new NotSupportedException(); 68public void Add(KeyValuePair<string, ProjectPropertyInstance> item) => throw new NotSupportedException(); 70public void Clear() => throw new NotSupportedException(); 121public void GetObjectData(SerializationInfo info, StreamingContext context) => throw new NotSupportedException(); 123public void OnDeserialization(object sender) => throw new NotSupportedException(); 125public bool Remove(ProjectPropertyInstance item) => throw new NotSupportedException(); 127public bool Remove(string key) => throw new NotSupportedException(); 129public bool Remove(KeyValuePair<string, ProjectPropertyInstance> item) => throw new NotSupportedException(); 142public void UnionWith(IEnumerable<ProjectPropertyInstance> other) => throw new NotSupportedException(); 171public void Add(ProjectPropertyInstance item) => throw new NotSupportedException(); 173public void Clear() => throw new NotSupportedException(); 175public 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 (12)
64public void Add(T projectItem) => throw new NotSupportedException(); 67public void AddEmptyMarker(string itemType) => throw new NotSupportedException(); 70public void AddRange(IEnumerable<T> projectItems) => throw new NotSupportedException(); 73public void Clear() => throw new NotSupportedException(); 162public void ImportItems(IEnumerable<T> other) => throw new NotSupportedException(); 165public void ImportItemsOfType(string itemType, IEnumerable<T> items) => throw new NotSupportedException(); 168public bool Remove(T projectItem) => throw new NotSupportedException(); 171public void RemoveItems(IEnumerable<T> other) => throw new NotSupportedException(); 174public void Replace(T existingItem, T newItem) => throw new NotSupportedException(); 191public void Add(T item) => throw new NotSupportedException(); 193public void Clear() => throw new NotSupportedException(); 195public bool Remove(T item) => throw new NotSupportedException();
Instance\ImmutableProjectCollections\ImmutablePropertyCollectionConverter.cs (2)
33public void ImportProperties(IEnumerable<T> other) => throw new NotSupportedException(); 35public void Set(T projectProperty) => throw new NotSupportedException();
Instance\ImmutableProjectCollections\ImmutableStringValuedListConverter.cs (6)
25set => throw new NotSupportedException(); 33public void Add(string item) => throw new NotSupportedException(); 35public void Clear() => throw new NotSupportedException(); 37public void Insert(int index, string item) => throw new NotSupportedException(); 39public bool Remove(string item) => throw new NotSupportedException(); 41public void RemoveAt(int index) => throw new NotSupportedException();
ProcessExtensions.cs (1)
32throw new System.NotSupportedException();
Microsoft.Build.Engine.UnitTests (1)
BackEnd\TaskThatReturnsDictionaryTaskItem.cs (1)
110public object SyncRoot => throw new NotSupportedException();
Microsoft.Build.Framework (35)
ImmutableSegmentedDictionary`2.cs (10)
123set => throw new NotSupportedException(); 129set => throw new NotSupportedException(); 358=> throw new NotSupportedException(); 361=> throw new NotSupportedException(); 364=> throw new NotSupportedException(); 367=> throw new NotSupportedException(); 370=> throw new NotSupportedException(); 373=> throw new NotSupportedException(); 376=> throw new NotSupportedException(); 379=> throw new NotSupportedException();
ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs (1)
35=> throw new NotSupportedException();
ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs (2)
35=> throw new NotSupportedException(); 50=> throw new NotSupportedException();
ImmutableSegmentedDictionary`2+KeyCollection.cs (3)
49=> throw new NotSupportedException(); 52=> throw new NotSupportedException(); 55=> throw new NotSupportedException();
ImmutableSegmentedDictionary`2+ValueCollection.cs (3)
49=> throw new NotSupportedException(); 52=> throw new NotSupportedException(); 55=> throw new NotSupportedException();
ImmutableSegmentedList`1.cs (12)
103set => throw new NotSupportedException(); 109set => throw new NotSupportedException(); 644=> throw new NotSupportedException(); 647=> throw new NotSupportedException(); 650=> throw new NotSupportedException(); 653=> throw new NotSupportedException(); 656=> throw new NotSupportedException(); 659=> throw new NotSupportedException(); 662=> throw new NotSupportedException(); 677=> throw new NotSupportedException(); 680=> throw new NotSupportedException(); 683=> throw new NotSupportedException();
ImmutableSegmentedList`1+ValueBuilder.cs (1)
45object ICollection.SyncRoot => throw new NotSupportedException();
SegmentedArray.cs (3)
63throw new NotSupportedException(); 158throw new NotSupportedException(); 225throw new NotSupportedException();
Microsoft.Build.Tasks.Core (10)
CodeTaskFactory.cs (3)
1046throw new NotSupportedException(); 1051throw new NotSupportedException(); 1056throw new NotSupportedException();
ManifestUtil\mansign2.cs (4)
672throw new NotSupportedException(); 913throw new NotSupportedException(); 929throw new NotSupportedException(); 1154throw new NotSupportedException();
XamlTaskFactory\XamlTaskFactory.cs (3)
263throw new NotSupportedException(); 268throw new NotSupportedException(); 273throw new NotSupportedException();
Microsoft.Build.Utilities.Core (1)
ProcessExtensions.cs (1)
32throw new System.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)
73throw new NotSupportedException(); 78throw new NotSupportedException(); 129throw 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)
77throw new NotSupportedException();
InternalUtilities\MultiDictionary.cs (1)
62throw new NotSupportedException();
InternalUtilities\ReadOnlyUnmanagedMemoryStream.cs (2)
131throw new NotSupportedException(); 136throw new NotSupportedException();
ReferenceManager\CommonReferenceManager.Resolution.cs (1)
885throw new NotSupportedException();
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (10)
123set => throw new NotSupportedException(); 129set => throw new NotSupportedException(); 349=> throw new NotSupportedException(); 352=> throw new NotSupportedException(); 355=> throw new NotSupportedException(); 358=> throw new NotSupportedException(); 361=> throw new NotSupportedException(); 364=> throw new NotSupportedException(); 367=> throw new NotSupportedException(); 370=> throw new NotSupportedException();
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs (1)
35=> throw new NotSupportedException();
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs (2)
35=> throw new NotSupportedException(); 50=> throw new NotSupportedException();
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection.cs (3)
49=> throw new NotSupportedException(); 52=> throw new NotSupportedException(); 55=> throw new NotSupportedException();
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (7)
60readonly IEnumerable<TKey> IReadOnlyDictionary<TKey, TValue>.Keys => throw new NotSupportedException(); 62readonly IEnumerable<TValue> IReadOnlyDictionary<TKey, TValue>.Values => throw new NotSupportedException(); 64readonly ICollection<TKey> IDictionary<TKey, TValue>.Keys => throw new NotSupportedException(); 66readonly ICollection<TValue> IDictionary<TKey, TValue>.Values => throw new NotSupportedException(); 70readonly ICollection IDictionary.Keys => throw new NotSupportedException(); 72readonly ICollection IDictionary.Values => throw new NotSupportedException(); 78readonly object ICollection.SyncRoot => throw new NotSupportedException();
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection.cs (3)
49=> throw new NotSupportedException(); 52=> throw new NotSupportedException(); 55=> throw new NotSupportedException();
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (8)
369=> throw new NotSupportedException(); 372=> throw new NotSupportedException(); 375=> throw new NotSupportedException(); 378=> throw new NotSupportedException(); 381=> throw new NotSupportedException(); 384=> throw new NotSupportedException(); 387=> throw new NotSupportedException(); 390=> throw new NotSupportedException();
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (12)
103set => throw new NotSupportedException(); 109set => throw new NotSupportedException(); 644=> throw new NotSupportedException(); 647=> throw new NotSupportedException(); 650=> throw new NotSupportedException(); 653=> throw new NotSupportedException(); 656=> throw new NotSupportedException(); 659=> throw new NotSupportedException(); 662=> throw new NotSupportedException(); 677=> throw new NotSupportedException(); 680=> throw new NotSupportedException(); 683=> throw new NotSupportedException();
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
45readonly object ICollection.SyncRoot => throw new NotSupportedException();
src\Dependencies\Collections\Segmented\SegmentedArray.cs (3)
69throw new NotSupportedException(); 164throw new NotSupportedException(); 231throw new NotSupportedException();
src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Collection.cs (3)
24throw new NotSupportedException(); 29throw new NotSupportedException(); 47throw new NotSupportedException();
src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Dictionary.cs (4)
31throw new NotSupportedException(); 52throw new NotSupportedException(); 73throw new NotSupportedException(); 78throw new NotSupportedException();
src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.List.cs (3)
36throw new NotSupportedException(); 41throw new NotSupportedException(); 53throw new NotSupportedException();
src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Set.cs (5)
24throw new NotSupportedException(); 29throw new NotSupportedException(); 34throw new NotSupportedException(); 69throw new NotSupportedException(); 74throw new NotSupportedException();
src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Collection.cs (3)
24throw new NotSupportedException(); 29throw new NotSupportedException(); 54throw new NotSupportedException();
src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Set.cs (5)
24throw new NotSupportedException(); 29throw new NotSupportedException(); 34throw new NotSupportedException(); 69throw new NotSupportedException(); 74throw new NotSupportedException();
src\Dependencies\Collections\Specialized\SpecializedCollections.Singleton.Collection`1.cs (6)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 50throw new NotSupportedException(); 77throw new NotSupportedException(); 93throw new NotSupportedException(); 98throw 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)
582throw new NotSupportedException(); 594throw new NotSupportedException(); 599throw new NotSupportedException();
Syntax\SyntaxTokenList.Enumerator.cs (3)
122throw new NotSupportedException(); 127throw new NotSupportedException(); 152throw new NotSupportedException();
Syntax\SyntaxTokenList.Reversed.cs (3)
133throw new NotSupportedException(); 138throw new NotSupportedException(); 163throw new NotSupportedException();
Syntax\SyntaxTriviaList.Enumerator.cs (1)
156throw new NotSupportedException();
Syntax\SyntaxTriviaList.Reversed.cs (1)
152throw new NotSupportedException();
Text\SourceTextStream.cs (6)
64throw new NotSupportedException(); 69get { throw new NotSupportedException(); } 75set { throw new NotSupportedException(); } 143throw new NotSupportedException(); 148throw new NotSupportedException(); 153throw new NotSupportedException();
Text\TextLineCollection.cs (2)
155throw new NotSupportedException(); 160throw new NotSupportedException();
Microsoft.CodeAnalysis.Analyzers (4)
src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\CodeAnalysisMetricData.cs (2)
283_ => throw new NotSupportedException(), 321_ => throw new NotSupportedException(),
src\RoslynAnalyzers\Utilities\Compiler\Lightup\LightupHelpers.cs (1)
149throw new NotSupportedException();
src\RoslynAnalyzers\Utilities\Compiler\SmallDictionary.cs (1)
717throw new NotSupportedException();
Microsoft.CodeAnalysis.AnalyzerUtilities (7)
src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\CodeAnalysisMetricData.cs (2)
283_ => throw new NotSupportedException(), 321_ => throw new NotSupportedException(),
src\RoslynAnalyzers\Utilities\Compiler\Lightup\LightupHelpers.cs (1)
149throw new NotSupportedException();
src\RoslynAnalyzers\Utilities\Compiler\SmallDictionary.cs (1)
717throw new NotSupportedException();
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\PropertySetAnalysis\HazardousUsageEvaluatorCollection.cs (1)
46throw new NotSupportedException();
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\PropertySetAnalysis\PropertyMapper.cs (1)
95throw new NotSupportedException();
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\PropertySetAnalysis\PropertyMapperCollection.cs (1)
77throw new NotSupportedException();
Microsoft.CodeAnalysis.BannedApiAnalyzers (4)
src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\CodeAnalysisMetricData.cs (2)
283_ => throw new NotSupportedException(), 321_ => throw new NotSupportedException(),
src\RoslynAnalyzers\Utilities\Compiler\Lightup\LightupHelpers.cs (1)
149throw new NotSupportedException();
src\RoslynAnalyzers\Utilities\Compiler\SmallDictionary.cs (1)
717throw new NotSupportedException();
Microsoft.CodeAnalysis.CodeStyle (84)
src\Compilers\Core\Portable\InternalUtilities\ConsList`1.cs (1)
77throw new NotSupportedException();
src\Compilers\Core\Portable\InternalUtilities\MultiDictionary.cs (1)
62throw new NotSupportedException();
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (10)
123set => throw new NotSupportedException(); 129set => throw new NotSupportedException(); 349=> throw new NotSupportedException(); 352=> throw new NotSupportedException(); 355=> throw new NotSupportedException(); 358=> throw new NotSupportedException(); 361=> throw new NotSupportedException(); 364=> throw new NotSupportedException(); 367=> throw new NotSupportedException(); 370=> throw new NotSupportedException();
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs (1)
35=> throw new NotSupportedException();
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs (2)
35=> throw new NotSupportedException(); 50=> throw new NotSupportedException();
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection.cs (3)
49=> throw new NotSupportedException(); 52=> throw new NotSupportedException(); 55=> throw new NotSupportedException();
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (7)
60readonly IEnumerable<TKey> IReadOnlyDictionary<TKey, TValue>.Keys => throw new NotSupportedException(); 62readonly IEnumerable<TValue> IReadOnlyDictionary<TKey, TValue>.Values => throw new NotSupportedException(); 64readonly ICollection<TKey> IDictionary<TKey, TValue>.Keys => throw new NotSupportedException(); 66readonly ICollection<TValue> IDictionary<TKey, TValue>.Values => throw new NotSupportedException(); 70readonly ICollection IDictionary.Keys => throw new NotSupportedException(); 72readonly ICollection IDictionary.Values => throw new NotSupportedException(); 78readonly object ICollection.SyncRoot => throw new NotSupportedException();
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection.cs (3)
49=> throw new NotSupportedException(); 52=> throw new NotSupportedException(); 55=> throw new NotSupportedException();
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (8)
369=> throw new NotSupportedException(); 372=> throw new NotSupportedException(); 375=> throw new NotSupportedException(); 378=> throw new NotSupportedException(); 381=> throw new NotSupportedException(); 384=> throw new NotSupportedException(); 387=> throw new NotSupportedException(); 390=> throw new NotSupportedException();
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (12)
103set => throw new NotSupportedException(); 109set => throw new NotSupportedException(); 644=> throw new NotSupportedException(); 647=> throw new NotSupportedException(); 650=> throw new NotSupportedException(); 653=> throw new NotSupportedException(); 656=> throw new NotSupportedException(); 659=> throw new NotSupportedException(); 662=> throw new NotSupportedException(); 677=> throw new NotSupportedException(); 680=> throw new NotSupportedException(); 683=> throw new NotSupportedException();
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
45readonly object ICollection.SyncRoot => throw new NotSupportedException();
src\Dependencies\Collections\Segmented\SegmentedArray.cs (3)
69throw new NotSupportedException(); 164throw new NotSupportedException(); 231throw new NotSupportedException();
src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Collection.cs (3)
24throw new NotSupportedException(); 29throw new NotSupportedException(); 47throw new NotSupportedException();
src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Dictionary.cs (4)
31throw new NotSupportedException(); 52throw new NotSupportedException(); 73throw new NotSupportedException(); 78throw new NotSupportedException();
src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.List.cs (3)
36throw new NotSupportedException(); 41throw new NotSupportedException(); 53throw new NotSupportedException();
src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Set.cs (5)
24throw new NotSupportedException(); 29throw new NotSupportedException(); 34throw new NotSupportedException(); 69throw new NotSupportedException(); 74throw new NotSupportedException();
src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Collection.cs (3)
24throw new NotSupportedException(); 29throw new NotSupportedException(); 54throw new NotSupportedException();
src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Set.cs (5)
24throw new NotSupportedException(); 29throw new NotSupportedException(); 34throw new NotSupportedException(); 69throw new NotSupportedException(); 74throw new NotSupportedException();
src\Dependencies\Collections\Specialized\SpecializedCollections.Singleton.Collection`1.cs (6)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 50throw new NotSupportedException(); 77throw new NotSupportedException(); 93throw new NotSupportedException(); 98throw new NotSupportedException();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\ConcatImmutableArray`1.cs (1)
58=> throw new NotSupportedException();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SerializableBytes.cs (2)
269=> throw new NotSupportedException(); 272=> throw new NotSupportedException();
Microsoft.CodeAnalysis.Collections.Package (79)
Segmented\ImmutableSegmentedDictionary`2.cs (10)
123set => throw new NotSupportedException(); 129set => throw new NotSupportedException(); 349=> throw new NotSupportedException(); 352=> throw new NotSupportedException(); 355=> throw new NotSupportedException(); 358=> throw new NotSupportedException(); 361=> throw new NotSupportedException(); 364=> throw new NotSupportedException(); 367=> throw new NotSupportedException(); 370=> throw new NotSupportedException();
Segmented\ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs (1)
35=> throw new NotSupportedException();
Segmented\ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs (2)
35=> throw new NotSupportedException(); 50=> throw new NotSupportedException();
Segmented\ImmutableSegmentedDictionary`2+KeyCollection.cs (3)
49=> throw new NotSupportedException(); 52=> throw new NotSupportedException(); 55=> throw new NotSupportedException();
Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (7)
60readonly IEnumerable<TKey> IReadOnlyDictionary<TKey, TValue>.Keys => throw new NotSupportedException(); 62readonly IEnumerable<TValue> IReadOnlyDictionary<TKey, TValue>.Values => throw new NotSupportedException(); 64readonly ICollection<TKey> IDictionary<TKey, TValue>.Keys => throw new NotSupportedException(); 66readonly ICollection<TValue> IDictionary<TKey, TValue>.Values => throw new NotSupportedException(); 70readonly ICollection IDictionary.Keys => throw new NotSupportedException(); 72readonly ICollection IDictionary.Values => throw new NotSupportedException(); 78readonly object ICollection.SyncRoot => throw new NotSupportedException();
Segmented\ImmutableSegmentedDictionary`2+ValueCollection.cs (3)
49=> throw new NotSupportedException(); 52=> throw new NotSupportedException(); 55=> throw new NotSupportedException();
Segmented\ImmutableSegmentedHashSet`1.cs (8)
369=> throw new NotSupportedException(); 372=> throw new NotSupportedException(); 375=> throw new NotSupportedException(); 378=> throw new NotSupportedException(); 381=> throw new NotSupportedException(); 384=> throw new NotSupportedException(); 387=> throw new NotSupportedException(); 390=> throw new NotSupportedException();
Segmented\ImmutableSegmentedList`1.cs (12)
103set => throw new NotSupportedException(); 109set => throw new NotSupportedException(); 644=> throw new NotSupportedException(); 647=> throw new NotSupportedException(); 650=> throw new NotSupportedException(); 653=> throw new NotSupportedException(); 656=> throw new NotSupportedException(); 659=> throw new NotSupportedException(); 662=> throw new NotSupportedException(); 677=> throw new NotSupportedException(); 680=> throw new NotSupportedException(); 683=> throw new NotSupportedException();
Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
45readonly object ICollection.SyncRoot => throw new NotSupportedException();
Segmented\SegmentedArray.cs (3)
69throw new NotSupportedException(); 164throw new NotSupportedException(); 231throw new NotSupportedException();
Specialized\SpecializedCollections.Empty.Collection.cs (3)
24throw new NotSupportedException(); 29throw new NotSupportedException(); 47throw new NotSupportedException();
Specialized\SpecializedCollections.Empty.Dictionary.cs (4)
31throw new NotSupportedException(); 52throw new NotSupportedException(); 73throw new NotSupportedException(); 78throw new NotSupportedException();
Specialized\SpecializedCollections.Empty.List.cs (3)
36throw new NotSupportedException(); 41throw new NotSupportedException(); 53throw new NotSupportedException();
Specialized\SpecializedCollections.Empty.Set.cs (5)
24throw new NotSupportedException(); 29throw new NotSupportedException(); 34throw new NotSupportedException(); 69throw new NotSupportedException(); 74throw new NotSupportedException();
Specialized\SpecializedCollections.ReadOnly.Collection.cs (3)
24throw new NotSupportedException(); 29throw new NotSupportedException(); 54throw new NotSupportedException();
Specialized\SpecializedCollections.ReadOnly.Set.cs (5)
24throw new NotSupportedException(); 29throw new NotSupportedException(); 34throw new NotSupportedException(); 69throw new NotSupportedException(); 74throw new NotSupportedException();
Specialized\SpecializedCollections.Singleton.Collection`1.cs (6)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 50throw new NotSupportedException(); 77throw new NotSupportedException(); 93throw new NotSupportedException(); 98throw 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)
2430throw new NotSupportedException(); 2451throw new NotSupportedException(); 2462throw new NotSupportedException(); 2473throw new NotSupportedException(); 2486throw new NotSupportedException();
Compilation\MemberSemanticModel.cs (4)
573throw new NotSupportedException(); 578throw new NotSupportedException(); 583throw new NotSupportedException(); 588throw new NotSupportedException();
Compilation\SpeculativeSemanticModelWithMemberModel.cs (4)
237throw new NotSupportedException(); 242throw new NotSupportedException(); 247throw new NotSupportedException(); 252throw new NotSupportedException();
Symbols\LabelSymbol.cs (3)
113throw new NotSupportedException(); 145throw new NotSupportedException(); 157throw new NotSupportedException();
Symbols\PublicModel\TypeSymbol.cs (1)
31throw new System.NotSupportedException();
Syntax\ExtensionDeclarationSyntax.cs (3)
12=> throw new System.NotSupportedException(); 17=> throw new System.NotSupportedException(); 20=> throw new System.NotSupportedException();
Microsoft.CodeAnalysis.CSharp.CodeStyle (4)
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.Emit.UnitTests (4)
Emit\DeterministicTests.cs (4)
520set { throw new NotSupportedException(); } 523public override int Read(byte[] buffer, int offset, int count) { throw new NotSupportedException(); } 524public override long Seek(long offset, SeekOrigin origin) { throw new NotSupportedException(); } 525public override void SetLength(long value) { throw new NotSupportedException(); }
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (2)
Semantics\ExperimentalAttributeTests.cs (2)
2857_ => throw new NotSupportedException() 2867_ => throw new NotSupportedException()
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (3)
Parsing\CrefParsingTests.cs (1)
23throw new NotSupportedException();
Parsing\NameAttributeValueParsingTests.cs (1)
24throw new NotSupportedException();
Parsing\VerbatimCrefParsingTests.cs (1)
23throw new NotSupportedException();
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
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.EditorFeatures (1)
Shared\Utilities\HACK_TextUndoTransactionThatRollsBackProperly.cs (1)
132=> throw new NotSupportedException();
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (3)
CommentSelection\CommentUncommentSelectionCommandHandlerTests.cs (2)
47throw new NotSupportedException(); 60throw new NotSupportedException();
LinkedFiles\LinkedFileDiffMergingEditorTests.cs (1)
96=> throw new NotSupportedException();
Microsoft.CodeAnalysis.ExpressionEvaluator.FunctionResolver (1)
MetadataDecoder.cs (1)
302return new NotSupportedException();
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider (1)
src\ExpressionEvaluator\Core\Source\ResultProvider\Helpers\TypeWalker.cs (1)
75throw new NotSupportedException();
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (1)
src\ExpressionEvaluator\Core\Source\ResultProvider\Helpers\TypeWalker.cs (1)
75throw new NotSupportedException();
Microsoft.CodeAnalysis.Features (2)
Structure\Syntax\AbstractSyntaxNodeStructureProvider.cs (1)
20throw new NotSupportedException();
Structure\Syntax\AbstractSyntaxTriviaStructureProvider.cs (1)
20throw new NotSupportedException();
Microsoft.CodeAnalysis.InteractiveHost (79)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (10)
123set => throw new NotSupportedException(); 129set => throw new NotSupportedException(); 349=> throw new NotSupportedException(); 352=> throw new NotSupportedException(); 355=> throw new NotSupportedException(); 358=> throw new NotSupportedException(); 361=> throw new NotSupportedException(); 364=> throw new NotSupportedException(); 367=> throw new NotSupportedException(); 370=> throw new NotSupportedException();
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs (1)
35=> throw new NotSupportedException();
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs (2)
35=> throw new NotSupportedException(); 50=> throw new NotSupportedException();
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection.cs (3)
49=> throw new NotSupportedException(); 52=> throw new NotSupportedException(); 55=> throw new NotSupportedException();
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (7)
60readonly IEnumerable<TKey> IReadOnlyDictionary<TKey, TValue>.Keys => throw new NotSupportedException(); 62readonly IEnumerable<TValue> IReadOnlyDictionary<TKey, TValue>.Values => throw new NotSupportedException(); 64readonly ICollection<TKey> IDictionary<TKey, TValue>.Keys => throw new NotSupportedException(); 66readonly ICollection<TValue> IDictionary<TKey, TValue>.Values => throw new NotSupportedException(); 70readonly ICollection IDictionary.Keys => throw new NotSupportedException(); 72readonly ICollection IDictionary.Values => throw new NotSupportedException(); 78readonly object ICollection.SyncRoot => throw new NotSupportedException();
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection.cs (3)
49=> throw new NotSupportedException(); 52=> throw new NotSupportedException(); 55=> throw new NotSupportedException();
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (8)
369=> throw new NotSupportedException(); 372=> throw new NotSupportedException(); 375=> throw new NotSupportedException(); 378=> throw new NotSupportedException(); 381=> throw new NotSupportedException(); 384=> throw new NotSupportedException(); 387=> throw new NotSupportedException(); 390=> throw new NotSupportedException();
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (12)
103set => throw new NotSupportedException(); 109set => throw new NotSupportedException(); 644=> throw new NotSupportedException(); 647=> throw new NotSupportedException(); 650=> throw new NotSupportedException(); 653=> throw new NotSupportedException(); 656=> throw new NotSupportedException(); 659=> throw new NotSupportedException(); 662=> throw new NotSupportedException(); 677=> throw new NotSupportedException(); 680=> throw new NotSupportedException(); 683=> throw new NotSupportedException();
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
45readonly object ICollection.SyncRoot => throw new NotSupportedException();
src\Dependencies\Collections\Segmented\SegmentedArray.cs (3)
69throw new NotSupportedException(); 164throw new NotSupportedException(); 231throw new NotSupportedException();
src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Collection.cs (3)
24throw new NotSupportedException(); 29throw new NotSupportedException(); 47throw new NotSupportedException();
src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Dictionary.cs (4)
31throw new NotSupportedException(); 52throw new NotSupportedException(); 73throw new NotSupportedException(); 78throw new NotSupportedException();
src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.List.cs (3)
36throw new NotSupportedException(); 41throw new NotSupportedException(); 53throw new NotSupportedException();
src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Set.cs (5)
24throw new NotSupportedException(); 29throw new NotSupportedException(); 34throw new NotSupportedException(); 69throw new NotSupportedException(); 74throw new NotSupportedException();
src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Collection.cs (3)
24throw new NotSupportedException(); 29throw new NotSupportedException(); 54throw new NotSupportedException();
src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Set.cs (5)
24throw new NotSupportedException(); 29throw new NotSupportedException(); 34throw new NotSupportedException(); 69throw new NotSupportedException(); 74throw new NotSupportedException();
src\Dependencies\Collections\Specialized\SpecializedCollections.Singleton.Collection`1.cs (6)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 50throw new NotSupportedException(); 77throw new NotSupportedException(); 93throw new NotSupportedException(); 98throw new NotSupportedException();
Microsoft.CodeAnalysis.PublicApiAnalyzers (2)
src\RoslynAnalyzers\Utilities\Compiler\Lightup\LightupHelpers.cs (1)
149throw new NotSupportedException();
src\RoslynAnalyzers\Utilities\Compiler\SmallDictionary.cs (1)
717throw new NotSupportedException();
Microsoft.CodeAnalysis.PublicApiAnalyzers.UnitTests (1)
DeclarePublicAPIAnalyzerTestsBase.cs (1)
2297throw new NotSupportedException();
Microsoft.CodeAnalysis.ResxSourceGenerator (4)
src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\CodeAnalysisMetricData.cs (2)
283_ => throw new NotSupportedException(), 321_ => throw new NotSupportedException(),
src\RoslynAnalyzers\Utilities\Compiler\Lightup\LightupHelpers.cs (1)
149throw new NotSupportedException();
src\RoslynAnalyzers\Utilities\Compiler\SmallDictionary.cs (1)
717throw new NotSupportedException();
Microsoft.CodeAnalysis.Test.Utilities (9)
Metadata\DynamicAnalysisDataReader.cs (1)
88throw new NotSupportedException();
Mocks\TestStream.cs (6)
57throw new NotSupportedException(); 73throw new NotSupportedException(); 94throw new NotSupportedException(); 119throw new NotSupportedException(); 129throw new NotSupportedException(); 138throw new NotSupportedException();
Pe\BrokenStream.cs (1)
62ThrownException = new NotSupportedException();
Platform\CoreClr\CoreCLRRuntimeEnvironment.cs (1)
35throw new NotSupportedException();
Microsoft.CodeAnalysis.Threading.Package (79)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (10)
123set => throw new NotSupportedException(); 129set => throw new NotSupportedException(); 349=> throw new NotSupportedException(); 352=> throw new NotSupportedException(); 355=> throw new NotSupportedException(); 358=> throw new NotSupportedException(); 361=> throw new NotSupportedException(); 364=> throw new NotSupportedException(); 367=> throw new NotSupportedException(); 370=> throw new NotSupportedException();
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs (1)
35=> throw new NotSupportedException();
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs (2)
35=> throw new NotSupportedException(); 50=> throw new NotSupportedException();
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection.cs (3)
49=> throw new NotSupportedException(); 52=> throw new NotSupportedException(); 55=> throw new NotSupportedException();
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (7)
60readonly IEnumerable<TKey> IReadOnlyDictionary<TKey, TValue>.Keys => throw new NotSupportedException(); 62readonly IEnumerable<TValue> IReadOnlyDictionary<TKey, TValue>.Values => throw new NotSupportedException(); 64readonly ICollection<TKey> IDictionary<TKey, TValue>.Keys => throw new NotSupportedException(); 66readonly ICollection<TValue> IDictionary<TKey, TValue>.Values => throw new NotSupportedException(); 70readonly ICollection IDictionary.Keys => throw new NotSupportedException(); 72readonly ICollection IDictionary.Values => throw new NotSupportedException(); 78readonly object ICollection.SyncRoot => throw new NotSupportedException();
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection.cs (3)
49=> throw new NotSupportedException(); 52=> throw new NotSupportedException(); 55=> throw new NotSupportedException();
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (8)
369=> throw new NotSupportedException(); 372=> throw new NotSupportedException(); 375=> throw new NotSupportedException(); 378=> throw new NotSupportedException(); 381=> throw new NotSupportedException(); 384=> throw new NotSupportedException(); 387=> throw new NotSupportedException(); 390=> throw new NotSupportedException();
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (12)
103set => throw new NotSupportedException(); 109set => throw new NotSupportedException(); 644=> throw new NotSupportedException(); 647=> throw new NotSupportedException(); 650=> throw new NotSupportedException(); 653=> throw new NotSupportedException(); 656=> throw new NotSupportedException(); 659=> throw new NotSupportedException(); 662=> throw new NotSupportedException(); 677=> throw new NotSupportedException(); 680=> throw new NotSupportedException(); 683=> throw new NotSupportedException();
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
45readonly object ICollection.SyncRoot => throw new NotSupportedException();
src\Dependencies\Collections\Segmented\SegmentedArray.cs (3)
69throw new NotSupportedException(); 164throw new NotSupportedException(); 231throw new NotSupportedException();
src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Collection.cs (3)
24throw new NotSupportedException(); 29throw new NotSupportedException(); 47throw new NotSupportedException();
src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Dictionary.cs (4)
31throw new NotSupportedException(); 52throw new NotSupportedException(); 73throw new NotSupportedException(); 78throw new NotSupportedException();
src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.List.cs (3)
36throw new NotSupportedException(); 41throw new NotSupportedException(); 53throw new NotSupportedException();
src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Set.cs (5)
24throw new NotSupportedException(); 29throw new NotSupportedException(); 34throw new NotSupportedException(); 69throw new NotSupportedException(); 74throw new NotSupportedException();
src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Collection.cs (3)
24throw new NotSupportedException(); 29throw new NotSupportedException(); 54throw new NotSupportedException();
src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Set.cs (5)
24throw new NotSupportedException(); 29throw new NotSupportedException(); 34throw new NotSupportedException(); 69throw new NotSupportedException(); 74throw new NotSupportedException();
src\Dependencies\Collections\Specialized\SpecializedCollections.Singleton.Collection`1.cs (6)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 50throw new NotSupportedException(); 77throw new NotSupportedException(); 93throw new NotSupportedException(); 98throw new NotSupportedException();
Microsoft.CodeAnalysis.Workspaces (87)
Options\EmptyOptionSet.cs (1)
17=> throw new NotSupportedException();
src\Compilers\Core\Portable\InternalUtilities\ConsList`1.cs (1)
77throw new NotSupportedException();
src\Compilers\Core\Portable\InternalUtilities\MultiDictionary.cs (1)
62throw new NotSupportedException();
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (10)
123set => throw new NotSupportedException(); 129set => throw new NotSupportedException(); 349=> throw new NotSupportedException(); 352=> throw new NotSupportedException(); 355=> throw new NotSupportedException(); 358=> throw new NotSupportedException(); 361=> throw new NotSupportedException(); 364=> throw new NotSupportedException(); 367=> throw new NotSupportedException(); 370=> throw new NotSupportedException();
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs (1)
35=> throw new NotSupportedException();
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs (2)
35=> throw new NotSupportedException(); 50=> throw new NotSupportedException();
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection.cs (3)
49=> throw new NotSupportedException(); 52=> throw new NotSupportedException(); 55=> throw new NotSupportedException();
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (7)
60readonly IEnumerable<TKey> IReadOnlyDictionary<TKey, TValue>.Keys => throw new NotSupportedException(); 62readonly IEnumerable<TValue> IReadOnlyDictionary<TKey, TValue>.Values => throw new NotSupportedException(); 64readonly ICollection<TKey> IDictionary<TKey, TValue>.Keys => throw new NotSupportedException(); 66readonly ICollection<TValue> IDictionary<TKey, TValue>.Values => throw new NotSupportedException(); 70readonly ICollection IDictionary.Keys => throw new NotSupportedException(); 72readonly ICollection IDictionary.Values => throw new NotSupportedException(); 78readonly object ICollection.SyncRoot => throw new NotSupportedException();
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection.cs (3)
49=> throw new NotSupportedException(); 52=> throw new NotSupportedException(); 55=> throw new NotSupportedException();
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (8)
369=> throw new NotSupportedException(); 372=> throw new NotSupportedException(); 375=> throw new NotSupportedException(); 378=> throw new NotSupportedException(); 381=> throw new NotSupportedException(); 384=> throw new NotSupportedException(); 387=> throw new NotSupportedException(); 390=> throw new NotSupportedException();
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (12)
103set => throw new NotSupportedException(); 109set => throw new NotSupportedException(); 644=> throw new NotSupportedException(); 647=> throw new NotSupportedException(); 650=> throw new NotSupportedException(); 653=> throw new NotSupportedException(); 656=> throw new NotSupportedException(); 659=> throw new NotSupportedException(); 662=> throw new NotSupportedException(); 677=> throw new NotSupportedException(); 680=> throw new NotSupportedException(); 683=> throw new NotSupportedException();
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
45readonly object ICollection.SyncRoot => throw new NotSupportedException();
src\Dependencies\Collections\Segmented\SegmentedArray.cs (3)
69throw new NotSupportedException(); 164throw new NotSupportedException(); 231throw new NotSupportedException();
src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Collection.cs (3)
24throw new NotSupportedException(); 29throw new NotSupportedException(); 47throw new NotSupportedException();
src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Dictionary.cs (4)
31throw new NotSupportedException(); 52throw new NotSupportedException(); 73throw new NotSupportedException(); 78throw new NotSupportedException();
src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.List.cs (3)
36throw new NotSupportedException(); 41throw new NotSupportedException(); 53throw new NotSupportedException();
src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Set.cs (5)
24throw new NotSupportedException(); 29throw new NotSupportedException(); 34throw new NotSupportedException(); 69throw new NotSupportedException(); 74throw new NotSupportedException();
src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Collection.cs (3)
24throw new NotSupportedException(); 29throw new NotSupportedException(); 54throw new NotSupportedException();
src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Set.cs (5)
24throw new NotSupportedException(); 29throw new NotSupportedException(); 34throw new NotSupportedException(); 69throw new NotSupportedException(); 74throw new NotSupportedException();
src\Dependencies\Collections\Specialized\SpecializedCollections.Singleton.Collection`1.cs (6)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 50throw new NotSupportedException(); 77throw new NotSupportedException(); 93throw new NotSupportedException(); 98throw new NotSupportedException();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\ConcatImmutableArray`1.cs (1)
58=> throw new NotSupportedException();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SerializableBytes.cs (2)
269=> throw new NotSupportedException(); 272=> throw new NotSupportedException();
Workspace\Solution\TextDocumentStates.cs (1)
281=> throw new NotSupportedException();
Workspace\Workspace_Editor.cs (1)
296=> throw new NotSupportedException();
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (85)
src\Compilers\Core\Portable\InternalUtilities\ConsList`1.cs (1)
77throw new NotSupportedException();
src\Compilers\Core\Portable\InternalUtilities\MultiDictionary.cs (1)
62throw new NotSupportedException();
src\Compilers\Core\Portable\InternalUtilities\ReadOnlyUnmanagedMemoryStream.cs (2)
131throw new NotSupportedException(); 136throw new NotSupportedException();
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (10)
123set => throw new NotSupportedException(); 129set => throw new NotSupportedException(); 349=> throw new NotSupportedException(); 352=> throw new NotSupportedException(); 355=> throw new NotSupportedException(); 358=> throw new NotSupportedException(); 361=> throw new NotSupportedException(); 364=> throw new NotSupportedException(); 367=> throw new NotSupportedException(); 370=> throw new NotSupportedException();
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs (1)
35=> throw new NotSupportedException();
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs (2)
35=> throw new NotSupportedException(); 50=> throw new NotSupportedException();
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection.cs (3)
49=> throw new NotSupportedException(); 52=> throw new NotSupportedException(); 55=> throw new NotSupportedException();
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (7)
60readonly IEnumerable<TKey> IReadOnlyDictionary<TKey, TValue>.Keys => throw new NotSupportedException(); 62readonly IEnumerable<TValue> IReadOnlyDictionary<TKey, TValue>.Values => throw new NotSupportedException(); 64readonly ICollection<TKey> IDictionary<TKey, TValue>.Keys => throw new NotSupportedException(); 66readonly ICollection<TValue> IDictionary<TKey, TValue>.Values => throw new NotSupportedException(); 70readonly ICollection IDictionary.Keys => throw new NotSupportedException(); 72readonly ICollection IDictionary.Values => throw new NotSupportedException(); 78readonly object ICollection.SyncRoot => throw new NotSupportedException();
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection.cs (3)
49=> throw new NotSupportedException(); 52=> throw new NotSupportedException(); 55=> throw new NotSupportedException();
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (8)
369=> throw new NotSupportedException(); 372=> throw new NotSupportedException(); 375=> throw new NotSupportedException(); 378=> throw new NotSupportedException(); 381=> throw new NotSupportedException(); 384=> throw new NotSupportedException(); 387=> throw new NotSupportedException(); 390=> throw new NotSupportedException();
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (12)
103set => throw new NotSupportedException(); 109set => throw new NotSupportedException(); 644=> throw new NotSupportedException(); 647=> throw new NotSupportedException(); 650=> throw new NotSupportedException(); 653=> throw new NotSupportedException(); 656=> throw new NotSupportedException(); 659=> throw new NotSupportedException(); 662=> throw new NotSupportedException(); 677=> throw new NotSupportedException(); 680=> throw new NotSupportedException(); 683=> throw new NotSupportedException();
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
45readonly object ICollection.SyncRoot => throw new NotSupportedException();
src\Dependencies\Collections\Segmented\SegmentedArray.cs (3)
69throw new NotSupportedException(); 164throw new NotSupportedException(); 231throw new NotSupportedException();
src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Collection.cs (3)
24throw new NotSupportedException(); 29throw new NotSupportedException(); 47throw new NotSupportedException();
src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Dictionary.cs (4)
31throw new NotSupportedException(); 52throw new NotSupportedException(); 73throw new NotSupportedException(); 78throw new NotSupportedException();
src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.List.cs (3)
36throw new NotSupportedException(); 41throw new NotSupportedException(); 53throw new NotSupportedException();
src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Set.cs (5)
24throw new NotSupportedException(); 29throw new NotSupportedException(); 34throw new NotSupportedException(); 69throw new NotSupportedException(); 74throw new NotSupportedException();
src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Collection.cs (3)
24throw new NotSupportedException(); 29throw new NotSupportedException(); 54throw new NotSupportedException();
src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Set.cs (5)
24throw new NotSupportedException(); 29throw new NotSupportedException(); 34throw new NotSupportedException(); 69throw new NotSupportedException(); 74throw new NotSupportedException();
src\Dependencies\Collections\Specialized\SpecializedCollections.Singleton.Collection`1.cs (6)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 50throw new NotSupportedException(); 77throw new NotSupportedException(); 93throw new NotSupportedException(); 98throw new NotSupportedException();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SerializableBytes.cs (2)
269=> throw new NotSupportedException(); 272=> throw new NotSupportedException();
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
SymbolKeyTests.cs (1)
1490throw new NotSupportedException();
Microsoft.CodeAnalysis.XunitHook (1)
XunitDisposeHook.cs (1)
52throw 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.DotNet.XUnitAssert.Tests (1)
EqualityAssertsTests.cs (1)
4544 throw new NotSupportedException();
Microsoft.Extensions.AI (8)
Functions\AIFunctionFactory.Utilities.cs (4)
82set => throw new NotSupportedException(); 98public override int Read(byte[] buffer, int offset, int count) => throw new NotSupportedException(); 99public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(); 100public override void SetLength(long value) => throw new NotSupportedException();
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();
src\Shared\EmptyCollections\EmptyReadOnlyList.cs (1)
34void ICollection<T>.Add(T item) => throw new NotSupportedException();
Microsoft.Extensions.AI.Abstractions (10)
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();
src\Shared\EmptyCollections\EmptyReadOnlyList.cs (1)
34void ICollection<T>.Add(T item) => throw new NotSupportedException();
Utilities\AIJsonUtilities.cs (6)
218public override long Length => throw new NotSupportedException(); 219public override long Position { get => throw new NotSupportedException(); set => throw new NotSupportedException(); } 220public override int Read(byte[] buffer, int offset, int count) => throw new NotSupportedException(); 221public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(); 222public override void SetLength(long value) => throw new NotSupportedException();
Microsoft.Extensions.AI.AzureAIInference (4)
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();
src\Shared\EmptyCollections\EmptyReadOnlyList.cs (1)
34void ICollection<T>.Add(T item) => throw new NotSupportedException();
Microsoft.Extensions.AI.Evaluation.Console (1)
Commands\ReportCommand.cs (1)
90_ => throw new NotSupportedException(),
Microsoft.Extensions.AI.Evaluation.Safety (2)
ContentSafetyChatClient.cs (2)
91throw new NotSupportedException(); 130throw new NotSupportedException();
Microsoft.Extensions.AI.Ollama (4)
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();
src\Shared\EmptyCollections\EmptyReadOnlyList.cs (1)
34void ICollection<T>.Add(T item) => throw new NotSupportedException();
Microsoft.Extensions.AI.OpenAI (4)
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();
src\Shared\EmptyCollections\EmptyReadOnlyList.cs (1)
34void ICollection<T>.Add(T item) => throw new NotSupportedException();
Microsoft.Extensions.AI.Tests (1)
Functions\AIFunctionFactoryTest.cs (1)
869public 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)
319Customer IHybridCacheSerializer<Customer>.Deserialize(ReadOnlySequence<byte> source) => throw new NotSupportedException(); 320void IHybridCacheSerializer<Customer>.Serialize(Customer value, IBufferWriter<byte> target) => throw new NotSupportedException();
UnreliableL2Tests.cs (4)
161public byte[]? Get(string key) => throw new NotSupportedException(); // only async API in use 166public void Refresh(string key) => throw new NotSupportedException(); // only async API in use 171public void Remove(string key) => throw new NotSupportedException(); // only async API in use 176public void Set(string key, byte[] value, DistributedCacheEntryOptions options) => throw new NotSupportedException(); // only async API in use
Microsoft.Extensions.Caching.StackExchangeRedis.Tests (4)
CacheServiceExtensionsTests.cs (4)
188=> throw new NotSupportedException(); 191=> throw new NotSupportedException(); 194=> throw new NotSupportedException(); 197=> throw new NotSupportedException();
Microsoft.Extensions.DependencyModel (1)
DependencyContextWriter.cs (1)
254throw new NotSupportedException();
Microsoft.Extensions.Diagnostics.ResourceMonitoring (5)
Linux\LinuxUtilizationParserCgroupV1.cs (5)
97public float GetCgroupLimitV2() => throw new NotSupportedException(); 98public float GetCgroupRequestCpuV2() => throw new NotSupportedException(); 99public long GetCgroupCpuUsageInNanosecondsV2() => throw new NotSupportedException(); 100public (long cpuUsageNanoseconds, long elapsedPeriods) GetCgroupCpuUsageInNanosecondsAndCpuPeriodsV2() => throw new NotSupportedException(); 101public long GetCgroupPeriodsIntervalInMicroSecondsV2() => throw new NotSupportedException();
Microsoft.Extensions.Diagnostics.ResourceMonitoring.Tests (1)
Linux\Resources\FileNamesOnlyFileSystem.cs (1)
23throw new NotSupportedException();
Microsoft.Extensions.Hosting (1)
HostApplicationBuilder.cs (1)
342public IHost Build() => throw new NotSupportedException();
Microsoft.Extensions.Http.Diagnostics (4)
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();
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(); 388void ICollection<string?>.Add(string? item) => throw new NotSupportedException(); 390void IList<string?>.Insert(int index, string? item) => throw new NotSupportedException(); 392bool ICollection<string?>.Remove(string? item) => throw new NotSupportedException(); 394void IList<string?>.RemoveAt(int index) => throw new NotSupportedException(); 396void ICollection<string?>.Clear() => throw new NotSupportedException(); 830throw new NotSupportedException();
Microsoft.Extensions.Telemetry.Tests (1)
Logging\ExtendedLoggerTests.cs (1)
1153where TState : notnull => throw new NotSupportedException();
Microsoft.Gen.ComplianceReports.Unit.Tests (6)
GeneratorTests.cs (2)
203public override AnalyzerConfigOptions GetOptions(SyntaxTree tree) => throw new System.NotSupportedException(); 204public override AnalyzerConfigOptions GetOptions(AdditionalText textFile) => throw new System.NotSupportedException();
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();
src\Shared\EmptyCollections\EmptyReadOnlyList.cs (1)
34void ICollection<T>.Add(T item) => throw new NotSupportedException();
Microsoft.Gen.ContextualOptions.Unit.Tests (4)
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();
src\Shared\EmptyCollections\EmptyReadOnlyList.cs (1)
34void ICollection<T>.Add(T item) => throw new NotSupportedException();
Microsoft.Gen.Logging.Generated.Tests (16)
test\Generators\Microsoft.Gen.Logging\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)
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();
src\Shared\EmptyCollections\EmptyReadOnlyList.cs (1)
34void ICollection<T>.Add(T item) => throw new NotSupportedException();
Microsoft.Gen.MetadataExtractor.Unit.Tests (6)
GeneratorTests.cs (2)
256public override AnalyzerConfigOptions GetOptions(SyntaxTree tree) => throw new NotSupportedException(); 257public override AnalyzerConfigOptions GetOptions(AdditionalText textFile) => throw new NotSupportedException();
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();
src\Shared\EmptyCollections\EmptyReadOnlyList.cs (1)
34void ICollection<T>.Add(T item) => throw new NotSupportedException();
Microsoft.Gen.Metrics.Unit.Tests (4)
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();
src\Shared\EmptyCollections\EmptyReadOnlyList.cs (1)
34void ICollection<T>.Add(T item) => throw new NotSupportedException();
Microsoft.Gen.MetricsReports.Unit.Tests (6)
GeneratorTests.cs (2)
193public override AnalyzerConfigOptions GetOptions(SyntaxTree tree) => throw new NotSupportedException(); 194public override AnalyzerConfigOptions GetOptions(AdditionalText textFile) => throw new NotSupportedException();
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();
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.VisualBasic.Core (1)
Microsoft\VisualBasic\CompilerServices\VBBinder.vb (1)
1594Throw New NotSupportedException
Microsoft.VisualStudio.LanguageServices (5)
DebuggerIntelliSense\DebuggerTextView.cs (5)
316=> throw new NotSupportedException(); 319=> throw new NotSupportedException(); 322=> throw new NotSupportedException(); 325=> throw new NotSupportedException(); 331=> throw new NotSupportedException();
Microsoft.VisualStudio.LanguageServices.CSharp (11)
CodeModel\CSharpCodeModelService.cs (6)
1567throw new NotSupportedException(); 1573throw new NotSupportedException(); 1579throw new NotSupportedException(); 1621throw new NotSupportedException(); 1627throw new NotSupportedException(); 1633throw new NotSupportedException();
CodeModel\CSharpCodeModelService.NodeLocator.cs (2)
80throw new NotSupportedException(); 131throw new NotSupportedException();
ProjectSystemShim\CSharpProjectShim.IVsEditorFactoryNotify.cs (3)
20=> throw new NotSupportedException(); 23=> throw new NotSupportedException(); 26=> throw new NotSupportedException();
MSBuild (4)
BufferedReadStream.cs (4)
45get { throw new NotSupportedException(); } 46set { throw new NotSupportedException(); } 187throw new NotSupportedException(); 192throw new NotSupportedException();
MSBuildTaskHost (15)
BufferedReadStream.cs (4)
45get { throw new NotSupportedException(); } 46set { throw new NotSupportedException(); } 187throw new NotSupportedException(); 192throw new NotSupportedException();
Immutable\ImmutableDictionary.cs (11)
202public IEqualityComparer<K> KeyComparer { get => _backing.Comparer; internal set => throw new NotSupportedException(); } 233set { throw new NotSupportedException(); } 238throw new NotSupportedException(); 243throw new NotSupportedException(); 248throw new NotSupportedException(); 254set { throw new NotSupportedException(); } 259throw new NotSupportedException(); 264throw new NotSupportedException(); 269throw new NotSupportedException(); 274throw new NotSupportedException(); 279throw 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\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\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\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)
1891throw 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)
12080throw 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();
PresentationUI (1)
MS\Internal\Documents\RightsManagementProvider.cs (1)
138throw new NotSupportedException();
Roslyn.Diagnostics.Analyzers (6)
AbstractDoNotCopyValue.cs (1)
1349=> throw new NotSupportedException();
NamedTypeFullNameNotNullSuppressor.cs (1)
64_ => throw new NotSupportedException(),
src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\CodeAnalysisMetricData.cs (2)
283_ => throw new NotSupportedException(), 321_ => throw new NotSupportedException(),
src\RoslynAnalyzers\Utilities\Compiler\Lightup\LightupHelpers.cs (1)
149throw new NotSupportedException();
src\RoslynAnalyzers\Utilities\Compiler\SmallDictionary.cs (1)
717throw new NotSupportedException();
Roslyn.Diagnostics.Analyzers.UnitTests (2)
CreateTestAccessorTests.cs (2)
145_ => throw new NotSupportedException(), 228_ => throw new NotSupportedException(),
Roslyn.Test.PdbUtilities (3)
Reader\SymReaderFactory.cs (1)
54throw new NotSupportedException();
Writer\SymUnmanagedWriterWithoutSourceLinkSupport.cs (1)
20=> throw new SymUnmanagedWriterException("xxx", new NotSupportedException(), "<lib name>");
Writer\SymWriterTestUtilities.cs (1)
15_ => throw new SymUnmanagedWriterException("xxx", new NotSupportedException(), "<lib name>");
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)
1577set => throw new NotSupportedException(); 1584set => throw new NotSupportedException(); 1606void ICollection<TKey>.Add(TKey item) => throw new NotSupportedException(); 1609void ICollection<TKey>.Clear() => throw new NotSupportedException(); 1612void IList<TKey>.Insert(int index, TKey item) => throw new NotSupportedException(); 1615bool ICollection<TKey>.Remove(TKey item) => throw new NotSupportedException(); 1618void IList<TKey>.RemoveAt(int index) => throw new NotSupportedException(); 1621int IList.Add(object? value) => throw new NotSupportedException(); 1624void IList.Clear() => throw new NotSupportedException(); 1630void IList.Insert(int index, object? value) => throw new NotSupportedException(); 1633void IList.Remove(object? value) => throw new NotSupportedException(); 1636void IList.RemoveAt(int index) => throw new NotSupportedException(); 1723set => throw new NotSupportedException(); 1733set => throw new NotSupportedException(); 1767void ICollection<TValue>.Add(TValue item) => throw new NotSupportedException(); 1770void ICollection<TValue>.Clear() => throw new NotSupportedException(); 1773void IList<TValue>.Insert(int index, TValue item) => throw new NotSupportedException(); 1776bool ICollection<TValue>.Remove(TValue item) => throw new NotSupportedException(); 1779void IList<TValue>.RemoveAt(int index) => throw new NotSupportedException(); 1782int IList.Add(object? value) => throw new NotSupportedException(); 1785void IList.Clear() => throw new NotSupportedException(); 1827void IList.Insert(int index, object? value) => throw new NotSupportedException(); 1830void IList.Remove(object? value) => throw new NotSupportedException(); 1833void 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)
484set => throw new NotSupportedException(); 580set => throw new NotSupportedException(); 648void IDictionary<TKey, TValue>.Add(TKey key, TValue value) => throw new NotSupportedException(); 651void ICollection<KeyValuePair<TKey, TValue>>.Add(KeyValuePair<TKey, TValue> item) => throw new NotSupportedException(); 654void IDictionary.Add(object key, object? value) => throw new NotSupportedException(); 657bool IDictionary<TKey, TValue>.Remove(TKey key) => throw new NotSupportedException(); 660bool ICollection<KeyValuePair<TKey, TValue>>.Remove(KeyValuePair<TKey, TValue> item) => throw new NotSupportedException(); 663void IDictionary.Remove(object key) => throw new NotSupportedException(); 666void ICollection<KeyValuePair<TKey, TValue>>.Clear() => throw new NotSupportedException(); 669void 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)
264set { throw new NotSupportedException(); } 570throw new NotSupportedException(); 587throw new NotSupportedException(); 596throw new NotSupportedException(); 601throw new NotSupportedException(); 606throw new NotSupportedException(); 685throw new NotSupportedException(); 717throw new NotSupportedException(); 728set { throw new NotSupportedException(); } 737throw 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)
666throw new NotSupportedException(); 674throw new NotSupportedException(); 682throw new NotSupportedException(); 690throw new NotSupportedException(); 698throw new NotSupportedException(); 726throw new NotSupportedException(); 734throw new NotSupportedException(); 742throw new NotSupportedException(); 755set { throw new NotSupportedException(); } 763throw new NotSupportedException(); 771throw new NotSupportedException(); 837throw new NotSupportedException(); 846throw new NotSupportedException(); 896throw new NotSupportedException(); 906throw new NotSupportedException(); 916throw new NotSupportedException(); 930set { throw new NotSupportedException(); }
System\Collections\Immutable\KeysOrValuesCollectionAccessor.cs (4)
71throw new NotSupportedException(); 79throw new NotSupportedException(); 107throw new NotSupportedException(); 214throw 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)
350set => throw new NotSupportedException(); 356int IList.Add(object? value) => throw new NotSupportedException(); 361void IList.Clear() => throw new NotSupportedException(); 384void IList.Insert(int index, object? value) => throw new NotSupportedException(); 389void IList.Remove(object? value) => throw new NotSupportedException(); 394void 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\libraries\Common\src\System\Data\Common\AdapterUtil.cs (1)
121NotSupportedException 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\libraries\Common\src\System\Data\Common\AdapterUtil.cs (1)
121NotSupportedException e = new NotSupportedException();
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\DiagLinkedList.cs (1)
300public void Reset() => throw new NotSupportedException();
System.Drawing.Common.Tests (2)
System\Drawing\BitmapTests.cs (2)
1711set => _stream.Position = _canSeek ? value : throw new NotSupportedException(); 1715public override int Read(byte[] buffer, int offset, int count) => _canRead ? _stream.Read(buffer, offset, count) : throw new NotSupportedException();
System.Formats.Cbor (1)
src\libraries\Common\src\System\Memory\PointerMemoryManager.cs (1)
28throw new NotSupportedException();
System.IO.Compression (13)
System\IO\Compression\DeflateZLib\DeflateStream.cs (8)
884if (!CanRead) throw new NotSupportedException(); 894if (!CanRead) throw new NotSupportedException(); 1090public override long Length { get { throw new NotSupportedException(); } } 1091public override long Position { get { throw new NotSupportedException(); } set { throw new NotSupportedException(); } } 1092public override int Read(byte[] buffer, int offset, int count) { throw new NotSupportedException(); } 1093public override long Seek(long offset, SeekOrigin origin) { throw new NotSupportedException(); } 1094public override void SetLength(long value) { throw new NotSupportedException(); }
System\IO\Compression\ZLibStream.cs (5)
70public override long Length => throw new NotSupportedException(); 75get => throw new NotSupportedException(); 76set => throw new NotSupportedException(); 96public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(); 99public override void SetLength(long value) => throw new NotSupportedException();
System.IO.Compression.Brotli (5)
System\IO\Compression\BrotliStream.cs (5)
156public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(); 160public override long Length => throw new NotSupportedException(); 166get => throw new NotSupportedException(); 167set => throw new NotSupportedException(); 171public override void SetLength(long value) => throw new NotSupportedException();
System.IO.FileSystem.Watcher (2)
System\IO\FileSystemWatcher.cs (2)
745throw new NotSupportedException(); 771throw new NotSupportedException();
System.IO.Hashing (6)
System\IO\Hashing\NonCryptographicHashAlgorithm.cs (6)
356public override long Length => throw new NotSupportedException(); 358public override long Position { get => throw new NotSupportedException(); set => throw new NotSupportedException(); } 360public override int Read(byte[] buffer, int offset, int count) => throw new NotSupportedException(); 362public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(); 364public 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)
295void ICollection<IGrouping<TKey, TElement>>.Add(IGrouping<TKey, TElement> item) => throw new NotSupportedException(); 296void ICollection<IGrouping<TKey, TElement>>.Clear() => throw new NotSupportedException(); 297bool ICollection<IGrouping<TKey, TElement>>.Remove(IGrouping<TKey, TElement> item) => throw new NotSupportedException(); 322public void Add(IGrouping<TKey, TElement> item) => throw new NotSupportedException(); 323public void Clear() => throw new NotSupportedException(); 324public 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.Memory.Data (2)
src\libraries\Common\src\System\IO\ReadOnlyMemoryStream.cs (2)
187public override void SetLength(long value) => throw new NotSupportedException(); 189public override void Write(byte[] buffer, int offset, int count) => throw new NotSupportedException();
System.Net.Http (29)
src\libraries\Common\src\System\IO\ReadOnlyMemoryStream.cs (2)
187public override void SetLength(long value) => throw new NotSupportedException(); 189public override void Write(byte[] buffer, int offset, int count) => throw new NotSupportedException();
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)
1130public override long Position { get { throw new NotSupportedException(); } set { throw new NotSupportedException(); } } 1131public override int Read(byte[] buffer, int offset, int count) { throw new NotSupportedException(); } 1132public override long Seek(long offset, SeekOrigin origin) { throw new NotSupportedException(); } 1133public override void SetLength(long value) { throw new NotSupportedException(); }
System\Net\Http\MultipartContent.cs (5)
631public override void SetLength(long value) { throw new NotSupportedException(); } 632public override void Write(byte[] buffer, int offset, int count) { throw new NotSupportedException(); } 633public override void Write(ReadOnlySpan<byte> buffer) { throw new NotSupportedException(); } 634public override Task WriteAsync(byte[] buffer, int offset, int count, CancellationToken cancellationToken) { throw new NotSupportedException(); } 635public override ValueTask WriteAsync(ReadOnlyMemory<byte> buffer, CancellationToken cancellationToken = default) { throw new NotSupportedException(); }
System\Net\Http\SocketsHttpHandler\DecompressionHandler.cs (2)
254public override ValueTask WriteAsync(ReadOnlyMemory<byte> buffer, CancellationToken cancellationToken) => throw new NotSupportedException(); 329public override ValueTask WriteAsync(ReadOnlyMemory<byte> buffer, CancellationToken cancellationToken) => throw new NotSupportedException();
System\Net\Http\SocketsHttpHandler\Http3RequestStream.cs (3)
1488throw new NotSupportedException(); 1516throw new NotSupportedException(); 1521throw 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.NameResolution (1)
System\Net\NameResolutionPal.Unix.cs (1)
24throw 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\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.Client (4)
System\Net\WebSockets\WebSocketHandle.Managed.cs (4)
537public ICredentials? Credentials { get => throw new NotSupportedException(); set => throw new NotSupportedException(); } 538public Uri? GetProxy(Uri destination) => throw new NotSupportedException(); 539public bool IsBypassed(Uri host) => throw new NotSupportedException();
System.Numerics.Tensors (70)
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IAggregationOperator.cs (1)
22static virtual T IdentityValue => 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.Asin.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)
31public static Vector128<T> Invoke(Vector128<T> x) => throw new NotSupportedException(); 32public static Vector256<T> Invoke(Vector256<T> x) => throw new NotSupportedException(); 33public static Vector512<T> Invoke(Vector512<T> x) => throw new NotSupportedException();
System\Numerics\Tensors\netcore\TensorPrimitives.BitIncrement.cs (3)
31public static Vector128<T> Invoke(Vector128<T> x) => throw new NotSupportedException(); 32public static Vector256<T> Invoke(Vector256<T> x) => throw new NotSupportedException(); 33public static Vector512<T> Invoke(Vector512<T> x) => throw 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)
54throw new NotSupportedException(); 71throw new NotSupportedException(); 88throw new NotSupportedException();
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertToIntegerNative.cs (3)
54throw new NotSupportedException(); 71throw new NotSupportedException(); 88throw new NotSupportedException();
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertTruncating.cs (3)
219public static Vector128<TTo> Invoke(Vector128<TFrom> x) => throw new NotSupportedException(); 220public static Vector256<TTo> Invoke(Vector256<TFrom> x) => throw new NotSupportedException(); 221public 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)
73public static Vector128<T> Invoke(Vector128<T> x) => throw new NotSupportedException(); 74public static Vector256<T> Invoke(Vector256<T> x) => throw new NotSupportedException(); 75public static Vector512<T> Invoke(Vector512<T> x) => throw new NotSupportedException();
System\Numerics\Tensors\netcore\TensorPrimitives.IsImaginaryNumber.cs (3)
73public static Vector128<T> Invoke(Vector128<T> x) => throw new NotSupportedException(); 74public static Vector256<T> Invoke(Vector256<T> x) => throw new NotSupportedException(); 75public static Vector512<T> Invoke(Vector512<T> x) => throw new NotSupportedException();
System\Numerics\Tensors\netcore\TensorPrimitives.Round.cs (3)
356public Vector128<T> Invoke(Vector128<T> x) => throw new NotSupportedException(); 357public Vector256<T> Invoke(Vector256<T> x) => throw new NotSupportedException(); 358public 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)
37public static Vector128<T> Invoke(Vector128<T> x) => throw new NotSupportedException(); 38public static Vector256<T> Invoke(Vector256<T> x) => throw new NotSupportedException(); 39public static Vector512<T> Invoke(Vector512<T> x) => throw new NotSupportedException();
System.Private.CoreLib (122)
src\libraries\System.Private.CoreLib\src\Internal\Runtime\CompilerHelpers\ThrowHelpers.cs (1)
81throw new NotSupportedException();
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\EqualityComparer.cs (1)
32getHashCode ??= _ => throw new NotSupportedException();
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\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\libraries\System.Private.CoreLib\src\System\IO\Enumeration\FileSystemEnumerator.cs (1)
100throw new NotSupportedException();
src\libraries\System.Private.CoreLib\src\System\IO\Iterator.cs (1)
67throw new NotSupportedException();
src\libraries\System.Private.CoreLib\src\System\Random.cs (1)
568protected override double Sample() => throw new NotSupportedException();
src\libraries\System.Private.CoreLib\src\System\Random.Xoshiro256StarStarImpl.cs (1)
198throw new NotSupportedException();
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\ConstructorOnTypeBuilderInstantiation.cs (1)
56throw new NotSupportedException();
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\libraries\System.Private.CoreLib\src\System\Reflection\Emit\MethodOnTypeBuilderInstantiation.cs (4)
68throw new NotSupportedException(); 121public override ParameterInfo ReturnParameter => throw new NotSupportedException(); 122public override ICustomAttributeProvider ReturnTypeCustomAttributes => throw new NotSupportedException(); 123public override MethodInfo GetBaseDefinition() { throw new NotSupportedException(); }
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\TypeBuilderInstantiation.cs (27)
100public override Guid GUID => throw new NotSupportedException(); 103public override object InvokeMember(string name, BindingFlags invokeAttr, Binder? binder, object? target, object?[]? args, ParameterModifier[]? modifiers, CultureInfo? culture, string[]? namedParameters) { throw new NotSupportedException(); } 106public override RuntimeTypeHandle TypeHandle => throw new NotSupportedException(); 165protected override ConstructorInfo GetConstructorImpl(BindingFlags bindingAttr, Binder? binder, CallingConventions callConvention, Type[] types, ParameterModifier[]? modifiers) { throw new NotSupportedException(); } 168public override ConstructorInfo[] GetConstructors(BindingFlags bindingAttr) { throw new NotSupportedException(); } 171protected override MethodInfo GetMethodImpl(string name, BindingFlags bindingAttr, Binder? binder, CallingConventions callConvention, Type[]? types, ParameterModifier[]? modifiers) { throw new NotSupportedException(); } 174public override MethodInfo[] GetMethods(BindingFlags bindingAttr) { throw new NotSupportedException(); } 177public override FieldInfo GetField(string name, BindingFlags bindingAttr) { throw new NotSupportedException(); } 180public override FieldInfo[] GetFields(BindingFlags bindingAttr) { throw new NotSupportedException(); } 184public override Type GetInterface(string name, bool ignoreCase) { throw new NotSupportedException(); } 187public override Type[] GetInterfaces() { throw new NotSupportedException(); } 190public override EventInfo GetEvent(string name, BindingFlags bindingAttr) { throw new NotSupportedException(); } 193public override EventInfo[] GetEvents() { throw new NotSupportedException(); } 196protected override PropertyInfo GetPropertyImpl(string name, BindingFlags bindingAttr, Binder? binder, Type? returnType, Type[]? types, ParameterModifier[]? modifiers) { throw new NotSupportedException(); } 199public override PropertyInfo[] GetProperties(BindingFlags bindingAttr) { throw new NotSupportedException(); } 202public override Type[] GetNestedTypes(BindingFlags bindingAttr) { throw new NotSupportedException(); } 205public override Type GetNestedType(string name, BindingFlags bindingAttr) { throw new NotSupportedException(); } 208public override MemberInfo[] GetMember(string name, MemberTypes type, BindingFlags bindingAttr) { throw new NotSupportedException(); } 210public override InterfaceMapping GetInterfaceMap([DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicMethods | DynamicallyAccessedMemberTypes.NonPublicMethods)] Type interfaceType) { throw new NotSupportedException(); } 213public override EventInfo[] GetEvents(BindingFlags bindingAttr) { throw new NotSupportedException(); } 216public override MemberInfo[] GetMembers(BindingFlags bindingAttr) { throw new NotSupportedException(); } 228public 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\libraries\System.Private.CoreLib\src\System\Reflection\FieldAccessor.cs (1)
200throw new NotSupportedException();
src\libraries\System.Private.CoreLib\src\System\Reflection\FieldInfo.cs (1)
78public virtual Type GetModifiedFieldType() => throw new NotSupportedException();
src\libraries\System.Private.CoreLib\src\System\Reflection\InvokeUtils.cs (2)
26throw new NotSupportedException(); 104throw new NotSupportedException();
src\libraries\System.Private.CoreLib\src\System\Reflection\ParameterInfo.cs (1)
51public virtual Type GetModifiedParameterType() => throw new NotSupportedException();
src\libraries\System.Private.CoreLib\src\System\Reflection\PropertyInfo.cs (1)
36public virtual Type GetModifiedPropertyType() => throw new NotSupportedException();
src\libraries\System.Private.CoreLib\src\System\Reflection\RuntimeConstructorInfo.cs (2)
66throw new NotSupportedException(); 70throw new NotSupportedException();
src\libraries\System.Private.CoreLib\src\System\Reflection\RuntimeMethodInfo.cs (2)
66throw new NotSupportedException(); 71throw new NotSupportedException();
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\TypeMapLazyDictionary.cs (6)
256public IEnumerable<TKey> Keys => throw new NotSupportedException(); 257public IEnumerable<Type> Values => throw new NotSupportedException(); 258public int Count => throw new NotSupportedException(); 259public bool ContainsKey(TKey key) => throw new NotSupportedException(); 260public IEnumerator<KeyValuePair<TKey, Type>> GetEnumerator() => throw new NotSupportedException(); 261IEnumerator IEnumerable.GetEnumerator() => throw new NotSupportedException();
src\libraries\System.Private.CoreLib\src\System\Text\Ascii.CaseConversion.cs (2)
499throw new NotSupportedException(); 517throw new NotSupportedException();
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
488throw new NotSupportedException();
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(); 643public virtual Type MakeArrayType() => throw new NotSupportedException(); 645public virtual Type MakeArrayType(int rank) => throw new NotSupportedException(); 646public virtual Type MakeByRefType() => throw new NotSupportedException(); 652public virtual Type MakePointerType() => throw new NotSupportedException();
src\libraries\System.Private.CoreLib\src\System\TypedReference.cs (1)
92throw new NotSupportedException();
src\System\Reflection\Emit\RuntimeGenericTypeParameterBuilder.cs (27)
85public override Guid GUID => throw new NotSupportedException(); 88public override object InvokeMember(string name, BindingFlags invokeAttr, Binder? binder, object? target, object?[]? args, ParameterModifier[]? modifiers, CultureInfo? culture, string[]? namedParameters) { throw new NotSupportedException(); } 92public override RuntimeTypeHandle TypeHandle => throw new NotSupportedException(); 103protected override ConstructorInfo GetConstructorImpl(BindingFlags bindingAttr, Binder? binder, CallingConventions callConvention, Type[] types, ParameterModifier[]? modifiers) { throw new NotSupportedException(); } 106public override ConstructorInfo[] GetConstructors(BindingFlags bindingAttr) { throw new NotSupportedException(); } 109protected override MethodInfo GetMethodImpl(string name, BindingFlags bindingAttr, Binder? binder, CallingConventions callConvention, Type[]? types, ParameterModifier[]? modifiers) { throw new NotSupportedException(); } 112public override MethodInfo[] GetMethods(BindingFlags bindingAttr) { throw new NotSupportedException(); } 115public override FieldInfo GetField(string name, BindingFlags bindingAttr) { throw new NotSupportedException(); } 118public override FieldInfo[] GetFields(BindingFlags bindingAttr) { throw new NotSupportedException(); } 122public override Type GetInterface(string name, bool ignoreCase) { throw new NotSupportedException(); } 125public override Type[] GetInterfaces() { throw new NotSupportedException(); } 128public override EventInfo GetEvent(string name, BindingFlags bindingAttr) { throw new NotSupportedException(); } 131public override EventInfo[] GetEvents() { throw new NotSupportedException(); } 134protected override PropertyInfo GetPropertyImpl(string name, BindingFlags bindingAttr, Binder? binder, Type? returnType, Type[]? types, ParameterModifier[]? modifiers) { throw new NotSupportedException(); } 137public override PropertyInfo[] GetProperties(BindingFlags bindingAttr) { throw new NotSupportedException(); } 140public override Type[] GetNestedTypes(BindingFlags bindingAttr) { throw new NotSupportedException(); } 143public override Type GetNestedType(string name, BindingFlags bindingAttr) { throw new NotSupportedException(); } 146public override MemberInfo[] GetMember(string name, MemberTypes type, BindingFlags bindingAttr) { throw new NotSupportedException(); } 148public override InterfaceMapping GetInterfaceMap([DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicMethods | DynamicallyAccessedMemberTypes.NonPublicMethods)] Type interfaceType) { throw new NotSupportedException(); } 151public override EventInfo[] GetEvents(BindingFlags bindingAttr) { throw new NotSupportedException(); } 154public override MemberInfo[] GetMembers(BindingFlags bindingAttr) { throw new NotSupportedException(); } 172public override Type GetElementType() { throw new NotSupportedException(); } 204public override bool IsAssignableFrom([NotNullWhen(true)] Type? c) { throw new NotSupportedException(); } 206public override bool IsSubclassOf(Type c) { throw new NotSupportedException(); } 210public override object[] GetCustomAttributes(bool inherit) { throw new NotSupportedException(); } 212public override object[] GetCustomAttributes(Type attributeType, bool inherit) { throw new NotSupportedException(); } 214public override bool IsDefined(Type attributeType, bool inherit) { throw new NotSupportedException(); }
src\System\Reflection\Emit\RuntimeILGenerator.cs (2)
1176throw new NotSupportedException(); 1205throw new NotSupportedException();
src\System\Reflection\Emit\RuntimeMethodBuilder.cs (1)
502public override bool ContainsGenericParameters => throw new NotSupportedException();
src\System\Reflection\MdFieldInfo.cs (1)
60public override RuntimeFieldHandle FieldHandle => throw new NotSupportedException();
src\System\Reflection\RuntimeAssembly.cs (1)
23internal RuntimeAssembly() { throw new NotSupportedException(); }
src\System\Reflection\RuntimeModule.cs (1)
24internal RuntimeModule() { throw new NotSupportedException(); }
src\System\RuntimeType.CoreCLR.cs (1)
2394internal RuntimeType() { throw new NotSupportedException(); }
System.Private.DataContractSerialization (21)
System\Runtime\Serialization\Json\JsonEncodingStreamWrapper.cs (4)
107throw new NotSupportedException(); 109set { throw new NotSupportedException(); } 240throw new NotSupportedException(); 246throw 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.Windows.Core (1)
System\Private\Windows\BinaryFormat\Deserializer\ArrayRecordDeserializer.cs (1)
117_ => throw new NotSupportedException(),
System.Private.Windows.Core.Tests (8)
System\Private\Windows\Ole\BinaryFormatUtilitiesTests.cs (6)
301: throw new NotSupportedException() 495: throw new NotSupportedException() 534: throw new NotSupportedException() 583: throw new NotSupportedException() 622: throw new NotSupportedException() 1003public NotSupportedException Exception = new();
System\Private\Windows\Ole\TestDataObjectAdapter.cs (1)
58throw new NotSupportedException();
System\Private\Windows\Ole\TypeBinderTests.cs (1)
133Resolver = (TypeName typeName) => throw 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)
130throw new NotSupportedException(); 138throw new NotSupportedException(); 146throw new NotSupportedException(); 154throw new NotSupportedException(); 288throw new NotSupportedException(); 296throw new NotSupportedException(); 304throw new NotSupportedException(); 312throw new NotSupportedException(); 328throw new NotSupportedException(); 336throw new NotSupportedException(); 360throw new NotSupportedException(); 368get { throw new NotSupportedException(); } 390throw new NotSupportedException(); 398get { throw new NotSupportedException(); } 406get { 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\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)
768throw new NotSupportedException();
System\Reflection\Emit\TypeBuilderImpl.cs (6)
613public override string? AssemblyQualifiedName => throw new NotSupportedException(); 637public override Guid GUID => throw new NotSupportedException(); 645object?[]? args, ParameterModifier[]? modifiers, CultureInfo? culture, string[]? namedParameters) => throw new NotSupportedException(); 777public override EventInfo[] GetEvents() => throw new NotSupportedException(); 779public override EventInfo[] GetEvents(BindingFlags bindingAttr) => throw new NotSupportedException(); 781public override EventInfo? GetEvent(string name, BindingFlags bindingAttr) => throw new NotSupportedException();
System.Reflection.Metadata (33)
System\Reflection\Metadata\Ecma335\MetadataAggregator.cs (1)
253throw 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)
202public 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)
354_ => 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)
93throw new NotSupportedException();
System.Runtime.Numerics (3)
System\Number.BigInteger.cs (2)
1228throw new NotSupportedException(); 1286throw new NotSupportedException();
System\ThrowHelper.cs (1)
21throw new NotSupportedException();
System.Security.Cryptography (7)
src\libraries\Common\src\System\Memory\PointerMemoryManager.cs (1)
28throw new NotSupportedException();
System\Security\Cryptography\AesImplementation.OpenSsl.cs (1)
59new NotSupportedException() :
System\Security\Cryptography\DesImplementation.OpenSsl.cs (1)
52_ => throw new NotSupportedException(),
System\Security\Cryptography\LiteHash.OpenSsl.cs (1)
36public int HashSizeInBytes => throw new NotSupportedException();
System\Security\Cryptography\LiteHash.Unix.cs (1)
36public int HashSizeInBytes => throw new NotSupportedException();
System\Security\Cryptography\RC2Implementation.OpenSsl.cs (1)
50_ => throw new NotSupportedException(),
System\Security\Cryptography\TripleDesImplementation.OpenSsl.cs (1)
54_ => throw new NotSupportedException(),
System.Security.Cryptography.Cose (1)
src\libraries\Common\src\System\Memory\PointerMemoryManager.cs (1)
28throw new NotSupportedException();
System.Security.Cryptography.Pkcs (1)
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.ServiceModel.UnixDomainSocket (2)
System\ServiceModel\UnixDomainSocketSecurity.cs (1)
73throw new NotSupportedException();
System\ServiceModel\UnixDomainSocketTransportSecurity.cs (1)
167throw new NotSupportedException();
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\Regex.Debug.cs (3)
22throw new NotSupportedException(); 49throw new NotSupportedException(); 76throw 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\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\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\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)
531set => 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)
2195throw new NotSupportedException();
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Internals\ScaleHelper.DpiAwarenessScope.cs (1)
39throw new NotSupportedException();
System.Windows.Forms.Tests (8)
System\Windows\Forms\ClipboardTests.cs (1)
794: throw new NotSupportedException(),
System\Windows\Forms\DataObjectTests.cs (1)
523private static Type NotSupportedResolver(TypeName typeName) => throw new NotSupportedException();
System\Windows\Forms\ListBindingHelperTests.cs (6)
535throw new NotSupportedException(); 547throw new NotSupportedException(); 552throw new NotSupportedException(); 566throw new NotSupportedException(); 571throw new NotSupportedException(); 667public IEnumerator GetEnumerator() => throw new NotSupportedException();
System.Windows.Presentation (1)
System\Windows\Threading\TaskExtensions.cs (1)
40throw new NotSupportedException();
System.Xaml (2)
System\Xaml\XamlSchemaContext.cs (2)
1418throw new NotSupportedException(); 1466throw new NotSupportedException();
System.Xaml.Tests (1)
System\Xaml\Replacements\TypeUriConverterTests.cs (1)
279throw new NotSupportedException();
Templates.Blazor.Tests (2)
src\ProjectTemplates\Shared\Project.cs (2)
387throw new NotSupportedException(); 403throw new NotSupportedException();
Templates.Blazor.WebAssembly.Auth.Tests (2)
src\ProjectTemplates\Shared\Project.cs (2)
387throw new NotSupportedException(); 403throw new NotSupportedException();
Templates.Blazor.WebAssembly.Tests (2)
src\ProjectTemplates\Shared\Project.cs (2)
387throw new NotSupportedException(); 403throw new NotSupportedException();
Templates.Mvc.Tests (2)
src\ProjectTemplates\Shared\Project.cs (2)
387throw new NotSupportedException(); 403throw new NotSupportedException();
Templates.Tests (2)
src\ProjectTemplates\Shared\Project.cs (2)
387throw new NotSupportedException(); 403throw new NotSupportedException();
Test.Utilities (2)
src\RoslynAnalyzers\Utilities\Compiler\Lightup\LightupHelpers.cs (1)
149throw new NotSupportedException();
src\RoslynAnalyzers\Utilities\Compiler\SmallDictionary.cs (1)
717throw new NotSupportedException();
Text.Analyzers (4)
src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\CodeAnalysisMetricData.cs (2)
283_ => throw new NotSupportedException(), 321_ => throw new NotSupportedException(),
src\RoslynAnalyzers\Utilities\Compiler\Lightup\LightupHelpers.cs (1)
149throw new NotSupportedException();
src\RoslynAnalyzers\Utilities\Compiler\SmallDictionary.cs (1)
717throw new NotSupportedException();