3 types derived from NotSupportedException
Microsoft.CodeAnalysis.Scripting (1)
Hosting\AssemblyLoader\InteractiveAssemblyLoaderException.cs (1)
11internal sealed class InteractiveAssemblyLoaderException : NotSupportedException
Microsoft.Maui.Essentials (1)
Types\Shared\Exceptions.shared.cs (1)
49 public class FeatureNotSupportedException : NotSupportedException
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\PlatformNotSupportedException.cs (1)
15public class PlatformNotSupportedException : NotSupportedException
6018 instantiations of NotSupportedException
aspire (9)
Acquisition\InstallationDiscovery.cs (1)
286throw new NotSupportedException($"Unsupported peer probe result type '{probe?.GetType().FullName ?? "(null)"}'.");
Commands\InitCommand.cs (1)
484?? throw new NotSupportedException($"Polyglot skeleton not yet supported for language: {languageId}");
Projects\AppHostProjectFactory.cs (1)
64throw new NotSupportedException($"No handler available for AppHost file '{appHostFile.Name}'.");
Projects\ProjectLocator.cs (2)
76: throw new NotSupportedException(); 98: throw new NotSupportedException();
Scaffolding\ScaffoldingService.cs (3)
76throw new NotSupportedException("C# projects should be created using the template system via NewCommand."); 281var appHostFileName = language.AppHostFileName ?? throw new NotSupportedException($"AppHost file not defined for language: {language.LanguageId}"); 366appHostFileName ??= language.AppHostFileName ?? throw new NotSupportedException($"AppHost file not defined for language: {language.LanguageId}");
Utils\ArchiveHelper.cs (1)
32throw new NotSupportedException($"Unsupported archive format: {archivePath}");
aspire-managed (2)
NuGet\TrustedRootsHelper.cs (2)
176throw new NotSupportedException($"Method '{targetMethod?.Name}' is not supported on IX509ChainFactory proxy. This may indicate a NuGet.Packaging version mismatch — the library may have added new interface members."); 216_ => throw new NotSupportedException($"Method '{targetMethod?.Name}' is not supported on IX509Chain proxy. This may indicate a NuGet.Packaging version mismatch — the library may have added new interface members.")
Aspire.Cli.Tests (29)
Commands\Sdk\SdkExportCommandTests.cs (1)
465=> throw new NotSupportedException("Run should not be invoked by this test.");
Commands\SecretCommandTests.cs (7)
122public Task<bool> AddPackageAsync(AddPackageContext context, CancellationToken cancellationToken) => throw new NotSupportedException(); 124public Task<RunningInstanceResult> FindAndStopRunningInstanceAsync(FileInfo appHostFile, DirectoryInfo homeDirectory, CancellationToken cancellationToken) => throw new NotSupportedException(); 128public Task<int> PublishAsync(PublishContext context, CancellationToken cancellationToken) => throw new NotSupportedException(); 129public Task<int> RunAsync(AppHostProjectContext context, CancellationToken cancellationToken) => throw new NotSupportedException(); 130public Task<UpdatePackagesResult> UpdatePackagesAsync(UpdatePackagesContext context, CancellationToken cancellationToken) => throw new NotSupportedException(); 131public Task<AppHostValidationResult> ValidateAppHostAsync(FileInfo appHostFile, CancellationToken cancellationToken) => throw new NotSupportedException(); 132public Task<string?> GetAspireHostingVersionAsync(FileInfo appHostFile, CancellationToken cancellationToken) => throw new NotSupportedException();
Projects\AppHostServerSessionTests.cs (3)
600throw new NotSupportedException(); 644throw new NotSupportedException(); 694throw new NotSupportedException();
Projects\ProjectLocatorTests.cs (1)
2181=> TryGetProject(appHostFile) ?? throw new NotSupportedException($"No handler available for AppHost file '{appHostFile.Name}'.");
Scaffolding\ChannelReseedTests.cs (1)
155throw new NotSupportedException("Run should not be invoked when PrepareAsync fails.");
Telemetry\AspireCliTelemetryTests.cs (1)
358ExceptionToThrow = new NotSupportedException("Unexpected probe failure.")
Telemetry\InternalMicrosoftDetectorTests.cs (2)
196throw new NotSupportedException("Unexpected probe failure after cancellation."); 220[new InternalMicrosoftProbe("faulting", _ => throw new NotSupportedException("Unexpected probe failure."))],
TestServices\FakeAppHostServerSession.cs (6)
120=> throw new NotSupportedException(); 129=> throw new NotSupportedException(); 132=> throw new NotSupportedException(); 135=> throw new NotSupportedException(); 138=> throw new NotSupportedException(); 141=> throw new NotSupportedException();
TestServices\FakeFailingAppHostServerProject.cs (1)
38throw new NotSupportedException("Run should not be invoked when PrepareAsync fails.");
TestServices\FakeSucceedingAppHostServerProject.cs (1)
35throw new NotSupportedException("Run should not be invoked when using a fake codegen session.");
TestServices\TestAppHostProjectFactory.cs (1)
67return TryGetProject(appHostFile) ?? throw new NotSupportedException($"No handler available for AppHost file '{appHostFile.Name}'.");
TestServices\TestTypeScriptStarterProjectFactory.cs (2)
21throw new NotSupportedException($"No handler available for language '{language.LanguageId}'."); 34return TryGetProject(appHostFile) ?? throw new NotSupportedException($"No handler available for AppHost file '{appHostFile.Name}'.");
Utils\DevCertsCheckTests.cs (2)
637KillCallback = _ => throw new NotSupportedException("Process tree termination is unavailable.") 691KillCallback = _ => throw new NotSupportedException("Process tree termination is unavailable.")
Aspire.Confluent.Kafka (1)
src\Vendoring\OpenTelemetry.Instrumentation.ConfluentKafka\Shared\PropertyFetcher.AOT.cs (1)
115throw new NotSupportedException(
Aspire.Dashboard (7)
DashboardWebApplication.cs (1)
965throw new NotSupportedException($"Unexpected {nameof(FrontendAuthMode)} enum member: {dashboardOptions.Frontend.AuthMode}");
Model\SpanType.cs (3)
99throw new NotSupportedException(); 140throw new NotSupportedException(); 181throw new NotSupportedException();
Otlp\Http\OtlpJsonConverters.cs (2)
58throw new NotSupportedException($"JSON deserialization for type {typeof(TMessage).Name} is not supported."); 69throw new NotSupportedException($"JSON serialization for type {typeof(TMessage).Name} is not supported.");
Otlp\Storage\SqliteTelemetryRepository.Logs.cs (1)
519throw new NotSupportedException($"Unsupported log filter type '{filter.GetType().Name}'.");
Aspire.Dashboard.Tests (3)
Model\ResourceStateViewModelTests.cs (3)
230public void Add(ResourceViewModel item) => throw new NotSupportedException(); 232public void Clear() => throw new NotSupportedException(); 240public bool Remove(ResourceViewModel item) => throw new NotSupportedException();
Aspire.Hosting (2)
Publishing\ResourceContainerImageManager.cs (1)
296throw new NotSupportedException($"The resource '{resource.Name}' of type '{resource.GetType().Name}' is not supported.");
Utils\FormattingHelpers.cs (1)
24_ => throw new NotSupportedException($"The format '{format}' is not supported. Supported formats are 'uri' (encodes a URI)")
Aspire.Hosting.Azure (12)
AzureProvisioningResource.cs (4)
183_ => throw new NotSupportedException($"Existing resource name type '{existingAnnotation.Name.GetType()}' is not supported.") 232_ => throw new NotSupportedException($"Scope value types '{scope.Subscription.GetType()}' and '{scope.ResourceGroup.GetType()}' are not supported.") 242_ => throw new NotSupportedException($"Resource group type '{scope.ResourceGroup.GetType()}' is not supported.") 252_ => throw new NotSupportedException($"Subscription type '{scope.Subscription.GetType()}' is not supported.")
AzurePublishingContext.cs (1)
258_ => throw new NotSupportedException("Unsupported value type " + val.GetType())
Provisioning\BicepUtilities.cs (2)
67_ => throw new NotSupportedException($"The parameter value type {parameterValue.GetType()} is not supported.") 230_ => throw new NotSupportedException($"The scope {propertyName} value type {value.GetType()} is not supported.")
Provisioning\Internal\DefaultArmOperation.cs (4)
22public override ValueTask<Response<T>> WaitForCompletionAsync(CancellationToken cancellationToken = default) => throw new NotSupportedException(); 23public override ValueTask<Response<T>> WaitForCompletionAsync(TimeSpan pollingInterval, CancellationToken cancellationToken = default) => throw new NotSupportedException(); 24public override Response<T> WaitForCompletion(CancellationToken cancellationToken = default) => throw new NotSupportedException(); 25public override Response<T> WaitForCompletion(TimeSpan pollingInterval, CancellationToken cancellationToken = default) => throw new NotSupportedException();
Provisioning\Provisioners\BicepProvisioner.cs (1)
1289_ => throw new NotSupportedException($"The scope value type {scopeValue.GetType()} is not supported.")
Aspire.Hosting.Azure.AppContainers (16)
AzureContainerAppEnvironmentResource.cs (1)
397_ => throw new NotSupportedException()
AzureContainerAppExtensions.cs (2)
488_ => throw new NotSupportedException() 512_ => throw new NotSupportedException()
BaseContainerAppContext.cs (6)
150_ => throw new NotSupportedException("Unsupported value type " + val.GetType()) 167_ => throw new NotSupportedException() 212_ => throw new NotSupportedException(), 270throw new NotSupportedException("Automatic Key vault generation is not supported in this environment. Please create a key vault resource directly."); 384throw new NotSupportedException("Unsupported value type " + value.GetType()); 482_ => throw new NotSupportedException()
ContainerAppContext.cs (5)
149throw new NotSupportedException($"The endpoint(s) {string.Join(", ", unsupportedEndpoints.Select(r => $"'{r.Endpoint.Name}'"))} specify an unsupported transport. The supported transports are 'http', 'http2', and 'tcp'."); 173throw new NotSupportedException("Multiple external endpoints are not supported"); 179throw new NotSupportedException("External non-HTTP(s) endpoints are not supported"); 188throw new NotSupportedException("HTTP(s) and TCP endpoints cannot be mixed"); 255throw new NotSupportedException("Container port is required for all endpoints");
ContainerAppJobContext.cs (1)
102throw new NotSupportedException("Azure Container App Jobs are not supported with Azure Functions.");
src\Shared\BicepFormattingHelpers.cs (1)
35_ => throw new NotSupportedException($"The format '{format}' is not supported. Supported formats are 'uri' (encodes a URI)")
Aspire.Hosting.Azure.AppService (7)
AzureAppServiceWebsiteContext.cs (6)
107throw new NotSupportedException($"The endpoint(s) {string.Join(", ", unsupportedEndpoints.Select(r => $"'{r.Endpoint.Name}'"))} on resource '{resource.Name}' specifies an unsupported scheme. Only http and https are supported in App Service."); 119throw new NotSupportedException("App Service does not support resources with multiple external endpoints."); 130throw new NotSupportedException($"The endpoint '{endpoint.Name}' on resource '{resource.Name}' is not external. App Service only supports external endpoints."); 309throw new NotSupportedException($"Unsupported value type {value.GetType()}"); 320_ => throw new NotSupportedException($"Unsupported value type {val.GetType()}") 874_ => throw new NotSupportedException($"Unsupported endpoint property {property}")
src\Shared\BicepFormattingHelpers.cs (1)
35_ => throw new NotSupportedException($"The format '{format}' is not supported. Supported formats are 'uri' (encodes a URI)")
Aspire.Hosting.Azure.CosmosDB (2)
AzureCosmosDBExtensions.cs (2)
319throw new NotSupportedException($"'{nameof(WithPartitionCount)}' does not work when using the Linux-based (vNext) Azure Cosmos DB emulator."); 485throw new NotSupportedException($"The Data Explorer endpoint is only available when using the Linux-based (vNext) Azure Cosmos DB emulator. Call '{nameof(RunAsEmulator)}' instead.");
Aspire.Hosting.Azure.KeyVault (1)
AzureKeyVaultResourceExtensions.cs (1)
119var value = secretResource.Value as IManifestExpressionProvider ?? throw new NotSupportedException(
Aspire.Hosting.Azure.Kubernetes (2)
AzureKubernetesEnvironmentResource.AksPipeline.cs (1)
640_ => throw new NotSupportedException(
src\Shared\BicepFormattingHelpers.cs (1)
35_ => throw new NotSupportedException($"The format '{format}' is not supported. Supported formats are 'uri' (encodes a URI)")
Aspire.Hosting.Azure.Tests (39)
AzureEnvironmentResourceExtensionsTests.cs (39)
5299=> throw new NotSupportedException(); 5302=> throw new NotSupportedException(); 5305=> throw new NotSupportedException(); 5308=> throw new NotSupportedException(); 5311=> throw new NotSupportedException(); 5314=> throw new NotSupportedException(); 5818=> throw new NotSupportedException(); 5821=> throw new NotSupportedException(); 5824=> throw new NotSupportedException(); 5827=> throw new NotSupportedException(); 5830=> throw new NotSupportedException(); 5833=> throw new NotSupportedException(); 5836=> throw new NotSupportedException(); 5842=> throw new NotSupportedException(); 5845=> throw new NotSupportedException(); 5848=> throw new NotSupportedException(); 5851=> throw new NotSupportedException(); 5857=> throw new NotSupportedException(); 5903=> throw new NotSupportedException(); 5906=> throw new NotSupportedException(); 5909=> throw new NotSupportedException(); 5912=> throw new NotSupportedException(); 5915=> throw new NotSupportedException(); 5918=> throw new NotSupportedException(); 5921=> throw new NotSupportedException(); 5927=> throw new NotSupportedException(); 5950=> throw new NotSupportedException(); 5980=> throw new NotSupportedException(); 5983=> throw new NotSupportedException(); 5986=> throw new NotSupportedException(); 5989=> throw new NotSupportedException(); 5992=> throw new NotSupportedException(); 5995=> throw new NotSupportedException(); 5998=> throw new NotSupportedException(); 6004=> throw new NotSupportedException(); 6010=> throw new NotSupportedException(); 6013=> throw new NotSupportedException(); 6016=> throw new NotSupportedException(); 6022=> throw new NotSupportedException();
Aspire.Hosting.Blazor (1)
BlazorGatewayExtensions.cs (1)
112throw new NotSupportedException(
Aspire.Hosting.Browsers.Tests (10)
BrowserLogsCdpConnectionTests.cs (5)
576public override long Length => throw new NotSupportedException(); 580get => throw new NotSupportedException(); 581set => throw new NotSupportedException(); 624throw new NotSupportedException(); 629throw new NotSupportedException();
BrowserLogsRunningSessionTests.cs (1)
127throw new NotSupportedException();
BrowserLogsSessionManagerTests.cs (2)
663throw new NotSupportedException(); 671throw new NotSupportedException();
BrowserPageSessionTests.cs (2)
367throw new NotSupportedException(); 375throw new NotSupportedException();
Aspire.Hosting.Docker (2)
DockerComposeServiceResource.cs (1)
244throw new NotSupportedException("Command line args must be strings");
DockerComposeServiceResourceExtensions.cs (1)
111_ => throw new NotSupportedException(),
Aspire.Hosting.Foundry (2)
HostedAgent\HostedAgentBuilderExtension.cs (1)
431throw new NotSupportedException($"Foundry hosted agent protocol '{protocol}' is not supported in run mode. Supported protocols: '{ResponsesProtocol}', '{InvocationsProtocol}'.");
src\Aspire.Hosting\Utils\FormattingHelpers.cs (1)
24_ => throw new NotSupportedException($"The format '{format}' is not supported. Supported formats are 'uri' (encodes a URI)")
Aspire.Hosting.Kubernetes (4)
KubernetesResource.cs (3)
383throw new NotSupportedException("Command line args must be strings"); 639throw new NotSupportedException($"Unsupported value type: {value.GetType().Name}"); 768_ => throw new NotSupportedException(),
Yaml\KubernetesManifestResourceYamlConverter.cs (1)
19throw new NotSupportedException($"{nameof(KubernetesManifestResource)} does not support YAML deserialization.");
Aspire.Hosting.Maui.Tests (1)
MauiPlatformExtensionsTests.cs (1)
968_ => throw new NotSupportedException($"Unsupported resource type: {expectedResourceType.Name}")
Aspire.Hosting.Radius (9)
Publishing\BicepPostProcessor.cs (4)
202_ => throw new NotSupportedException( 249throw new NotSupportedException("Null recipe parameter array elements are not supported."); 255throw new NotSupportedException( 272throw new NotSupportedException("Null recipe parameter values are not supported.");
Publishing\RadiusInfrastructureBuilder.cs (5)
1713throw new NotSupportedException( 1751throw new NotSupportedException("Recipe parameter values cannot contain cycles."); 1761throw new NotSupportedException( 1783throw new NotSupportedException("Recipe parameter values cannot contain cycles."); 1879_ => throw new NotSupportedException($"Unknown provider scope field '{reference.Field}'."),
Aspire.Hosting.RemoteHost (2)
Ats\AtsMarshaller.cs (2)
302throw new NotSupportedException(); 356throw new NotSupportedException();
Aspire.Hosting.Tests (17)
Backchannel\BackchannelContractTests.cs (1)
378throw new NotSupportedException($"{requestType.Name}.{property.Name} has unsupported test value type {property.PropertyType}.");
Dcp\GatedReadStream.cs (6)
22public override long Length => throw new NotSupportedException(); 26get => throw new NotSupportedException(); 27set => throw new NotSupportedException(); 77throw new NotSupportedException(); 82throw new NotSupportedException(); 87throw new NotSupportedException();
Dcp\KubernetesServiceTests.cs (1)
249=> throw new NotSupportedException("The kubeconfig tests only allocate a temp subdirectory.");
Pipelines\DistributedApplicationPipelineTests.cs (3)
402throw new NotSupportedException(exceptionMessage); 666throw new NotSupportedException("Test exception for stack trace"); 887throw new NotSupportedException(exceptionMessage);
Publishing\ContainerRuntimeBaseTests.cs (1)
43throw new NotSupportedException();
ResourceNotificationTests.cs (5)
1701throw new NotSupportedException( 1750throw new NotSupportedException($"Cannot create a different value for single-value enum {type}."); 1761throw new NotSupportedException($"Cannot create a different value for {type}. Extend {nameof(CreateDifferentValue)}."); 1812?? throw new NotSupportedException($"Enum {type} has no values."); 1826?? throw new NotSupportedException($"Cannot create a value for {type}. Extend {nameof(CreateValue)}.");
Aspire.StackExchange.Redis (2)
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\Shared\PropertyFetcher.cs (1)
119? throw new NotSupportedException(
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\TracerProviderBuilderExtensions.cs (1)
201throw new NotSupportedException("ConfigureRedisInstrumentation is not supported on the supplied builder type.");
ConfigurationSchemaGenerator (1)
ConfigSchemaEmitter.cs (1)
773throw new NotSupportedException();
crossgen2 (2)
Crossgen2RootCommand.cs (1)
280throw new NotSupportedException(); // Unreachable
src\runtime\src\coreclr\tools\Common\InstructionSetHelpers.cs (1)
310(string specifiedInstructionSet, string impliedInstructionSet) => throw new NotSupportedException());
csc (1)
src\roslyn\src\Compilers\Shared\NativeMethods.cs (1)
118if (!returnFinalTarget) throw new NotSupportedException();
CSharpSyntaxGenerator (1)
SourceWriter.cs (1)
1892throw new NotSupportedException();
datacollector (1)
src\vstest\src\Microsoft.TestPlatform.Execution.Shared\ProcDumpExecutableHelper.cs (1)
84: throw new NotSupportedException($"Not supported platform {_environment.OperatingSystem}");
datacollector.arm64 (1)
src\vstest\src\Microsoft.TestPlatform.Execution.Shared\ProcDumpExecutableHelper.cs (1)
84: throw new NotSupportedException($"Not supported platform {_environment.OperatingSystem}");
dotnet (8)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (2)
805_ => throw new NotSupportedException(), 813_ => throw new NotSupportedException(),
Commands\Test\MTP\TestApplication.cs (2)
668throw new NotSupportedException(string.Format(CliCommandStrings.CmdUnsupportedMessageRequestTypeException, request.GetType())); 787throw new NotSupportedException(string.Format(CliCommandStrings.CmdUnsupportedMessageRequestTypeException, request.GetType()));
Commands\Test\TestCommandParser.cs (1)
29throw new NotSupportedException();
Commands\Workload\Install\WorkloadInstallRecords\ReadOnlyWindowsWorkloadInstallationRecordRepository.cs (2)
38=> throw new NotSupportedException(); 41=> throw new NotSupportedException();
src\sdk\artifacts\.packages\microsoft.codeanalysis.buildclient\5.11.0-1.26425.101\contentFiles\cs\net11.0\NativeMethods.cs (1)
118if (!returnFinalTarget) throw new NotSupportedException();
dotnet-aot (2)
src\sdk\src\Cli\dotnet\Commands\Workload\Install\WorkloadInstallRecords\ReadOnlyWindowsWorkloadInstallationRecordRepository.cs (2)
38=> throw new NotSupportedException(); 41=> throw new NotSupportedException();
dotnet-format (2)
Analyzers\AnalyzerReferenceInformationProvider.cs (1)
67var analyzerService = workspace.Services.GetService<IAnalyzerService>() ?? throw new NotSupportedException();
Analyzers\CodeStyleInformationProvider.cs (1)
26var analyzerService = workspace.Services.GetService<IAnalyzerService>() ?? throw new NotSupportedException();
dotnet-svcutil-lib (173)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (2)
933throw new NotSupportedException(); 4506return new NotSupportedException(res);
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\Core\XmlReader.cs (5)
736throw new NotSupportedException(string.Format(ResXml.Xml_ReadBinaryContentNotSupported, "ReadContentAsBase64")); 742throw new NotSupportedException(string.Format(ResXml.Xml_ReadBinaryContentNotSupported, "ReadElementContentAsBase64")); 748throw new NotSupportedException(string.Format(ResXml.Xml_ReadBinaryContentNotSupported, "ReadContentAsBinHex")); 754throw new NotSupportedException(string.Format(ResXml.Xml_ReadBinaryContentNotSupported, "ReadElementContentAsBinHex")); 772throw new NotSupportedException(ResXml.Xml_ReadValueChunkNotSupported);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlReaderAsync.cs (5)
143throw new NotSupportedException(string.Format(ResXml.Xml_ReadBinaryContentNotSupported, "ReadContentAsBase64")); 149throw new NotSupportedException(string.Format(ResXml.Xml_ReadBinaryContentNotSupported, "ReadElementContentAsBase64")); 155throw new NotSupportedException(string.Format(ResXml.Xml_ReadBinaryContentNotSupported, "ReadContentAsBinHex")); 161throw new NotSupportedException(string.Format(ResXml.Xml_ReadBinaryContentNotSupported, "ReadElementContentAsBinHex")); 168throw new NotSupportedException(ResXml.Xml_ReadValueChunkNotSupported);
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXPathNavigator.cs (2)
1621throw new NotSupportedException(); 1679throw new NotSupportedException();
FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeGenerator.cs (3)
124return new NotSupportedException(msg); 1142throw new NotSupportedException("Char is not a valid schema primitive and should be treated as int in DataContract"); 1193throw new NotSupportedException("UnknownConstantType"); //.Serialization.DiagnosticUtility.ExceptionUtility.ThrowHelperError(XmlObjectSerializer.CreateSerializationException(string.Format(SR.UnknownConstantType, DataContract.GetClrTypeFullName(valueType))));
FrameworkFork\Microsoft.Xml\Xml\Serialization\Models.cs (2)
63if (!typeDesc.IsSpecial) throw new NotSupportedException(string.Format(ResXml.XmlUnsupportedTypeKind, type.FullName)); 193typeDesc.Exception = new NotSupportedException(string.Format(ResXml.XmlSerializerUnsupportedType, typeDesc.FullName));
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapReflectionImporter.cs (4)
252throw new NotSupportedException(string.Format(ResXml.XmlUnsupportedSoapTypeKind, model.TypeDesc.FullName)); 430throw new NotSupportedException(string.Format(ResXml.XmlRpcRefsInValueType, model.TypeDesc.FullName)); 432throw new NotSupportedException(string.Format(ResXml.XmlRpcNestedValueType, member.TypeDesc.FullName)); 455throw new NotSupportedException(string.Format(ResXml.XmlRpcArrayOfValueTypes, model.TypeDesc.FullName));
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaImporter.cs (1)
273throw new NotSupportedException(string.Format(ResXml.XmlUnsupportedRedefine, type.Name, typeNs));
FrameworkFork\Microsoft.Xml\Xml\Serialization\Types.cs (9)
388throw new NotSupportedException(string.Format(ResXml.XmlSerializerUnsupportedType, FullName)); 823exception = new NotSupportedException(string.Format(ResXml.XmlSerializerUnsupportedType, type.FullName)); 845exception = new NotSupportedException(string.Format(ResXml.XmlUnsupportedRank, type.FullName)); 867exception = new NotSupportedException(string.Format(ResXml.XmlSerializerUnsupportedType, type.FullName)); 923exception = new NotSupportedException(string.Format(ResXml.XmlUnsupportedInterface, type.FullName)); 927exception = new NotSupportedException(string.Format(ResXml.XmlUnsupportedInterfaceDetails, memberInfo.DeclaringType.FullName + "." + memberInfo.Name, type.FullName)); 937exception = new NotSupportedException(string.Format(ResXml.XmlSerializerUnsupportedType, type.FullName)); 1346throw new NotSupportedException(string.Format(ResXml.XmlUnsupportedIDictionary, type.FullName)); 1350throw new NotSupportedException(string.Format(ResXml.XmlUnsupportedIDictionaryDetails, memberInfo, type.FullName));
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (1)
802throw new NotSupportedException(string.Format(ResXml.XmlUnsupportedInheritance, model.Type.GetTypeInfo().BaseType.FullName));
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (1)
558throw new NotSupportedException(string.Format(ResXml.XmlUnsupportedRedefine, type.Name, typeNs));
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationReader.cs (1)
1766throw new NotSupportedException(string.Format(ResXml.XmlRpcArrayOfValueTypes, elementType.FullName));
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\XmlResolver.cs (1)
62throw new NotSupportedException(ResXml.Xml_RelativeUriNotSupported);
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\CodeGenerator.cs (1)
992throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(string.Format(SRSerialization.CharIsInvalidPrimitive)));
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CollectionDataContract.cs (1)
682throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(string.Format(SRSerialization.SupportForMultidimensionalArraysNotPresent)));
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 (5)
465throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(string.Format(SRSerialization.XmlMethodNotSupported, "WriteDocType"))); 909throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(string.Format(SRSerialization.XmlMethodNotSupported, "WriteEntityRef"))); 922throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(string.Format(SRSerialization.XmlMethodNotSupported, "WriteNmToken"))); 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\Internals\System\Runtime\BufferedOutputStream.cs (6)
82throw Fx.Exception.AsError(new NotSupportedException(InternalSR.SeekNotSupported)); 86throw Fx.Exception.AsError(new NotSupportedException(InternalSR.SeekNotSupported)); 160throw Fx.Exception.AsError(new NotSupportedException(InternalSR.ReadNotSupported)); 165throw Fx.Exception.AsError(new NotSupportedException(InternalSR.ReadNotSupported)); 170throw Fx.Exception.AsError(new NotSupportedException(InternalSR.SeekNotSupported)); 175throw Fx.Exception.AsError(new NotSupportedException(InternalSR.SeekNotSupported));
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\IdentityModel\Selectors\SecurityTokenProvider.cs (2)
64throw Fx.Exception.AsError(new NotSupportedException(string.Format(SRServiceModel.TokenRenewalNotSupported, this))); 69throw Fx.Exception.AsError(new NotSupportedException(string.Format(SRServiceModel.TokenCancellationNotSupported, this)));
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\SecurityKeyIdentifierClause.cs (1)
52throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRServiceModel.KeyIdentifierClauseDoesNotSupportKeyCreation));
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\SecurityToken.cs (1)
27throw 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\BinaryMessageEncodingBindingElement.cs (1)
173throw FxTrace.Exception.AsError(new NotSupportedException(string.Format(
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BufferedWriteStream.cs (9)
66throw new NotSupportedException("write"); 113get { throw new NotSupportedException("Position"); } 118get { throw new NotSupportedException("Position"); } 119set { throw new NotSupportedException("Position"); } 222throw new NotSupportedException("Read"); 227throw new NotSupportedException("ReadAsync"); 232throw new NotSupportedException("ReadByte"); 545throw new NotSupportedException("seek"); 551throw new NotSupportedException("SetLength");
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Connection.cs (5)
290throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRServiceModel.SPS_SeekNotSupported)); 298throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRServiceModel.SPS_SeekNotSupported)); 302throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRServiceModel.SPS_SeekNotSupported)); 433throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRServiceModel.SPS_SeekNotSupported)); 439throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRServiceModel.SPS_SeekNotSupported));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpTransportBindingElement.cs (2)
528throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException( 552throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(string.Format(
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\ServiceChannelProxy.cs (2)
82throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(string.Format(SRServiceModel.SFxMethodNotSupported1, method.Name))); 84throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(string.Format(SRServiceModel.SFxMethodNotSupportedOnCallback1, method.Name)));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransactionFlowBindingElementImporter.cs (2)
123throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRServiceModel.SFxCannotHaveDifferentTransactionProtocolsInOneBinding)); 179throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (7)
961get { throw FxTrace.Exception.AsError(new NotSupportedException(InternalSR.SeekNotSupported)); } 968throw FxTrace.Exception.AsError(new NotSupportedException(InternalSR.SeekNotSupported)); 973throw FxTrace.Exception.AsError(new NotSupportedException(InternalSR.SeekNotSupported)); 1103throw FxTrace.Exception.AsError(new NotSupportedException("this method should never get called")); 1108throw FxTrace.Exception.AsError(new NotSupportedException()); 1113throw FxTrace.Exception.AsError(new NotSupportedException()); 1120throw FxTrace.Exception.AsError(new NotSupportedException("this method should never get called"));
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
577throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(string.Format(SRServiceModel.SFxMethodNotSupported1, methodName)));
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (1)
637throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableClientRuntime.cs (1)
186throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(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\HttpBindingBase.cs (2)
320throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(string.Format(SRServiceModel.UnsupportedSecuritySetting, "Mode", mode))); 330throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(string.Format(SRServiceModel.UnsupportedSecuritySetting, "Transport.ClientCredentialType", transport.ClientCredentialType)));
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\NetHttpBinding.cs (1)
267throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(string.Format(SRServiceModel.UnsupportedBindingProperty, "MessageEncoding", this.MessageEncoding)));
FrameworkFork\System.ServiceModel\System\ServiceModel\NetHttpsBinding.cs (1)
132throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(string.Format(SRServiceModel.UnsupportedBindingProperty, "MessageEncoding", MessageEncoding)));
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs (2)
170throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(string.Format(SRServiceModel.SecurityTokenManagerCannotCreateProviderForRequirement, tokenRequirement))); 256throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(string.Format(SRServiceModel.SecurityTokenManagerCannotCreateAuthenticatorForRequirement, tokenRequirement)));
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 (3)
179throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 184throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 362throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(string.Format(SRServiceModel.UnsupportedPasswordType, type)));
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());
FrameworkFork\System.ServiceModel\System\ServiceModel\SynchronizedReadOnlyCollection.cs (2)
122throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRServiceModel.SFxCollectionReadOnly)); 182throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRServiceModel.SFxCopyToRequiresICollection));
dotnet-user-jwts (2)
_generated\0\BindingExtensions.g.cs (2)
64throw new NotSupportedException($"Unable to bind to type '{type}': generator did not detect the type as input."); 184throw new NotSupportedException($"The configuration binding source generator does not support 'BinderOptions.BindNonPublicProperties'.");
GenerateDocumentationAndConfigFiles (104)
Program.cs (2)
400=> throw e.Exception ?? new NotSupportedException(e.Message); 1518throw new NotSupportedException();
src\roslyn\src\Compilers\Core\Portable\Collections\SmallDictionary.cs (1)
604throw new NotSupportedException();
src\roslyn\src\Compilers\Core\Portable\Hashing\NonCryptographicHashAlgorithm.cs (1)
348throw new NotSupportedException("GetHashCode not supported");
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\ConsList`1.cs (1)
75throw new NotSupportedException();
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\MultiDictionary.cs (1)
62throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Internal\ThrowHelper.cs (1)
187throw new NotSupportedException(GetResourceString(resource));
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (10)
125set => throw new NotSupportedException(); 131set => throw new NotSupportedException(); 351=> throw new NotSupportedException(); 354=> throw new NotSupportedException(); 357=> throw new NotSupportedException(); 360=> throw new NotSupportedException(); 363=> throw new NotSupportedException(); 366=> throw new NotSupportedException(); 369=> throw new NotSupportedException(); 372=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs (1)
37=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs (2)
37=> throw new NotSupportedException(); 52=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection.cs (3)
51=> throw new NotSupportedException(); 54=> throw new NotSupportedException(); 57=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (7)
62readonly IEnumerable<TKey> IReadOnlyDictionary<TKey, TValue>.Keys => throw new NotSupportedException(); 64readonly IEnumerable<TValue> IReadOnlyDictionary<TKey, TValue>.Values => throw new NotSupportedException(); 66readonly ICollection<TKey> IDictionary<TKey, TValue>.Keys => throw new NotSupportedException(); 68readonly ICollection<TValue> IDictionary<TKey, TValue>.Values => throw new NotSupportedException(); 72readonly ICollection IDictionary.Keys => throw new NotSupportedException(); 74readonly ICollection IDictionary.Values => throw new NotSupportedException(); 80readonly object ICollection.SyncRoot => throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection.cs (3)
51=> throw new NotSupportedException(); 54=> throw new NotSupportedException(); 57=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (8)
371=> throw new NotSupportedException(); 374=> throw new NotSupportedException(); 377=> throw new NotSupportedException(); 380=> throw new NotSupportedException(); 383=> throw new NotSupportedException(); 386=> throw new NotSupportedException(); 389=> throw new NotSupportedException(); 392=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (12)
105set => throw new NotSupportedException(); 111set => throw new NotSupportedException(); 646=> throw new NotSupportedException(); 649=> throw new NotSupportedException(); 652=> throw new NotSupportedException(); 655=> throw new NotSupportedException(); 658=> throw new NotSupportedException(); 661=> throw new NotSupportedException(); 664=> throw new NotSupportedException(); 679=> throw new NotSupportedException(); 682=> throw new NotSupportedException(); 685=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
47readonly object ICollection.SyncRoot => throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray.cs (3)
71throw new NotSupportedException(); 166throw new NotSupportedException(); 233throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (9)
193throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 198throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 214throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 271throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 276throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 281throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 286throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 291throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 296throw new NotSupportedException(SR.NotSupported_FixedSizeCollection);
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Collection.cs (3)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 49throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Dictionary.cs (4)
33throw new NotSupportedException(); 54throw new NotSupportedException(); 75throw new NotSupportedException(); 80throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.List.cs (3)
38throw new NotSupportedException(); 43throw new NotSupportedException(); 55throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Set.cs (5)
27throw new NotSupportedException(); 32throw new NotSupportedException(); 37throw new NotSupportedException(); 72throw new NotSupportedException(); 77throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Collection.cs (3)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 56throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Set.cs (5)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 36throw new NotSupportedException(); 71throw new NotSupportedException(); 76throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Singleton.Collection`1.cs (6)
28throw new NotSupportedException(); 33throw new NotSupportedException(); 52throw new NotSupportedException(); 79throw new NotSupportedException(); 95throw new NotSupportedException(); 100throw new NotSupportedException();
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\RoslynHashCode.cs (2)
435public override readonly int GetHashCode() => throw new NotSupportedException(SR.HashCode_HashCodeNotSupported); 439public override readonly bool Equals(object? obj) => throw new NotSupportedException(SR.HashCode_EqualityNotSupported);
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\SmallDictionary.cs (1)
718throw new NotSupportedException();
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Options\EditorConfigValueSerializer`1.cs (2)
20parseValue: _ => throw new NotSupportedException("Option does not support serialization to editorconfig format"), 21serializeValue: _ => throw new NotSupportedException("Option does not support serialization to editorconfig format"));
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\ConcatImmutableArray`1.cs (1)
58=> throw new NotSupportedException();
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SerializableBytes.cs (2)
269=> throw new NotSupportedException(); 272=> throw new NotSupportedException();
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationAbstractNamedTypeSymbol.cs (1)
131public TypeLayout TypeLayout => throw new NotSupportedException("TypeLayout property is not supported on this symbol.");
ilc (12)
ILCompilerRootCommand.cs (1)
324throw new NotSupportedException(); // Unreachable
RdXmlRootProvider.cs (10)
36throw new NotSupportedException($"{libraryOrApplication.Name.LocalName} is not a supported top level Runtime Directive. Supported top level Runtime Directives are \"Library\" and \"Application\"."); 39throw new NotSupportedException($"The {libraryOrApplication.Name.LocalName} Runtime Directive does not support any attributes"); 50throw new NotSupportedException($"\"{element.Name.LocalName}\" is not a supported Runtime Directive."); 69throw new NotSupportedException($"\"{dynamicDegreeAttribute.Value}\" is not a supported value for the \"Dynamic\" attribute of the \"Assembly\" Runtime Directive. Supported values are \"Required All\"."); 85throw new NotSupportedException($"\"{element.Name.LocalName}\" is not a supported Runtime Directive."); 103throw new NotSupportedException($"\"{dynamicDegreeAttribute.Value}\" is not a supported value for the \"Dynamic\" attribute of the \"Type\" Runtime Directive. Supported values are \"Required All\"."); 112throw new NotSupportedException($"\"{marshalStructureDegreeAttribute.Value}\" is not a supported value for the \"MarshalStructure\" attribute of the \"Type\" Runtime Directive. Supported values are \"Required All\"."); 121throw new NotSupportedException($"\"{marshalDelegateDegreeAttribute.Value}\" is not a supported value for the \"MarshalDelegate\" attribute of the \"Type\" Runtime Directive. Supported values are \"Required All\"."); 134throw new NotSupportedException($"\"{element.Name.LocalName}\" is not a supported Runtime Directive."); 160throw new NotSupportedException($"\"{element.Name.LocalName}\" is not a supported Runtime Directive.");
src\runtime\src\coreclr\tools\Common\InstructionSetHelpers.cs (1)
310(string specifiedInstructionSet, string impliedInstructionSet) => throw new NotSupportedException());
ILCompiler.Compiler (86)
Compiler\BodySubstitutionParser.cs (2)
151throw new NotSupportedException(); 205throw new NotSupportedException(type.ToString());
Compiler\CompilerTypeSystemContext.GeneratedAssembly.Sorting.cs (1)
20throw new NotSupportedException();
Compiler\DependencyAnalysis\DehydratedDataNode.cs (2)
233_ => throw new NotSupportedException(), 300_ => throw new NotSupportedException(),
Compiler\DependencyAnalysis\DictionaryLayoutNode.cs (1)
208throw new NotSupportedException();
Compiler\DependencyAnalysis\ImportedNodeProvider.cs (5)
25throw new NotSupportedException(); 30throw new NotSupportedException(); 35throw new NotSupportedException(); 40throw new NotSupportedException(); 45throw new NotSupportedException();
Compiler\DependencyAnalysis\SealedVTableNode.cs (3)
54throw new NotSupportedException(); 73throw new NotSupportedException(); 87throw new NotSupportedException();
Compiler\Disassembler.cs (1)
92_ => throw new NotSupportedException()
Compiler\GenericDictionaryLookup.cs (1)
104throw new NotSupportedException();
Compiler\ILScanner.cs (1)
51throw new NotSupportedException();
Compiler\ObjectWriter\CodeView\CodeViewSymbolsBuilder.cs (1)
443throw new NotSupportedException("Unsupported relocation");
Compiler\ObjectWriter\Dwarf\DwarfBuilder.cs (2)
97throw new NotSupportedException("Unsupported architecture"); 257default: throw new NotSupportedException();
Compiler\ObjectWriter\Dwarf\DwarfCie.cs (1)
110throw new NotSupportedException("Unsupported architecture");
Compiler\ObjectWriter\Dwarf\DwarfEhFrame.cs (2)
170throw new NotSupportedException(); 182_ => throw new NotSupportedException()
Compiler\ObjectWriter\Dwarf\DwarfExpressionBuilder.cs (3)
232_ => throw new NotSupportedException($"Unsupported AMD64 register {regNum}") 246_ => throw new NotSupportedException($"Unsupported x86 register {regNum}") 258throw new NotSupportedException();
Compiler\ObjectWriter\Dwarf\DwarfInfo.cs (1)
119_ => throw new NotSupportedException()
Compiler\ObjectWriter\Dwarf\DwarfInfoWriter.cs (1)
95default: throw new NotSupportedException();
Compiler\TypePreinit.cs (9)
2558throw new NotSupportedException(); 2735throw new NotSupportedException(); 2854throw new NotSupportedException(); 2889throw new NotSupportedException(); 2956throw new NotSupportedException(); 2993throw new NotSupportedException(); 3079throw new NotSupportedException(); 3352public int ArrayLength => throw new NotSupportedException(); 3636public int ArrayLength => throw new NotSupportedException();
src\runtime\src\coreclr\tools\Common\Compiler\CompilerTypeSystemContext.cs (1)
205throw new NotSupportedException($"Error: C++/CLI is not supported: '{filePath}'");
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\Relocation.cs (1)
766_ => throw new NotSupportedException(),
src\runtime\src\coreclr\tools\Common\Compiler\HardwareIntrinsicHelpers.cs (3)
211_ => throw new NotSupportedException(((InstructionSet_X64)instructionSet).ToString()) 326_ => throw new NotSupportedException(((InstructionSet_ARM64)instructionSet).ToString()) 364_ => throw new NotSupportedException(((InstructionSet_RiscV64)instructionSet).ToString())
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\CoffObjectWriter.cs (5)
76_ => throw new NotSupportedException("Unsupported architecture") 315_ => throw new NotSupportedException($"Unsupported relocation: {relocation.Type}") 338_ => throw new NotSupportedException($"Unsupported relocation: {relocation.Type}") 367_ => throw new NotSupportedException($"Unsupported relocation: {relocation.Type}") 374throw new NotSupportedException("Unsupported architecture");
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\ElfObjectWriter.cs (7)
67_ => throw new NotSupportedException("Unsupported architecture") 416_ => throw new NotSupportedException("Unknown relocation type: " + symbolicRelocation.Type) 444_ => throw new NotSupportedException("Unknown relocation type: " + symbolicRelocation.Type) 476_ => throw new NotSupportedException("Unknown relocation type: " + symbolicRelocation.Type) 518_ => throw new NotSupportedException("Unknown relocation type: " + symbolicRelocation.Type) 546_ => throw new NotSupportedException("Unknown relocation type: " + symbolicRelocation.Type) 584_ => throw new NotSupportedException("Unknown relocation type: " + symbolicRelocation.Type)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\MachObjectWriter.cs (6)
96throw new NotSupportedException("Unsupported architecture"); 449throw new NotSupportedException("Unsupported relocation in debug section"); 815throw new NotSupportedException("A base symbol name must be provided for IMAGE_REL_BASED_ADDR32NB relocations."); 844throw new NotSupportedException("Unknown relocation type: " + symbolicRelocation.Type); 968throw new NotSupportedException("A base symbol name must be provided for IMAGE_REL_BASED_ADDR32NB relocations."); 997throw new NotSupportedException("Unknown relocation type: " + symbolicRelocation.Type);
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\PEObjectWriter.cs (2)
376throw new NotSupportedException("PEObjectWriter does not support undefined symbols"); 966throw new NotSupportedException($"Unsupported relocation: {reloc.Type}");
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\SectionData.cs (4)
123public override void Flush() => throw new NotSupportedException(); 175public override void SetLength(long value) => throw new NotSupportedException(); 176public override void Write(byte[] buffer, int offset, int count) => throw new NotSupportedException(); 177public override void Write(ReadOnlySpan<byte> buffer) => throw new NotSupportedException();
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\WasmRelocatableObjectWriter.cs (1)
128throw new NotSupportedException($"Relocation type {reloc.Type} for symbol '{reloc.SymbolName}' at "
src\runtime\src\coreclr\tools\Common\JitInterface\WasmLowering.cs (2)
376throw new NotSupportedException($"Unknown wasm mapping for type: {type.UnderlyingType.Category}"); 399_ => throw new NotSupportedException($"Unknown WasmValueType: {vt}")
src\runtime\src\coreclr\tools\Common\TypeSystem\IL\Stubs\PInvokeILEmitter.cs (3)
280throw new NotSupportedException(); 296throw new NotSupportedException(); 381throw new NotSupportedException();
src\runtime\src\coreclr\tools\Common\TypeSystem\Interop\IL\MarshalHelpers.cs (1)
182throw new NotSupportedException();
src\runtime\src\coreclr\tools\Common\TypeSystem\Interop\IL\Marshaller.Aot.cs (4)
995throw new NotSupportedException(); 1018throw new NotSupportedException(); 1163throw new NotSupportedException(); 1179throw new NotSupportedException();
src\runtime\src\coreclr\tools\Common\TypeSystem\Interop\IL\Marshaller.cs (8)
1010throw new NotSupportedException(); 1078throw new NotSupportedException("Marshalling an LPStruct argument not yet implemented"); 1090throw new NotSupportedException("Marshalling an LPStruct argument not yet implemented"); 2024throw new NotSupportedException(); 2029throw new NotSupportedException(); 2034throw new NotSupportedException(); 2039throw new NotSupportedException(); 2044throw new NotSupportedException();
src\runtime\src\coreclr\tools\Common\TypeSystem\MetadataEmitter\TypeSystemMetadataEmitter.cs (1)
174throw new NotSupportedException();
ILCompiler.Diagnostics (1)
PerfMapWriter.cs (1)
34throw new NotSupportedException(perfMapFormatVersion.ToString());
ILCompiler.MetadataTransform (2)
ILCompiler\Metadata\Transform.Scope.cs (2)
86throw new NotSupportedException("Multi-module assemblies"); 100throw new NotSupportedException("Multi-module assemblies");
ILCompiler.ReadyToRun (82)
Compiler\DependencyAnalysis\ReadyToRun\Target_X86\ImportThunk.cs (1)
46throw new NotSupportedException(_thunkKind.ToString() + " is not supported");
Compiler\DependencyAnalysis\ReadyToRun\TypeFixupSignature.cs (1)
109_ => throw new NotSupportedException()
Compiler\DependencyAnalysis\ReadyToRun\WasmImportThunk.cs (8)
49throw new System.NotSupportedException(nameof(useVirtualCall)); 58throw new System.NotSupportedException(nameof(helperId)); 474protected override void EmitCode(NodeFactory factory, ref X64.X64Emitter instructionEncoder, bool relocsOnly) { throw new NotSupportedException(); } 475protected override void EmitCode(NodeFactory factory, ref X86.X86Emitter instructionEncoder, bool relocsOnly) { throw new NotSupportedException(); } 476protected override void EmitCode(NodeFactory factory, ref ARM.ARMEmitter instructionEncoder, bool relocsOnly) { throw new NotSupportedException(); } 477protected override void EmitCode(NodeFactory factory, ref ARM64.ARM64Emitter instructionEncoder, bool relocsOnly) { throw new NotSupportedException(); } 478protected override void EmitCode(NodeFactory factory, ref LoongArch64.LoongArch64Emitter instructionEncoder, bool relocsOnly) { throw new NotSupportedException(); } 479protected override void EmitCode(NodeFactory factory, ref RiscV64.RiscV64Emitter instructionEncoder, bool relocsOnly) { throw new NotSupportedException(); }
Compiler\DependencyAnalysis\ReadyToRun\WasmInterpreterToR2RThunkNode.cs (6)
329protected override void EmitCode(NodeFactory factory, ref X64.X64Emitter instructionEncoder, bool relocsOnly) { throw new NotSupportedException(); } 330protected override void EmitCode(NodeFactory factory, ref X86.X86Emitter instructionEncoder, bool relocsOnly) { throw new NotSupportedException(); } 331protected override void EmitCode(NodeFactory factory, ref ARM.ARMEmitter instructionEncoder, bool relocsOnly) { throw new NotSupportedException(); } 332protected override void EmitCode(NodeFactory factory, ref ARM64.ARM64Emitter instructionEncoder, bool relocsOnly) { throw new NotSupportedException(); } 333protected override void EmitCode(NodeFactory factory, ref LoongArch64.LoongArch64Emitter instructionEncoder, bool relocsOnly) { throw new NotSupportedException(); } 334protected override void EmitCode(NodeFactory factory, ref RiscV64.RiscV64Emitter instructionEncoder, bool relocsOnly) { throw new NotSupportedException(); }
Compiler\DependencyAnalysis\ReadyToRun\WasmR2RToInterpreterThunkNode.cs (6)
414protected override void EmitCode(NodeFactory factory, ref X64.X64Emitter instructionEncoder, bool relocsOnly) { throw new NotSupportedException(); } 415protected override void EmitCode(NodeFactory factory, ref X86.X86Emitter instructionEncoder, bool relocsOnly) { throw new NotSupportedException(); } 416protected override void EmitCode(NodeFactory factory, ref ARM.ARMEmitter instructionEncoder, bool relocsOnly) { throw new NotSupportedException(); } 417protected override void EmitCode(NodeFactory factory, ref ARM64.ARM64Emitter instructionEncoder, bool relocsOnly) { throw new NotSupportedException(); } 418protected override void EmitCode(NodeFactory factory, ref LoongArch64.LoongArch64Emitter instructionEncoder, bool relocsOnly) { throw new NotSupportedException(); } 419protected override void EmitCode(NodeFactory factory, ref RiscV64.RiscV64Emitter instructionEncoder, bool relocsOnly) { throw new NotSupportedException(); }
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
1312throw new NotSupportedException($"{ecmaField} ... {ecmaField.Module.Assembly}");
Compiler\ExternalReferenceTokenManager.cs (2)
90throw new NotSupportedException(); 101_ => throw new NotSupportedException()
IL\Stubs\PInvokeILEmitter.cs (5)
73throw new NotSupportedException(); 76throw new NotSupportedException(); 79throw new NotSupportedException(); 82throw new NotSupportedException(); 85throw new NotSupportedException();
JitInterface\CorInfoImpl.ReadyToRun.cs (4)
547throw new NotSupportedException(); 3563throw new NotSupportedException(); 3568throw new NotSupportedException(); 3573throw new NotSupportedException();
src\runtime\src\coreclr\tools\Common\CallingConvention\ArgIterator.cs (2)
1456throw new NotSupportedException(); 1532throw new NotSupportedException();
src\runtime\src\coreclr\tools\Common\CallingConvention\TransitionBlock.cs (1)
280throw new NotSupportedException();
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\Relocation.cs (1)
766_ => throw new NotSupportedException(),
src\runtime\src\coreclr\tools\Common\Compiler\HardwareIntrinsicHelpers.cs (3)
211_ => throw new NotSupportedException(((InstructionSet_X64)instructionSet).ToString()) 326_ => throw new NotSupportedException(((InstructionSet_ARM64)instructionSet).ToString()) 364_ => throw new NotSupportedException(((InstructionSet_RiscV64)instructionSet).ToString())
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\CoffObjectWriter.cs (5)
76_ => throw new NotSupportedException("Unsupported architecture") 315_ => throw new NotSupportedException($"Unsupported relocation: {relocation.Type}") 338_ => throw new NotSupportedException($"Unsupported relocation: {relocation.Type}") 367_ => throw new NotSupportedException($"Unsupported relocation: {relocation.Type}") 374throw new NotSupportedException("Unsupported architecture");
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\ElfObjectWriter.cs (7)
67_ => throw new NotSupportedException("Unsupported architecture") 416_ => throw new NotSupportedException("Unknown relocation type: " + symbolicRelocation.Type) 444_ => throw new NotSupportedException("Unknown relocation type: " + symbolicRelocation.Type) 476_ => throw new NotSupportedException("Unknown relocation type: " + symbolicRelocation.Type) 518_ => throw new NotSupportedException("Unknown relocation type: " + symbolicRelocation.Type) 546_ => throw new NotSupportedException("Unknown relocation type: " + symbolicRelocation.Type) 584_ => throw new NotSupportedException("Unknown relocation type: " + symbolicRelocation.Type)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\MachObjectWriter.cs (6)
96throw new NotSupportedException("Unsupported architecture"); 449throw new NotSupportedException("Unsupported relocation in debug section"); 815throw new NotSupportedException("A base symbol name must be provided for IMAGE_REL_BASED_ADDR32NB relocations."); 844throw new NotSupportedException("Unknown relocation type: " + symbolicRelocation.Type); 968throw new NotSupportedException("A base symbol name must be provided for IMAGE_REL_BASED_ADDR32NB relocations."); 997throw new NotSupportedException("Unknown relocation type: " + symbolicRelocation.Type);
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\PEObjectWriter.cs (2)
376throw new NotSupportedException("PEObjectWriter does not support undefined symbols"); 966throw new NotSupportedException($"Unsupported relocation: {reloc.Type}");
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\SectionData.cs (4)
123public override void Flush() => throw new NotSupportedException(); 175public override void SetLength(long value) => throw new NotSupportedException(); 176public override void Write(byte[] buffer, int offset, int count) => throw new NotSupportedException(); 177public override void Write(ReadOnlySpan<byte> buffer) => throw new NotSupportedException();
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\Wasm\WasmDataSegment.cs (1)
104throw new NotSupportedException();
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\WebCilObjectWriter.cs (1)
835throw new NotSupportedException($"Relocation type {reloc.Type} not yet implemented");
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
3597throw new NotSupportedException("runWithErrorTrap"); 3607throw new NotSupportedException("runWithSPMIErrorTrap");
src\runtime\src\coreclr\tools\Common\JitInterface\UnboxingMethodDesc.cs (1)
82throw new NotSupportedException("This method may not be stored as it is expected to only be used transiently in the JIT");
src\runtime\src\coreclr\tools\Common\JitInterface\WasmLowering.cs (2)
376throw new NotSupportedException($"Unknown wasm mapping for type: {type.UnderlyingType.Category}"); 399_ => throw new NotSupportedException($"Unknown WasmValueType: {vt}")
src\runtime\src\coreclr\tools\Common\TypeSystem\Interop\IL\MarshalHelpers.cs (1)
182throw new NotSupportedException();
src\runtime\src\coreclr\tools\Common\TypeSystem\Interop\IL\Marshaller.cs (8)
1010throw new NotSupportedException(); 1078throw new NotSupportedException("Marshalling an LPStruct argument not yet implemented"); 1090throw new NotSupportedException("Marshalling an LPStruct argument not yet implemented"); 2024throw new NotSupportedException(); 2029throw new NotSupportedException(); 2034throw new NotSupportedException(); 2039throw new NotSupportedException(); 2044throw new NotSupportedException();
src\runtime\src\coreclr\tools\Common\TypeSystem\MetadataEmitter\TypeSystemMetadataEmitter.cs (1)
174throw new NotSupportedException();
ILCompiler.RyuJit (3)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
3597throw new NotSupportedException("runWithErrorTrap"); 3607throw new NotSupportedException("runWithSPMIErrorTrap");
src\runtime\src\coreclr\tools\Common\JitInterface\UnboxingMethodDesc.cs (1)
82throw new NotSupportedException("This method may not be stored as it is expected to only be used transiently in the JIT");
ILCompiler.TypeSystem (23)
src\runtime\src\coreclr\tools\Common\TypeSystem\Canon\TypeSystemContext.Canon.cs (2)
81throw new NotSupportedException(); 90throw new NotSupportedException();
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\TargetDetails.cs (2)
90throw new NotSupportedException(); 296throw new NotSupportedException();
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\TypeSystemContext.cs (4)
695throw new NotSupportedException(); 705throw new NotSupportedException(); 711throw new NotSupportedException(); 719throw new NotSupportedException();
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\TypeSystemContext.FieldLayout.cs (1)
17throw new NotSupportedException();
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\TypeSystemContext.Resolution.cs (2)
30throw new NotSupportedException(); 37throw new NotSupportedException();
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\UniversalCanonLayoutAlgorithm.cs (3)
17throw new NotSupportedException(); 23throw new NotSupportedException(); 41throw new NotSupportedException();
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\Utilities\CustomAttributeTypeNameFormatter.cs (4)
88throw new NotSupportedException(); 93throw new NotSupportedException(); 98throw new NotSupportedException(); 103throw new NotSupportedException();
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\Utilities\LockFreeReaderHashtable.cs (2)
722throw new NotSupportedException(); 737throw new NotSupportedException();
src\runtime\src\coreclr\tools\Common\TypeSystem\RuntimeDetermined\RuntimeDeterminedFieldLayoutAlgorithm.cs (2)
19throw new NotSupportedException(); 40throw new NotSupportedException();
src\runtime\src\coreclr\tools\Common\TypeSystem\RuntimeDetermined\TypeSystemContext.RuntimeDetermined.cs (1)
63throw new NotSupportedException();
illink (11)
ILLink.RoslynAnalyzer (1)
RequiresAnalyzerBase.cs (1)
134_ => throw new NotSupportedException()
Microsoft.AspNetCore (23)
ConfigureHostBuilder.cs (5)
40throw new NotSupportedException($"Call {nameof(WebApplicationBuilder)}.{nameof(WebApplicationBuilder.Build)}() instead."); 77throw new NotSupportedException($"The application name changed from \"{previousApplicationName}\" to \"{_configuration[HostDefaults.ApplicationKey]}\". Changing the host configuration using WebApplicationBuilder.Host is not supported. Use WebApplication.CreateBuilder(WebApplicationOptions) instead."); 83throw new NotSupportedException($"The content root changed from \"{previousContentRoot}\" to \"{HostingPathResolver.ResolvePath(_configuration[HostDefaults.ContentRootKey])}\". Changing the host configuration using WebApplicationBuilder.Host is not supported. Use WebApplication.CreateBuilder(WebApplicationOptions) instead."); 88throw new NotSupportedException($"The environment changed from \"{previousEnvironment}\" to \"{_configuration[HostDefaults.EnvironmentKey]}\". Changing the host configuration using WebApplicationBuilder.Host is not supported. Use WebApplication.CreateBuilder(WebApplicationOptions) instead."); 119throw new NotSupportedException("ConfigureWebHost() is not supported by WebApplicationBuilder.Host. Use the WebApplication returned by WebApplicationBuilder.Build() instead.");
ConfigureWebHostBuilder.cs (17)
34throw new NotSupportedException($"Call {nameof(WebApplicationBuilder)}.{nameof(WebApplicationBuilder.Build)}() instead."); 57throw new NotSupportedException($"The web root changed from \"{HostingPathResolver.ResolvePath(previousWebRoot, previousContentRoot)}\" to \"{HostingPathResolver.ResolvePath(_configuration[WebHostDefaults.WebRootKey], previousContentRoot)}\". Changing the host configuration using WebApplicationBuilder.WebHost is not supported. Use WebApplication.CreateBuilder(WebApplicationOptions) instead."); 62throw new NotSupportedException($"The application name changed from \"{previousApplication}\" to \"{_configuration[WebHostDefaults.ApplicationKey]}\". Changing the host configuration using WebApplicationBuilder.WebHost is not supported. Use WebApplication.CreateBuilder(WebApplicationOptions) instead."); 68throw new NotSupportedException($"The content root changed from \"{previousContentRoot}\" to \"{HostingPathResolver.ResolvePath(_configuration[WebHostDefaults.ContentRootKey])}\". Changing the host configuration using WebApplicationBuilder.WebHost is not supported. Use WebApplication.CreateBuilder(WebApplicationOptions) instead."); 73throw new NotSupportedException($"The environment changed from \"{previousEnvironment}\" to \"{_configuration[WebHostDefaults.EnvironmentKey]}\". Changing the host configuration using WebApplicationBuilder.WebHost is not supported. Use WebApplication.CreateBuilder(WebApplicationOptions) instead."); 78throw new NotSupportedException($"The hosting startup assemblies changed from \"{previousHostingStartupAssemblies}\" to \"{_configuration[WebHostDefaults.HostingStartupAssembliesKey]}\". Changing the host configuration using WebApplicationBuilder.WebHost is not supported. Use WebApplication.CreateBuilder(WebApplicationOptions) instead."); 83throw new NotSupportedException($"The hosting startup assemblies exclude list changed from \"{previousHostingStartupAssembliesExclude}\" to \"{_configuration[WebHostDefaults.HostingStartupExcludeAssembliesKey]}\". Changing the host configuration using WebApplicationBuilder.WebHost is not supported. Use WebApplication.CreateBuilder(WebApplicationOptions) instead."); 129throw new NotSupportedException($"The web root changed from \"{HostingPathResolver.ResolvePath(previousWebRoot, previousContentRoot)}\" to \"{HostingPathResolver.ResolvePath(value, previousContentRoot)}\". Changing the host configuration using WebApplicationBuilder.WebHost is not supported. Use WebApplication.CreateBuilder(WebApplicationOptions) instead."); 135throw new NotSupportedException($"The application name changed from \"{previousApplication}\" to \"{value}\". Changing the host configuration using WebApplicationBuilder.WebHost is not supported. Use WebApplication.CreateBuilder(WebApplicationOptions) instead."); 141throw new NotSupportedException($"The content root changed from \"{previousContentRoot}\" to \"{HostingPathResolver.ResolvePath(value)}\". Changing the host configuration using WebApplicationBuilder.WebHost is not supported. Use WebApplication.CreateBuilder(WebApplicationOptions) instead."); 147throw new NotSupportedException($"The environment changed from \"{previousEnvironment}\" to \"{value}\". Changing the host configuration using WebApplicationBuilder.WebHost is not supported. Use WebApplication.CreateBuilder(WebApplicationOptions) instead."); 153throw new NotSupportedException($"The hosting startup assemblies changed from \"{previousHostingStartupAssemblies}\" to \"{value}\". Changing the host configuration using WebApplicationBuilder.WebHost is not supported. Use WebApplication.CreateBuilder(WebApplicationOptions) instead."); 159throw new NotSupportedException($"The hosting startup assemblies exclude list changed from \"{previousHostingStartupAssembliesExclude}\" to \"{value}\". Changing the host configuration using WebApplicationBuilder.WebHost is not supported. Use WebApplication.CreateBuilder(WebApplicationOptions) instead."); 170throw new NotSupportedException("Configure() is not supported by WebApplicationBuilder.WebHost. Use the WebApplication returned by WebApplicationBuilder.Build() instead."); 175throw new NotSupportedException("Configure() is not supported by WebApplicationBuilder.WebHost. Use the WebApplication returned by WebApplicationBuilder.Build() instead."); 180throw new NotSupportedException("UseStartup() is not supported by WebApplicationBuilder.WebHost. Use the WebApplication returned by WebApplicationBuilder.Build() instead."); 185throw new NotSupportedException("UseStartup() is not supported by WebApplicationBuilder.WebHost. Use the WebApplication returned by WebApplicationBuilder.Build() instead.");
WebApplication.cs (1)
306throw new NotSupportedException("Unable to get configured middleware.");
Microsoft.AspNetCore.App.CodeFixes (2)
src\aspnetcore\src\Shared\HashCode.cs (2)
430public override int GetHashCode() => throw new NotSupportedException(SR.HashCode_HashCodeNotSupported); 434public override bool Equals(object? obj) => throw new NotSupportedException(SR.HashCode_EqualityNotSupported);
Microsoft.AspNetCore.Authentication.Negotiate (2)
NegotiateHandler.cs (2)
410?? throw new NotSupportedException($"Negotiate authentication requires a server that supports {nameof(IConnectionItemsFeature)} like Kestrel."); 428?? throw new NotSupportedException($"Negotiate authentication requires a server that supports {nameof(IConnectionCompleteFeature)} like Kestrel.");
Microsoft.AspNetCore.Components (4)
NavigationManager.cs (1)
569=> throw new NotSupportedException($"To support navigation locks, {GetType().Name} must override {nameof(SetNavigationLockState)}");
RenderTree\Renderer.cs (1)
1374throw new NotSupportedException($"Cannot supply a component of type '{componentType}' because the current platform does not support the render mode '{renderMode}'.");
src\aspnetcore\src\Http\Routing\src\Template\RoutePrecedence.cs (2)
204throw new NotSupportedException(); 286throw new NotSupportedException();
Microsoft.AspNetCore.Components.Authorization (4)
AuthorizeDataAdapter.cs (3)
21set => throw new NotSupportedException(); 27set => throw new NotSupportedException(); 35set => throw new NotSupportedException();
AuthorizeViewCore.cs (1)
135throw new NotSupportedException($"The authorization data specifies an authentication scheme with value '{entry.AuthenticationSchemes}'. Authentication schemes cannot be specified for components.");
Microsoft.AspNetCore.Components.Endpoints (2)
CacheView\HybridCacheViewStore.cs (1)
57throw new NotSupportedException(
Rendering\Buffering\BufferedTextWriter.cs (1)
43=> throw new NotSupportedException();
Microsoft.AspNetCore.Components.QuickGrid (2)
Columns\PropertyColumn.cs (1)
36set => throw new NotSupportedException($"PropertyColumn generates this member internally. For custom sorting rules, see '{typeof(TemplateColumn<TGridItem>)}'.");
QuickGrid.razor.cs (1)
386_ => throw new NotSupportedException($"Unknown sort direction {direction}"),
Microsoft.AspNetCore.Components.Server (19)
Circuits\RemoteJSDataStream.cs (5)
160set => throw new NotSupportedException(); 171=> throw new NotSupportedException("Synchronous reads are not supported."); 174=> throw new NotSupportedException(); 177=> throw new NotSupportedException(); 180=> throw new NotSupportedException();
Circuits\RemoteRenderer.cs (1)
314_ => throw new NotSupportedException($"Cannot create a component of type '{componentType}' because its render mode '{renderMode}' is not supported by interactive server-side rendering."),
src\aspnetcore\src\Components\Shared\src\ArrayBuilderMemoryStream.cs (6)
40set => throw new NotSupportedException(); 46public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(); 50=> throw new NotSupportedException(); 54=> throw new NotSupportedException(); 57=> throw new NotSupportedException(); 97public override void SetLength(long value) => throw new NotSupportedException();
src\aspnetcore\src\SignalR\common\Shared\MemoryBufferWriter.cs (5)
44get => throw new NotSupportedException(); 45set => throw new NotSupportedException(); 278public override int Read(byte[] buffer, int offset, int count) => throw new NotSupportedException(); 279public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(); 280public override void SetLength(long value) => throw new NotSupportedException();
src\aspnetcore\src\submodules\MessagePack-CSharp\src\MessagePack.UnityClient\Assets\Scripts\MessagePack\MessagePackWriter.cs (2)
625throw new NotSupportedException($"The MsgPack spec does not define a format for {nameof(DateTime)} in {nameof(this.OldSpec)} mode. Turn off {nameof(this.OldSpec)} mode or use NativeDateTimeFormatter."); 1119throw new NotSupportedException("This instance was not initialized to support this operation.");
Microsoft.AspNetCore.Components.Web (11)
Forms\InputCheckbox.cs (1)
54=> throw new NotSupportedException($"This component does not parse string inputs. Bind to the '{nameof(CurrentValue)}' property, not '{nameof(CurrentValueAsString)}'.");
Forms\InputFile\BrowserFileStream.cs (6)
49set => throw new NotSupportedException(); 53=> throw new NotSupportedException(); 56=> throw new NotSupportedException("Synchronous reads are not supported."); 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 (16)
Hosting\WebAssemblyHostEnvironmentAdapter.cs (4)
21set => throw new NotSupportedException("Setting the environment name is not supported in WebAssembly."); 27set => throw new NotSupportedException("Setting the application name is not supported in WebAssembly."); 33set => throw new NotSupportedException("Setting the content root path is not supported in WebAssembly."); 39set => throw new NotSupportedException("Setting the content root file provider is not supported in WebAssembly.");
Rendering\WebAssemblyRenderer.cs (1)
248_ => throw new NotSupportedException($"Cannot create a component of type '{componentType}' because its render mode '{renderMode}' is not supported by WebAssembly rendering."),
src\aspnetcore\src\Components\Shared\src\ArrayBuilderMemoryStream.cs (6)
40set => throw new NotSupportedException(); 46public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(); 50=> throw new NotSupportedException(); 54=> throw new NotSupportedException(); 57=> throw new NotSupportedException(); 97public override void SetLength(long value) => throw new NotSupportedException();
src\aspnetcore\src\Components\Shared\src\PullFromJSDataStream.cs (5)
54set => throw new NotSupportedException(); 65=> throw new NotSupportedException("Synchronous reads are not supported."); 68=> throw new NotSupportedException(); 71=> throw new NotSupportedException(); 74=> throw new NotSupportedException();
Microsoft.AspNetCore.Components.WebView (12)
src\aspnetcore\src\Components\Shared\src\ArrayBuilderMemoryStream.cs (6)
40set => throw new NotSupportedException(); 46public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(); 50=> throw new NotSupportedException(); 54=> throw new NotSupportedException(); 57=> throw new NotSupportedException(); 97public override void SetLength(long value) => throw new NotSupportedException();
src\aspnetcore\src\Components\Shared\src\PullFromJSDataStream.cs (5)
54set => throw new NotSupportedException(); 65=> throw new NotSupportedException("Synchronous reads are not supported."); 68=> throw new NotSupportedException(); 71=> throw new NotSupportedException(); 74=> throw new NotSupportedException();
src\aspnetcore\src\Shared\StaticWebAssets\ManifestStaticWebAssetFileProvider.cs (1)
435throw new NotSupportedException();
Microsoft.AspNetCore.Components.WebView.Maui (3)
Standard\BlazorWebViewHandler.cs (3)
14 protected override object CreatePlatformView() => throw new NotSupportedException(); 17 public virtual IFileProvider CreateFileProvider(string contentRootDir) => throw new NotSupportedException(); 25 public virtual Task<bool> TryDispatchAsync(Action<IServiceProvider> workItem) => throw new NotSupportedException();
Microsoft.AspNetCore.Components.WebView.WindowsForms (4)
BlazorWebView.cs (4)
331 public override void Add(Control? value) => throw new NotSupportedException(); 332 public override void Clear() => throw new NotSupportedException(); 333 public override void Remove(Control? value) => throw new NotSupportedException(); 334 public override void SetChildIndex(Control child, int newIndex) => throw new NotSupportedException();
Microsoft.AspNetCore.Connections.Abstractions (1)
FileHandleEndPoint.cs (1)
31throw new NotSupportedException();
Microsoft.AspNetCore.DataProtection (1)
Error.cs (1)
108return new NotSupportedException(Resources.XmlKeyManager_DoesNotSupportKeyDeletion);
Microsoft.AspNetCore.Diagnostics.Abstractions (1)
IExceptionHandlerFeature.cs (1)
23string Path => throw new NotSupportedException();
Microsoft.AspNetCore.Diagnostics.Middleware (3)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\BindingExtensions.g.cs (3)
90throw new NotSupportedException($"Unable to bind to type '{type}': generator did not detect the type as input."); 114throw new NotSupportedException($"Unable to bind to type '{type}': generator did not detect the type as input."); 369throw new NotSupportedException($"The configuration binding source generator does not support 'BinderOptions.BindNonPublicProperties'.");
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (9)
Latency\AddServerTimingHeaderMiddlewareTests.cs (5)
72public void AddCheckpoint(CheckpointToken token) => throw new NotSupportedException(); 73public void AddMeasure(MeasureToken token, long value) => throw new NotSupportedException(); 79public void Freeze() => throw new NotSupportedException(); 80public void RecordMeasure(MeasureToken _0, long _1) => throw new NotSupportedException(); 81public void SetTag(TagToken _0, string _1) => throw new NotSupportedException();
parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadonlyDictionary.cs (3)
36set => throw new NotSupportedException(); 58void IDictionary<TKey, TValue>.Add(TKey key, TValue value) => throw new NotSupportedException(); 60void ICollection<KeyValuePair<TKey, TValue>>.Add(KeyValuePair<TKey, TValue> item) => throw new NotSupportedException();
parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadOnlyList.cs (1)
34void ICollection<T>.Add(T item) => throw new NotSupportedException();
Microsoft.AspNetCore.HeaderParsing (2)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\BindingExtensions.g.cs (2)
95throw new NotSupportedException($"Unable to bind to type '{type}': generator did not detect the type as input."); 227throw new NotSupportedException($"The configuration binding source generator does not support 'BinderOptions.BindNonPublicProperties'.");
Microsoft.AspNetCore.Hosting (8)
GenericHost\GenericWebHostBuilder.cs (2)
232throw new NotSupportedException($"{typeof(IStartup)} isn't supported"); 236throw new NotSupportedException($"ConfigureServices returning an {typeof(IServiceProvider)} isn't supported.");
GenericHost\HostingStartupWebHostBuilder.cs (1)
29throw new NotSupportedException($"Building this implementation of {nameof(IWebHostBuilder)} is not supported.");
GenericHost\SlimWebHostBuilder.cs (3)
64throw new NotSupportedException(); 69throw new NotSupportedException(); 74throw new NotSupportedException();
GenericHost\WebHostBuilderBase.cs (1)
32throw new NotSupportedException($"Building this implementation of {nameof(IWebHostBuilder)} is not supported.");
src\aspnetcore\src\Shared\StaticWebAssets\ManifestStaticWebAssetFileProvider.cs (1)
435throw new NotSupportedException();
Microsoft.AspNetCore.Http (6)
Builder\ApplicationBuilder.cs (1)
220throw new NotSupportedException("Unable to get configured middleware.");
Internal\DefaultWebSocketManager.cs (1)
72throw new NotSupportedException("WebSockets are not supported");
Internal\ReferenceReadStream.cs (4)
116throw new NotSupportedException(); 120throw new NotSupportedException(); 124=> throw new NotSupportedException(); 128throw new NotSupportedException();
Microsoft.AspNetCore.Http.Abstractions (54)
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();
Extensions\RequestTrailerExtensions.cs (1)
58throw new NotSupportedException("This request does not support trailers.");
Extensions\UseMiddlewareExtensions.cs (3)
60throw new NotSupportedException(Resources.FormatException_UseMiddlewareExplicitArgumentsNotSupported(typeof(IMiddleware))); 209throw new NotSupportedException(Resources.FormatException_InvokeDoesNotSupportRefOrOutParams(InvokeMethodName)); 309throw new NotSupportedException(Resources.FormatException_InvokeDoesNotSupportRefOrOutParams(InvokeMethodName));
Microsoft.AspNetCore.Http.Connections (10)
src\aspnetcore\src\SignalR\common\Shared\MemoryBufferWriter.cs (5)
44get => throw new NotSupportedException(); 45set => throw new NotSupportedException(); 278public override int Read(byte[] buffer, int offset, int count) => throw new NotSupportedException(); 279public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(); 280public override void SetLength(long value) => throw new NotSupportedException();
src\aspnetcore\src\SignalR\common\Shared\PipeWriterStream.cs (5)
29public override long Position { get => throw new NotSupportedException(); set => throw new NotSupportedException(); } 37throw new NotSupportedException(); 42throw new NotSupportedException(); 47throw new NotSupportedException();
Microsoft.AspNetCore.Http.Connections.Client (7)
HttpConnection.cs (1)
72set => throw new NotSupportedException("The transport pipe isn't settable.");
HttpConnectionFactory.cs (1)
50throw new NotSupportedException($"The provided {nameof(EndPoint)} must be of type {nameof(UriEndPoint)}.");
src\aspnetcore\src\SignalR\common\Shared\PipeWriterStream.cs (5)
29public override long Position { get => throw new NotSupportedException(); set => throw new NotSupportedException(); } 37throw new NotSupportedException(); 42throw new NotSupportedException(); 47throw new NotSupportedException();
Microsoft.AspNetCore.Http.Extensions (9)
HeaderDictionaryTypeExtensions.cs (2)
285throw new NotSupportedException( 319throw new NotSupportedException(string.Format(
RequestDelegateFactory.cs (7)
723throw new NotSupportedException($"The by reference parameter '{attribute} {TypeNameHelper.GetTypeDisplayName(parameter.ParameterType, fullName: false)} {parameter.Name}' is not supported."); 770throw new NotSupportedException( 784throw new NotSupportedException( 809throw new NotSupportedException( 829throw new NotSupportedException( 2700return new NotSupportedException($"Unsupported return type: {TypeNameHelper.GetTypeDisplayName(returnType)}"); 2971throw new NotSupportedException();
Microsoft.AspNetCore.Http.RequestDelegateGenerator (2)
src\aspnetcore\src\Shared\HashCode.cs (2)
430public override int GetHashCode() => throw new NotSupportedException(SR.HashCode_HashCodeNotSupported); 434public override bool Equals(object? obj) => throw new NotSupportedException(SR.HashCode_EqualityNotSupported);
Microsoft.AspNetCore.Http.Results (1)
PhysicalFileHttpResult.cs (1)
145throw new NotSupportedException($"Path '{fileName}' was not rooted.");
Microsoft.AspNetCore.HttpLogging (2)
MediaTypeOptions.cs (2)
78throw new NotSupportedException(); 87throw new NotSupportedException();
Microsoft.AspNetCore.Identity (6)
IdentityApiEndpointRouteBuilderExtensions.cs (5)
64throw new NotSupportedException($"{nameof(MapIdentityApi)} requires a user store with email support."); 322throw new NotSupportedException("The user manager must produce an authenticator key after reset."); 394throw new NotSupportedException("No email confirmation endpoint was registered!"); 416?? throw new NotSupportedException($"Could not find endpoint named '{confirmEmailEndpointName}'."); 462Email = await userManager.GetEmailAsync(user) ?? throw new NotSupportedException("Users must have an email."),
Passkeys\CredentialPublicKey.cs (1)
186COSEEllipticCurve.Ed448 => throw new NotSupportedException("OKP type curves not supported."),
Microsoft.AspNetCore.Identity.UI (4)
Areas\Identity\Pages\V4\Account\ExternalLogin.cshtml.cs (1)
249throw new NotSupportedException("The default UI requires a user store with email support.");
Areas\Identity\Pages\V4\Account\Register.cshtml.cs (1)
188throw new NotSupportedException("The default UI requires a user store with email support.");
Areas\Identity\Pages\V5\Account\ExternalLogin.cshtml.cs (1)
249throw new NotSupportedException("The default UI requires a user store with email support.");
Areas\Identity\Pages\V5\Account\Register.cshtml.cs (1)
188throw new NotSupportedException("The default UI requires a user store with email support.");
Microsoft.AspNetCore.InternalTesting (1)
HttpClientSlim.cs (1)
129throw new NotSupportedException();
Microsoft.AspNetCore.JsonPatch (1)
Operations\Operation.cs (1)
61throw new NotSupportedException(Resources.TestOperationNotSupported);
Microsoft.AspNetCore.JsonPatch.SystemTextJson (1)
Operations\Operation.cs (1)
114throw new NotSupportedException(Resources.TestOperationNotSupported);
Microsoft.AspNetCore.Mvc.Abstractions (9)
ModelBinding\BindingInfo.cs (1)
184throw new NotSupportedException(
ModelBinding\ModelBinderProviderContext.cs (1)
28throw new NotSupportedException();
ModelBinding\ModelMetadata.cs (4)
460throw new NotSupportedException("ElementType is not initialized when `Microsoft.AspNetCore.Mvc.ApiExplorer.IsEnhancedModelMetadataSupported` is false."); 509throw new NotSupportedException("IsCollectionType is not initialized when `Microsoft.AspNetCore.Mvc.ApiExplorer.IsEnhancedModelMetadataSupported` is false."); 555throw new NotSupportedException("IsParseableType is not initialized when `Microsoft.AspNetCore.Mvc.ApiExplorer.IsEnhancedModelMetadataSupported` is false."); 578throw new NotSupportedException("IsConvertibleType is not initialized when `Microsoft.AspNetCore.Mvc.ApiExplorer.IsEnhancedModelMetadataSupported` is false.");
ModelBinding\ModelMetadataProvider.cs (3)
42throw new NotSupportedException(); 53throw new NotSupportedException(); 64throw new NotSupportedException();
Microsoft.AspNetCore.Mvc.Core (11)
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();
Infrastructure\PhysicalFileResultExecutor.cs (1)
81throw new NotSupportedException(Resources.FormatFileResult_PathNotRooted(result.FileName));
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();
ModelBinding\ModelBindingHelper.cs (1)
236throw new NotSupportedException(Resources.FormatTryUpdateModel_RecordTypeNotSupported(nameof(TryUpdateModelAsync), modelType));
Routing\RoutePatternWriter.cs (1)
72throw new NotSupportedException();
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (2)
PageDirectiveFeature.cs (2)
108public override string PhysicalPath => throw new NotSupportedException(); 111public override Stream Read() => throw new NotSupportedException();
Microsoft.AspNetCore.Mvc.RazorPages (2)
Infrastructure\PageLoader.cs (1)
30=> throw new NotSupportedException();
PageBase.cs (1)
108throw new NotSupportedException();
Microsoft.AspNetCore.Mvc.Testing (1)
WebApplicationFactory.cs (1)
92throw new NotSupportedException(Resources.TestServerNotSupportedWhenUsingKestrel);
Microsoft.AspNetCore.Mvc.ViewFeatures (6)
AttributeDictionary.cs (6)
381throw new NotSupportedException(); 386throw new NotSupportedException(); 426throw new NotSupportedException(); 488throw new NotSupportedException(); 493throw new NotSupportedException(); 531throw new NotSupportedException();
Microsoft.AspNetCore.OpenApi (6)
Schemas\OpenApiJsonSchema.cs (1)
53throw new NotSupportedException("OpenApiJsonSchema serialization is not supported.");
src\aspnetcore\src\SignalR\common\Shared\MemoryBufferWriter.cs (5)
44get => throw new NotSupportedException(); 45set => throw new NotSupportedException(); 278public override int Read(byte[] buffer, int offset, int count) => throw new NotSupportedException(); 279public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(); 280public override void SetLength(long value) => throw new NotSupportedException();
Microsoft.AspNetCore.OpenApi.SourceGenerators (2)
src\aspnetcore\src\Shared\HashCode.cs (2)
430public override int GetHashCode() => throw new NotSupportedException(SR.HashCode_HashCodeNotSupported); 434public override bool Equals(object? obj) => throw new NotSupportedException(SR.HashCode_EqualityNotSupported);
Microsoft.AspNetCore.Owin (10)
DictionaryStringArrayWrapper.cs (1)
113void IEnumerator.Reset() => throw new NotSupportedException();
DictionaryStringValuesWrapper.cs (1)
158void IEnumerator.Reset() => throw new NotSupportedException();
OwinFeatureCollection.cs (7)
114set { throw new NotSupportedException(); } 187throw new NotSupportedException(OwinConstants.CommonKeys.OnSendingHeaders); 196throw new NotSupportedException(); 237throw new NotSupportedException(OwinConstants.SendFiles.SendAsync); 316throw new NotSupportedException("WebSockets are not supported"); // TODO: LOC 340set { throw new NotSupportedException(); } 377throw new NotSupportedException();
WebSockets\WebSocketAdapter.cs (1)
136throw new NotSupportedException($"Unsupported {nameof(WebSocketState)} value: {_webSocket.State}.");
Microsoft.AspNetCore.Razor.Utilities.Shared (1)
Utilities\Hashing\NonCryptographicHashAlgorithm.cs (1)
347throw new NotSupportedException("GetHashCode not supported");
Microsoft.AspNetCore.ResponseCaching (4)
src\aspnetcore\src\Shared\SegmentWriteStream.cs (4)
52throw new NotSupportedException("The stream does not support seeking."); 109throw new NotSupportedException("The stream does not support reading."); 114throw new NotSupportedException("The stream does not support seeking."); 119throw new NotSupportedException("The stream does not support seeking.");
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.Rewrite (28)
ApacheModRewrite\RuleBuilder.cs (3)
144throw new NotSupportedException("Existing Url lookups not supported because it requires a subrequest"); 146throw new NotSupportedException("Executable Property is not supported because Windows " + 185throw new NotSupportedException(Resources.Error_ChangeEnvironmentNotSupported);
ApacheModRewrite\ServerVariables.cs (16)
40throw new NotSupportedException(Resources.FormatError_UnsupportedServerVariable(serverVariable)); 44throw new NotSupportedException(Resources.FormatError_UnsupportedServerVariable(serverVariable)); 46throw new NotSupportedException(Resources.FormatError_UnsupportedServerVariable(serverVariable)); 56throw new NotSupportedException(Resources.FormatError_UnsupportedServerVariable(serverVariable)); 58throw new NotSupportedException(Resources.FormatError_UnsupportedServerVariable(serverVariable)); 62throw new NotSupportedException(Resources.FormatError_UnsupportedServerVariable(serverVariable)); 68throw new NotSupportedException(Resources.FormatError_UnsupportedServerVariable(serverVariable)); 70throw new NotSupportedException(Resources.FormatError_UnsupportedServerVariable(serverVariable)); 72throw new NotSupportedException(Resources.FormatError_UnsupportedServerVariable(serverVariable)); 76throw new NotSupportedException(Resources.FormatError_UnsupportedServerVariable(serverVariable)); 78throw new NotSupportedException(Resources.FormatError_UnsupportedServerVariable(serverVariable)); 84throw new NotSupportedException(Resources.FormatError_UnsupportedServerVariable(serverVariable)); 102throw new NotSupportedException(Resources.FormatError_UnsupportedServerVariable(serverVariable)); 106throw new NotSupportedException(Resources.FormatError_UnsupportedServerVariable(serverVariable)); 108throw new NotSupportedException(Resources.FormatError_UnsupportedServerVariable(serverVariable)); 116throw new NotSupportedException(Resources.FormatError_UnsupportedServerVariable(serverVariable));
IISUrlRewrite\ServerVariables.cs (4)
28managedVariableThunk = () => throw new NotSupportedException(Resources.FormatError_UnsupportedServerVariable(serverVariable)); 31managedVariableThunk = () => throw new NotSupportedException(Resources.FormatError_UnsupportedServerVariable(serverVariable)); 67managedVariableThunk = () => throw new NotSupportedException(Resources.FormatError_UnsupportedServerVariable(serverVariable)); 76managedVariableThunk = () => throw new NotSupportedException(Resources.FormatError_UnsupportedServerVariable(serverVariable));
IISUrlRewrite\UrlRewriteFileParser.cs (4)
173throw new NotSupportedException("Wildcard syntax is not supported"); 234throw new NotSupportedException("Status codes must be between 200 and 999 (inclusive)"); 239throw new NotSupportedException("Substatus codes are not supported"); 248throw new NotSupportedException($"The action type {actionType} wasn't recognized");
IISUrlRewrite\UrlRewriteRuleBuilder.cs (1)
60throw new NotSupportedException("Wildcard syntax is not supported");
Microsoft.AspNetCore.Routing (7)
EndpointDataSource.cs (1)
49throw new NotSupportedException(Resources.FormatMapGroup_CustomEndpointUnsupported(endpoint.GetType()));
Matching\DefaultEndpointSelector.cs (1)
96throw new NotSupportedException();
ParameterPolicyFactory.cs (1)
53throw new NotSupportedException();
Patterns\RoutePatternTransformer.cs (1)
62=> throw new NotSupportedException("This API is not supported.");
Template\RoutePrecedence.cs (2)
204throw new NotSupportedException(); 286throw new NotSupportedException();
Template\TemplatePart.cs (1)
54throw new NotSupportedException();
Microsoft.AspNetCore.Server.HttpSys (17)
IHttpSysRequestPropertyFeature.cs (1)
70=> throw new NotSupportedException();
RequestProcessing\OpaqueStream.cs (5)
43get { throw new NotSupportedException(Resources.Exception_NoSeek); } 48get { throw new NotSupportedException(Resources.Exception_NoSeek); } 49set { throw new NotSupportedException(Resources.Exception_NoSeek); } 68throw new NotSupportedException(Resources.Exception_NoSeek); 73throw new NotSupportedException(Resources.Exception_NoSeek);
RequestProcessing\RequestStream.cs (5)
67public override long Length => throw new NotSupportedException(Resources.Exception_NoSeek); 71get => throw new NotSupportedException(Resources.Exception_NoSeek); 72set => throw new NotSupportedException(Resources.Exception_NoSeek); 76=> throw new NotSupportedException(Resources.Exception_NoSeek); 78public override void SetLength(long value) => throw new NotSupportedException(Resources.Exception_NoSeek);
RequestProcessing\ResponseBody.cs (5)
74throw new NotSupportedException(Resources.Exception_NoSeek); 82throw new NotSupportedException(Resources.Exception_NoSeek); 86throw new NotSupportedException(Resources.Exception_NoSeek); 417throw new NotSupportedException(Resources.Exception_NoSeek); 422throw new NotSupportedException(Resources.Exception_NoSeek);
src\aspnetcore\src\Shared\HttpSys\RequestProcessing\NativeRequestContext.cs (1)
925throw new NotSupportedException();
Microsoft.AspNetCore.Server.IIS (34)
Core\DuplexStream.cs (5)
24public override long Length => throw new NotSupportedException(); 26public override long Position { get => throw new NotSupportedException(); set => throw new NotSupportedException(); } 40throw new NotSupportedException(); 45throw new NotSupportedException();
Core\ReadOnlyStream.cs (10)
14get => throw new NotSupportedException(); 15set => throw new NotSupportedException(); 21=> throw new NotSupportedException(); 25get => throw new NotSupportedException(); 26set => throw new NotSupportedException(); 40throw new NotSupportedException(); 45throw new NotSupportedException(); 50throw new NotSupportedException(); 55throw new NotSupportedException(); 60throw new NotSupportedException();
Core\ThrowingWasUpgradedWriteOnlyStreamInternal.cs (2)
28=> throw new NotSupportedException(); 32=> throw new NotSupportedException();
Core\WriteOnlyStreamInternal.cs (10)
20get => throw new NotSupportedException(); 21set => throw new NotSupportedException(); 28public override long Length => throw new NotSupportedException(); 33get => throw new NotSupportedException(); 34set => throw new NotSupportedException(); 40throw new NotSupportedException(); 46throw new NotSupportedException(); 51throw new NotSupportedException(); 57throw new NotSupportedException(); 63throw new NotSupportedException();
src\aspnetcore\src\Shared\HttpSys\RequestProcessing\NativeRequestContext.cs (1)
925throw new NotSupportedException();
src\aspnetcore\src\Shared\ServerInfrastructure\DuplexPipeStream.cs (5)
47throw new NotSupportedException(); 55throw new NotSupportedException(); 59throw new NotSupportedException(); 65throw new NotSupportedException(); 70throw new NotSupportedException();
src\aspnetcore\src\Shared\ServerInfrastructure\DuplexPipeStreamAdapter.cs (1)
57throw new NotSupportedException();
Microsoft.AspNetCore.Server.IntegrationTesting (2)
Deployers\ApplicationDeployerFactory.cs (2)
29throw new NotSupportedException("Use Microsoft.AspNetCore.Server.IntegrationTesting.IIS package and IISApplicationDeployerFactory for IIS support."); 36throw new NotSupportedException(
Microsoft.AspNetCore.Server.Kestrel.Core (59)
HttpsConfigurationService.cs (2)
197get => throw new NotSupportedException("Not supported by HTTP/3 connections."); 198set => throw new NotSupportedException("Not supported by HTTP/3 connections.");
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
351throw new NotSupportedException();
Internal\Http\HttpRequestHeaders.cs (1)
239public void Reset() => throw new NotSupportedException();
Internal\Http\HttpRequestStream.cs (10)
28public override long Length => throw new NotSupportedException(); 32get => throw new NotSupportedException(); 33set => throw new NotSupportedException(); 38get => throw new NotSupportedException(); 39set => throw new NotSupportedException(); 63=> throw new NotSupportedException(); 66=> throw new NotSupportedException(); 69=> throw new NotSupportedException(); 73throw new NotSupportedException(); 78throw new NotSupportedException();
Internal\Http\HttpResponseStream.cs (10)
26public override long Length => throw new NotSupportedException(); 30get => throw new NotSupportedException(); 31set => throw new NotSupportedException(); 36get => throw new NotSupportedException(); 37set => throw new NotSupportedException(); 41=> throw new NotSupportedException(); 44=> throw new NotSupportedException(); 47=> throw new NotSupportedException(); 66throw new NotSupportedException(); 71throw new NotSupportedException();
Internal\Http\HttpResponseTrailers.cs (2)
47public override StringValues HeaderConnection { get => throw new NotSupportedException(); set => throw new NotSupportedException(); }
Internal\Http2\Http2Stream.FeatureCollection.cs (2)
50get => throw new NotSupportedException(CoreStrings.HttpMinDataRateNotSupported); 55throw new NotSupportedException(CoreStrings.HttpMinDataRateNotSupported);
Internal\Http3\Http3Stream.FeatureCollection.cs (2)
43get => throw new NotSupportedException(CoreStrings.HttpMinDataRateNotSupported); 48throw new NotSupportedException(CoreStrings.HttpMinDataRateNotSupported);
Internal\HttpConnection.cs (1)
93throw new NotSupportedException($"{nameof(SelectProtocol)} returned something other than Http1, Http2 or None.");
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(); }
Middleware\HttpsConnectionMiddleware.cs (3)
533throw new NotSupportedException(CoreStrings.Http2NoTlsAlpn); 537throw new NotSupportedException(CoreStrings.Http2NoTlsWin81); 569throw new NotSupportedException($"The {nameof(HttpsConnectionAdapterOptions.OnAuthenticate)} callback is not supported with HTTP/3.");
src\aspnetcore\src\Shared\ServerInfrastructure\DuplexPipeStream.cs (5)
47throw new NotSupportedException(); 55throw new NotSupportedException(); 59throw new NotSupportedException(); 65throw new NotSupportedException(); 70throw new NotSupportedException();
src\aspnetcore\src\Shared\ServerInfrastructure\DuplexPipeStreamAdapter.cs (1)
57throw new NotSupportedException();
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (2)
DirectTlsTransportFactory.cs (2)
66throw new NotSupportedException( 83throw new NotSupportedException(
Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes (2)
Internal\NamedPipeTransportFactory.cs (2)
41throw new NotSupportedException($"{endpoint.GetType()} is not supported."); 45throw new NotSupportedException($@"Server name '{namedPipeEndPoint.ServerName}' is invalid. The server name must be ""{LocalComputerServerName}"".");
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (2)
Internal\QuicConnectionListener.cs (1)
40throw new NotSupportedException("QUIC is not supported or enabled on this platform. See https://aka.ms/aspnet/kestrel/http3reqs for details.");
Internal\QuicStreamContext.cs (1)
130set => throw new NotSupportedException();
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (1)
Client\SocketConnectionFactory.cs (1)
53throw new NotSupportedException("The SocketConnectionFactory only supports IPEndPoints for now.");
Microsoft.AspNetCore.SignalR.Client.Core (5)
src\aspnetcore\src\SignalR\common\Shared\PipeWriterStream.cs (5)
29public override long Position { get => throw new NotSupportedException(); set => throw new NotSupportedException(); } 37throw new NotSupportedException(); 42throw new NotSupportedException(); 47throw new NotSupportedException();
Microsoft.AspNetCore.SignalR.Common (5)
src\aspnetcore\src\SignalR\common\Shared\MemoryBufferWriter.cs (5)
44get => throw new NotSupportedException(); 45set => throw new NotSupportedException(); 278public override int Read(byte[] buffer, int offset, int count) => throw new NotSupportedException(); 279public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(); 280public override void SetLength(long value) => throw new NotSupportedException();
Microsoft.AspNetCore.SignalR.Core (3)
Internal\DefaultHubDispatcher.cs (3)
284throw new NotSupportedException($"Received unsupported message: {hubMessage}"); 900throw new NotSupportedException($"Method '{methodInfo.Name}' is a generic method which is not supported on a Hub."); 909throw new NotSupportedException($"Duplicate definitions of '{methodName}'. Overloading is not supported.");
Microsoft.AspNetCore.SignalR.Protocols.MessagePack (5)
src\aspnetcore\src\SignalR\common\Shared\MemoryBufferWriter.cs (5)
44get => throw new NotSupportedException(); 45set => throw new NotSupportedException(); 278public override int Read(byte[] buffer, int offset, int count) => throw new NotSupportedException(); 279public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(); 280public override void SetLength(long value) => throw new NotSupportedException();
Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson (5)
src\aspnetcore\src\SignalR\common\Shared\MemoryBufferWriter.cs (5)
44get => throw new NotSupportedException(); 45set => throw new NotSupportedException(); 278public override int Read(byte[] buffer, int offset, int count) => throw new NotSupportedException(); 279public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(); 280public override void SetLength(long value) => throw new NotSupportedException();
Microsoft.AspNetCore.SignalR.Specification.Tests (10)
src\aspnetcore\src\SignalR\common\Shared\MemoryBufferWriter.cs (5)
44get => throw new NotSupportedException(); 45set => throw new NotSupportedException(); 278public override int Read(byte[] buffer, int offset, int count) => throw new NotSupportedException(); 279public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(); 280public override void SetLength(long value) => throw new NotSupportedException();
src\aspnetcore\src\SignalR\common\testassets\Tests.Utils\TestClient.cs (5)
131throw new NotSupportedException("TestClient does not support multiple outgoing invocations!"); 144throw new NotSupportedException($"TestClient recieved an unexpected message: {message}."); 164throw new NotSupportedException("TestClient does not support multiple outgoing invocations!"); 170throw new NotSupportedException("Use 'StreamAsync' to call a streaming method"); 184throw new NotSupportedException($"TestClient recieved an unexpected message: {message}.");
Microsoft.AspNetCore.SignalR.StackExchangeRedis (5)
src\aspnetcore\src\SignalR\common\Shared\MemoryBufferWriter.cs (5)
44get => throw new NotSupportedException(); 45set => throw new NotSupportedException(); 278public override int Read(byte[] buffer, int offset, int count) => throw new NotSupportedException(); 279public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(); 280public override void SetLength(long value) => throw new NotSupportedException();
Microsoft.AspNetCore.TestHost (21)
AsyncStreamWrapper.cs (5)
23public override long Length => throw new NotSupportedException("The stream is not seekable."); 27get => throw new NotSupportedException("The stream is not seekable."); 28set => throw new NotSupportedException("The stream is not seekable."); 74throw new NotSupportedException("The stream is not seekable."); 79throw new NotSupportedException("The stream is not seekable.");
ClientHandler.cs (1)
62throw new NotSupportedException(
ResponseBodyReaderStream.cs (8)
39public override long Length => throw new NotSupportedException(); 43get => throw new NotSupportedException(); 44set => throw new NotSupportedException(); 47public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(); 49public override void SetLength(long value) => throw new NotSupportedException(); 59public override void Write(byte[] buffer, int offset, int count) => throw new NotSupportedException(); 61public override Task WriteAsync(byte[] buffer, int offset, int count, CancellationToken cancellationToken) => throw new NotSupportedException(); 63public override ValueTask WriteAsync(ReadOnlyMemory<byte> buffer, CancellationToken cancellationToken) => throw new NotSupportedException();
ResponseBodyWriterStream.cs (6)
23public override long Length => throw new NotSupportedException(); 25public override long Position { get => throw new NotSupportedException(); set => throw new NotSupportedException(); } 29throw new NotSupportedException(); 34throw new NotSupportedException(); 39throw new NotSupportedException();
UpgradeFeature.cs (1)
15throw new NotSupportedException();
Microsoft.AspNetCore.Watch.BrowserRefresh (10)
src\sdk\src\Dotnet.Watch\Web.Middleware\ResponseStreamWrapper.cs (5)
147public override int Read(byte[] buffer, int offset, int count) => throw new NotSupportedException(); 149public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(); 152=> throw new NotSupportedException(); 155=> throw new NotSupportedException(); 157public override void SetLength(long value) => throw new NotSupportedException();
src\sdk\src\Dotnet.Watch\Web.Middleware\ScriptInjectingStream.cs (5)
299public override int Read(byte[] buffer, int offset, int count) => throw new NotSupportedException(); 301public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(); 304=> throw new NotSupportedException(); 307=> throw new NotSupportedException(); 309public override void SetLength(long value) => throw new NotSupportedException();
Microsoft.AspNetCore.WebUtilities (20)
FileBufferingReadStream.cs (8)
219throw new NotSupportedException("The content has not been fully buffered yet."); 224throw new NotSupportedException("The content has not been fully buffered yet."); 229throw new NotSupportedException("The content has not been fully buffered yet."); 399throw new NotSupportedException(); 405throw new NotSupportedException(); 411throw new NotSupportedException(); 417throw new NotSupportedException(); 423throw new NotSupportedException();
FileBufferingWriteStream.cs (7)
81get => throw new NotSupportedException(); 82set => throw new NotSupportedException(); 92public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(); 96=> throw new NotSupportedException(); 100=> throw new NotSupportedException(); 104=> throw new NotSupportedException(); 187public override void SetLength(long value) => throw new NotSupportedException();
MultipartReaderStream.cs (5)
111throw new NotSupportedException(); 116throw new NotSupportedException(); 121throw new NotSupportedException(); 126throw new NotSupportedException(); 131throw new NotSupportedException();
Microsoft.Build (167)
BackEnd\Components\Communications\TaskHostNodeManager.cs (7)
49=> throw new NotSupportedException("not used"); 58throw new NotSupportedException("not used"); 128throw new NotSupportedException("not used"); 137throw new NotSupportedException("not used"); 148throw new NotSupportedException("not used"); 158throw new NotSupportedException("not used"); 168throw new NotSupportedException("not used");
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (1)
938throw new NotSupportedException(
Collections\ArrayDictionary.cs (1)
215throw new NotSupportedException();
Evaluation\LazyItemEvaluator.EvaluatorData.cs (10)
142public void AddSdkResolvedEnvironmentVariable(string name, string value) => throw new NotSupportedException(); 146throw new NotSupportedException(); 151throw new NotSupportedException(); 156throw new NotSupportedException(); 161throw new NotSupportedException(); 166throw new NotSupportedException(); 171throw new NotSupportedException(); 176throw new NotSupportedException(); 181throw new NotSupportedException(); 186throw new NotSupportedException();
Evaluation\LazyItemEvaluator.ItemFactoryWrapper.cs (1)
47throw new NotSupportedException();
Instance\ImmutableProjectCollections\ImmutableElementCollectionConverter.cs (14)
36set => throw new NotSupportedException(); 47public void Add(T item) => throw new NotSupportedException(); 49public void Add(string key, T value) => throw new NotSupportedException(); 51public void Add(KeyValuePair<string, T> item) => throw new NotSupportedException(); 53public void Clear() => throw new NotSupportedException(); 80public void GetObjectData(SerializationInfo info, StreamingContext context) => throw new NotSupportedException(); 82public void OnDeserialization(object sender) => throw new NotSupportedException(); 84public bool Remove(T item) => throw new NotSupportedException(); 86public bool Remove(string key) => throw new NotSupportedException(); 88public bool Remove(KeyValuePair<string, T> item) => throw new NotSupportedException(); 96public void UnionWith(IEnumerable<T> other) => throw new NotSupportedException(); 125public void Add(T item) => throw new NotSupportedException(); 127public void Clear() => throw new NotSupportedException(); 196public bool Remove(T item) => throw new NotSupportedException();
Instance\ImmutableProjectCollections\ImmutableGlobalPropertiesCollectionConverter.cs (14)
46set => throw new NotSupportedException(); 66public void Add(ProjectPropertyInstance item) => throw new NotSupportedException(); 68public void Add(string key, ProjectPropertyInstance value) => throw new NotSupportedException(); 70public void Add(KeyValuePair<string, ProjectPropertyInstance> item) => throw new NotSupportedException(); 72public void Clear() => throw new NotSupportedException(); 123public void GetObjectData(SerializationInfo info, StreamingContext context) => throw new NotSupportedException(); 125public void OnDeserialization(object sender) => throw new NotSupportedException(); 127public bool Remove(ProjectPropertyInstance item) => throw new NotSupportedException(); 129public bool Remove(string key) => throw new NotSupportedException(); 131public bool Remove(KeyValuePair<string, ProjectPropertyInstance> item) => throw new NotSupportedException(); 148public void UnionWith(IEnumerable<ProjectPropertyInstance> other) => throw new NotSupportedException(); 177public void Add(ProjectPropertyInstance item) => throw new NotSupportedException(); 179public void Clear() => throw new NotSupportedException(); 181public bool Remove(ProjectPropertyInstance item) => throw new NotSupportedException();
Instance\ImmutableProjectCollections\ImmutableItemDefinitionsListConverter.cs (6)
34set => throw new NotSupportedException(); 70public void Add(T item) => throw new NotSupportedException(); 72public void Clear() => throw new NotSupportedException(); 74public void Insert(int index, T item) => throw new NotSupportedException(); 76public bool Remove(T item) => throw new NotSupportedException(); 78public void RemoveAt(int index) => throw new NotSupportedException();
Instance\ImmutableProjectCollections\ImmutableItemDictionary.cs (9)
62public void Add(T projectItem) => throw new NotSupportedException(); 65public void Clear() => throw new NotSupportedException(); 133public void ImportItems(IEnumerable<T> other) => throw new NotSupportedException(); 136public void ImportItemsOfType(string itemType, IEnumerable<T> items) => throw new NotSupportedException(); 139public bool Remove(T projectItem) => throw new NotSupportedException(); 142public void RemoveItemsOfType(string itemType, IEnumerable<T> other) => throw new NotSupportedException(); 159public void Add(T item) => throw new NotSupportedException(); 161public void Clear() => throw new NotSupportedException(); 163public bool Remove(T item) => throw new NotSupportedException();
Instance\ImmutableProjectCollections\ImmutableProjectMetadataCollectionConverter.cs (1)
60set => throw new NotSupportedException("Cannot set value in an immutable collection.");
Instance\ImmutableProjectCollections\LazyStringValuedList.cs (6)
33set => throw new NotSupportedException(); 41public void Add(string item) => throw new NotSupportedException(); 43public void Clear() => throw new NotSupportedException(); 45public void Insert(int index, string item) => throw new NotSupportedException(); 47public bool Remove(string item) => throw new NotSupportedException(); 49public void RemoveAt(int index) => throw new NotSupportedException();
Logging\BinaryLogger\BinaryLogReplayEventSource.cs (3)
180throw new NotSupportedException(text); 263throw new NotSupportedException( 287throw new NotSupportedException(
Logging\BinaryLogger\Postprocessing\SubStream.cs (1)
29throw new NotSupportedException(ResourceUtilities.GetResourceString("Binlog_StreamUtils_MustBeReadable"));
Logging\BinaryLogger\Postprocessing\TransparentReadStream.cs (3)
160throw new NotSupportedException(ResourceUtilities.GetResourceString("Binlog_StreamUtils_SeekNonOrigin")); 170throw new NotSupportedException(ResourceUtilities.GetResourceString("Binlog_StreamUtils_SetLengthUnsupported")); 175throw new NotSupportedException(ResourceUtilities.GetResourceString("Binlog_StreamUtils_WriteUnsupported"));
Logging\ParallelLogger\ParallelConsoleLogger.cs (1)
629_ => throw new NotSupportedException(Convert.ToString(item.Value))
src\5057ed6cf5d6323b\ImmutableSegmentedDictionary`2.cs (10)
125set => throw new NotSupportedException(); 131set => throw new NotSupportedException(); 351=> throw new NotSupportedException(); 354=> throw new NotSupportedException(); 357=> throw new NotSupportedException(); 360=> throw new NotSupportedException(); 363=> throw new NotSupportedException(); 366=> throw new NotSupportedException(); 369=> throw new NotSupportedException(); 372=> throw new NotSupportedException();
src\5057ed6cf5d6323b\ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs (1)
37=> throw new NotSupportedException();
src\5057ed6cf5d6323b\ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs (2)
37=> throw new NotSupportedException(); 52=> throw new NotSupportedException();
src\5057ed6cf5d6323b\ImmutableSegmentedDictionary`2+KeyCollection.cs (3)
51=> throw new NotSupportedException(); 54=> throw new NotSupportedException(); 57=> throw new NotSupportedException();
src\5057ed6cf5d6323b\ImmutableSegmentedDictionary`2+ValueBuilder.cs (7)
62readonly IEnumerable<TKey> IReadOnlyDictionary<TKey, TValue>.Keys => throw new NotSupportedException(); 64readonly IEnumerable<TValue> IReadOnlyDictionary<TKey, TValue>.Values => throw new NotSupportedException(); 66readonly ICollection<TKey> IDictionary<TKey, TValue>.Keys => throw new NotSupportedException(); 68readonly ICollection<TValue> IDictionary<TKey, TValue>.Values => throw new NotSupportedException(); 72readonly ICollection IDictionary.Keys => throw new NotSupportedException(); 74readonly ICollection IDictionary.Values => throw new NotSupportedException(); 80readonly object ICollection.SyncRoot => throw new NotSupportedException();
src\5057ed6cf5d6323b\ImmutableSegmentedDictionary`2+ValueCollection.cs (3)
51=> throw new NotSupportedException(); 54=> throw new NotSupportedException(); 57=> throw new NotSupportedException();
src\5057ed6cf5d6323b\ImmutableSegmentedHashSet`1.cs (8)
371=> throw new NotSupportedException(); 374=> throw new NotSupportedException(); 377=> throw new NotSupportedException(); 380=> throw new NotSupportedException(); 383=> throw new NotSupportedException(); 386=> throw new NotSupportedException(); 389=> throw new NotSupportedException(); 392=> throw new NotSupportedException();
src\5057ed6cf5d6323b\ImmutableSegmentedList`1.cs (12)
105set => throw new NotSupportedException(); 111set => throw new NotSupportedException(); 646=> throw new NotSupportedException(); 649=> throw new NotSupportedException(); 652=> throw new NotSupportedException(); 655=> throw new NotSupportedException(); 658=> throw new NotSupportedException(); 661=> throw new NotSupportedException(); 664=> throw new NotSupportedException(); 679=> throw new NotSupportedException(); 682=> throw new NotSupportedException(); 685=> throw new NotSupportedException();
src\5057ed6cf5d6323b\ImmutableSegmentedList`1+ValueBuilder.cs (1)
47readonly object ICollection.SyncRoot => throw new NotSupportedException();
src\8b3a4ac2431f87ea\SpecializedCollections.Empty.Collection.cs (3)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 49throw new NotSupportedException();
src\8b3a4ac2431f87ea\SpecializedCollections.Empty.Dictionary.cs (4)
33throw new NotSupportedException(); 54throw new NotSupportedException(); 75throw new NotSupportedException(); 80throw new NotSupportedException();
src\8b3a4ac2431f87ea\SpecializedCollections.Empty.List.cs (3)
38throw new NotSupportedException(); 43throw new NotSupportedException(); 55throw new NotSupportedException();
src\8b3a4ac2431f87ea\SpecializedCollections.Empty.Set.cs (5)
27throw new NotSupportedException(); 32throw new NotSupportedException(); 37throw new NotSupportedException(); 72throw new NotSupportedException(); 77throw new NotSupportedException();
src\8b3a4ac2431f87ea\SpecializedCollections.ReadOnly.Collection.cs (3)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 56throw new NotSupportedException();
src\8b3a4ac2431f87ea\SpecializedCollections.ReadOnly.Set.cs (5)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 36throw new NotSupportedException(); 71throw new NotSupportedException(); 76throw new NotSupportedException();
src\8b3a4ac2431f87ea\SpecializedCollections.Singleton.Collection`1.cs (6)
28throw new NotSupportedException(); 33throw new NotSupportedException(); 52throw new NotSupportedException(); 79throw new NotSupportedException(); 95throw new NotSupportedException(); 100throw new NotSupportedException();
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Internal\ThrowHelper.cs (1)
187throw new NotSupportedException(GetResourceString(resource));
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\SegmentedArray.cs (3)
71throw new NotSupportedException(); 166throw new NotSupportedException(); 233throw new NotSupportedException();
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\SegmentedArray`1.cs (9)
193throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 198throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 214throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 271throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 276throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 281throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 286throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 291throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 296throw new NotSupportedException(SR.NotSupported_FixedSizeCollection);
Microsoft.Build.Framework (12)
BackEnd\BufferedReadStream.cs (4)
46get { throw new NotSupportedException(); } 47set { throw new NotSupportedException(); } 186throw new NotSupportedException(); 191throw new NotSupportedException();
TaskItem_T.cs (2)
95set => throw new NotSupportedException("TaskItem<T> ItemSpec is read-only. Create a new instance to change the value."); 130set => throw new NotSupportedException("TaskItem<T> EvaluatedIncludeEscaped is read-only. Create a new instance to change the value.");
Utilities\FileMatcher.cs (6)
117_ => throw new NotSupportedException(CacheProfile.ToString()), 2545_ => throw new NotSupportedException(selection.Driver.ToString()), 3035throw new NotSupportedException(action.ToString()); 3092throw new NotSupportedException(excludeAction.ToString()); 3774throw new NotSupportedException(action.ToString()); 3824throw new NotSupportedException(excludeAction.ToString());
Microsoft.Build.Tasks.CodeAnalysis (1)
src\roslyn\src\Compilers\Shared\NativeMethods.cs (1)
118if (!returnFinalTarget) throw new NotSupportedException();
Microsoft.Build.Tasks.Core (12)
AssemblyDependency\ResolveAssemblyReference.cs (1)
3420throw new NotSupportedException(
CodeTaskFactory.cs (3)
1159throw new NotSupportedException(); 1165throw new NotSupportedException(); 1170throw new NotSupportedException();
ManifestUtil\mansign2.cs (4)
692throw new NotSupportedException(); 935throw new NotSupportedException(); 951throw new NotSupportedException(); 1176throw new NotSupportedException();
ResourceHandling\MSBuildResXReader.cs (1)
217throw new NotSupportedException(ResourceUtilities.FormatResourceStringIgnoreCodeAndKeyword("GenerateResource.MimeTypeNotSupportedOnCore", name, resxFilename, mimetype));
XamlTaskFactory\XamlTaskFactory.cs (3)
293throw new NotSupportedException(); 299throw new NotSupportedException(); 304throw new NotSupportedException();
Microsoft.Build.Tasks.Git (4)
GitDataReader\GitConfig.cs (2)
84throw new NotSupportedException(string.Format(Resources.UnsupportedRepositoryVersion, versionStr, SupportedGitRepoFormatVersion)); 95throw new NotSupportedException(string.Format(
GitDataReader\GitEnvironment.cs (2)
76throw new NotSupportedException(string.Format(Resources.ValueOfIsNotValidConfigurationScope, GitRepositoryConfigurationScopeName, configurationScope)); 154=> HomeDirectory ?? throw new NotSupportedException(
Microsoft.CodeAnalysis (155)
Collections\IdentifierCollection.Collection.cs (3)
81throw new NotSupportedException(); 86throw new NotSupportedException(); 91throw new NotSupportedException();
Collections\ImmutableMemoryStream.cs (2)
116throw new NotSupportedException(); 121throw new NotSupportedException();
Collections\SmallDictionary.cs (1)
604throw new NotSupportedException();
Collections\UnionCollection.cs (3)
74throw new NotSupportedException(); 79throw new NotSupportedException(); 130throw new NotSupportedException();
CommandLine\CommonCompiler.SuppressionDiagnostic.cs (3)
96throw new NotSupportedException(); 101throw new NotSupportedException(); 106throw new NotSupportedException();
DiaSymReader\SymUnmanagedFactory.cs (2)
41_ => throw new NotSupportedException() 199throw new NotSupportedException();
DiaSymReader\Utilities\ComMemoryStream.cs (5)
247throw new NotSupportedException(); 252throw new NotSupportedException(); 257throw new NotSupportedException(); 262throw new NotSupportedException(); 267throw new NotSupportedException();
DiaSymReader\Writer\SymUnmanagedWriter.cs (1)
226=> throw new NotSupportedException();
DiaSymReader\Writer\SymUnmanagedWriterFactory.cs (2)
62throw new SymUnmanagedWriterException(new NotSupportedException(), implModuleName); 78throw new NotSupportedException();
DiaSymReader\Writer\SymUnmanagedWriterImpl.cs (1)
48=> GetSymWriter() is ISymUnmanagedWriter8 symWriter8 ? symWriter8 : throw PdbWritingException(new NotSupportedException());
DocumentationCommentId.cs (1)
37throw new NotSupportedException();
Emit\EditAndContinue\EmitBaseline.cs (2)
85=> throw new NotSupportedException(); 94=> throw new NotSupportedException();
Hashing\NonCryptographicHashAlgorithm.cs (1)
348throw new NotSupportedException("GetHashCode not supported");
InternalUtilities\BlobBuildingStream.cs (5)
106throw new NotSupportedException(); 111throw new NotSupportedException(); 116throw new NotSupportedException(); 121get { throw new NotSupportedException(); } 122set { throw new NotSupportedException(); }
InternalUtilities\ConsList`1.cs (1)
75throw new NotSupportedException();
InternalUtilities\MultiDictionary.cs (1)
62throw new NotSupportedException();
InternalUtilities\ReadOnlyUnmanagedMemoryStream.cs (2)
131throw new NotSupportedException(); 136throw new NotSupportedException();
MetadataReference\CompilationReference.cs (3)
36throw new NotSupportedException(CodeAnalysisResources.CannotCreateReferenceToSubmission); 41throw new NotSupportedException(CodeAnalysisResources.CannotCreateReferenceToModule); 101throw new NotSupportedException(CodeAnalysisResources.CannotCreateReferenceToModule);
MetadataReference\MetadataReference.cs (2)
346throw new NotSupportedException(CodeAnalysisResources.CantCreateReferenceToDynamicAssembly); 357throw new NotSupportedException(CodeAnalysisResources.CantCreateReferenceToAssemblyWithoutLocation);
ReferenceManager\CommonReferenceManager.Resolution.cs (1)
886throw new NotSupportedException();
ReferenceManager\CommonReferenceManager.State.cs (1)
564throw new NotSupportedException(CodeAnalysisResources.CompilationReferencesAssembliesWithDifferentAutoGeneratedVersion);
src\roslyn\src\Dependencies\Collections\Internal\ThrowHelper.cs (1)
187throw new NotSupportedException(GetResourceString(resource));
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (10)
125set => throw new NotSupportedException(); 131set => throw new NotSupportedException(); 351=> throw new NotSupportedException(); 354=> throw new NotSupportedException(); 357=> throw new NotSupportedException(); 360=> throw new NotSupportedException(); 363=> throw new NotSupportedException(); 366=> throw new NotSupportedException(); 369=> throw new NotSupportedException(); 372=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs (1)
37=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs (2)
37=> throw new NotSupportedException(); 52=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection.cs (3)
51=> throw new NotSupportedException(); 54=> throw new NotSupportedException(); 57=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (7)
62readonly IEnumerable<TKey> IReadOnlyDictionary<TKey, TValue>.Keys => throw new NotSupportedException(); 64readonly IEnumerable<TValue> IReadOnlyDictionary<TKey, TValue>.Values => throw new NotSupportedException(); 66readonly ICollection<TKey> IDictionary<TKey, TValue>.Keys => throw new NotSupportedException(); 68readonly ICollection<TValue> IDictionary<TKey, TValue>.Values => throw new NotSupportedException(); 72readonly ICollection IDictionary.Keys => throw new NotSupportedException(); 74readonly ICollection IDictionary.Values => throw new NotSupportedException(); 80readonly object ICollection.SyncRoot => throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection.cs (3)
51=> throw new NotSupportedException(); 54=> throw new NotSupportedException(); 57=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (8)
371=> throw new NotSupportedException(); 374=> throw new NotSupportedException(); 377=> throw new NotSupportedException(); 380=> throw new NotSupportedException(); 383=> throw new NotSupportedException(); 386=> throw new NotSupportedException(); 389=> throw new NotSupportedException(); 392=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (12)
105set => throw new NotSupportedException(); 111set => throw new NotSupportedException(); 646=> throw new NotSupportedException(); 649=> throw new NotSupportedException(); 652=> throw new NotSupportedException(); 655=> throw new NotSupportedException(); 658=> throw new NotSupportedException(); 661=> throw new NotSupportedException(); 664=> throw new NotSupportedException(); 679=> throw new NotSupportedException(); 682=> throw new NotSupportedException(); 685=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
47readonly object ICollection.SyncRoot => throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray.cs (3)
71throw new NotSupportedException(); 166throw new NotSupportedException(); 233throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (9)
193throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 198throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 214throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 271throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 276throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 281throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 286throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 291throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 296throw new NotSupportedException(SR.NotSupported_FixedSizeCollection);
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Collection.cs (3)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 49throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Dictionary.cs (4)
33throw new NotSupportedException(); 54throw new NotSupportedException(); 75throw new NotSupportedException(); 80throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.List.cs (3)
38throw new NotSupportedException(); 43throw new NotSupportedException(); 55throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Set.cs (5)
27throw new NotSupportedException(); 32throw new NotSupportedException(); 37throw new NotSupportedException(); 72throw new NotSupportedException(); 77throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Collection.cs (3)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 56throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Set.cs (5)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 36throw new NotSupportedException(); 71throw new NotSupportedException(); 76throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Singleton.Collection`1.cs (6)
28throw new NotSupportedException(); 33throw new NotSupportedException(); 52throw new NotSupportedException(); 79throw new NotSupportedException(); 95throw new NotSupportedException(); 100throw new NotSupportedException();
Syntax\SeparatedSyntaxList.Enumerator.cs (2)
56throw new NotSupportedException(); 61throw new NotSupportedException();
Syntax\SyntaxList`1.Enumerator.cs (2)
53throw new NotSupportedException(); 58throw new NotSupportedException();
Syntax\SyntaxNodeOrTokenList.cs (3)
583throw new NotSupportedException(); 595throw new NotSupportedException(); 600throw new NotSupportedException();
Syntax\SyntaxTokenList.Enumerator.cs (3)
122throw new NotSupportedException(); 127throw new NotSupportedException(); 152throw new NotSupportedException();
Syntax\SyntaxTokenList.Reversed.cs (3)
134throw new NotSupportedException(); 139throw new NotSupportedException(); 164throw new NotSupportedException();
Syntax\SyntaxTriviaList.Enumerator.cs (1)
156throw new NotSupportedException();
Syntax\SyntaxTriviaList.Reversed.cs (1)
153throw new NotSupportedException();
Text\SourceTextStream.cs (6)
81throw new NotSupportedException(); 86get { throw new NotSupportedException(); } 92set { throw new NotSupportedException(); } 160throw new NotSupportedException(); 165throw new NotSupportedException(); 170throw new NotSupportedException();
Text\TextLineCollection.cs (2)
155throw new NotSupportedException(); 160throw new NotSupportedException();
Microsoft.CodeAnalysis.Analyzers (105)
src\roslyn\src\Compilers\Core\Portable\Collections\SmallDictionary.cs (1)
604throw new NotSupportedException();
src\roslyn\src\Compilers\Core\Portable\Hashing\NonCryptographicHashAlgorithm.cs (1)
348throw new NotSupportedException("GetHashCode not supported");
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\ConsList`1.cs (1)
75throw new NotSupportedException();
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\MultiDictionary.cs (1)
62throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Internal\ThrowHelper.cs (1)
187throw new NotSupportedException(GetResourceString(resource));
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (10)
125set => throw new NotSupportedException(); 131set => throw new NotSupportedException(); 351=> throw new NotSupportedException(); 354=> throw new NotSupportedException(); 357=> throw new NotSupportedException(); 360=> throw new NotSupportedException(); 363=> throw new NotSupportedException(); 366=> throw new NotSupportedException(); 369=> throw new NotSupportedException(); 372=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs (1)
37=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs (2)
37=> throw new NotSupportedException(); 52=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection.cs (3)
51=> throw new NotSupportedException(); 54=> throw new NotSupportedException(); 57=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (7)
62readonly IEnumerable<TKey> IReadOnlyDictionary<TKey, TValue>.Keys => throw new NotSupportedException(); 64readonly IEnumerable<TValue> IReadOnlyDictionary<TKey, TValue>.Values => throw new NotSupportedException(); 66readonly ICollection<TKey> IDictionary<TKey, TValue>.Keys => throw new NotSupportedException(); 68readonly ICollection<TValue> IDictionary<TKey, TValue>.Values => throw new NotSupportedException(); 72readonly ICollection IDictionary.Keys => throw new NotSupportedException(); 74readonly ICollection IDictionary.Values => throw new NotSupportedException(); 80readonly object ICollection.SyncRoot => throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection.cs (3)
51=> throw new NotSupportedException(); 54=> throw new NotSupportedException(); 57=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (8)
371=> throw new NotSupportedException(); 374=> throw new NotSupportedException(); 377=> throw new NotSupportedException(); 380=> throw new NotSupportedException(); 383=> throw new NotSupportedException(); 386=> throw new NotSupportedException(); 389=> throw new NotSupportedException(); 392=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (12)
105set => throw new NotSupportedException(); 111set => throw new NotSupportedException(); 646=> throw new NotSupportedException(); 649=> throw new NotSupportedException(); 652=> throw new NotSupportedException(); 655=> throw new NotSupportedException(); 658=> throw new NotSupportedException(); 661=> throw new NotSupportedException(); 664=> throw new NotSupportedException(); 679=> throw new NotSupportedException(); 682=> throw new NotSupportedException(); 685=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
47readonly object ICollection.SyncRoot => throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray.cs (3)
71throw new NotSupportedException(); 166throw new NotSupportedException(); 233throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (9)
193throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 198throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 214throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 271throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 276throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 281throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 286throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 291throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 296throw new NotSupportedException(SR.NotSupported_FixedSizeCollection);
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Collection.cs (3)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 49throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Dictionary.cs (4)
33throw new NotSupportedException(); 54throw new NotSupportedException(); 75throw new NotSupportedException(); 80throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.List.cs (3)
38throw new NotSupportedException(); 43throw new NotSupportedException(); 55throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Set.cs (5)
27throw new NotSupportedException(); 32throw new NotSupportedException(); 37throw new NotSupportedException(); 72throw new NotSupportedException(); 77throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Collection.cs (3)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 56throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Set.cs (5)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 36throw new NotSupportedException(); 71throw new NotSupportedException(); 76throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Singleton.Collection`1.cs (6)
28throw new NotSupportedException(); 33throw new NotSupportedException(); 52throw new NotSupportedException(); 79throw new NotSupportedException(); 95throw new NotSupportedException(); 100throw new NotSupportedException();
src\roslyn\src\Dependencies\Contracts\EqualityComparerExtensions.cs (1)
39getHashCode ??= _ => throw new NotSupportedException();
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\CodeAnalysisMetricData.cs (2)
281_ => throw new NotSupportedException(), 319_ => throw new NotSupportedException(),
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\RoslynHashCode.cs (2)
435public override readonly int GetHashCode() => throw new NotSupportedException(SR.HashCode_HashCodeNotSupported); 439public override readonly bool Equals(object? obj) => throw new NotSupportedException(SR.HashCode_EqualityNotSupported);
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\SmallDictionary.cs (1)
718throw new NotSupportedException();
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Options\EditorConfigValueSerializer`1.cs (2)
20parseValue: _ => throw new NotSupportedException("Option does not support serialization to editorconfig format"), 21serializeValue: _ => throw new NotSupportedException("Option does not support serialization to editorconfig format"));
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\ConcatImmutableArray`1.cs (1)
58=> throw new NotSupportedException();
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SerializableBytes.cs (2)
269=> throw new NotSupportedException(); 272=> throw new NotSupportedException();
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationAbstractNamedTypeSymbol.cs (1)
131public TypeLayout TypeLayout => throw new NotSupportedException("TypeLayout property is not supported on this symbol.");
Microsoft.CodeAnalysis.AnalyzerUtilities (145)
src\roslyn\src\Compilers\Core\Portable\Collections\SmallDictionary.cs (1)
604throw new NotSupportedException();
src\roslyn\src\Compilers\Core\Portable\Hashing\NonCryptographicHashAlgorithm.cs (1)
348throw new NotSupportedException("GetHashCode not supported");
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\ConsList`1.cs (1)
75throw new NotSupportedException();
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\MultiDictionary.cs (1)
62throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Internal\ThrowHelper.cs (1)
187throw new NotSupportedException(GetResourceString(resource));
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (10)
125set => throw new NotSupportedException(); 131set => throw new NotSupportedException(); 351=> throw new NotSupportedException(); 354=> throw new NotSupportedException(); 357=> throw new NotSupportedException(); 360=> throw new NotSupportedException(); 363=> throw new NotSupportedException(); 366=> throw new NotSupportedException(); 369=> throw new NotSupportedException(); 372=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs (1)
37=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs (2)
37=> throw new NotSupportedException(); 52=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection.cs (3)
51=> throw new NotSupportedException(); 54=> throw new NotSupportedException(); 57=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (7)
62readonly IEnumerable<TKey> IReadOnlyDictionary<TKey, TValue>.Keys => throw new NotSupportedException(); 64readonly IEnumerable<TValue> IReadOnlyDictionary<TKey, TValue>.Values => throw new NotSupportedException(); 66readonly ICollection<TKey> IDictionary<TKey, TValue>.Keys => throw new NotSupportedException(); 68readonly ICollection<TValue> IDictionary<TKey, TValue>.Values => throw new NotSupportedException(); 72readonly ICollection IDictionary.Keys => throw new NotSupportedException(); 74readonly ICollection IDictionary.Values => throw new NotSupportedException(); 80readonly object ICollection.SyncRoot => throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection.cs (3)
51=> throw new NotSupportedException(); 54=> throw new NotSupportedException(); 57=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (8)
371=> throw new NotSupportedException(); 374=> throw new NotSupportedException(); 377=> throw new NotSupportedException(); 380=> throw new NotSupportedException(); 383=> throw new NotSupportedException(); 386=> throw new NotSupportedException(); 389=> throw new NotSupportedException(); 392=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (12)
105set => throw new NotSupportedException(); 111set => throw new NotSupportedException(); 646=> throw new NotSupportedException(); 649=> throw new NotSupportedException(); 652=> throw new NotSupportedException(); 655=> throw new NotSupportedException(); 658=> throw new NotSupportedException(); 661=> throw new NotSupportedException(); 664=> throw new NotSupportedException(); 679=> throw new NotSupportedException(); 682=> throw new NotSupportedException(); 685=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
47readonly object ICollection.SyncRoot => throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray.cs (3)
71throw new NotSupportedException(); 166throw new NotSupportedException(); 233throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (9)
193throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 198throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 214throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 271throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 276throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 281throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 286throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 291throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 296throw new NotSupportedException(SR.NotSupported_FixedSizeCollection);
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Collection.cs (3)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 49throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Dictionary.cs (4)
33throw new NotSupportedException(); 54throw new NotSupportedException(); 75throw new NotSupportedException(); 80throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.List.cs (3)
38throw new NotSupportedException(); 43throw new NotSupportedException(); 55throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Set.cs (5)
27throw new NotSupportedException(); 32throw new NotSupportedException(); 37throw new NotSupportedException(); 72throw new NotSupportedException(); 77throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Collection.cs (3)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 56throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Set.cs (5)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 36throw new NotSupportedException(); 71throw new NotSupportedException(); 76throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Singleton.Collection`1.cs (6)
28throw new NotSupportedException(); 33throw new NotSupportedException(); 52throw new NotSupportedException(); 79throw new NotSupportedException(); 95throw new NotSupportedException(); 100throw new NotSupportedException();
src\roslyn\src\Dependencies\Contracts\EqualityComparerExtensions.cs (1)
39getHashCode ??= _ => throw new NotSupportedException();
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\CodeAnalysisMetricData.cs (2)
281_ => throw new NotSupportedException(), 319_ => throw new NotSupportedException(),
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\RoslynHashCode.cs (2)
435public override readonly int GetHashCode() => throw new NotSupportedException(SR.HashCode_HashCodeNotSupported); 439public override readonly bool Equals(object? obj) => throw new NotSupportedException(SR.HashCode_EqualityNotSupported);
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\SmallDictionary.cs (1)
718throw new NotSupportedException();
src\roslyn\src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\CopyAnalysis\CopyAnalysisData.cs (1)
88throw new NotSupportedException("Use SetAbstactValueForEntities API");
src\roslyn\src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\PropertySetAnalysis\HazardousUsageEvaluatorCollection.cs (1)
46throw new NotSupportedException();
src\roslyn\src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\PropertySetAnalysis\PropertyMapper.cs (1)
95throw new NotSupportedException();
src\roslyn\src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\PropertySetAnalysis\PropertyMapperCollection.cs (1)
77throw new NotSupportedException();
src\roslyn\src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Framework\DataFlow\DataFlowOperationVisitor.cs (37)
3879throw new NotSupportedException($"'{nameof(IUsingOperation)}' must have been lowered in the CFG"); 3885throw new NotSupportedException($"'{nameof(IWhileLoopOperation)}' must have been lowered in the CFG"); 3891throw new NotSupportedException($"'{nameof(IForEachLoopOperation)}' must have been lowered in the CFG"); 3897throw new NotSupportedException($"'{nameof(IForLoopOperation)}' must have been lowered in the CFG"); 3903throw new NotSupportedException($"'{nameof(IForToLoopOperation)}' must have been lowered in the CFG"); 3909throw new NotSupportedException($"'{nameof(ICoalesceOperation)}' must have been lowered in the CFG"); 3915throw new NotSupportedException($"'{nameof(IConditionalOperation)}' must have been lowered in the CFG"); 3921throw new NotSupportedException($"'{nameof(IConditionalAccessOperation)}' must have been lowered in the CFG"); 3927throw new NotSupportedException($"'{nameof(IConditionalAccessInstanceOperation)}' must have been lowered in the CFG"); 3933throw new NotSupportedException($"'{nameof(IThrowOperation)}' must have been lowered in the CFG"); 3939throw new NotSupportedException($"'{nameof(IVariableDeclarationOperation)}' must have been lowered in the CFG"); 3945throw new NotSupportedException($"'{nameof(IVariableDeclarationOperation)}' must have been lowered in the CFG"); 3951throw new NotSupportedException($"'{nameof(IVariableDeclaratorOperation)}' must have been lowered in the CFG"); 3957throw new NotSupportedException($"'{nameof(ITryOperation)}' must have been lowered in the CFG"); 3963throw new NotSupportedException($"'{nameof(ICatchClauseOperation)}' must have been lowered in the CFG"); 3969throw new NotSupportedException($"'{nameof(ILockOperation)}' must have been lowered in the CFG"); 3975throw new NotSupportedException($"'{nameof(IBranchOperation)}' must have been lowered in the CFG"); 3981throw new NotSupportedException($"'{nameof(ILabeledOperation)}' must have been lowered in the CFG"); 3987throw new NotSupportedException($"'{nameof(ISwitchOperation)}' must have been lowered in the CFG"); 3993throw new NotSupportedException($"'{nameof(ISwitchCaseOperation)}' must have been lowered in the CFG"); 3999throw new NotSupportedException($"'{nameof(IDefaultCaseClauseOperation)}' must have been lowered in the CFG"); 4005throw new NotSupportedException($"'{nameof(IPatternCaseClauseOperation)}' must have been lowered in the CFG"); 4011throw new NotSupportedException($"'{nameof(IRangeCaseClauseOperation)}' must have been lowered in the CFG"); 4017throw new NotSupportedException($"'{nameof(IRelationalCaseClauseOperation)}' must have been lowered in the CFG"); 4023throw new NotSupportedException($"'{nameof(ISingleValueCaseClauseOperation)}' must have been lowered in the CFG"); 4029throw new NotSupportedException($"'{nameof(IObjectOrCollectionInitializerOperation)}' must have been lowered in the CFG"); 4035throw new NotSupportedException($"'{nameof(IMemberInitializerOperation)}' must have been lowered in the CFG"); 4041throw new NotSupportedException($"'{nameof(IBlockOperation)}' must have been lowered in the CFG"); 4047throw new NotSupportedException($"'{nameof(IVariableInitializerOperation)}' must have been lowered in the CFG"); 4053throw new NotSupportedException($"'{nameof(IFieldInitializerOperation)}' must have been lowered in the CFG"); 4059throw new NotSupportedException($"'{nameof(IParameterInitializerOperation)}' must have been lowered in the CFG"); 4065throw new NotSupportedException($"'{nameof(IPropertyInitializerOperation)}' must have been lowered in the CFG"); 4071throw new NotSupportedException($"'{nameof(IEndOperation)}' must have been lowered in the CFG"); 4077throw new NotSupportedException($"'{nameof(IEmptyOperation)}' must have been lowered in the CFG"); 4083throw new NotSupportedException($"'{nameof(INameOfOperation)}' must have been lowered in the CFG"); 4088throw new NotSupportedException($"'{nameof(IAnonymousFunctionOperation)}' must have been lowered in the CFG"); 4094throw new NotSupportedException($"'{nameof(ILocalFunctionOperation)}' must have been lowered in the CFG");
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Options\EditorConfigValueSerializer`1.cs (2)
20parseValue: _ => throw new NotSupportedException("Option does not support serialization to editorconfig format"), 21serializeValue: _ => throw new NotSupportedException("Option does not support serialization to editorconfig format"));
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\ConcatImmutableArray`1.cs (1)
58=> throw new NotSupportedException();
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SerializableBytes.cs (2)
269=> throw new NotSupportedException(); 272=> throw new NotSupportedException();
Microsoft.CodeAnalysis.CodeStyle (99)
src\roslyn\src\Compilers\Core\Portable\Collections\SmallDictionary.cs (1)
604throw new NotSupportedException();
src\roslyn\src\Compilers\Core\Portable\Hashing\NonCryptographicHashAlgorithm.cs (1)
348throw new NotSupportedException("GetHashCode not supported");
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\ConsList`1.cs (1)
75throw new NotSupportedException();
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\MultiDictionary.cs (1)
62throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Internal\ThrowHelper.cs (1)
187throw new NotSupportedException(GetResourceString(resource));
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (10)
125set => throw new NotSupportedException(); 131set => throw new NotSupportedException(); 351=> throw new NotSupportedException(); 354=> throw new NotSupportedException(); 357=> throw new NotSupportedException(); 360=> throw new NotSupportedException(); 363=> throw new NotSupportedException(); 366=> throw new NotSupportedException(); 369=> throw new NotSupportedException(); 372=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs (1)
37=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs (2)
37=> throw new NotSupportedException(); 52=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection.cs (3)
51=> throw new NotSupportedException(); 54=> throw new NotSupportedException(); 57=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (7)
62readonly IEnumerable<TKey> IReadOnlyDictionary<TKey, TValue>.Keys => throw new NotSupportedException(); 64readonly IEnumerable<TValue> IReadOnlyDictionary<TKey, TValue>.Values => throw new NotSupportedException(); 66readonly ICollection<TKey> IDictionary<TKey, TValue>.Keys => throw new NotSupportedException(); 68readonly ICollection<TValue> IDictionary<TKey, TValue>.Values => throw new NotSupportedException(); 72readonly ICollection IDictionary.Keys => throw new NotSupportedException(); 74readonly ICollection IDictionary.Values => throw new NotSupportedException(); 80readonly object ICollection.SyncRoot => throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection.cs (3)
51=> throw new NotSupportedException(); 54=> throw new NotSupportedException(); 57=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (8)
371=> throw new NotSupportedException(); 374=> throw new NotSupportedException(); 377=> throw new NotSupportedException(); 380=> throw new NotSupportedException(); 383=> throw new NotSupportedException(); 386=> throw new NotSupportedException(); 389=> throw new NotSupportedException(); 392=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (12)
105set => throw new NotSupportedException(); 111set => throw new NotSupportedException(); 646=> throw new NotSupportedException(); 649=> throw new NotSupportedException(); 652=> throw new NotSupportedException(); 655=> throw new NotSupportedException(); 658=> throw new NotSupportedException(); 661=> throw new NotSupportedException(); 664=> throw new NotSupportedException(); 679=> throw new NotSupportedException(); 682=> throw new NotSupportedException(); 685=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
47readonly object ICollection.SyncRoot => throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray.cs (3)
71throw new NotSupportedException(); 166throw new NotSupportedException(); 233throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (9)
193throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 198throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 214throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 271throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 276throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 281throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 286throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 291throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 296throw new NotSupportedException(SR.NotSupported_FixedSizeCollection);
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Collection.cs (3)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 49throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Dictionary.cs (4)
33throw new NotSupportedException(); 54throw new NotSupportedException(); 75throw new NotSupportedException(); 80throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.List.cs (3)
38throw new NotSupportedException(); 43throw new NotSupportedException(); 55throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Set.cs (5)
27throw new NotSupportedException(); 32throw new NotSupportedException(); 37throw new NotSupportedException(); 72throw new NotSupportedException(); 77throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Collection.cs (3)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 56throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Set.cs (5)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 36throw new NotSupportedException(); 71throw new NotSupportedException(); 76throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Singleton.Collection`1.cs (6)
28throw new NotSupportedException(); 33throw new NotSupportedException(); 52throw new NotSupportedException(); 79throw new NotSupportedException(); 95throw new NotSupportedException(); 100throw new NotSupportedException();
src\roslyn\src\Dependencies\Contracts\EqualityComparerExtensions.cs (1)
39getHashCode ??= _ => throw new NotSupportedException();
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Options\EditorConfigValueSerializer`1.cs (2)
20parseValue: _ => throw new NotSupportedException("Option does not support serialization to editorconfig format"), 21serializeValue: _ => throw new NotSupportedException("Option does not support serialization to editorconfig format"));
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\ConcatImmutableArray`1.cs (1)
58=> throw new NotSupportedException();
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SerializableBytes.cs (2)
269=> throw new NotSupportedException(); 272=> throw new NotSupportedException();
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationAbstractNamedTypeSymbol.cs (1)
131public TypeLayout TypeLayout => throw new NotSupportedException("TypeLayout property is not supported on this symbol.");
Microsoft.CodeAnalysis.CSharp (25)
Binder\BinderFactory.cs (1)
43throw new NotSupportedException();
Binder\Semantics\OverloadResolution\MemberResolutionResult.cs (2)
129throw new NotSupportedException(); 134throw new NotSupportedException();
Compilation\CSharpSemanticModel.cs (5)
2433throw new NotSupportedException(); 2454throw new NotSupportedException(); 2465throw new NotSupportedException(); 2476throw new NotSupportedException(); 2489throw new NotSupportedException();
Compilation\MemberSemanticModel.cs (4)
581throw new NotSupportedException(); 586throw new NotSupportedException(); 591throw new NotSupportedException(); 596throw new NotSupportedException();
Compilation\SpeculativeSemanticModelWithMemberModel.cs (4)
237throw new NotSupportedException(); 242throw new NotSupportedException(); 247throw new NotSupportedException(); 252throw new NotSupportedException();
Symbols\LabelSymbol.cs (3)
116throw new NotSupportedException(); 148throw new NotSupportedException(); 160throw new NotSupportedException();
Symbols\PublicModel\TypeSymbol.cs (1)
35throw new System.NotSupportedException();
Symbols\ReferenceManager.cs (2)
89throw new NotSupportedException(string.Format(CSharpResources.CantReferenceCompilationOf, compilationReference.GetType(), "C#")); 291throw new NotSupportedException(string.Format(CodeAnalysisResources.ChangingVersionOfAssemblyReferenceIsNotAllowedDuringDebugging, identity, symbol.Identity.Version));
Syntax\ExtensionBlockDeclarationSyntax.cs (3)
12=> throw new System.NotSupportedException(); 17=> throw new System.NotSupportedException(); 20=> throw new System.NotSupportedException();
Microsoft.CodeAnalysis.CSharp.CodeStyle (5)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeStyle\CSharpCodeStyleOptions_Parsing.cs (5)
44_ => throw new NotSupportedException(), 59_ => throw new NotSupportedException(), 74_ => throw new NotSupportedException(), 88_ => throw new NotSupportedException(string.Format(CSharpCompilerExtensionsResources.EditorConfig_option_0_contains_unrecognized_value_1, "csharp_style_namespace_declarations", value)), 102_ => throw new NotSupportedException(),
Microsoft.CodeAnalysis.CSharp.Features (2)
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.cs (1)
1014_ => throw new NotSupportedException("SyntaxNode expected to be MethodDeclarationSyntax or LocalFunctionStatementSyntax."),
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.ExpressionCodeGenerator.cs (1)
76throw new System.NotSupportedException("Unexpected name kind: " + expression.Kind().ToString());
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.CodeQuality.Analyzers\Maintainability\CSharpMakeTypesInternal.Fixer.cs (1)
24_ => throw new NotSupportedException()
Microsoft.CodeAnalysis.CSharp.Workspaces (6)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
3526_ => throw new NotSupportedException("Unsupported SpecialType"),
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeStyle\CSharpCodeStyleOptions_Parsing.cs (5)
44_ => throw new NotSupportedException(), 59_ => throw new NotSupportedException(), 74_ => throw new NotSupportedException(), 88_ => throw new NotSupportedException(string.Format(CSharpCompilerExtensionsResources.EditorConfig_option_0_contains_unrecognized_value_1, "csharp_style_namespace_declarations", value)), 102_ => throw new NotSupportedException(),
Microsoft.CodeAnalysis.Extensions.Package (90)
src\roslyn\src\Dependencies\Collections\Internal\ThrowHelper.cs (1)
187throw new NotSupportedException(GetResourceString(resource));
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (10)
125set => throw new NotSupportedException(); 131set => throw new NotSupportedException(); 351=> throw new NotSupportedException(); 354=> throw new NotSupportedException(); 357=> throw new NotSupportedException(); 360=> throw new NotSupportedException(); 363=> throw new NotSupportedException(); 366=> throw new NotSupportedException(); 369=> throw new NotSupportedException(); 372=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs (1)
37=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs (2)
37=> throw new NotSupportedException(); 52=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection.cs (3)
51=> throw new NotSupportedException(); 54=> throw new NotSupportedException(); 57=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (7)
62readonly IEnumerable<TKey> IReadOnlyDictionary<TKey, TValue>.Keys => throw new NotSupportedException(); 64readonly IEnumerable<TValue> IReadOnlyDictionary<TKey, TValue>.Values => throw new NotSupportedException(); 66readonly ICollection<TKey> IDictionary<TKey, TValue>.Keys => throw new NotSupportedException(); 68readonly ICollection<TValue> IDictionary<TKey, TValue>.Values => throw new NotSupportedException(); 72readonly ICollection IDictionary.Keys => throw new NotSupportedException(); 74readonly ICollection IDictionary.Values => throw new NotSupportedException(); 80readonly object ICollection.SyncRoot => throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection.cs (3)
51=> throw new NotSupportedException(); 54=> throw new NotSupportedException(); 57=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (8)
371=> throw new NotSupportedException(); 374=> throw new NotSupportedException(); 377=> throw new NotSupportedException(); 380=> throw new NotSupportedException(); 383=> throw new NotSupportedException(); 386=> throw new NotSupportedException(); 389=> throw new NotSupportedException(); 392=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (12)
105set => throw new NotSupportedException(); 111set => throw new NotSupportedException(); 646=> throw new NotSupportedException(); 649=> throw new NotSupportedException(); 652=> throw new NotSupportedException(); 655=> throw new NotSupportedException(); 658=> throw new NotSupportedException(); 661=> throw new NotSupportedException(); 664=> throw new NotSupportedException(); 679=> throw new NotSupportedException(); 682=> throw new NotSupportedException(); 685=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
47readonly object ICollection.SyncRoot => throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray.cs (3)
71throw new NotSupportedException(); 166throw new NotSupportedException(); 233throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (9)
193throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 198throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 214throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 271throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 276throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 281throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 286throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 291throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 296throw new NotSupportedException(SR.NotSupported_FixedSizeCollection);
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Collection.cs (3)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 49throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Dictionary.cs (4)
33throw new NotSupportedException(); 54throw new NotSupportedException(); 75throw new NotSupportedException(); 80throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.List.cs (3)
38throw new NotSupportedException(); 43throw new NotSupportedException(); 55throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Set.cs (5)
27throw new NotSupportedException(); 32throw new NotSupportedException(); 37throw new NotSupportedException(); 72throw new NotSupportedException(); 77throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Collection.cs (3)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 56throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Set.cs (5)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 36throw new NotSupportedException(); 71throw new NotSupportedException(); 76throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Singleton.Collection`1.cs (6)
28throw new NotSupportedException(); 33throw new NotSupportedException(); 52throw new NotSupportedException(); 79throw new NotSupportedException(); 95throw new NotSupportedException(); 100throw new NotSupportedException();
src\roslyn\src\Dependencies\Contracts\EqualityComparerExtensions.cs (1)
39getHashCode ??= _ => throw new NotSupportedException();
Microsoft.CodeAnalysis.Features (6)
ChangeSignature\AbstractChangeSignatureService.cs (1)
384throw new NotSupportedException(WorkspaceExtensionsResources.Document_does_not_support_syntax_trees);
CodeFixes\Service\CodeFixService.cs (1)
356return solution.GetDocument(document.Id) ?? throw new NotSupportedException(FeaturesResources.Removal_of_document_not_supported);
EditAndContinue\EditAndContinueDebugInfoReader.cs (2)
119=> throw new NotSupportedException("Windows PDB does not support compilation options."); 191throw new NotSupportedException($"Encoding '{encodingName}' not supported: {e.Message}");
Structure\Syntax\AbstractSyntaxNodeStructureProvider.cs (1)
20throw new NotSupportedException();
Structure\Syntax\AbstractSyntaxTriviaStructureProvider.cs (1)
20throw new NotSupportedException();
Microsoft.CodeAnalysis.NetAnalyzers (52)
Microsoft.NetCore.Analyzers\Performance\PreferLengthCountIsEmptyOverAny.Fixer.cs (2)
87throw new NotSupportedException(); 97_ => throw new NotSupportedException()
Microsoft.NetCore.Analyzers\Runtime\UseStringEqualsOverStringCompare.Fixer.cs (2)
139_ => throw new NotSupportedException() 163throw new NotSupportedException();
Microsoft.NetCore.Analyzers\Security\Helpers\InsecureDeserializationTypeDecider.cs (1)
88throw new NotSupportedException();
src\11b41c7305441175\HazardousUsageEvaluatorCollection.cs (1)
45throw new NotSupportedException();
src\11b41c7305441175\PropertyMapperCollection.cs (1)
76throw new NotSupportedException();
src\sdk\src\Microsoft.CodeAnalysis.NetAnalyzers\src\Utilities\Compiler\CodeMetrics\CodeAnalysisMetricData.cs (2)
282_ => throw new NotSupportedException(), 320_ => throw new NotSupportedException(),
src\sdk\src\Microsoft.CodeAnalysis.NetAnalyzers\src\Utilities\Compiler\Lightup\LightupHelpers.cs (1)
114throw new NotSupportedException();
src\sdk\src\Microsoft.CodeAnalysis.NetAnalyzers\src\Utilities\Compiler\RoslynHashCode.cs (2)
434public override readonly int GetHashCode() => throw new NotSupportedException(SR.HashCode_HashCodeNotSupported); 438public override readonly bool Equals(object? obj) => throw new NotSupportedException(SR.HashCode_EqualityNotSupported);
src\sdk\src\Microsoft.CodeAnalysis.NetAnalyzers\src\Utilities\Compiler\SmallDictionary.cs (1)
716throw new NotSupportedException();
src\sdk\src\Microsoft.CodeAnalysis.NetAnalyzers\src\Utilities\FlowAnalysis\FlowAnalysis\Analysis\CopyAnalysis\CopyAnalysisData.cs (1)
87throw new NotSupportedException("Use SetAbstactValueForEntities API");
src\sdk\src\Microsoft.CodeAnalysis.NetAnalyzers\src\Utilities\FlowAnalysis\FlowAnalysis\Analysis\PropertySetAnalysis\PropertyMapper.cs (1)
94throw new NotSupportedException();
src\sdk\src\Microsoft.CodeAnalysis.NetAnalyzers\src\Utilities\FlowAnalysis\FlowAnalysis\Framework\DataFlow\DataFlowOperationVisitor.cs (37)
3876throw new NotSupportedException($"'{nameof(IUsingOperation)}' must have been lowered in the CFG"); 3882throw new NotSupportedException($"'{nameof(IWhileLoopOperation)}' must have been lowered in the CFG"); 3888throw new NotSupportedException($"'{nameof(IForEachLoopOperation)}' must have been lowered in the CFG"); 3894throw new NotSupportedException($"'{nameof(IForLoopOperation)}' must have been lowered in the CFG"); 3900throw new NotSupportedException($"'{nameof(IForToLoopOperation)}' must have been lowered in the CFG"); 3906throw new NotSupportedException($"'{nameof(ICoalesceOperation)}' must have been lowered in the CFG"); 3912throw new NotSupportedException($"'{nameof(IConditionalOperation)}' must have been lowered in the CFG"); 3918throw new NotSupportedException($"'{nameof(IConditionalAccessOperation)}' must have been lowered in the CFG"); 3924throw new NotSupportedException($"'{nameof(IConditionalAccessInstanceOperation)}' must have been lowered in the CFG"); 3930throw new NotSupportedException($"'{nameof(IThrowOperation)}' must have been lowered in the CFG"); 3936throw new NotSupportedException($"'{nameof(IVariableDeclarationOperation)}' must have been lowered in the CFG"); 3942throw new NotSupportedException($"'{nameof(IVariableDeclarationOperation)}' must have been lowered in the CFG"); 3948throw new NotSupportedException($"'{nameof(IVariableDeclaratorOperation)}' must have been lowered in the CFG"); 3954throw new NotSupportedException($"'{nameof(ITryOperation)}' must have been lowered in the CFG"); 3960throw new NotSupportedException($"'{nameof(ICatchClauseOperation)}' must have been lowered in the CFG"); 3966throw new NotSupportedException($"'{nameof(ILockOperation)}' must have been lowered in the CFG"); 3972throw new NotSupportedException($"'{nameof(IBranchOperation)}' must have been lowered in the CFG"); 3978throw new NotSupportedException($"'{nameof(ILabeledOperation)}' must have been lowered in the CFG"); 3984throw new NotSupportedException($"'{nameof(ISwitchOperation)}' must have been lowered in the CFG"); 3990throw new NotSupportedException($"'{nameof(ISwitchCaseOperation)}' must have been lowered in the CFG"); 3996throw new NotSupportedException($"'{nameof(IDefaultCaseClauseOperation)}' must have been lowered in the CFG"); 4002throw new NotSupportedException($"'{nameof(IPatternCaseClauseOperation)}' must have been lowered in the CFG"); 4008throw new NotSupportedException($"'{nameof(IRangeCaseClauseOperation)}' must have been lowered in the CFG"); 4014throw new NotSupportedException($"'{nameof(IRelationalCaseClauseOperation)}' must have been lowered in the CFG"); 4020throw new NotSupportedException($"'{nameof(ISingleValueCaseClauseOperation)}' must have been lowered in the CFG"); 4026throw new NotSupportedException($"'{nameof(IObjectOrCollectionInitializerOperation)}' must have been lowered in the CFG"); 4032throw new NotSupportedException($"'{nameof(IMemberInitializerOperation)}' must have been lowered in the CFG"); 4038throw new NotSupportedException($"'{nameof(IBlockOperation)}' must have been lowered in the CFG"); 4044throw new NotSupportedException($"'{nameof(IVariableInitializerOperation)}' must have been lowered in the CFG"); 4050throw new NotSupportedException($"'{nameof(IFieldInitializerOperation)}' must have been lowered in the CFG"); 4056throw new NotSupportedException($"'{nameof(IParameterInitializerOperation)}' must have been lowered in the CFG"); 4062throw new NotSupportedException($"'{nameof(IPropertyInitializerOperation)}' must have been lowered in the CFG"); 4068throw new NotSupportedException($"'{nameof(IEndOperation)}' must have been lowered in the CFG"); 4074throw new NotSupportedException($"'{nameof(IEmptyOperation)}' must have been lowered in the CFG"); 4080throw new NotSupportedException($"'{nameof(INameOfOperation)}' must have been lowered in the CFG"); 4085throw new NotSupportedException($"'{nameof(IAnonymousFunctionOperation)}' must have been lowered in the CFG"); 4091throw new NotSupportedException($"'{nameof(ILocalFunctionOperation)}' must have been lowered in the CFG");
Microsoft.CodeAnalysis.Razor.Compiler (35)
Language\CodeGeneration\IntermediateNodeWriter.cs (12)
373throw new NotSupportedException("This writer does not support components."); 378throw new NotSupportedException("This writer does not support components."); 383throw new NotSupportedException("This writer does not support components."); 388throw new NotSupportedException("This writer does not support components."); 393throw new NotSupportedException("This writer does not support components."); 398throw new NotSupportedException("This writer does not support components."); 403throw new NotSupportedException("This writer does not support components."); 408throw new NotSupportedException("This writer does not support components."); 413throw new NotSupportedException("This writer does not support components."); 418throw new NotSupportedException("This writer does not support components."); 423throw new NotSupportedException("This writer does not support components."); 428throw new NotSupportedException("This writer does not support components.");
Language\DocumentationDescriptor.cs (2)
74_ => throw new NotSupportedException(Resources.FormatUnknown_documentation_id_0(id)) 133var id => throw new NotSupportedException(Resources.FormatUnknown_documentation_id_0(id))
Language\DocumentationObject.cs (1)
56throw new NotSupportedException();
Language\Intermediate\IntermediateNode.cs (1)
115=> throw new NotSupportedException($"{GetType().Name} does not support cloning.");
Language\Intermediate\IntermediateNodeCollection.cs (1)
57throw new NotSupportedException("Collection is read-only.");
Language\NotFoundProjectItem.cs (2)
31public override string PhysicalPath => throw new NotSupportedException(); 34public override Stream Read() => throw new NotSupportedException();
Language\RazorDiagnostic.cs (1)
78throw new NotSupportedException(SR.FormatUnsupported_type_0(enumType.FullName));
Language\Syntax\SpecializedCollections.cs (6)
106throw new NotSupportedException(); 111throw new NotSupportedException(); 129throw new NotSupportedException(); 148throw new NotSupportedException(); 153throw new NotSupportedException(); 165throw new NotSupportedException();
Language\Syntax\SyntaxList`1.Enumerator.cs (2)
45=> throw new NotSupportedException(); 48=> throw new NotSupportedException();
Language\Syntax\SyntaxTokenList.Enumerator.cs (3)
111=> throw new NotSupportedException(); 114=> throw new NotSupportedException(); 133public void Reset() => throw new NotSupportedException();
Language\Syntax\SyntaxTokenList.Reversed.cs (3)
99=> throw new NotSupportedException(); 102=> throw new NotSupportedException(); 120public void Reset() => throw new NotSupportedException();
SourceGenerators\SourceGeneratorProjectItem.cs (1)
56=> throw new NotSupportedException("This API should not be invoked. We should instead be relying on " +
Microsoft.CodeAnalysis.ResxSourceGenerator (104)
src\roslyn\src\Compilers\Core\Portable\Collections\SmallDictionary.cs (1)
604throw new NotSupportedException();
src\roslyn\src\Compilers\Core\Portable\Hashing\NonCryptographicHashAlgorithm.cs (1)
348throw new NotSupportedException("GetHashCode not supported");
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\ConsList`1.cs (1)
75throw new NotSupportedException();
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\MultiDictionary.cs (1)
62throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Internal\ThrowHelper.cs (1)
187throw new NotSupportedException(GetResourceString(resource));
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (10)
125set => throw new NotSupportedException(); 131set => throw new NotSupportedException(); 351=> throw new NotSupportedException(); 354=> throw new NotSupportedException(); 357=> throw new NotSupportedException(); 360=> throw new NotSupportedException(); 363=> throw new NotSupportedException(); 366=> throw new NotSupportedException(); 369=> throw new NotSupportedException(); 372=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs (1)
37=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs (2)
37=> throw new NotSupportedException(); 52=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection.cs (3)
51=> throw new NotSupportedException(); 54=> throw new NotSupportedException(); 57=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (7)
62readonly IEnumerable<TKey> IReadOnlyDictionary<TKey, TValue>.Keys => throw new NotSupportedException(); 64readonly IEnumerable<TValue> IReadOnlyDictionary<TKey, TValue>.Values => throw new NotSupportedException(); 66readonly ICollection<TKey> IDictionary<TKey, TValue>.Keys => throw new NotSupportedException(); 68readonly ICollection<TValue> IDictionary<TKey, TValue>.Values => throw new NotSupportedException(); 72readonly ICollection IDictionary.Keys => throw new NotSupportedException(); 74readonly ICollection IDictionary.Values => throw new NotSupportedException(); 80readonly object ICollection.SyncRoot => throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection.cs (3)
51=> throw new NotSupportedException(); 54=> throw new NotSupportedException(); 57=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (8)
371=> throw new NotSupportedException(); 374=> throw new NotSupportedException(); 377=> throw new NotSupportedException(); 380=> throw new NotSupportedException(); 383=> throw new NotSupportedException(); 386=> throw new NotSupportedException(); 389=> throw new NotSupportedException(); 392=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (12)
105set => throw new NotSupportedException(); 111set => throw new NotSupportedException(); 646=> throw new NotSupportedException(); 649=> throw new NotSupportedException(); 652=> throw new NotSupportedException(); 655=> throw new NotSupportedException(); 658=> throw new NotSupportedException(); 661=> throw new NotSupportedException(); 664=> throw new NotSupportedException(); 679=> throw new NotSupportedException(); 682=> throw new NotSupportedException(); 685=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
47readonly object ICollection.SyncRoot => throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray.cs (3)
71throw new NotSupportedException(); 166throw new NotSupportedException(); 233throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (9)
193throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 198throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 214throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 271throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 276throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 281throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 286throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 291throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 296throw new NotSupportedException(SR.NotSupported_FixedSizeCollection);
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Collection.cs (3)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 49throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Dictionary.cs (4)
33throw new NotSupportedException(); 54throw new NotSupportedException(); 75throw new NotSupportedException(); 80throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.List.cs (3)
38throw new NotSupportedException(); 43throw new NotSupportedException(); 55throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Set.cs (5)
27throw new NotSupportedException(); 32throw new NotSupportedException(); 37throw new NotSupportedException(); 72throw new NotSupportedException(); 77throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Collection.cs (3)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 56throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Set.cs (5)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 36throw new NotSupportedException(); 71throw new NotSupportedException(); 76throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Singleton.Collection`1.cs (6)
28throw new NotSupportedException(); 33throw new NotSupportedException(); 52throw new NotSupportedException(); 79throw new NotSupportedException(); 95throw new NotSupportedException(); 100throw new NotSupportedException();
src\roslyn\src\Dependencies\Contracts\EqualityComparerExtensions.cs (1)
39getHashCode ??= _ => throw new NotSupportedException();
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\CodeAnalysisMetricData.cs (2)
281_ => throw new NotSupportedException(), 319_ => throw new NotSupportedException(),
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\RoslynHashCode.cs (2)
435public override readonly int GetHashCode() => throw new NotSupportedException(SR.HashCode_HashCodeNotSupported); 439public override readonly bool Equals(object? obj) => throw new NotSupportedException(SR.HashCode_EqualityNotSupported);
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\SmallDictionary.cs (1)
718throw new NotSupportedException();
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Options\EditorConfigValueSerializer`1.cs (2)
20parseValue: _ => throw new NotSupportedException("Option does not support serialization to editorconfig format"), 21serializeValue: _ => throw new NotSupportedException("Option does not support serialization to editorconfig format"));
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\ConcatImmutableArray`1.cs (1)
58=> throw new NotSupportedException();
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SerializableBytes.cs (2)
269=> throw new NotSupportedException(); 272=> throw new NotSupportedException();
Microsoft.CodeAnalysis.Workspaces (138)
CaseCorrection\AbstractCaseCorrectionService.cs (1)
32throw new NotSupportedException(WorkspaceExtensionsResources.Document_does_not_support_syntax_trees);
CaseCorrection\CaseCorrector.cs (2)
31throw new NotSupportedException(WorkspaceExtensionsResources.Document_does_not_support_syntax_trees); 46throw new NotSupportedException(WorkspaceExtensionsResources.Document_does_not_support_syntax_trees);
CodeActions\CodeAction.cs (1)
381=> throw new NotSupportedException(GetType().FullName);
Options\EmptyOptionSet.cs (1)
17=> throw new NotSupportedException();
src\roslyn\src\Compilers\Core\Portable\Collections\SmallDictionary.cs (1)
604throw new NotSupportedException();
src\roslyn\src\Compilers\Core\Portable\Hashing\NonCryptographicHashAlgorithm.cs (1)
348throw new NotSupportedException("GetHashCode not supported");
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\ConsList`1.cs (1)
75throw new NotSupportedException();
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\MultiDictionary.cs (1)
62throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Internal\ThrowHelper.cs (1)
187throw new NotSupportedException(GetResourceString(resource));
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (10)
125set => throw new NotSupportedException(); 131set => throw new NotSupportedException(); 351=> throw new NotSupportedException(); 354=> throw new NotSupportedException(); 357=> throw new NotSupportedException(); 360=> throw new NotSupportedException(); 363=> throw new NotSupportedException(); 366=> throw new NotSupportedException(); 369=> throw new NotSupportedException(); 372=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs (1)
37=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs (2)
37=> throw new NotSupportedException(); 52=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection.cs (3)
51=> throw new NotSupportedException(); 54=> throw new NotSupportedException(); 57=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (7)
62readonly IEnumerable<TKey> IReadOnlyDictionary<TKey, TValue>.Keys => throw new NotSupportedException(); 64readonly IEnumerable<TValue> IReadOnlyDictionary<TKey, TValue>.Values => throw new NotSupportedException(); 66readonly ICollection<TKey> IDictionary<TKey, TValue>.Keys => throw new NotSupportedException(); 68readonly ICollection<TValue> IDictionary<TKey, TValue>.Values => throw new NotSupportedException(); 72readonly ICollection IDictionary.Keys => throw new NotSupportedException(); 74readonly ICollection IDictionary.Values => throw new NotSupportedException(); 80readonly object ICollection.SyncRoot => throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection.cs (3)
51=> throw new NotSupportedException(); 54=> throw new NotSupportedException(); 57=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (8)
371=> throw new NotSupportedException(); 374=> throw new NotSupportedException(); 377=> throw new NotSupportedException(); 380=> throw new NotSupportedException(); 383=> throw new NotSupportedException(); 386=> throw new NotSupportedException(); 389=> throw new NotSupportedException(); 392=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (12)
105set => throw new NotSupportedException(); 111set => throw new NotSupportedException(); 646=> throw new NotSupportedException(); 649=> throw new NotSupportedException(); 652=> throw new NotSupportedException(); 655=> throw new NotSupportedException(); 658=> throw new NotSupportedException(); 661=> throw new NotSupportedException(); 664=> throw new NotSupportedException(); 679=> throw new NotSupportedException(); 682=> throw new NotSupportedException(); 685=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
47readonly object ICollection.SyncRoot => throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray.cs (3)
71throw new NotSupportedException(); 166throw new NotSupportedException(); 233throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (9)
193throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 198throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 214throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 271throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 276throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 281throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 286throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 291throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 296throw new NotSupportedException(SR.NotSupported_FixedSizeCollection);
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Collection.cs (3)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 49throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Dictionary.cs (4)
33throw new NotSupportedException(); 54throw new NotSupportedException(); 75throw new NotSupportedException(); 80throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.List.cs (3)
38throw new NotSupportedException(); 43throw new NotSupportedException(); 55throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Set.cs (5)
27throw new NotSupportedException(); 32throw new NotSupportedException(); 37throw new NotSupportedException(); 72throw new NotSupportedException(); 77throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Collection.cs (3)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 56throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Set.cs (5)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 36throw new NotSupportedException(); 71throw new NotSupportedException(); 76throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Singleton.Collection`1.cs (6)
28throw new NotSupportedException(); 33throw new NotSupportedException(); 52throw new NotSupportedException(); 79throw new NotSupportedException(); 95throw new NotSupportedException(); 100throw new NotSupportedException();
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Options\EditorConfigValueSerializer`1.cs (2)
20parseValue: _ => throw new NotSupportedException("Option does not support serialization to editorconfig format"), 21serializeValue: _ => throw new NotSupportedException("Option does not support serialization to editorconfig format"));
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\ConcatImmutableArray`1.cs (1)
58=> throw new NotSupportedException();
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SerializableBytes.cs (2)
269=> throw new NotSupportedException(); 272=> throw new NotSupportedException();
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationAbstractNamedTypeSymbol.cs (1)
131public TypeLayout TypeLayout => throw new NotSupportedException("TypeLayout property is not supported on this symbol.");
Workspace\Host\HostWorkspaceServices.cs (1)
142=> throw new NotSupportedException(string.Format(WorkspacesResources.The_language_0_is_not_supported, languageName));
Workspace\Solution\ProjectState.cs (2)
776throw new NotSupportedException(WorkspacesResources.Removing_compilation_options_is_not_supported); 794throw new NotSupportedException(WorkspacesResources.Removing_parse_options_is_not_supported);
Workspace\Solution\SolutionCompilationState.cs (2)
586throw new NotSupportedException(WorkspacesResources.Changing_project_language_is_not_supported); 591throw new NotSupportedException(WorkspacesResources.Changing_project_between_ordinary_and_interactive_submission_is_not_supported);
Workspace\Solution\SourceGeneratedDocumentState.cs (3)
163=> throw new NotSupportedException(WorkspacesResources.The_contents_of_a_SourceGeneratedDocument_may_not_be_changed); 166=> throw new NotSupportedException(WorkspacesResources.The_contents_of_a_SourceGeneratedDocument_may_not_be_changed); 169=> throw new NotSupportedException(WorkspacesResources.The_contents_of_a_SourceGeneratedDocument_may_not_be_changed);
Workspace\Solution\TextDocumentStates.cs (1)
280=> throw new NotSupportedException();
Workspace\Workspace_Editor.cs (2)
156throw new NotSupportedException(WorkspacesResources.This_workspace_does_not_support_opening_and_closing_documents); 297=> throw new NotSupportedException();
Workspace\Workspace.cs (23)
1657throw new NotSupportedException(WorkspacesResources.Removing_projects_is_not_supported); 1662throw new NotSupportedException(WorkspacesResources.Adding_projects_is_not_supported); 1667throw new NotSupportedException(WorkspacesResources.Adding_analyzer_references_is_not_supported); 1672throw new NotSupportedException(WorkspacesResources.Removing_analyzer_references_is_not_supported); 1712throw new NotSupportedException(WorkspacesResources.Changing_compilation_options_is_not_supported); 1721throw new NotSupportedException(WorkspacesResources.Changing_parse_options_is_not_supported); 1726throw new NotSupportedException(WorkspacesResources.Adding_documents_is_not_supported); 1731throw new NotSupportedException(WorkspacesResources.Removing_documents_is_not_supported); 1737throw new NotSupportedException(WorkspacesResources.Changing_document_property_is_not_supported); 1744throw new NotSupportedException(WorkspacesResources.Changing_documents_is_not_supported); 1755throw new NotSupportedException(string.Format(WorkspacesResources.Changing_document_0_is_not_supported, document.FilePath ?? document.Name)); 1761throw new NotSupportedException(WorkspacesResources.Adding_additional_documents_is_not_supported); 1766throw new NotSupportedException(WorkspacesResources.Removing_additional_documents_is_not_supported); 1771throw new NotSupportedException(WorkspacesResources.Changing_additional_documents_is_not_supported); 1776throw new NotSupportedException(WorkspacesResources.Adding_analyzer_config_documents_is_not_supported); 1781throw new NotSupportedException(WorkspacesResources.Removing_analyzer_config_documents_is_not_supported); 1786throw new NotSupportedException(WorkspacesResources.Changing_analyzer_config_documents_is_not_supported); 1791throw new NotSupportedException(WorkspacesResources.Adding_project_references_is_not_supported); 1796throw new NotSupportedException(WorkspacesResources.Removing_project_references_is_not_supported); 1801throw new NotSupportedException(WorkspacesResources.Adding_project_references_is_not_supported); 1806throw new NotSupportedException(WorkspacesResources.Removing_project_references_is_not_supported); 1811throw new NotSupportedException(WorkspacesResources.Adding_analyzer_references_is_not_supported); 1816throw new NotSupportedException(WorkspacesResources.Removing_analyzer_references_is_not_supported);
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\ComInterop\ConversionArgBuilder.cs (1)
31throw new NotSupportedException();
Microsoft\CSharp\RuntimeBinder\ComInterop\ConvertibleArgBuilder.cs (1)
22throw new NotSupportedException();
Microsoft\CSharp\RuntimeBinder\ComInterop\DynamicVariantExtensions.cs (3)
77throw new NotSupportedException(); 296throw new NotSupportedException(); 440throw new NotSupportedException();
Microsoft.Data.Analysis (179)
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();
DataFrame.IO.cs (1)
345throw new NotSupportedException(nameof(kind));
DataFrameColumns\ArrowStringDataFrameColumn.cs (7)
278protected override void SetValue(long rowIndex, object value) => throw new NotSupportedException(Strings.ImmutableColumn); 289set => throw new NotSupportedException(Strings.ImmutableColumn); 366protected internal override PrimitiveDataFrameColumn<long> GetSortIndices(bool ascending, bool putNullValuesLast) => throw new NotSupportedException(); 519throw new NotSupportedException(nameof(TKey)); 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 (2)
124throw new NotSupportedException("Null values are not supported by VBufferDataFrameColumn"); 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();
IDataView.Extension.cs (2)
125throw new NotSupportedException(String.Format(Microsoft.Data.Strings.NotSupportedColumnType, type.RawType.Name)); 212throw new NotSupportedException(String.Format(Microsoft.Data.Strings.VectorSubTypeNotSupported, itemType.ToString()));
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 (34)
856throw new NotSupportedException("Type is " + typeof(T).Name); 969throw new NotSupportedException(); 973throw new NotSupportedException(); 994throw new NotSupportedException(); 1008throw new NotSupportedException(); 1038throw new NotSupportedException(); 1047throw new NotSupportedException(); 1051throw new NotSupportedException(); 1072throw new NotSupportedException(); 1086throw new NotSupportedException(); 1116throw new NotSupportedException(); 1125throw new NotSupportedException(); 1129throw new NotSupportedException(); 1149throw new NotSupportedException(); 1163throw new NotSupportedException(); 1192throw new NotSupportedException(); 1203throw new NotSupportedException(); 1211throw new NotSupportedException(); 1220throw new NotSupportedException(); 1232throw new NotSupportedException(); 1234throw new NotSupportedException(); 1236throw new NotSupportedException(); 1273throw new NotSupportedException(); 1275throw new NotSupportedException(); 1291throw new NotSupportedException(); 1297throw new NotSupportedException(); 1313throw new NotSupportedException(); 1329throw new NotSupportedException(); 1351throw new NotSupportedException(); 1362throw new NotSupportedException(); 1368throw new NotSupportedException(); 1384throw new NotSupportedException(); 1400throw new NotSupportedException(); 1422throw new NotSupportedException();
PrimitiveDataFrameColumnComputations.cs (43)
111throw new NotSupportedException(); 119throw new NotSupportedException(); 160throw new NotSupportedException(); 165throw new NotSupportedException(); 170throw new NotSupportedException(); 175throw new NotSupportedException(); 180throw new NotSupportedException(); 185throw new NotSupportedException(); 190throw new NotSupportedException(); 195throw new NotSupportedException(); 200throw new NotSupportedException(); 205throw new NotSupportedException(); 210throw new NotSupportedException(); 215throw new NotSupportedException(); 220throw new NotSupportedException(); 225throw new NotSupportedException(); 230throw new NotSupportedException(); 235throw new NotSupportedException(); 240throw new NotSupportedException(); 263throw new NotSupportedException(); 268throw new NotSupportedException(); 750throw new NotSupportedException(); 755throw new NotSupportedException(); 1237throw new NotSupportedException(); 1242throw new NotSupportedException(); 1724throw new NotSupportedException(); 1729throw new NotSupportedException(); 2211throw new NotSupportedException(); 2216throw new NotSupportedException(); 2698throw new NotSupportedException(); 2703throw new NotSupportedException(); 3185throw new NotSupportedException(); 3190throw new NotSupportedException(); 3672throw new NotSupportedException(); 3677throw new NotSupportedException(); 4159throw new NotSupportedException(); 4164throw new NotSupportedException(); 4646throw new NotSupportedException(); 4651throw new NotSupportedException(); 5133throw new NotSupportedException(); 5138throw new NotSupportedException(); 5620throw new NotSupportedException(); 5625throw new NotSupportedException();
ReadOnlyDataFrameBuffer.cs (1)
74set => throw new NotSupportedException();
Microsoft.Diagnostics.DataContractReader.Contracts (14)
Contracts\CallingConvention\CallingConvention_1.cs (1)
328_ => throw new NotSupportedException($"Unsupported architecture: {arch}"),
Contracts\Debugger\Debugger_1.cs (1)
404throw new NotSupportedException($"IntegerArgPlacer.PlaceArgs does not support architecture '{arch}'.");
Contracts\Debugger\StackPusher.cs (1)
61_ => throw new NotSupportedException($"StackPusher does not know the stack alignment for architecture '{arch}'."),
Contracts\ExecutionManager\Helpers\UnwindDataSize.cs (1)
102throw new NotSupportedException($"GetUnwindDataSize not supported for architecture: {arch}");
Contracts\GCInfo\X86\GCInfo.cs (2)
103throw new NotSupportedException($"GCInfo version {gcInfoVersion} is not supported. Minimum supported version is {MINIMUM_SUPPORTED_GCINFO_VERSION}."); 107throw new NotSupportedException($"GCInfo version {gcInfoVersion} is not supported. Maximum supported version is {MAXIMUM_SUPPORTED_GCINFO_VERSION}.");
Contracts\Signature\SignatureTypeProvider.cs (1)
47throw new NotSupportedException();
Contracts\StackWalk\FrameHandling\FrameHelpers.cs (1)
580var arch => throw new NotSupportedException(
src\runtime\src\coreclr\tools\Common\CallingConvention\ArgIterator.cs (2)
1456throw new NotSupportedException(); 1532throw new NotSupportedException();
src\runtime\src\coreclr\tools\Common\CallingConvention\TransitionBlock.cs (1)
280throw new NotSupportedException();
TargetStream.cs (3)
50throw new NotSupportedException(); 56public override void SetLength(long value) => throw new NotSupportedException(); 57public override void Write(byte[] buffer, int offset, int count) => throw new NotSupportedException();
Microsoft.Diagnostics.NETCore.Client (1)
DiagnosticsIpc\IpcEndpointConfig.cs (1)
78throw new NotSupportedException($"{transportType} not supported.");
Microsoft.DiaSymReader (26)
Reader\SymUnmanagedReaderFactory.cs (1)
73throw new NotSupportedException();
SymUnmanagedFactory.cs (2)
58_ => throw new NotSupportedException() 231throw new NotSupportedException();
Utilities\ComMemoryStream.cs (5)
251throw new NotSupportedException(); 256throw new NotSupportedException(); 261throw new NotSupportedException(); 266throw new NotSupportedException(); 271throw new NotSupportedException();
Utilities\ComStreamWrapper.cs (12)
136=> throw new NotSupportedException(); 139=> throw new NotSupportedException(); 148=> throw new NotSupportedException(); 151=> throw new NotSupportedException(); 154=> throw new NotSupportedException(); 157=> throw new NotSupportedException(); 160=> throw new NotSupportedException(); 163=> throw new NotSupportedException(); 166=> throw new NotSupportedException(); 169=> throw new NotSupportedException(); 207throw new NotSupportedException("IStream implementation cannot be marshalled"); 215throw new NotSupportedException("IStream cannot be marshalled to managed");
Utilities\UnsafeComStreamWrapper.cs (1)
65public void Clone(out IStream ppstm) => throw new NotSupportedException("Clone is not supported in this version.");
Writer\SymUnmanagedWriter.cs (1)
218=> throw new NotSupportedException();
Writer\SymUnmanagedWriterFactory.cs (2)
63throw new SymUnmanagedWriterException(new NotSupportedException(), implModuleName); 79throw new NotSupportedException();
Writer\SymUnmanagedWriterImpl.cs (2)
45=> GetSymWriter() is ISymUnmanagedWriter8 symWriter8 ? symWriter8 : throw PdbWritingException(new NotSupportedException()); 754throw new NotSupportedException();
Microsoft.DotNet.Build.Tasks.Installers (2)
src\CreateWixBuildWixpack.cs (2)
961throw new NotSupportedException($"Unsupported condition: {condition}"); 1010throw new NotSupportedException($"Unsupported operator: {op}");
Microsoft.DotNet.Cli.Definitions (2)
Help\HelpBuilder.cs (2)
201throw new NotSupportedException($"Symbol type {symbol.GetType()} is not supported."); 280throw new NotSupportedException();
Microsoft.DotNet.HotReload.Watch (3)
src\sdk\src\Dotnet.Watch\HotReloadAgent.PipeRpc\NamedPipeContract.cs (3)
78throw new NotSupportedException($"Unsupported version {version}."); 156throw new NotSupportedException($"Unsupported version {version}."); 210throw new NotSupportedException($"Unsupported version {version}.");
Microsoft.Extensions.AI (4)
parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadonlyDictionary.cs (3)
36set => throw new NotSupportedException(); 58void IDictionary<TKey, TValue>.Add(TKey key, TValue value) => throw new NotSupportedException(); 60void ICollection<KeyValuePair<TKey, TValue>>.Add(KeyValuePair<TKey, TValue> item) => throw new NotSupportedException();
parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadOnlyList.cs (1)
34void ICollection<T>.Add(T item) => throw new NotSupportedException();
Microsoft.Extensions.AI.Abstractions (14)
Files\HostedFileDownloadStream.cs (6)
58public override void SetLength(long value) => throw new NotSupportedException(); 62throw new NotSupportedException(); 65public override void EndWrite(IAsyncResult asyncResult) => throw new NotSupportedException(); 68public override void WriteByte(byte value) => throw new NotSupportedException(); 71public override void Write(byte[] buffer, int offset, int count) => throw new NotSupportedException(); 80throw new NotSupportedException();
Functions\AIFunctionFactory.cs (4)
1395set => throw new NotSupportedException(); 1439public override int Read(byte[] buffer, int offset, int count) => throw new NotSupportedException(); 1440public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(); 1441public override void SetLength(long value) => throw new NotSupportedException();
parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadonlyDictionary.cs (3)
36set => throw new NotSupportedException(); 58void IDictionary<TKey, TValue>.Add(TKey key, TValue value) => throw new NotSupportedException(); 60void ICollection<KeyValuePair<TKey, TValue>>.Add(KeyValuePair<TKey, TValue> item) => throw new NotSupportedException();
parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadOnlyList.cs (1)
34void ICollection<T>.Add(T item) => throw new NotSupportedException();
Microsoft.Extensions.AI.Abstractions.Tests (4)
ChatRouting\RoutingChatClientTests.cs (2)
122using var client = new DelegatingTestRouter(_ => throw new NotSupportedException()); 170throw new NotSupportedException();
Files\DelegatingHostedFileClientTests.cs (1)
255public override void Write(byte[] buffer, int offset, int count) => throw new NotSupportedException();
Files\HostedFileClientExtensionsTests.cs (1)
587public override void Write(byte[] buffer, int offset, int count) => throw new NotSupportedException();
Microsoft.Extensions.AI.Evaluation.Console (1)
Commands\ReportCommand.cs (1)
130_ => throw new NotSupportedException(),
Microsoft.Extensions.AI.Evaluation.Quality (1)
EvaluationMetricExtensions.cs (1)
171throw new NotSupportedException($"{metric.GetType().Name} is not supported.");
Microsoft.Extensions.AI.Evaluation.Safety (3)
ContentSafetyServicePayloadUtilities.cs (3)
74_ => throw new NotSupportedException($"The payload kind '{payloadFormat}' is not supported."), 178throw new NotSupportedException( 256throw new NotSupportedException(
Microsoft.Extensions.AI.Integration.Tests (1)
ChatClientIntegrationTests.cs (1)
516protected override ValueTask<object?> InvokeCoreAsync(AIFunctionArguments arguments, CancellationToken cancellationToken) => throw new NotSupportedException();
Microsoft.Extensions.AI.Tests (7)
ChatRouting\FailoverChatClientTests.cs (1)
19_ => throw new NotSupportedException());
ChatRouting\OrderedFailoverChatClientTests.cs (1)
389throw new NotSupportedException();
ChatRouting\SemanticRoutingChatClientTests.cs (2)
250throw new NotSupportedException(); 270throw new NotSupportedException();
Files\LoggingHostedFileClientTests.cs (1)
555public override void Write(byte[] buffer, int offset, int count) => throw new NotSupportedException();
Files\OpenTelemetryHostedFileClientTests.cs (1)
628public override void Write(byte[] buffer, int offset, int count) => throw new NotSupportedException();
Functions\AIFunctionFactoryTest.cs (1)
1365public static void StaticMethod() => throw new NotSupportedException();
Microsoft.Extensions.AmbientMetadata.Application (2)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\BindingExtensions.g.cs (2)
100throw new NotSupportedException($"Unable to bind to type '{type}': generator did not detect the type as input."); 181throw new NotSupportedException($"The configuration binding source generator does not support 'BinderOptions.BindNonPublicProperties'.");
Microsoft.Extensions.AmbientMetadata.Build (2)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\BindingExtensions.g.cs (2)
94throw new NotSupportedException($"Unable to bind to type '{type}': generator did not detect the type as input."); 219throw new NotSupportedException($"The configuration binding source generator does not support 'BinderOptions.BindNonPublicProperties'.");
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 (19)
DistributedCacheTests.cs (2)
379public override MemoryHandle Pin(int elementIndex = 0) => throw new NotSupportedException(); 380public override void Unpin() => throw new NotSupportedException();
ServiceConstructionTests.cs (2)
671Customer IHybridCacheSerializer<Customer>.Deserialize(ReadOnlySequence<byte> source) => throw new NotSupportedException(); 672void IHybridCacheSerializer<Customer>.Serialize(Customer value, IBufferWriter<byte> target) => throw new NotSupportedException();
StampedeTests.cs (11)
39ICacheEntry IMemoryCache.CreateEntry(object key) => throw new NotSupportedException("Intentionally not provided"); 41byte[]? IDistributedCache.Get(string key) => throw new NotSupportedException("Intentionally not provided"); 43Task<byte[]?> IDistributedCache.GetAsync(string key, CancellationToken token) => throw new NotSupportedException("Intentionally not provided"); 45void IDistributedCache.Refresh(string key) => throw new NotSupportedException("Intentionally not provided"); 47Task IDistributedCache.RefreshAsync(string key, CancellationToken token) => throw new NotSupportedException("Intentionally not provided"); 49void IDistributedCache.Remove(string key) => throw new NotSupportedException("Intentionally not provided"); 51void IMemoryCache.Remove(object key) => throw new NotSupportedException("Intentionally not provided"); 53Task IDistributedCache.RemoveAsync(string key, CancellationToken token) => throw new NotSupportedException("Intentionally not provided"); 55void IDistributedCache.Set(string key, byte[] value, DistributedCacheEntryOptions options) => throw new NotSupportedException("Intentionally not provided"); 57Task IDistributedCache.SetAsync(string key, byte[] value, DistributedCacheEntryOptions options, CancellationToken token) => throw new NotSupportedException("Intentionally not provided"); 59bool IMemoryCache.TryGetValue(object key, out object? value) => throw new NotSupportedException("Intentionally not provided");
UnreliableL2Tests.cs (4)
163public byte[]? Get(string key) => throw new NotSupportedException(); // only async API in use 168public void Refresh(string key) => throw new NotSupportedException(); // only async API in use 173public void Remove(string key) => throw new NotSupportedException(); // only async API in use 178public void Set(string key, byte[] value, DistributedCacheEntryOptions options) => throw new NotSupportedException(); // only async API in use
Microsoft.Extensions.Caching.Memory (1)
MemoryCache.cs (1)
676throw new NotSupportedException("Not implemented: " + entry.Priority);
Microsoft.Extensions.Compliance.Redaction (2)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\BindingExtensions.g.cs (2)
86throw new NotSupportedException($"Unable to bind to type '{type}': generator did not detect the type as input."); 157throw new NotSupportedException($"The configuration binding source generator does not support 'BinderOptions.BindNonPublicProperties'.");
Microsoft.Extensions.Compliance.Testing (2)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\BindingExtensions.g.cs (2)
86throw new NotSupportedException($"Unable to bind to type '{type}': generator did not detect the type as input."); 152throw new NotSupportedException($"The configuration binding source generator does not support 'BinderOptions.BindNonPublicProperties'.");
Microsoft.Extensions.DataIngestion.Markdig (4)
MarkdownParser.cs (4)
87_ => throw new NotSupportedException($"Block type '{block.GetType().Name}' is not supported.") 114_ => throw new NotSupportedException($"Block type '{block.GetType().Name}' is not supported.") 237throw new NotSupportedException($"Inline type '{inline.GetType().Name}' is not supported."); 268_ => throw new NotSupportedException($"Cells with {tableCell.Count} elements are not supported.")
Microsoft.Extensions.DataIngestion.MarkItDown (4)
parent\Microsoft.Extensions.DataIngestion.Markdig\MarkdownParser.cs (4)
87_ => throw new NotSupportedException($"Block type '{block.GetType().Name}' is not supported.") 114_ => throw new NotSupportedException($"Block type '{block.GetType().Name}' is not supported.") 237throw new NotSupportedException($"Inline type '{inline.GetType().Name}' is not supported."); 268_ => throw new NotSupportedException($"Cells with {tableCell.Count} elements are not supported.")
Microsoft.Extensions.DependencyInjection (2)
ServiceLookup\CallSiteVisitor.cs (1)
54throw new NotSupportedException(SR.Format(SR.CallSiteTypeNotSupported, callSite.GetType()));
ServiceLookup\Expressions\ExpressionResolverBuilder.cs (1)
293throw new NotSupportedException(SR.GetCaptureDisposableNotSupported);
Microsoft.Extensions.DependencyModel (1)
DependencyContextWriter.cs (1)
259throw new NotSupportedException();
Microsoft.Extensions.Diagnostics.HealthChecks.Common (2)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\BindingExtensions.g.cs (2)
89throw new NotSupportedException($"Unable to bind to type '{type}': generator did not detect the type as input."); 159throw new NotSupportedException($"The configuration binding source generator does not support 'BinderOptions.BindNonPublicProperties'.");
Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilization (2)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\BindingExtensions.g.cs (2)
86throw new NotSupportedException($"Unable to bind to type '{type}': generator did not detect the type as input."); 252throw new NotSupportedException($"The configuration binding source generator does not support 'BinderOptions.BindNonPublicProperties'.");
Microsoft.Extensions.Diagnostics.Probes (2)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\BindingExtensions.g.cs (2)
117throw new NotSupportedException($"Unable to bind to type '{type}': generator did not detect the type as input."); 234throw new NotSupportedException($"The configuration binding source generator does not support 'BinderOptions.BindNonPublicProperties'.");
Microsoft.Extensions.Diagnostics.ResourceMonitoring (2)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\BindingExtensions.g.cs (2)
103throw new NotSupportedException($"Unable to bind to type '{type}': generator did not detect the type as input."); 264throw new NotSupportedException($"The configuration binding source generator does not support 'BinderOptions.BindNonPublicProperties'.");
Microsoft.Extensions.Diagnostics.Testing (2)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\BindingExtensions.g.cs (2)
116throw new NotSupportedException($"Unable to bind to type '{type}': generator did not detect the type as input."); 1512throw new NotSupportedException($"The configuration binding source generator does not support 'BinderOptions.BindNonPublicProperties'.");
Microsoft.Extensions.DotNetDeltaApplier (3)
src\sdk\src\Dotnet.Watch\HotReloadAgent.PipeRpc\NamedPipeContract.cs (3)
78throw new NotSupportedException($"Unsupported version {version}."); 156throw new NotSupportedException($"Unsupported version {version}."); 210throw new NotSupportedException($"Unsupported version {version}.");
Microsoft.Extensions.Hosting (4)
HostApplicationBuilder.cs (4)
290throw new NotSupportedException(SR.Format(SR.ApplicationNameChangeNotSupported, previousApplicationName, config[HostDefaults.ApplicationKey])); 294throw new NotSupportedException(SR.Format(SR.EnvironmentNameChangeNotSupoprted, previousEnvironment, config[HostDefaults.EnvironmentKey])); 302throw new NotSupportedException(SR.Format(SR.ContentRootChangeNotSupported, previousContentRootConfig, currentContentRootConfig)); 342public IHost Build() => throw new NotSupportedException();
Microsoft.Extensions.Hosting.Abstractions (1)
IHostBuilder.cs (1)
66throw new NotSupportedException($"The type '{GetType()}' does not support '{nameof(UseServiceProviderFactory)}' with a context-based factory. Override this method to provide an implementation.");
Microsoft.Extensions.Http.Diagnostics (9)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\BindingExtensions.g.cs (2)
89throw new NotSupportedException($"Unable to bind to type '{type}': generator did not detect the type as input."); 159throw new NotSupportedException($"The configuration binding source generator does not support 'BinderOptions.BindNonPublicProperties'.");
Logging\Internal\HttpClientLogger.cs (3)
128=> throw new NotSupportedException(SyncLoggingExceptionMessage); 131=> throw new NotSupportedException(SyncLoggingExceptionMessage); 134=> throw new NotSupportedException(SyncLoggingExceptionMessage);
parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadonlyDictionary.cs (3)
36set => throw new NotSupportedException(); 58void IDictionary<TKey, TValue>.Add(TKey key, TValue value) => throw new NotSupportedException(); 60void ICollection<KeyValuePair<TKey, TValue>>.Add(KeyValuePair<TKey, TValue> item) => throw new NotSupportedException();
parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadOnlyList.cs (1)
34void ICollection<T>.Add(T item) => throw new NotSupportedException();
Microsoft.Extensions.Http.Diagnostics.PerformanceTests (3)
NotSeekableStream.cs (2)
28public override long Position { get => _innerStream.Position; set => throw new NotSupportedException("This is not a seekable stream."); } 42public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException("This is not a seekable stream.");
StaticOptionsMonitor.cs (1)
22=> throw new NotSupportedException();
Microsoft.Extensions.Http.Diagnostics.Tests (2)
Logging\Internal\TestEnricher.cs (1)
33throw new NotSupportedException("Synthetic exception from enricher");
Logging\Internal\TestHttpMessageHandlerBuilder.cs (1)
21public override HttpMessageHandler Build() => throw new NotSupportedException("Test");
Microsoft.Extensions.Http.Resilience (2)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\BindingExtensions.g.cs (2)
138throw new NotSupportedException($"Unable to bind to type '{type}': generator did not detect the type as input."); 637throw new NotSupportedException($"The configuration binding source generator does not support 'BinderOptions.BindNonPublicProperties'.");
Microsoft.Extensions.Http.Resilience.Tests (1)
Resilience\HttpClientBuilderExtensionsTests.Standard.cs (1)
291_ => throw new NotSupportedException()
Microsoft.Extensions.Identity.Core (20)
RoleManager.cs (2)
112throw new NotSupportedException(Resources.StoreNotIQueryableRoleStore); 442throw new NotSupportedException(Resources.StoreNotIRoleClaimStore);
UserManager.cs (18)
410throw new NotSupportedException(Resources.StoreNotIQueryableUserStore); 1882throw new NotSupportedException(Resources.FormatNoTokenProvider(nameof(TUser), tokenProvider)); 1921throw new NotSupportedException(Resources.FormatNoTokenProvider(nameof(TUser), tokenProvider)); 1988throw new NotSupportedException(Resources.FormatNoTokenProvider(nameof(TUser), tokenProvider)); 2025throw new NotSupportedException(Resources.FormatNoTokenProvider(nameof(TUser), tokenProvider)); 2768throw new NotSupportedException(Resources.StoreNotIUserTwoFactorStore); 2778throw new NotSupportedException(Resources.StoreNotIUserLockoutStore); 2787throw new NotSupportedException(Resources.StoreNotIUserEmailStore); 2802throw new NotSupportedException(Resources.StoreNotIUserPhoneNumberStore); 2858throw new NotSupportedException(Resources.StoreNotIUserRoleStore); 2880throw new NotSupportedException(Resources.StoreNotIUserLoginStore); 2890throw new NotSupportedException(Resources.StoreNotIUserSecurityStampStore); 2900throw new NotSupportedException(Resources.StoreNotIUserClaimStore); 3019throw new NotSupportedException(Resources.StoreNotIUserAuthenticatorKeyStore); 3029throw new NotSupportedException(Resources.StoreNotIUserTwoFactorRecoveryCodeStore); 3039throw new NotSupportedException(Resources.StoreNotIUserAuthenticationTokenStore); 3049throw new NotSupportedException(Resources.StoreNotIUserPasswordStore); 3059throw new NotSupportedException(Resources.StoreNotIUserPasskeyStore);
Microsoft.Extensions.ObjectPool.DependencyInjection.Tests (3)
TestResources\OtherTestClass.cs (3)
10int ITestClass.ResetCalled => throw new NotSupportedException(); 12int ITestClass.DisposedCalled => throw new NotSupportedException(); 16throw new NotSupportedException();
Microsoft.Extensions.Options.Contextual.Tests (1)
ContextualOptionsFactoryTests.cs (1)
213new(string.Empty, (context, _) => throw new NotSupportedException()),
Microsoft.Extensions.Primitives (7)
StringValues.cs (7)
125set => throw new NotSupportedException(); 385void ICollection<string?>.Add(string? item) => throw new NotSupportedException(); 387void IList<string?>.Insert(int index, string? item) => throw new NotSupportedException(); 389bool ICollection<string?>.Remove(string? item) => throw new NotSupportedException(); 391void IList<string?>.RemoveAt(int index) => throw new NotSupportedException(); 393void ICollection<string?>.Clear() => throw new NotSupportedException(); 827throw new NotSupportedException();
Microsoft.Extensions.Telemetry (3)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\BindingExtensions.g.cs (3)
127throw new NotSupportedException($"Unable to bind to type '{type}': generator did not detect the type as input."); 181throw new NotSupportedException($"Unable to bind to type '{type}': generator did not detect the type as input."); 469throw new NotSupportedException($"The configuration binding source generator does not support 'BinderOptions.BindNonPublicProperties'.");
Microsoft.Extensions.Telemetry.Tests (1)
Logging\ExtendedLoggerTests.cs (1)
1158where TState : notnull => throw new NotSupportedException();
Microsoft.Extensions.Validation.ValidationsGenerator (2)
src\aspnetcore\src\Shared\HashCode.cs (2)
430public override int GetHashCode() => throw new NotSupportedException(SR.HashCode_HashCodeNotSupported); 434public override bool Equals(object? obj) => throw new NotSupportedException(SR.HashCode_EqualityNotSupported);
Microsoft.Extensions.VectorData.Abstractions (7)
ProviderServices\CollectionModelBuilder.cs (7)
143throw new NotSupportedException($"Type '{recordType.Name}' must have a parameterless constructor."); 478throw new NotSupportedException($"Multiple key properties found on {TypeMessage()}the provided {nameof(VectorStoreCollectionDefinition)} while only one is supported."); 483throw new NotSupportedException($"No key property found on {TypeMessage()}the provided {nameof(VectorStoreCollectionDefinition)} while at least one is required."); 488throw new NotSupportedException($"No vector property found on {TypeMessage()}the provided {nameof(VectorStoreCollectionDefinition)} while at least one is required."); 493throw new NotSupportedException($"Multiple vector properties found on {TypeMessage()}the provided {nameof(VectorStoreCollectionDefinition)} while only one is supported."); 529throw new NotSupportedException( 539throw new NotSupportedException(
Microsoft.Extensions.VectorData.ConformanceTests (18)
DependencyInjectionTests.cs (17)
268=> throw new NotSupportedException(); 270=> throw new NotSupportedException(); 272=> throw new NotSupportedException(); 274=> throw new NotSupportedException(); 276=> throw new NotSupportedException(); 278=> throw new NotSupportedException(); 284=> throw new NotSupportedException(); 286=> throw new NotSupportedException(); 288=> throw new NotSupportedException(); 290=> throw new NotSupportedException(); 292=> throw new NotSupportedException(); 294=> throw new NotSupportedException(); 300=> throw new NotSupportedException(); 302=> throw new NotSupportedException(); 308=> throw new NotSupportedException(); 310=> throw new NotSupportedException(); 312=> throw new NotSupportedException();
Support\TestStore.cs (1)
85_ => throw new NotSupportedException($"Unsupported key of type '{typeof(TKey).Name}', override {nameof(TestStore)}.{nameof(this.GenerateKey)}")
Microsoft.Gen.BuildMetadata.Unit.Tests (4)
parent\parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadonlyDictionary.cs (3)
36set => throw new NotSupportedException(); 58void IDictionary<TKey, TValue>.Add(TKey key, TValue value) => throw new NotSupportedException(); 60void ICollection<KeyValuePair<TKey, TValue>>.Add(KeyValuePair<TKey, TValue> item) => throw new NotSupportedException();
parent\parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadOnlyList.cs (1)
34void ICollection<T>.Add(T item) => throw new NotSupportedException();
Microsoft.Gen.ComplianceReports.Unit.Tests (6)
GeneratorTests.cs (2)
202public override AnalyzerConfigOptions GetOptions(SyntaxTree tree) => throw new System.NotSupportedException(); 203public override AnalyzerConfigOptions GetOptions(AdditionalText textFile) => throw new System.NotSupportedException();
parent\parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadonlyDictionary.cs (3)
36set => throw new NotSupportedException(); 58void IDictionary<TKey, TValue>.Add(TKey key, TValue value) => throw new NotSupportedException(); 60void ICollection<KeyValuePair<TKey, TValue>>.Add(KeyValuePair<TKey, TValue> item) => throw new NotSupportedException();
parent\parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadOnlyList.cs (1)
34void ICollection<T>.Add(T item) => throw new NotSupportedException();
Microsoft.Gen.ContextualOptions.Unit.Tests (4)
parent\parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadonlyDictionary.cs (3)
36set => throw new NotSupportedException(); 58void IDictionary<TKey, TValue>.Add(TKey key, TValue value) => throw new NotSupportedException(); 60void ICollection<KeyValuePair<TKey, TValue>>.Add(KeyValuePair<TKey, TValue> item) => throw new NotSupportedException();
parent\parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadOnlyList.cs (1)
34void ICollection<T>.Add(T item) => throw new NotSupportedException();
Microsoft.Gen.Logging.Generated.Tests (16)
parent\TestClasses\FormattableTestExtensions.cs (16)
30public readonly TypeCode GetTypeCode() => throw new NotSupportedException(); 31public readonly bool ToBoolean(IFormatProvider? provider) => throw new NotSupportedException(); 32public readonly byte ToByte(IFormatProvider? provider) => throw new NotSupportedException(); 33public readonly char ToChar(IFormatProvider? provider) => throw new NotSupportedException(); 34public readonly DateTime ToDateTime(IFormatProvider? provider) => throw new NotSupportedException(); 35public readonly decimal ToDecimal(IFormatProvider? provider) => throw new NotSupportedException(); 36public readonly double ToDouble(IFormatProvider? provider) => throw new NotSupportedException(); 37public readonly short ToInt16(IFormatProvider? provider) => throw new NotSupportedException(); 38public readonly int ToInt32(IFormatProvider? provider) => throw new NotSupportedException(); 39public readonly long ToInt64(IFormatProvider? provider) => throw new NotSupportedException(); 40public readonly sbyte ToSByte(IFormatProvider? provider) => throw new NotSupportedException(); 41public readonly float ToSingle(IFormatProvider? provider) => throw new NotSupportedException(); 42public readonly object ToType(Type conversionType, IFormatProvider? provider) => throw new NotSupportedException(); 43public readonly ushort ToUInt16(IFormatProvider? provider) => throw new NotSupportedException(); 44public readonly uint ToUInt32(IFormatProvider? provider) => throw new NotSupportedException(); 45public readonly ulong ToUInt64(IFormatProvider? provider) => throw new NotSupportedException();
Microsoft.Gen.Logging.Unit.Tests (4)
parent\parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadonlyDictionary.cs (3)
36set => throw new NotSupportedException(); 58void IDictionary<TKey, TValue>.Add(TKey key, TValue value) => throw new NotSupportedException(); 60void ICollection<KeyValuePair<TKey, TValue>>.Add(KeyValuePair<TKey, TValue> item) => throw new NotSupportedException();
parent\parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadOnlyList.cs (1)
34void ICollection<T>.Add(T item) => throw new NotSupportedException();
Microsoft.Gen.MetadataExtractor (1)
MetricDefinitionEmitter.cs (1)
152throw new NotSupportedException($"Report for metric kind: '{metricMethod.Kind}' is not supported.");
Microsoft.Gen.MetadataExtractor.Unit.Tests (6)
GeneratorTests.cs (2)
255public override AnalyzerConfigOptions GetOptions(SyntaxTree tree) => throw new NotSupportedException(); 256public override AnalyzerConfigOptions GetOptions(AdditionalText textFile) => throw new NotSupportedException();
parent\parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadonlyDictionary.cs (3)
36set => throw new NotSupportedException(); 58void IDictionary<TKey, TValue>.Add(TKey key, TValue value) => throw new NotSupportedException(); 60void ICollection<KeyValuePair<TKey, TValue>>.Add(KeyValuePair<TKey, TValue> item) => throw new NotSupportedException();
parent\parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadOnlyList.cs (1)
34void ICollection<T>.Add(T item) => throw new NotSupportedException();
Microsoft.Gen.Metrics (2)
Emitter.cs (1)
188throw new NotSupportedException($"Instrument type '{metricMethod.InstrumentKind}' is not supported to generate metric");
MetricFactoryEmitter.cs (1)
134_ => throw new NotSupportedException($"Metric type '{metricMethod.InstrumentKind}' is not supported to generate factory"),
Microsoft.Gen.Metrics.Unit.Tests (4)
parent\parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadonlyDictionary.cs (3)
36set => throw new NotSupportedException(); 58void IDictionary<TKey, TValue>.Add(TKey key, TValue value) => throw new NotSupportedException(); 60void ICollection<KeyValuePair<TKey, TValue>>.Add(KeyValuePair<TKey, TValue> item) => throw new NotSupportedException();
parent\parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadOnlyList.cs (1)
34void ICollection<T>.Add(T item) => throw new NotSupportedException();
Microsoft.Gen.MetricsReports (1)
MetricDefinitionEmitter.cs (1)
152throw new NotSupportedException($"Report for metric kind: '{metricMethod.Kind}' is not supported.");
Microsoft.Gen.MetricsReports.Unit.Tests (6)
GeneratorTests.cs (2)
192public override AnalyzerConfigOptions GetOptions(SyntaxTree tree) => throw new NotSupportedException(); 193public override AnalyzerConfigOptions GetOptions(AdditionalText textFile) => throw new NotSupportedException();
parent\parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadonlyDictionary.cs (3)
36set => throw new NotSupportedException(); 58void IDictionary<TKey, TValue>.Add(TKey key, TValue value) => throw new NotSupportedException(); 60void ICollection<KeyValuePair<TKey, TValue>>.Add(KeyValuePair<TKey, TValue> item) => throw new NotSupportedException();
parent\parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadOnlyList.cs (1)
34void ICollection<T>.Add(T item) => throw new NotSupportedException();
Microsoft.JSInterop (4)
Infrastructure\DotNetStreamReferenceJsonConverter.cs (1)
21=> throw new NotSupportedException($"{nameof(DotNetStreamReference)} cannot be supplied from JavaScript to .NET because the stream contents have already been transferred.");
JSRuntime.cs (3)
241throw new NotSupportedException("JSRuntime subclasses are responsible for implementing byte array transfer to JS."); 280throw new NotSupportedException("The current JavaScript runtime does not support reading data streams."); 331throw new NotSupportedException("The current JS runtime does not support sending streams from .NET to JS.");
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 (90)
AcceleratorTypeConverter.cs (1)
38 throw new NotSupportedException();
BindableLayout\BindableLayout.cs (1)
301 throw new NotSupportedException($"You are using an instance of {nameof(DataTemplateSelector)} to set the {nameof(BindableLayout)}.{BindableLayout.ItemTemplateProperty.PropertyName} property. Use {nameof(BindableLayout)}.{BindableLayout.ItemTemplateSelectorProperty.PropertyName} property instead to set an item template selector");
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();
DataTemplateSelector.cs (2)
27 throw new NotSupportedException( 33 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();
ObservableWrapper.cs (5)
29 throw new NotSupportedException("The collection is read-only."); 41 throw new NotSupportedException("The collection is read-only."); 93 throw new NotSupportedException("The collection is read-only."); 135 throw new NotSupportedException("The collection is read-only."); 160 throw new NotSupportedException("The collection is read-only");
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 (5)
99 throw new NotSupportedException($"Shell is currently not compatible with TabbedPage. Please use TabBar, Tab or switch to using NavigationPage for your {Application.Current}.MainPage"); 102 throw new NotSupportedException("Shell is currently not compatible with FlyoutPage."); 105 throw new NotSupportedException("Shell is currently not compatible with NavigationPage. Shell has Navigation built in and doesn't require a NavigationPage."); 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(),
StyleSheets\StyleSheet.cs (1)
73 throw new NotSupportedException("AT-rules not supported");
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();
TemplateUtilities.cs (1)
123 throw new NotSupportedException("ControlTemplate must return a type derived from View.");
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 (5)
AccessExpressionBuilder.cs (1)
18 _ => throw new NotSupportedException($"Unsupported path part type: {nextPart.GetType()}"),
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.Maps (1)
Map.cs (1)
287 throw new NotSupportedException(
Microsoft.Maui.Controls.Xaml (1)
ExpandMarkupsVisitor.cs (1)
184 throw new NotSupportedException();
Microsoft.Maui.Essentials (1)
Preferences\Preferences.shared.cs (1)
290 throw new NotSupportedException($"Preferences using '{type}' type is not supported");
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.Maui.Graphics.Win2D.WinUI.Desktop (1)
src\Graphics\src\Graphics\Platforms\Windows\AsyncPump.cs (1)
109 throw new NotSupportedException("Synchronously sending is not supported.");
Microsoft.ML.AutoML (8)
Experiment\MetricsAgents\MetricsAgentUtil.cs (1)
13return new NotSupportedException($"{optimizingMetric} is not a supported sweep metric");
TrainerExtensions\TrainerExtensionCatalog.cs (1)
101throw new NotSupportedException($"unsupported machine learning task type {task}");
TrainerExtensions\TrainerExtensionUtil.cs (5)
318throw new NotSupportedException($"{binaryTrainer} not supported"); 340throw new NotSupportedException($"{multiTrainer} not supported"); 362throw new NotSupportedException($"{regressionTrainer} not supported"); 376throw new NotSupportedException($"{rankingTrainer} not supported"); 388throw new NotSupportedException($"{recommendationTrainer} not supported");
Utils\UserInputValidationUtil.cs (1)
323throw new NotSupportedException($"Unsupported task type: {task}");
Microsoft.ML.Core (8)
Utilities\Contracts.cs (6)
434=> Process(new NotSupportedException()); 436=> Process(new NotSupportedException(), ctx); 438=> Process(new NotSupportedException(msg)); 440=> Process(new NotSupportedException(msg), ctx); 442=> Process(new NotSupportedException(GetMsg(msg, args))); 444=> Process(new NotSupportedException(GetMsg(msg, args)), ctx);
Utilities\ResourceManagerUtils.cs (2)
120throw new NotSupportedException("The function ResourceManagerUtils.EnsureResourceAsync only supports downloading from URLs of the host \"aka.ms\""); 276throw new NotSupportedException($"The provided url ({uri}) redirects to the default url ({DefaultUrl})");
Microsoft.ML.CpuMath (6)
src\Microsoft.ML.Core\Utilities\Contracts.cs (6)
434=> Process(new NotSupportedException()); 436=> Process(new NotSupportedException(), ctx); 438=> Process(new NotSupportedException(msg)); 440=> Process(new NotSupportedException(msg), ctx); 442=> Process(new NotSupportedException(GetMsg(msg, args))); 444=> Process(new NotSupportedException(GetMsg(msg, args)), ctx);
Microsoft.ML.Data (2)
DataLoadSave\Database\DatabaseLoaderCursor.cs (1)
289throw new NotSupportedException();
DataLoadSave\Database\DbExtensions.cs (1)
142throw new NotSupportedException();
Microsoft.ML.GenAI.LLaMA (2)
Llama3_1ChatTemplateBuilder.cs (2)
69throw new NotSupportedException($"Only text content is supported, but got {item.GetType().Name}"); 79_ => throw new NotSupportedException($"Unsupported role {message.Role}")
Microsoft.ML.GenAI.Phi (2)
Phi3\Phi3ChatTemplateBuilder.cs (2)
72throw new NotSupportedException($"Only text content is supported, but got {item.GetType().Name}"); 80_ => throw new NotSupportedException($"Unsupported role {message.Role}")
Microsoft.ML.TensorFlow (3)
TensorflowUtils.cs (1)
153throw new NotSupportedException("TensorFlow type not supported.");
TensorTypeExtensions.cs (2)
29throw new NotSupportedException(); 41throw new NotSupportedException();
Microsoft.ML.Tokenizers (9)
Model\SentencePieceTokenizer.cs (5)
656throw new NotSupportedException("The tokenizer.json model has a null 'unk_id' but does not enable 'byte_fallback'; a Unigram model without an unknown token is only supported when byte_fallback is enabled."); 891throw new NotSupportedException("tokenizer.json post_processor templates with more than one sequence are not supported."); 912throw new NotSupportedException("tokenizer.json post_processor template does not contain a sequence placeholder."); 1209throw new NotSupportedException( 1245throw new NotSupportedException(
Model\TiktokenTokenizer.cs (2)
1169throw new NotSupportedException($"The model '{modelName}' is not supported."); 1236throw new NotSupportedException($"The model '{modelName ?? modelEncoding.ToString()}' is not supported.");
Normalizer\SentencePieceNormalizationStep.cs (2)
204throw new NotSupportedException( 452throw new NotSupportedException("Replace normalizer requires a String or Regex pattern.");
Microsoft.ML.Tokenizers.Tests (6)
SentencePieceTests.cs (6)
939public override long Length => throw new NotSupportedException(); 942get => throw new NotSupportedException(); 943set => throw new NotSupportedException(); 947public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(); 948public override void SetLength(long value) => throw new NotSupportedException(); 949public override void Write(byte[] buffer, int offset, int count) => throw new NotSupportedException();
Microsoft.ML.TorchSharp (3)
NasBert\Modules\ActivationFunction.cs (1)
28_ => throw new NotSupportedException($"Activation function {name} not supported.")
NasBert\Modules\SearchSpace.cs (1)
221_ => throw new NotSupportedException(
Utils\FileUtils.cs (1)
50throw new NotSupportedException($"Type {typeof(T)} not supported in data loading.");
Microsoft.NET.Build.Containers (5)
ImageBuilder.cs (1)
245throw new NotSupportedException(
ImageIndexGenerator.cs (1)
44throw new NotSupportedException(string.Format(Strings.UnsupportedMediaType, manifestMediaType));
LocalDaemons\ContainerArchive.cs (1)
49throw new NotSupportedException(Resource.FormatString(nameof(Strings.UnsupportedMediaTypeForTarball), image.ManifestMediaType));
LocalDaemons\KnownLocalRegistryTypes.cs (1)
44_ => throw new NotSupportedException(
Tasks\CreateNewImage.cs (1)
154throw new NotSupportedException(Resource.GetString(nameof(Strings.ImagePullNotSupported)));
Microsoft.NET.HostModel (2)
MachO\Enums\HashType.cs (2)
24_ => throw new NotSupportedException($"HashType {hashType} is not supported.") 33_ => throw new NotSupportedException($"HashType {hashType} is not supported.")
Microsoft.NET.Sdk.WorkloadMSBuildSdkResolver (2)
src\sdk\src\Cli\dotnet\Commands\Workload\Install\WorkloadInstallRecords\ReadOnlyWindowsWorkloadInstallationRecordRepository.cs (2)
38=> throw new NotSupportedException(); 41=> throw new NotSupportedException();
Microsoft.Private.Windows.Core (10)
System\Private\Windows\BinaryFormat\BinaryFormatWriter.cs (1)
373throw new NotSupportedException($"{nameof(T)} is not primitive.");
System\Private\Windows\Nrbf\SerializationRecordExtensions.cs (1)
517exception = new NotSupportedException(classInfo.GetString("Message"));
System\Private\Windows\Ole\BinaryFormatUtilities.cs (5)
58throw new NotSupportedException(SR.BinaryFormatterNotSupported); 64throw new NotSupportedException(SR.BinaryFormatter_NotSupported_InClipboardOrDragDrop); 195throw new NotSupportedException(string.Format(SR.ClipboardOrDragDrop_UseTypedAPI, typeof(T).FullName)); 201throw new NotSupportedException(SR.BinaryFormatterNotSupported); 207throw new NotSupportedException(SR.BinaryFormatter_NotSupported_InClipboardOrDragDrop);
System\Private\Windows\Ole\ClipboardCore.cs (1)
327throw new NotSupportedException(string.Format(
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (1)
534throw new NotSupportedException(string.Format(
System\Private\Windows\Ole\TypeBinder.cs (1)
98: throw new NotSupportedException(string.Format(
Microsoft.SourceLink.GitWeb (2)
TranslateRepositoryUrls.cs (2)
29=> throw new NotSupportedException(string.Format(Resources.RepositoryUrlIsNotSupportedByProvider, "GIT")); 32=> throw new NotSupportedException(string.Format(Resources.RepositoryUrlIsNotSupportedByProvider, "HTTP"));
Microsoft.TemplateEngine.Cli (10)
ChoiceTemplateParameter.cs (1)
100throw new NotSupportedException("The method should be only used with option.");
CliTemplateParameter.cs (1)
319throw new NotSupportedException("The method should be only used with option.");
Commands\create\InvalidTemplateOptionResult.cs (1)
115throw new NotSupportedException($"Method is not invokable when {nameof(TemplateOption)} is null");
TemplateResolution\TemplateGroupMatchInfo.cs (7)
81throw new NotSupportedException("Template info matches were not evaluated."); 100throw new NotSupportedException("Template info matches were not evaluated."); 119throw new NotSupportedException("Template info matches were not evaluated."); 123throw new NotSupportedException("Template parameters matches were not evaluated."); 142throw new NotSupportedException("Template info matches were not evaluated."); 146throw new NotSupportedException("Template parameters matches were not evaluated."); 264throw new NotSupportedException("Template parameter matches were not evaluated.");
Microsoft.TemplateEngine.Core (6)
Util\CombinedStream.cs (6)
29public override long Position { get => throw new NotSupportedException(); set => throw new NotSupportedException(); } 33throw new NotSupportedException(); 81throw new NotSupportedException(); 86throw new NotSupportedException(); 91throw new NotSupportedException();
Microsoft.TemplateEngine.Edge (4)
DefaultPathInfo.cs (1)
98?? throw new NotSupportedException("HOME or USERPROFILE environment variable is not defined, the environment is not supported");
EngineEnvironmentSettings.cs (1)
59public ISettingsLoader SettingsLoader => throw new NotSupportedException("ISettingsLoader is no longer supported, see Obsolete message for details.");
Mount\FileSystem\FileSystemDirectory.cs (1)
32throw new NotSupportedException($"{nameof(FileSystemDirectory)} may only exist in {nameof(FileSystemMountPoint)} mount point.");
ValidationUtils.cs (1)
115IValidationEntry.SeverityLevel.None => (s) => throw new NotSupportedException($"{IValidationEntry.SeverityLevel.None} severity is not supported."),
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (6)
DirectoryBasedTemplate.cs (2)
207throw new NotSupportedException(string.Format(LocalizableStrings.RunnableProjectGenerator_Exception_TemplateVersionNotSupported, allowedGeneratorVersions, RunnableProjectGenerator.GeneratorVersion)); 217throw new NotSupportedException(string.Format(LocalizableStrings.RunnableProjectGenerator_Exception_TemplateVersionNotSupported, allowedGeneratorVersions, RunnableProjectGenerator.GeneratorVersion));
EvaluatorSelector.cs (2)
56_ => throw new NotSupportedException($"{evaluatorType} is not supported.") 99_ => throw new NotSupportedException($"{evaluatorType} is not supported.")
RunnableProjectGenerator.cs (2)
261?? throw new NotSupportedException(string.Format(LocalizableStrings.RunnableProjectGenerator_Exception_ConfigShouldBeFile, templateFileConfig.GetDisplayPath())); 267?? throw new NotSupportedException(string.Format(LocalizableStrings.RunnableProjectGenerator_Exception_LocaleConfigShouldBeFile, localeFileConfig.GetDisplayPath()));
Microsoft.TemplateEngine.Utils (4)
IScanTemplateInfoExtensions.cs (4)
55public IReadOnlyDictionary<string, ICacheTag> Tags => throw new NotSupportedException(); 60public IReadOnlyDictionary<string, ICacheParameter> CacheParameters => throw new NotSupportedException(); 80public bool HasScriptRunningPostActions { get => throw new NotSupportedException(); set => throw new NotSupportedException(); }
Microsoft.TemplateSearch.Common (1)
TemplateSearchCache\TemplateSearchCache.Json.cs (1)
34throw new NotSupportedException(LocalizableStrings.TemplateSearchCache_Exception_NotSupported);
Microsoft.TestPlatform.AdapterUtilities (1)
ManagedNameUtilities\ManagedNameHelper.Reflection.cs (1)
147?? throw new NotSupportedException(nameof(method));
Microsoft.TestPlatform.CommunicationUtilities (1)
JsonDataSerializer.Stj.cs (1)
254_ => throw new NotSupportedException($"Protocol version {version} is not supported. "
Microsoft.TestPlatform.Extensions.BlameDataCollector (4)
CrashDumperFactory.cs (1)
24throw new NotSupportedException($"Could not parse target framework {targetFramework}, to a supported framework version.");
HangDumperFactory.cs (1)
29throw new NotSupportedException($"Could not parse target framework {targetFramework}, to a supported framework version.");
src\vstest\src\Microsoft.TestPlatform.Execution.Shared\ProcDumpExecutableHelper.cs (1)
84: throw new NotSupportedException($"Not supported platform {_environment.OperatingSystem}");
WindowsHangDumper.cs (1)
175_ => throw new NotSupportedException($"Dump type {type} is not supported."),
Microsoft.TestPlatform.PlatformAbstractions (2)
netcore\System\PlatformEnvironment.cs (1)
34_ => throw new NotSupportedException(),
netcore\System\ProcessHelper.cs (1)
47_ => throw new NotSupportedException(),
Microsoft.TestPlatform.TestHostRuntimeProvider (1)
Hosting\DefaultTestHostManager.cs (1)
291_ => throw new NotSupportedException(),
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\CompilerServices\VBBinder.vb (1)
1594Throw New NotSupportedException
Microsoft.VisualStudio.TestPlatform.Client (3)
DesignMode\DesignModeClient.cs (1)
449throw new NotSupportedException($"Test message level '{e.Level}' is not supported.");
DesignMode\DesignModeTestHostLauncher.cs (2)
35throw new NotSupportedException(); 42throw new NotSupportedException();
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
TestObject.cs (2)
272throw new NotSupportedException(string.Format(CultureInfo.CurrentCulture, Resources.Resources.ConverterNotSupported, valueType.Name)); 319throw new NotSupportedException(string.Format(CultureInfo.CurrentCulture, Resources.Resources.ConverterNotSupported, valueType.Name));
Mono.Cecil (60)
Mono.Cecil.Cil\CodeReader.cs (2)
219 throw new NotSupportedException (); 494 throw new NotSupportedException ();
Mono.Cecil.Cil\MethodBody.cs (1)
93 throw new NotSupportedException ();
Mono.Cecil.Cil\PortablePdb.cs (2)
200 throw new NotSupportedException (); 530 throw new NotSupportedException ();
Mono.Cecil.Cil\Symbols.cs (3)
203 throw new NotSupportedException (); 248 throw new NotSupportedException (); 1145 throw new NotSupportedException ();
Mono.Cecil.PE\ImageReader.cs (1)
732 throw new NotSupportedException ();
Mono.Cecil.PE\ImageWriter.cs (3)
651 throw new NotSupportedException (); 677 throw new NotSupportedException(); 772 throw new NotSupportedException ();
Mono.Cecil\AssemblyReader.cs (15)
683 throw new NotSupportedException (); 1174 throw new NotSupportedException (); 1323 throw new NotSupportedException (); 1563 throw new NotSupportedException (); 1640 throw new NotSupportedException (); 1644 throw new NotSupportedException (); 2091 throw new NotSupportedException (); 2141 throw new NotSupportedException (); 2267 throw new NotSupportedException (); 2313 throw new NotSupportedException (); 2414 throw new NotSupportedException (); 2782 throw new NotSupportedException (); 3265 throw new NotSupportedException (); 3310 throw new NotSupportedException (); 3556 throw new NotSupportedException ();
Mono.Cecil\AssemblyWriter.cs (13)
84 throw new NotSupportedException ("Writing mixed-mode assemblies is not supported"); 1114 throw new NotSupportedException (); 1222 throw new NotSupportedException (); 1285 throw new NotSupportedException (); 1986 throw new NotSupportedException (type.FullName); 2095 throw new NotSupportedException (); 2170 throw new NotSupportedException (); 2309 throw new NotSupportedException (); 2790 throw new NotSupportedException (); 2850 throw new NotSupportedException (); 3099 throw new NotSupportedException (value.GetType ().FullName); 3225 throw new NotSupportedException (); 3237 throw new NotSupportedException ();
Mono.Cecil\CustomAttribute.cs (1)
188 throw new NotSupportedException ();
Mono.Cecil\FieldReference.cs (1)
63 throw new NotSupportedException ();
Mono.Cecil\GenericInstanceType.cs (1)
39 set { throw new NotSupportedException (); }
Mono.Cecil\GenericParameterResolver.cs (2)
110 throw new NotSupportedException (); 170 throw new NotSupportedException ();
Mono.Cecil\Import.cs (4)
242 throw new NotSupportedException (type.FullName); 544 throw new NotSupportedException (); 671 throw new NotSupportedException (type.etype.ToString ()); 730 throw new NotSupportedException ();
Mono.Cecil\MetadataResolver.cs (2)
49 throw new NotSupportedException (); 131 throw new NotSupportedException ();
Mono.Cecil\MethodReference.cs (1)
176 throw new NotSupportedException ();
Mono.Cecil\SecurityDeclaration.cs (2)
91 get { throw new NotSupportedException (); } 159 throw new NotSupportedException ();
Mono.Cecil\TypeDefinition.cs (1)
444 throw new NotSupportedException ();
Mono.Cecil\TypeReference.cs (1)
278 throw new NotSupportedException ();
Mono.Cecil\TypeResolver.cs (2)
176 throw new NotSupportedException (string.Format ("The type {0} cannot be resolved correctly.", typeReference.FullName)); 193 throw new NotSupportedException ();
Mono.Cecil\TypeSystem.cs (2)
32 throw new NotSupportedException (); 123 throw new NotSupportedException ();
Mono.Cecil.Rocks (3)
Mono.Cecil.Rocks\DocCommentId.cs (2)
143 throw new NotSupportedException (); 327 throw new NotSupportedException (member.FullName);
Mono.Cecil.Rocks\ILParser.cs (1)
85 throw new NotSupportedException ();
NuGet.Build.Tasks.Console (1)
MSBuildItemBase.cs (1)
22public IReadOnlyList<string> Properties => throw new NotSupportedException();
NuGet.CommandLine.XPlat (1)
Commands\Package\Update\PackageUpdateIO.cs (1)
468throw new NotSupportedException();
NuGet.Configuration (6)
PackageSource\PackageSourceProvider.cs (1)
214throw new NotSupportedException();
Settings\ImmutableSettings.cs (3)
33throw new NotSupportedException(); 53throw new NotSupportedException(); 58throw new NotSupportedException();
Utility\EncryptionUtility.cs (2)
19throw new NotSupportedException(Resources.Error_EncryptionUnsupported); 32throw new NotSupportedException(Resources.Error_EncryptionUnsupported);
NuGet.DependencyResolver.Core (1)
Providers\LocalDependencyProvider.cs (1)
159throw new NotSupportedException();
NuGet.PackageManagement (3)
Projects\DefaultProjectServices.cs (3)
43throw new NotSupportedException(); 50throw new NotSupportedException(); 73throw new NotSupportedException();
NuGet.Packaging (8)
ContentModel\ManagedCodeConventions.cs (1)
401throw new NotSupportedException("FallbackFramework is not supported.");
PackageCreation\Authoring\LicenseMetadata.cs (1)
107throw new NotSupportedException($"Unsupported license type: {Type}");
Signing\Archive\ReadOnlyBufferedStream.cs (6)
136throw new NotSupportedException(); 144throw new NotSupportedException(); 283throw new NotSupportedException(); 290throw new NotSupportedException(); 297throw new NotSupportedException(); 304throw new NotSupportedException();
NuGet.Protocol (39)
Converters\MetadataFieldStjConverter.cs (1)
62=> throw new NotSupportedException();
Converters\MetadataStringOrArrayStjConverter.cs (1)
75=> throw new NotSupportedException();
Converters\PackageDependencyGroupStjConverter.cs (1)
82throw new NotSupportedException();
Converters\SafeBoolStjConverter.cs (1)
37throw new NotSupportedException();
Converters\SafeUriStjConverter.cs (1)
31throw new NotSupportedException();
Plugins\ObjectPayloadConverter.cs (2)
12public override bool CanConvert(Type objectType) => throw new NotSupportedException(); 36=> throw new NotSupportedException();
Plugins\PluginPackageReader.cs (21)
83throw new NotSupportedException(); 128throw new NotSupportedException(); 176throw new NotSupportedException(); 221throw new NotSupportedException(); 325throw new NotSupportedException(); 353throw new NotSupportedException(); 381throw new NotSupportedException(); 410throw new NotSupportedException(); 437throw new NotSupportedException(); 460public override NuspecReader NuspecReader => throw new NotSupportedException(); 507throw new NotSupportedException(); 538throw new NotSupportedException(); 567throw new NotSupportedException(); 594throw new NotSupportedException(); 648throw new NotSupportedException(); 675throw new NotSupportedException(); 703throw new NotSupportedException(); 738throw new NotSupportedException(); 767throw new NotSupportedException(); 793throw new NotSupportedException(); 883throw new NotSupportedException();
RemoteRepositories\PluginFindPackageByIdResource.cs (1)
95throw new NotSupportedException();
Resources\DependencyInfoResource.cs (1)
62throw new NotSupportedException();
Resources\PackageSearchResourceV3.cs (1)
111throw new NotSupportedException(Strings.Protocol_PackageTypeFilterNotSupported);
Utility\DownloadTimeoutStream.cs (7)
41throw new NotSupportedException(); 102throw new NotSupportedException(); 107throw new NotSupportedException(); 112throw new NotSupportedException(); 123get { throw new NotSupportedException(); } 128get { throw new NotSupportedException(); } 129set { throw new NotSupportedException(); }
Utility\LocalFolderUtility.cs (1)
818throw new NotSupportedException(uriResult.AbsoluteUri);
PresentationBuildTasks (2)
Microsoft\Build\Tasks\Windows\ResourcesGenerator.cs (2)
93throw new NotSupportedException(); 99throw new NotSupportedException();
PresentationCore (158)
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\ByteRangeDownloader.cs (1)
560_erroredOutException = new NotSupportedException(SR.ByteRangeRequestIsNotSupported);
MS\Internal\IO\Packaging\DeobfuscatingStream.cs (2)
72throw new NotSupportedException(SR.WriteNotSupported); 95throw new NotSupportedException(SR.SetLengthNotSupported);
MS\Internal\IO\Packaging\NetStream.cs (2)
301throw new NotSupportedException(SR.SetLengthNotSupported); 311throw new NotSupportedException(SR.WriteNotSupported);
MS\Internal\IO\Packaging\PseudoWebRequest.cs (4)
72throw new NotSupportedException(); 140throw new NotSupportedException(); 293throw new NotSupportedException(); 301throw new NotSupportedException();
MS\Internal\PartialArray.cs (5)
61throw new NotSupportedException(SR.CollectionIsFixedSize); 66throw new NotSupportedException(SR.CollectionIsFixedSize); 71throw new NotSupportedException(); 76throw new NotSupportedException(SR.CollectionIsFixedSize); 81throw new NotSupportedException(SR.CollectionIsFixedSize);
MS\Internal\TextFormatting\TextMarkerSource.cs (1)
197throw new NotSupportedException();
MS\Internal\TextFormatting\TextStore.cs (1)
1696throw new NotSupportedException();
MS\Internal\TextFormatting\ThousandthOfEmRealDoubles.cs (4)
220throw new NotSupportedException(SR.CollectionIsFixedSize); 226throw new NotSupportedException(SR.CollectionIsFixedSize); 232throw new NotSupportedException(SR.CollectionIsFixedSize); 238throw new NotSupportedException(SR.CollectionIsFixedSize);
MS\Internal\TextFormatting\ThousandthOfEmRealPoints.cs (4)
164throw new NotSupportedException(SR.CollectionIsFixedSize); 170throw new NotSupportedException(SR.CollectionIsFixedSize); 176throw new NotSupportedException(SR.CollectionIsFixedSize); 182throw new NotSupportedException(SR.CollectionIsFixedSize);
src\wpf\src\Microsoft.DotNet.Wpf\src\Common\Graphics\wgx_render.cs (9)
816return new System.NotSupportedException(SR.Image_PropertyNotSupported, exceptionForHR); 825return new System.NotSupportedException(SR.Image_NoThumbnail, exceptionForHR); 841return new System.NotSupportedException(SR.Image_ComponentNotFound, exceptionForHR); 863return new System.NotSupportedException(SR.Image_UnsupportedPixelFormat, exceptionForHR); 866return new System.NotSupportedException(SR.Image_UnsupportedOperation, exceptionForHR); 896return new System.NotSupportedException(SR.Image_StreamNotAvailable, exceptionForHR); 917return new System.NotSupportedException(SR.Format(SR.Media_InsufficientVideoResources, null), exceptionForHR); 920return new System.NotSupportedException(SR.Format(SR.Media_HardwareVideoAccelerationNotAvailable, null), exceptionForHR); 923return new System.NotSupportedException(SR.Format(SR.Media_PlayerIsClosed, null), exceptionForHR);
src\wpf\src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\CharacterBuffer.cs (8)
75throw new NotSupportedException(); 87throw new NotSupportedException(); 97throw new NotSupportedException(); 103throw new NotSupportedException(); 132throw new NotSupportedException(); 187set { throw new NotSupportedException(); } 286set { throw new NotSupportedException(); } 401set { throw new NotSupportedException(); }
src\wpf\src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\PartialList.cs (6)
47throw new NotSupportedException(); 53throw new NotSupportedException(); 65throw new NotSupportedException(); 93throw new NotSupportedException(); 99throw new NotSupportedException(); 110throw new NotSupportedException();
src\wpf\src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\SequentialUshortCollection.cs (3)
21throw new NotSupportedException(); 26throw new NotSupportedException(); 66throw new NotSupportedException();
System\IO\Packaging\PackWebRequest.cs (2)
101throw new NotSupportedException(); 250throw new NotSupportedException();
System\Windows\DataObjectExtensions.cs (1)
21throw new NotSupportedException(string.Format(
System\Windows\Ink\StrokeCollection.cs (1)
858throw new NotSupportedException(SR.StrokeCollectionIsReadOnly);
System\Windows\Input\Command\CommandBindingCollection.cs (4)
130throw new NotSupportedException(SR.CollectionOnlyAcceptsCommandBindings); 166throw new NotSupportedException(SR.CollectionOnlyAcceptsCommandBindings); 192throw new NotSupportedException(SR.CollectionOnlyAcceptsCommandBindings); 210throw new NotSupportedException(SR.CollectionOnlyAcceptsCommandBindings);
System\Windows\Input\Command\InputBindingCollection.cs (4)
144throw new NotSupportedException(SR.CollectionOnlyAcceptsInputBindings); 207throw new NotSupportedException(SR.CollectionOnlyAcceptsInputBindings); 261throw new NotSupportedException(SR.CollectionOnlyAcceptsInputBindings); 276throw new NotSupportedException(SR.CollectionOnlyAcceptsInputBindings);
System\Windows\Input\Command\InputGestureCollection.cs (13)
99throw new NotSupportedException(SR.ReadOnlyInputGesturesCollection); 111throw new NotSupportedException(SR.ReadOnlyInputGesturesCollection); 123throw new NotSupportedException(SR.ReadOnlyInputGesturesCollection); 141throw new NotSupportedException(SR.CollectionOnlyAcceptsInputGestures); 174throw new NotSupportedException(SR.ReadOnlyInputGesturesCollection); 223throw new NotSupportedException(SR.ReadOnlyInputGesturesCollection); 247throw new NotSupportedException(SR.ReadOnlyInputGesturesCollection); 267throw new NotSupportedException(SR.ReadOnlyInputGesturesCollection); 287throw new NotSupportedException(SR.CollectionOnlyAcceptsInputGestures); 301throw new NotSupportedException(SR.ReadOnlyInputGesturesCollection); 304throw new NotSupportedException(SR.CollectionOnlyAcceptsInputGestures); 328throw new NotSupportedException(SR.ReadOnlyInputGesturesCollection); 357throw new NotSupportedException(SR.ReadOnlyInputGesturesCollection);
System\Windows\Input\Command\KeyGesture.cs (1)
100throw new NotSupportedException(SR.Format(SR.KeyGesture_Invalid, modifiers, key));
System\Windows\Input\Command\MouseActionConverter.cs (1)
70_ => throw new NotSupportedException(SR.Format(SR.Unsupported_MouseAction, mouseActionToken.ToString()))
System\Windows\Media\Animation\Clock.cs (1)
613throw new NotSupportedException(SR.Timing_CanSlipOnlyOnSimpleTimelines);
System\Windows\Media\Animation\ClockGroup.cs (1)
127throw new NotSupportedException(SR.Timing_SlipBehavior_SlipOnlyOnSimpleTimelines);
System\Windows\Media\Animation\KeySplineConverter.cs (1)
67throw new NotSupportedException(SR.Converter_ConvertFromNotSupported);
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\FamilyMapCollection.cs (1)
358throw new NotSupportedException(SR.General_ObjectIsReadOnly);
System\Windows\Media\FamilyTypeface.cs (1)
270throw new NotSupportedException(SR.General_ObjectIsReadOnly);
System\Windows\Media\FamilyTypefaceCollection.cs (1)
350throw new NotSupportedException(SR.General_ObjectIsReadOnly);
System\Windows\Media\FontFamily.cs (1)
301throw new NotSupportedException(SR.FontFamily_ReadOnly);
System\Windows\Media\Fonts.cs (3)
291throw new NotSupportedException(); 296throw new NotSupportedException(); 353throw new NotSupportedException();
System\Windows\Media\FormattedText.cs (1)
1880throw new NotSupportedException();
System\Windows\Media\Generated\BrushConverter.cs (1)
137throw new NotSupportedException(SR.Converter_ConvertToNotSupported);
System\Windows\Media\Generated\CacheModeConverter.cs (1)
137throw new NotSupportedException(SR.Converter_ConvertToNotSupported);
System\Windows\Media\Generated\GeometryConverter.cs (1)
137throw new NotSupportedException(SR.Converter_ConvertToNotSupported);
System\Windows\Media\Generated\PathFigureCollectionConverter.cs (1)
137throw new NotSupportedException(SR.Converter_ConvertToNotSupported);
System\Windows\Media\Generated\TransformConverter.cs (1)
137throw new NotSupportedException(SR.Converter_ConvertToNotSupported);
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();
System\Windows\Media\ImageSourceConverter.cs (1)
197throw new NotSupportedException(SR.Converter_ConvertToNotSupported);
System\Windows\Media\Imaging\BitmapEncoder.cs (2)
332throw new System.NotSupportedException(SR.Format(SR.Image_NoFrames, null)); 338throw new System.NotSupportedException(SR.Format(SR.Image_NoFrames, null));
System\Windows\Media\Imaging\BitmapImage.cs (1)
140throw new System.NotSupportedException(SR.Image_MetadataNotSupported);
System\Windows\Media\Imaging\PropVariant.cs (1)
741throw new System.NotSupportedException(SR.Image_PropertyNotSupported);
System\Windows\Media\MediaPlayer.cs (1)
801throw new System.NotSupportedException(SR.Media_UnknownChannelType);
System\Windows\Media\MediaPlayerState.cs (2)
818_mediaEventsHelper.RaiseMediaFailed(new System.NotSupportedException(SR.Format(SR.Media_PackURIsAreNotSupported, null))); 985throw new System.NotSupportedException(SR.Image_BadVersion);
System\Windows\Media\PixelFormat.cs (1)
405throw new NotSupportedException(SR.Image_NoPixelFormatFound);
System\Windows\Media3D\MatrixCamera.cs (1)
103throw new NotSupportedException(SR.HitTest_Singular);
System\Windows\Media3D\Viewport3DVisual.cs (1)
495throw new NotSupportedException(SR.Format(SR.HitTest_Invalid, nameof(GeometryHitTestParameters), this.GetType().Name));
System\Windows\Nrbf\SerializationRecordExtensions.cs (1)
327exception = new NotSupportedException(classInfo.GetString("Message"));
PresentationFramework (168)
MS\Internal\Annotations\Component\HighlightComponent.cs (1)
304throw new NotSupportedException(SR.NotSupported);
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
258throw new NotSupportedException(SR.NotSupported);
MS\Internal\AppModel\ResourceContainer.cs (3)
346throw new NotSupportedException(); 351throw new NotSupportedException(); 356throw new NotSupportedException();
MS\Internal\AppModel\ReturnEventSaver.cs (2)
118throw new NotSupportedException(SR.ReturnEventHandlerMustBeOnParentPage); 131throw new NotSupportedException(SR.ReturnEventHandlerMustBeOnParentPage, ex);
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
957throw new NotSupportedException(SR.NotSupported);
MS\Internal\Data\BindingCollection.cs (1)
114throw new NotSupportedException(SR.Format(SR.BindingCollectionContainsNonBinding, binding.GetType().Name));
MS\Internal\Data\CollectionViewGroupRoot.cs (1)
824throw new NotSupportedException();
MS\Internal\Data\CompositeCollectionView.cs (7)
642throw new NotSupportedException(SR.Format(SR.UnexpectedCollectionChangeAction, args.Action)); 785throw new NotSupportedException(SR.Format(SR.UnexpectedCollectionChangeAction, args.Action)); 1434throw new NotSupportedException(SR.RangeActionsNotSupported); 1439throw new NotSupportedException(SR.RangeActionsNotSupported); 1444throw new NotSupportedException(SR.RangeActionsNotSupported); 1449throw new NotSupportedException(SR.RangeActionsNotSupported); 1458throw new NotSupportedException(SR.Format(SR.UnexpectedCollectionChangeAction, e.Action));
MS\Internal\Data\DefaultValueConverter.cs (1)
765set { throw new NotSupportedException(); }
MS\Internal\Data\PropertyPathWorker.cs (2)
301throw new NotSupportedException(SR.IndexedPropDescNotImplemented); 388throw new NotSupportedException(SR.IndexedPropDescNotImplemented);
MS\Internal\Data\ValueChangedEventManager.cs (2)
87throw new NotSupportedException(SR.NoMulticastHandlers); 99throw new NotSupportedException(SR.NoMulticastHandlers);
MS\Internal\IO\Packaging\ByteStream.cs (5)
142throw new NotSupportedException(SR.SetPositionNotSupported); 190throw new NotSupportedException(SR.SeekNotSupported); 233throw new NotSupportedException(SR.SetLengthNotSupported); 250throw new NotSupportedException(SR.ReadNotSupported); 317throw new NotSupportedException(SR.WriteNotSupported);
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\IO\Packaging\UnsafeIndexingFilterStream.cs (2)
154throw new NotSupportedException(SR.StreamDoesNotSupportWrite); 167throw new NotSupportedException(SR.StreamDoesNotSupportWrite);
MS\Internal\IO\Packaging\XmlGlyphRunInfo.cs (6)
63throw new NotSupportedException(SR.XmlGlyphRunInfoIsNonGraphic); 79throw new NotSupportedException(SR.XmlGlyphRunInfoIsNonGraphic); 100throw new NotSupportedException(SR.XmlGlyphRunInfoIsNonGraphic); 120throw new NotSupportedException(SR.XmlGlyphRunInfoIsNonGraphic); 134throw new NotSupportedException(SR.XmlGlyphRunInfoIsNonGraphic); 148throw new NotSupportedException(SR.XmlGlyphRunInfoIsNonGraphic);
MS\Internal\IO\Packaging\XpsFilter.cs (1)
589throw new NotSupportedException(SR.FilterIPersistFileIsReadOnly);
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (1)
316throw new NotSupportedException();
System\Windows\Annotations\Annotation.cs (3)
733throw new NotSupportedException(SR.Format(SR.UnexpectedCollectionChangeAction, e.Action)); 787throw new NotSupportedException(SR.Format(SR.UnexpectedCollectionChangeAction, e.Action)); 836throw new NotSupportedException(SR.Format(SR.UnexpectedCollectionChangeAction, e.Action));
System\Windows\Controls\AVElementHelper.cs (1)
271throw new NotSupportedException(SR.AudioVideo_CannotControlMedia);
System\Windows\Controls\CalendarBlackoutDatesCollection.cs (4)
158throw new NotSupportedException(SR.CalendarCollection_MultiThreadedCollectionChangeNotSupported); 179throw new NotSupportedException(SR.CalendarCollection_MultiThreadedCollectionChangeNotSupported); 202throw new NotSupportedException(SR.CalendarCollection_MultiThreadedCollectionChangeNotSupported); 223throw new NotSupportedException(SR.CalendarCollection_MultiThreadedCollectionChangeNotSupported);
System\Windows\Controls\CustomDictionarySources.cs (1)
344throw new NotSupportedException(SR.CustomDictionarySourcesUnsupportedURI);
System\Windows\Controls\DataGrid.cs (1)
8216throw new NotSupportedException(SR.ClipboardCopyMode_Disabled);
System\Windows\Controls\DocumentViewer.cs (2)
866throw new NotSupportedException(SR.DocumentViewerOnlySupportsFixedDocumentSequence); 2059throw new NotSupportedException(SR.DocumentViewerStyleMustIncludeContentHost);
System\Windows\Controls\FlowDocumentReader.cs (1)
98throw new NotSupportedException(SR.FlowDocumentReaderDecoratorMarkedAsContentHostMustHaveNoContent);
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
124throw new NotSupportedException(SR.FlowDocumentScrollViewerMarkedAsContentHostMustHaveNoContent);
System\Windows\Controls\ItemCollection.cs (2)
749throw new NotSupportedException(SR.ItemCollectionShouldUseInnerSyncRoot); 2229throw new NotSupportedException(SR.Format(SR.UnexpectedCollectionChangeAction, e.Action));
System\Windows\Controls\ItemContainerGenerator.cs (5)
2392throw new NotSupportedException(SR.RangeActionsNotSupported); 2398throw new NotSupportedException(SR.RangeActionsNotSupported); 2407throw new NotSupportedException(SR.RangeActionsNotSupported); 2417throw new NotSupportedException(SR.RangeActionsNotSupported); 2427throw new NotSupportedException(SR.Format(SR.UnexpectedCollectionChangeAction, args.Action));
System\Windows\Controls\ListBox.cs (1)
102throw new NotSupportedException(SR.ListBoxSelectAllSelectionMode);
System\Windows\Controls\MultipleCopiesCollection.cs (6)
230throw new NotSupportedException(SR.DataGrid_ReadonlyCellsItemsSource); 235throw new NotSupportedException(SR.DataGrid_ReadonlyCellsItemsSource); 254throw new NotSupportedException(SR.DataGrid_ReadonlyCellsItemsSource); 269throw new NotSupportedException(SR.DataGrid_ReadonlyCellsItemsSource); 274throw new NotSupportedException(SR.DataGrid_ReadonlyCellsItemsSource); 300throw new NotSupportedException();
System\Windows\Controls\PasswordBox.cs (3)
940throw new NotSupportedException(SR.TextBoxScrollViewerMarkedAsTextBoxContentMustHaveNoContent); 951throw new NotSupportedException(SR.TextBoxDecoratorMarkedAsTextBoxContentMustHaveNoContent); 970throw new NotSupportedException(SR.PasswordBoxInvalidTextContainer);
System\Windows\Controls\PopupControlService.cs (1)
460throw new NotSupportedException(SR.ToolTipStaysOpenFalseNotAllowed);
System\Windows\Controls\Primitives\MultiSelector.cs (1)
87throw new NotSupportedException(SR.MultiSelectorSelectAll);
System\Windows\Controls\Primitives\Selector.cs (5)
873throw new NotSupportedException(SR.RangeActionsNotSupported); 880throw new NotSupportedException(SR.RangeActionsNotSupported); 902throw new NotSupportedException(SR.RangeActionsNotSupported); 912throw new NotSupportedException(SR.Format(SR.UnexpectedCollectionChangeAction, e.Action)); 1242throw new NotSupportedException(SR.Format(SR.UnexpectedCollectionChangeAction, e.Action));
System\Windows\Controls\Primitives\TextBoxBase.cs (3)
1901throw new NotSupportedException(SR.TextBoxScrollViewerMarkedAsTextBoxContentMustHaveNoContent); 1915throw new NotSupportedException(SR.TextBoxDecoratorMarkedAsTextBoxContentMustHaveNoContent); 1934throw new NotSupportedException(SR.TextBoxInvalidTextContainer);
System\Windows\Controls\Primitives\Track.cs (2)
164throw new NotSupportedException(SR.Track_SameButtons); 205throw new NotSupportedException(SR.Track_SameButtons);
System\Windows\Controls\SelectedDatesCollection.cs (4)
133throw new NotSupportedException(SR.CalendarCollection_MultiThreadedCollectionChangeNotSupported); 151throw new NotSupportedException(SR.CalendarCollection_MultiThreadedCollectionChangeNotSupported); 212throw new NotSupportedException(SR.CalendarCollection_MultiThreadedCollectionChangeNotSupported); 261throw new NotSupportedException(SR.CalendarCollection_MultiThreadedCollectionChangeNotSupported);
System\Windows\Controls\SinglePageViewer.cs (1)
507throw new NotSupportedException(SR.FlowDocumentPageViewerOnlySupportsFlowDocument);
System\Windows\Controls\ToolBar.cs (2)
596throw new NotSupportedException(SR.Format(SR.ToolBar_InvalidStyle_ToolBarPanel, child.GetType())); 619throw new NotSupportedException(SR.Format(SR.ToolBar_InvalidStyle_ToolBarOverflowPanel, child.GetType()));
System\Windows\Controls\TreeView.cs (1)
439throw new NotSupportedException(SR.Format(SR.UnexpectedCollectionChangeAction, e.Action));
System\Windows\Controls\TreeViewItem.cs (1)
979throw new NotSupportedException(SR.Format(SR.UnexpectedCollectionChangeAction, e.Action));
System\Windows\Controls\VirtualizedCellInfoCollection.cs (4)
331throw new NotSupportedException(SR.VirtualizedCellInfoCollection_DoesNotSupportIndexChanges); 369throw new NotSupportedException(SR.VirtualizedCellInfoCollection_DoesNotSupportIndexChanges); 389throw new NotSupportedException(SR.VirtualizedCellInfoCollection_DoesNotSupportIndexChanges); 1627throw new NotSupportedException(SR.VirtualizedCellInfoCollection_IsReadOnly);
System\Windows\Controls\VirtualizingStackPanel.cs (1)
12077throw new NotSupportedException();
System\Windows\Data\BindingListCollectionView.cs (8)
304throw new NotSupportedException(SR.BindingListCannotCustomFilter); 367throw new NotSupportedException(); 1556throw new NotSupportedException(SR.Format(SR.UnexpectedCollectionChangeAction, args.Action)); 2433throw new NotSupportedException(SR.RangeActionsNotSupported); 2438throw new NotSupportedException(SR.RangeActionsNotSupported); 2443throw new NotSupportedException(SR.RangeActionsNotSupported); 2448throw new NotSupportedException(SR.RangeActionsNotSupported); 2457throw new NotSupportedException(SR.Format(SR.UnexpectedCollectionChangeAction, e.Action));
System\Windows\Data\CollectionView.cs (7)
218throw new NotSupportedException(); 1165throw new NotSupportedException(SR.MultiThreadedCollectionChangeNotSupported); 1952throw new NotSupportedException(SR.RangeActionsNotSupported); 1957throw new NotSupportedException(SR.RangeActionsNotSupported); 1964throw new NotSupportedException(SR.RangeActionsNotSupported); 1969throw new NotSupportedException(SR.RangeActionsNotSupported); 1978throw new NotSupportedException(SR.Format(SR.UnexpectedCollectionChangeAction, e.Action));
System\Windows\Data\ListCollectionView.cs (7)
481throw new NotSupportedException(); 2411throw new NotSupportedException(SR.Format(SR.UnexpectedCollectionChangeAction, e.Action)); 2501throw new NotSupportedException(SR.RangeActionsNotSupported); 2506throw new NotSupportedException(SR.RangeActionsNotSupported); 2511throw new NotSupportedException(SR.RangeActionsNotSupported); 2516throw new NotSupportedException(SR.RangeActionsNotSupported); 2525throw new NotSupportedException(SR.Format(SR.UnexpectedCollectionChangeAction, e.Action));
System\Windows\Documents\DocumentSequence.cs (2)
717throw new NotSupportedException(SR.RangeActionsNotSupported); 747throw new NotSupportedException(SR.Format(SR.UnexpectedCollectionChangeAction, args.Action));
System\Windows\Documents\DocumentSequenceTextContainer.cs (3)
595throw new NotSupportedException(SR.RangeActionsNotSupported); 604throw new NotSupportedException(SR.Format(SR.UnexpectedCollectionChangeAction, args.Action)); 634throw new NotSupportedException(SR.Format(SR.UnexpectedCollectionChangeAction, args.Action));
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\Documents\WinRTSpellerInterop.cs (2)
72throw new NotSupportedException(string.Empty, ex); 322throw new NotSupportedException(string.Empty, ex);
System\Windows\FrameworkElementFactory.cs (2)
215throw new NotSupportedException(SR.Format(SR.ModifyingLogicalTreeViaStylesNotImplemented, value, "FrameworkElementFactory.SetValue")); 839throw new NotSupportedException(SR.Format(SR.Template3DValueOnly, propertyValue.Property) );
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\BamlWriter.cs (2)
901throw new NotSupportedException(SR.Format(SR.ParserBamlEvent, eventIdName)); 930throw new NotSupportedException(SR.Format(SR.ParserBamlEvent, eventName));
System\Windows\Markup\DependencyPropertyConverter.cs (5)
156throw new NotSupportedException(SR.Format(SR.ParserCannotConvertPropertyValue, "Property", typeof(DependencyProperty).FullName)); 179throw new NotSupportedException(SR.Format(SR.ParserCannotConvertPropertyValue, "Property", typeof(DependencyProperty).FullName)); 203throw new NotSupportedException(SR.Format(SR.ParserCannotConvertPropertyValue, "Property", typeof(DependencyProperty).FullName)); 223throw new NotSupportedException(SR.Format(SR.ParserCannotConvertPropertyValue, "Property", typeof(DependencyProperty).FullName)); 233throw new NotSupportedException(SR.Format(SR.ParserCannotConvertPropertyValue, "Property", typeof(DependencyProperty).FullName));
System\Windows\Markup\ProvideValueServiceProvider.cs (1)
72set { throw new NotSupportedException(SR.ParserProvideValueCantSetUri); }
System\Windows\Markup\SetterTriggerConditionValueConverter.cs (3)
97throw new NotSupportedException(SR.Format(SR.ParserCannotConvertPropertyValue, "Value", typeof(Object).FullName)); 159throw new NotSupportedException(SR.Format(SR.ParserCannotConvertPropertyValue, "Value", typeof(Object).FullName)); 164throw new NotSupportedException(SR.Format(SR.ParserCannotConvertPropertyValue, "Value", typeof(Object).FullName));
System\Windows\Markup\XamlStream.cs (8)
153throw new NotSupportedException(SR.ParserWriterNoSeekEnd); 297throw new NotSupportedException(SR.ParserWriterNoSeekEnd); 653throw new NotSupportedException(); 662throw new NotSupportedException(); 670throw new NotSupportedException(); 686throw new NotSupportedException(); 850throw new NotSupportedException(); 859throw new NotSupportedException();
System\Windows\ResourceDictionary.cs (1)
284throw new NotSupportedException(SR.NamesNotSupportedInsideResourceDictionary);
System\Windows\Shell\JumpList.cs (1)
368throw new NotSupportedException(SR.JumpList_CantCallUnbalancedEndInit);
System\Windows\TemplateContentLoader.cs (1)
31throw new NotSupportedException(SR.Format(SR.DeferringLoaderNoSave, nameof(TemplateContentLoader)));
PresentationFramework.Fluent (1)
Controls\ViewIsGridViewConverter.cs (1)
23throw new NotSupportedException();
PresentationUI (4)
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
31throw new NotSupportedException(SR.DocumentPropertiesDialogDocumentPropertiesMustExist);
MS\Internal\Documents\Application\RestrictedTransactionalPackage.cs (1)
54throw new NotSupportedException(SR.PackagePartTypeNotWritable);
MS\Internal\Documents\Application\WriteableOnDemandStream.cs (1)
278throw new NotSupportedException(
MS\Internal\Documents\RightsManagementProvider.cs (1)
138throw new NotSupportedException();
ReachFramework (6)
Serialization\ColorTypeConverter.cs (2)
108throw new NotSupportedException(SR.Converter_ConvertFromNotSupported); 146throw new NotSupportedException(SR.Converter_ConvertToNotSupported);
Serialization\FontTypeConverter.cs (2)
106throw new NotSupportedException(SR.Converter_ConvertFromNotSupported); 147throw new NotSupportedException(SR.Converter_ConvertToNotSupported);
Serialization\ImageSourceTypeConverter.cs (2)
112throw new NotSupportedException(SR.Converter_ConvertFromNotSupported); 153throw new NotSupportedException(SR.Converter_ConvertToNotSupported);
Roslyn.Diagnostics.Analyzers (107)
AbstractDoNotCopyValue.cs (1)
1348=> throw new NotSupportedException();
NamedTypeFullNameNotNullSuppressor.cs (1)
64_ => throw new NotSupportedException(),
src\roslyn\src\Compilers\Core\Portable\Collections\SmallDictionary.cs (1)
604throw new NotSupportedException();
src\roslyn\src\Compilers\Core\Portable\Hashing\NonCryptographicHashAlgorithm.cs (1)
348throw new NotSupportedException("GetHashCode not supported");
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\ConsList`1.cs (1)
75throw new NotSupportedException();
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\MultiDictionary.cs (1)
62throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Internal\ThrowHelper.cs (1)
187throw new NotSupportedException(GetResourceString(resource));
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (10)
125set => throw new NotSupportedException(); 131set => throw new NotSupportedException(); 351=> throw new NotSupportedException(); 354=> throw new NotSupportedException(); 357=> throw new NotSupportedException(); 360=> throw new NotSupportedException(); 363=> throw new NotSupportedException(); 366=> throw new NotSupportedException(); 369=> throw new NotSupportedException(); 372=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs (1)
37=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs (2)
37=> throw new NotSupportedException(); 52=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection.cs (3)
51=> throw new NotSupportedException(); 54=> throw new NotSupportedException(); 57=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (7)
62readonly IEnumerable<TKey> IReadOnlyDictionary<TKey, TValue>.Keys => throw new NotSupportedException(); 64readonly IEnumerable<TValue> IReadOnlyDictionary<TKey, TValue>.Values => throw new NotSupportedException(); 66readonly ICollection<TKey> IDictionary<TKey, TValue>.Keys => throw new NotSupportedException(); 68readonly ICollection<TValue> IDictionary<TKey, TValue>.Values => throw new NotSupportedException(); 72readonly ICollection IDictionary.Keys => throw new NotSupportedException(); 74readonly ICollection IDictionary.Values => throw new NotSupportedException(); 80readonly object ICollection.SyncRoot => throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection.cs (3)
51=> throw new NotSupportedException(); 54=> throw new NotSupportedException(); 57=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (8)
371=> throw new NotSupportedException(); 374=> throw new NotSupportedException(); 377=> throw new NotSupportedException(); 380=> throw new NotSupportedException(); 383=> throw new NotSupportedException(); 386=> throw new NotSupportedException(); 389=> throw new NotSupportedException(); 392=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (12)
105set => throw new NotSupportedException(); 111set => throw new NotSupportedException(); 646=> throw new NotSupportedException(); 649=> throw new NotSupportedException(); 652=> throw new NotSupportedException(); 655=> throw new NotSupportedException(); 658=> throw new NotSupportedException(); 661=> throw new NotSupportedException(); 664=> throw new NotSupportedException(); 679=> throw new NotSupportedException(); 682=> throw new NotSupportedException(); 685=> throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
47readonly object ICollection.SyncRoot => throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray.cs (3)
71throw new NotSupportedException(); 166throw new NotSupportedException(); 233throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (9)
193throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 198throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 214throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 271throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 276throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 281throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 286throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 291throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 296throw new NotSupportedException(SR.NotSupported_FixedSizeCollection);
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Collection.cs (3)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 49throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Dictionary.cs (4)
33throw new NotSupportedException(); 54throw new NotSupportedException(); 75throw new NotSupportedException(); 80throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.List.cs (3)
38throw new NotSupportedException(); 43throw new NotSupportedException(); 55throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Set.cs (5)
27throw new NotSupportedException(); 32throw new NotSupportedException(); 37throw new NotSupportedException(); 72throw new NotSupportedException(); 77throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Collection.cs (3)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 56throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Set.cs (5)
26throw new NotSupportedException(); 31throw new NotSupportedException(); 36throw new NotSupportedException(); 71throw new NotSupportedException(); 76throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Singleton.Collection`1.cs (6)
28throw new NotSupportedException(); 33throw new NotSupportedException(); 52throw new NotSupportedException(); 79throw new NotSupportedException(); 95throw new NotSupportedException(); 100throw new NotSupportedException();
src\roslyn\src\Dependencies\Contracts\EqualityComparerExtensions.cs (1)
39getHashCode ??= _ => throw new NotSupportedException();
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\CodeAnalysisMetricData.cs (2)
281_ => throw new NotSupportedException(), 319_ => throw new NotSupportedException(),
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\RoslynHashCode.cs (2)
435public override readonly int GetHashCode() => throw new NotSupportedException(SR.HashCode_HashCodeNotSupported); 439public override readonly bool Equals(object? obj) => throw new NotSupportedException(SR.HashCode_EqualityNotSupported);
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\SmallDictionary.cs (1)
718throw new NotSupportedException();
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Options\EditorConfigValueSerializer`1.cs (2)
20parseValue: _ => throw new NotSupportedException("Option does not support serialization to editorconfig format"), 21serializeValue: _ => throw new NotSupportedException("Option does not support serialization to editorconfig format"));
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\ConcatImmutableArray`1.cs (1)
58=> throw new NotSupportedException();
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SerializableBytes.cs (2)
269=> throw new NotSupportedException(); 272=> throw new NotSupportedException();
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationAbstractNamedTypeSymbol.cs (1)
131public TypeLayout TypeLayout => throw new NotSupportedException("TypeLayout property is not supported on this symbol.");
Roslyn.Diagnostics.CSharp.Analyzers (5)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeStyle\CSharpCodeStyleOptions_Parsing.cs (5)
44_ => throw new NotSupportedException(), 59_ => throw new NotSupportedException(), 74_ => throw new NotSupportedException(), 88_ => throw new NotSupportedException(string.Format(CSharpCompilerExtensionsResources.EditorConfig_option_0_contains_unrecognized_value_1, "csharp_style_namespace_declarations", value)), 102_ => throw new NotSupportedException(),
rzc (2)
Json\JsonDataReader.cs (1)
133throw new NotSupportedException(
Json\JsonDataWriter.cs (1)
130throw new NotSupportedException();
ScenarioTests.Common.Tests (8)
ScenarioTestTypes.cs (8)
207throw new NotSupportedException("Synchronously sending is not supported."); 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 (42)
System\Collections\Generic\OrderedDictionary.cs (24)
1573set => throw new NotSupportedException(); 1580set => throw new NotSupportedException(); 1602void ICollection<TKey>.Add(TKey item) => throw new NotSupportedException(); 1605void ICollection<TKey>.Clear() => throw new NotSupportedException(); 1608void IList<TKey>.Insert(int index, TKey item) => throw new NotSupportedException(); 1611bool ICollection<TKey>.Remove(TKey item) => throw new NotSupportedException(); 1614void IList<TKey>.RemoveAt(int index) => throw new NotSupportedException(); 1617int IList.Add(object? value) => throw new NotSupportedException(); 1620void IList.Clear() => throw new NotSupportedException(); 1626void IList.Insert(int index, object? value) => throw new NotSupportedException(); 1629void IList.Remove(object? value) => throw new NotSupportedException(); 1632void IList.RemoveAt(int index) => throw new NotSupportedException(); 1719set => throw new NotSupportedException(); 1729set => throw new NotSupportedException(); 1763void ICollection<TValue>.Add(TValue item) => throw new NotSupportedException(); 1766void ICollection<TValue>.Clear() => throw new NotSupportedException(); 1769void IList<TValue>.Insert(int index, TValue item) => throw new NotSupportedException(); 1772bool ICollection<TValue>.Remove(TValue item) => throw new NotSupportedException(); 1775void IList<TValue>.RemoveAt(int index) => throw new NotSupportedException(); 1778int IList.Add(object? value) => throw new NotSupportedException(); 1781void IList.Clear() => throw new NotSupportedException(); 1823void IList.Insert(int index, object? value) => throw new NotSupportedException(); 1826void IList.Remove(object? value) => throw new NotSupportedException(); 1829void IList.RemoveAt(int index) => throw new NotSupportedException();
System\Collections\Generic\SortedDictionary.cs (6)
599throw new NotSupportedException(SR.NotSupported_KeyCollectionSet); 604throw new NotSupportedException(SR.NotSupported_KeyCollectionSet); 614throw new NotSupportedException(SR.NotSupported_KeyCollectionSet); 760throw new NotSupportedException(SR.NotSupported_ValueCollectionSet); 765throw new NotSupportedException(SR.NotSupported_ValueCollectionSet); 775throw new NotSupportedException(SR.NotSupported_ValueCollectionSet);
System\Collections\Generic\SortedList.cs (12)
1033throw new NotSupportedException(SR.NotSupported_SortedListNestedWrite); 1038throw new NotSupportedException(SR.NotSupported_SortedListNestedWrite); 1070throw new NotSupportedException(SR.NotSupported_SortedListNestedWrite); 1081throw new NotSupportedException(SR.NotSupported_KeyCollectionSet); 1103throw new NotSupportedException(SR.NotSupported_SortedListNestedWrite); 1109throw new NotSupportedException(SR.NotSupported_SortedListNestedWrite); 1147throw new NotSupportedException(SR.NotSupported_SortedListNestedWrite); 1152throw new NotSupportedException(SR.NotSupported_SortedListNestedWrite); 1184throw new NotSupportedException(SR.NotSupported_SortedListNestedWrite); 1195throw new NotSupportedException(SR.NotSupported_SortedListNestedWrite); 1212throw new NotSupportedException(SR.NotSupported_SortedListNestedWrite); 1218throw new NotSupportedException(SR.NotSupported_SortedListNestedWrite);
System.Collections.Concurrent (7)
System\Collections\Concurrent\BlockingCollection.cs (1)
133throw new NotSupportedException(SR.ConcurrentCollection_SyncRoot_NotSupported);
System\Collections\Concurrent\ConcurrentBag.cs (1)
591get { throw new NotSupportedException(SR.ConcurrentCollection_SyncRoot_NotSupported); }
System\Collections\Concurrent\ConcurrentStack.cs (1)
184throw new NotSupportedException(SR.ConcurrentCollection_SyncRoot_NotSupported);
System\Collections\Concurrent\OrderablePartitioner.cs (1)
128throw new NotSupportedException(SR.Partitioner_DynamicPartitionsNotSupported);
System\Collections\Concurrent\Partitioner.cs (1)
96throw new NotSupportedException(SR.Partitioner_DynamicPartitionsNotSupported);
System\Collections\Concurrent\PartitionerStatic.cs (2)
388throw new NotSupportedException(); 1438throw new NotSupportedException();
System.Collections.Immutable (98)
System\Collections\Frozen\FrozenDictionary.cs (10)
485set => throw new NotSupportedException(); 581set => throw new NotSupportedException(); 649void IDictionary<TKey, TValue>.Add(TKey key, TValue value) => throw new NotSupportedException(); 652void ICollection<KeyValuePair<TKey, TValue>>.Add(KeyValuePair<TKey, TValue> item) => throw new NotSupportedException(); 655void IDictionary.Add(object key, object? value) => throw new NotSupportedException(); 658bool IDictionary<TKey, TValue>.Remove(TKey key) => throw new NotSupportedException(); 661bool ICollection<KeyValuePair<TKey, TValue>>.Remove(KeyValuePair<TKey, TValue> item) => throw new NotSupportedException(); 664void IDictionary.Remove(object key) => throw new NotSupportedException(); 667void ICollection<KeyValuePair<TKey, TValue>>.Clear() => throw new NotSupportedException(); 670void IDictionary.Clear() => throw new NotSupportedException();
System\Collections\Frozen\FrozenSet.cs (8)
401bool ISet<T>.Add(T item) => throw new NotSupportedException(); 404void ISet<T>.ExceptWith(IEnumerable<T> other) => throw new NotSupportedException(); 407void ISet<T>.IntersectWith(IEnumerable<T> other) => throw new NotSupportedException(); 410void ISet<T>.SymmetricExceptWith(IEnumerable<T> other) => throw new NotSupportedException(); 413void ISet<T>.UnionWith(IEnumerable<T> other) => throw new NotSupportedException(); 416void ICollection<T>.Add(T item) => throw new NotSupportedException(); 419void ICollection<T>.Clear() => throw new NotSupportedException(); 422bool ICollection<T>.Remove(T item) => throw new NotSupportedException();
System\Collections\Immutable\ImmutableArray_1.cs (13)
32set { throw new NotSupportedException(); } 1045throw new NotSupportedException(); 1050throw new NotSupportedException(); 1055throw new NotSupportedException(); 1060throw new NotSupportedException(); 1065throw new NotSupportedException(); 1198throw new NotSupportedException(); 1207throw new NotSupportedException(); 1261throw new NotSupportedException(); 1322get { throw new NotSupportedException(); } 1332throw new NotSupportedException(); 1342throw new NotSupportedException(); 1363set { throw new NotSupportedException(); }
System\Collections\Immutable\ImmutableDictionary_2.cs (10)
266set { throw new NotSupportedException(); } 577throw new NotSupportedException(); 594throw new NotSupportedException(); 603throw new NotSupportedException(); 608throw new NotSupportedException(); 613throw new NotSupportedException(); 692throw new NotSupportedException(); 724throw new NotSupportedException(); 735set { throw new NotSupportedException(); } 744throw new NotSupportedException();
System\Collections\Immutable\ImmutableDictionary_2.HashBucket.cs (2)
118throw new NotSupportedException(); 127throw new NotSupportedException();
System\Collections\Immutable\ImmutableHashSet_1.cs (8)
442throw new NotSupportedException(); 450throw new NotSupportedException(); 458throw new NotSupportedException(); 466throw new NotSupportedException(); 474throw new NotSupportedException(); 509throw new NotSupportedException(); 517throw new NotSupportedException(); 525throw new NotSupportedException();
System\Collections\Immutable\ImmutableHashSet_1.HashBucket.cs (2)
87throw new NotSupportedException(); 96throw new NotSupportedException();
System\Collections\Immutable\ImmutableHashSet_1.HashBucketByRefEqualityComparer.cs (1)
40public int GetHashCode(HashBucket obj) => throw new NotSupportedException();
System\Collections\Immutable\ImmutableHashSet_1.HashBucketByValueEqualityComparer.cs (1)
49public int GetHashCode(HashBucket obj) => throw new NotSupportedException();
System\Collections\Immutable\ImmutableList_1.cs (12)
926void IList<T>.Insert(int index, T item) => throw new NotSupportedException(); 933void IList<T>.RemoveAt(int index) => throw new NotSupportedException(); 943set => throw new NotSupportedException(); 955void ICollection<T>.Add(T item) => throw new NotSupportedException(); 961void ICollection<T>.Clear() => throw new NotSupportedException(); 976bool ICollection<T>.Remove(T item) => throw new NotSupportedException(); 999int IList.Add(object? value) => throw new NotSupportedException(); 1006void IList.RemoveAt(int index) => throw new NotSupportedException(); 1012void IList.Clear() => throw new NotSupportedException(); 1038void IList.Insert(int index, object? value) => throw new NotSupportedException(); 1058void IList.Remove(object? value) => throw new NotSupportedException(); 1073set => throw new NotSupportedException();
System\Collections\Immutable\ImmutableSortedDictionary_2.cs (10)
220set { throw new NotSupportedException(); } 482throw new NotSupportedException(); 499throw new NotSupportedException(); 508throw new NotSupportedException(); 513throw new NotSupportedException(); 518throw new NotSupportedException(); 589throw new NotSupportedException(); 621throw new NotSupportedException(); 632set { throw new NotSupportedException(); } 641throw new NotSupportedException();
System\Collections\Immutable\ImmutableSortedSet_1.cs (17)
698throw new NotSupportedException(); 706throw new NotSupportedException(); 714throw new NotSupportedException(); 722throw new NotSupportedException(); 730throw new NotSupportedException(); 758throw new NotSupportedException(); 766throw new NotSupportedException(); 774throw new NotSupportedException(); 787set { throw new NotSupportedException(); } 795throw new NotSupportedException(); 803throw new NotSupportedException(); 869throw new NotSupportedException(); 878throw new NotSupportedException(); 928throw new NotSupportedException(); 938throw new NotSupportedException(); 948throw new NotSupportedException(); 962set { throw new NotSupportedException(); }
System\Collections\Immutable\KeysOrValuesCollectionAccessor.cs (4)
71throw new NotSupportedException(); 79throw new NotSupportedException(); 107throw new NotSupportedException(); 214throw new NotSupportedException();
System.Collections.NonGeneric (12)
System\Collections\SortedList.cs (12)
924throw new NotSupportedException(SR.NotSupported_SortedListNestedWrite); 930throw new NotSupportedException(SR.NotSupported_SortedListNestedWrite); 949throw new NotSupportedException(SR.NotSupported_SortedListNestedWrite); 960throw new NotSupportedException(SR.NotSupported_KeyCollectionSet); 981throw new NotSupportedException(SR.NotSupported_SortedListNestedWrite); 986throw new NotSupportedException(SR.NotSupported_SortedListNestedWrite); 1028throw new NotSupportedException(SR.NotSupported_SortedListNestedWrite); 1033throw new NotSupportedException(SR.NotSupported_SortedListNestedWrite); 1052throw new NotSupportedException(SR.NotSupported_SortedListNestedWrite); 1063throw new NotSupportedException(SR.NotSupported_SortedListNestedWrite); 1079throw new NotSupportedException(SR.NotSupported_SortedListNestedWrite); 1084throw new NotSupportedException(SR.NotSupported_SortedListNestedWrite);
System.Collections.Specialized (22)
System\Collections\Specialized\NameObjectCollectionBase.cs (6)
174throw new NotSupportedException(SR.CollectionReadOnly); 203throw new NotSupportedException(SR.CollectionReadOnly); 240throw new NotSupportedException(SR.CollectionReadOnly); 267throw new NotSupportedException(SR.CollectionReadOnly); 295throw new NotSupportedException(SR.CollectionReadOnly); 341throw new NotSupportedException(SR.CollectionReadOnly);
System\Collections\Specialized\NameValueCollection.cs (3)
190throw new NotSupportedException(SR.CollectionReadOnly); 259throw new NotSupportedException(SR.CollectionReadOnly); 305throw new NotSupportedException(SR.CollectionReadOnly);
System\Collections\Specialized\OrderedDictionary.cs (13)
162throw new NotSupportedException(SR.OrderedDictionary_ReadOnly); 193throw new NotSupportedException(SR.OrderedDictionary_ReadOnly); 228throw new NotSupportedException(SR.OrderedDictionary_ReadOnly); 243throw new NotSupportedException(SR.OrderedDictionary_ReadOnly); 314throw new NotSupportedException(SR.OrderedDictionary_ReadOnly); 331throw new NotSupportedException(SR.OrderedDictionary_ReadOnly); 349throw new NotSupportedException(SR.OrderedDictionary_ReadOnly); 638set => throw new NotSupportedException(GetNotSupportedErrorMessage()); 643throw new NotSupportedException(GetNotSupportedErrorMessage()); 648throw new NotSupportedException(GetNotSupportedErrorMessage()); 653throw new NotSupportedException(GetNotSupportedErrorMessage()); 658throw new NotSupportedException(GetNotSupportedErrorMessage()); 663throw new NotSupportedException(GetNotSupportedErrorMessage());
System.CommandLine (3)
Help\HelpBuilder.cs (1)
423throw new NotSupportedException($"Symbol type {symbol.GetType()} is not supported.");
Help\HelpBuilderExtensions.cs (1)
27throw new NotSupportedException();
Parsing\ArgumentResult.cs (1)
87throw new NotSupportedException($"{nameof(OnlyTake)} is supported only for a {nameof(Command)}-owned {nameof(ArgumentResult)}");
System.ComponentModel.Composition (2)
System\ComponentModel\Composition\MetadataViewGenerator.cs (1)
308throw new NotSupportedException(SR.Format(
System\ComponentModel\Composition\MetadataViewProvider.cs (1)
41throw new NotSupportedException(SR.Format(SR.NotSupportedInterfaceMetadataView, metadataViewType.FullName), ex);
System.ComponentModel.TypeConverter (30)
System\ComponentModel\BindingList.cs (4)
217throw new NotSupportedException(); 416throw new NotSupportedException(); 423throw new NotSupportedException(); 430throw new NotSupportedException();
System\ComponentModel\Design\DesignerOptionService.cs (6)
345set => throw new NotSupportedException(); 351int IList.Add(object? value) => throw new NotSupportedException(); 356void IList.Clear() => throw new NotSupportedException(); 379void IList.Insert(int index, object? value) => throw new NotSupportedException(); 384void IList.Remove(object? value) => throw new NotSupportedException(); 389void IList.RemoveAt(int index) => throw new NotSupportedException();
System\ComponentModel\Design\DesigntimeLicenseContextSerializer.cs (1)
159throw new NotSupportedException(SR.BinaryFormatterMessage);
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\ComponentModel\ToolboxItemAttribute.cs (1)
47throw new NotSupportedException(SR.IDesignerHostNotSupported);
System\ComponentModel\TypeConverter.cs (2)
195throw new NotSupportedException(SR.Format(SR.ConvertFromException, GetType().Name, valueTypeName)); 205throw new NotSupportedException(SR.Format(SR.ConvertToException, GetType().Name, valueTypeName, destinationType.FullName));
System\ComponentModel\TypeDescriptor.cs (3)
1757throw new NotSupportedException(SR.ComObjectDescriptorsNotSupported); 1766throw new NotSupportedException(SR.ComObjectDescriptorsNotSupported); 3051throw new NotSupportedException(SR.ComObjectDescriptorsNotSupported);
System.Configuration.ConfigurationManager (12)
System\Configuration\Provider\ProviderCollection.cs (3)
39throw new NotSupportedException(SR.CollectionReadOnly); 53throw new NotSupportedException(SR.CollectionReadOnly); 67throw new NotSupportedException(SR.CollectionReadOnly);
System\Configuration\SettingsProperty.cs (1)
52throw new NotSupportedException(Obsoletions.BinaryFormatterMessage);
System\Configuration\SettingsPropertyCollection.cs (3)
21throw new NotSupportedException(); 39throw new NotSupportedException(); 85throw new NotSupportedException();
System\Configuration\SettingsPropertyValue.cs (3)
115throw new NotSupportedException(Obsoletions.BinaryFormatterMessage); 201throw new NotSupportedException(Obsoletions.BinaryFormatterMessage); 242throw new NotSupportedException(Obsoletions.BinaryFormatterMessage);
System\Configuration\SettingsPropertyValueCollection.cs (2)
23throw new NotSupportedException(); 41throw new NotSupportedException();
System.Console (3)
System\IO\Error.cs (3)
15return new NotSupportedException(SR.NotSupported_UnreadableStream); 20return new NotSupportedException(SR.NotSupported_UnseekableStream); 25return new NotSupportedException(SR.NotSupported_UnwritableStream);
System.Data.Common (23)
src\runtime\src\libraries\Common\src\System\Data\Common\AdapterUtil.cs (2)
118NotSupportedException e = new NotSupportedException(); 125NotSupportedException e = new NotSupportedException(error);
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\DataSet.cs (3)
3518throw new NotSupportedException(SR.DataSet_XmlSerializationUnsupported); 3548throw new NotSupportedException(SR.DataSet_XmlSerializationUnsupported); 3592throw new NotSupportedException(SR.DataSet_XmlSerializationUnsupported);
System\Data\DataSetUtil.cs (1)
45return new NotSupportedException(message);
System\Data\DataTable.cs (3)
6713throw new NotSupportedException(SR.DataSet_XmlSerializationUnsupported); 6748throw new NotSupportedException(SR.DataSet_XmlSerializationUnsupported); 6774throw new NotSupportedException(SR.DataSet_XmlSerializationUnsupported);
System\Data\DataViewManager.cs (1)
23private static readonly NotSupportedException s_notSupported = new NotSupportedException();
System\Data\SQLTypes\SqlXml.cs (3)
505throw new NotSupportedException(SQLResource.InvalidOpStreamNonSeekable(method)); 511throw new NotSupportedException(SQLResource.InvalidOpStreamNonReadable(method)); 517throw new NotSupportedException(SQLResource.InvalidOpStreamNonWritable(method));
System\Xml\XmlDataDocument.cs (3)
384throw new NotSupportedException(SR.DataDom_NotSupport_EntRef); 1332throw new NotSupportedException(SR.DataDom_NotSupport_Clear); 3023throw new NotSupportedException(SR.DataDom_NotSupport_GetElementById);
System.Data.Odbc (2)
src\runtime\src\libraries\Common\src\System\Data\Common\AdapterUtil.cs (2)
118NotSupportedException e = new NotSupportedException(); 125NotSupportedException e = new NotSupportedException(error);
System.Data.OleDb (5)
ColumnBinding.cs (1)
1046throw new NotSupportedException(SR.PlatformNotSupported_GetIDispatchForObject);
DbConnectionStringCommon.cs (3)
64throw new NotSupportedException(); 69throw new NotSupportedException(); 79throw new NotSupportedException();
System\Data\Common\AdapterUtil.cs (1)
148NotSupportedException e = new NotSupportedException();
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\DiagLinkedList.cs (1)
300public void Reset() => throw new NotSupportedException();
System.Diagnostics.EventLog (1)
System\Diagnostics\Reader\UnsafeNativeMethods.cs (1)
413throw new NotSupportedException();
System.Diagnostics.PerformanceCounter (1)
System\Diagnostics\PerformanceCounter.cs (1)
441throw new NotSupportedException(SR.PCNotSupportedUnderAppContainer);
System.Diagnostics.Process (2)
System\Diagnostics\Process.cs (1)
948throw new NotSupportedException(SR.NotSupportedRemote);
System\Diagnostics\ProcessThread.cs (1)
157throw new NotSupportedException(SR.NotSupportedRemoteThread);
System.DirectoryServices (23)
System\DirectoryServices\ActiveDirectory\ActiveDirectoryInterSiteTransport.cs (1)
87throw new NotSupportedException(SR.NotSupportTransportSMTP);
System\DirectoryServices\ActiveDirectory\ActiveDirectorySite.cs (1)
757throw new NotSupportedException(SR.NotSupportTransportSMTP);
System\DirectoryServices\ActiveDirectory\ActiveDirectorySiteLink.cs (2)
91throw new NotSupportedException(SR.NotSupportTransportSMTP); 180throw new NotSupportedException(SR.NotSupportTransportSMTP);
System\DirectoryServices\ActiveDirectory\ActiveDirectorySiteLinkBridge.cs (2)
78throw new NotSupportedException(SR.NotSupportTransportSMTP); 168throw new NotSupportedException(SR.NotSupportTransportSMTP);
System\DirectoryServices\ActiveDirectory\ApplicationPartition.cs (5)
510throw new NotSupportedException(SR.OperationInvalidForADAM); 530throw new NotSupportedException(SR.OperationInvalidForADAM); 780throw new NotSupportedException(SR.PropertyInvalidForADAM); 814throw new NotSupportedException(SR.PropertyInvalidForADAM); 883throw new NotSupportedException(SR.OneLevelPartitionNotSupported);
System\DirectoryServices\ActiveDirectory\ReplicationConnection.cs (1)
178throw new NotSupportedException(SR.NotSupportTransportSMTP);
System\DirectoryServices\ActiveDirectory\TrustHelper.cs (1)
397throw new NotSupportedException(SR.TrustVerificationNotSupport);
System\DirectoryServices\DirectoryEntry.cs (2)
1083throw new NotSupportedException(SR.DSPropertyListUnsupported); 1110throw new NotSupportedException(SR.DSMultipleSDNotSupported);
System\DirectoryServices\DirectorySearcher.cs (1)
615throw new NotSupportedException(SR.Format(SR.DSSearchUnsupported, SearchRoot.Path));
System\DirectoryServices\PropertyCollection.cs (6)
55throw new NotSupportedException(SR.DSCannotCount); 103throw new NotSupportedException(SR.DSCannotEmunerate); 120set => throw new NotSupportedException(SR.DSPropertySetSupported); 131throw new NotSupportedException(SR.DSAddNotSupported); 136throw new NotSupportedException(SR.DSClearNotSupported); 143throw new NotSupportedException(SR.DSRemoveNotSupported);
System\DirectoryServices\PropertyValueCollection.cs (1)
54throw new NotSupportedException();
System.DirectoryServices.AccountManagement (8)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (1)
931throw new NotSupportedException(SR.ADStoreCtxNoComputerPasswordChange);
System\DirectoryServices\AccountManagement\AuthZSet.cs (2)
200throw new NotSupportedException(SR.AuthZNotSupported, e); 203throw new NotSupportedException(SR.AuthZNotSupported, e);
System\DirectoryServices\AccountManagement\Principal.cs (2)
782throw new NotSupportedException(SR.ExtensionInvalidClassDefinitionConstructor); 789throw new NotSupportedException(SR.ExtensionInvalidClassDefinitionConstructor);
System\DirectoryServices\AccountManagement\SAM\SAMQuerySet.cs (1)
266throw new NotSupportedException(
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx.cs (2)
548throw new NotSupportedException(SR.StoreNotSupportMethod); 554throw new NotSupportedException(SR.StoreNotSupportMethod);
System.DirectoryServices.Protocols (5)
System\DirectoryServices\Protocols\common\DirectoryAttribute.cs (2)
84throw new NotSupportedException(SR.DirectoryAttributeConversion); 108throw new NotSupportedException(SR.DirectoryAttributeConversion);
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (3)
204throw new NotSupportedException(SR.DsmlAuthRequestNotSupported); 279throw new NotSupportedException(SR.PartialResultsNotSupported); 753throw new NotSupportedException(SR.InvliadRequestType);
System.Formats.Cbor (1)
src\runtime\src\libraries\Common\src\System\Memory\PointerMemoryManager.cs (1)
28throw new NotSupportedException();
System.Formats.Nrbf (2)
System\Formats\Nrbf\Utils\BinaryReaderExtensions.cs (1)
46throw new NotSupportedException(SR.NotSupported_NonZeroOffsets);
System\Formats\Nrbf\Utils\ThrowHelper.cs (1)
56throw new NotSupportedException(SR.Format(SR.NotSupported_RecordType, recordType));
System.Formats.Tar (10)
src\runtime\src\libraries\Common\src\System\IO\SubReadStream.cs (5)
65throw new NotSupportedException(SR.IO_NotSupported_UnseekableStream); 166throw new NotSupportedException(SR.IO_NotSupported_UnreadableStream); 248throw new NotSupportedException(SR.IO_NotSupported_UnseekableStream); 270public override void SetLength(long value) => throw new NotSupportedException(SR.IO_NotSupported_UnwritableStream); 272public override void Write(byte[] buffer, int offset, int count) => throw new NotSupportedException(SR.IO_NotSupported_UnwritableStream);
System\Formats\Tar\GnuSparseStream.cs (4)
124throw new NotSupportedException(SR.IO_NotSupported_UnseekableStream); 138throw new NotSupportedException(SR.IO_NotSupported_UnseekableStream); 562public override void SetLength(long value) => throw new NotSupportedException(SR.IO_NotSupported_UnwritableStream); 564public override void Write(byte[] buffer, int offset, int count) => throw new NotSupportedException(SR.IO_NotSupported_UnwritableStream);
System\Formats\Tar\TarHeader.Read.cs (1)
478TarEntryType.SparseFile => throw new NotSupportedException(SR.Format(SR.TarEntryTypeNotSupported, header._typeFlag)),
System.IO.Compression (96)
src\runtime\src\libraries\Common\src\System\IO\SubReadStream.cs (5)
65throw new NotSupportedException(SR.IO_NotSupported_UnseekableStream); 166throw new NotSupportedException(SR.IO_NotSupported_UnreadableStream); 248throw new NotSupportedException(SR.IO_NotSupported_UnseekableStream); 270public override void SetLength(long value) => throw new NotSupportedException(SR.IO_NotSupported_UnwritableStream); 272public override void Write(byte[] buffer, int offset, int count) => throw new NotSupportedException(SR.IO_NotSupported_UnwritableStream);
System\IO\Compression\DeflateManaged\DeflateManagedStream.cs (5)
63get { throw new NotSupportedException(SR.NotSupported); } 68get { throw new NotSupportedException(SR.NotSupported); } 69set { throw new NotSupportedException(SR.NotSupported); } 87throw new NotSupportedException(SR.NotSupported); 92throw new NotSupportedException(SR.NotSupported);
System\IO\Compression\DeflateZLib\DeflateStream.cs (13)
201get { throw new NotSupportedException(SR.NotSupported); } 206get { throw new NotSupportedException(SR.NotSupported); } 207set { throw new NotSupportedException(SR.NotSupported); } 264throw new NotSupportedException(SR.NotSupported); 269throw new NotSupportedException(SR.NotSupported); 894if (!CanRead) throw new NotSupportedException(); 904if (!CanRead) throw new NotSupportedException(); 1114public override long Length { get { throw new NotSupportedException(); } } 1115public override long Position { get { throw new NotSupportedException(); } set { throw new NotSupportedException(); } } 1116public override int Read(byte[] buffer, int offset, int count) { throw new NotSupportedException(); } 1117public override long Seek(long offset, SeekOrigin origin) { throw new NotSupportedException(); } 1118public override void SetLength(long value) { throw new NotSupportedException(); }
System\IO\Compression\GZipStream.cs (5)
60get { throw new NotSupportedException(SR.NotSupported); } 65get { throw new NotSupportedException(SR.NotSupported); } 66set { throw new NotSupportedException(SR.NotSupported); } 77throw new NotSupportedException(SR.NotSupported); 82throw new NotSupportedException(SR.NotSupported);
System\IO\Compression\PositionPreservingWriteOnlyStreamWrapper.cs (7)
30set { throw new NotSupportedException(SR.NotSupported); } 100get { throw new NotSupportedException(SR.NotSupported); } 105throw new NotSupportedException(SR.NotSupported); 110throw new NotSupportedException(SR.NotSupported); 113public override int Read(byte[] buffer, int offset, int count) => throw new NotSupportedException(SR.NotSupported); 115public override Task<int> ReadAsync(byte[] buffer, int offset, int count, CancellationToken cancellationToken) => throw new NotSupportedException(SR.NotSupported); 117public override ValueTask<int> ReadAsync(Memory<byte> buffer, CancellationToken cancellationToken = default) => throw new NotSupportedException(SR.NotSupported);
System\IO\Compression\WinZipAesStream.cs (7)
373throw new NotSupportedException(SR.ReadingNotSupported); 499throw new NotSupportedException(SR.WritingNotSupported); 651public override long Length => throw new NotSupportedException(); 655get => throw new NotSupportedException(); 656set => throw new NotSupportedException(); 671public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(); 672public override void SetLength(long value) => throw new NotSupportedException();
System\IO\Compression\ZipArchive.cs (3)
234throw new NotSupportedException(SR.EntriesInCreateMode); 399throw new NotSupportedException(SR.EntriesInCreateMode); 488throw new NotSupportedException(SR.CreateInReadMode);
System\IO\Compression\ZipArchiveEntry.Async.cs (5)
231throw new NotSupportedException(SR.UnsupportedEncryptionMethod); 261throw new NotSupportedException(SR.UnsupportedEncryptionMethod); 312throw new NotSupportedException(SR.UnsupportedEncryptionMethod); 520throw new NotSupportedException(SR.UnsupportedEncryptionMethod); 562throw new NotSupportedException(SR.UnsupportedEncryptionMethod);
System\IO\Compression\ZipArchiveEntry.cs (12)
370throw new NotSupportedException(SR.ReadOnlyArchive); 442throw new NotSupportedException(SR.DeleteOnlyInUpdate); 1083throw new NotSupportedException(SR.UnsupportedEncryptionMethod); 1114throw new NotSupportedException(SR.UnsupportedEncryptionMethod); 1272throw new NotSupportedException(SR.UnsupportedEncryptionMethod); 2252throw new NotSupportedException(SR.SeekingNotSupported); 2265throw new NotSupportedException(SR.SeekingNotSupported); 2284throw new NotSupportedException(SR.ReadingNotSupported); 2290throw new NotSupportedException(SR.ReadingNotSupported); 2296throw new NotSupportedException(SR.ReadingNotSupported); 2302throw new NotSupportedException(SR.SeekingNotSupported); 2308throw new NotSupportedException(SR.SetLengthRequiresSeekingAndWriting);
System\IO\Compression\ZipCryptoStream.cs (9)
270public override long Length => throw new NotSupportedException(); 273get => throw new NotSupportedException(); 274set => throw new NotSupportedException(); 293throw new NotSupportedException(SR.ReadingNotSupported); 302public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(); 303public override void SetLength(long value) => throw new NotSupportedException(); 316throw new NotSupportedException(SR.WritingNotSupported); 399throw new NotSupportedException(SR.ReadingNotSupported); 425throw new NotSupportedException(SR.WritingNotSupported);
System\IO\Compression\ZipCustomStreams.cs (15)
82throw new NotSupportedException(SR.ReadingNotSupported); 88throw new NotSupportedException(SR.WritingNotSupported); 94throw new NotSupportedException(SR.SeekingNotSupported); 305throw new NotSupportedException(SR.SeekingNotSupported); 319throw new NotSupportedException(SR.SeekingNotSupported); 338throw new NotSupportedException(SR.ReadingNotSupported); 344throw new NotSupportedException(SR.ReadingNotSupported); 350throw new NotSupportedException(SR.ReadingNotSupported); 356throw new NotSupportedException(SR.SeekingNotSupported); 362throw new NotSupportedException(SR.SetLengthRequiresSeekingAndWriting); 679throw new NotSupportedException(SR.WritingNotSupported); 685throw new NotSupportedException(SR.WritingNotSupported); 691throw new NotSupportedException(SR.WritingNotSupported); 718throw new NotSupportedException(SR.SetLengthRequiresSeekingAndWriting); 733throw new NotSupportedException(SR.SeekingNotSupported);
System\IO\Compression\ZLibStream.cs (5)
75public override long Length => throw new NotSupportedException(); 80get => throw new NotSupportedException(); 81set => throw new NotSupportedException(); 101public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(); 104public override void SetLength(long value) => throw new NotSupportedException();
System\IO\Compression\Zstandard\ZstandardStream.cs (5)
137public override long Length => throw new NotSupportedException(); 143get => throw new NotSupportedException(); 144set => throw new NotSupportedException(); 152public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(); 157public override void SetLength(long value) => throw new NotSupportedException();
System.IO.Compression.Brotli (5)
System\IO\Compression\BrotliStream.cs (5)
189public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(); 193public override long Length => throw new NotSupportedException(); 199get => throw new NotSupportedException(); 200set => throw new NotSupportedException(); 204public override void SetLength(long value) => throw new NotSupportedException();
System.IO.FileSystem.Watcher (2)
System\IO\FileSystemWatcher.cs (2)
736throw new NotSupportedException(); 762throw new NotSupportedException();
System.IO.Hashing (7)
System\IO\Hashing\NonCryptographicHashAlgorithm.cs (7)
300throw new NotSupportedException(SR.NotSupported_GetHashCode); 353public override long Length => throw new NotSupportedException(); 355public override long Position { get => throw new NotSupportedException(); set => throw new NotSupportedException(); } 357public override int Read(byte[] buffer, int offset, int count) => throw new NotSupportedException(); 359public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(); 361public override void SetLength(long value) => throw new NotSupportedException();
System.IO.IsolatedStorage (1)
System\IO\IsolatedStorage\IsolatedStorageFile.cs (1)
474throw new NotSupportedException(SR.IsolatedStorage_NotValidOnDesktop);
System.IO.MemoryMappedFiles (1)
System\IO\MemoryMappedFiles\MemoryMappedViewStream.cs (1)
29throw new NotSupportedException(SR.NotSupported_MMViewStreamsFixedLength);
System.IO.Packaging (7)
System\IO\Packaging\InterleavedZipPackagePartStream.cs (5)
88throw new NotSupportedException(SR.ReadNotSupported); 193throw new NotSupportedException(SR.SeekNotSupported); 244throw new NotSupportedException(SR.StreamDoesNotSupportWrite); 248throw new NotSupportedException(SR.SeekNotSupported); 302throw new NotSupportedException(SR.WriteNotSupported);
System\IO\Packaging\Package.cs (1)
869throw new NotSupportedException(SR.UnsupportedCombinationOfModeAccess);
System\IO\Packaging\PackagePart.cs (1)
246throw new NotSupportedException(SR.GetContentTypeCoreNotImplemented);
System.IO.Pipelines (15)
src\runtime\src\libraries\Common\src\System\IO\StreamHelpers.CopyValidation.cs (2)
33throw new NotSupportedException(SR.NotSupported_UnreadableStream); 38throw new NotSupportedException(SR.NotSupported_UnwritableStream);
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\IO\Pipelines\ThrowHelper.cs (1)
90public static NotSupportedException CreateNotSupportedException_UnflushedBytes() => new NotSupportedException(SR.UnflushedBytesNotSupported);
System.IO.Pipes (15)
System\IO\Error.cs (3)
21return new NotSupportedException(SR.NotSupported_UnreadableStream); 26return new NotSupportedException(SR.NotSupported_UnseekableStream); 31return new NotSupportedException(SR.NotSupported_UnwritableStream);
System\IO\Pipes\AnonymousPipeClientStream.cs (3)
25throw new NotSupportedException(SR.NotSupported_AnonymousPipeUnidirectional); 52throw new NotSupportedException(SR.NotSupported_AnonymousPipeUnidirectional); 97throw new NotSupportedException(SR.NotSupported_AnonymousPipeMessagesNotSupported);
System\IO\Pipes\AnonymousPipeServerStream.cs (3)
38throw new NotSupportedException(SR.NotSupported_AnonymousPipeUnidirectional); 68throw new NotSupportedException(SR.NotSupported_AnonymousPipeUnidirectional); 156throw new NotSupportedException(SR.NotSupported_AnonymousPipeMessagesNotSupported);
System\IO\Pipes\NamedPipeClientStream.Unix.cs (2)
109if (!CanRead) throw new NotSupportedException(SR.NotSupported_UnreadableStream); 119if (!CanWrite) throw new NotSupportedException(SR.NotSupported_UnwritableStream);
System\IO\Pipes\NamedPipeServerStream.Unix.cs (2)
181if (!CanRead) throw new NotSupportedException(SR.NotSupported_UnreadableStream); 191if (!CanWrite) throw new NotSupportedException(SR.NotSupported_UnwritableStream);
System\IO\Pipes\PipeStream.Unix.cs (2)
378throw new NotSupportedException(SR.NotSupported_UnreadableStream); 395throw new NotSupportedException(SR.NotSupported_UnwritableStream);
System.IO.Ports (5)
System\IO\Ports\SerialStream.cs (5)
57get { throw new NotSupportedException(SR.NotSupported_UnseekableStream); } 62get { throw new NotSupportedException(SR.NotSupported_UnseekableStream); } 63set { throw new NotSupportedException(SR.NotSupported_UnseekableStream); } 68throw new NotSupportedException(SR.NotSupported_UnseekableStream); 73throw new NotSupportedException(SR.NotSupported_UnseekableStream);
System.Linq (8)
System\Linq\Lookup.cs (6)
313void ICollection<IGrouping<TKey, TElement>>.Add(IGrouping<TKey, TElement> item) => throw new NotSupportedException(); 314void ICollection<IGrouping<TKey, TElement>>.Clear() => throw new NotSupportedException(); 315bool ICollection<IGrouping<TKey, TElement>>.Remove(IGrouping<TKey, TElement> item) => throw new NotSupportedException(); 340public void Add(IGrouping<TKey, TElement> item) => throw new NotSupportedException(); 341public void Clear() => throw new NotSupportedException(); 342public bool Remove(IGrouping<TKey, TElement> item) => throw new NotSupportedException();
System\Linq\ThrowHelper.cs (2)
30internal static void ThrowNotSupportedException() => throw new NotSupportedException(); 33internal static bool ThrowNotSupportedException_Boolean() => throw new NotSupportedException();
System.Linq.AsyncEnumerable (12)
System\Linq\GroupBy.cs (6)
441void ICollection<TElement>.Add(TElement item) => throw new NotSupportedException(); 443void ICollection<TElement>.Clear() => throw new NotSupportedException(); 450bool ICollection<TElement>.Remove(TElement item) => throw new NotSupportedException(); 454void IList<TElement>.Insert(int index, TElement item) => throw new NotSupportedException(); 456void IList<TElement>.RemoveAt(int index) => throw new NotSupportedException(); 469set => throw new NotSupportedException();
System\Linq\ToLookupAsync.cs (6)
249public void Add(IGrouping<TKey, TElement> item) => throw new NotSupportedException(); 251public void Clear() => throw new NotSupportedException(); 256set => throw new NotSupportedException(); 259public void Insert(int index, IGrouping<TKey, TElement> item) => throw new NotSupportedException(); 261public bool Remove(IGrouping<TKey, TElement> item) => throw new NotSupportedException(); 263public void RemoveAt(int index) => throw new NotSupportedException();
System.Linq.Expressions (6)
System\Dynamic\DynamicObject.cs (1)
870throw new NotSupportedException();
System\Dynamic\Utils\TypeUtils.cs (1)
89throw new NotSupportedException(Strings.LiftingInExpressionRequiresDynamicCode(type));
System\Linq\Expressions\Error.cs (4)
68return new NotSupportedException(Strings.CollectionReadOnly); 1157return new NotSupportedException(Strings.TryNotSupportedForMethodsWithRefArgs(p0)); 1164return new NotSupportedException(Strings.TryNotSupportedForValueTypeInstances(p0)); 1205return new NotSupportedException();
System.Linq.Parallel (38)
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\Linq\ParallelEnumerable.cs (14)
653throw new NotSupportedException(SR.ParallelEnumerable_BinaryOpMustUseAsParallel); 717throw new NotSupportedException(SR.ParallelEnumerable_BinaryOpMustUseAsParallel); 784throw new NotSupportedException(SR.ParallelEnumerable_BinaryOpMustUseAsParallel); 850throw new NotSupportedException(SR.ParallelEnumerable_BinaryOpMustUseAsParallel); 919throw new NotSupportedException(SR.ParallelEnumerable_BinaryOpMustUseAsParallel); 4294throw new NotSupportedException(SR.ParallelEnumerable_BinaryOpMustUseAsParallel); 4347throw new NotSupportedException(SR.ParallelEnumerable_BinaryOpMustUseAsParallel); 4454throw new NotSupportedException(SR.ParallelEnumerable_BinaryOpMustUseAsParallel); 4535throw new NotSupportedException(SR.ParallelEnumerable_BinaryOpMustUseAsParallel); 4578throw new NotSupportedException(SR.ParallelEnumerable_BinaryOpMustUseAsParallel); 4625throw new NotSupportedException(SR.ParallelEnumerable_BinaryOpMustUseAsParallel); 4673throw new NotSupportedException(SR.ParallelEnumerable_BinaryOpMustUseAsParallel); 4722throw new NotSupportedException(SR.ParallelEnumerable_BinaryOpMustUseAsParallel); 4769throw new NotSupportedException(SR.ParallelEnumerable_BinaryOpMustUseAsParallel);
System.Management (1)
System\Management\ManagementNamedValueCollection.cs (1)
161throw new NotSupportedException();
System.Memory (9)
System\Buffers\ReadOnlySequenceStream.cs (9)
58public override long Length => throw new NotSupportedException(SR.NotSupported_UnseekableStream); 65get => throw new NotSupportedException(SR.NotSupported_UnseekableStream); 66set => throw new NotSupportedException(SR.NotSupported_UnseekableStream); 184public override void Write(byte[] buffer, int offset, int count) => throw new NotSupportedException(SR.NotSupported_UnwritableStream); 189public override void Write(ReadOnlySpan<byte> buffer) => throw new NotSupportedException(SR.NotSupported_UnwritableStream); 194public override Task WriteAsync(byte[] buffer, int offset, int count, CancellationToken cancellationToken) => throw new NotSupportedException(SR.NotSupported_UnwritableStream); 199public override ValueTask WriteAsync(ReadOnlyMemory<byte> buffer, CancellationToken cancellationToken = default) => throw new NotSupportedException(SR.NotSupported_UnwritableStream); 204public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(SR.NotSupported_UnseekableStream); 216public override void SetLength(long value) => throw new NotSupportedException(SR.NotSupported_UnwritableStream);
System.Net.Http (51)
System\Net\Http\EmptyReadStream.cs (2)
34public override void Write(ReadOnlySpan<byte> buffer) => throw new NotSupportedException(SR.net_http_content_readonly_stream); 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 (6)
306throw new NotSupportedException(SR.Format(SR.net_http_missing_sync_implementation, GetType(), nameof(HttpContent), nameof(SerializeToStream))); 1155public override long Position { get { throw new NotSupportedException(); } set { throw new NotSupportedException(); } } 1156public override int Read(byte[] buffer, int offset, int count) { throw new NotSupportedException(); } 1157public override long Seek(long offset, SeekOrigin origin) { throw new NotSupportedException(); } 1158public override void SetLength(long value) { throw new NotSupportedException(); }
System\Net\Http\HttpMessageHandler.cs (1)
24throw new NotSupportedException(SR.Format(SR.net_http_missing_sync_implementation, GetType(), nameof(HttpMessageHandler), nameof(Send)));
System\Net\Http\MultipartContent.cs (5)
621public override void SetLength(long value) { throw new NotSupportedException(); } 622public override void Write(byte[] buffer, int offset, int count) { throw new NotSupportedException(); } 623public override void Write(ReadOnlySpan<byte> buffer) { throw new NotSupportedException(); } 624public override Task WriteAsync(byte[] buffer, int offset, int count, CancellationToken cancellationToken) { throw new NotSupportedException(); } 625public override ValueTask WriteAsync(ReadOnlyMemory<byte> buffer, CancellationToken cancellationToken = default) { throw new NotSupportedException(); }
System\Net\Http\SocketsHttpHandler\DecompressionHandler.cs (2)
273public override ValueTask WriteAsync(ReadOnlyMemory<byte> buffer, CancellationToken cancellationToken) => throw new NotSupportedException(); 348public override ValueTask WriteAsync(ReadOnlyMemory<byte> buffer, CancellationToken cancellationToken) => throw new NotSupportedException();
System\Net\Http\SocketsHttpHandler\Http2Stream.cs (6)
1504public override void Write(ReadOnlySpan<byte> buffer) => throw new NotSupportedException(SR.net_http_content_readonly_stream); 1506public override ValueTask WriteAsync(ReadOnlyMemory<byte> destination, CancellationToken cancellationToken) => ValueTask.FromException(ExceptionDispatchInfo.SetCurrentStackTrace(new NotSupportedException(SR.net_http_content_readonly_stream))); 1523public override int Read(Span<byte> buffer) => throw new NotSupportedException(SR.net_http_content_writeonly_stream); 1525public override ValueTask<int> ReadAsync(Memory<byte> buffer, CancellationToken cancellationToken) => ValueTask.FromException<int>(ExceptionDispatchInfo.SetCurrentStackTrace(new NotSupportedException(SR.net_http_content_writeonly_stream))); 1527public override void CopyTo(Stream destination, int bufferSize) => throw new NotSupportedException(SR.net_http_content_writeonly_stream); 1529public override Task CopyToAsync(Stream destination, int bufferSize, CancellationToken cancellationToken) => Task.FromException(ExceptionDispatchInfo.SetCurrentStackTrace(new NotSupportedException(SR.net_http_content_writeonly_stream)));
System\Net\Http\SocketsHttpHandler\Http3RequestStream.cs (3)
1529throw new NotSupportedException(); 1557throw new NotSupportedException(); 1562throw new NotSupportedException();
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (1)
447throw new NotSupportedException(SR.net_http_invalid_proxy_scheme);
System\Net\Http\SocketsHttpHandler\HttpContentReadStream.cs (2)
23public sealed override void Write(ReadOnlySpan<byte> buffer) => throw new NotSupportedException(SR.net_http_content_readonly_stream); 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\SocketsHttpHandler\SocketsHttpHandler.cs (5)
652throw new NotSupportedException(SR.Format(SR.net_http_http2_sync_not_supported, GetType())); 658throw new NotSupportedException(SR.Format(SR.net_http_upgrade_not_enabled_sync, nameof(Send), request.VersionPolicy)); 712return ExceptionDispatchInfo.SetCurrentStackTrace(new NotSupportedException(SR.net_http_unsupported_version)); 739return ExceptionDispatchInfo.SetCurrentStackTrace(new NotSupportedException(SR.net_http_unsupported_chunking)); 757return ExceptionDispatchInfo.SetCurrentStackTrace(new NotSupportedException(SR.Format(SR.net_http_unsupported_requesturi_scheme, requestUri.Scheme)));
System\Net\Http\StreamContent.cs (8)
160throw new NotSupportedException(SR.net_http_content_readonly_stream); 163throw new NotSupportedException(SR.net_http_content_readonly_stream); 166throw new NotSupportedException(SR.net_http_content_readonly_stream); 169throw new NotSupportedException(SR.net_http_content_readonly_stream); 172throw new NotSupportedException(SR.net_http_content_readonly_stream); 175throw new NotSupportedException(SR.net_http_content_readonly_stream); 178throw new NotSupportedException(SR.net_http_content_readonly_stream); 181throw new NotSupportedException(SR.net_http_content_readonly_stream);
System.Net.Http.Json (1)
System\Net\Http\Json\LengthLimitReadStream.cs (1)
92public override void Write(byte[] buffer, int offset, int count) => throw new NotSupportedException();
System.Net.Http.WinHttpHandler (16)
src\runtime\src\libraries\Common\src\System\IO\StreamHelpers.CopyValidation.cs (2)
33throw new NotSupportedException(SR.NotSupported_UnreadableStream); 38throw new NotSupportedException(SR.NotSupported_UnwritableStream);
System\Net\Http\WinHttpHandler.cs (2)
605throw new NotSupportedException(SR.Format(SR.net_http_unsupported_requesturi_scheme, requestUri.Scheme)); 874state.Tcs.TrySetException(new NotSupportedException(SR.net_http_unsupported_version));
System\Net\Http\WinHttpRequestStream.cs (6)
67throw new NotSupportedException(); 76throw new NotSupportedException(); 82throw new NotSupportedException(); 149throw new NotSupportedException(); 155throw new NotSupportedException(); 161throw new NotSupportedException();
System\Net\Http\WinHttpResponseStream.cs (6)
61throw new NotSupportedException(); 70throw new NotSupportedException(); 76throw new NotSupportedException(); 298throw new NotSupportedException(); 304throw new NotSupportedException(); 310throw new NotSupportedException();
System.Net.HttpListener (11)
System\Net\HttpRequestStream.cs (5)
42public override long Length => throw new NotSupportedException(SR.net_noseek); 46get => throw new NotSupportedException(SR.net_noseek); 47set => throw new NotSupportedException(SR.net_noseek); 50public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(SR.net_noseek); 52public override void SetLength(long value) => throw new NotSupportedException(SR.net_noseek);
System\Net\HttpResponseStream.cs (5)
22public override long Length => throw new NotSupportedException(SR.net_noseek); 26get => throw new NotSupportedException(SR.net_noseek); 27set => throw new NotSupportedException(SR.net_noseek); 30public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(SR.net_noseek); 32public override void SetLength(long value) => throw new NotSupportedException(SR.net_noseek);
System\Net\Managed\HttpListenerRequest.Managed.cs (1)
53throw new NotSupportedException(SR.Format(SR.net_listener_invalid_cbt_type, kind.ToString()));
System.Net.Mail (17)
System\Net\DelegatedStream.cs (14)
35throw new NotSupportedException(SR.SeekNotSupported); 46throw new NotSupportedException(SR.SeekNotSupported); 53throw new NotSupportedException(SR.SeekNotSupported); 116throw new NotSupportedException(SR.ReadNotSupported); 124throw new NotSupportedException(SR.ReadNotSupported); 133throw new NotSupportedException(SR.ReadNotSupported); 142throw new NotSupportedException(SR.ReadNotSupported); 150throw new NotSupportedException(SR.ReadNotSupported); 159throw new NotSupportedException(SR.SeekNotSupported); 167throw new NotSupportedException(SR.SeekNotSupported); 175throw new NotSupportedException(SR.WriteNotSupported); 183throw new NotSupportedException(SR.WriteNotSupported); 192throw new NotSupportedException(SR.WriteNotSupported); 201throw new NotSupportedException(SR.WriteNotSupported);
System\Net\Mail\SmtpClient.cs (1)
500throw new NotSupportedException(SR.SmtpGetIisPickupDirectoryNotSupported);
System\Net\Mime\MimeMultiPart.cs (1)
29throw new NotSupportedException(value.ToString());
System\Net\Mime\MimePart.cs (1)
99throw new NotSupportedException(SR.Format(SR.MimeTransferEncodingNotSupported, value));
System.Net.NameResolution (1)
System\Net\NameResolutionPal.Unix.cs (1)
25throw new NotSupportedException();
System.Net.NetworkInformation (13)
System\Net\NetworkInformation\GatewayIPAddressInformationCollection.cs (3)
53throw new NotSupportedException(SR.net_collection_readonly); 78throw new NotSupportedException(SR.net_collection_readonly); 83throw new NotSupportedException(SR.net_collection_readonly);
System\Net\NetworkInformation\InternalIPAddressCollection.cs (1)
45throw new NotSupportedException(SR.net_collection_readonly);
System\Net\NetworkInformation\IPAddressInformationCollection.cs (3)
39throw new NotSupportedException(SR.net_collection_readonly); 72throw new NotSupportedException(SR.net_collection_readonly); 77throw new NotSupportedException(SR.net_collection_readonly);
System\Net\NetworkInformation\MulticastIPAddressInformationCollection.cs (3)
39throw new NotSupportedException(SR.net_collection_readonly); 72throw new NotSupportedException(SR.net_collection_readonly); 77throw new NotSupportedException(SR.net_collection_readonly);
System\Net\NetworkInformation\UnicastIPAddressInformationCollection.cs (3)
40throw new NotSupportedException(SR.net_collection_readonly); 73throw new NotSupportedException(SR.net_collection_readonly); 78throw new NotSupportedException(SR.net_collection_readonly);
System.Net.Ping (2)
System\Net\NetworkInformation\Ping.cs (2)
742throw new NotSupportedException(SR.net_ipv4_not_installed); 746throw new NotSupportedException(SR.net_ipv6_not_installed);
System.Net.Primitives (3)
System\Net\NetworkInformation\IPAddressCollection.cs (3)
37throw new NotSupportedException(SR.net_collection_readonly); 65throw new NotSupportedException(SR.net_collection_readonly); 70throw new NotSupportedException(SR.net_collection_readonly);
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 (25)
System\Net\ExceptionHelper.cs (1)
8internal static NotSupportedException PropertyNotSupportedException => new NotSupportedException(SR.net_PropertyNotSupportedException);
System\Net\FileWebRequest.cs (2)
291get { throw new NotSupportedException(SR.net_PropertyNotSupportedException); } 292set { throw new NotSupportedException(SR.net_PropertyNotSupportedException); }
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\ServicePoint\ServicePointManager.cs (1)
46throw new NotSupportedException(SR.net_securityprotocolnotsupported);
System\Net\WebRequest.cs (2)
138throw new NotSupportedException(SR.net_unknown_prefix); 211throw new NotSupportedException(SR.net_unknown_prefix);
System.Net.Security (17)
System\Net\Security\NegotiateStream.cs (4)
281set => throw new NotSupportedException(SR.net_noseek); 288throw new NotSupportedException(SR.net_noseek); 342throw new NotSupportedException(SR.Format(SR.net_io_invalidnestedcall, "read")); 516throw new NotSupportedException(SR.Format(SR.net_io_invalidnestedcall, "write"));
System\Net\Security\SslAuthenticationOptions.cs (1)
110throw new NotSupportedException(SR.net_ssl_io_no_server_cert);
System\Net\Security\SslStream.cs (3)
684set => throw new NotSupportedException(SR.net_noseek); 689public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(SR.net_noseek); 753throw new NotSupportedException(SR.Format(SR.net_io_invalidnestedcall, "read"));
System\Net\Security\SslStream.IO.cs (4)
186throw new NotSupportedException(SR.Format(SR.net_io_invalidnestedcall, "read")); 193throw new NotSupportedException(SR.Format(SR.net_io_invalidnestedcall, "write")); 891throw new NotSupportedException(SR.Format(SR.net_io_invalidnestedcall, "read")); 1056throw new NotSupportedException(SR.Format(SR.net_io_invalidnestedcall, "write"));
System\Net\Security\SslStream.Protocol.cs (3)
684throw new NotSupportedException(SR.net_ssl_io_no_server_cert); 703throw new NotSupportedException(SR.net_ssl_io_no_server_cert); 713throw new NotSupportedException(SR.net_ssl_io_no_server_cert);
System\Net\Security\SslStreamCertificateContext.cs (1)
44throw new NotSupportedException(SR.net_ssl_io_no_server_cert);
System\Net\Security\SslStreamCertificateContext.Linux.cs (1)
109throw new NotSupportedException(SR.net_ssl_io_no_server_cert);
System.Net.Sockets (23)
System\Net\Sockets\NetworkStream.cs (5)
188throw new NotSupportedException(SR.net_noseek); 197throw new NotSupportedException(SR.net_noseek); 202throw new NotSupportedException(SR.net_noseek); 210throw new NotSupportedException(SR.net_noseek); 681throw new NotSupportedException(SR.net_noseek);
System\Net\Sockets\Socket.cs (17)
627throw new NotSupportedException(SR.net_invalidversion); 648throw new NotSupportedException(SR.net_invalidversion); 665throw new NotSupportedException(SR.net_invalidversion); 679throw new NotSupportedException(SR.net_invalidversion); 702throw new NotSupportedException(SR.net_invalidversion); 720throw new NotSupportedException(SR.net_invalidversion); 764throw new NotSupportedException(SR.net_invalidversion); 862throw new NotSupportedException(SR.net_invalidversion); 894throw new NotSupportedException(SR.net_invalidversion); 914throw new NotSupportedException(SR.net_invalidversion); 949throw new NotSupportedException(SR.net_invalidversion); 1339throw new NotSupportedException(SR.net_notconnected); 2331throw new NotSupportedException(SR.net_invalidversion); 2571throw new NotSupportedException(SR.net_notconnected); 2923throw new NotSupportedException(SR.net_invalidversion); 2943throw new NotSupportedException(SR.net_invalidversion); 3244throw new NotSupportedException(SR.net_notconnected);
System\Net\Sockets\Socket.Tasks.cs (1)
738var ex = ExceptionDispatchInfo.SetCurrentStackTrace(new NotSupportedException(SR.net_notconnected));
System.Net.WebClient (6)
src\runtime\src\libraries\Common\src\System\IO\ChunkedMemoryStream.cs (5)
114public override long Position { get { throw new NotSupportedException(); } set { throw new NotSupportedException(); } } 115public override int Read(byte[] buffer, int offset, int count) { throw new NotSupportedException(); } 116public override long Seek(long offset, SeekOrigin origin) { throw new NotSupportedException(); } 119if (_currentChunk != null) throw new NotSupportedException();
System\Net\WebClient.cs (1)
95throw new NotSupportedException(SR.net_webclient_no_concurrent_io_allowed);
System.Net.WebSockets (11)
System\Net\WebSockets\WebSocketStream.cs (11)
134ValueTask.FromException<int>(ExceptionDispatchInfo.SetCurrentStackTrace(new NotSupportedException())); 154ValueTask.FromException(ExceptionDispatchInfo.SetCurrentStackTrace(new NotSupportedException())); 173public override long Length => throw new NotSupportedException(); 178get => throw new NotSupportedException(); 179set => throw new NotSupportedException(); 183public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(); 186public override void SetLength(long value) => throw new NotSupportedException(); 204return ValueTask.FromException(ExceptionDispatchInfo.SetCurrentStackTrace(new NotSupportedException(SR.NotWriteableStream))); 222throw new NotSupportedException(SR.NotReadableStream); 306return ValueTask.FromException(ExceptionDispatchInfo.SetCurrentStackTrace(new NotSupportedException(SR.NotWriteableStream))); 345throw new NotSupportedException(SR.NotReadableStream);
System.Numerics.Tensors (73)
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IAggregationOperator.cs (1)
22static virtual T IdentityValue => throw new NotSupportedException();
System\Numerics\Tensors\netcore\ReadOnlyTensorDimensionSpan_1.cs (1)
103readonly object? IEnumerator.Current => throw new NotSupportedException();
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (2)
346throw new NotSupportedException(SR.NotSupported_CannotCallEqualsOnSpan); 370throw new NotSupportedException(SR.NotSupported_CannotCallGetHashCodeOnSpan);
System\Numerics\Tensors\netcore\TensorDimensionSpan_1.cs (1)
109readonly object? IEnumerator.Current => throw new NotSupportedException();
System\Numerics\Tensors\netcore\TensorPrimitives.Acos.cs (3)
34public static Vector128<T> Invoke(Vector128<T> x) => throw new NotSupportedException(); 35public static Vector256<T> Invoke(Vector256<T> x) => throw new NotSupportedException(); 36public static Vector512<T> Invoke(Vector512<T> x) => throw new NotSupportedException();
System\Numerics\Tensors\netcore\TensorPrimitives.Acosh.cs (3)
34public static Vector128<T> Invoke(Vector128<T> x) => throw new NotSupportedException(); 35public static Vector256<T> Invoke(Vector256<T> x) => throw new NotSupportedException(); 36public static Vector512<T> Invoke(Vector512<T> x) => throw new NotSupportedException();
System\Numerics\Tensors\netcore\TensorPrimitives.Asinh.cs (3)
34public static Vector128<T> Invoke(Vector128<T> x) => throw new NotSupportedException(); 35public static Vector256<T> Invoke(Vector256<T> x) => throw new NotSupportedException(); 36public static Vector512<T> Invoke(Vector512<T> x) => throw new NotSupportedException();
System\Numerics\Tensors\netcore\TensorPrimitives.Atan.cs (3)
34public static Vector128<T> Invoke(Vector128<T> x) => throw new NotSupportedException(); 35public static Vector256<T> Invoke(Vector256<T> x) => throw new NotSupportedException(); 36public static Vector512<T> Invoke(Vector512<T> x) => throw new NotSupportedException();
System\Numerics\Tensors\netcore\TensorPrimitives.Atan2.cs (3)
75public static Vector128<T> Invoke(Vector128<T> y, Vector128<T> x) => throw new NotSupportedException(); 76public static Vector256<T> Invoke(Vector256<T> y, Vector256<T> x) => throw new NotSupportedException(); 77public static Vector512<T> Invoke(Vector512<T> y, Vector512<T> x) => throw new NotSupportedException();
System\Numerics\Tensors\netcore\TensorPrimitives.Atanh.cs (3)
34public static Vector128<T> Invoke(Vector128<T> x) => throw new NotSupportedException(); 35public static Vector256<T> Invoke(Vector256<T> x) => throw new NotSupportedException(); 36public static Vector512<T> Invoke(Vector512<T> x) => throw new NotSupportedException();
System\Numerics\Tensors\netcore\TensorPrimitives.BitDecrement.cs (3)
89throw new NotSupportedException(); 140throw new NotSupportedException(); 191throw new NotSupportedException();
System\Numerics\Tensors\netcore\TensorPrimitives.BitIncrement.cs (3)
89throw new NotSupportedException(); 140throw new NotSupportedException(); 191throw new NotSupportedException();
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertChecked.cs (3)
38public static Vector128<TTo> Invoke(Vector128<TFrom> x) => throw new NotSupportedException(); 39public static Vector256<TTo> Invoke(Vector256<TFrom> x) => throw new NotSupportedException(); 40public static Vector512<TTo> Invoke(Vector512<TFrom> x) => throw new NotSupportedException();
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertSaturating.cs (3)
38public static Vector128<TTo> Invoke(Vector128<TFrom> x) => throw new NotSupportedException(); 39public static Vector256<TTo> Invoke(Vector256<TFrom> x) => throw new NotSupportedException(); 40public static Vector512<TTo> Invoke(Vector512<TFrom> x) => throw new NotSupportedException();
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertToInteger.cs (3)
53throw new NotSupportedException(); 73throw new NotSupportedException(); 92throw new NotSupportedException();
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertToIntegerNative.cs (3)
53throw new NotSupportedException(); 72throw new NotSupportedException(); 91throw new NotSupportedException();
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertTruncating.cs (3)
223public static Vector128<TTo> Invoke(Vector128<TFrom> x) => throw new NotSupportedException(); 224public static Vector256<TTo> Invoke(Vector256<TFrom> x) => throw new NotSupportedException(); 225public static Vector512<TTo> Invoke(Vector512<TFrom> x) => throw new NotSupportedException();
System\Numerics\Tensors\netcore\TensorPrimitives.Ieee754Remainder.cs (3)
63public static Vector128<T> Invoke(Vector128<T> x, Vector128<T> y) => throw new NotSupportedException(); 64public static Vector256<T> Invoke(Vector256<T> x, Vector256<T> y) => throw new NotSupportedException(); 65public static Vector512<T> Invoke(Vector512<T> x, Vector512<T> y) => throw new NotSupportedException();
System\Numerics\Tensors\netcore\TensorPrimitives.ILogB.cs (6)
40public static Vector128<int> Invoke(Vector128<T> x) => throw new NotSupportedException(); 41public static Vector256<int> Invoke(Vector256<T> x) => throw new NotSupportedException(); 42public static Vector512<int> Invoke(Vector512<T> x) => throw new NotSupportedException(); 51public static Vector128<int> Invoke(Vector128<double> lower, Vector128<double> upper) => throw new NotSupportedException(); 52public static Vector256<int> Invoke(Vector256<double> lower, Vector256<double> upper) => throw new NotSupportedException(); 53public static Vector512<int> Invoke(Vector512<double> lower, Vector512<double> upper) => throw new NotSupportedException();
System\Numerics\Tensors\netcore\TensorPrimitives.IsComplexNumber.cs (3)
69public static Vector128<T> Invoke(Vector128<T> x) => throw new NotSupportedException(); 70public static Vector256<T> Invoke(Vector256<T> x) => throw new NotSupportedException(); 71public static Vector512<T> Invoke(Vector512<T> x) => throw new NotSupportedException();
System\Numerics\Tensors\netcore\TensorPrimitives.IsImaginaryNumber.cs (3)
69public static Vector128<T> Invoke(Vector128<T> x) => throw new NotSupportedException(); 70public static Vector256<T> Invoke(Vector256<T> x) => throw new NotSupportedException(); 71public static Vector512<T> Invoke(Vector512<T> x) => throw new NotSupportedException();
System\Numerics\Tensors\netcore\TensorPrimitives.Round.cs (3)
254public Vector128<T> Invoke(Vector128<T> x) => throw new NotSupportedException(); 255public Vector256<T> Invoke(Vector256<T> x) => throw new NotSupportedException(); 256public Vector512<T> Invoke(Vector512<T> x) => throw new NotSupportedException();
System\Numerics\Tensors\netcore\TensorPrimitives.SinCos.cs (3)
35public static (Vector128<T> First, Vector128<T> Second) Invoke(Vector128<T> x) => throw new NotSupportedException(); 36public static (Vector256<T> First, Vector256<T> Second) Invoke(Vector256<T> x) => throw new NotSupportedException(); 37public static (Vector512<T> First, Vector512<T> Second) Invoke(Vector512<T> x) => throw new NotSupportedException();
System\Numerics\Tensors\netcore\TensorPrimitives.SinCosPi.cs (3)
35public static (Vector128<T> First, Vector128<T> Second) Invoke(Vector128<T> x) => throw new NotSupportedException(); 36public static (Vector256<T> First, Vector256<T> Second) Invoke(Vector256<T> x) => throw new NotSupportedException(); 37public static (Vector512<T> First, Vector512<T> Second) Invoke(Vector512<T> x) => throw new NotSupportedException();
System\Numerics\Tensors\netcore\TensorPrimitives.TanPi.cs (3)
44public static Vector128<T> Invoke(Vector128<T> x) => throw new NotSupportedException(); 45public static Vector256<T> Invoke(Vector256<T> x) => throw new NotSupportedException(); 46public static Vector512<T> Invoke(Vector512<T> x) => throw new NotSupportedException();
System\Numerics\Tensors\netcore\TensorSpan_1.cs (2)
242throw new NotSupportedException(SR.NotSupported_CannotCallEqualsOnSpan); 266throw new NotSupportedException(SR.NotSupported_CannotCallGetHashCodeOnSpan);
System.ObjectModel (12)
System\Collections\Specialized\NotifyCollectionChangedEventArgs.cs (12)
297set => throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 302public int Add(object? value) => throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 304public void Clear() => throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 314public void Insert(int index, object? value) => throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 316public void Remove(object? value) => throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 318public void RemoveAt(int index) => throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 334set => throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 362public int Add(object? value) => throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 363public void Clear() => throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 364public void Insert(int index, object? value) => throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 365public void Remove(object? value) => throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 366public void RemoveAt(int index) => throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection);
System.Private.CoreLib (408)
Internal\Reflection\Augments\ReflectionAugments.cs (2)
396throw new NotSupportedException(); 469_ => throw new NotSupportedException()
Internal\Reflection\Extensions\NonPortable\CustomAttributeInheritanceRules.cs (1)
77throw new NotSupportedException(); // Shouldn't get here.
Internal\Runtime\Augments\RuntimeAugments.cs (1)
449throw new NotSupportedException();
Internal\Runtime\CompilerHelpers\RuntimeInteropData.cs (5)
50throw new NotSupportedException(SR.Format(SR.StructMarshalling_MissingInteropData, Type.GetTypeFromHandle(structureTypeHandle)!)); 84throw new NotSupportedException(SR.Format(SR.StructMarshalling_MissingInteropData, structureType)); 109throw new NotSupportedException(SR.Format(SR.DelegateMarshalling_MissingInteropData, Type.GetTypeFromHandle(delegateTypeHandle))); 118throw new NotSupportedException(SR.Format(SR.DelegateMarshalling_MissingInteropData, Type.GetTypeFromHandle(delegateTypeHandle))); 226throw new NotSupportedException(SR.Format(SR.StructMarshalling_MissingInteropData, Type.GetTypeFromHandle(structTypeHandle)));
Internal\Runtime\CompilerHelpers\ThrowHelpers.cs (4)
18throw new NotSupportedException(SR.NotSupported_BodyRemoved); 25throw new NotSupportedException(SR.NotSupported_FeatureBodyRemoved); 32throw new NotSupportedException(SR.NotSupported_InstanceBodyRemoved); 116throw new NotSupportedException(SR.NotSupported_InlineArrayEqualsGetHashCode);
Internal\Runtime\CompilerServices\OpenMethodResolver.cs (2)
67throw new NotSupportedException(); 147throw new NotSupportedException(); // Should never happen, in this case, the dispatch should be resolved in the other ResolveMethod function
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.RuntimeAsyncYielder.cs (1)
16public void OnCompleted(Action continuation) => throw new NotSupportedException();
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\Utilities\LockFreeReaderHashtable.cs (2)
722throw new NotSupportedException(); 737throw new NotSupportedException();
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\Utilities\LockFreeReaderHashtableOfPointers.cs (2)
639throw new NotSupportedException(); 654throw new NotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\Internal\Runtime\CompilerHelpers\ThrowHelpers.cs (2)
81throw new NotSupportedException(); 88throw new NotSupportedException(SR.Arg_TypeNotSupported);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Utf8Formatter\Utf8Formatter.Integer.cs (1)
338throw new NotSupportedException(SR.Argument_GWithPrecisionNotSupported);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\ArrayList.cs (37)
793throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 1614throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 1619throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 1644throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 1649throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 1654throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 1690throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 1695throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 1706set => throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 1711throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 1763throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 1768throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 1788throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 1793throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 1798throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 1842throw new NotSupportedException(SR.NotSupported_FixedSizeCollection); 1866set => throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 1873throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 1878throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 1903throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 1908throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 1913throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 1937set => throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 1944throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 1949throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 1961set => throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 1966throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 2018throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 2023throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 2043throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 2048throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 2053throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 2058throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 2073throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 2078throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 2094throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 2544throw new NotSupportedException(SR.NotSupported_RangeCollection);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Concurrent\ConcurrentDictionary.cs (1)
1928object ICollection.SyncRoot => throw new NotSupportedException(SR.ConcurrentCollection_SyncRoot_NotSupported);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Generic\EqualityComparer.cs (1)
32getHashCode ??= _ => throw new NotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\ObjectModel\ReadOnlyDictionary.cs (16)
57throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 62throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 68set => throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 87throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 92throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 97throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 119throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 124throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 149throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 172set => throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 260throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 265throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 284throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 316throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 321throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 337throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\ObjectModel\ReadOnlySet.cs (8)
81bool ISet<T>.Add(T item) => throw new NotSupportedException(); 84void ISet<T>.ExceptWith(IEnumerable<T> other) => throw new NotSupportedException(); 87void ISet<T>.IntersectWith(IEnumerable<T> other) => throw new NotSupportedException(); 90void ISet<T>.SymmetricExceptWith(IEnumerable<T> other) => throw new NotSupportedException(); 93void ISet<T>.UnionWith(IEnumerable<T> other) => throw new NotSupportedException(); 96void ICollection<T>.Add(T item) => throw new NotSupportedException(); 99void ICollection<T>.Clear() => throw new NotSupportedException(); 102bool ICollection<T>.Remove(T item) => throw new NotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\DefaultBinder.cs (1)
754throw new NotSupportedException(SR.NotSupported_ChangeType);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\EventPayload.cs (7)
46set => throw new NotSupportedException(); 51throw new NotSupportedException(); 56throw new NotSupportedException(); 61throw new NotSupportedException(); 97throw new NotSupportedException(); 102throw new NotSupportedException(); 107throw new NotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\FieldMetadata.cs (4)
123throw new NotSupportedException(SR.EventSource_NotSupportedArrayOfNil); 127throw new NotSupportedException(SR.EventSource_NotSupportedArrayOfBinary); 132throw new NotSupportedException(SR.EventSource_NotSupportedArrayOfNullTerminatedString); 153throw new NotSupportedException(SR.EventSource_TooManyFields);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\Statics.cs (1)
399throw new NotSupportedException(SR.EventSource_RecursiveTypeDefinition);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\TraceLoggingMetadataCollector.cs (3)
212throw new NotSupportedException(SR.EventSource_NotSupportedNestedArraysEnums); 224throw new NotSupportedException(SR.EventSource_NotSupportedNestedArraysEnums); 254throw new NotSupportedException(SR.EventSource_NotSupportedCustomSerializedData);
src\runtime\src\libraries\System.Private.CoreLib\src\System\HashCode.cs (2)
487public override int GetHashCode() => throw new NotSupportedException(SR.HashCode_HashCodeNotSupported); 491public override bool Equals(object? obj) => throw new NotSupportedException(SR.HashCode_EqualityNotSupported);
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\BufferedStream.cs (1)
399throw new NotSupportedException(SR.NotSupported_CannotWriteToBufferedStreamIfReadBufferCannotBeFlushed);
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\Enumeration\FileSystemEnumerator.cs (1)
100throw new NotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\Iterator.cs (1)
67throw new NotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\MemoryStream.cs (1)
267throw new NotSupportedException(SR.NotSupported_MemStreamNotExpandable);
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\ReadOnlyMemoryStream.cs (6)
220public override void SetLength(long value) => throw new NotSupportedException(SR.NotSupported_UnwritableStream); 225public override void Write(byte[] buffer, int offset, int count) => throw new NotSupportedException(SR.NotSupported_UnwritableStream); 230public override void Write(ReadOnlySpan<byte> buffer) => throw new NotSupportedException(SR.NotSupported_UnwritableStream); 235public override void WriteByte(byte value) => throw new NotSupportedException(SR.NotSupported_UnwritableStream); 240public override Task WriteAsync(byte[] buffer, int offset, int count, CancellationToken cancellationToken) => throw new NotSupportedException(SR.NotSupported_UnwritableStream); 245public override ValueTask WriteAsync(ReadOnlyMemory<byte> buffer, CancellationToken cancellationToken = default) => throw new NotSupportedException(SR.NotSupported_UnwritableStream);
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\StringStream.cs (9)
88public override long Length => throw new NotSupportedException(SR.NotSupported_UnseekableStream); 95get => throw new NotSupportedException(SR.NotSupported_UnseekableStream); 96set => throw new NotSupportedException(SR.NotSupported_UnseekableStream); 287public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(SR.NotSupported_UnseekableStream); 292public override void SetLength(long value) => throw new NotSupportedException(SR.NotSupported_UnwritableStream); 297public override void Write(byte[] buffer, int offset, int count) => throw new NotSupportedException(SR.NotSupported_UnwritableStream); 302public override void Write(ReadOnlySpan<byte> buffer) => throw new NotSupportedException(SR.NotSupported_UnwritableStream); 307public override Task WriteAsync(byte[] buffer, int offset, int count, CancellationToken cancellationToken) => throw new NotSupportedException(SR.NotSupported_UnwritableStream); 312public override ValueTask WriteAsync(ReadOnlyMemory<byte> buffer, CancellationToken cancellationToken = default) => throw new NotSupportedException(SR.NotSupported_UnwritableStream);
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\UnmanagedMemoryAccessor.cs (6)
291throw new NotSupportedException(SR.NotSupported_Reading); 329throw new NotSupportedException(SR.NotSupported_Reading); 519throw new NotSupportedException(SR.NotSupported_Writing); 561throw new NotSupportedException(SR.NotSupported_Writing); 575throw new NotSupportedException(SR.NotSupported_Reading); 599throw new NotSupportedException(SR.NotSupported_Writing);
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\UnmanagedMemoryStream.cs (5)
302throw new NotSupportedException(SR.NotSupported_UmsSafeBuffer); 315throw new NotSupportedException(SR.NotSupported_UmsSafeBuffer); 574throw new NotSupportedException(SR.NotSupported_UmsSafeBuffer); 642throw new NotSupportedException(SR.IO_FixedCapacity); 769throw new NotSupportedException(SR.IO_FixedCapacity);
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\WritableMemoryStream.cs (2)
322throw new NotSupportedException(SR.IO_FixedCapacity); 358throw new NotSupportedException(SR.IO_FixedCapacity);
src\runtime\src\libraries\System.Private.CoreLib\src\System\MemoryExtensions.cs (1)
6021void IEnumerator.Reset() => throw new NotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Random.cs (1)
854protected override double Sample() => throw new NotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Random.Xoshiro256StarStarImpl.cs (1)
198throw new NotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\ReadOnlySpan.cs (2)
190throw new NotSupportedException(SR.NotSupported_CannotCallEqualsOnSpan); 201throw new NotSupportedException(SR.NotSupported_CannotCallGetHashCodeOnSpan);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Assembly.cs (2)
35typeinfos[i] = types[i].GetTypeInfo() ?? throw new NotSupportedException(SR.Format(SR.NotSupported_NoTypeInfo, types[i].FullName)); 410throw new NotSupportedException(SR.NotSupported_AssemblyLoadFromHash);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\AssemblyBuilder.cs (8)
57public override string? CodeBase => throw new NotSupportedException(SR.NotSupported_DynamicAssembly); 64throw new NotSupportedException(SR.NotSupported_DynamicAssembly); 68throw new NotSupportedException(SR.NotSupported_DynamicAssembly); 72throw new NotSupportedException(SR.NotSupported_DynamicAssembly); 75throw new NotSupportedException(SR.NotSupported_DynamicAssembly); 78throw new NotSupportedException(SR.NotSupported_DynamicAssembly); 81throw new NotSupportedException(SR.NotSupported_DynamicAssembly); 84throw new NotSupportedException(SR.NotSupported_DynamicAssembly);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\ConstructorOnTypeBuilderInstantiation.cs (1)
56throw new NotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\ILGenerator.cs (3)
55public virtual void EmitCalli(Type functionPointerType) => throw new NotSupportedException(SR.NotSupported_SubclassOverride); 170throw new NotSupportedException(SR.NotSupported_OutputStreamUsingTypeBuilder); 258throw new NotSupportedException(SR.NotSupported_EmitDebugInfo);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\LocalBuilder.cs (1)
36protected virtual void SetLocalSymInfoCore(string name) => throw new NotSupportedException(SR.NotSupported_EmitDebugInfo);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\MethodBuilderInstantiation.cs (5)
56public override RuntimeMethodHandle MethodHandle => throw new NotSupportedException(SR.NotSupported_DynamicModule); 60throw new NotSupportedException(); 101public override ParameterInfo ReturnParameter => throw new NotSupportedException(); 102public override ICustomAttributeProvider ReturnTypeCustomAttributes => throw new NotSupportedException(); 103public override MethodInfo GetBaseDefinition() { throw new NotSupportedException(); }
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\MethodOnTypeBuilderInstantiation.cs (3)
68throw new NotSupportedException(); 122public override ICustomAttributeProvider ReturnTypeCustomAttributes => throw new NotSupportedException(); 123public override MethodInfo GetBaseDefinition() { throw new NotSupportedException(); }
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\SymbolType.cs (24)
308public override Guid GUID => throw new NotSupportedException(SR.NotSupported_NonReflectedType); 317throw new NotSupportedException(SR.NotSupported_NonReflectedType); 343public override RuntimeTypeHandle TypeHandle => throw new NotSupportedException(SR.NotSupported_NonReflectedType); 376throw new NotSupportedException(SR.NotSupported_NonReflectedType); 382throw new NotSupportedException(SR.NotSupported_NonReflectedType); 389throw new NotSupportedException(SR.NotSupported_NonReflectedType); 395throw new NotSupportedException(SR.NotSupported_NonReflectedType); 401throw new NotSupportedException(SR.NotSupported_NonReflectedType); 407throw new NotSupportedException(SR.NotSupported_NonReflectedType); 414throw new NotSupportedException(SR.NotSupported_NonReflectedType); 420throw new NotSupportedException(SR.NotSupported_NonReflectedType); 426throw new NotSupportedException(SR.NotSupported_NonReflectedType); 432throw new NotSupportedException(SR.NotSupported_NonReflectedType); 439throw new NotSupportedException(SR.NotSupported_NonReflectedType); 445throw new NotSupportedException(SR.NotSupported_NonReflectedType); 451throw new NotSupportedException(SR.NotSupported_NonReflectedType); 457throw new NotSupportedException(SR.NotSupported_NonReflectedType); 463throw new NotSupportedException(SR.NotSupported_NonReflectedType); 469throw new NotSupportedException(SR.NotSupported_NonReflectedType); 481throw new NotSupportedException(SR.NotSupported_NonReflectedType); 487throw new NotSupportedException(SR.NotSupported_NonReflectedType); 544throw new NotSupportedException(SR.NotSupported_NonReflectedType); 549throw new NotSupportedException(SR.NotSupported_NonReflectedType); 554throw new NotSupportedException(SR.NotSupported_NonReflectedType);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\TypeBuilderInstantiation.cs (27)
99public override Guid GUID => throw new NotSupportedException(); 102public override object InvokeMember(string name, BindingFlags invokeAttr, Binder? binder, object? target, object?[]? args, ParameterModifier[]? modifiers, CultureInfo? culture, string[]? namedParameters) { throw new NotSupportedException(); } 105public override RuntimeTypeHandle TypeHandle => throw new NotSupportedException(); 164protected override ConstructorInfo GetConstructorImpl(BindingFlags bindingAttr, Binder? binder, CallingConventions callConvention, Type[] types, ParameterModifier[]? modifiers) { throw new NotSupportedException(SR.Format(SR.NotSupported_TypeBuilderInstantiation_ResolvingMembers, nameof(TypeBuilder.GetConstructor))); } 167public override ConstructorInfo[] GetConstructors(BindingFlags bindingAttr) { throw new NotSupportedException(SR.Format(SR.NotSupported_TypeBuilderInstantiation_ResolvingMembers, nameof(TypeBuilder.GetConstructor))); } 170protected override MethodInfo GetMethodImpl(string name, BindingFlags bindingAttr, Binder? binder, CallingConventions callConvention, Type[]? types, ParameterModifier[]? modifiers) { throw new NotSupportedException(SR.Format(SR.NotSupported_TypeBuilderInstantiation_ResolvingMembers, nameof(TypeBuilder.GetMethod))); } 173public override MethodInfo[] GetMethods(BindingFlags bindingAttr) { throw new NotSupportedException(SR.Format(SR.NotSupported_TypeBuilderInstantiation_ResolvingMembers, nameof(TypeBuilder.GetMethod))); } 176public override FieldInfo GetField(string name, BindingFlags bindingAttr) { throw new NotSupportedException(SR.Format(SR.NotSupported_TypeBuilderInstantiation_ResolvingMembers, nameof(TypeBuilder.GetField))); } 179public override FieldInfo[] GetFields(BindingFlags bindingAttr) { throw new NotSupportedException(SR.Format(SR.NotSupported_TypeBuilderInstantiation_ResolvingMembers, nameof(TypeBuilder.GetField))); } 183public override Type GetInterface(string name, bool ignoreCase) { throw new NotSupportedException(); } 186public override Type[] GetInterfaces() { throw new NotSupportedException(); } 189public override EventInfo GetEvent(string name, BindingFlags bindingAttr) { throw new NotSupportedException(); } 192public override EventInfo[] GetEvents() { throw new NotSupportedException(); } 195protected override PropertyInfo GetPropertyImpl(string name, BindingFlags bindingAttr, Binder? binder, Type? returnType, Type[]? types, ParameterModifier[]? modifiers) { throw new NotSupportedException(); } 198public override PropertyInfo[] GetProperties(BindingFlags bindingAttr) { throw new NotSupportedException(); } 201public override Type[] GetNestedTypes(BindingFlags bindingAttr) { throw new NotSupportedException(); } 204public override Type GetNestedType(string name, BindingFlags bindingAttr) { throw new NotSupportedException(); } 207public override MemberInfo[] GetMember(string name, MemberTypes type, BindingFlags bindingAttr) { throw new NotSupportedException(); } 209public override InterfaceMapping GetInterfaceMap([DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicMethods | DynamicallyAccessedMemberTypes.NonPublicMethods)] Type interfaceType) { throw new NotSupportedException(); } 212public override EventInfo[] GetEvents(BindingFlags bindingAttr) { throw new NotSupportedException(); } 215public override MemberInfo[] GetMembers(BindingFlags bindingAttr) { throw new NotSupportedException(); } 227public override Type GetElementType() { throw new NotSupportedException(); } 256public override bool IsAssignableFrom([NotNullWhen(true)] Type? c) { throw new NotSupportedException(); } 260throw new NotSupportedException(); 265public override object[] GetCustomAttributes(bool inherit) { throw new NotSupportedException(); } 267public override object[] GetCustomAttributes(Type attributeType, bool inherit) { throw new NotSupportedException(); } 269public override bool IsDefined(Type attributeType, bool inherit) { throw new NotSupportedException(); }
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\FieldInfo.cs (4)
72public virtual void SetValueDirect(TypedReference obj, object value) { throw new NotSupportedException(SR.NotSupported_AbstractNonCLS); } 74public virtual object? GetValueDirect(TypedReference obj) { throw new NotSupportedException(SR.NotSupported_AbstractNonCLS); } 76public virtual object? GetRawConstantValue() { throw new NotSupportedException(SR.NotSupported_AbstractNonCLS); } 78public virtual Type GetModifiedFieldType() => throw new NotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\MethodBase.cs (1)
51public virtual Type[] GetGenericArguments() { throw new NotSupportedException(SR.NotSupported_SubclassOverride); }
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\MethodInfo.cs (5)
18public override Type[] GetGenericArguments() { throw new NotSupportedException(SR.NotSupported_SubclassOverride); } 19public virtual MethodInfo GetGenericMethodDefinition() { throw new NotSupportedException(SR.NotSupported_SubclassOverride); } 23public virtual MethodInfo MakeGenericMethod(params Type[] typeArguments) { throw new NotSupportedException(SR.NotSupported_SubclassOverride); } 29public virtual Delegate CreateDelegate(Type delegateType) { throw new NotSupportedException(SR.NotSupported_SubclassOverride); } 30public virtual Delegate CreateDelegate(Type delegateType, object? target) { throw new NotSupportedException(SR.NotSupported_SubclassOverride); }
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\ModifiedType.cs (27)
70public override bool Equals([NotNullWhen(true)] object? obj) => throw new NotSupportedException(SR.NotSupported_ModifiedType); 71public override bool Equals(Type? other) => throw new NotSupportedException(SR.NotSupported_ModifiedType); 72public override int GetHashCode() => throw new NotSupportedException(SR.NotSupported_ModifiedType); 86=> throw new NotSupportedException(SR.NotSupported_ModifiedType); 89public override int MetadataToken => throw new NotSupportedException(SR.NotSupported_ModifiedType); 92public override RuntimeTypeHandle TypeHandle => throw new NotSupportedException(SR.NotSupported_ModifiedType); 97public override Type? BaseType => throw new NotSupportedException(SR.NotSupported_ModifiedType); 98public override Type? DeclaringType => throw new NotSupportedException(SR.NotSupported_ModifiedType); 99public override Type? ReflectedType => throw new NotSupportedException(SR.NotSupported_ModifiedType); 103CallingConventions callConvention, Type[] types, ParameterModifier[]? modifiers) => throw new NotSupportedException(SR.NotSupported_ModifiedType); 106public override ConstructorInfo[] GetConstructors(BindingFlags bindingAttr) => throw new NotSupportedException(SR.NotSupported_ModifiedType); 111=> throw new NotSupportedException(SR.NotSupported_ModifiedType); 114public override MethodInfo[] GetMethods(BindingFlags bindingAttr) => throw new NotSupportedException(SR.NotSupported_ModifiedType); 117public override FieldInfo? GetField(string name, BindingFlags bindingAttr) => throw new NotSupportedException(SR.NotSupported_ModifiedType); 120public override FieldInfo[] GetFields(BindingFlags bindingAttr) => throw new NotSupportedException(SR.NotSupported_ModifiedType); 128public override Type? GetInterface(string name, bool ignoreCase) => throw new NotSupportedException(SR.NotSupported_ModifiedType); 131public override Type[] GetInterfaces() => throw new NotSupportedException(SR.NotSupported_ModifiedType); 135public override EventInfo? GetEvent(string name, BindingFlags bindingAttr) => throw new NotSupportedException(SR.NotSupported_ModifiedType); 138public override EventInfo[] GetEvents() => throw new NotSupportedException(SR.NotSupported_ModifiedType); 143=> throw new NotSupportedException(SR.NotSupported_ModifiedType); 146public override PropertyInfo[] GetProperties(BindingFlags bindingAttr) => throw new NotSupportedException(SR.NotSupported_ModifiedType); 149public override EventInfo[] GetEvents(BindingFlags bindingAttr) => throw new NotSupportedException(SR.NotSupported_ModifiedType); 152public override Type[] GetNestedTypes(BindingFlags bindingAttr) => throw new NotSupportedException(SR.NotSupported_ModifiedType); 155public override Type? GetNestedType(string name, BindingFlags bindingAttr) => throw new NotSupportedException(SR.NotSupported_ModifiedType); 158public override MemberInfo[] GetMember(string name, MemberTypes type, BindingFlags bindingAttr) => throw new NotSupportedException(SR.NotSupported_ModifiedType); 161public override MemberInfo[] GetMembers(BindingFlags bindingAttr) => throw new NotSupportedException(SR.NotSupported_ModifiedType); 163public override MemberInfo GetMemberWithSameMetadataDefinitionAs(MemberInfo member) => throw new NotSupportedException(SR.NotSupported_ModifiedType);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\ParameterInfo.cs (1)
51public virtual Type GetModifiedParameterType() => throw new NotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\PropertyInfo.cs (1)
36public virtual Type GetModifiedPropertyType() => throw new NotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureGenericParameterType.cs (2)
22public sealed override bool IsEnum => throw new NotSupportedException(SR.NotSupported_SignatureType); 30protected sealed override bool IsValueTypeImpl() => throw new NotSupportedException(SR.NotSupported_SignatureType);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureType.cs (62)
58public sealed override Type MakeGenericType(params Type[] typeArguments) => throw new NotSupportedException(SR.NotSupported_SignatureType); // There is no SignatureType for type definition types so it would never be legal to call this. 85public sealed override Assembly Assembly => throw new NotSupportedException(SR.NotSupported_SignatureType); 86public sealed override Module Module => throw new NotSupportedException(SR.NotSupported_SignatureType); 88public sealed override Type ReflectedType => throw new NotSupportedException(SR.NotSupported_SignatureType); 89public sealed override Type BaseType => throw new NotSupportedException(SR.NotSupported_SignatureType); 92public sealed override Type[] GetInterfaces() => throw new NotSupportedException(SR.NotSupported_SignatureType); 93public sealed override bool IsAssignableFrom([NotNullWhen(true)] Type? c) => throw new NotSupportedException(SR.NotSupported_SignatureType); 94public sealed override int MetadataToken => throw new NotSupportedException(SR.NotSupported_SignatureType); 95public sealed override bool HasSameMetadataDefinitionAs(MemberInfo other) => throw new NotSupportedException(SR.NotSupported_SignatureType); 97public sealed override Type DeclaringType => throw new NotSupportedException(SR.NotSupported_SignatureType); 98public sealed override MethodBase DeclaringMethod => throw new NotSupportedException(SR.NotSupported_SignatureType); 100public sealed override Type[] GetGenericParameterConstraints() => throw new NotSupportedException(SR.NotSupported_SignatureType); 101public sealed override GenericParameterAttributes GenericParameterAttributes => throw new NotSupportedException(SR.NotSupported_SignatureType); 102public sealed override bool IsEnumDefined(object value) => throw new NotSupportedException(SR.NotSupported_SignatureType); 103public sealed override string GetEnumName(object value) => throw new NotSupportedException(SR.NotSupported_SignatureType); 104public sealed override string[] GetEnumNames() => throw new NotSupportedException(SR.NotSupported_SignatureType); 105public sealed override Type GetEnumUnderlyingType() => throw new NotSupportedException(SR.NotSupported_SignatureType); 107public sealed override Array GetEnumValues() => throw new NotSupportedException(SR.NotSupported_SignatureType); 108public sealed override Guid GUID => throw new NotSupportedException(SR.NotSupported_SignatureType); 109protected sealed override TypeCode GetTypeCodeImpl() => throw new NotSupportedException(SR.NotSupported_SignatureType); 110protected sealed override TypeAttributes GetAttributeFlagsImpl() => throw new NotSupportedException(SR.NotSupported_SignatureType); 113public sealed override ConstructorInfo[] GetConstructors(BindingFlags bindingAttr) => throw new NotSupportedException(SR.NotSupported_SignatureType); 116public sealed override EventInfo GetEvent(string name, BindingFlags bindingAttr) => throw new NotSupportedException(SR.NotSupported_SignatureType); 119public sealed override EventInfo[] GetEvents(BindingFlags bindingAttr) => throw new NotSupportedException(SR.NotSupported_SignatureType); 122public sealed override FieldInfo GetField(string name, BindingFlags bindingAttr) => throw new NotSupportedException(SR.NotSupported_SignatureType); 125public sealed override FieldInfo[] GetFields(BindingFlags bindingAttr) => throw new NotSupportedException(SR.NotSupported_SignatureType); 128public sealed override MemberInfo[] GetMembers(BindingFlags bindingAttr) => throw new NotSupportedException(SR.NotSupported_SignatureType); 131public sealed override MethodInfo[] GetMethods(BindingFlags bindingAttr) => throw new NotSupportedException(SR.NotSupported_SignatureType); 134public sealed override Type GetNestedType(string name, BindingFlags bindingAttr) => throw new NotSupportedException(SR.NotSupported_SignatureType); 137public sealed override Type[] GetNestedTypes(BindingFlags bindingAttr) => throw new NotSupportedException(SR.NotSupported_SignatureType); 140public sealed override PropertyInfo[] GetProperties(BindingFlags bindingAttr) => throw new NotSupportedException(SR.NotSupported_SignatureType); 143public sealed override object InvokeMember(string name, BindingFlags invokeAttr, Binder? binder, object? target, object?[]? args, ParameterModifier[]? modifiers, CultureInfo? culture, string[]? namedParameters) => throw new NotSupportedException(SR.NotSupported_SignatureType); 146protected sealed override MethodInfo GetMethodImpl(string name, BindingFlags bindingAttr, Binder? binder, CallingConventions callConvention, Type[]? types, ParameterModifier[]? modifiers) => throw new NotSupportedException(SR.NotSupported_SignatureType); 149protected sealed override MethodInfo GetMethodImpl(string name, int genericParameterCount, BindingFlags bindingAttr, Binder? binder, CallingConventions callConvention, Type[]? types, ParameterModifier[]? modifiers) => throw new NotSupportedException(SR.NotSupported_SignatureType); 152protected sealed override PropertyInfo GetPropertyImpl(string name, BindingFlags bindingAttr, Binder? binder, Type? returnType, Type[]? types, ParameterModifier[]? modifiers) => throw new NotSupportedException(SR.NotSupported_SignatureType); 155public sealed override MemberInfo[] FindMembers(MemberTypes memberType, BindingFlags bindingAttr, MemberFilter? filter, object? filterCriteria) => throw new NotSupportedException(SR.NotSupported_SignatureType); 158public sealed override MemberInfo[] GetMember(string name, BindingFlags bindingAttr) => throw new NotSupportedException(SR.NotSupported_SignatureType); 161public sealed override MemberInfo[] GetMember(string name, MemberTypes type, BindingFlags bindingAttr) => throw new NotSupportedException(SR.NotSupported_SignatureType); 170public sealed override MemberInfo[] GetDefaultMembers() => throw new NotSupportedException(SR.NotSupported_SignatureType); 173public sealed override EventInfo[] GetEvents() => throw new NotSupportedException(SR.NotSupported_SignatureType); 175public sealed override object[] GetCustomAttributes(bool inherit) => throw new NotSupportedException(SR.NotSupported_SignatureType); 176public sealed override object[] GetCustomAttributes(Type attributeType, bool inherit) => throw new NotSupportedException(SR.NotSupported_SignatureType); 177public sealed override bool IsDefined(Type attributeType, bool inherit) => throw new NotSupportedException(SR.NotSupported_SignatureType); 178public sealed override IList<CustomAttributeData> GetCustomAttributesData() => throw new NotSupportedException(SR.NotSupported_SignatureType); 182public sealed override Type GetInterface(string name, bool ignoreCase) => throw new NotSupportedException(SR.NotSupported_SignatureType); 185protected sealed override ConstructorInfo GetConstructorImpl(BindingFlags bindingAttr, Binder? binder, CallingConventions callConvention, Type[] types, ParameterModifier[]? modifiers) => throw new NotSupportedException(SR.NotSupported_SignatureType); 187protected sealed override bool IsCOMObjectImpl() => throw new NotSupportedException(SR.NotSupported_SignatureType); 188protected sealed override bool IsPrimitiveImpl() => throw new NotSupportedException(SR.NotSupported_SignatureType); 189public sealed override IEnumerable<CustomAttributeData> CustomAttributes => throw new NotSupportedException(SR.NotSupported_SignatureType); 192public sealed override Type[] FindInterfaces(TypeFilter filter, object? filterCriteria) => throw new NotSupportedException(SR.NotSupported_SignatureType); 193public sealed override InterfaceMapping GetInterfaceMap([DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicMethods | DynamicallyAccessedMemberTypes.NonPublicMethods)] Type interfaceType) => throw new NotSupportedException(SR.NotSupported_SignatureType); 194protected sealed override bool IsContextfulImpl() => throw new NotSupportedException(SR.NotSupported_SignatureType); 196public sealed override bool IsEquivalentTo([NotNullWhen(true)] Type? other) => throw new NotSupportedException(SR.NotSupported_SignatureType); 197public sealed override bool IsInstanceOfType([NotNullWhen(true)] object? o) => throw new NotSupportedException(SR.NotSupported_SignatureType); 198protected sealed override bool IsMarshalByRefImpl() => throw new NotSupportedException(SR.NotSupported_SignatureType); 199public sealed override bool IsSecurityCritical => throw new NotSupportedException(SR.NotSupported_SignatureType); 200public sealed override bool IsSecuritySafeCritical => throw new NotSupportedException(SR.NotSupported_SignatureType); 201public sealed override bool IsSecurityTransparent => throw new NotSupportedException(SR.NotSupported_SignatureType); 203public sealed override bool IsSerializable => throw new NotSupportedException(SR.NotSupported_SignatureType); 204public sealed override bool IsSubclassOf(Type c) => throw new NotSupportedException(SR.NotSupported_SignatureType); 207public sealed override StructLayoutAttribute StructLayoutAttribute => throw new NotSupportedException(SR.NotSupported_SignatureType); 209public sealed override RuntimeTypeHandle TypeHandle => throw new NotSupportedException(SR.NotSupported_SignatureType);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Resources\ManifestBasedResourceGroveler.cs (2)
209throw new NotSupportedException(SR.Format(SR.NotSupported_ObsoleteResourcesFile, _mediator.MainAssembly.GetName().Name)); 233throw new NotSupportedException(SR.ResourceManager_ReflectionNotAllowed);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Resources\ResourceReader.Core.cs (3)
47throw new NotSupportedException(SR.ResourceManager_ReflectionNotAllowed); 52throw new NotSupportedException(SR.NotSupported_ResourceObjectSerialization); 57throw new NotSupportedException(SR.BinaryFormatter_SerializationDisallowed);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Resources\ResourceReader.cs (3)
828throw new NotSupportedException(SR.Format(SR.NotSupported_WrongResourceReader_Type, readerType)); 966throw new NotSupportedException(SR.ResourceManager_ReflectionNotAllowed); 1015throw new NotSupportedException(SR.NotSupported_ResourceObjectSerialization, fileNotFoundException);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ComWrappers.cs (4)
1294throw new NotSupportedException(); 1665throw new NotSupportedException(SR.InvalidOperation_ComInteropRequireComWrapperInstance); 1696throw new NotSupportedException(SR.InvalidOperation_ComInteropRequireComWrapperInstance); 1706throw new NotSupportedException(SR.InvalidOperation_ComInteropRequireComWrapperTrackerInstance);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (1)
825return new System.NotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\TrackerObjectManager.cs (1)
59throw new NotSupportedException(SR.InvalidOperation_ComInteropRequireComWrapperTrackerInstance);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Span.cs (2)
195throw new NotSupportedException(SR.NotSupported_CannotCallEqualsOnSpan); 206throw new NotSupportedException(SR.NotSupported_CannotCallGetHashCodeOnSpan);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Ascii.CaseConversion.cs (2)
500throw new NotSupportedException(); 518throw new NotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Encoding.cs (3)
241throw new NotSupportedException(exceptionMessage); // matches generic "unknown code page" exception type 252throw new NotSupportedException(SR.Format(SR.NotSupported_NoCodepageData, codepage)); 334throw new NotSupportedException(SR.Format(SR.NotSupported_NoCodepageData, _codePage));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\SpanLineEnumerator.cs (2)
83object IEnumerator.Current => throw new NotSupportedException(); 86void IEnumerator.Reset() => throw new NotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\SpanRuneEnumerator.cs (1)
58void IEnumerator.Reset() => throw new NotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\TranscodingStream.cs (3)
77public override long Length => throw new NotSupportedException(SR.NotSupported_UnseekableStream); 81get => throw new NotSupportedException(SR.NotSupported_UnseekableStream); 447=> throw new NotSupportedException(SR.NotSupported_UnseekableStream);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Interlocked.cs (4)
252throw new NotSupportedException(SR.NotSupported_ReferenceEnumOrPrimitiveTypeRequired); 502throw new NotSupportedException(SR.NotSupported_ReferenceEnumOrPrimitiveTypeRequired); 659throw new NotSupportedException(SR.NotSupported_IntegerEnumOrPrimitiveTypeRequired); 802throw new NotSupportedException(SR.NotSupported_IntegerEnumOrPrimitiveTypeRequired);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\WaitHandle.cs (1)
306throw new NotSupportedException(SR.NotSupported_MaxWaitHandles);
src\runtime\src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (5)
422throw new NotSupportedException(GetResourceString(resource)); 428throw new NotSupportedException(SR.NotSupported_UnseekableStream); 434throw new NotSupportedException(SR.NotSupported_UnreadableStream); 440throw new NotSupportedException(SR.NotSupported_UnwritableStream); 476throw new NotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Type.cs (21)
66public virtual bool IsByRefLike { [Intrinsic] get => throw new NotSupportedException(SR.NotSupported_SubclassOverride); } 75public virtual int GetArrayRank() => throw new NotSupportedException(SR.NotSupported_SubclassOverride); 78public virtual Type GetGenericTypeDefinition() => throw new NotSupportedException(SR.NotSupported_SubclassOverride); 80public virtual Type[] GetGenericArguments() => throw new NotSupportedException(SR.NotSupported_SubclassOverride); 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(); 248public virtual MemberInfo[] GetMember(string name, MemberTypes type, BindingFlags bindingAttr) => throw new NotSupportedException(SR.NotSupported_SubclassOverride); 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(); 600public virtual InterfaceMapping GetInterfaceMap([DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicMethods | DynamicallyAccessedMemberTypes.NonPublicMethods)] Type interfaceType) => throw new NotSupportedException(SR.NotSupported_SubclassOverride); 615public virtual Type? GetNullableUnderlyingType() => throw new NotSupportedException(SR.NotSupported_SubclassOverride); 652public virtual Array GetEnumValuesAsUnderlyingType() => throw new NotSupportedException(SR.NotSupported_SubclassOverride); 655public virtual Type MakeArrayType() => throw new NotSupportedException(); 657public virtual Type MakeArrayType(int rank) => throw new NotSupportedException(); 658public virtual Type MakeByRefType() => throw new NotSupportedException(); 766public virtual Type MakeFunctionPointerType(Type[]? parameterTypes, bool isUnmanaged = false) => throw new NotSupportedException(SR.NotSupported_SubclassOverride); 770public virtual Type MakeGenericType(params Type[] typeArguments) => throw new NotSupportedException(SR.NotSupported_SubclassOverride); 811public virtual Type MakePointerType() => throw new NotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\UnitySerializationHolder.cs (1)
45throw new NotSupportedException(SR.NotSupported_UnitySerHolder);
System\Activator.NativeAot.cs (2)
87throw new NotSupportedException(); 95throw new NotSupportedException();
System\ActivatorImplementation.cs (3)
126throw new NotSupportedException(SR.NotSupported_CallToVarArg); 159throw new NotSupportedException(SR.NotSupported_ByRefLike); 165throw new NotSupportedException(SR.Acc_CreateVoid);
System\Array.NativeAot.cs (6)
56throw new NotSupportedException(SR.NotSupported_ByRefLikeArray); 58throw new NotSupportedException(SR.NotSupported_VoidArray); 60throw new NotSupportedException(SR.NotSupported_OpenType); 96throw new NotSupportedException(SR.NotSupported_OpenType); 384throw new NotSupportedException(SR.NotSupported_Type); 420throw new NotSupportedException(SR.NotSupported_Type);
System\Reflection\Assembly.NativeAot.cs (1)
29throw new NotSupportedException(SR.NotSupported_StackTraceSupportDisabled);
System\Reflection\DynamicInvokeInfo.cs (2)
390throw new NotSupportedException(SR.NotSupported_ByRefLike); 392throw new NotSupportedException();
System\Reflection\Runtime\General\MetadataReaderExtensions.NativeFormat.cs (1)
532throw new NotSupportedException();
System\Reflection\Runtime\General\ThunkedApis.cs (1)
76throw new NotSupportedException(SR.NotSupported_CodeBase);
System\Reflection\Runtime\General\TypeResolver.NativeFormat.cs (1)
164throw new NotSupportedException(); // Unexpected Type signature type.
System\Reflection\Runtime\MethodInfos\RuntimeSyntheticConstructorInfo.cs (1)
67throw new NotSupportedException();
System\Reflection\Runtime\MethodInfos\RuntimeSyntheticMethodInfo.cs (1)
123throw new NotSupportedException();
System\Reflection\Runtime\TypeInfos\RuntimeArrayTypeInfo.cs (1)
235throw new NotSupportedException();
System\Reflection\Runtime\TypeInfos\RuntimeTypeInfo.cs (1)
406throw new NotSupportedException();
System\Runtime\CompilerServices\RuntimeHelpers.NativeAot.cs (3)
320throw new NotSupportedException(SR.NotSupported_ManagedActivation); 348throw new NotSupportedException(SR.NotSupported_ByRefLike); 394throw new NotSupportedException(SR.NotSupported_ByRefLike);
System\Runtime\InteropServices\TypeMapLazyDictionary.NativeAot.cs (5)
127public IEnumerable<TKey> Keys => throw new NotSupportedException(); 128public IEnumerable<Type> Values => throw new NotSupportedException(); 129public int Count => throw new NotSupportedException(); 130public bool ContainsKey(TKey key) => throw new NotSupportedException(); 131public IEnumerator<KeyValuePair<TKey, Type>> GetEnumerator() => throw new NotSupportedException();
System\TypedReference.cs (2)
62public static void SetTypedReference(TypedReference target, object? value) { throw new NotSupportedException(); } 64public override bool Equals(object? o) { throw new NotSupportedException(SR.NotSupported_NYI); }
System.Private.DataContractSerialization (55)
System\Runtime\Serialization\CodeGenerator.cs (1)
818throw new NotSupportedException(SR.CharIsInvalidPrimitive);
System\Runtime\Serialization\CollectionDataContract.cs (2)
507throw new NotSupportedException(SR.SupportForMultidimensionalArraysNotPresent); 532throw new NotSupportedException(SR.SupportForMultidimensionalArraysNotPresent);
System\Runtime\Serialization\Json\JsonEncodingStreamWrapper.cs (4)
104get { throw new NotSupportedException(); } 105set { throw new NotSupportedException(); } 233throw new NotSupportedException(); 239throw new NotSupportedException();
System\Runtime\Serialization\Json\XmlJsonReader.cs (3)
362throw new NotSupportedException(); 813throw new NotSupportedException(); 1630throw new NotSupportedException(SR.Format(SR.JsonMethodNotSupported, "CreateSigningNodeWriter"));
System\Runtime\Serialization\Json\XmlJsonWriter.cs (27)
258throw new NotSupportedException(SR.JsonWriteArrayNotSupported); 263throw new NotSupportedException(SR.JsonWriteArrayNotSupported); 268throw new NotSupportedException(SR.JsonWriteArrayNotSupported); 273throw new NotSupportedException(SR.JsonWriteArrayNotSupported); 278throw new NotSupportedException(SR.JsonWriteArrayNotSupported); 283throw new NotSupportedException(SR.JsonWriteArrayNotSupported); 288throw new NotSupportedException(SR.JsonWriteArrayNotSupported); 293throw new NotSupportedException(SR.JsonWriteArrayNotSupported); 298throw new NotSupportedException(SR.JsonWriteArrayNotSupported); 303throw new NotSupportedException(SR.JsonWriteArrayNotSupported); 308throw new NotSupportedException(SR.JsonWriteArrayNotSupported); 313throw new NotSupportedException(SR.JsonWriteArrayNotSupported); 318throw new NotSupportedException(SR.JsonWriteArrayNotSupported); 323throw new NotSupportedException(SR.JsonWriteArrayNotSupported); 328throw new NotSupportedException(SR.JsonWriteArrayNotSupported); 333throw new NotSupportedException(SR.JsonWriteArrayNotSupported); 338throw new NotSupportedException(SR.JsonWriteArrayNotSupported); 343throw new NotSupportedException(SR.JsonWriteArrayNotSupported); 348throw new NotSupportedException(SR.JsonWriteArrayNotSupported); 353throw new NotSupportedException(SR.JsonWriteArrayNotSupported); 415throw new NotSupportedException(SR.Format(SR.JsonMethodNotSupported, "WriteComment")); 420throw new NotSupportedException(SR.Format(SR.JsonMethodNotSupported, "WriteDocType")); 644throw new NotSupportedException(SR.Format(SR.JsonMethodNotSupported, "WriteEntityRef")); 1069throw new NotSupportedException(SR.Format(SR.JsonMethodNotSupported, "WriteXmlAttribute")); 1074throw new NotSupportedException(SR.Format(SR.JsonMethodNotSupported, "WriteXmlAttribute")); 1081throw new NotSupportedException(SR.Format(SR.JsonMethodNotSupported, "WriteXmlnsAttribute")); 1089throw new NotSupportedException(SR.Format(SR.JsonMethodNotSupported, "WriteXmlnsAttribute"));
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 (5)
487throw new NotSupportedException(SR.Format(SR.XmlMethodNotSupported, "WriteDocType")); 942throw new NotSupportedException(SR.Format(SR.XmlMethodNotSupported, "WriteEntityRef")); 955throw new NotSupportedException(SR.Format(SR.XmlMethodNotSupported, "WriteNmToken")); 1622throw new NotSupportedException(); 1711throw new NotSupportedException();
System\Xml\XmlDictionaryReader.cs (3)
188throw new NotSupportedException(); 193throw new NotSupportedException(); 348throw new NotSupportedException();
System\Xml\XmlDictionaryWriter.cs (2)
233throw new NotSupportedException(); 238throw new NotSupportedException();
System.Private.Reflection.Execution (5)
Internal\Reflection\Execution\ExecutionEnvironmentImplementation.Runtime.cs (2)
55throw new NotSupportedException(); 114return new NotSupportedException(SR.Format(resourceName, pertainantString ?? "?"));
Internal\Reflection\Execution\PayForPlayExperience\MissingMetadataExceptionCreator.cs (1)
14return new NotSupportedException(SR.Format(SR.Reflection_InsufficientMetadata_EdbNeeded, pertainant));
Internal\Reflection\Extensions\NonPortable\DelegateMethodInfoRetriever.cs (2)
51throw new NotSupportedException(SR.DelegateGetMethodInfo_NoInstantiation); 62throw new NotSupportedException(SR.DelegateGetMethodInfo_NoDynamic);
System.Private.TypeLoader (11)
Internal\TypeSystem\RuntimeMethodDesc.cs (1)
82throw new NotSupportedException();
Internal\TypeSystem\TypeSystemContext.Runtime.cs (2)
56throw new NotSupportedException(); 118throw new NotSupportedException();
src\runtime\src\coreclr\tools\Common\TypeSystem\Canon\TypeSystemContext.Canon.cs (2)
81throw new NotSupportedException(); 90throw new NotSupportedException();
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\TargetDetails.cs (2)
90throw new NotSupportedException(); 296throw new NotSupportedException();
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\TypeSystemContext.cs (4)
695throw new NotSupportedException(); 705throw new NotSupportedException(); 711throw new NotSupportedException(); 719throw new NotSupportedException();
System.Private.Windows.Core (11)
System\Private\Windows\BinaryFormat\BinaryFormatWriter.cs (1)
373throw new NotSupportedException($"{nameof(T)} is not primitive.");
System\Private\Windows\JsonData.cs (1)
123result = new NotSupportedException(ex.Message);
System\Private\Windows\Nrbf\SerializationRecordExtensions.cs (1)
517exception = new NotSupportedException(classInfo.GetString("Message"));
System\Private\Windows\Ole\BinaryFormatUtilities.cs (5)
58throw new NotSupportedException(SR.BinaryFormatterNotSupported); 64throw new NotSupportedException(SR.BinaryFormatter_NotSupported_InClipboardOrDragDrop); 195throw new NotSupportedException(string.Format(SR.ClipboardOrDragDrop_UseTypedAPI, typeof(T).FullName)); 201throw new NotSupportedException(SR.BinaryFormatterNotSupported); 207throw new NotSupportedException(SR.BinaryFormatter_NotSupported_InClipboardOrDragDrop);
System\Private\Windows\Ole\ClipboardCore.cs (1)
327throw new NotSupportedException(string.Format(
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (1)
534throw new NotSupportedException(string.Format(
System\Private\Windows\Ole\TypeBinder.cs (1)
98: throw new NotSupportedException(string.Format(
System.Private.Windows.Core.TestUtilities (2)
BinarySerialization.cs (2)
39throw new NotSupportedException($"Serializable attribute is expected on {fullName}"); 58throw new NotSupportedException($"Serializable attribute is not expected on {type.FullName}");
System.Private.Xml (109)
System\Xml\BinaryXml\XmlBinaryReader.cs (2)
919throw new NotSupportedException(); 4412return new NotSupportedException(res);
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\Core\XmlReader.cs (5)
650throw new NotSupportedException(SR.Format(SR.Xml_ReadBinaryContentNotSupported, "ReadContentAsBase64")); 656throw new NotSupportedException(SR.Format(SR.Xml_ReadBinaryContentNotSupported, "ReadElementContentAsBase64")); 662throw new NotSupportedException(SR.Format(SR.Xml_ReadBinaryContentNotSupported, "ReadContentAsBinHex")); 668throw new NotSupportedException(SR.Format(SR.Xml_ReadBinaryContentNotSupported, "ReadElementContentAsBinHex")); 680throw new NotSupportedException(SR.Xml_ReadValueChunkNotSupported);
System\Xml\Core\XmlReaderAsync.cs (5)
127throw new NotSupportedException(SR.Format(SR.Xml_ReadBinaryContentNotSupported, "ReadContentAsBase64")); 133throw new NotSupportedException(SR.Format(SR.Xml_ReadBinaryContentNotSupported, "ReadElementContentAsBase64")); 139throw new NotSupportedException(SR.Format(SR.Xml_ReadBinaryContentNotSupported, "ReadContentAsBinHex")); 145throw new NotSupportedException(SR.Format(SR.Xml_ReadBinaryContentNotSupported, "ReadElementContentAsBinHex")); 152throw new NotSupportedException(SR.Xml_ReadValueChunkNotSupported);
System\Xml\Dom\DocumentXPathNavigator.cs (2)
1600throw new NotSupportedException(); 1651throw new NotSupportedException();
System\Xml\Serialization\CodeGenerator.cs (2)
789throw new NotSupportedException(SR.XmlInvalidCharSchemaPrimitive); 897throw new NotSupportedException(SR.Format(SR.UnknownConstantType, valueType.AssemblyQualifiedName));
System\Xml\Serialization\Globals.cs (1)
17return new NotSupportedException(msg);
System\Xml\Serialization\Models.cs (2)
67if (!typeDesc.IsSpecial) throw new NotSupportedException(SR.Format(SR.XmlUnsupportedTypeKind, type.FullName)); 209typeDesc.Exception ??= new NotSupportedException(SR.Format(SR.XmlSerializerUnsupportedType, typeDesc.FullName));
System\Xml\Serialization\SoapReflectionImporter.cs (4)
219throw new NotSupportedException(SR.Format(SR.XmlUnsupportedSoapTypeKind, model.TypeDesc.FullName)); 401throw new NotSupportedException(SR.Format(SR.XmlRpcRefsInValueType, model.TypeDesc.FullName)); 403throw new NotSupportedException(SR.Format(SR.XmlRpcNestedValueType, member.TypeDesc.FullName)); 426throw new NotSupportedException(SR.Format(SR.XmlRpcArrayOfValueTypes, model.TypeDesc.FullName));
System\Xml\Serialization\Types.cs (9)
381throw new NotSupportedException(SR.Format(SR.XmlSerializerUnsupportedType, FullName)); 852exception ??= new NotSupportedException(SR.Format(SR.XmlSerializerUnsupportedType, type.FullName)); 870exception ??= new NotSupportedException(SR.Format(SR.XmlUnsupportedRank, type.FullName)); 889exception ??= new NotSupportedException(SR.Format(SR.XmlSerializerUnsupportedType, type.FullName)); 944exception = new NotSupportedException(SR.Format(SR.XmlUnsupportedInterface, type.FullName)); 948exception = new NotSupportedException(SR.Format(SR.XmlUnsupportedInterfaceDetails, $"{memberInfo.DeclaringType!.FullName}.{memberInfo.Name}", type.FullName)); 956exception ??= new NotSupportedException(SR.Format(SR.XmlSerializerUnsupportedType, type.FullName)); 1400throw new NotSupportedException(SR.Format(SR.XmlUnsupportedIDictionary, type.FullName)); 1404throw new NotSupportedException(SR.Format(SR.XmlUnsupportedIDictionaryDetails, memberInfo, type.FullName));
System\Xml\Serialization\XmlReflectionImporter.cs (1)
805throw new NotSupportedException(SR.Format(SR.XmlUnsupportedInheritance, model.Type.BaseType!.FullName));
System\Xml\Serialization\XmlSchemaImporter.cs (1)
449throw new NotSupportedException(SR.Format(SR.XmlUnsupportedRedefine, type.Name, typeNs));
System\Xml\Serialization\XmlSerializationReader.cs (1)
1701throw new NotSupportedException(SR.Format(SR.XmlRpcArrayOfValueTypes, elementType.FullName));
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\XmlResolver.cs (1)
63throw new NotSupportedException(SR.Xml_RelativeUriNotSupported);
System\Xml\XPath\XPathNavigator.cs (8)
67throw new NotSupportedException(); 1264throw new NotSupportedException(); 1269throw new NotSupportedException(); 1274throw new NotSupportedException(); 1279throw new NotSupportedException(); 1284throw new NotSupportedException(); 1289throw new NotSupportedException(); 1555throw new NotSupportedException();
System\Xml\Xsl\IlGen\XmlILAnnotation.cs (1)
142throw new NotSupportedException();
System\Xml\Xsl\ListBase.cs (2)
75throw new NotSupportedException(); 91throw new NotSupportedException();
System\Xml\Xsl\QIL\QilNode.cs (2)
127throw new NotSupportedException(); 132throw new NotSupportedException();
System\Xml\Xsl\QIL\QilXmlWriter.cs (1)
463set { throw new NotSupportedException(); }
System\Xml\Xsl\Runtime\RtfNavigator.cs (11)
98get { throw new NotSupportedException(); } 107throw new NotSupportedException(); 116throw new NotSupportedException(); 125throw new NotSupportedException(); 134throw new NotSupportedException(); 143throw new NotSupportedException(); 152throw new NotSupportedException(); 161throw new NotSupportedException(); 170throw new NotSupportedException(); 178throw new NotSupportedException(); 187throw new NotSupportedException();
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (15)
129throw new NotSupportedException(); 137throw new NotSupportedException(); 145throw new NotSupportedException(); 153throw new NotSupportedException(); 287throw new NotSupportedException(); 295throw new NotSupportedException(); 303throw new NotSupportedException(); 311throw new NotSupportedException(); 327throw new NotSupportedException(); 335throw new NotSupportedException(); 359throw new NotSupportedException(); 367get { throw new NotSupportedException(); } 389throw new NotSupportedException(); 397get { throw new NotSupportedException(); } 405get { throw new NotSupportedException(); }
System\Xml\Xsl\Runtime\XmlQuerySequence.cs (18)
184throw new NotSupportedException(); 192throw new NotSupportedException(); 217throw new NotSupportedException(); 252set { throw new NotSupportedException(); } 260throw new NotSupportedException(); 268throw new NotSupportedException(); 292throw new NotSupportedException(); 300throw new NotSupportedException(); 308throw new NotSupportedException(); 327set { throw new NotSupportedException(); } 344throw new NotSupportedException(); 352throw new NotSupportedException(); 680throw new NotSupportedException(); 688throw new NotSupportedException(); 713throw new NotSupportedException(); 731set { throw new NotSupportedException(); } 747throw new NotSupportedException(); 755throw new NotSupportedException();
System\Xml\Xsl\Runtime\XmlQueryStaticData.cs (1)
86throw new NotSupportedException();
System\Xml\Xsl\XmlQueryTypeFactory.cs (3)
680set { throw new NotSupportedException(); } 952set { throw new NotSupportedException(); } 1140set { throw new NotSupportedException(); }
System.Private.Xml.Linq (5)
System\Xml\Linq\XNodeBuilder.cs (4)
34get { throw new NotSupportedException(); } // nop 56throw new NotSupportedException(); // nop 61throw new NotSupportedException(SR.NotSupported_WriteBase64); 133throw new NotSupportedException(SR.NotSupported_WriteEntityRef);
System\Xml\XPath\XNodeNavigator.cs (1)
451throw new NotSupportedException(SR.NotSupported_MoveToId);
System.Reflection.Context (1)
System\Reflection\Context\Virtual\VirtualMethodBase.cs (1)
43get { throw new NotSupportedException(); }
System.Reflection.Emit (123)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\MethodBuilderInstantiation.cs (5)
56public override RuntimeMethodHandle MethodHandle => throw new NotSupportedException(SR.NotSupported_DynamicModule); 60throw new NotSupportedException(); 101public override ParameterInfo ReturnParameter => throw new NotSupportedException(); 102public override ICustomAttributeProvider ReturnTypeCustomAttributes => throw new NotSupportedException(); 103public override MethodInfo GetBaseDefinition() { throw new NotSupportedException(); }
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\SymbolType.cs (24)
308public override Guid GUID => throw new NotSupportedException(SR.NotSupported_NonReflectedType); 317throw new NotSupportedException(SR.NotSupported_NonReflectedType); 343public override RuntimeTypeHandle TypeHandle => throw new NotSupportedException(SR.NotSupported_NonReflectedType); 376throw new NotSupportedException(SR.NotSupported_NonReflectedType); 382throw new NotSupportedException(SR.NotSupported_NonReflectedType); 389throw new NotSupportedException(SR.NotSupported_NonReflectedType); 395throw new NotSupportedException(SR.NotSupported_NonReflectedType); 401throw new NotSupportedException(SR.NotSupported_NonReflectedType); 407throw new NotSupportedException(SR.NotSupported_NonReflectedType); 414throw new NotSupportedException(SR.NotSupported_NonReflectedType); 420throw new NotSupportedException(SR.NotSupported_NonReflectedType); 426throw new NotSupportedException(SR.NotSupported_NonReflectedType); 432throw new NotSupportedException(SR.NotSupported_NonReflectedType); 439throw new NotSupportedException(SR.NotSupported_NonReflectedType); 445throw new NotSupportedException(SR.NotSupported_NonReflectedType); 451throw new NotSupportedException(SR.NotSupported_NonReflectedType); 457throw new NotSupportedException(SR.NotSupported_NonReflectedType); 463throw new NotSupportedException(SR.NotSupported_NonReflectedType); 469throw new NotSupportedException(SR.NotSupported_NonReflectedType); 481throw new NotSupportedException(SR.NotSupported_NonReflectedType); 487throw new NotSupportedException(SR.NotSupported_NonReflectedType); 544throw new NotSupportedException(SR.NotSupported_NonReflectedType); 549throw new NotSupportedException(SR.NotSupported_NonReflectedType); 554throw new NotSupportedException(SR.NotSupported_NonReflectedType);
System\Reflection\Emit\ArrayMethod.cs (8)
60public override ParameterInfo[] GetParameters() => throw new NotSupportedException(SR.NotSupported_SymbolMethod); 62public override MethodImplAttributes GetMethodImplementationFlags() => throw new NotSupportedException(SR.NotSupported_SymbolMethod); 68public override RuntimeMethodHandle MethodHandle => throw new NotSupportedException(SR.NotSupported_SymbolMethod); 74public override ICustomAttributeProvider ReturnTypeCustomAttributes => throw new NotSupportedException(SR.NotSupported_SymbolMethod); 77=> throw new NotSupportedException(SR.NotSupported_SymbolMethod); 83public override object[] GetCustomAttributes(bool inherit) => throw new NotSupportedException(SR.NotSupported_SymbolMethod); 85public override object[] GetCustomAttributes(Type attributeType, bool inherit) => throw new NotSupportedException(SR.NotSupported_SymbolMethod); 87public override bool IsDefined(Type attributeType, bool inherit) => throw new NotSupportedException(SR.NotSupported_SymbolMethod);
System\Reflection\Emit\ConstructorBuilderImpl.cs (6)
74public override RuntimeMethodHandle MethodHandle => throw new NotSupportedException(SR.NotSupported_DynamicModule); 75public override object[] GetCustomAttributes(bool inherit) => throw new NotSupportedException(SR.NotSupported_DynamicModule); 76public override object[] GetCustomAttributes(Type attributeType, bool inherit) => throw new NotSupportedException(SR.NotSupported_DynamicModule); 79=> throw new NotSupportedException(SR.NotSupported_DynamicModule); 81throw new NotSupportedException(SR.NotSupported_DynamicModule); 82public override bool IsDefined(Type attributeType, bool inherit) => throw new NotSupportedException(SR.NotSupported_DynamicModule);
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\FieldBuilderImpl.cs (6)
104public override object? GetValue(object? obj) => throw new NotSupportedException(SR.NotSupported_DynamicModule); 107=> throw new NotSupportedException(SR.NotSupported_DynamicModule); 108public override RuntimeFieldHandle FieldHandle => throw new NotSupportedException(SR.NotSupported_DynamicModule); 121public override object[] GetCustomAttributes(bool inherit) => throw new NotSupportedException(SR.NotSupported_DynamicModule); 123public override object[] GetCustomAttributes(Type attributeType, bool inherit) => throw new NotSupportedException(SR.NotSupported_DynamicModule); 125public override bool IsDefined(Type attributeType, bool inherit) => throw new NotSupportedException(SR.NotSupported_DynamicModule);
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\ILGeneratorImpl.cs (5)
90throw new NotSupportedException(SR.Argument_NotInExceptionBlock); 137throw new NotSupportedException(SR.Argument_NotInExceptionBlock); 180throw new NotSupportedException(SR.Argument_NotInExceptionBlock); 208throw new NotSupportedException(SR.Argument_NotInExceptionBlock); 763throw new NotSupportedException(SR.Argument_NotInExceptionBlock);
System\Reflection\Emit\MethodBuilderImpl.cs (5)
248public override RuntimeMethodHandle MethodHandle => throw new NotSupportedException(SR.NotSupported_DynamicModule); 270public override object[] GetCustomAttributes(bool inherit) => throw new NotSupportedException(SR.NotSupported_DynamicModule); 272public override object[] GetCustomAttributes(Type attributeType, bool inherit) => throw new NotSupportedException(SR.NotSupported_DynamicModule); 311=> throw new NotSupportedException(SR.NotSupported_DynamicModule); 313public override bool IsDefined(Type attributeType, bool inherit) => throw new NotSupportedException(SR.NotSupported_DynamicModule);
System\Reflection\Emit\ModuleBuilderImpl.cs (1)
772throw new NotSupportedException();
System\Reflection\Emit\PropertyBuilderImpl.cs (9)
141public override object GetValue(object? obj, object?[]? index) => throw new NotSupportedException(SR.NotSupported_DynamicModule); 143throw new NotSupportedException(SR.NotSupported_DynamicModule); 144public override void SetValue(object? obj, object? value, object?[]? index) => throw new NotSupportedException(SR.NotSupported_DynamicModule); 146throw new NotSupportedException(SR.NotSupported_DynamicModule); 147public override MethodInfo[] GetAccessors(bool nonPublic) => throw new NotSupportedException(SR.NotSupported_DynamicModule); 148public override object[] GetCustomAttributes(bool inherit) => throw new NotSupportedException(SR.NotSupported_DynamicModule); 149public override object[] GetCustomAttributes(Type attributeType, bool inherit) => throw new NotSupportedException(SR.NotSupported_DynamicModule); 150public override ParameterInfo[] GetIndexParameters() => throw new NotSupportedException(SR.NotSupported_DynamicModule); 151public override bool IsDefined(Type attributeType, bool inherit) => throw new NotSupportedException(SR.NotSupported_DynamicModule);
System\Reflection\Emit\PseudoCustomAttributesData.cs (2)
323throw new NotSupportedException(SR.Format(SR.NotSupported_UnmanagedTypeOnlyForFields, nameof(UnmanagedType.ByValArray))); 333throw new NotSupportedException(SR.Format(SR.NotSupported_UnmanagedTypeOnlyForFields, nameof(UnmanagedType.ByValArray)));
System\Reflection\Emit\TypeBuilderImpl.cs (9)
216throw new NotSupportedException(SR.NotSupported_NoParentDefaultConstructor); 601public override Type GetElementType() => throw new NotSupportedException(SR.NotSupported_DynamicModule); 602public override string? AssemblyQualifiedName => throw new NotSupportedException(); 626public override Guid GUID => throw new NotSupportedException(); 634object?[]? args, ParameterModifier[]? modifiers, CultureInfo? culture, string[]? namedParameters) => throw new NotSupportedException(); 651throw new NotSupportedException(SR.NotSupported_TypeNotYetCreated); 766public override EventInfo[] GetEvents() => throw new NotSupportedException(); 768public override EventInfo[] GetEvents(BindingFlags bindingAttr) => throw new NotSupportedException(); 770public override EventInfo? GetEvent(string name, BindingFlags bindingAttr) => throw new NotSupportedException();
System.Reflection.Metadata (34)
System\Reflection\Metadata\Ecma335\MetadataAggregator.cs (1)
254throw new NotSupportedException();
System\Reflection\Metadata\Ecma335\MetadataTokens.cs (1)
107throw new NotSupportedException(SR.CantGetOffsetForVirtualHeapHandle);
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 (37)
System\Reflection\Runtime\BindingFlagSupport\ConstructorPolicies.cs (1)
54throw new NotSupportedException();
System\Reflection\TypeLoading\Assemblies\RoAssembly.cs (5)
51public sealed override string CodeBase => throw new NotSupportedException(SR.NotSupported_AssemblyCodeBase); 56public sealed override string EscapedCodeBase => throw new NotSupportedException(SR.NotSupported_AssemblyCodeBase); 201public sealed override void GetObjectData(SerializationInfo info, StreamingContext context) => throw new NotSupportedException(); 204public sealed override Assembly GetSatelliteAssembly(CultureInfo culture) => throw new NotSupportedException(SR.NotSupported_SatelliteAssembly); 205public sealed override Assembly GetSatelliteAssembly(CultureInfo culture, Version? version) => throw new NotSupportedException(SR.NotSupported_SatelliteAssembly);
System\Reflection\TypeLoading\Methods\RoMethod.cs (1)
114public sealed override MethodInfo GetBaseDefinition() => throw new NotSupportedException(SR.NotSupported_GetBaseDefinition);
System\Reflection\TypeLoading\Modules\Ecma\EcmaModule.cs (1)
42public sealed override int MDStreamVersion => throw new NotSupportedException(SR.NotSupported_MDStreamVersion);
System\Reflection\TypeLoading\Modules\RoModule.cs (8)
79public sealed override void GetObjectData(SerializationInfo info, StreamingContext context) => throw new NotSupportedException(); 86public sealed override FieldInfo ResolveField(int metadataToken, Type[]? genericTypeArguments, Type[]? genericMethodArguments) => throw new NotSupportedException(SR.NotSupported_ResolvingTokens); 87public sealed override MemberInfo ResolveMember(int metadataToken, Type[]? genericTypeArguments, Type[]? genericMethodArguments) => throw new NotSupportedException(SR.NotSupported_ResolvingTokens); 88public sealed override MethodBase ResolveMethod(int metadataToken, Type[]? genericTypeArguments, Type[]? genericMethodArguments) => throw new NotSupportedException(SR.NotSupported_ResolvingTokens); 89public sealed override byte[] ResolveSignature(int metadataToken) => throw new NotSupportedException(SR.NotSupported_ResolvingTokens); 90public sealed override string ResolveString(int metadataToken) => throw new NotSupportedException(SR.NotSupported_ResolvingTokens); 91public sealed override Type ResolveType(int metadataToken, Type[]? genericTypeArguments, Type[]? genericMethodArguments) => throw new NotSupportedException(SR.NotSupported_ResolvingTokens); 121throw new NotSupportedException(SR.NotSupported_CaseInsensitive);
System\Reflection\TypeLoading\Types\RoModifiedType.cs (19)
115public override bool Equals([NotNullWhen(true)] object? obj) => throw new NotSupportedException(SR.NotSupported_ModifiedType); 116public override bool Equals(Type? other) => throw new NotSupportedException(SR.NotSupported_ModifiedType); 117public override int GetHashCode() => throw new NotSupportedException(SR.NotSupported_ModifiedType); 150public override MethodBase? DeclaringMethod => throw new NotSupportedException(SR.NotSupported_ModifiedType); 151protected override RoType? ComputeDeclaringType() => throw new NotSupportedException(SR.NotSupported_ModifiedType); 158get { throw new NotSupportedException(SR.NotSupported_ModifiedType); } 165public override int MetadataToken => throw new NotSupportedException(SR.NotSupported_ModifiedType); 169public override Type GetGenericTypeDefinition() => throw new NotSupportedException(SR.NotSupported_ModifiedType); 180public override Type MakeGenericType(params Type[] typeArguments) => throw new NotSupportedException(SR.NotSupported_ModifiedType); 187public override Type[] GetGenericParameterConstraints() => throw new NotSupportedException(SR.NotSupported_ModifiedType); 190protected internal override RoType ComputeEnumUnderlyingType() => throw new NotSupportedException(SR.NotSupported_ModifiedType); 192internal override RoType? ComputeBaseTypeWithoutDesktopQuirk() => throw new NotSupportedException(SR.NotSupported_ModifiedType); 193internal override IEnumerable<RoType> ComputeDirectlyImplementedInterfaces() => throw new NotSupportedException(SR.NotSupported_ModifiedType); 196internal override IEnumerable<ConstructorInfo> GetConstructorsCore(NameFilter? filter) => throw new NotSupportedException(SR.NotSupported_ModifiedType); 197internal override IEnumerable<MethodInfo> GetMethodsCore(NameFilter? filter, Type reflectedType) => throw new NotSupportedException(SR.NotSupported_ModifiedType); 198internal override IEnumerable<EventInfo> GetEventsCore(NameFilter? filter, Type reflectedType) => throw new NotSupportedException(SR.NotSupported_ModifiedType); 199internal override IEnumerable<FieldInfo> GetFieldsCore(NameFilter? filter, Type reflectedType) => throw new NotSupportedException(SR.NotSupported_ModifiedType); 200internal override IEnumerable<PropertyInfo> GetPropertiesCore(NameFilter? filter, Type reflectedType) => throw new NotSupportedException(SR.NotSupported_ModifiedType); 201internal override IEnumerable<RoType> GetNestedTypesCore(NameFilter? filter) => throw new NotSupportedException(SR.NotSupported_ModifiedType);
System\Reflection\TypeLoading\Types\RoType.cs (2)
244public sealed override InterfaceMapping GetInterfaceMap(Type interfaceType) => throw new NotSupportedException(SR.NotSupported_InterfaceMapping); 370_ => throw new NotSupportedException(),
System.Resources.Extensions (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Resources\ResourceReader.cs (2)
828throw new NotSupportedException(SR.Format(SR.NotSupported_WrongResourceReader_Type, readerType)); 966throw new NotSupportedException(SR.ResourceManager_ReflectionNotAllowed);
System\Resources\Extensions\BinaryFormat\Deserializer\ArrayRecordDeserializer.cs (1)
120_ => throw new NotSupportedException(),
System.Runtime.Caching (10)
System\Runtime\Caching\MemoryCache.cs (10)
415throw new NotSupportedException(SR.RegionName_not_supported); 463throw new NotSupportedException(SR.RegionName_not_supported); 563throw new NotSupportedException(SR.RegionName_not_supported); 581throw new NotSupportedException(SR.RegionName_not_supported); 601throw new NotSupportedException(SR.RegionName_not_supported); 619throw new NotSupportedException(SR.RegionName_not_supported); 733throw new NotSupportedException(SR.RegionName_not_supported); 748throw new NotSupportedException(SR.RegionName_not_supported); 767throw new NotSupportedException(SR.RegionName_not_supported); 777throw new NotSupportedException(SR.RegionName_not_supported);
System.Runtime.InteropServices (1)
System\Runtime\InteropServices\Marshalling\StrategyBasedComWrappers.cs (1)
99throw new NotSupportedException();
System.Runtime.InteropServices.JavaScript (10)
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Object.cs (10)
103throw new NotSupportedException(SR.Format(SR.ToManagedNotImplemented, slot.ElementType + "[]")); 116throw new NotSupportedException(SR.Format(SR.ToManagedNotImplemented, slot.Type)); 142throw new NotSupportedException(SR.Format(SR.ToJSNotImplemented, type.FullName)); 186throw new NotSupportedException(SR.Format(SR.ToJSNotImplemented, type.FullName)); 209throw new NotSupportedException(SR.Format(SR.ToJSNotImplemented, type.FullName)); 263throw new NotSupportedException(SR.Format(SR.ToJSNotImplemented, type.FullName)); 322throw new NotSupportedException(SR.Format(SR.ToJSNotImplemented, type.FullName)); 326throw new NotSupportedException(SR.Format(SR.ToJSNotImplemented, type.FullName)); 330throw new NotSupportedException(SR.Format(SR.ToJSNotImplemented, type.FullName)); 334throw new NotSupportedException(SR.Format(SR.ToJSNotImplemented, type.FullName));
System.Runtime.Numerics (1)
System\ThrowHelper.cs (1)
21throw new NotSupportedException();
System.Security.AccessControl (4)
System\Security\AccessControl\ACL.cs (1)
2226throw new NotSupportedException(SR.NotSupported_SetMethod);
System\Security\AccessControl\NativeObjectSecurity.cs (3)
135exception = new NotSupportedException(SR.AccessControl_NoAssociatedSecurity); 265exception = new NotSupportedException(SR.AccessControl_InvalidHandle); 273exception = new NotSupportedException(SR.AccessControl_NoAssociatedSecurity);
System.Security.Cryptography (44)
src\runtime\src\libraries\Common\src\Interop\Windows\BCrypt\AesBCryptModes.cs (1)
26_ => throw new NotSupportedException(),
src\runtime\src\libraries\Common\src\Interop\Windows\BCrypt\DESBCryptModes.cs (1)
24_ => throw new NotSupportedException(),
src\runtime\src\libraries\Common\src\Interop\Windows\BCrypt\RC2BCryptModes.cs (1)
22_ => throw new NotSupportedException(),
src\runtime\src\libraries\Common\src\Interop\Windows\BCrypt\TripleDesBCryptModes.cs (1)
30_ => throw new NotSupportedException(),
src\runtime\src\libraries\Common\src\Interop\Windows\Crypt32\Interop.FindOidInfo.cs (1)
70throw new NotSupportedException();
src\runtime\src\libraries\Common\src\System\Memory\PointerMemoryManager.cs (1)
28throw new NotSupportedException();
System\Security\Cryptography\CryptoStream.cs (12)
93get { throw new NotSupportedException(SR.NotSupported_UnseekableStream); } 98get { throw new NotSupportedException(SR.NotSupported_UnseekableStream); } 99set { throw new NotSupportedException(SR.NotSupported_UnseekableStream); } 138throw new NotSupportedException(SR.Cryptography_CryptoStream_FlushFinalBlockTwice); 209throw new NotSupportedException(SR.NotSupported_UnseekableStream); 214throw new NotSupportedException(SR.NotSupported_UnseekableStream); 227return ValueTask.FromException<int>(new NotSupportedException(SR.NotSupported_UnreadableStream)); 305throw new NotSupportedException(SR.NotSupported_UnreadableStream); 466return ValueTask.FromException(new NotSupportedException(SR.NotSupported_UnwritableStream)); 529throw new NotSupportedException(SR.NotSupported_UnwritableStream); 748throw new NotSupportedException(SR.NotSupported_UnwritableStream); 751throw new NotSupportedException(SR.NotSupported_UnreadableStream);
System\Security\Cryptography\ECAlgorithm.cs (4)
41throw new NotSupportedException(SR.NotSupported_SubclassOverride); 56throw new NotSupportedException(SR.NotSupported_SubclassOverride); 68throw new NotSupportedException(SR.NotSupported_SubclassOverride); 80throw new NotSupportedException(SR.NotSupported_SubclassOverride);
System\Security\Cryptography\ECDiffieHellmanPublicKey.ExportParameters.cs (2)
21throw new NotSupportedException(SR.NotSupported_SubclassOverride); 30throw new NotSupportedException(SR.NotSupported_SubclassOverride);
System\Security\Cryptography\ECDsa.cs (1)
1262throw new NotSupportedException(SR.Cryptography_InvalidKeySize);
System\Security\Cryptography\RSA.cs (2)
365throw new NotSupportedException(SR.NotSupported_Method); // Same as Desktop 370throw new NotSupportedException(SR.NotSupported_Method); // Same as Desktop
System\Security\Cryptography\SymmetricAlgorithm.cs (6)
1519throw new NotSupportedException(SR.NotSupported_SubclassOverride); 1543throw new NotSupportedException(SR.NotSupported_SubclassOverride); 1574throw new NotSupportedException(SR.NotSupported_SubclassOverride); 1600throw new NotSupportedException(SR.NotSupported_SubclassOverride); 1629throw new NotSupportedException(SR.NotSupported_SubclassOverride); 1662throw new NotSupportedException(SR.NotSupported_SubclassOverride);
System\Security\Cryptography\X509Certificates\CertificateExtensionsCommon.cs (3)
43throw new NotSupportedException(SR.NotSupported_KeyAlgorithm); 73throw new NotSupportedException(SR.NotSupported_KeyAlgorithm); 85throw new NotSupportedException(SR.NotSupported_KeyAlgorithm);
System\Security\Cryptography\X509Certificates\CertificatePal.Windows.PrivateKey.cs (2)
54throw new NotSupportedException(SR.NotSupported_ECDsa_Csp); 78csp => throw new NotSupportedException(SR.NotSupported_ECDiffieHellman_Csp),
System\Security\Cryptography\X509Certificates\CertificateRequest.Load.cs (1)
364throw new NotSupportedException(
System\Security\Cryptography\X509Certificates\PublicKey.cs (1)
165throw new NotSupportedException(SR.NotSupported_KeyAlgorithm);
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (1)
287_ => throw new NotSupportedException(SR.NotSupported_KeyAlgorithm),
System\Security\Cryptography\X509Certificates\X509Pal.Windows.PublicKey.cs (3)
33throw new NotSupportedException(SR.NotSupported_KeyAlgorithm); 46throw new NotSupportedException(SR.NotSupported_KeyAlgorithm); 69throw new NotSupportedException(SR.NotSupported_KeyAlgorithm);
System.Security.Cryptography.Cose (1)
src\runtime\src\libraries\Common\src\System\Memory\PointerMemoryManager.cs (1)
28throw new NotSupportedException();
System.Security.Cryptography.Pkcs (5)
Internal\Cryptography\Pal\Windows\DecryptorPalWindows.Decrypt.cs (1)
111throw new NotSupportedException();
Internal\Cryptography\Pal\Windows\PkcsPalWindows.cs (1)
263throw new NotSupportedException(SR.Format(SR.Cryptography_Cms_UnknownKeySpec, keySpec));
Internal\Cryptography\Pal\Windows\PkcsPalWindows.Encrypt.cs (1)
424throw new NotSupportedException(SR.Format(SR.Cryptography_Cms_Invalid_Subject_Identifier_Type, type));
src\runtime\src\libraries\Common\src\Interop\Windows\Crypt32\Interop.FindOidInfo.cs (1)
70throw new NotSupportedException();
src\runtime\src\libraries\Common\src\System\Memory\PointerMemoryManager.cs (1)
28throw new NotSupportedException();
System.Security.Cryptography.Xml (8)
System\Security\Cryptography\Xml\CryptoHelpers.cs (1)
58throw new NotSupportedException(SR.Cryptography_Xml_XsltRequiresDynamicCode);
System\Security\Cryptography\Xml\EncryptedXml.cs (1)
561throw new NotSupportedException(SR.NotSupported_KeyAlgorithm);
System\Security\Cryptography\Xml\SignedInfo.cs (6)
36throw new NotSupportedException(); 41throw new NotSupportedException(); 46get { throw new NotSupportedException(); } 51get { throw new NotSupportedException(); } 56get { throw new NotSupportedException(); } 61get { throw new NotSupportedException(); }
System.Security.Principal.Windows (3)
System\Security\Principal\IRCollection.cs (3)
197throw new NotSupportedException(); 259throw new NotSupportedException(); 352throw new NotSupportedException();
System.ServiceModel.Federation (9)
System\ServiceModel\Federation\WSTrustChannel.cs (3)
98throw new NotSupportedException(SR.Format(SR.WsTrustVersionNotSupported, trustRequest.WsTrustVersion.ToString())); 109throw new NotSupportedException(SR.Format(SR.RequestTypeNotSupported, trustRequest.RequestType)); 142throw new NotSupportedException(SR.Format(SR.WsTrustVersionNotSupported, trustRequest.WsTrustVersion.ToString()));
System\ServiceModel\Federation\WSTrustChannelSecurityTokenProvider.cs (2)
140throw new NotSupportedException(SR.Format(SR.KeyTypeNotSupported, WSTrustTokenParameters.KeyType)); 308throw new NotSupportedException(SR.Format(SR.WsTrustVersionNotSupported, MessageSecurityVersion.TrustVersion));
System\ServiceModel\Federation\WSTrustUtilities.cs (4)
47throw new NotSupportedException(SR.EncryptedKeysForProofTokensNotSupported); 81throw new NotSupportedException(SR.ProtectedKeyEntropyIsNotSupported); 107throw new NotSupportedException(SR.OnlyPSHA1ComputedKeysAreSupported); 115throw new NotSupportedException(SR.ProtectedKeyEntropyIsNotSupported);
System.ServiceModel.Http (17)
System\ServiceModel\BasicHttpMessageSecurity.cs (1)
69throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (7)
933get { throw FxTrace.Exception.AsError(new NotSupportedException(InternalSR.SeekNotSupported)); } 940throw FxTrace.Exception.AsError(new NotSupportedException(InternalSR.SeekNotSupported)); 945throw FxTrace.Exception.AsError(new NotSupportedException(InternalSR.SeekNotSupported)); 1075throw FxTrace.Exception.AsError(new NotSupportedException("this method should never get called")); 1080throw FxTrace.Exception.AsError(new NotSupportedException()); 1085throw FxTrace.Exception.AsError(new NotSupportedException()); 1092throw FxTrace.Exception.AsError(new NotSupportedException("this method should never get called"));
System\ServiceModel\HttpBindingBase.cs (2)
296throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SR.Format(SR.UnsupportedSecuritySetting, nameof(security.Mode), mode))); 306throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SR.Format(SR.UnsupportedSecuritySetting, "Transport.ClientCredentialType", transport.ClientCredentialType)));
System\ServiceModel\HttpClientCredentialType.cs (2)
62throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 90throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\ServiceModel\HttpProxyCredentialType.cs (2)
52throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 79throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\ServiceModel\MessageSecurityOverHttp.cs (3)
81throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 83throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 86throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System.ServiceModel.NetFramingBase (5)
System\ServiceModel\Channels\Connection.cs (5)
156throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SR.SPS_SeekNotSupported)); 164throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SR.SPS_SeekNotSupported)); 168throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SR.SPS_SeekNotSupported)); 270throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SR.SPS_SeekNotSupported)); 275throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SR.SPS_SeekNotSupported));
System.ServiceModel.NetTcp (1)
System\ServiceModel\MessageSecurityOverTcp.cs (1)
85throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System.ServiceModel.Primitives (121)
Internals\System\Runtime\BufferedOutputStream.cs (8)
83throw Fx.Exception.AsError(new NotSupportedException(InternalSR.SeekNotSupported)); 87throw Fx.Exception.AsError(new NotSupportedException(InternalSR.SeekNotSupported)); 139throw Fx.Exception.AsError(new NotSupportedException(InternalSR.ReadNotSupported)); 144throw Fx.Exception.AsError(new NotSupportedException(InternalSR.ReadNotSupported)); 186throw Fx.Exception.AsError(new NotSupportedException(InternalSR.ReadNotSupported)); 191throw Fx.Exception.AsError(new NotSupportedException(InternalSR.ReadNotSupported)); 196throw Fx.Exception.AsError(new NotSupportedException(InternalSR.SeekNotSupported)); 201throw Fx.Exception.AsError(new NotSupportedException(InternalSR.SeekNotSupported));
Internals\System\Xml\XmlMtomReader.cs (20)
2153get { throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.Format(SRP.SeekNotSupportedOnStream, GetType().FullName))); } 2158get { throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.Format(SRP.SeekNotSupportedOnStream, GetType().FullName))); } 2159set { throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.Format(SRP.SeekNotSupportedOnStream, GetType().FullName))); } 2164throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.Format(SRP.WriteNotSupportedOnStream, GetType().FullName))); 2174throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.Format(SRP.WriteNotSupportedOnStream, GetType().FullName))); 2179throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.Format(SRP.WriteNotSupportedOnStream, GetType().FullName))); 2201throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.Format(SRP.SeekNotSupportedOnStream, GetType().FullName))); 2206throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.Format(SRP.WriteNotSupportedOnStream, GetType().FullName))); 2211throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.Format(SRP.WriteNotSupportedOnStream, GetType().FullName))); 2872get { throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.Format(SRP.SeekNotSupportedOnStream, stream.GetType().FullName))); } 2877get { throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.Format(SRP.SeekNotSupportedOnStream, stream.GetType().FullName))); } 2878set { throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.Format(SRP.SeekNotSupportedOnStream, stream.GetType().FullName))); } 2884throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.Format(SRP.ReadNotSupportedOnStream, stream.GetType().FullName))); 2891throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.Format(SRP.WriteNotSupportedOnStream, stream.GetType().FullName))); 2902throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.Format(SRP.ReadNotSupportedOnStream, stream.GetType().FullName))); 2909throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.Format(SRP.WriteNotSupportedOnStream, stream.GetType().FullName))); 2920throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.Format(SRP.ReadNotSupportedOnStream, stream.GetType().FullName))); 3005throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.Format(SRP.SeekNotSupportedOnStream, stream.GetType().FullName))); 3010throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.Format(SRP.SeekNotSupportedOnStream, stream.GetType().FullName))); 3015throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.Format(SRP.WriteNotSupportedOnStream, stream.GetType().FullName)));
System\IdentityModel\HashStream.cs (4)
56throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 86throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 106throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 111throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\IdentityModel\Selectors\SecurityTokenProvider.cs (2)
158throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.Format(SRP.TokenRenewalNotSupported, this))); 225throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.Format(SRP.TokenCancellationNotSupported, this)));
System\IdentityModel\Tokens\SecurityKeyIdentifierClause.cs (1)
48throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.KeyIdentifierClauseDoesNotSupportKeyCreation));
System\IdentityModel\Tokens\SecurityToken.cs (1)
30throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(
System\IdentityModel\Tokens\X509AsymmetricSecurityKey.cs (20)
71DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.PrivateKeyNotSupported)); 96DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.PublicKeyNotSupported)); 125throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.MissingPrivateKey)); 140throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.AlgorithmAndPrivateKeyMisMatch)); 150throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.AlgorithmAndPrivateKeyMisMatch)); 158throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.Format(SRP.UnsupportedCryptoAlgorithm, algorithm))); 171throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.AlgorithmAndPublicKeyMisMatch)); 180throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.AlgorithmAndPublicKeyMisMatch)); 183throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.Format(SRP.UnsupportedCryptoAlgorithm, algorithm))); 223throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.Format(SRP.UnsupportedCryptoAlgorithm, algorithm))); 258throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.AlgorithmAndPublicKeyMisMatch, e)); 273throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.PublicKeyNotDSA)); 284throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.PublicKeyNotRSA)); 290throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.Format(SRP.UnsupportedCryptoAlgorithm, algorithm))); 299throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.MissingPrivateKey)); 333throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.AlgorithmAndPrivateKeyMisMatch, e)); 348throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.PrivateKeyNotDSA)); 359throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.PrivateKeyNotRSA)); 369throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.PrivateKeyNotRSA)); 375throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.Format(SRP.UnsupportedCryptoAlgorithm, algorithm)));
System\ServiceModel\Channels\BinaryMessageEncodingBindingElement.cs (1)
161throw FxTrace.Exception.AsError(new NotSupportedException(SRP.Format(
System\ServiceModel\Channels\BufferedReadStream.cs (8)
113get { throw new NotSupportedException(nameof(Length)); } 118get { throw new NotSupportedException(nameof(Position)); } 119set { throw new NotSupportedException(nameof(Position)); } 438throw new NotSupportedException(nameof(Write)); 443throw new NotSupportedException(nameof(WriteAsync)); 448throw new NotSupportedException(nameof(WriteByte)); 453throw new NotSupportedException(nameof(Seek)); 458throw new NotSupportedException(nameof(SetLength));
System\ServiceModel\Channels\BufferedWriteStream.cs (8)
127get { throw new NotSupportedException(nameof(Length)); } 132get { throw new NotSupportedException(nameof(Position)); } 133set { throw new NotSupportedException(nameof(Position)); } 232throw new NotSupportedException(nameof(Read)); 237throw new NotSupportedException(nameof(ReadAsync)); 242throw new NotSupportedException(nameof(ReadByte)); 556throw new NotSupportedException(nameof(Seek)); 562throw new NotSupportedException(nameof(SetLength));
System\ServiceModel\Channels\ProducerConsumerStream.cs (5)
152throw new NotSupportedException(); 157throw new NotSupportedException(); 162get { throw new NotSupportedException(); } 167get { throw new NotSupportedException(); } 168set { throw new NotSupportedException(); }
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
883throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
299throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.Format(SRP.ExtendedProtectionPolicyCustomChannelBindingNotSupported)));
System\ServiceModel\Channels\ServiceChannelProxy.cs (2)
83throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.Format(SRP.SFxMethodNotSupported1, method.Name))); 87throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.Format(SRP.SFxMethodNotSupportedOnCallback1, method.Name)));
System\ServiceModel\ClientBase.cs (1)
974throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.Format(SRP.SFxMethodNotSupported1, methodName)));
System\ServiceModel\Dispatcher\ImmutableClientRuntime.cs (1)
171throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException
System\ServiceModel\Dispatcher\StreamFormatter.cs (6)
425set { throw TraceUtility.ThrowHelperError(new NotSupportedException(), _message); } 445throw TraceUtility.ThrowHelperError(new NotSupportedException(), _message); 448public override void Flush() { throw TraceUtility.ThrowHelperError(new NotSupportedException(), _message); } 449public override long Seek(long offset, SeekOrigin origin) { throw TraceUtility.ThrowHelperError(new NotSupportedException(), _message); } 450public override void SetLength(long value) { throw TraceUtility.ThrowHelperError(new NotSupportedException(), _message); } 451public override void Write(byte[] buffer, int offset, int count) { throw TraceUtility.ThrowHelperError(new NotSupportedException(), _message); }
System\ServiceModel\RsaEndpointIdentity.cs (1)
28throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.Format(SRP.PublicKeyNotRSA)));
System\ServiceModel\Security\AcceleratedTokenProvider.cs (1)
229throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs (3)
164throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.Format(SRP.SecurityTokenManagerCannotCreateProviderForRequirement, tokenRequirement))); 184throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.Format(SRP.SecurityTokenManagerCannotCreateSerializerForVersion, version))); 328throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.Format(SRP.SecurityTokenManagerCannotCreateAuthenticatorForRequirement, tokenRequirement)));
System\ServiceModel\Security\InitiatorSessionSymmetricTransportSecurityProtocol.cs (1)
26throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.Format(SRP.ProtocolMustBeInitiator, nameof(InitiatorSessionSymmetricTransportSecurityProtocol))));
System\ServiceModel\Security\MessageSecurityTokenVersion.cs (2)
128throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 144throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\ServiceModel\Security\SecurityProtocol.cs (1)
581throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.Format(SRP.UnknownTokenAttachmentMode, supportingTokens[i].SecurityTokenAttachmentMode.ToString())));
System\ServiceModel\Security\SecuritySessionClientSettings.cs (5)
175throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 286throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 730throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 820throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 1355throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.Format(SRP.SessionTokenIsNotGenericXmlToken, sessionToken, typeof(GenericXmlSecurityToken))));
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (3)
426throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 459throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 643throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\ServiceModel\Security\SecurityUtils.cs (2)
664throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 839throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\ServiceModel\Security\SendSecurityHeader.cs (1)
521throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.Format(SRP.UnsupportedTokenInclusionMode, parameters.InclusionMode)));
System\ServiceModel\Security\Tokens\SecurityTokenParameters.cs (2)
85throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException( 134throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(
System\ServiceModel\Security\WSKeyInfoSerializer.cs (1)
45throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\ServiceModel\Security\WSSecurityJan2004.cs (3)
214throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 219throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 321throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.Format(SRP.UnsupportedPasswordType, type)));
System\ServiceModel\Security\WSSecurityTokenSerializer.cs (2)
105throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 134throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\ServiceModel\Security\WSTrust.cs (1)
709throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.UnsupportedIssuerEntropyType));
System\ServiceModel\SynchronizedReadOnlyCollection.cs (2)
119throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.SFxCollectionReadOnly)); 180throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.SFxCopyToRequiresICollection));
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
581throw new NotSupportedException(FeedUtils.AddLineInfo(reader, (SR.Format(SR.UnsupportedRssVersion, version))));
System.ServiceModel.UnixDomainSocket (3)
System\ServiceModel\UnixDomainSocketSecurity.cs (2)
63throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SR.Format(SR.UnsupportedSecuritySetting, "Mode", _mode))); 73throw new NotSupportedException();
System\ServiceModel\UnixDomainSocketTransportSecurity.cs (1)
167throw new NotSupportedException();
System.Speech (43)
Internal\SapiInterop\SpStreamWrapper.cs (7)
58throw new NotSupportedException(); 72throw new NotSupportedException(); 76throw new NotSupportedException(); 84throw new NotSupportedException(); 88throw new NotSupportedException(); 92throw new NotSupportedException(); 104throw new NotSupportedException();
Internal\SeekableReadStream.cs (4)
112throw new NotSupportedException(SR.Get(SRID.SeekNotSupported)); 126throw new NotSupportedException(SR.Get(SRID.SeekNotSupported)); 218throw new NotSupportedException(SR.Get(SRID.SeekNotSupported)); 223throw new NotSupportedException(SR.Get(SRID.StreamMustBeWriteable));
Recognition\RecognizerBase.cs (15)
223throw new NotSupportedException(SR.Get(SRID.NotSupportedWithThisVersionOfSAPI2, "Weight")); 253throw new NotSupportedException(SR.Get(SRID.NotSupportedWithThisVersionOfSAPI2, "Priority")); 267throw new NotSupportedException(SR.Get(SRID.CannotSetPriorityOnDictation)); 338throw new NotSupportedException(SR.Get(SRID.NotSupportedWithThisVersionOfSAPICompareOption)); 357throw new NotSupportedException(SR.Get(SRID.NotSupportedWithThisVersionOfSAPICompareOption)); 372throw new NotSupportedException(SR.Get(SRID.NotSupportedWithThisVersionOfSAPI)); 396throw new NotSupportedException(SR.Get(SRID.NotSupportedWithThisVersionOfSAPI)); 427throw new NotSupportedException(SR.Get(SRID.NegativeTimesNotSupported)); 431throw new NotSupportedException(SR.Get(SRID.NotSupportedWithThisVersionOfSAPI)); 885return new NotSupportedException(SR.Get(SRID.RecognitionNotSupportedOn64bit)); 1617throw new NotSupportedException(SR.Get(SRID.SapiErrorTooManyGrammars), e); 1667throw new NotSupportedException(SR.Get(SRID.CannotSetPriorityOnDictation)); 1688throw new NotSupportedException(SR.Get(SRID.NotSupportedWithThisVersionOfSAPI)); 2661throw new NotSupportedException(SR.Get(SRID.NotSupportedWithThisVersionOfSAPICompareOption)); 2955throw new NotSupportedException(SR.Get(messageId));
Recognition\SrgsGrammar\SrgsElementFactory.cs (1)
87throw new NotSupportedException(SR.Get(SRID.ReqConfidenceNotSupported));
Result\RecognitionResult.cs (3)
121throw new NotSupportedException(SR.Get(SRID.NotSupportedWithThisVersionOfSAPI)); 132throw new NotSupportedException(SR.Get(SRID.SapiErrorNotSupportedForInprocRecognizer)); 251throw new NotSupportedException(SR.Get(SRID.CantGetPropertyFromSerializedInfo, "Recognizer"));
Result\RecognizedPhrase.cs (6)
229throw new NotSupportedException(); 246throw new NotSupportedException(); 272throw new NotSupportedException(SR.Get(SRID.CantGetPropertyFromSerializedInfo, "Grammar")); 684throw new NotSupportedException(SR.Get(SRID.NotSupportedWithThisVersionOfSAPI)); 727throw new NotSupportedException(SR.Get(SRID.UnhandledVariant)); 780throw new NotSupportedException(SR.Get(SRID.NotSupportedWithThisVersionOfSAPI));
Result\SemanticValue.cs (5)
114throw new NotSupportedException(SR.Get(SRID.CollectionReadOnly)); 119throw new NotSupportedException(SR.Get(SRID.CollectionReadOnly)); 124throw new NotSupportedException(SR.Get(SRID.CollectionReadOnly)); 129throw new NotSupportedException(SR.Get(SRID.CollectionReadOnly)); 134throw new NotSupportedException(SR.Get(SRID.CollectionReadOnly));
Synthesis\PromptBuilder.cs (2)
806throw new NotSupportedException(); 944throw new NotSupportedException();
System.Text.Encoding.CodePages (6)
System\Text\BaseCodePageEncoding.cs (1)
255throw new NotSupportedException(SR.Format(SR.NotSupported_NoCodepageData, CodePage));
System\Text\DBCSCodePageEncoding.cs (1)
99throw new NotSupportedException(SR.Format(SR.NotSupported_NoCodepageData, CodePage));
System\Text\EncodingNLS.cs (3)
358throw new NotSupportedException( 371throw new NotSupportedException( 537throw new NotSupportedException(SR.Format(SR.NotSupported_NoCodepageData, CodePage));
System\Text\SBCSCodePageEncoding.cs (1)
73throw new NotSupportedException(SR.Format(SR.NotSupported_NoCodepageData, CodePage));
System.Text.Json (24)
System\Text\Json\Serialization\Converters\Value\UnsupportedTypeConverter.cs (2)
18throw new NotSupportedException(ErrorMessage); 21throw new NotSupportedException(ErrorMessage);
System\Text\Json\ThrowHelper.Node.cs (1)
71return new NotSupportedException(SR.CollectionIsReadOnly);
System\Text\Json\ThrowHelper.Serialization.cs (21)
34throw new NotSupportedException(SR.Format(SR.SerializationNotSupportedType, propertyType)); 40throw new NotSupportedException(SR.Format(SR.TypeRequiresAsyncSerialization, propertyType)); 46throw new NotSupportedException(SR.Format(SR.DictionaryKeyTypeNotSupported, keyType, converter.GetType())); 124throw new NotSupportedException(SR.ObjectCreationHandlingPropertyDoesNotSupportParameterizedConstructors); 468NotSupportedException ex = new NotSupportedException( 655throw new NotSupportedException(message, innerException); 681throw new NotSupportedException(message, innerException); 710ThrowNotSupportedException(ref state, reader, new NotSupportedException(message)); 716ThrowNotSupportedException(ref state, reader, new NotSupportedException(SR.Format(SR.CannotPopulateCollection, type))); 879throw new NotSupportedException(SR.Format(SR.NoMetadataForType, type, resolver?.ToString() ?? "<null>")); 884return new NotSupportedException(SR.Format(SR.AmbiguousMetadataForType, type, match1, match2)); 890throw new NotSupportedException(SR.Format(SR.ConstructorContainsNullParameterNames, declaringType)); 919throw new NotSupportedException(SR.Format(SR.Polymorphism_DerivedConverterDoesNotSupportMetadata, derivedType)); 925throw new NotSupportedException(SR.Format(SR.Polymorphism_DerivedConverterDoesNotSupportMetadata, derivedType)); 931throw new NotSupportedException(SR.Format(SR.Polymorphism_RuntimeTypeNotSupported, runtimeType, baseType)); 937throw new NotSupportedException(SR.Format(SR.Polymorphism_RuntimeTypeDiamondAmbiguity, runtimeType, derivedType1, derivedType2, baseType)); 1071throw new NotSupportedException( 1081throw new NotSupportedException( 1094throw new NotSupportedException( 1109throw new NotSupportedException( 1168throw new NotSupportedException(SR.JsonSchemaExporter_ReferenceHandlerPreserve_NotSupported);
System.Text.RegularExpressions (46)
System\Text\RegularExpressions\CaptureCollection.cs (12)
216throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 219throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 224set => throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 228throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 231throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 237throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 240throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 243throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 252throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 257throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 260throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 265set => throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection);
System\Text\RegularExpressions\GroupCollection.cs (12)
272throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 275throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 280set => throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 284throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 287throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 293throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 296throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 299throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 308throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 313throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 316throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 321set => throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection);
System\Text\RegularExpressions\Match.cs (1)
203Regex? regex = _regex ?? throw new NotSupportedException(SR.NoResultOnFailed);
System\Text\RegularExpressions\MatchCollection.cs (12)
296throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 299throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 304set => throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 308throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 311throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 320throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 323throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 326throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 335throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 340throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 343throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 348set => throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection);
System\Text\RegularExpressions\Regex.Debug.cs (3)
22throw new NotSupportedException(); 48throw new NotSupportedException(); 91throw new NotSupportedException();
System\Text\RegularExpressions\Regex.EnumerateMatches.cs (2)
171readonly object IEnumerator.Current => throw new NotSupportedException(); 174void IEnumerator.Reset() => throw new NotSupportedException();
System\Text\RegularExpressions\Regex.EnumerateSplits.cs (1)
279void IEnumerator.Reset() => throw new NotSupportedException();
System\Text\RegularExpressions\RegexRunner.cs (1)
146throw new NotSupportedException(SR.UsingSpanAPIsWithCompiledToAssembly);
System\Text\RegularExpressions\Symbolic\RegexNodeConverter.cs (1)
178throw new NotSupportedException(SR.Format(SR.NotSupported_NonBacktrackingConflictingExpression, node.Kind switch
System\Text\RegularExpressions\Symbolic\SymbolicRegexRunnerFactory.cs (1)
35throw new NotSupportedException(SR.Format(SR.NotSupported_NonBacktrackingUnsafeSize, size, threshold));
System.Threading.Channels (1)
System\Threading\Channels\ChannelReader.cs (1)
31public virtual int Count => throw new NotSupportedException();
System.Threading.Tasks.Dataflow (10)
Base\DataflowBlock.cs (7)
185IDisposable ISourceBlock<T>.LinkTo(ITargetBlock<T> target, DataflowLinkOptions linkOptions) { throw new NotSupportedException(SR.NotSupported_MemberNotNeeded); } 712IDisposable ISourceBlock<TOutput>.LinkTo(ITargetBlock<TOutput> target, DataflowLinkOptions linkOptions) { throw new NotSupportedException(SR.NotSupported_MemberNotNeeded); } 714void IDataflowBlock.Complete() { throw new NotSupportedException(SR.NotSupported_MemberNotNeeded); } 716void IDataflowBlock.Fault(Exception exception) { throw new NotSupportedException(SR.NotSupported_MemberNotNeeded); } 1357Task IDataflowBlock.Completion { get { throw new NotSupportedException(SR.NotSupported_MemberNotNeeded); } } 1482Task IDataflowBlock.Completion => throw new NotSupportedException(SR.NotSupported_MemberNotNeeded); 2137Task IDataflowBlock.Completion { get { throw new NotSupportedException(SR.NotSupported_MemberNotNeeded); } }
Blocks\BatchedJoinBlock.cs (1)
624Task IDataflowBlock.Completion { get { throw new NotSupportedException(SR.NotSupported_MemberNotNeeded); } }
Blocks\JoinBlock.cs (1)
933public Task Completion { get { throw new NotSupportedException(SR.NotSupported_MemberNotNeeded); } }
Internal\TargetRegistry.cs (1)
353IDisposable ISourceBlock<T>.LinkTo(ITargetBlock<T> target, DataflowLinkOptions linkOptions) { throw new NotSupportedException(SR.NotSupported_MemberNotNeeded); }
System.Threading.Tasks.Parallel (3)
System\Threading\Tasks\ParallelLoopState.cs (3)
44throw new NotSupportedException( 101throw new NotSupportedException( 149throw new NotSupportedException(
System.Transactions.Local (5)
System\Transactions\DtcProxyShim\DtcProxyShimFactory.cs (1)
82throw new NotSupportedException(SR.ImplicitDistributedTransactionsDisabled);
System\Transactions\Oletx\DtcTransactionManager.cs (2)
49throw new NotSupportedException(SR.ProxyCannotSupportMultipleNodeNames); 60throw new NotSupportedException(SR.CannotSupportNodeNameSpecification);
System\Transactions\TransactionScope.cs (1)
1156throw new NotSupportedException(SR.AsyncFlowAndESInteropNotSupported);
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 (255)
System\Drawing\Design\UITypeEditor.cs (1)
70throw new NotSupportedException(string.Format(SR.ControlNotSupportedInTrimming, nameof(UITypeEditor)));
System\Resources\AssemblyNamesTypeResolutionService.cs (1)
174public void ReferenceAssembly(AssemblyName name) => throw new NotSupportedException();
System\Resources\ResXDataNode.cs (1)
377throw new NotSupportedException(newMessage, xml);
System\Windows\Forms\Accessibility\AccessibleObject.cs (2)
593throw new NotSupportedException(message); 3230throw new NotSupportedException(SR.AccessibleObjectLiveRegionNotSupported);
System\Windows\Forms\ActiveX\AxHost.cs (38)
295add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "MouseClick")); 303add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "MouseDoubleClick")); 469add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "BackColorChanged")); 477add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "BackgroundImageChanged")); 485add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "BackgroundImageLayoutChanged")); 493add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "BindingContextChanged")); 501add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "CursorChanged")); 512add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "EnabledChanged")); 520add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "FontChanged")); 528add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "ForeColorChanged")); 536add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "RightToLeftChanged")); 544add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "TextChanged")); 555add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "Click")); 563add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "DragDrop")); 571add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "DragEnter")); 579add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "DragOver")); 587add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "DragLeave")); 595add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "GiveFeedback")); 603add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "HelpRequested")); 611add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "Paint")); 619add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "QueryContinueDrag")); 627add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "QueryAccessibilityHelp")); 638add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "DoubleClick")); 646add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "ImeModeChanged")); 657add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "KeyDown")); 668add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "KeyPress")); 679add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "KeyUp")); 687add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "Layout")); 698add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "MouseDown")); 709add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "MouseEnter")); 720add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "MouseLeave")); 731add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "MouseHover")); 742add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "MouseMove")); 753add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "MouseUp")); 764add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "MouseWheel")); 772add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "ChangeUICues")); 780add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "StyleChanged")); 1526throw new NotSupportedException(string.Format(SR.AXNohWnd, GetType().Name));
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (6)
88throw new NotSupportedException(SR.AXTopLevelSource); 1041throw new NotSupportedException(string.Format(SR.ControlNotSupportedInTrimming, nameof(ActiveXImpl))); 1144throw new NotSupportedException(SR.BinaryFormatterNotSupported); 1441throw new NotSupportedException(string.Format(SR.ControlNotSupportedInTrimming, nameof(ActiveXImpl))); 1495throw new NotSupportedException(string.Format(SR.ControlNotSupportedInTrimming, nameof(ActiveXImpl))); 1534throw new NotSupportedException(SR.BinaryFormatterNotSupported);
System\Windows\Forms\Application.cs (1)
1452throw new NotSupportedException(SR.RestartNotSupported);
System\Windows\Forms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (1)
823throw new NotSupportedException(string.Format(SR.COM2ReadonlyProperty, Name));
System\Windows\Forms\Components\ImageList\ImageList.ImageCollection.cs (4)
430public bool Contains(Image image) => throw new NotSupportedException(); 448public int IndexOf(Image image) => throw new NotSupportedException(); 499void IList.Insert(int index, object? value) => throw new NotSupportedException(); 530public void Remove(Image image) => throw new NotSupportedException();
System\Windows\Forms\Control.cs (4)
1797throw new NotSupportedException(SR.BindingNotSupported); 6535throw new NotSupportedException(SR.ControlIsKeyLockedNumCapsScrollLockKeysSupportedOnly); 6970throw new NotSupportedException(SR.BindingNotSupported); 13473throw new NotSupportedException(SR.DesignTimeFeaturesNotSupported);
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
166throw new NotSupportedException(SR.DesignTimeFeaturesNotSupported);
System\Windows\Forms\Controls\Buttons\FlatButtonAppearance.cs (1)
73throw new NotSupportedException(SR.ButtonFlatAppearanceInvalidBorderColor);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
156throw new NotSupportedException(SR.ComboBoxAutoCompleteModeOnlyNoneAllowed); 200throw new NotSupportedException(SR.ComboBoxAutoCompleteSourceOnlyListItemsAllowed);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
7120throw new NotSupportedException(SR.DataGridView_DisabledClipboardCopy);
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\DataGridView\DataGridViewSelectedCellCollection.cs (8)
20throw new NotSupportedException(SR.DataGridView_ReadOnlyCollection); 25throw new NotSupportedException(SR.DataGridView_ReadOnlyCollection); 34throw new NotSupportedException(SR.DataGridView_ReadOnlyCollection); 39throw new NotSupportedException(SR.DataGridView_ReadOnlyCollection); 44throw new NotSupportedException(SR.DataGridView_ReadOnlyCollection); 54set { throw new NotSupportedException(SR.DataGridView_ReadOnlyCollection); } 112throw new NotSupportedException(SR.DataGridView_ReadOnlyCollection); 125throw new NotSupportedException(SR.DataGridView_ReadOnlyCollection);
System\Windows\Forms\Controls\DataGridView\DataGridViewSelectedColumnCollection.cs (8)
16throw new NotSupportedException(SR.DataGridView_ReadOnlyCollection); 21throw new NotSupportedException(SR.DataGridView_ReadOnlyCollection); 30throw new NotSupportedException(SR.DataGridView_ReadOnlyCollection); 35throw new NotSupportedException(SR.DataGridView_ReadOnlyCollection); 40throw new NotSupportedException(SR.DataGridView_ReadOnlyCollection); 50set { throw new NotSupportedException(SR.DataGridView_ReadOnlyCollection); } 79throw new NotSupportedException(SR.DataGridView_ReadOnlyCollection); 92throw new NotSupportedException(SR.DataGridView_ReadOnlyCollection);
System\Windows\Forms\Controls\DataGridView\DataGridViewSelectedRowCollection.cs (8)
18int IList.Add(object? value) => throw new NotSupportedException(SR.DataGridView_ReadOnlyCollection); 20void IList.Clear() => throw new NotSupportedException(SR.DataGridView_ReadOnlyCollection); 26void IList.Insert(int index, object? value) => throw new NotSupportedException(SR.DataGridView_ReadOnlyCollection); 28void IList.Remove(object? value) => throw new NotSupportedException(SR.DataGridView_ReadOnlyCollection); 30void IList.RemoveAt(int index) => throw new NotSupportedException(SR.DataGridView_ReadOnlyCollection); 39set { throw new NotSupportedException(SR.DataGridView_ReadOnlyCollection); } 66public void Clear() => throw new NotSupportedException(SR.DataGridView_ReadOnlyCollection); 76public void Insert(int index, DataGridViewRow dataGridViewRow) => throw new NotSupportedException(SR.DataGridView_ReadOnlyCollection);
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.CheckedIndexCollection.cs (6)
85throw new NotSupportedException(SR.CheckedListBoxCheckedIndexCollectionIsReadOnly); 91throw new NotSupportedException(SR.CheckedListBoxCheckedIndexCollectionIsReadOnly); 96throw new NotSupportedException(SR.CheckedListBoxCheckedIndexCollectionIsReadOnly); 101throw new NotSupportedException(SR.CheckedListBoxCheckedIndexCollectionIsReadOnly); 106throw new NotSupportedException(SR.CheckedListBoxCheckedIndexCollectionIsReadOnly); 111throw new NotSupportedException(SR.CheckedListBoxCheckedIndexCollectionIsReadOnly);
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.CheckedItemCollection.cs (6)
60throw new NotSupportedException(SR.CheckedListBoxCheckedItemCollectionIsReadOnly); 113throw new NotSupportedException(SR.CheckedListBoxCheckedItemCollectionIsReadOnly); 118throw new NotSupportedException(SR.CheckedListBoxCheckedItemCollectionIsReadOnly); 123throw new NotSupportedException(SR.CheckedListBoxCheckedItemCollectionIsReadOnly); 128throw new NotSupportedException(SR.CheckedListBoxCheckedItemCollectionIsReadOnly); 133throw new NotSupportedException(SR.CheckedListBoxCheckedItemCollectionIsReadOnly);
System\Windows\Forms\Controls\ListBoxes\ListBox.IntegerCollection.cs (1)
228throw new NotSupportedException(SR.ListBoxCantInsertIntoIntegerCollection);
System\Windows\Forms\Controls\ListBoxes\ListBox.SelectedIndexCollection.cs (6)
111throw new NotSupportedException(SR.ListBoxSelectedIndexCollectionIsReadOnly); 116throw new NotSupportedException(SR.ListBoxSelectedIndexCollectionIsReadOnly); 121throw new NotSupportedException(SR.ListBoxSelectedIndexCollectionIsReadOnly); 126throw new NotSupportedException(SR.ListBoxSelectedIndexCollectionIsReadOnly); 131throw new NotSupportedException(SR.ListBoxSelectedIndexCollectionIsReadOnly); 154throw new NotSupportedException(SR.ListBoxSelectedIndexCollectionIsReadOnly);
System\Windows\Forms\Controls\ListBoxes\ListBox.SelectedObjectCollection.cs (6)
154throw new NotSupportedException(SR.ListBoxSelectedObjectCollectionIsReadOnly); 159throw new NotSupportedException(SR.ListBoxSelectedObjectCollectionIsReadOnly); 164throw new NotSupportedException(SR.ListBoxSelectedObjectCollectionIsReadOnly); 169throw new NotSupportedException(SR.ListBoxSelectedObjectCollectionIsReadOnly); 174throw new NotSupportedException(SR.ListBoxSelectedObjectCollectionIsReadOnly); 200throw new NotSupportedException(SR.ListBoxSelectedObjectCollectionIsReadOnly);
System\Windows\Forms\Controls\ListControl\ListControl.cs (3)
144throw new NotSupportedException(SR.BindingNotSupported); 436throw new NotSupportedException(SR.BindingNotSupported); 707throw new NotSupportedException(SR.BindingNotSupported);
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.cs (5)
455throw new NotSupportedException(SR.ListViewCheckBoxesNotSupportedInTileView); 500throw new NotSupportedException(SR.ListViewCheckBoxesNotSupportedInTileView); 1813throw new NotSupportedException(SR.ListViewTileViewDoesNotSupportCheckBoxes); 1823throw new NotSupportedException(SR.ListViewCantSetViewToTileViewInVirtualMode); 1943throw new NotSupportedException(SR.ListViewCantSetVirtualModeWhenInTileView);
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\PictureBox\PictureBox.cs (2)
490throw new NotSupportedException(SR.PictureBoxRemoteLocationNotSupported); 563throw new NotSupportedException(SR.PictureBoxRemoteLocationNotSupported);
System\Windows\Forms\Controls\PropertyGrid\GridItem.cs (1)
80set => throw new NotSupportedException(SR.GridItemNotExpandable);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
528set => throw new NotSupportedException();
System\Windows\Forms\Controls\TextBox\TextBox.cs (1)
167throw new NotSupportedException(SR.TextBoxAutoCompleteSourceNoItems);
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (3)
226throw new NotSupportedException(SR.ToolStripDoesntSupportAutoScroll); 1565throw new NotSupportedException(SR.ToolStripRenderModeUseRendererPropertyInstead); 4067throw new NotSupportedException(SR.ToolStripCanOnlyPositionItsOwnItems);
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.cs (1)
42throw new NotSupportedException(SR.ToolStripMustSupplyItsOwnComboBox);
System\Windows\Forms\Controls\ToolStrips\ToolStripContainer.ToolStripContainerTypedControlCollection.cs (3)
31throw new NotSupportedException(SR.ToolStripContainerUseContentPanel); 51throw new NotSupportedException(SR.ReadonlyControlsCollection); 67throw new NotSupportedException(SR.ReadonlyControlsCollection);
System\Windows\Forms\Controls\ToolStrips\ToolStripItemCollection.cs (9)
121throw new NotSupportedException(SR.ToolStripItemCollectionIsReadOnly); 141throw new NotSupportedException(SR.ToolStripItemCollectionIsReadOnly); 174throw new NotSupportedException(SR.ToolStripItemCollectionIsReadOnly); 223throw new NotSupportedException(SR.ToolStripItemCollectionIsReadOnly); 233throw new NotSupportedException(SR.ToolStripItemCircularReference); 309set { throw new NotSupportedException(SR.ToolStripCollectionMustInsertAndRemove); /* InnerList[index] = value; */ } 417throw new NotSupportedException(SR.ToolStripItemCollectionIsReadOnly); 432throw new NotSupportedException(SR.ToolStripItemCollectionIsReadOnly); 450throw new NotSupportedException(SR.ToolStripItemCollectionIsReadOnly);
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.cs (1)
522throw new NotSupportedException(SR.ToolStripRenderModeUseRendererPropertyInstead);
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.ToolStripPanelRowCollection.cs (1)
124set { throw new NotSupportedException(SR.ToolStripCollectionMustInsertAndRemove); /* InnerList[index] = value; */ }
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.ToolStripPanelRowControlCollection.cs (2)
78throw new NotSupportedException(string.Format(SR.TypedControlCollectionShouldBeOfType, nameof(ToolStrip))); 210throw new NotSupportedException(string.Format(SR.TypedControlCollectionShouldBeOfType, nameof(ToolStrip)));
System\Windows\Forms\Controls\ToolStrips\ToolStripRendererSwitcher.cs (1)
108throw new NotSupportedException(SR.ToolStripRenderModeUseRendererPropertyInstead);
System\Windows\Forms\Controls\ToolStrips\ToolStripSplitStackLayout.cs (2)
158throw new NotSupportedException(SR.ToolStripSplitStackLayoutContainerMustBeAToolStrip); 184throw new NotSupportedException(SR.ToolStripSplitStackLayoutContainerMustBeAToolStrip);
System\Windows\Forms\Controls\ToolStrips\ToolStripTextBox.cs (1)
50throw new NotSupportedException(SR.ToolStripMustSupplyItsOwnTextBox);
System\Windows\Forms\Controls\WebBrowser\HtmlElement.cs (6)
224throw new NotSupportedException(SR.HtmlElementPropertyNotSupported); 253throw new NotSupportedException(SR.HtmlElementPropertyNotSupported); 353throw new NotSupportedException(SR.HtmlElementPropertyNotSupported); 382throw new NotSupportedException(SR.HtmlElementPropertyNotSupported); 530throw new NotSupportedException(SR.HtmlElementMethodNotSupported); 671throw new NotSupportedException(SR.HtmlElementAttributeNotSupported);
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (48)
1284throw new NotSupportedException(SR.WebBrowserAllowDropNotSupported); 1296throw new NotSupportedException(SR.WebBrowserBackgroundImageNotSupported); 1308throw new NotSupportedException(SR.WebBrowserBackgroundImageLayoutNotSupported); 1321throw new NotSupportedException(SR.WebBrowserCursorNotSupported); 1333throw new NotSupportedException(SR.WebBrowserEnabledNotSupported); 1345throw new NotSupportedException(SR.WebBrowserRightToLeftNotSupported); 1358set => throw new NotSupportedException(SR.WebBrowserTextNotSupported); 1369throw new NotSupportedException(SR.WebBrowserUseWaitCursorNotSupported); 1381add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "BackgroundImageLayoutChanged")); 1389add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "Enter")); 1397add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "Leave")); 1405add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "MouseCaptureChanged")); 1413add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "MouseClick")); 1421add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "MouseDoubleClick")); 1429add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "BackColorChanged")); 1437add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "BackgroundImageChanged")); 1445add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "BindingContextChanged")); 1453add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "CursorChanged")); 1461add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "EnabledChanged")); 1469add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "FontChanged")); 1477add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "ForeColorChanged")); 1485add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "RightToLeftChanged")); 1493add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "TextChanged")); 1501add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "Click")); 1509add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "DragDrop")); 1517add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "DragEnter")); 1525add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "DragOver")); 1533add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "DragLeave")); 1541add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "GiveFeedback")); 1550add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "HelpRequested")); 1558add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "Paint")); 1566add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "QueryContinueDrag")); 1574add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "QueryAccessibilityHelp")); 1582add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "DoubleClick")); 1590add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "ImeModeChanged")); 1598add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "KeyDown")); 1606add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "KeyPress")); 1614add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "KeyUp")); 1622add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "Layout")); 1630add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "MouseDown")); 1638add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "MouseEnter")); 1646add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "MouseLeave")); 1654add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "MouseHover")); 1662add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "MouseMove")); 1670add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "MouseUp")); 1678add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "MouseWheel")); 1686add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "ChangeUICues")); 1694add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "StyleChanged"));
System\Windows\Forms\DataBinding\BindingSource.cs (6)
552throw new NotSupportedException(SR.BindingSourceInstanceError, instanceException); 1715throw new NotSupportedException(SR.OperationRequiresIBindingList); 1726throw new NotSupportedException(SR.OperationRequiresIBindingList); 1736throw new NotSupportedException(SR.OperationRequiresIBindingList); 1746throw new NotSupportedException(SR.OperationRequiresIBindingList); 1767throw new NotSupportedException(SR.OperationRequiresIBindingListView);
System\Windows\Forms\DataBinding\CurrencyManager.cs (1)
283throw new NotSupportedException(SR.CurrencyManagerCantAddNew);
System\Windows\Forms\DataBinding\ListBindingHelper.cs (1)
267throw new NotSupportedException(SR.BindingSourceInstanceError, instanceException);
System\Windows\Forms\DataBinding\PropertyManager.cs (2)
201throw new NotSupportedException(SR.DataBindingAddNewNotSupportedOnPropertyManager); 211throw new NotSupportedException(SR.DataBindingRemoveAtNotSupportedOnPropertyManager);
System\Windows\Forms\ImageIndexConverter.cs (1)
97throw new NotSupportedException(string.Format(SR.ControlNotSupportedInTrimming, nameof(ImageIndexConverter)));
System\Windows\Forms\Internal\ReadOnlyControlCollection.cs (3)
30throw new NotSupportedException(SR.ReadonlyControlsCollection); 42throw new NotSupportedException(SR.ReadonlyControlsCollection); 54throw new NotSupportedException(SR.ReadonlyControlsCollection);
System\Windows\Forms\Internal\TypedControlCollection.cs (1)
43throw new NotSupportedException(SR.ReadonlyControlsCollection);
System\Windows\Forms\Layout\ArrangedElementCollection.cs (2)
136void IList.Insert(int index, object? value) => throw new NotSupportedException(); 141set => throw new NotSupportedException();
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
255throw new NotSupportedException(SR.BindingNotSupported);
System\Windows\Forms\Layout\Containers\SplitContainer.SplitContainerTypedControlCollection.cs (2)
26throw new NotSupportedException(SR.ReadonlyControlsCollection); 48throw new NotSupportedException(SR.ReadonlyControlsCollection);
System\Windows\Forms\Layout\LayoutEngine.cs (1)
14throw new NotSupportedException(string.Format(SR.LayoutEngineUnsupportedType, obj.GetType()));
System\Windows\Forms\MDI\MDIWindowDialog.cs (1)
88throw new NotSupportedException(string.Format(SR.ControlNotSupportedInTrimming, nameof(MdiWindowDialog)));
System\Windows\Forms\OLE\DataObjectExtensions.cs (1)
17throw new NotSupportedException(string.Format(
System\Windows\Forms\OLE\WinFormsOleServices.cs (1)
136format = autoConvert ? DataFormatNames.Bitmap : throw new NotSupportedException(SR.DataObjectDibNotSupported);
System\Windows\Forms\Panels\SplitterPanel.cs (2)
126set => throw new NotSupportedException(SR.SplitContainerPanelHeight); 277set => throw new NotSupportedException(SR.SplitContainerPanelWidth);
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutPanel.cs (1)
55throw new NotSupportedException(SR.TableLayoutSettingSettingsIsNotSupported);
System\Windows\Forms\ToolTip\ToolTip.cs (1)
1697throw new NotSupportedException("Unsupported location index value");
System.Windows.Forms.Analyzers (1)
System\Windows\Forms\Analyzers\AppManifestAnalyzer.cs (1)
80throw new NotSupportedException();
System.Windows.Forms.Design (14)
System\ComponentModel\Design\DesignSurface.cs (1)
167throw new NotSupportedException(SR.DesignSurfaceNoSupportedTechnology)
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\ComponentModel\Design\Serialization\CodeDomDesignerLoader.cs (1)
200Exception ex = new NotSupportedException(SR.CodeDomDesignerLoaderNoLanguageSupport)
System\ComponentModel\Design\Serialization\CodeDomLocalizationProvider.cs (1)
76?? throw new NotSupportedException(string.Format(SR.LocalizationProviderMissingService, nameof(IExtenderProviderService)));
System\ComponentModel\Design\Serialization\CodeDomSerializer.cs (1)
254throw new NotSupportedException(string.Format(SR.SerializerMemberTypeNotSerializable, member.GetType().FullName));
System\Windows\Forms\Design\Behavior\ToolStripPanelSelectionGlyph.cs (1)
140throw new NotSupportedException(SR.ToolStripPanelGlyphUnsupportedDock);
System\Windows\Forms\Design\ContextMenuStripGroupCollection.cs (2)
36throw new NotSupportedException(); 46throw new NotSupportedException();
System\Windows\Forms\Design\ControlDesigner.DesignerControlCollection.cs (1)
59set => throw new NotSupportedException();
System\Windows\Forms\Design\ImageListDesigner.OriginalImageCollection.cs (1)
145void IList.Insert(int index, object? value) => throw new NotSupportedException();
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
2180throw new NotSupportedException();
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Internals\ScaleHelper.DpiAwarenessScope.cs (1)
39throw new NotSupportedException();
System.Windows.Input.Manipulations (1)
System\Windows\Input\Manipulations\Exceptions.cs (1)
103return new NotSupportedException(Format(
System.Windows.Presentation (1)
System\Windows\Threading\TaskExtensions.cs (1)
40throw new NotSupportedException();
System.Xaml (16)
System\Windows\Markup\ValueSerializer.cs (2)
247return new NotSupportedException(SR.Format(SR.ConvertToException, base.GetType().Name, text, destinationType.FullName)); 265return new NotSupportedException(SR.Format(SR.ConvertFromException, base.GetType().Name, text));
System\Xaml\Runtime\DynamicMethodRuntime.cs (2)
243throw new NotSupportedException(SR.Format(SR.CantGetWriteonlyProperty, member)); 261throw new NotSupportedException(SR.Format(SR.CantSetReadonlyProperty, member));
System\Xaml\Schema\XamlMemberInvoker.cs (5)
57throw new NotSupportedException(SR.Format(SR.CantGetWriteonlyProperty, _member)); 76throw new NotSupportedException(SR.Format(SR.CantSetReadonlyProperty, _member)); 159throw new NotSupportedException(SR.NotSupportedOnUnknownMember); 167throw new NotSupportedException(SR.NotSupportedOnDirective); 172throw new NotSupportedException(SR.NotSupportedOnDirective);
System\Xaml\Schema\XamlTypeInvoker.cs (4)
69throw new NotSupportedException(SR.OnlySupportedOnCollections); 103throw new NotSupportedException(SR.OnlySupportedOnDictionaries); 221throw new NotSupportedException(SR.OnlySupportedOnCollectionsAndDictionaries); 251throw new NotSupportedException(SR.NotSupportedOnUnknownType);
System\Xaml\XamlSchemaContext.cs (2)
1419throw new NotSupportedException(); 1467throw new NotSupportedException();
System\Xaml\XamlXmlWriter.cs (1)
936throw new NotSupportedException(SR.MissingCaseXamlNodes);
testhost (1)
src\vstest\src\Microsoft.TestPlatform.Execution.Shared\ProcDumpExecutableHelper.cs (1)
84: throw new NotSupportedException($"Not supported platform {_environment.OperatingSystem}");
testhost.arm64 (1)
src\vstest\src\Microsoft.TestPlatform.Execution.Shared\ProcDumpExecutableHelper.cs (1)
84: throw new NotSupportedException($"Not supported platform {_environment.OperatingSystem}");
testhost.x86 (1)
src\vstest\src\Microsoft.TestPlatform.Execution.Shared\ProcDumpExecutableHelper.cs (1)
84: throw new NotSupportedException($"Not supported platform {_environment.OperatingSystem}");
UnitTests.Common (1)
TestTypes.cs (1)
284throw new NotSupportedException("Synchronously sending is not supported.");
vbc (1)
src\roslyn\src\Compilers\Shared\NativeMethods.cs (1)
118if (!returnFinalTarget) throw new NotSupportedException();
VBCSCompiler (1)
src\roslyn\src\Compilers\Shared\NativeMethods.cs (1)
118if (!returnFinalTarget) throw new NotSupportedException();
vstest.console (1)
src\vstest\src\Microsoft.TestPlatform.Execution.Shared\ProcDumpExecutableHelper.cs (1)
84: throw new NotSupportedException($"Not supported platform {_environment.OperatingSystem}");
vstest.console.arm64 (1)
src\vstest\src\Microsoft.TestPlatform.Execution.Shared\ProcDumpExecutableHelper.cs (1)
84: throw new NotSupportedException($"Not supported platform {_environment.OperatingSystem}");
1619 references to NotSupportedException
aspire (27)
Acquisition\InstallSidecarReader.cs (1)
204or NotSupportedException
Acquisition\IWindowsRegistryReader.cs (2)
52catch (Exception ex) when (ex is ArgumentException or PathTooLongException or NotSupportedException) 100catch (Exception ex) when (ex is ArgumentException or PathTooLongException or NotSupportedException)
Bundles\BundleService.cs (1)
825catch (NotSupportedException)
Certificates\CertificateGeneration\CertificateProcessRunner.cs (1)
43catch (Exception ex) when (ex is InvalidOperationException or NotSupportedException or System.ComponentModel.Win32Exception)
Commands\AppHostFollowDisconnectHelpers.cs (1)
50catch (NotSupportedException)
Commands\PipelineCommandBase.cs (1)
1243catch (Exception ex) when (ex is ArgumentException or NotSupportedException or PathTooLongException)
Commands\Sdk\SdkExportCommand.cs (1)
231catch (NotSupportedException ex)
Git\GitWorktree.cs (3)
54catch (Exception ex) when (ex is ArgumentException or NotSupportedException) 139catch (Exception ex) when (ex is ArgumentException or NotSupportedException) 334catch (Exception ex) when (ex is ArgumentException or IOException or NotSupportedException)
Layout\LayoutDiscovery.cs (1)
102catch (Exception ex) when (ex is ArgumentException or PathTooLongException or NotSupportedException)
NuGet\BundleNuGetService.cs (1)
344catch (NotSupportedException)
Packaging\PackageSourceOverrideMappings.cs (1)
134catch (NotSupportedException)
Packaging\PackagingService.cs (1)
307catch (Exception ex) when (ex is ArgumentException or NotSupportedException or PathTooLongException or SecurityException)
Program.cs (1)
1020catch (Exception ex) when (ex is IOException or UnauthorizedAccessException or DirectoryNotFoundException or ArgumentException or NotSupportedException)
Projects\DotNetAppHostProject.cs (1)
909catch (Exception ex) when (ex is ArgumentException or PathTooLongException or NotSupportedException or IOException)
Projects\GuestAppHostProject.cs (1)
2270catch (Exception ex) when (ex is ArgumentException or IOException or UnauthorizedAccessException or NotSupportedException)
Projects\IAppHostProjectFactory.cs (1)
32/// <exception cref="NotSupportedException">Thrown if no handler is available for the specified file.</exception>
Projects\PrebuiltAppHostServer.cs (1)
453catch (Exception ex) when (ex is ArgumentException or NotSupportedException or PathTooLongException)
Projects\TypeScriptAppHostToolchainResolver.cs (2)
334or NotSupportedException) 396or SecurityException or NotSupportedException)
src\Shared\BundleVersionLease.cs (1)
268catch (Exception ex) when (ex is InvalidOperationException or NotSupportedException or System.ComponentModel.Win32Exception)
src\Shared\IntegrationPackageProbeManifest.cs (1)
360catch (Exception ex) when (ex is ArgumentException or NotSupportedException or PathTooLongException)
src\Shared\PathLookupHelper.cs (1)
197catch (Exception ex) when (ex is ArgumentException or NotSupportedException or PathTooLongException)
Utils\CliPathHelper.cs (1)
383or NotSupportedException
Utils\ProcessCaptureRunner.cs (1)
179catch (Exception ex) when (ex is InvalidOperationException or NotSupportedException or System.ComponentModel.Win32Exception)
aspire-managed (3)
Program.cs (1)
15catch (Exception ex) when (ex is IOException or UnauthorizedAccessException or DirectoryNotFoundException or ArgumentException or NotSupportedException)
src\Shared\BundleVersionLease.cs (1)
268catch (Exception ex) when (ex is InvalidOperationException or NotSupportedException or System.ComponentModel.Win32Exception)
src\Shared\IntegrationPackageProbeManifest.cs (1)
360catch (Exception ex) when (ex is ArgumentException or NotSupportedException or PathTooLongException)
Aspire.Cli.Tests (3)
Acquisition\InstallationDiscoveryDiscoverAllTests.cs (2)
312var exception = await Assert.ThrowsAsync<NotSupportedException>(() => discovery.DiscoverAllAsync(TestContext.Current.CancellationToken));
tests\Shared\AsyncTestHelpers.cs (1)
73catch (NotSupportedException)
Aspire.Dashboard.Components.Tests (1)
tests\Shared\AsyncTestHelpers.cs (1)
73catch (NotSupportedException)
Aspire.Dashboard.Tests (1)
tests\Shared\AsyncTestHelpers.cs (1)
73catch (NotSupportedException)
Aspire.Hosting (2)
src\Shared\PathLookupHelper.cs (1)
197catch (Exception ex) when (ex is ArgumentException or NotSupportedException or PathTooLongException)
Utils\FormattingHelpers.cs (1)
18/// <exception cref="NotSupportedException">Thrown when the specified format is not supported.</exception>
Aspire.Hosting.Azure (1)
src\Shared\PathLookupHelper.cs (1)
197catch (Exception ex) when (ex is ArgumentException or NotSupportedException or PathTooLongException)
Aspire.Hosting.Azure.AppContainers (1)
src\Shared\BicepFormattingHelpers.cs (1)
20/// <exception cref="NotSupportedException">Thrown when the specified format is not supported.</exception>
Aspire.Hosting.Azure.AppService (1)
src\Shared\BicepFormattingHelpers.cs (1)
20/// <exception cref="NotSupportedException">Thrown when the specified format is not supported.</exception>
Aspire.Hosting.Azure.Kubernetes (2)
src\Shared\BicepFormattingHelpers.cs (1)
20/// <exception cref="NotSupportedException">Thrown when the specified format is not supported.</exception>
src\Shared\PathLookupHelper.cs (1)
197catch (Exception ex) when (ex is ArgumentException or NotSupportedException or PathTooLongException)
Aspire.Hosting.Azure.Kusto.Tests (1)
tests\Shared\AsyncTestHelpers.cs (1)
73catch (NotSupportedException)
Aspire.Hosting.Azure.Tests (17)
AzureAppServiceTests.cs (4)
1019var ex = Assert.IsType<NotSupportedException>(outer.InnerException); 1040var ex = Assert.IsType<NotSupportedException>(outer.InnerException);
AzureContainerAppsTests.cs (11)
858var ex = Assert.Throws<NotSupportedException>(() => target.GetBicepTemplateFile()); 1196var ex = Assert.IsType<NotSupportedException>(outer.InnerException); 1218var ex = Assert.IsType<NotSupportedException>(outer.InnerException); 1238var ex = Assert.IsType<NotSupportedException>(outer.InnerException); 1259var ex = Assert.IsType<NotSupportedException>(outer.InnerException); 2396await Assert.ThrowsAsync<NotSupportedException>(async () => await GetManifestWithBicep(resource));
AzureCosmosDBExtensionsTests.cs (2)
95Assert.Throws<NotSupportedException>(() => cosmos2.RunAsClassicEmulator(e => e.WithDataExplorer())); 973Assert.Throws<NotSupportedException>(() => cosmos.RunAsEmulator(e => e.WithPartitionCount(10)));
Aspire.Hosting.Blazor (1)
BlazorGatewayExtensions.cs (1)
91/// <exception cref="NotSupportedException">Thrown when the application is being published.</exception>
Aspire.Hosting.Blazor.Tests (2)
AddDotnetProjectBlazorGatewayTests.cs (1)
69Assert.Throws<NotSupportedException>(() => builder.AddDotnetProjectBlazorGateway("gateway"));
tests\Shared\AsyncTestHelpers.cs (1)
73catch (NotSupportedException)
Aspire.Hosting.Browsers (2)
BrowserEndpointDiscovery.cs (1)
268catch (NotSupportedException)
src\Shared\PathLookupHelper.cs (1)
197catch (Exception ex) when (ex is ArgumentException or NotSupportedException or PathTooLongException)
Aspire.Hosting.Browsers.Tests (3)
src\Aspire.Hosting.Browsers\BrowserEndpointDiscovery.cs (1)
268catch (NotSupportedException)
src\Shared\PathLookupHelper.cs (1)
197catch (Exception ex) when (ex is ArgumentException or NotSupportedException or PathTooLongException)
tests\Shared\AsyncTestHelpers.cs (1)
73catch (NotSupportedException)
Aspire.Hosting.CodeGeneration.TypeScript.Tests (1)
AtsTypeScriptCodeGeneratorTests.cs (1)
2558Assert.Throws<NotSupportedException>(() => exportingAssemblyNames[0] = "Changed");
Aspire.Hosting.Containers.Tests (1)
tests\Shared\AsyncTestHelpers.cs (1)
73catch (NotSupportedException)
Aspire.Hosting.DevTunnels.Tests (1)
tests\Shared\AsyncTestHelpers.cs (1)
73catch (NotSupportedException)
Aspire.Hosting.Docker (1)
src\Shared\PathLookupHelper.cs (1)
197catch (Exception ex) when (ex is ArgumentException or NotSupportedException or PathTooLongException)
Aspire.Hosting.Dotnet.Tests (1)
tests\Shared\AsyncTestHelpers.cs (1)
73catch (NotSupportedException)
Aspire.Hosting.DotnetTool.Tests (1)
tests\Shared\AsyncTestHelpers.cs (1)
73catch (NotSupportedException)
Aspire.Hosting.Foundry (1)
src\Aspire.Hosting\Utils\FormattingHelpers.cs (1)
18/// <exception cref="NotSupportedException">Thrown when the specified format is not supported.</exception>
Aspire.Hosting.Foundry.Tests (1)
tests\Shared\AsyncTestHelpers.cs (1)
73catch (NotSupportedException)
Aspire.Hosting.GitHub.Models.Tests (1)
tests\Shared\AsyncTestHelpers.cs (1)
73catch (NotSupportedException)
Aspire.Hosting.Java (1)
JavaBuildToolResolver.cs (1)
183catch (Exception ex) when (ex is ArgumentException or PathTooLongException or NotSupportedException)
Aspire.Hosting.JavaScript.Tests (1)
tests\Shared\AsyncTestHelpers.cs (1)
73catch (NotSupportedException)
Aspire.Hosting.Kafka.Tests (1)
tests\Shared\AsyncTestHelpers.cs (1)
73catch (NotSupportedException)
Aspire.Hosting.MySql.Tests (1)
tests\Shared\AsyncTestHelpers.cs (1)
73catch (NotSupportedException)
Aspire.Hosting.OpenAI.Tests (1)
tests\Shared\AsyncTestHelpers.cs (1)
73catch (NotSupportedException)
Aspire.Hosting.PostgreSQL.Tests (1)
tests\Shared\AsyncTestHelpers.cs (1)
73catch (NotSupportedException)
Aspire.Hosting.RabbitMQ.Tests (1)
tests\Shared\AsyncTestHelpers.cs (1)
73catch (NotSupportedException)
Aspire.Hosting.Radius (1)
Secrets\SealedSecretManifest.cs (1)
71catch (Exception ex) when (ex is IOException or PathTooLongException or UnauthorizedAccessException or NotSupportedException or ArgumentException)
Aspire.Hosting.RemoteHost (3)
Ats\AtsMarshaller.cs (2)
240catch (Exception ex) when (ex is JsonException or NotSupportedException) 1011catch (NotSupportedException)
src\Shared\IntegrationPackageProbeManifest.cs (1)
360catch (Exception ex) when (ex is ArgumentException or NotSupportedException or PathTooLongException)
Aspire.Hosting.Tasks (3)
CommandPathResolver.cs (1)
56catch (Exception ex) when (ex is ArgumentException or NotSupportedException or PathTooLongException or System.Security.SecurityException)
ResolveAspireCliBundle.cs (1)
492or NotSupportedException
RunAspireCliCommand.cs (1)
93catch (Exception ex) when (ex is Win32Exception or InvalidOperationException or NotSupportedException)
Aspire.Hosting.Testing.Tests (1)
tests\Shared\AsyncTestHelpers.cs (1)
73catch (NotSupportedException)
Aspire.Hosting.Tests (1)
tests\Shared\AsyncTestHelpers.cs (1)
73catch (NotSupportedException)
Aspire.Hosting.Valkey.Tests (1)
tests\Shared\AsyncTestHelpers.cs (1)
73catch (NotSupportedException)
Aspire.Playground.Tests (2)
src\Shared\PathLookupHelper.cs (1)
197catch (Exception ex) when (ex is ArgumentException or NotSupportedException or PathTooLongException)
tests\Shared\AsyncTestHelpers.cs (1)
73catch (NotSupportedException)
Aspire.TerminalHost.Tests (1)
tests\Shared\AsyncTestHelpers.cs (1)
73catch (NotSupportedException)
Aspire.TestUtilities (1)
src\Shared\PathLookupHelper.cs (1)
197catch (Exception ex) when (ex is ArgumentException or NotSupportedException or PathTooLongException)
dotnet-aot (1)
src\sdk\src\Cli\dotnet\Commands\Run\AotRunCommand.cs (1)
364catch (Exception exception) when (exception is ArgumentException or NotSupportedException or SecurityException)
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (1)
3329catch (NotSupportedException innerEx)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (1)
2503catch (NotSupportedException)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (1)
2946catch (NotSupportedException)
ImportModule.cs (1)
85catch (NotSupportedException)
GenerateDocumentationAndConfigFiles (4)
src\roslyn\src\Compilers\Core\Portable\FileSystem\FileUtilities.cs (1)
267catch (NotSupportedException e)
src\roslyn\src\Compilers\Core\Portable\FileSystem\PathUtilities.cs (1)
806ex is NotSupportedException) // fileName contains a colon (:) in the middle of the string.
src\roslyn\src\Compilers\Core\Portable\Hashing\NonCryptographicHashAlgorithm.cs (2)
340/// <returns>This method will always throw a <see cref="NotSupportedException"/>.</returns> 341/// <exception cref="NotSupportedException">In all cases.</exception>
ILCompiler.Compiler (4)
src\runtime\src\coreclr\tools\Common\TypeSystem\IL\Stubs\DelegateMarshallingMethodThunk.cs (1)
114catch (NotSupportedException)
src\runtime\src\coreclr\tools\Common\TypeSystem\IL\Stubs\PInvokeILEmitter.cs (1)
445catch (NotSupportedException)
src\runtime\src\coreclr\tools\Common\TypeSystem\IL\Stubs\StructMarshallingThunk.cs (1)
312catch (NotSupportedException)
src\runtime\src\coreclr\tools\Common\TypeSystem\Interop\IL\NativeStructType.cs (1)
238catch (NotSupportedException)
ILCompiler.ReadyToRun (1)
IL\Stubs\PInvokeILEmitter.cs (1)
128catch (NotSupportedException)
Infrastructure.Tests (1)
src\Shared\PathLookupHelper.cs (1)
197catch (Exception ex) when (ex is ArgumentException or NotSupportedException or PathTooLongException)
Microsoft.AspNetCore.Components.Server (1)
src\aspnetcore\src\submodules\MessagePack-CSharp\src\MessagePack.UnityClient\Assets\Scripts\MessagePack\MessagePackWriter.cs (1)
620/// <exception cref="NotSupportedException">Thrown when <see cref="OldSpec"/> is true because the old spec does not define a <see cref="DateTime"/> format.</exception>
Microsoft.AspNetCore.DataProtection (2)
Error.cs (1)
106public static NotSupportedException XmlKeyManager_DoesNotSupportKeyDeletion()
KeyManagement\IDeletableKeyManager.cs (1)
44/// <exception cref="NotSupportedException">
Microsoft.AspNetCore.Diagnostics.Middleware (1)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\Validators.g.cs (1)
324catch (global::System.Exception e) when (e is global::System.FormatException or global::System.InvalidCastException or global::System.NotSupportedException)
Microsoft.AspNetCore.HeaderParsing (1)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\Validators.g.cs (1)
137catch (global::System.Exception e) when (e is global::System.FormatException or global::System.InvalidCastException or global::System.NotSupportedException)
Microsoft.AspNetCore.Http.Connections.Client (1)
HttpConnection.cs (1)
599catch (Exception ex) when (ex is NotSupportedException || ex is NotImplementedException)
Microsoft.AspNetCore.Http.Extensions (1)
RequestDelegateFactory.cs (1)
2698private static NotSupportedException GetUnsupportedReturnTypeException(Type returnType)
Microsoft.AspNetCore.Razor.Utilities.Shared (2)
Utilities\Hashing\NonCryptographicHashAlgorithm.cs (2)
339/// <returns>This method will always throw a <see cref="NotSupportedException"/>.</returns> 340/// <exception cref="NotSupportedException">In all cases.</exception>
Microsoft.AspNetCore.Server.Kestrel.Core (1)
AnyIPListenOptions.cs (1)
30&& ex is not NotSupportedException)
Microsoft.AspNetCore.TestHost (1)
ClientHandler.cs (1)
54/// <exception cref="NotSupportedException">Thrown unconditionally.</exception>
Microsoft.Build (4)
Construction\Solution\ProjectInSolution.cs (1)
371catch (NotSupportedException e)
Construction\Solution\SolutionFile.cs (1)
1236catch (NotSupportedException e)
Logging\BinaryLogger\BuildEventArgsWriter.cs (1)
1124catch (Exception ex) when (ex is ArgumentException or NotSupportedException or PathTooLongException)
Logging\BinaryLogger\Postprocessing\StreamExtensions.cs (1)
76catch (NotSupportedException)
Microsoft.Build.Framework (4)
EncodingUtilities.cs (1)
80catch (NotSupportedException ex)
ExceptionHandling.cs (1)
84|| e is NotSupportedException
FileUtilities.cs (1)
399catch (Exception ex) when (ex is ArgumentException or NotSupportedException or PathTooLongException)
ValueTypeParser.cs (1)
116catch (Exception ex) when (ex is FormatException || ex is InvalidCastException || ex is OverflowException || ex is ArgumentException || ex is NotSupportedException)
Microsoft.Build.Tasks.CodeAnalysis (1)
src\roslyn\src\Compilers\Core\MSBuildTask\Utilities.cs (1)
147e is NotSupportedException ||
Microsoft.Build.Tasks.Core (6)
BootstrapperUtil\BootstrapperBuilder.cs (4)
392catch (NotSupportedException ex) 1501catch (NotSupportedException ex) 2028catch (NotSupportedException) 2067catch (NotSupportedException)
Copy.cs (1)
1026case NotSupportedException: // Colon in the middle of the path
ManifestUtil\ManifestWriter.cs (1)
157catch (NotSupportedException)
Microsoft.Build.Tasks.Git (13)
GitDataReader\GitConfig.cs (2)
60/// <exception cref="NotSupportedException"/> 71/// <exception cref="NotSupportedException"/>
GitDataReader\GitConfig.Reader.cs (2)
75/// <exception cref="NotSupportedException"/> 90/// <exception cref="NotSupportedException"/>
GitDataReader\GitRepository.cs (7)
101/// <exception cref="NotSupportedException">The repository found requires higher version of git repository format that is currently supported.</exception> 111/// <exception cref="NotSupportedException">The repository found requires higher version of git repository format that is currently supported.</exception> 202/// <exception cref="NotSupportedException"/> 208/// <exception cref="NotSupportedException"/> 214/// <exception cref="NotSupportedException"/> 335/// <exception cref="NotSupportedException">The repository found requires higher version of git repository format that is currently supported.</exception> 357/// <exception cref="NotSupportedException">The repository found requires higher version of git repository format that is currently supported.</exception>
RepositoryTask.cs (2)
95catch (Exception e) when (e is IOException or InvalidDataException or NotSupportedException) 142catch (Exception e) when (e is IOException or InvalidDataException or NotSupportedException)
Microsoft.CodeAnalysis (16)
Compilation\Compilation.cs (4)
1039/// <exception cref="NotSupportedException">If the compilation is a VisualBasic compilation.</exception> 1126/// <exception cref="NotSupportedException">If the compilation is a VisualBasic compilation.</exception> 1138/// <exception cref="NotSupportedException">If the compilation is a VisualBasic compilation.</exception> 1169/// <exception cref="NotSupportedException">If the compilation is a VisualBasic compilation.</exception>
DiaSymReader\Writer\SymUnmanagedWriter.cs (1)
223/// <exception cref="NotSupportedException">The PDB writer does not support adding compiler info.</exception>
FileSystem\FileUtilities.cs (1)
267catch (NotSupportedException e)
FileSystem\PathUtilities.cs (1)
806ex is NotSupportedException) // fileName contains a colon (:) in the middle of the string.
Hashing\NonCryptographicHashAlgorithm.cs (2)
340/// <returns>This method will always throw a <see cref="NotSupportedException"/>.</returns> 341/// <exception cref="NotSupportedException">In all cases.</exception>
MetadataReference\AssemblyMetadata.cs (1)
162/// <exception cref="NotSupportedException">Reading from a file path is not supported by the platform.</exception>
MetadataReference\MetadataReference.cs (2)
289/// <exception cref="NotSupportedException"><paramref name="assembly"/> is dynamic, doesn't have a location, or the platform doesn't support reading from the location.</exception> 317/// <exception cref="NotSupportedException"><paramref name="assembly"/> is dynamic, doesn't have a location, or the platform doesn't support reading from the location.</exception>
MetadataReference\ModuleMetadata.cs (1)
259/// <exception cref="NotSupportedException">Reading from a file path is not supported by the platform.</exception>
MetadataReference\PortableExecutableReference.cs (1)
128/// <exception cref="NotSupportedException">Specified values not supported.</exception>
NativePdbWriter\PdbWriter.cs (2)
548catch (SymUnmanagedWriterException e) when (e.InnerException is NotSupportedException) 765catch (SymUnmanagedWriterException e) when (e.InnerException is NotSupportedException)
Microsoft.CodeAnalysis.Analyzers (5)
src\roslyn\src\Compilers\Core\Portable\FileSystem\FileUtilities.cs (1)
267catch (NotSupportedException e)
src\roslyn\src\Compilers\Core\Portable\FileSystem\PathUtilities.cs (1)
806ex is NotSupportedException) // fileName contains a colon (:) in the middle of the string.
src\roslyn\src\Compilers\Core\Portable\Hashing\NonCryptographicHashAlgorithm.cs (2)
340/// <returns>This method will always throw a <see cref="NotSupportedException"/>.</returns> 341/// <exception cref="NotSupportedException">In all cases.</exception>
src\roslyn\src\Dependencies\Contracts\EqualityComparerExtensions.cs (1)
34/// will throw <see cref="NotSupportedException"/>.
Microsoft.CodeAnalysis.AnalyzerUtilities (5)
src\roslyn\src\Compilers\Core\Portable\FileSystem\FileUtilities.cs (1)
267catch (NotSupportedException e)
src\roslyn\src\Compilers\Core\Portable\FileSystem\PathUtilities.cs (1)
806ex is NotSupportedException) // fileName contains a colon (:) in the middle of the string.
src\roslyn\src\Compilers\Core\Portable\Hashing\NonCryptographicHashAlgorithm.cs (2)
340/// <returns>This method will always throw a <see cref="NotSupportedException"/>.</returns> 341/// <exception cref="NotSupportedException">In all cases.</exception>
src\roslyn\src\Dependencies\Contracts\EqualityComparerExtensions.cs (1)
34/// will throw <see cref="NotSupportedException"/>.
Microsoft.CodeAnalysis.CodeStyle (5)
src\roslyn\src\Compilers\Core\Portable\FileSystem\FileUtilities.cs (1)
267catch (NotSupportedException e)
src\roslyn\src\Compilers\Core\Portable\FileSystem\PathUtilities.cs (1)
806ex is NotSupportedException) // fileName contains a colon (:) in the middle of the string.
src\roslyn\src\Compilers\Core\Portable\Hashing\NonCryptographicHashAlgorithm.cs (2)
340/// <returns>This method will always throw a <see cref="NotSupportedException"/>.</returns> 341/// <exception cref="NotSupportedException">In all cases.</exception>
src\roslyn\src\Dependencies\Contracts\EqualityComparerExtensions.cs (1)
34/// will throw <see cref="NotSupportedException"/>.
Microsoft.CodeAnalysis.CSharp (1)
Emitter\EditAndContinue\EmitHelpers.cs (1)
103catch (NotSupportedException e)
Microsoft.CodeAnalysis.Extensions.Package (1)
src\roslyn\src\Dependencies\Contracts\EqualityComparerExtensions.cs (1)
34/// will throw <see cref="NotSupportedException"/>.
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\CommittedSolution.cs (1)
500catch (NotSupportedException e)
EditAndContinue\EditAndContinueDebugInfoReader.cs (1)
34/// <exception cref="NotSupportedException">The PDB does not support compilation options, the options do not include encoding, or the encoding is not supproted by the platform.</exception>
Microsoft.CodeAnalysis.ResxSourceGenerator (5)
src\roslyn\src\Compilers\Core\Portable\FileSystem\FileUtilities.cs (1)
267catch (NotSupportedException e)
src\roslyn\src\Compilers\Core\Portable\FileSystem\PathUtilities.cs (1)
806ex is NotSupportedException) // fileName contains a colon (:) in the middle of the string.
src\roslyn\src\Compilers\Core\Portable\Hashing\NonCryptographicHashAlgorithm.cs (2)
340/// <returns>This method will always throw a <see cref="NotSupportedException"/>.</returns> 341/// <exception cref="NotSupportedException">In all cases.</exception>
src\roslyn\src\Dependencies\Contracts\EqualityComparerExtensions.cs (1)
34/// will throw <see cref="NotSupportedException"/>.
Microsoft.CodeAnalysis.Scripting (4)
ScriptOptions.cs (4)
249/// <exception cref="NotSupportedException">Specified assembly is not supported (e.g. it's a dynamic assembly).</exception> 257/// <exception cref="NotSupportedException">Specified assembly is not supported (e.g. it's a dynamic assembly).</exception> 265/// <exception cref="NotSupportedException">Specified assembly is not supported (e.g. it's a dynamic assembly).</exception> 276/// <exception cref="NotSupportedException">Specified assembly is not supported (e.g. it's a dynamic assembly).</exception>
Microsoft.CodeAnalysis.Workspaces (10)
CodeActions\CodeAction.cs (2)
378/// <exception cref="NotSupportedException">If this code action does not support changing a single 394/// <exception cref="NotSupportedException">If this code action does not support changing a single
Shared\Utilities\IOUtilities.cs (1)
57NotSupportedException or
src\roslyn\src\Compilers\Core\Portable\FileSystem\FileUtilities.cs (1)
267catch (NotSupportedException e)
src\roslyn\src\Compilers\Core\Portable\FileSystem\PathUtilities.cs (1)
806ex is NotSupportedException) // fileName contains a colon (:) in the middle of the string.
src\roslyn\src\Compilers\Core\Portable\Hashing\NonCryptographicHashAlgorithm.cs (2)
340/// <returns>This method will always throw a <see cref="NotSupportedException"/>.</returns> 341/// <exception cref="NotSupportedException">In all cases.</exception>
Workspace\Host\HostWorkspaceServices.cs (1)
140/// <exception cref="NotSupportedException">Thrown if the language isn't supported.</exception>
Workspace\Host\SolutionServices.cs (1)
57/// <exception cref="NotSupportedException">Thrown if the language isn't supported.</exception>
Workspace\Workspace.cs (1)
1516/// <exception cref="NotSupportedException">Thrown if the solution contains changes not supported according to the
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\MSBuildWorkspace.cs (1)
562catch (NotSupportedException exception)
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
src\roslyn\src\Compilers\Core\Portable\FileSystem\FileUtilities.cs (1)
267catch (NotSupportedException e)
src\roslyn\src\Compilers\Core\Portable\FileSystem\PathUtilities.cs (1)
806ex is NotSupportedException) // fileName contains a colon (:) in the middle of the string.
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComInvokeAction.cs (1)
36typeof(NotSupportedException).GetConstructor(new[] { typeof(string) }),
Microsoft.Data.Analysis.Tests (86)
DataFrameTests.BinaryOperations.cs (10)
162Assert.Throws<NotSupportedException>(() => df.Add(true)); 167Assert.Throws<NotSupportedException>(() => df.And(true)); 180Assert.Throws<NotSupportedException>(() => df.Add(5)); 182Assert.Throws<NotSupportedException>(() => df.LeftShift(5)); 214Assert.Throws<NotSupportedException>(() => df.Add(5)); 216Assert.Throws<NotSupportedException>(() => df.LeftShift(5)); 218Assert.Throws<NotSupportedException>(() => df.RightShift(5)); 221Assert.Throws<NotSupportedException>(() => df.And(true)); 223Assert.Throws<NotSupportedException>(() => df.Or(true)); 225Assert.Throws<NotSupportedException>(() => df.Xor(true));
DataFrameTests.Computations.cs (76)
31Assert.Throws<NotSupportedException>(() => df.Columns["Byte"].All()); 32Assert.Throws<NotSupportedException>(() => df.Columns["Byte"].Any()); 33Assert.Throws<NotSupportedException>(() => df.Columns["Char"].All()); 34Assert.Throws<NotSupportedException>(() => df.Columns["Char"].Any()); 35Assert.Throws<NotSupportedException>(() => df.Columns["DateTime"].All()); 36Assert.Throws<NotSupportedException>(() => df.Columns["DateTime"].Any()); 37Assert.Throws<NotSupportedException>(() => df.Columns["Decimal"].All()); 38Assert.Throws<NotSupportedException>(() => df.Columns["Decimal"].Any()); 39Assert.Throws<NotSupportedException>(() => df.Columns["Double"].All()); 40Assert.Throws<NotSupportedException>(() => df.Columns["Double"].Any()); 41Assert.Throws<NotSupportedException>(() => df.Columns["Float"].All()); 42Assert.Throws<NotSupportedException>(() => df.Columns["Float"].Any()); 43Assert.Throws<NotSupportedException>(() => df.Columns["Int"].All()); 44Assert.Throws<NotSupportedException>(() => df.Columns["Int"].Any()); 45Assert.Throws<NotSupportedException>(() => df.Columns["Long"].All()); 46Assert.Throws<NotSupportedException>(() => df.Columns["Long"].Any()); 47Assert.Throws<NotSupportedException>(() => df.Columns["Sbyte"].All()); 48Assert.Throws<NotSupportedException>(() => df.Columns["Sbyte"].Any()); 49Assert.Throws<NotSupportedException>(() => df.Columns["Short"].All()); 50Assert.Throws<NotSupportedException>(() => df.Columns["Short"].Any()); 51Assert.Throws<NotSupportedException>(() => df.Columns["Uint"].All()); 52Assert.Throws<NotSupportedException>(() => df.Columns["Uint"].Any()); 53Assert.Throws<NotSupportedException>(() => df.Columns["Ulong"].All()); 54Assert.Throws<NotSupportedException>(() => df.Columns["Ulong"].Any()); 55Assert.Throws<NotSupportedException>(() => df.Columns["Ushort"].All()); 56Assert.Throws<NotSupportedException>(() => df.Columns["Ushort"].Any()); 133Assert.Throws<NotSupportedException>(() => column.CumulativeMax()); 134Assert.Throws<NotSupportedException>(() => column.CumulativeMin()); 135Assert.Throws<NotSupportedException>(() => column.CumulativeProduct()); 136Assert.Throws<NotSupportedException>(() => column.CumulativeSum()); 137Assert.Throws<NotSupportedException>(() => column.Max()); 138Assert.Throws<NotSupportedException>(() => column.Min()); 139Assert.Throws<NotSupportedException>(() => column.Product()); 140Assert.Throws<NotSupportedException>(() => column.Sum()); 162Assert.Throws<NotSupportedException>(() => column.CumulativeProduct()); 163Assert.Throws<NotSupportedException>(() => column.CumulativeSum()); 164Assert.Throws<NotSupportedException>(() => column.Product()); 165Assert.Throws<NotSupportedException>(() => column.Sum()); 193Assert.Throws<NotSupportedException>(() => df.Columns["Byte"].All()); 194Assert.Throws<NotSupportedException>(() => df.Columns["Byte"].Any()); 195Assert.Throws<NotSupportedException>(() => df.Columns["Char"].All()); 196Assert.Throws<NotSupportedException>(() => df.Columns["Char"].Any()); 197Assert.Throws<NotSupportedException>(() => df.Columns["Decimal"].All()); 198Assert.Throws<NotSupportedException>(() => df.Columns["Decimal"].Any()); 199Assert.Throws<NotSupportedException>(() => df.Columns["Double"].All()); 200Assert.Throws<NotSupportedException>(() => df.Columns["Double"].Any()); 201Assert.Throws<NotSupportedException>(() => df.Columns["Float"].All()); 202Assert.Throws<NotSupportedException>(() => df.Columns["Float"].Any()); 203Assert.Throws<NotSupportedException>(() => df.Columns["Int"].All()); 204Assert.Throws<NotSupportedException>(() => df.Columns["Int"].Any()); 205Assert.Throws<NotSupportedException>(() => df.Columns["Long"].All()); 206Assert.Throws<NotSupportedException>(() => df.Columns["Long"].Any()); 207Assert.Throws<NotSupportedException>(() => df.Columns["Sbyte"].All()); 208Assert.Throws<NotSupportedException>(() => df.Columns["Sbyte"].Any()); 209Assert.Throws<NotSupportedException>(() => df.Columns["Short"].All()); 210Assert.Throws<NotSupportedException>(() => df.Columns["Short"].Any()); 211Assert.Throws<NotSupportedException>(() => df.Columns["Uint"].All()); 212Assert.Throws<NotSupportedException>(() => df.Columns["Uint"].Any()); 213Assert.Throws<NotSupportedException>(() => df.Columns["Ulong"].All()); 214Assert.Throws<NotSupportedException>(() => df.Columns["Ulong"].Any()); 215Assert.Throws<NotSupportedException>(() => df.Columns["Ushort"].All()); 216Assert.Throws<NotSupportedException>(() => df.Columns["Ushort"].Any()); 217Assert.Throws<NotSupportedException>(() => df.Columns["DateTime"].All()); 218Assert.Throws<NotSupportedException>(() => df.Columns["DateTime"].Any()); 302Assert.Throws<NotSupportedException>(() => column.CumulativeMax()); 303Assert.Throws<NotSupportedException>(() => column.CumulativeMin()); 304Assert.Throws<NotSupportedException>(() => column.CumulativeProduct()); 305Assert.Throws<NotSupportedException>(() => column.CumulativeSum()); 306Assert.Throws<NotSupportedException>(() => column.Max()); 307Assert.Throws<NotSupportedException>(() => column.Min()); 308Assert.Throws<NotSupportedException>(() => column.Product()); 309Assert.Throws<NotSupportedException>(() => column.Sum()); 326Assert.Throws<NotSupportedException>(() => column.CumulativeProduct()); 327Assert.Throws<NotSupportedException>(() => column.CumulativeSum()); 328Assert.Throws<NotSupportedException>(() => column.Product()); 329Assert.Throws<NotSupportedException>(() => column.Sum());
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\StackWalk\Context\IPlatformAgnosticContext.cs (1)
38/// throw <see cref="NotSupportedException"/>.
Contracts\StackWalk\Context\IPlatformContext.cs (1)
26/// throw <see cref="System.NotSupportedException"/>.
Microsoft.DiaSymReader (2)
Reader\SymUnmanagedReaderFactory.cs (1)
35/// <exception cref="NotSupportedException">The implementation doesn't support specified <genericparamref name="TSymUnmanagedReader"/> interface.</exception>
Writer\SymUnmanagedWriter.cs (1)
215/// <exception cref="NotSupportedException">The PDB writer does not support adding compiler info.</exception>
Microsoft.DotNet.Build.Tasks.Feed (1)
src\PushToBuildStorage.cs (1)
624|| e is NotSupportedException
Microsoft.DotNet.Build.Tasks.Installers (1)
src\CreateWixBuildWixpack.cs (1)
942/// <exception cref="NotSupportedException"></exception>
Microsoft.Extensions.AI.Abstractions (1)
Realtime\SessionUpdateRealtimeClientMessage.cs (1)
18/// may ignore it or throw a <see cref="System.NotSupportedException"/>.
Microsoft.Extensions.AI.Abstractions.Tests (11)
Contents\FunctionCallContentTests.cs (4)
224var ex = Assert.Throws<NotSupportedException>(() => AIFunctionFactory.Create((CustomType arg) => { }, serializerOptions: TestJsonSerializerContext.Default.Options)); 228ex = Assert.Throws<NotSupportedException>(() => AIFunctionFactory.Create(() => new CustomType(), serializerOptions: TestJsonSerializerContext.Default.Options)); 385[InlineData(typeof(NotSupportedException))]
Files\HostedFileDownloadStreamTests.cs (6)
65Assert.Throws<NotSupportedException>(() => stream.SetLength(1)); 66Assert.Throws<NotSupportedException>(() => stream.Write([4], 0, 1)); 67Assert.Throws<NotSupportedException>(() => stream.WriteByte(4)); 68await Assert.ThrowsAsync<NotSupportedException>(() => stream.WriteAsync(new byte[] { 4 }, 0, 1)); 69Assert.Throws<NotSupportedException>(() => stream.BeginWrite([4], 0, 1, callback: null, state: null)); 70Assert.Throws<NotSupportedException>(() => stream.EndWrite(Task.CompletedTask));
Utilities\AIJsonUtilitiesTests.cs (1)
1467Assert.Throws<NotSupportedException>(() => JsonSerializer.Serialize(unregistered, options));
Microsoft.Extensions.AI.OpenAI (4)
OpenAIChatClient.cs (1)
194catch (NotSupportedException)
OpenAIResponsesChatClient.cs (2)
1483catch (NotSupportedException) 1518catch (NotSupportedException)
OpenAITextToSpeechClient.cs (1)
97catch (NotSupportedException)
Microsoft.Extensions.AI.OpenAI.Tests (4)
OpenAIHostedFileClientTests.cs (4)
627Assert.Throws<NotSupportedException>(() => stream.Write(new byte[1], 0, 1)); 628await Assert.ThrowsAsync<NotSupportedException>(() => stream.WriteAsync(new byte[1], 0, 1)); 630Assert.Throws<NotSupportedException>(() => stream.Write(new ReadOnlySpan<byte>(new byte[1]))); 631await Assert.ThrowsAsync<NotSupportedException>(async () => await stream.WriteAsync(new ReadOnlyMemory<byte>(new byte[1])));
Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilization (1)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\Validators.g.cs (1)
208catch (global::System.Exception e) when (e is global::System.FormatException or global::System.InvalidCastException or global::System.NotSupportedException)
Microsoft.Extensions.Diagnostics.Probes (1)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\Validators.g.cs (1)
163catch (global::System.Exception e) when (e is global::System.FormatException or global::System.InvalidCastException or global::System.NotSupportedException)
Microsoft.Extensions.Http.Diagnostics (1)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\Validators.g.cs (1)
211catch (global::System.Exception e) when (e is global::System.FormatException or global::System.InvalidCastException or global::System.NotSupportedException)
Microsoft.Extensions.Http.Diagnostics.Tests (4)
Logging\AcceptanceTests.cs (1)
81Assert.IsType<NotSupportedException>(firstLogRecord.Exception);
Logging\HttpClientLoggerTest.cs (3)
1012Assert.Throws<NotSupportedException>(() => logger.LogRequestStart(httpRequestMessage)); 1013Assert.Throws<NotSupportedException>(() => logger.LogRequestStop(null, httpRequestMessage, httpResponseMessage, TimeSpan.Zero)); 1014Assert.Throws<NotSupportedException>(() => logger.LogRequestFailed(null, httpRequestMessage, null, new InvalidOperationException(), TimeSpan.Zero));
Microsoft.Extensions.Http.Resilience (1)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\Validators.g.cs (1)
899catch (global::System.Exception e) when (e is global::System.FormatException or global::System.InvalidCastException or global::System.NotSupportedException)
Microsoft.Extensions.Identity.Core (2)
RoleManager.cs (2)
97/// otherwise throws a <see cref="NotSupportedException"/>. 100/// <exception cref="NotSupportedException">Thrown if the persistence store is not an <see cref="IQueryableRoleStore{TRole}"/>.</exception>
Microsoft.Extensions.Primitives (1)
StringValues.cs (1)
121/// <exception cref="NotSupportedException">Set operations are not supported on readonly <see cref="StringValues"/>.</exception>
Microsoft.Extensions.Telemetry (1)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\Validators.g.cs (1)
219catch (global::System.Exception e) when (e is global::System.FormatException or global::System.InvalidCastException or global::System.NotSupportedException)
Microsoft.Extensions.VectorData.ConformanceTests (10)
DistanceFunctionTests.cs (1)
126await Assert.ThrowsAsync<NotSupportedException>(async () =>
EmbeddingGenerationTests.cs (8)
153var exception = await Assert.ThrowsAsync<NotSupportedException>(() => collection.SearchAsync("foo", top: 1).ToListAsync().AsTask()); 312var exception = await Assert.ThrowsAsync<NotSupportedException>(() => collection.SearchAsync("[1, 0, 0]", top: 1, new() { IncludeVectors = true }).ToListAsync().AsTask()); 322var exception = await Assert.ThrowsAsync<NotSupportedException>(() => collection.GetAsync(stringVectorFixture.TestData[0].Key, new() { IncludeVectors = true })); 332var exception = await Assert.ThrowsAsync<NotSupportedException>(() =>
TypeTests\KeyTypeTests.cs (1)
214Assert.Throws<NotSupportedException>(() => fixture.CreateCollection<TKey>(withAutoGeneration: true));
Microsoft.Gen.Metrics.Unit.Tests (2)
EmitterTests.cs (2)
93Assert.Throws<NotSupportedException>(() => 133Assert.Throws<NotSupportedException>(() =>
Microsoft.Gen.MetricsReports.Unit.Tests (1)
EmitterTests.cs (1)
125Assert.Throws<NotSupportedException>(() => emitter.GenerateReport(new[] { metricClass }, CancellationToken.None));
Microsoft.Maui.Controls (1)
Visuals\VisualTypeConverter.cs (1)
84 catch (NotSupportedException)
Microsoft.ML.AutoML (1)
Experiment\MetricsAgents\MetricsAgentUtil.cs (1)
11public static NotSupportedException BuildMetricNotSupportedException<T>(T optimizingMetric)
Microsoft.ML.AutoML.Tests (2)
MetricsAgentsTests.cs (2)
163var ex = MetricsAgentUtil.BuildMetricNotSupportedException(BinaryClassificationMetric.Accuracy); 164Assert.Equal(typeof(NotSupportedException), ex.GetType());
Microsoft.ML.Core (2)
Utilities\Stream.cs (1)
853catch (NotSupportedException exc)
Utilities\SubsetStream.cs (1)
52catch (NotSupportedException)
Microsoft.ML.Core.Tests (2)
UnitTests\TestResourceDownload.cs (2)
61await Assert.ThrowsAsync<NotSupportedException>(() => ResourceManagerUtils.Instance.EnsureResourceAsync(env, ch, "Image/ResNet_18_Updated.model", fileName, saveToDir, 10 * 1000)); 90await Assert.ThrowsAsync<NotSupportedException>(() => ResourceManagerUtils.Instance.EnsureResourceAsync(env, ch, "Image/ResNet_18_Updated.model", fileName, saveToDir, 10 * 1000));
Microsoft.ML.Tokenizers (3)
Model\SentencePieceTokenizer.cs (2)
554/// <see cref="NotSupportedException"/>. Pre-tokenizer types other than <c>Metaspace</c>, <c>WhitespaceSplit</c>, 555/// <c>Whitespace</c>, and <c>Sequence</c> are also rejected with <see cref="NotSupportedException"/> rather than
Normalizer\SentencePieceNormalizationStep.cs (1)
124/// <see cref="NotSupportedException"/> for normalizer types that are not modeled so callers fail loudly
Microsoft.ML.Tokenizers.Tests (6)
UnigramTests.cs (6)
1072Assert.Throws<NotSupportedException>(() => 1088Assert.Throws<NotSupportedException>(() => 1108Assert.Throws<NotSupportedException>(() => 1156Assert.Throws<NotSupportedException>(() => 1255Assert.Throws<NotSupportedException>(() => 1887Assert.Throws<NotSupportedException>(() =>
Microsoft.ML.TorchSharp (1)
Utils\FileUtils.cs (1)
39/// <exception cref="NotSupportedException">When the generic type T is not a valid numeric type.</exception>
Microsoft.NET.Build.Containers (2)
ImageIndexGenerator.cs (2)
19/// <exception cref="NotSupportedException"></exception> 56/// <exception cref="NotSupportedException"></exception>
Microsoft.NET.Build.Extensions.Tasks (1)
GetDependsOnNETStandard.cs (1)
86|| e is NotSupportedException
Microsoft.Private.Windows.Core (16)
System\Private\Windows\BinaryFormat\BinaryFormatWriter.cs (3)
631/// Writes a <see cref="NotSupportedException"/> in binary format. 633public static void WriteNotSupportedException(Stream stream, NotSupportedException exception) 711case NotSupportedException exception:
System\Private\Windows\Nrbf\CoreNrbfSerializer.cs (1)
56{ TypeName.Parse(Types.NotSupportedExceptionType), typeof(NotSupportedException) },
System\Private\Windows\Nrbf\SerializationRecordExtensions.cs (2)
499/// Tries to get this object as a binary formatted <see cref="NotSupportedException"/>. 512|| !classInfo.TypeNameMatches(typeof(NotSupportedException)))
System\Private\Windows\Ole\BinaryFormatUtilities.cs (4)
30/// <exception cref="NotSupportedException"> 86/// <exception cref="NotSupportedException">Thrown when <see cref="BinaryFormatter"/> is not enabled.</exception> 118catch (NotSupportedException) 235catch (SerializationException e) when (e.InnerException is NotSupportedException nse)
System\Private\Windows\Ole\Composition.ManagedToNativeAdapter.cs (1)
139catch (NotSupportedException ex)
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (3)
355/// <exception cref="NotSupportedException"> is deserialization failed.</exception> 389Debug.Assert(e is NotSupportedException, e.Message); 451catch (Exception ex) when (!request.TypedRequest || ex is not NotSupportedException)
System\Private\Windows\Ole\IDataObjectInternal.cs (1)
142/// The <paramref name="resolver"/> should throw <see cref="NotSupportedException"/> for types it does not
System\Private\Windows\Ole\TypeBinder.cs (1)
25/// Unbound types will throw a <see cref="NotSupportedException"/> when attempting to bind.
Microsoft.SourceLink.AzureDevOpsServer.Git (2)
src\sourcelink\src\Common\GitProvider\TranslateRepositoryUrlGitTask.cs (2)
79catch (NotSupportedException e) 99catch (NotSupportedException e)
Microsoft.SourceLink.AzureRepos.Git (2)
src\sourcelink\src\Common\GitProvider\TranslateRepositoryUrlGitTask.cs (2)
79catch (NotSupportedException e) 99catch (NotSupportedException e)
Microsoft.SourceLink.Bitbucket.Git (2)
src\sourcelink\src\Common\GitProvider\TranslateRepositoryUrlGitTask.cs (2)
79catch (NotSupportedException e) 99catch (NotSupportedException e)
Microsoft.SourceLink.Gitea (2)
src\sourcelink\src\Common\GitProvider\TranslateRepositoryUrlGitTask.cs (2)
79catch (NotSupportedException e) 99catch (NotSupportedException e)
Microsoft.SourceLink.Gitee (2)
src\sourcelink\src\Common\GitProvider\TranslateRepositoryUrlGitTask.cs (2)
79catch (NotSupportedException e) 99catch (NotSupportedException e)
Microsoft.SourceLink.GitHub (2)
src\sourcelink\src\Common\GitProvider\TranslateRepositoryUrlGitTask.cs (2)
79catch (NotSupportedException e) 99catch (NotSupportedException e)
Microsoft.SourceLink.GitLab (2)
src\sourcelink\src\Common\GitProvider\TranslateRepositoryUrlGitTask.cs (2)
79catch (NotSupportedException e) 99catch (NotSupportedException e)
Microsoft.SourceLink.GitWeb (2)
src\sourcelink\src\Common\GitProvider\TranslateRepositoryUrlGitTask.cs (2)
79catch (NotSupportedException e) 99catch (NotSupportedException e)
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (7)
DirectoryBasedTemplate.cs (2)
35/// <exception cref="NotSupportedException">when the template is not supported by current generator version.</exception> 194/// <exception cref="NotSupportedException">when the template is not supported by current generator version.</exception>
EvaluatorSelector.cs (2)
47/// <exception cref="NotSupportedException">when <paramref name="evaluatorType"/> is not supported (unknown).</exception> 90/// <exception cref="NotSupportedException">when <paramref name="evaluatorType"/> is not supported (unknown).</exception>
RunnableProjectGenerator.cs (3)
76catch (NotSupportedException ex) 275catch (NotSupportedException ex) 351catch (NotSupportedException ex)
Microsoft.TestPlatform.AdapterUtilities (3)
ManagedNameUtilities\ManagedNameHelper.Reflection.cs (3)
49/// <exception cref="NotSupportedException"> 85/// <exception cref="NotSupportedException"> 120/// <exception cref="NotSupportedException">
Microsoft.TestPlatform.CommunicationUtilities (1)
LengthPrefixCommunicationChannel.cs (1)
55catch (NotSupportedException ex) when (!_writer.BaseStream.CanWrite)
Microsoft.VisualBasic.Core (5)
Microsoft\VisualBasic\FileIO\FileSystem.vb (5)
1024TypeOf ex Is IO.DirectoryNotFoundException OrElse TypeOf ex Is NotSupportedException OrElse 1045TypeOf ex Is SecurityException OrElse TypeOf ex Is NotSupportedException) Then 1338TypeOf ex Is NotSupportedException Or 1512TypeOf ex Is NotSupportedException OrElse 1520TypeOf ex Is NotSupportedException), "These exceptions should be caught above")
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (2)
TrxLogger.cs (1)
501catch (Exception ex) when (ex is IOException or UnauthorizedAccessException or XmlException or NotSupportedException or SecurityException)
XML\XmlPersistence.cs (1)
643catch (NotSupportedException nosupportEx)
MSBuild (3)
CommandLine\CommandLineParser.cs (1)
403catch (NotSupportedException e)
XMake.cs (2)
2328catch (NotSupportedException) 3350catch (NotSupportedException ex)
mscorlib (1)
src\runtime\src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
374[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.NotSupportedException))]
netstandard (1)
netstandard.cs (1)
1327[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.NotSupportedException))]
NuGet.Configuration (2)
PackageSource\PackageSourceCredential.cs (2)
62catch (NotSupportedException e) 166catch (NotSupportedException e)
NuGet.DependencyResolver.Core (1)
Providers\LocalDependencyProvider.cs (1)
152/// <exception cref="NotSupportedException">Thrown always.</exception>
NuGet.PackageManagement (3)
Projects\IProjectSystemReferencesReader.cs (1)
28/// <exception cref="NotSupportedException">Thrown when the project system doesn't support package references.</exception>
Projects\IProjectSystemReferencesService.cs (2)
24/// <exception cref="NotSupportedException">Thrown when the project system doesn't support package references.</exception> 34/// <exception cref="NotSupportedException">Thrown when the project system doesn't support package references.</exception>
NuGet.Packaging (1)
PackageExtraction\StreamExtensions.cs (1)
102catch (NotSupportedException)
NuGet.ProjectModel (1)
CacheFileFormat.cs (1)
64catch (Exception ex) when (ex is ArgumentNullException || ex is JsonException || ex is NotSupportedException)
NuGet.Protocol (22)
Plugins\PluginPackageReader.cs (20)
80/// <exception cref="NotSupportedException">Thrown always.</exception> 125/// <exception cref="NotSupportedException">Thrown always.</exception> 173/// <exception cref="NotSupportedException">Thrown always.</exception> 213/// <exception cref="NotSupportedException">Thrown always.</exception> 322/// <exception cref="NotSupportedException">Thrown always.</exception> 350/// <exception cref="NotSupportedException">Thrown always.</exception> 378/// <exception cref="NotSupportedException">Thrown always.</exception> 407/// <exception cref="NotSupportedException">Thrown always.</exception> 434/// <exception cref="NotSupportedException">Thrown always.</exception> 504/// <exception cref="NotSupportedException">Thrown always.</exception> 535/// <exception cref="NotSupportedException">Thrown always.</exception> 564/// <exception cref="NotSupportedException">Thrown always.</exception> 591/// <exception cref="NotSupportedException">Thrown always.</exception> 645/// <exception cref="NotSupportedException">Thrown always.</exception> 672/// <exception cref="NotSupportedException">Thrown always.</exception> 700/// <exception cref="NotSupportedException">Thrown always.</exception> 735/// <exception cref="NotSupportedException">Thrown always.</exception> 764/// <exception cref="NotSupportedException">Thrown always.</exception> 790/// <exception cref="NotSupportedException">Thrown always.</exception> 880/// <exception cref="NotSupportedException">Thrown always.</exception>
RemoteRepositories\PluginFindPackageByIdResource.cs (1)
86/// <exception cref="NotSupportedException">Thrown always.</exception>
Utility\LocalFolderUtility.cs (1)
827ex is NotSupportedException)
NuGet.Versioning (2)
SemanticVersionConverter.cs (2)
35/// <exception cref="NotSupportedException">The conversion cannot be performed.</exception> 70/// <exception cref="NotSupportedException">The conversion cannot be performed.</exception>
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (2)
1654catch (NotSupportedException) 1719catch (NotSupportedException)
PresentationCore (82)
MS\Internal\FontFace\CompositeFontParser.cs (2)
81catch (NotSupportedException) 104catch (NotSupportedException)
MS\Internal\IO\Packaging\NetStream.cs (2)
298/// <exception cref="NotSupportedException">not supported</exception> 308/// <exception cref="NotSupportedException">not supported</exception>
MS\Internal\IO\Packaging\PseudoWebRequest.cs (1)
69/// <exception cref="NotSupportedException">writing not supported</exception>
MS\Internal\IO\Packaging\ResponseStream.cs (3)
124/// <exception cref="NotSupportedException">not supported</exception> 134/// <exception cref="NotSupportedException">not supported</exception> 144/// <exception cref="NotSupportedException">not supported</exception>
MS\Internal\WpfWebRequestHelper.cs (1)
305catch (NotSupportedException)
src\wpf\src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\IO\SynchronizingStream.cs (3)
108/// <exception cref="NotSupportedException">not supported</exception> 121/// <exception cref="NotSupportedException">not supported</exception> 134/// <exception cref="NotSupportedException">not supported</exception>
System\IO\Packaging\PackWebRequest.cs (6)
98/// <exception cref="NotSupportedException">writing not supported</exception> 240/// <exception cref="NotSupportedException">Set is not supported as PackWebRequest is read-only.</exception> 427/// <exception cref="NotSupportedException">Inner uri is not resolvable to a valid transport protocol (such as 462/// <exception cref="NotSupportedException">protocol does not have a registered handler</exception> 473/// <exception cref="NotSupportedException">protocol does not have a registered handler</exception> 498catch (NotSupportedException)
System\Windows\clipboard.cs (2)
303/// <see cref="TypeName"/> is allowed or throws a <see cref="NotSupportedException"/> if <see cref="TypeName"/> is not 384/// <exception cref="NotSupportedException">
System\Windows\DataObjectExtensions.cs (4)
30/// <exception cref="NotSupportedException">if the <paramref name="dataObject"/> does not implement <see cref="ITypedDataObject" />.</exception> 38/// <exception cref="NotSupportedException">if the <paramref name="dataObject"/> does not implement <see cref="ITypedDataObject" />.</exception> 47/// <exception cref="NotSupportedException">if the <paramref name="dataObject"/> does not implement <see cref="ITypedDataObject" />.</exception> 57/// <exception cref="NotSupportedException">if the <paramref name="dataObject"/> does not implement <see cref="ITypedDataObject" />.</exception>
System\Windows\FontStretchConverter.cs (2)
50/// <exception cref="NotSupportedException"> 78/// <exception cref="NotSupportedException">
System\Windows\FontStyleConverter.cs (2)
50/// <exception cref="NotSupportedException"> 78/// <exception cref="NotSupportedException">
System\Windows\FontWeightConverter.cs (2)
50/// <exception cref="NotSupportedException"> 78/// <exception cref="NotSupportedException">
System\Windows\ITypedDataObject.cs (2)
19/// will throw a <see cref="NotSupportedException"/>. This is replacement of <see cref="IDataObject"/> 21/// will throw a <see cref="NotSupportedException"/>.
System\Windows\Media\ColorConverter.cs (2)
64/// <exception cref="NotSupportedException"> 88/// <exception cref="NotSupportedException">
System\Windows\Media\FontFamily.cs (1)
537catch (NotSupportedException)
System\Windows\Media\Generated\BrushConverter.cs (2)
87/// <exception cref="NotSupportedException"> 116/// <exception cref="NotSupportedException">
System\Windows\Media\Generated\CacheModeConverter.cs (2)
87/// <exception cref="NotSupportedException"> 116/// <exception cref="NotSupportedException">
System\Windows\Media\Generated\DoubleCollectionConverter.cs (2)
74/// <exception cref="NotSupportedException"> 103/// <exception cref="NotSupportedException">
System\Windows\Media\Generated\GeometryConverter.cs (2)
87/// <exception cref="NotSupportedException"> 116/// <exception cref="NotSupportedException">
System\Windows\Media\Generated\Int32CollectionConverter.cs (2)
74/// <exception cref="NotSupportedException"> 103/// <exception cref="NotSupportedException">
System\Windows\Media\Generated\PathFigureCollectionConverter.cs (2)
87/// <exception cref="NotSupportedException"> 116/// <exception cref="NotSupportedException">
System\Windows\Media\Generated\PointCollectionConverter.cs (2)
74/// <exception cref="NotSupportedException"> 103/// <exception cref="NotSupportedException">
System\Windows\Media\Generated\TransformConverter.cs (2)
87/// <exception cref="NotSupportedException"> 116/// <exception cref="NotSupportedException">
System\Windows\Media\Generated\VectorCollectionConverter.cs (2)
74/// <exception cref="NotSupportedException"> 103/// <exception cref="NotSupportedException">
System\Windows\Media\ImageSourceConverter.cs (2)
75/// <exception cref="NotSupportedException"> 176/// <exception cref="NotSupportedException">
System\Windows\Media\Imaging\BitmapFrame.cs (2)
227catch (System.NotSupportedException) 259catch (System.NotSupportedException)
System\Windows\Media\Imaging\BitmapImage.cs (2)
533catch (NotSupportedException) 562catch (NotSupportedException)
System\Windows\Media\Imaging\BitmapSource.cs (2)
1093catch (NotSupportedException) 1123catch (NotSupportedException)
System\Windows\Media\RequestCachePolicyConverter.cs (1)
57/// <exception cref="NotSupportedException">
System\Windows\Media3D\Generated\Matrix3DConverter.cs (2)
72/// <exception cref="NotSupportedException"> 101/// <exception cref="NotSupportedException">
System\Windows\Media3D\Generated\Point3DCollectionConverter.cs (2)
72/// <exception cref="NotSupportedException"> 101/// <exception cref="NotSupportedException">
System\Windows\Media3D\Generated\Point3DConverter.cs (2)
72/// <exception cref="NotSupportedException"> 101/// <exception cref="NotSupportedException">
System\Windows\Media3D\Generated\Point4DConverter.cs (2)
72/// <exception cref="NotSupportedException"> 101/// <exception cref="NotSupportedException">
System\Windows\Media3D\Generated\QuaternionConverter.cs (2)
72/// <exception cref="NotSupportedException"> 101/// <exception cref="NotSupportedException">
System\Windows\Media3D\Generated\Rect3DConverter.cs (2)
72/// <exception cref="NotSupportedException"> 101/// <exception cref="NotSupportedException">
System\Windows\Media3D\Generated\Size3DConverter.cs (2)
72/// <exception cref="NotSupportedException"> 101/// <exception cref="NotSupportedException">
System\Windows\Media3D\Generated\Vector3DCollectionConverter.cs (2)
72/// <exception cref="NotSupportedException"> 101/// <exception cref="NotSupportedException">
System\Windows\Media3D\Generated\Vector3DConverter.cs (2)
72/// <exception cref="NotSupportedException"> 101/// <exception cref="NotSupportedException">
System\Windows\Nrbf\SerializationRecordExtensions.cs (2)
309/// Trys to get this object as a binary recordted <see cref="NotSupportedException"/>. 322|| !classInfo.TypeNameMatches(typeof(NotSupportedException)))
PresentationFramework (26)
MS\Internal\Data\CollectionViewProxy.cs (2)
91/// <exception cref="NotSupportedException"> 121/// <exception cref="NotSupportedException">
MS\Internal\Data\DefaultValueConverter.cs (2)
278NotSupportedException savedEx = null; 309catch (NotSupportedException ex)
MS\Internal\Data\EnumerableCollectionView.cs (2)
102/// <exception cref="NotSupportedException"> 132/// <exception cref="NotSupportedException">
MS\Internal\IO\Packaging\UnsafeIndexingFilterStream.cs (2)
147/// <exception cref="NotSupportedException">not supported</exception> 160/// <exception cref="NotSupportedException">not supported</exception>
MS\Internal\WindowsRuntime\Windows\Data\Text\WordsSegmenter.cs (2)
35/// <exception cref="System.NotSupportedException"><paramref name="language"/> is not supported</exception> 69when ((e is NotSupportedException) ||
System\Windows\Controls\DocumentViewer.cs (2)
250/// <exception cref="NotSupportedException">There must be a ScrollViewer in 2046/// <exception cref="NotSupportedException">There must be a ScrollViewer in
System\Windows\Controls\ItemCollection.cs (2)
623/// <exception cref="NotSupportedException"> 737/// <exception cref="NotSupportedException">
System\Windows\Data\CollectionView.cs (1)
204/// <exception cref="NotSupportedException">
System\Windows\Data\ListCollectionView.cs (1)
421/// <exception cref="NotSupportedException">
System\Windows\Documents\SpellerInteropBase.cs (1)
121catch (NotSupportedException)
System\Windows\Documents\WinRTSpellerInterop.cs (3)
34/// <exception cref="NotSupportedException"> 61catch (Exception ex) when (ex is ArgumentException || ex is NotSupportedException || ex is PlatformNotSupportedException) 66if ((ex is PlatformNotSupportedException) || (ex is NotSupportedException))
System\Windows\Documents\XamlToRtfWriter.cs (1)
3653catch (System.NotSupportedException)
System\Windows\Markup\Primitives\ElementMarkupObject.cs (1)
369catch (NotSupportedException)
System\Windows\Navigation\NavigationService.cs (2)
1838catch (NotSupportedException) 2726catch (NotSupportedException)
System\Windows\PropertyPathConverter.cs (1)
270catch (NotSupportedException)
System\Windows\ThemeModeConverter.cs (1)
80/// <exception cref="NotSupportedException">
PresentationUI (2)
MS\Internal\Documents\Application\RightsManagementErrorHandler.cs (1)
267(exception is NotSupportedException) ||
MS\Internal\Documents\Application\WriteableOnDemandStream.cs (1)
273/// <exception cref="System.NotSupportedException" />
Roslyn.Diagnostics.Analyzers (5)
src\roslyn\src\Compilers\Core\Portable\FileSystem\FileUtilities.cs (1)
267catch (NotSupportedException e)
src\roslyn\src\Compilers\Core\Portable\FileSystem\PathUtilities.cs (1)
806ex is NotSupportedException) // fileName contains a colon (:) in the middle of the string.
src\roslyn\src\Compilers\Core\Portable\Hashing\NonCryptographicHashAlgorithm.cs (2)
340/// <returns>This method will always throw a <see cref="NotSupportedException"/>.</returns> 341/// <exception cref="NotSupportedException">In all cases.</exception>
src\roslyn\src\Dependencies\Contracts\EqualityComparerExtensions.cs (1)
34/// will throw <see cref="NotSupportedException"/>.
Shared.Tests (5)
EmptyCollections\EmptyReadonlyDictionaryTests.cs (4)
37Assert.Throws<NotSupportedException>(() => dict.Add(1, "One")); 47Assert.Throws<NotSupportedException>(() => dict[1] = "One"); 48Assert.Throws<NotSupportedException>(() => dict.Add(1, "One")); 60Assert.Throws<NotSupportedException>(() => coll.Add(new KeyValuePair<int, string>(1, "One")));
EmptyCollections\EmptyReadOnlyListTests.cs (1)
57Assert.Throws<NotSupportedException>(() => coll.Add(1));
System.Collections.Concurrent (6)
System\Collections\Concurrent\BlockingCollection.cs (1)
128/// <exception cref="System.NotSupportedException">The SyncRoot property is not supported.</exception>
System\Collections\Concurrent\ConcurrentBag.cs (1)
588/// <exception cref="System.NotSupportedException">The SyncRoot property is not supported.</exception>
System\Collections\Concurrent\ConcurrentStack.cs (1)
179/// <exception cref="System.NotSupportedException">The SyncRoot property is not supported</exception>
System\Collections\Concurrent\OrderablePartitioner.cs (2)
124/// <exception cref="NotSupportedException">Dynamic partitioning is not supported by this 204/// <exception cref="NotSupportedException">Dynamic partitioning is not supported by this
System\Collections\Concurrent\Partitioner.cs (1)
92/// <exception cref="NotSupportedException">Dynamic partitioning is not supported by this
System.Collections.Immutable (40)
System\Collections\Immutable\ImmutableArray_1.cs (7)
22/// <exception cref="NotSupportedException">Always thrown from the setter.</exception> 1195/// <exception cref="System.NotSupportedException"></exception> 1204/// <exception cref="System.NotSupportedException"></exception> 1258/// <exception cref="System.NotSupportedException"></exception> 1329/// <exception cref="System.NotSupportedException"></exception> 1339/// <exception cref="System.NotSupportedException"></exception> 1353/// <exception cref="NotSupportedException">Always thrown from the setter.</exception>
System\Collections\Immutable\ImmutableDictionary_2.Builder.cs (6)
392/// <exception cref="NotSupportedException">The property is set and the <see cref="IDictionary{TKey, TValue}"/> is read-only.</exception> 508/// <exception cref="NotSupportedException">The <see cref="IDictionary{TKey, TValue}"/> is read-only.</exception> 561/// <exception cref="NotSupportedException">The <see cref="IDictionary{TKey, TValue}"/> is read-only.</exception> 594/// <exception cref="NotSupportedException">The <see cref="ICollection{T}"/> is read-only.</exception> 603/// <exception cref="NotSupportedException">The <see cref="ICollection{T}"/> is read-only. </exception> 646/// <exception cref="NotSupportedException">The <see cref="ICollection{T}"/> is read-only.</exception>
System\Collections\Immutable\ImmutableDictionary_2.cs (3)
572/// <exception cref="NotSupportedException"> 589/// <exception cref="NotSupportedException"> 741/// <exception cref="System.NotSupportedException"></exception>
System\Collections\Immutable\ImmutableHashSet_1.Builder.cs (3)
241/// <exception cref="NotSupportedException">The <see cref="ICollection{T}"/> is read-only.</exception> 264/// <exception cref="NotSupportedException">The <see cref="ICollection{T}"/> is read-only. </exception> 384/// <exception cref="NotSupportedException">The <see cref="ICollection{T}"/> is read-only.</exception>
System\Collections\Immutable\ImmutableList_1.cs (12)
925/// <exception cref="NotSupportedException">Always thrown.</exception> 932/// <exception cref="NotSupportedException">In all cases.</exception> 939/// <exception cref="NotSupportedException">In all cases from the setter.</exception> 954/// <exception cref="NotSupportedException">Always thrown.</exception> 960/// <exception cref="NotSupportedException">Always thrown.</exception> 975/// <exception cref="NotSupportedException">Always thrown.</exception> 998/// <exception cref="NotSupportedException">Always thrown.</exception> 1005/// <exception cref="NotSupportedException">Always thrown.</exception> 1011/// <exception cref="NotSupportedException">Always thrown.</exception> 1037/// <exception cref="NotSupportedException">Always thrown.</exception> 1057/// <exception cref="NotSupportedException">In all cases.</exception> 1069/// <exception cref="NotSupportedException">In call cases from the setter.</exception>
System\Collections\Immutable\ImmutableSortedDictionary_2.cs (3)
477/// <exception cref="NotSupportedException"> 494/// <exception cref="NotSupportedException"> 638/// <exception cref="System.NotSupportedException"></exception>
System\Collections\Immutable\ImmutableSortedSet_1.cs (6)
866/// <exception cref="System.NotSupportedException"></exception> 875/// <exception cref="System.NotSupportedException"></exception> 925/// <exception cref="System.NotSupportedException"></exception> 935/// <exception cref="System.NotSupportedException"></exception> 945/// <exception cref="System.NotSupportedException"></exception> 958/// <exception cref="System.NotSupportedException"></exception>
System.CommandLine (1)
Parsing\ArgumentResult.cs (1)
72/// <exception cref="NotSupportedException">An Option has a CustomParser delegate that receives an ArgumentResult as a parameter and calls the OnlyTake method of that ArgumentResult.</exception>
System.ComponentModel.Annotations (2)
System\ComponentModel\DataAnnotations\CustomValidationAttribute.cs (1)
342catch (NotSupportedException)
System\ComponentModel\DataAnnotations\RangeAttribute.cs (1)
156catch (NotSupportedException)
System.Data.Common (7)
src\runtime\src\libraries\Common\src\System\Data\Common\AdapterUtil.cs (4)
116internal static NotSupportedException NotSupported() 118NotSupportedException e = new NotSupportedException(); 123internal static NotSupportedException NotSupported(string error) 125NotSupportedException e = new NotSupportedException(error);
System\Data\Common\DbTransaction.cs (1)
77/// well as their synchronous counterparts are expected to throw <see cref="NotSupportedException" />.
System\Data\DataSetUtil.cs (1)
43internal static NotSupportedException NotSupported(string message)
System\Data\DataViewManager.cs (1)
23private static readonly NotSupportedException s_notSupported = new NotSupportedException();
System.Data.Odbc (4)
src\runtime\src\libraries\Common\src\System\Data\Common\AdapterUtil.cs (4)
116internal static NotSupportedException NotSupported() 118NotSupportedException e = new NotSupportedException(); 123internal static NotSupportedException NotSupported(string error) 125NotSupportedException e = new NotSupportedException(error);
System.Data.OleDb (2)
System\Data\Common\AdapterUtil.cs (2)
146internal static NotSupportedException NotSupported() 148NotSupportedException e = new NotSupportedException();
System.Drawing.Common (1)
System\Drawing\Image.cs (1)
946or NotSupportedException
System.Formats.Nrbf (2)
System\Formats\Nrbf\NrbfDecoder.cs (2)
52/// <exception cref="NotSupportedException">The stream does not support reading or seeking.</exception> 105/// <exception cref="NotSupportedException">
System.IO.Compression (21)
System\IO\Compression\ZipArchive.cs (6)
225/// <exception cref="NotSupportedException">The ZipArchive does not support reading.</exception> 266/// <exception cref="NotSupportedException">The ZipArchive does not support writing.</exception> 280/// <exception cref="NotSupportedException">The ZipArchive does not support writing.</exception> 302/// <exception cref="NotSupportedException">The ZipArchive does not support writing.</exception> 325/// <exception cref="NotSupportedException">The ZipArchive does not support writing.</exception> 388/// <exception cref="NotSupportedException">The ZipArchive does not support reading.</exception>
System\IO\Compression\ZipArchiveEntry.cs (2)
354/// <exception cref="NotSupportedException">An attempt to set this property was made, but the ZipArchive that this entry belongs to was 426/// <exception cref="NotSupportedException">The ZipArchive that this entry belongs to was opened in a mode other than ZipArchiveMode.Update. </exception>
System\IO\Compression\ZipEncryptionMethod.cs (1)
13/// Attempting to open an entry with this encryption method will throw <see cref="NotSupportedException"/>.
System\IO\Compression\ZLibStream.cs (4)
74/// <summary>This property is not supported and always throws a <see cref="NotSupportedException"/>.</summary> 77/// <summary>This property is not supported and always throws a <see cref="NotSupportedException"/>.</summary> 100/// <summary>This method is not supported and always throws a <see cref="NotSupportedException"/>.</summary> 103/// <summary>This method is not supported and always throws a <see cref="NotSupportedException"/>.</summary>
System\IO\Compression\Zstandard\ZstandardStream.cs (8)
135/// <summary>This property is not supported and always throws a <see cref="NotSupportedException" />.</summary> 136/// <exception cref="NotSupportedException">In all cases.</exception> 139/// <summary>This property is not supported and always throws a <see cref="NotSupportedException" />.</summary> 140/// <exception cref="NotSupportedException">In all cases.</exception> 147/// <summary>This operation is not supported and always throws a <see cref="NotSupportedException" />.</summary> 151/// <exception cref="NotSupportedException">In all cases.</exception> 154/// <summary>This operation is not supported and always throws a <see cref="NotSupportedException" />.</summary> 156/// <exception cref="NotSupportedException">In all cases.</exception>
System.IO.Compression.Brotli (9)
System\IO\Compression\BrotliStream.cs (7)
184/// <summary>This property is not supported and always throws a <see cref="System.NotSupportedException" />.</summary> 188/// <exception cref="System.NotSupportedException">This property is not supported on this stream.</exception> 190/// <summary>This property is not supported and always throws a <see cref="System.NotSupportedException" />.</summary> 192/// <exception cref="System.NotSupportedException">This property is not supported on this stream.</exception> 194/// <summary>This property is not supported and always throws a <see cref="System.NotSupportedException" />.</summary> 196/// <exception cref="System.NotSupportedException">This property is not supported on this stream.</exception> 202/// <summary>This property is not supported and always throws a <see cref="System.NotSupportedException" />.</summary>
System\IO\Compression\dec\BrotliStream.Decompress.cs (1)
106/// <exception cref="System.NotSupportedException">The current <see cref="System.IO.Compression.BrotliStream" /> implementation does not support the read operation.</exception>
System\IO\Compression\enc\BrotliStream.Compress.cs (1)
111/// <exception cref="System.NotSupportedException">The current <see cref="System.IO.Compression.BrotliStream" /> implementation does not support the write operation.</exception>
System.IO.Compression.ZipFile (53)
System\IO\Compression\ZipFile.Create.Async.cs (9)
28/// <exception cref="NotSupportedException">archiveFileName is in an invalid format. </exception> 54/// <exception cref="NotSupportedException"><code>archiveFileName</code> is in an invalid format.</exception> 94/// <exception cref="NotSupportedException"><code>archiveFileName</code> is in an invalid format.</exception> 211/// <exception cref="NotSupportedException"><code>sourceDirectoryName</code> or <code>destinationArchiveFileName</code> is 256/// <exception cref="NotSupportedException"><code>sourceDirectoryName</code> or <code>destinationArchiveFileName</code> 305/// <exception cref="NotSupportedException"><code>sourceDirectoryName</code> or <code>destinationArchiveFileName</code> 366/// <exception cref="NotSupportedException"><paramref name="sourceDirectoryName" /> contains an invalid format.</exception> 394/// <exception cref="NotSupportedException"><paramref name="sourceDirectoryName" /> contains an invalid format.</exception> 425/// <exception cref="NotSupportedException"><paramref name="sourceDirectoryName" /> contains an invalid format.</exception>
System\IO\Compression\ZipFile.Create.cs (9)
26/// <exception cref="NotSupportedException">archiveFileName is in an invalid format. </exception> 49/// <exception cref="NotSupportedException"><code>archiveFileName</code> is in an invalid format.</exception> 86/// <exception cref="NotSupportedException"><code>archiveFileName</code> is in an invalid format.</exception> 198/// <exception cref="NotSupportedException"><code>sourceDirectoryName</code> or <code>destinationArchiveFileName</code> is 240/// <exception cref="NotSupportedException"><code>sourceDirectoryName</code> or <code>destinationArchiveFileName</code> 286/// <exception cref="NotSupportedException"><code>sourceDirectoryName</code> or <code>destinationArchiveFileName</code> 343/// <exception cref="NotSupportedException"><paramref name="sourceDirectoryName" /> contains an invalid format.</exception> 369/// <exception cref="NotSupportedException"><paramref name="sourceDirectoryName" /> contains an invalid format.</exception> 397/// <exception cref="NotSupportedException"><paramref name="sourceDirectoryName" /> contains an invalid format.</exception>
System\IO\Compression\ZipFile.Extract.Async.cs (10)
33/// <exception cref="NotSupportedException">sourceArchive or destinationDirectoryName is in an invalid format. </exception> 68/// <exception cref="NotSupportedException">sourceArchive or destinationDirectoryName is in an invalid format. </exception> 104/// <exception cref="NotSupportedException">sourceArchive or destinationDirectoryName is in an invalid format. </exception> 161/// <exception cref="NotSupportedException">sourceArchive or destinationDirectoryName is in an invalid format. </exception> 229/// <exception cref="NotSupportedException">sourceArchive or destinationDirectoryName is in an invalid format. </exception> 301/// <exception cref="NotSupportedException"><paramref name="destinationDirectoryName" /> contains an invalid format.</exception> 333/// <exception cref="NotSupportedException"><paramref name="destinationDirectoryName" /> contains an invalid format.</exception> 373/// <exception cref="NotSupportedException"><paramref name="destinationDirectoryName" /> contains an invalid format.</exception> 414/// <exception cref="NotSupportedException"><paramref name="destinationDirectoryName" /> contains an invalid format.</exception> 470/// <exception cref="NotSupportedException"><paramref name="destinationDirectoryName" /> contains an invalid format.</exception>
System\IO\Compression\ZipFile.Extract.cs (10)
31/// <exception cref="NotSupportedException">sourceArchive or destinationDirectoryName is in an invalid format. </exception> 63/// <exception cref="NotSupportedException">sourceArchive or destinationDirectoryName is in an invalid format. </exception> 96/// <exception cref="NotSupportedException">sourceArchive or destinationDirectoryName is in an invalid format. </exception> 150/// <exception cref="NotSupportedException">sourceArchive or destinationDirectoryName is in an invalid format. </exception> 212/// <exception cref="NotSupportedException">sourceArchive or destinationDirectoryName is in an invalid format. </exception> 274/// <exception cref="NotSupportedException"><paramref name="destinationDirectoryName" /> contains an invalid format.</exception> 303/// <exception cref="NotSupportedException"><paramref name="destinationDirectoryName" /> contains an invalid format.</exception> 340/// <exception cref="NotSupportedException"><paramref name="destinationDirectoryName" /> contains an invalid format.</exception> 378/// <exception cref="NotSupportedException"><paramref name="destinationDirectoryName" /> contains an invalid format.</exception> 426/// <exception cref="NotSupportedException"><paramref name="destinationDirectoryName" /> contains an invalid format.</exception>
System\IO\Compression\ZipFileExtensions.ZipArchive.Create.Async.cs (4)
36/// <exception cref="NotSupportedException">sourceFileName is in an invalid format or the ZipArchive does not support writing.</exception> 63/// <exception cref="NotSupportedException">sourceFileName is in an invalid format or the ZipArchive does not support writing.</exception> 97/// <exception cref="NotSupportedException">sourceFileName is in an invalid format or the ZipArchive does not support writing.</exception> 126/// <exception cref="NotSupportedException">sourceFileName is in an invalid format or the ZipArchive does not support writing.</exception>
System\IO\Compression\ZipFileExtensions.ZipArchive.Create.cs (3)
36/// <exception cref="NotSupportedException">sourceFileName is in an invalid format or the ZipArchive does not support writing.</exception> 67/// <exception cref="NotSupportedException">sourceFileName is in an invalid format or the ZipArchive does not support writing.</exception> 113/// <exception cref="NotSupportedException">sourceFileName is in an invalid format or the ZipArchive does not support writing.</exception>
System\IO\Compression\ZipFileExtensions.ZipArchive.Extract.Async.cs (2)
30/// <exception cref="NotSupportedException">destinationDirectoryName is in an invalid format. </exception> 63/// <exception cref="NotSupportedException">destinationDirectoryName is in an invalid format. </exception>
System\IO\Compression\ZipFileExtensions.ZipArchive.Extract.cs (2)
28/// <exception cref="NotSupportedException">destinationDirectoryName is in an invalid format. </exception> 58/// <exception cref="NotSupportedException">destinationDirectoryName is in an invalid format. </exception>
System\IO\Compression\ZipFileExtensions.ZipArchiveEntry.Extract.Async.cs (2)
27/// <exception cref="NotSupportedException">destinationFileName is in an invalid format 57/// <exception cref="NotSupportedException">destinationFileName is in an invalid format
System\IO\Compression\ZipFileExtensions.ZipArchiveEntry.Extract.cs (2)
24/// <exception cref="NotSupportedException">destinationFileName is in an invalid format 53/// <exception cref="NotSupportedException">destinationFileName is in an invalid format
System.IO.Hashing (2)
System\IO\Hashing\NonCryptographicHashAlgorithm.cs (2)
292/// <returns>This method will always throw a <see cref="NotSupportedException"/>.</returns> 293/// <exception cref="NotSupportedException">In all cases.</exception>
System.IO.Packaging (1)
System\IO\Packaging\PackagePart.cs (1)
242/// <exception cref="NotSupportedException">By default, this method throws a NotSupportedException. If a subclass wants to
System.IO.Pipelines (1)
System\IO\Pipelines\ThrowHelper.cs (1)
90public static NotSupportedException CreateNotSupportedException_UnflushedBytes() => new NotSupportedException(SR.UnflushedBytesNotSupported);
System.Linq.Expressions (6)
System\Linq\Expressions\Error.cs (4)
66internal static NotSupportedException CollectionReadOnly() 1155internal static NotSupportedException TryNotSupportedForMethodsWithRefArgs(object? p0) 1162internal static NotSupportedException TryNotSupportedForValueTypeInstances(object? p0) 1203internal static NotSupportedException NotSupported()
System\Linq\Expressions\Interpreter\CallInstruction.cs (2)
97if (!(tie.InnerException is NotSupportedException)) 104catch (NotSupportedException)
System.Linq.Parallel (42)
System\Linq\ParallelEnumerable.cs (42)
634/// <see cref="System.NotSupportedException"/> when invoked. 642/// <returns>This overload always throws a <see cref="System.NotSupportedException"/>.</returns> 643/// <exception cref="System.NotSupportedException">The exception that occurs when this method is called.</exception> 693/// This method is marked as obsolete and always throws <see cref="System.NotSupportedException"/> when invoked. 704/// <returns>This overload always throws a <see cref="System.NotSupportedException"/>.</returns> 705/// <exception cref="System.NotSupportedException">The exception that occurs when this method is called.</exception> 759/// This method is marked as obsolete and always throws <see cref="System.NotSupportedException"/> when invoked. 771/// <returns>This overload always throws a <see cref="System.NotSupportedException"/>.</returns> 772/// <exception cref="System.NotSupportedException">The exception that occurs when this method is called.</exception> 825/// This method is marked as obsolete and always throws <see cref="System.NotSupportedException"/> when called. 836/// <returns>This overload always throws a <see cref="System.NotSupportedException"/>.</returns> 837/// <exception cref="System.NotSupportedException">The exception that occurs when this method is called.</exception> 893/// This method is marked as obsolete and always throws <see cref="System.NotSupportedException"/> when called. 905/// <returns>This overload always throws a <see cref="System.NotSupportedException"/>.</returns> 906/// <exception cref="System.NotSupportedException">The exception that occurs when this method is called.</exception> 4278/// This method is marked as obsolete and always throws <see cref="System.NotSupportedException"/> when called. 4283/// <returns>This overload always throws a <see cref="System.NotSupportedException"/>.</returns> 4284/// <exception cref="System.NotSupportedException">The exception that occurs when this method is called.</exception> 4331/// This method is marked as obsolete and always throws <see cref="System.NotSupportedException"/> when called. 4336/// <returns>This overload always throws a <see cref="System.NotSupportedException"/>.</returns> 4337/// <exception cref="System.NotSupportedException">Thrown every time this method is called.</exception> 4437/// This method is marked as obsolete and always throws <see cref="System.NotSupportedException"/> when called. 4443/// <returns>This overload always throws a <see cref="System.NotSupportedException"/>.</returns> 4444/// <exception cref="System.NotSupportedException">Thrown every time this method is called.</exception> 4518/// This method is marked as obsolete and always throws <see cref="System.NotSupportedException"/> when called. 4523/// <returns>This overload always throws a <see cref="System.NotSupportedException"/>.</returns> 4524/// <exception cref="System.NotSupportedException">The exception that occurs when this method is called.</exception> 4560/// This method is marked as obsolete and always throws <see cref="System.NotSupportedException"/> when called. 4566/// <returns>This overload always throws a <see cref="System.NotSupportedException"/>.</returns> 4567/// <exception cref="System.NotSupportedException">The exception that occurs when this method is called.</exception> 4608/// This method is marked as obsolete and always throws <see cref="System.NotSupportedException"/> when called. 4613/// <returns>This overload always throws a <see cref="System.NotSupportedException"/>.</returns> 4614/// <exception cref="System.NotSupportedException">The exception that occurs when this method is called.</exception> 4655/// This method is marked as obsolete and always throws <see cref="System.NotSupportedException"/> when called. 4661/// <returns>This overload always throws a <see cref="System.NotSupportedException"/>.</returns> 4662/// <exception cref="System.NotSupportedException">The exception that occurs when this method is called.</exception> 4705/// This method is marked as obsolete and always throws <see cref="System.NotSupportedException"/> when called. 4710/// <returns>This overload always throws a <see cref="System.NotSupportedException"/>.</returns> 4711/// <exception cref="System.NotSupportedException">The exception that occurs when this method is called.</exception> 4751/// This method is marked as obsolete and always throws <see cref="System.NotSupportedException"/> when called. 4757/// <returns>This overload always throws a <see cref="System.NotSupportedException"/>.</returns> 4758/// <exception cref="System.NotSupportedException">The exception that occurs when this method is called.</exception>
System.Management (1)
System\Management\ManagementNamedValueCollection.cs (1)
133/// are cloned. If a value does not support cloning, then a <see cref='System.NotSupportedException'/>
System.Memory (16)
System\Buffers\ReadOnlySequenceStream.cs (16)
53/// <summary>Gets the length of the stream. This property is not supported and always throws a <see cref="NotSupportedException"/>.</summary> 54/// <exception cref="NotSupportedException">In all cases.</exception> 61/// <summary>Gets or sets the position within the current stream. This property is not supported and always throws a <see cref="NotSupportedException"/>.</summary> 62/// <exception cref="NotSupportedException">In all cases.</exception> 182/// <summary>Writes a sequence of bytes to the stream. This method is not supported and always throws a <see cref="NotSupportedException"/>.</summary> 183/// <exception cref="NotSupportedException">In all cases.</exception> 187/// <summary>Writes a sequence of bytes to the stream. This method is not supported and always throws a <see cref="NotSupportedException"/>.</summary> 188/// <exception cref="NotSupportedException">In all cases.</exception> 192/// <summary>Asynchronously writes a sequence of bytes to the stream. This method is not supported and always throws a <see cref="NotSupportedException"/>.</summary> 193/// <exception cref="NotSupportedException">In all cases.</exception> 197/// <summary>Asynchronously writes a sequence of bytes to the stream. This method is not supported and always throws a <see cref="NotSupportedException"/>.</summary> 198/// <exception cref="NotSupportedException">In all cases.</exception> 202/// <summary>Sets the current position of the stream. This method is not supported and always throws a <see cref="NotSupportedException"/>.</summary> 203/// <exception cref="NotSupportedException">In all cases.</exception> 214/// <summary>Sets the length of the stream. This method is not supported and always throws a <see cref="NotSupportedException"/>.</summary> 215/// <exception cref="NotSupportedException">In all cases.</exception>
System.Net.Quic (8)
System\Net\Quic\QuicStream.Stream.cs (8)
21/// <summary>Gets the length of the data available on the stream. This property is not currently supported and always throws a <see cref="NotSupportedException" />.</summary> 22/// <exception cref="NotSupportedException">In all cases.</exception> 26/// <summary>Gets or sets the position within the current stream. This property is not currently supported and always throws a <see cref="NotSupportedException" />.</summary> 27/// <exception cref="NotSupportedException">In all cases.</exception> 31/// <summary>Sets the current position of the stream to the given value. This method is not currently supported and always throws a <see cref="NotSupportedException" />.</summary> 32/// <exception cref="NotSupportedException">In all cases.</exception> 36/// <summary>Sets the length of the stream. This method is not currently supported and always throws a <see cref="NotSupportedException" />.</summary> 37/// <exception cref="NotSupportedException">In all cases.</exception>
System.Net.Requests (1)
System\Net\ExceptionHelper.cs (1)
8internal static NotSupportedException PropertyNotSupportedException => new NotSupportedException(SR.net_PropertyNotSupportedException);
System.Net.Sockets (4)
System\Net\Sockets\Socket.cs (2)
1292/// <exception cref="NotSupportedException">The <see cref="Socket"/> object is not connected to a remote host.</exception> 1320/// <exception cref="NotSupportedException">The <see cref="Socket"/> object is not connected to a remote host.</exception>
System\Net\Sockets\Socket.Tasks.cs (2)
708/// <exception cref="NotSupportedException">The <see cref="Socket"/> object is not connected to a remote host.</exception> 726/// <exception cref="NotSupportedException">The <see cref="Socket"/> object is not connected to a remote host.</exception>
System.Net.WebClient (1)
System\Net\WebClient.cs (1)
1100catch (Exception e) when (e is NotImplementedException || e is NotSupportedException) // some types do this
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (2)
341/// <exception cref="NotSupportedException">Calls to this method are not supported.</exception> 365/// <exception cref="NotSupportedException">Calls to this method are not supported.</exception>
System.Private.CoreLib (646)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Concurrent\ConcurrentDictionary.cs (1)
1927/// <exception cref="NotSupportedException">The SyncRoot property is not supported.</exception>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Concurrent\ConcurrentQueue.cs (1)
166/// <exception cref="NotSupportedException">The SyncRoot property is not supported.</exception>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Generic\EqualityComparer.cs (1)
24/// will throw <see cref="NotSupportedException"/>.
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\Enumeration\FileSystemEnumerator.cs (1)
97/// <summary>Always throws <see cref="NotSupportedException" />.</summary>
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\File.cs (7)
679/// <exception cref="NotSupportedException"><paramref name="path"/> is in an invalid format.</exception> 712/// <exception cref="NotSupportedException"><paramref name="path"/> is in an invalid format.</exception> 785/// <exception cref="NotSupportedException"><paramref name="path"/> is in an invalid format.</exception> 811/// <exception cref="NotSupportedException"><paramref name="path"/> is in an invalid format.</exception> 835/// <exception cref="NotSupportedException"><paramref name="path"/> is in an invalid format.</exception> 992/// <exception cref="NotSupportedException"><paramref name="path"/> is in an invalid format.</exception> 1025/// <exception cref="NotSupportedException"><paramref name="path"/> is in an invalid format.</exception>
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\ReadOnlyMemoryStream.cs (12)
218/// <summary>Sets the length of the stream. This method is not supported and always throws a <see cref="NotSupportedException"/>.</summary> 219/// <exception cref="NotSupportedException">In all cases.</exception> 223/// <summary>Writes a sequence of bytes to the stream. This method is not supported and always throws a <see cref="NotSupportedException"/>.</summary> 224/// <exception cref="NotSupportedException">In all cases.</exception> 228/// <summary>Writes a sequence of bytes to the stream. This method is not supported and always throws a <see cref="NotSupportedException"/>.</summary> 229/// <exception cref="NotSupportedException">In all cases.</exception> 233/// <summary>Writes a byte to the stream. This method is not supported and always throws a <see cref="NotSupportedException"/>.</summary> 234/// <exception cref="NotSupportedException">In all cases.</exception> 238/// <summary>Asynchronously writes a sequence of bytes to the stream. This method is not supported and always throws a <see cref="NotSupportedException"/>.</summary> 239/// <exception cref="NotSupportedException">In all cases.</exception> 243/// <summary>Asynchronously writes a sequence of bytes to the stream. This method is not supported and always throws a <see cref="NotSupportedException"/>.</summary> 244/// <exception cref="NotSupportedException">In all cases.</exception>
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\Strategies\FileStreamHelpers.cs (1)
59e is NotSupportedException ||
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\Stream.cs (1)
987/// <exception cref="NotSupportedException"><paramref name="destination"/> does not support writing.</exception>
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\StringStream.cs (16)
86/// <summary>Gets the length of the stream. This property is not supported and always throws a <see cref="NotSupportedException"/>.</summary> 87/// <exception cref="NotSupportedException">In all cases.</exception> 91/// <summary>Gets or sets the position within the current stream. This property is not supported and always throws a <see cref="NotSupportedException"/>.</summary> 92/// <exception cref="NotSupportedException">In all cases.</exception> 285/// <summary>Sets the current position of the stream. This method is not supported and always throws a <see cref="NotSupportedException"/>.</summary> 286/// <exception cref="NotSupportedException">In all cases.</exception> 290/// <summary>Sets the length of the stream. This method is not supported and always throws a <see cref="NotSupportedException"/>.</summary> 291/// <exception cref="NotSupportedException">In all cases.</exception> 295/// <summary>Writes a sequence of bytes to the stream. This method is not supported and always throws a <see cref="NotSupportedException"/>.</summary> 296/// <exception cref="NotSupportedException">In all cases.</exception> 300/// <summary>Writes a sequence of bytes to the stream. This method is not supported and always throws a <see cref="NotSupportedException"/>.</summary> 301/// <exception cref="NotSupportedException">In all cases.</exception> 305/// <summary>Asynchronously writes a sequence of bytes to the stream. This method is not supported and always throws a <see cref="NotSupportedException"/>.</summary> 306/// <exception cref="NotSupportedException">In all cases.</exception> 310/// <summary>Asynchronously writes a sequence of bytes to the stream. This method is not supported and always throws a <see cref="NotSupportedException"/>.</summary> 311/// <exception cref="NotSupportedException">In all cases.</exception>
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\WritableMemoryStream.cs (6)
221/// <exception cref="NotSupportedException">Writing the byte would exceed the fixed capacity of the stream.</exception> 242/// <exception cref="NotSupportedException">Writing the bytes would exceed the fixed capacity of the stream.</exception> 251/// <exception cref="NotSupportedException">Writing the bytes would exceed the fixed capacity of the stream.</exception> 279/// <exception cref="NotSupportedException">Writing the bytes would exceed the fixed capacity of the stream.</exception> 296/// <exception cref="NotSupportedException">Writing the bytes would exceed the fixed capacity of the stream.</exception> 314/// <exception cref="NotSupportedException">The current stream is not resizable and <paramref name="value"/> is larger than the current capacity.</exception>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\INumberBase.cs (3)
53/// <exception cref="NotSupportedException"><typeparamref name="TOther" /> is not supported.</exception> 79/// <exception cref="NotSupportedException"><typeparamref name="TOther" /> is not supported.</exception> 104/// <exception cref="NotSupportedException"><typeparamref name="TOther" /> is not supported.</exception>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Vector_1.cs (19)
128/// <exception cref="NotSupportedException">The type of the current instance (<typeparamref name="T" />) is not supported.</exception> 136/// <exception cref="NotSupportedException">The type of the current instance (<typeparamref name="T" />) is not supported.</exception> 148/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 177/// <exception cref="NotSupportedException">The type of the current instance (<typeparamref name="T" />) is not supported.</exception> 185/// <exception cref="NotSupportedException">The type of the current instance (<typeparamref name="T" />) is not supported.</exception> 201/// <exception cref="NotSupportedException">The type of the current instance (<typeparamref name="T" />) is not supported.</exception> 356/// <exception cref="NotSupportedException">The type of <paramref name="value" /> (<typeparamref name="T" />) is not supported.</exception> 363/// <exception cref="NotSupportedException">The type of <paramref name="value" /> (<typeparamref name="T" />) is not supported.</exception> 370/// <exception cref="NotSupportedException">The type of <paramref name="value" /> (<typeparamref name="T" />) is not supported.</exception> 377/// <exception cref="NotSupportedException">The type of <paramref name="value" /> (<typeparamref name="T" />) is not supported.</exception> 384/// <exception cref="NotSupportedException">The type of <paramref name="value" /> (<typeparamref name="T" />) is not supported.</exception> 391/// <exception cref="NotSupportedException">The type of <paramref name="value" /> (<typeparamref name="T" />) is not supported.</exception> 398/// <exception cref="NotSupportedException">The type of <paramref name="value" /> (<typeparamref name="T" />) is not supported.</exception> 406/// <exception cref="NotSupportedException">The type of <paramref name="value" /> (<typeparamref name="T" />) is not supported.</exception> 414/// <exception cref="NotSupportedException">The type of <paramref name="value" /> (<typeparamref name="T" />) is not supported.</exception> 421/// <exception cref="NotSupportedException">The type of <paramref name="value" /> (<typeparamref name="T" />) is not supported.</exception> 429/// <exception cref="NotSupportedException">The type of <paramref name="value" /> (<typeparamref name="T" />) is not supported.</exception> 437/// <exception cref="NotSupportedException">The type of <paramref name="value" /> (<typeparamref name="T" />) is not supported.</exception> 584/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (34)
227/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="TFrom" />) or the type of the target (<typeparamref name="TTo" />) is not supported.</exception> 242/// <exception cref="NotSupportedException">The type of <paramref name="value" /> (<typeparamref name="T" />) is not supported.</exception> 250/// <exception cref="NotSupportedException">The type of <paramref name="value" /> (<typeparamref name="T" />) is not supported.</exception> 258/// <exception cref="NotSupportedException">The type of <paramref name="value" /> (<typeparamref name="T" />) is not supported.</exception> 266/// <exception cref="NotSupportedException">The type of <paramref name="value" /> (<typeparamref name="T" />) is not supported.</exception> 274/// <exception cref="NotSupportedException">The type of <paramref name="value" /> (<typeparamref name="T" />) is not supported.</exception> 282/// <exception cref="NotSupportedException">The type of <paramref name="value" /> (<typeparamref name="T" />) is not supported.</exception> 290/// <exception cref="NotSupportedException">The type of <paramref name="value" /> (<typeparamref name="T" />) is not supported.</exception> 299/// <exception cref="NotSupportedException">The type of <paramref name="value" /> (<typeparamref name="T" />) is not supported.</exception> 308/// <exception cref="NotSupportedException">The type of <paramref name="value" /> (<typeparamref name="T" />) is not supported.</exception> 316/// <exception cref="NotSupportedException">The type of <paramref name="value" /> (<typeparamref name="T" />) is not supported.</exception> 325/// <exception cref="NotSupportedException">The type of <paramref name="value" /> (<typeparamref name="T" />) is not supported.</exception> 334/// <exception cref="NotSupportedException">The type of <paramref name="value" /> (<typeparamref name="T" />) is not supported.</exception> 802/// <exception cref="NotSupportedException">The type of <paramref name="value" /> (<typeparamref name="T" />) is not supported.</exception> 821/// <exception cref="NotSupportedException">The type of <paramref name="values" /> (<typeparamref name="T" />) is not supported.</exception> 836/// <exception cref="NotSupportedException">The type of <paramref name="value" /> (<typeparamref name="T" />) is not supported.</exception> 849/// <exception cref="NotSupportedException">The type of <paramref name="value" /> (<typeparamref name="T" />) is not supported.</exception> 878/// <exception cref="NotSupportedException">The type of <paramref name="initial"/> and <paramref name="multiplier"/> (<typeparamref name="T" />) is not supported.</exception> 903/// <exception cref="NotSupportedException">The type of <paramref name="even"/> and <paramref name="odd"/> (<typeparamref name="T" />) is not supported.</exception> 924/// <exception cref="NotSupportedException">The type of <paramref name="start"/> and <paramref name="step"/> (<typeparamref name="T" />) is not supported.</exception> 1465/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 2205/// <exception cref="NotSupportedException">The type of <paramref name="source" /> (<typeparamref name="T" />) is not supported.</exception> 2214/// <exception cref="NotSupportedException">The type of <paramref name="source" /> (<typeparamref name="T" />) is not supported.</exception> 2235/// <exception cref="NotSupportedException">The type of <paramref name="source" /> (<typeparamref name="T" />) is not supported.</exception> 2244/// <exception cref="NotSupportedException">The type of <paramref name="source" /> (<typeparamref name="T" />) is not supported.</exception> 2259/// <exception cref="NotSupportedException">The type of <paramref name="source" /> (<typeparamref name="T" />) is not supported.</exception> 3223/// <exception cref="NotSupportedException">The type of <paramref name="value"/> (<typeparamref name="T" />) is not supported.</exception> 3243/// <exception cref="NotSupportedException">The type of <paramref name="source" /> (<typeparamref name="T" />) is not supported.</exception> 3252/// <exception cref="NotSupportedException">The type of <paramref name="source" /> (<typeparamref name="T" />) is not supported.</exception> 3273/// <exception cref="NotSupportedException">The type of <paramref name="source" /> (<typeparamref name="T" />) is not supported.</exception> 3282/// <exception cref="NotSupportedException">The type of <paramref name="source" /> (<typeparamref name="T" />) is not supported.</exception> 3297/// <exception cref="NotSupportedException">The type of <paramref name="source" /> (<typeparamref name="T" />) is not supported.</exception> 3356/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 3784/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception>
src\runtime\src\libraries\System.Private.CoreLib\src\System\ReadOnlySpan.cs (2)
184/// <exception cref="NotSupportedException"> 195/// <exception cref="NotSupportedException">
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\ILGenerator.cs (2)
217/// <exception cref="NotSupportedException">Emitting debug info is not supported.</exception>" 255/// <exception cref="NotSupportedException">Emitting debug info is not supported.</exception>"
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\LocalBuilder.cs (1)
34/// <exception cref="NotSupportedException">Emitting debug info is not supported.</exception>"
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\Unsafe.cs (1)
262/// <exception cref="NotSupportedException">The sizes of <typeparamref name="TFrom" /> and <typeparamref name="TTo" /> are not the same
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ComWrappers.cs (2)
973/// If the <paramref name="wrapper"/> instance already has an associated external object a <see cref="System.NotSupportedException"/> will be thrown. 994/// If the <paramref name="wrapper"/> instance already has an associated external object a <see cref="System.NotSupportedException"/> will be thrown.
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\ISimdVector_2.cs (84)
36/// <exception cref="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception> 40/// <exception cref="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception> 44/// <exception cref="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception> 56/// <exception cref="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception> 60/// <exception cref="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception> 67/// <exception cref="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception> 80/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 86/// <exception cref="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception> 93/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 100/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> and <paramref name="value" /> (<typeparamref name="T" />) is not supported.</exception> 106/// <exception cref="NotSupportedException">The type of <paramref name="vector" />(<typeparamref name="T" />) is not supported.</exception> 119/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> and <paramref name="value" /> (<typeparamref name="T" />) is not supported.</exception> 125/// <exception cref="NotSupportedException">The type of <paramref name="vector" />(<typeparamref name="T" />) is not supported.</exception> 132/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 139/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 152/// <exception cref="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception> 160/// <exception cref="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception> 168/// <exception cref="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception> 182/// <exception cref="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception> 192/// <exception cref="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception> 200/// <exception cref="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception> 214/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> and <paramref name="value" /> (<typeparamref name="T" />) is not supported.</exception> 220/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 226/// <exception cref="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception> 233/// <exception cref="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception> 242/// <exception cref="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception> 250/// <exception cref="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception> 263/// <exception cref="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception> 269/// <exception cref="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception> 283/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 296/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 303/// <exception cref="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception> 310/// <exception cref="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception> 317/// <exception cref="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception> 330/// <exception cref="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception> 337/// <exception cref="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception> 344/// <exception cref="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception> 351/// <exception cref="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception> 358/// <exception cref="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception> 365/// <exception cref="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception> 372/// <exception cref="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception> 379/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> and <paramref name="value" /> (<typeparamref name="T" />) is not supported.</exception> 385/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 470/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> and <paramref name="value" /> (<typeparamref name="T" />) is not supported.</exception> 476/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 483/// <exception cref="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception> 490/// <exception cref="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception> 497/// <exception cref="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception> 504/// <exception cref="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception> 511/// <exception cref="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception> 518/// <exception cref="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception> 524/// <exception cref="NotSupportedException">The type of <paramref name="source" /> (<typeparamref name="T" />) is not supported.</exception> 530/// <exception cref="NotSupportedException">The type of <paramref name="source" /> (<typeparamref name="T" />) is not supported.</exception> 544/// <exception cref="NotSupportedException">The type of <paramref name="source" /> (<typeparamref name="T" />) is not supported.</exception> 550/// <exception cref="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception> 557/// <exception cref="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception> 565/// <exception cref="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception> 573/// <exception cref="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception> 581/// <exception cref="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception> 588/// <exception cref="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception> 596/// <exception cref="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception> 604/// <exception cref="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception> 612/// <exception cref="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception> 620/// <exception cref="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception> 627/// <exception cref="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception> 635/// <exception cref="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception> 642/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 649/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 666/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 673/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> and <paramref name="value" /> (<typeparamref name="T" />) is not supported.</exception> 679/// <exception cref="NotSupportedException">The type of <paramref name="vector" />(<typeparamref name="T" />) is not supported.</exception> 685/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 714/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 720/// <exception cref="NotSupportedException">The type of <paramref name="source" /> (<typeparamref name="T" />) is not supported.</exception> 726/// <exception cref="NotSupportedException">The type of <paramref name="source" /> (<typeparamref name="T" />) is not supported.</exception> 740/// <exception cref="NotSupportedException">The type of <paramref name="source" /> (<typeparamref name="T" />) is not supported.</exception> 746/// <exception cref="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception> 753/// <exception cref="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception> 760/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 766/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 772/// <exception cref="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception> 784/// <exception cref="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception> 802/// <exception cref="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception> 809/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\SimdVectorExtensions.cs (12)
17/// <exception cref="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception> 33/// <exception cref="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception> 46/// <exception cref="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception> 60/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 72/// <exception cref="NotSupportedException">The type of <paramref name="source" /> (<typeparamref name="T" />) is not supported.</exception> 84/// <exception cref="NotSupportedException">The type of <paramref name="source" /> (<typeparamref name="T" />) is not supported.</exception> 97/// <exception cref="NotSupportedException">The type of <paramref name="source" /> (<typeparamref name="T" />) is not supported.</exception> 109/// <exception cref="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception> 122/// <exception cref="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception> 134/// <exception cref="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception> 147/// <exception cref="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception> 162/// <exception cref="NotSupportedException">The type of the elements in the vector (<typeparamref name="T" />) is not supported.</exception>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128_1.cs (23)
38/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 46/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 58/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 101/// <exception cref="NotSupportedException">The type of the current instance (<typeparamref name="T" />) is not supported.</exception> 109/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 126/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 133/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 148/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 163/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 178/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 207/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 220/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 235/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 257/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 272/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 287/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 295/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 324/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 338/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 360/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 385/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 427/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 443/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128.cs (91)
58/// <exception cref="NotSupportedException">The type of the current instance (<typeparamref name="T" />) is not supported.</exception> 66/// <exception cref="NotSupportedException">The type of the current instance (<typeparamref name="T" />) is not supported.</exception> 74/// <exception cref="NotSupportedException">The type of the current instance (<typeparamref name="T" />) is not supported.</exception> 87/// <exception cref="NotSupportedException">The type of the current instance (<typeparamref name="T" />) is not supported.</exception> 95/// <exception cref="NotSupportedException">The type of the current instance (<typeparamref name="T" />) is not supported.</exception> 103/// <exception cref="NotSupportedException">The type of the current instance (<typeparamref name="T" />) is not supported.</exception> 111/// <exception cref="NotSupportedException">The type of the current instance (<typeparamref name="T" />) is not supported.</exception> 119/// <exception cref="NotSupportedException">The type of the current instance (<typeparamref name="T" />) is not supported.</exception> 132/// <exception cref="NotSupportedException">The type of the current instance (<typeparamref name="T" />) is not supported.</exception> 140/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 153/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 176/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 185/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 265/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="TFrom" />) or the type of the target (<typeparamref name="TTo" />) is not supported.</exception> 280/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 288/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 296/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 304/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 312/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 320/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 328/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 337/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 346/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 354/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 363/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 372/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 382/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 391/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 452/// <exception cref="NotSupportedException">The type of <paramref name="condition" />, <paramref name="left" />, and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 744/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> and <paramref name="destination" /> (<typeparamref name="T" />) is not supported.</exception> 766/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> and <paramref name="destination" /> (<typeparamref name="T" />) is not supported.</exception> 791/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> and <paramref name="destination" /> (<typeparamref name="T" />) is not supported.</exception> 919/// <exception cref="NotSupportedException">The type of <paramref name="value" /> (<typeparamref name="T" />) is not supported.</exception> 1019/// <exception cref="NotSupportedException">The type of <paramref name="values" /> (<typeparamref name="T" />) is not supported.</exception> 1040/// <exception cref="NotSupportedException">The type of <paramref name="values" /> (<typeparamref name="T" />) is not supported.</exception> 1060/// <exception cref="NotSupportedException">The type of <paramref name="values" /> (<typeparamref name="T" />) is not supported.</exception> 1276/// <exception cref="NotSupportedException">The type of <paramref name="value" /> (<typeparamref name="T" />) is not supported.</exception> 1285/// <exception cref="NotSupportedException">The type of <paramref name="lower" /> and <paramref name="upper" /> (<typeparamref name="T" />) is not supported.</exception> 1388/// <exception cref="NotSupportedException">The type of <paramref name="value" /> (<typeparamref name="T" />) is not supported.</exception> 1473/// <exception cref="NotSupportedException">The type of <paramref name="value" /> (<typeparamref name="T" />) is not supported.</exception> 1579/// <exception cref="NotSupportedException">The type of <paramref name="initial"/> and <paramref name="multiplier"/> (<typeparamref name="T" />) is not supported.</exception> 1614/// <exception cref="NotSupportedException">The type of <paramref name="even"/> and <paramref name="odd"/> (<typeparamref name="T" />) is not supported.</exception> 1633/// <exception cref="NotSupportedException">The type of <paramref name="start"/> and <paramref name="step"/> (<typeparamref name="T" />) is not supported.</exception> 1780/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 1797/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 1807/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 1823/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 1832/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 1886/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 1960/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 1979/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 1991/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 2004/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 2020/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 2034/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 2048/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 2064/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 2078/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 2416/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 2432/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 2446/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 2460/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 2476/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 2490/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 2503/// <exception cref="NotSupportedException">The type of <paramref name="source" /> (<typeparamref name="T" />) is not supported.</exception> 2512/// <exception cref="NotSupportedException">The type of <paramref name="source" /> (<typeparamref name="T" />) is not supported.</exception> 2533/// <exception cref="NotSupportedException">The type of <paramref name="source" /> (<typeparamref name="T" />) is not supported.</exception> 2542/// <exception cref="NotSupportedException">The type of <paramref name="source" /> (<typeparamref name="T" />) is not supported.</exception> 2557/// <exception cref="NotSupportedException">The type of <paramref name="source" /> (<typeparamref name="T" />) is not supported.</exception> 2832/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 2841/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 2850/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 3077/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 3109/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 3726/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 3740/// <exception cref="NotSupportedException">The type of <paramref name="source" /> (<typeparamref name="T" />) is not supported.</exception> 3749/// <exception cref="NotSupportedException">The type of <paramref name="source" /> (<typeparamref name="T" />) is not supported.</exception> 3770/// <exception cref="NotSupportedException">The type of <paramref name="source" /> (<typeparamref name="T" />) is not supported.</exception> 3796/// <exception cref="NotSupportedException">The type of <paramref name="source" /> (<typeparamref name="T" />) is not supported.</exception> 3811/// <exception cref="NotSupportedException">The type of <paramref name="source" /> (<typeparamref name="T" />) is not supported.</exception> 3827/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 3836/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 3858/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 3876/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 3888/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 3904/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 3950/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> and <paramref name="destination" /> (<typeparamref name="T" />) is not supported.</exception> 4234/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 4254/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 4271/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 4288/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128.Numerics.cs (2)
98/// <exception cref="NotSupportedException">The type of <paramref name="value" /> (<typeparamref name="T" />) is not supported.</exception> 170/// <exception cref="NotSupportedException">The type of <paramref name="value" /> (<typeparamref name="T" />) is not supported.</exception>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256_1.cs (23)
37/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 45/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 57/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 100/// <exception cref="NotSupportedException">The type of the current instance (<typeparamref name="T" />) is not supported.</exception> 108/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 125/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 132/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 147/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 162/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 177/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 206/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 219/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 234/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 256/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 271/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 286/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 293/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 322/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 336/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 358/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 388/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 416/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 432/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256.cs (81)
146/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 215/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 249/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="TFrom" />) or the type of the target (<typeparamref name="TTo" />) is not supported.</exception> 264/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 272/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 280/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 288/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 296/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 304/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 312/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 321/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 330/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 338/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 347/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 356/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 365/// <exception cref="NotSupportedException">The type of <paramref name="value" /> (<typeparamref name="T" />) is not supported.</exception> 389/// <exception cref="NotSupportedException">The type of <paramref name="value" /> (<typeparamref name="T" />) is not supported.</exception> 414/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 423/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 484/// <exception cref="NotSupportedException">The type of <paramref name="condition" />, <paramref name="left" />, and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 750/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> and <paramref name="destination" /> (<typeparamref name="T" />) is not supported.</exception> 772/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> and <paramref name="destination" /> (<typeparamref name="T" />) is not supported.</exception> 797/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> and <paramref name="destination" /> (<typeparamref name="T" />) is not supported.</exception> 919/// <exception cref="NotSupportedException">The type of <paramref name="value" /> (<typeparamref name="T" />) is not supported.</exception> 1019/// <exception cref="NotSupportedException">The type of <paramref name="values" /> (<typeparamref name="T" />) is not supported.</exception> 1040/// <exception cref="NotSupportedException">The type of <paramref name="values" /> (<typeparamref name="T" />) is not supported.</exception> 1060/// <exception cref="NotSupportedException">The type of <paramref name="values" /> (<typeparamref name="T" />) is not supported.</exception> 1344/// <exception cref="NotSupportedException">The type of <paramref name="value" /> (<typeparamref name="T" />) is not supported.</exception> 1352/// <exception cref="NotSupportedException">The type of <paramref name="value" /> (<typeparamref name="T" />) is not supported.</exception> 1361/// <exception cref="NotSupportedException">The type of <paramref name="lower" /> and <paramref name="upper" /> (<typeparamref name="T" />) is not supported.</exception> 1467/// <exception cref="NotSupportedException">The type of <paramref name="value" /> (<typeparamref name="T" />) is not supported.</exception> 1552/// <exception cref="NotSupportedException">The type of <paramref name="value" /> (<typeparamref name="T" />) is not supported.</exception> 1658/// <exception cref="NotSupportedException">The type of <paramref name="initial"/> and <paramref name="multiplier"/> (<typeparamref name="T" />) is not supported.</exception> 1693/// <exception cref="NotSupportedException">The type of <paramref name="even"/> and <paramref name="odd"/> (<typeparamref name="T" />) is not supported.</exception> 1707/// <exception cref="NotSupportedException">The type of <paramref name="start"/> and <paramref name="step"/> (<typeparamref name="T" />) is not supported.</exception> 1874/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 1891/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 1901/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 1917/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 1926/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 1980/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 2054/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 2071/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 2083/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 2096/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 2112/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 2126/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 2140/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 2156/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 2170/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 2508/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 2524/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 2538/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 2552/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 2568/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 2582/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 2595/// <exception cref="NotSupportedException">The type of <paramref name="source" /> (<typeparamref name="T" />) is not supported.</exception> 2604/// <exception cref="NotSupportedException">The type of <paramref name="source" /> (<typeparamref name="T" />) is not supported.</exception> 2624/// <exception cref="NotSupportedException">The type of <paramref name="source" /> (<typeparamref name="T" />) is not supported.</exception> 2634/// <exception cref="NotSupportedException">The type of <paramref name="source" /> (<typeparamref name="T" />) is not supported.</exception> 2649/// <exception cref="NotSupportedException">The type of <paramref name="source" /> (<typeparamref name="T" />) is not supported.</exception> 2924/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 2933/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 2942/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 3120/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 3152/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 3705/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 3720/// <exception cref="NotSupportedException">The type of <paramref name="source" /> and <paramref name="destination" /> (<typeparamref name="T" />) is not supported.</exception> 3729/// <exception cref="NotSupportedException">The type of <paramref name="source" /> and <paramref name="destination" /> (<typeparamref name="T" />) is not supported.</exception> 3749/// <exception cref="NotSupportedException">The type of <paramref name="source" /> and <paramref name="destination" /> (<typeparamref name="T" />) is not supported.</exception> 3759/// <exception cref="NotSupportedException">The type of <paramref name="source" /> and <paramref name="destination" /> (<typeparamref name="T" />) is not supported.</exception> 3774/// <exception cref="NotSupportedException">The type of <paramref name="source" /> and <paramref name="destination" /> (<typeparamref name="T" />) is not supported.</exception> 3811/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 3829/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 3841/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 3856/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 3901/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> and <paramref name="destination" /> (<typeparamref name="T" />) is not supported.</exception> 4184/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 4203/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 4220/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 4237/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512_1.cs (23)
37/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 45/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 57/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 100/// <exception cref="NotSupportedException">The type of the current instance (<typeparamref name="T" />) is not supported.</exception> 108/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 125/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 132/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 147/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 162/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 177/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 206/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 219/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 234/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 256/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 271/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 286/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 293/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 322/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 336/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 358/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 388/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 416/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 432/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512.cs (80)
146/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 215/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 249/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="TFrom" />) or the type of the target (<typeparamref name="TTo" />) is not supported.</exception> 264/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 272/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 280/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 288/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 296/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 304/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 312/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 321/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 330/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 338/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 347/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 356/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 365/// <exception cref="NotSupportedException">The type of <paramref name="value" /> (<typeparamref name="T" />) is not supported.</exception> 382/// <exception cref="NotSupportedException">The type of <paramref name="value" /> (<typeparamref name="T" />) is not supported.</exception> 399/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 408/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 469/// <exception cref="NotSupportedException">The type of <paramref name="condition" />, <paramref name="left" />, and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 664/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> and <paramref name="destination" /> (<typeparamref name="T" />) is not supported.</exception> 685/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> and <paramref name="destination" /> (<typeparamref name="T" />) is not supported.</exception> 709/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> and <paramref name="destination" /> (<typeparamref name="T" />) is not supported.</exception> 816/// <exception cref="NotSupportedException">The type of <paramref name="value" /> (<typeparamref name="T" />) is not supported.</exception> 916/// <exception cref="NotSupportedException">The type of <paramref name="values" /> (<typeparamref name="T" />) is not supported.</exception> 936/// <exception cref="NotSupportedException">The type of <paramref name="values" /> (<typeparamref name="T" />) is not supported.</exception> 955/// <exception cref="NotSupportedException">The type of <paramref name="values" /> (<typeparamref name="T" />) is not supported.</exception> 1377/// <exception cref="NotSupportedException">The type of <paramref name="value" /> (<typeparamref name="T" />) is not supported.</exception> 1385/// <exception cref="NotSupportedException">The type of <paramref name="value" /> (<typeparamref name="T" />) is not supported.</exception> 1393/// <exception cref="NotSupportedException">The type of <paramref name="value" /> (<typeparamref name="T" />) is not supported.</exception> 1402/// <exception cref="NotSupportedException">The type of <paramref name="lower" /> and <paramref name="upper" /> (<typeparamref name="T" />) is not supported.</exception> 1500/// <exception cref="NotSupportedException">The type of <paramref name="value" /> (<typeparamref name="T" />) is not supported.</exception> 1585/// <exception cref="NotSupportedException">The type of <paramref name="value" /> (<typeparamref name="T" />) is not supported.</exception> 1691/// <exception cref="NotSupportedException">The type of <paramref name="initial"/> and <paramref name="multiplier"/> (<typeparamref name="T" />) is not supported.</exception> 1726/// <exception cref="NotSupportedException">The type of <paramref name="even"/> and <paramref name="odd"/> (<typeparamref name="T" />) is not supported.</exception> 1740/// <exception cref="NotSupportedException">The type of <paramref name="start"/> and <paramref name="step"/> (<typeparamref name="T" />) is not supported.</exception> 1922/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 1940/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 1950/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 1966/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 1975/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 2022/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 2096/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 2113/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 2125/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 2138/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 2154/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 2168/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 2182/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 2198/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 2212/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 2543/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 2559/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 2573/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 2587/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 2603/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 2617/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 2630/// <exception cref="NotSupportedException">The type of <paramref name="source" /> (<typeparamref name="T" />) is not supported.</exception> 2639/// <exception cref="NotSupportedException">The type of <paramref name="source" /> (<typeparamref name="T" />) is not supported.</exception> 2659/// <exception cref="NotSupportedException">The type of <paramref name="source" /> (<typeparamref name="T" />) is not supported.</exception> 2669/// <exception cref="NotSupportedException">The type of <paramref name="source" /> (<typeparamref name="T" />) is not supported.</exception> 2684/// <exception cref="NotSupportedException">The type of <paramref name="source" /> (<typeparamref name="T" />) is not supported.</exception> 2959/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 2968/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 2977/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 3154/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 3186/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 3718/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 3733/// <exception cref="NotSupportedException">The type of <paramref name="source" /> and <paramref name="destination" /> (<typeparamref name="T" />) is not supported.</exception> 3742/// <exception cref="NotSupportedException">The type of <paramref name="source" /> and <paramref name="destination" /> (<typeparamref name="T" />) is not supported.</exception> 3762/// <exception cref="NotSupportedException">The type of <paramref name="source" /> and <paramref name="destination" /> (<typeparamref name="T" />) is not supported.</exception> 3772/// <exception cref="NotSupportedException">The type of <paramref name="source" /> and <paramref name="destination" /> (<typeparamref name="T" />) is not supported.</exception> 3787/// <exception cref="NotSupportedException">The type of <paramref name="source" /> and <paramref name="destination" /> (<typeparamref name="T" />) is not supported.</exception> 3824/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 3842/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 3881/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> and <paramref name="destination" /> (<typeparamref name="T" />) is not supported.</exception> 4163/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 4182/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 4199/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 4216/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64_1.cs (23)
37/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 45/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 57/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 100/// <exception cref="NotSupportedException">The type of the current instance (<typeparamref name="T" />) is not supported.</exception> 108/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 125/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 132/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 152/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 169/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 186/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 225/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 244/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 261/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 288/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 308/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 328/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 335/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 371/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 390/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 412/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 447/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 484/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception> 500/// <exception cref="NotSupportedException">The type of the vector (<typeparamref name="T" />) is not supported.</exception>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (83)
119/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 174/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> and <paramref name="value" /> (<typeparamref name="T" />) is not supported.</exception> 183/// <exception cref="NotSupportedException">The type of <paramref name="vector" />(<typeparamref name="T" />) is not supported.</exception> 207/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 216/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> and <paramref name="value" /> (<typeparamref name="T" />) is not supported.</exception> 225/// <exception cref="NotSupportedException">The type of <paramref name="vector" />(<typeparamref name="T" />) is not supported.</exception> 249/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="TFrom" />) or the type of the target (<typeparamref name="TTo" />) is not supported.</exception> 264/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 272/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 280/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 288/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 296/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 304/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 312/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 321/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 330/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 338/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 347/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 356/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 366/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 375/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 441/// <exception cref="NotSupportedException">The type of <paramref name="condition" />, <paramref name="left" />, and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 701/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> and <paramref name="destination" /> (<typeparamref name="T" />) is not supported.</exception> 723/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> and <paramref name="destination" /> (<typeparamref name="T" />) is not supported.</exception> 748/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> and <paramref name="destination" /> (<typeparamref name="T" />) is not supported.</exception> 859/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> and <paramref name="value" /> (<typeparamref name="T" />) is not supported.</exception> 868/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 993/// <exception cref="NotSupportedException">The type of <paramref name="values" /> (<typeparamref name="T" />) is not supported.</exception> 1014/// <exception cref="NotSupportedException">The type of <paramref name="values" /> (<typeparamref name="T" />) is not supported.</exception> 1034/// <exception cref="NotSupportedException">The type of <paramref name="values" /> (<typeparamref name="T" />) is not supported.</exception> 1189/// <exception cref="NotSupportedException">The type of <paramref name="value" /> (<typeparamref name="T" />) is not supported.</exception> 1280/// <exception cref="NotSupportedException">The type of <paramref name="value" /> (<typeparamref name="T" />) is not supported.</exception> 1386/// <exception cref="NotSupportedException">The type of <paramref name="initial"/> and <paramref name="multiplier"/> (<typeparamref name="T" />) is not supported.</exception> 1421/// <exception cref="NotSupportedException">The type of <paramref name="even"/> and <paramref name="odd"/> (<typeparamref name="T" />) is not supported.</exception> 1448/// <exception cref="NotSupportedException">The type of <paramref name="start"/> and <paramref name="step"/> (<typeparamref name="T" />) is not supported.</exception> 1719/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 1736/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 1745/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 1766/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 1775/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 1848/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 1959/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 1977/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 1998/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 2019/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 2040/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 2061/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 2082/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 2158/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> and <paramref name="value" /> (<typeparamref name="T" />) is not supported.</exception> 2167/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 2390/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> and <paramref name="value" /> (<typeparamref name="T" />) is not supported.</exception> 2399/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 2475/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 2496/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 2517/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 2538/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 2559/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 2580/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 2600/// <exception cref="NotSupportedException">The type of <paramref name="source" /> (<typeparamref name="T" />) is not supported.</exception> 2609/// <exception cref="NotSupportedException">The type of <paramref name="source" /> (<typeparamref name="T" />) is not supported.</exception> 2630/// <exception cref="NotSupportedException">The type of <paramref name="source" /> (<typeparamref name="T" />) is not supported.</exception> 2639/// <exception cref="NotSupportedException">The type of <paramref name="source" /> (<typeparamref name="T" />) is not supported.</exception> 2654/// <exception cref="NotSupportedException">The type of <paramref name="source" /> (<typeparamref name="T" />) is not supported.</exception> 2992/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 3001/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 3010/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception> 3219/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 3228/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> and <paramref name="value" /> (<typeparamref name="T" />) is not supported.</exception> 3237/// <exception cref="NotSupportedException">The type of <paramref name="vector" />(<typeparamref name="T" />) is not supported.</exception> 3260/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 3851/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 3871/// <exception cref="NotSupportedException">The type of <paramref name="source" /> (<typeparamref name="T" />) is not supported.</exception> 3880/// <exception cref="NotSupportedException">The type of <paramref name="source" /> (<typeparamref name="T" />) is not supported.</exception> 3901/// <exception cref="NotSupportedException">The type of <paramref name="source" /> (<typeparamref name="T" />) is not supported.</exception> 3910/// <exception cref="NotSupportedException">The type of <paramref name="source" /> (<typeparamref name="T" />) is not supported.</exception> 3925/// <exception cref="NotSupportedException">The type of <paramref name="source" /> (<typeparamref name="T" />) is not supported.</exception> 3967/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 3986/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 3998/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 4014/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 4065/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> and <paramref name="destination" /> (<typeparamref name="T" />) is not supported.</exception> 4391/// <exception cref="NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception> 4411/// <exception cref="NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Span.cs (2)
189/// <exception cref="NotSupportedException"> 200/// <exception cref="NotSupportedException">
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Interlocked.cs (4)
231/// <exception cref="NotSupportedException">An unsupported <typeparamref name="T"/> is specified.</exception> 481/// <exception cref="NotSupportedException">An unsupported <typeparamref name="T"/> is specified.</exception> 643/// <exception cref="NotSupportedException">An unsupported <typeparamref name="T"/> is specified.</exception> 786/// <exception cref="NotSupportedException">An unsupported <typeparamref name="T"/> is specified.</exception>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskScheduler.cs (3)
119/// cref="NotSupportedException"/> 141/// <exception cref="NotSupportedException"> 446/// <exception cref="NotSupportedException">
System\Runtime\CompilerServices\RuntimeHelpers.NativeAot.cs (1)
375/// <exception cref="NotSupportedException">The passed in type is a by-ref-like type.</exception>
System.Private.Reflection.Execution (1)
Internal\Reflection\Execution\PayForPlayExperience\MissingMetadataExceptionCreator.cs (1)
12internal static NotSupportedException Create(Type pertainant)
System.Private.Windows.Core (17)
System\Private\Windows\BinaryFormat\BinaryFormatWriter.cs (3)
631/// Writes a <see cref="NotSupportedException"/> in binary format. 633public static void WriteNotSupportedException(Stream stream, NotSupportedException exception) 711case NotSupportedException exception:
System\Private\Windows\Nrbf\CoreNrbfSerializer.cs (1)
56{ TypeName.Parse(Types.NotSupportedExceptionType), typeof(NotSupportedException) },
System\Private\Windows\Nrbf\SerializationRecordExtensions.cs (3)
499/// Tries to get this object as a binary formatted <see cref="NotSupportedException"/>. 512|| !classInfo.TypeNameMatches(typeof(NotSupportedException))) 564/// <exception cref="NotSupportedException">If an exception occurred while JSON deserializing.</exception>
System\Private\Windows\Ole\BinaryFormatUtilities.cs (4)
30/// <exception cref="NotSupportedException"> 86/// <exception cref="NotSupportedException">Thrown when <see cref="BinaryFormatter"/> is not enabled.</exception> 118catch (NotSupportedException) 235catch (SerializationException e) when (e.InnerException is NotSupportedException nse)
System\Private\Windows\Ole\Composition.ManagedToNativeAdapter.cs (1)
139catch (NotSupportedException ex)
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (3)
355/// <exception cref="NotSupportedException"> is deserialization failed.</exception> 389Debug.Assert(e is NotSupportedException, e.Message); 451catch (Exception ex) when (!request.TypedRequest || ex is not NotSupportedException)
System\Private\Windows\Ole\IDataObjectInternal.cs (1)
142/// The <paramref name="resolver"/> should throw <see cref="NotSupportedException"/> for types it does not
System\Private\Windows\Ole\TypeBinder.cs (1)
25/// Unbound types will throw a <see cref="NotSupportedException"/> when attempting to bind.
System.Private.Windows.Core.TestUtilities (1)
BinarySerialization.cs (1)
20/// <paramref name="serializableTypes"/>. If not, <see cref="NotSupportedException"/> is thrown.
System.Private.Xml (5)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
4409private NotSupportedException CreateNotSupportedException(string res)
System\Xml\Core\XmlTextReaderImpl.cs (1)
3261catch (NotSupportedException innerEx)
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
2414catch (NotSupportedException)
System\Xml\Schema\SchemaSetCompiler.cs (1)
2883catch (NotSupportedException)
System\Xml\Xsl\XsltOld\XsltOutput.cs (1)
145catch (System.NotSupportedException) { }
System.Reflection.DispatchProxy (1)
System\Reflection\DispatchProxyGenerator.cs (1)
460ConstructorInfo exCtor = typeof(NotSupportedException).GetConstructor([typeof(string)])!;
System.Reflection.Metadata (3)
System\Reflection\Metadata\Ecma335\MetadataTokens.cs (3)
39/// <exception cref="NotSupportedException">The operation is not supported for the specified <paramref name="handle"/>.</exception> 60/// <exception cref="NotSupportedException">The operation is not supported for the specified <paramref name="handle"/>.</exception> 79/// <exception cref="NotSupportedException">The operation is not supported for the specified <paramref name="handle"/>.</exception>
System.Runtime (1)
src\runtime\artifacts\obj\System.Runtime\Release\net11.0\System.Runtime.Forwards.cs (1)
372[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.NotSupportedException))]
System.Security.Cryptography (27)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECDsaCng.ImportExport.cs (1)
20/// <exception cref="NotSupportedException">
System\Security\Cryptography\AesCng.Windows.cs (1)
328catch (NotSupportedException)
System\Security\Cryptography\ECAlgorithm.cs (14)
35/// <exception cref="NotSupportedException"> 50/// <exception cref="NotSupportedException"> 63/// <exception cref="NotSupportedException"> 75/// <exception cref="NotSupportedException"> 109/// <exception cref="NotSupportedException"> 189/// <exception cref="NotSupportedException"> 252/// <exception cref="NotSupportedException"> 292/// <exception cref="NotSupportedException"> 343/// <exception cref="NotSupportedException"> 418/// <exception cref="NotSupportedException"> 470/// <exception cref="NotSupportedException"> 529/// <exception cref="NotSupportedException"> 578/// <exception cref="NotSupportedException"> 648/// <exception cref="NotSupportedException">
System\Security\Cryptography\ECDiffieHellmanPublicKey.ExportParameters.cs (2)
45/// <exception cref="NotSupportedException"> 63/// <exception cref="NotSupportedException">
System\Security\Cryptography\SymmetricAlgorithm.cs (6)
1502/// <exception cref="NotSupportedException"> 1531/// <exception cref="NotSupportedException"> 1556/// <exception cref="NotSupportedException"> 1587/// <exception cref="NotSupportedException"> 1615/// <exception cref="NotSupportedException"> 1643/// <exception cref="NotSupportedException">
System\Security\Cryptography\X509Certificates\CertificatePal.Windows.cs (2)
449catch (NotSupportedException) { } 471catch (NotSupportedException) { }
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (1)
588catch (NotSupportedException)
System.Security.Cryptography.ProtectedData (6)
System\Security\Cryptography\ProtectedData.cs (6)
48/// <exception cref="NotSupportedException">The operating system does not support this method.</exception> 96/// <exception cref="NotSupportedException">The operating system does not support this method.</exception> 136/// <exception cref="NotSupportedException">The operating system does not support this method.</exception> 200/// <exception cref="NotSupportedException">The operating system does not support this method.</exception> 249/// <exception cref="NotSupportedException">The operating system does not support this method.</exception> 289/// <exception cref="NotSupportedException">The operating system does not support this method.</exception>
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\CryptoHelpers.cs (1)
78catch (NotSupportedException)
System.Speech (2)
Internal\ObjectToken\ObjectToken.cs (1)
293if (e is MissingMethodException || e is TypeLoadException || e is FileLoadException || e is FileNotFoundException || e is MethodAccessException || e is MemberAccessException || e is TargetInvocationException || e is InvalidComObjectException || e is NotSupportedException || e is FormatException)
Result\RecognitionResult.cs (1)
95catch (NotSupportedException)
System.Text.Json (68)
System\Text\Json\Serialization\JsonConverterFactory.cs (1)
31/// If <see langword="null"/> is returned, a <see cref="NotSupportedException"/> will be thrown.
System\Text\Json\Serialization\JsonConverterOfT.ReadCore.cs (1)
82case NotSupportedException when !ex.Message.Contains(" Path: "):
System\Text\Json\Serialization\JsonConverterOfT.WriteCore.cs (1)
41case NotSupportedException when !ex.Message.Contains(" Path: "):
System\Text\Json\Serialization\JsonSerializer.Read.Document.cs (3)
25/// <exception cref="NotSupportedException"> 53/// <exception cref="NotSupportedException"> 147/// <exception cref="NotSupportedException">
System\Text\Json\Serialization\JsonSerializer.Read.Element.cs (4)
22/// <exception cref="NotSupportedException"> 48/// <exception cref="NotSupportedException"> 76/// <exception cref="NotSupportedException"> 131/// <exception cref="NotSupportedException">
System\Text\Json\Serialization\JsonSerializer.Read.Node.cs (3)
24/// <exception cref="NotSupportedException"> 46/// <exception cref="NotSupportedException"> 122/// <exception cref="NotSupportedException">
System\Text\Json\Serialization\JsonSerializer.Read.Pipe.cs (3)
37/// <exception cref="NotSupportedException"> 133/// <exception cref="NotSupportedException"> 174/// <exception cref="NotSupportedException">
System\Text\Json\Serialization\JsonSerializer.Read.Span.cs (3)
25/// <exception cref="NotSupportedException"> 52/// <exception cref="NotSupportedException"> 119/// <exception cref="NotSupportedException">
System\Text\Json\Serialization\JsonSerializer.Read.Stream.cs (6)
37/// <exception cref="NotSupportedException"> 70/// <exception cref="NotSupportedException"> 105/// <exception cref="NotSupportedException"> 140/// <exception cref="NotSupportedException"> 289/// <exception cref="NotSupportedException"> 327/// <exception cref="NotSupportedException">
System\Text\Json\Serialization\JsonSerializer.Read.String.cs (6)
38/// <exception cref="NotSupportedException"> 72/// <exception cref="NotSupportedException"> 107/// <exception cref="NotSupportedException"> 145/// <exception cref="NotSupportedException"> 316/// <exception cref="NotSupportedException"> 361/// <exception cref="NotSupportedException">
System\Text\Json\Serialization\JsonSerializer.Read.Utf8JsonReader.cs (3)
29/// <exception cref="NotSupportedException"> 83/// <exception cref="NotSupportedException"> 231/// <exception cref="NotSupportedException">
System\Text\Json\Serialization\JsonSerializer.Write.ByteArray.cs (3)
19/// <exception cref="NotSupportedException"> 46/// <exception cref="NotSupportedException"> 112/// <exception cref="NotSupportedException">
System\Text\Json\Serialization\JsonSerializer.Write.Document.cs (3)
20/// <exception cref="NotSupportedException"> 42/// <exception cref="NotSupportedException"> 103/// <exception cref="NotSupportedException">
System\Text\Json\Serialization\JsonSerializer.Write.Element.cs (3)
20/// <exception cref="NotSupportedException"> 42/// <exception cref="NotSupportedException"> 103/// <exception cref="NotSupportedException">
System\Text\Json\Serialization\JsonSerializer.Write.Node.cs (3)
21/// <exception cref="NotSupportedException"> 43/// <exception cref="NotSupportedException"> 104/// <exception cref="NotSupportedException">
System\Text\Json\Serialization\JsonSerializer.Write.Pipe.cs (3)
54/// <exception cref="NotSupportedException"> 114/// <exception cref="NotSupportedException"> 149/// <exception cref="NotSupportedException">
System\Text\Json\Serialization\JsonSerializer.Write.Stream.cs (6)
37/// <exception cref="NotSupportedException"> 65/// <exception cref="NotSupportedException"> 97/// <exception cref="NotSupportedException"> 130/// <exception cref="NotSupportedException"> 262/// <exception cref="NotSupportedException"> 294/// <exception cref="NotSupportedException">
System\Text\Json\Serialization\JsonSerializer.Write.String.cs (3)
20/// <exception cref="NotSupportedException"> 46/// <exception cref="NotSupportedException"> 122/// <exception cref="NotSupportedException">
System\Text\Json\Serialization\JsonSerializer.Write.Utf8JsonWriter.cs (3)
22/// <exception cref="NotSupportedException"> 52/// <exception cref="NotSupportedException"> 124/// <exception cref="NotSupportedException">
System\Text\Json\Serialization\JsonSerializerOptions.Caching.cs (1)
373NotSupportedException nse = ThrowHelper.GetNotSupportedException_AmbiguousMetadataForType(type, candidateType, interfaceType);
System\Text\Json\Serialization\JsonSerializerOptions.Converters.cs (1)
53/// <exception cref="NotSupportedException">
System\Text\Json\Serialization\Metadata\JsonMetadataServices.Converters.cs (2)
267/// Creates a <see cref="JsonConverter{T}"/> instance that throws <see cref="NotSupportedException"/>. 270/// <returns>A <see cref="JsonConverter{T}"/> instance that throws <see cref="NotSupportedException"/></returns>
System\Text\Json\ThrowHelper.Node.cs (1)
69public static NotSupportedException GetNotSupportedException_CollectionIsReadOnly()
System\Text\Json\ThrowHelper.Serialization.cs (2)
468NotSupportedException ex = new NotSupportedException( 882public static NotSupportedException GetNotSupportedException_AmbiguousMetadataForType(Type type, Type match1, Type match2)
System.Text.RegularExpressions (4)
System\Text\RegularExpressions\Match.cs (1)
180/// <exception cref="NotSupportedException">Expansion is not allowed for this pattern.</exception>
System\Text\RegularExpressions\Regex.cs (1)
552/// <exception cref="NotSupportedException">References have already been initialized.</exception>
System\Text\RegularExpressions\RegexRunner.cs (1)
118/// <exception cref="NotSupportedException">
System\Text\RegularExpressions\Symbolic\SymbolicRegexThresholds.cs (1)
30/// If the AST exceeds this threshold then <see cref="NotSupportedException"/> is thrown.
System.Threading.Channels (1)
System\Threading\Channels\ChannelReader.cs (1)
30/// <exception cref="NotSupportedException">Counting is not supported on this instance.</exception>
System.Threading.Tasks.Dataflow (1)
Internal\Common.cs (1)
392catch (NotSupportedException) { }
System.Transactions.Local (1)
System\Transactions\TransactionManager.cs (1)
376/// If set to <see langword="false" /> (the default), escalation to a distributed transaction will throw a <see cref="NotSupportedException" />.
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\GenericValueConverters.cs (1)
53/// <exception cref="NotSupportedException">Operation not supported.</exception>
Microsoft\Windows\Controls\Ribbon\StringCollectionConverter.cs (1)
89/// <exception cref="NotSupportedException">
System.Windows.Forms (17)
System\Resources\ResXDataNode.cs (1)
373catch (NotSupportedException nse)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
947catch (NotSupportedException)
System\Windows\Forms\DataBinding\ListBindingHelper.cs (1)
683catch (NotSupportedException)
System\Windows\Forms\DataBinding\PropertyManager.cs (4)
196/// Throws a <see cref="NotSupportedException" /> in all cases. 198/// <exception cref="NotSupportedException">In all cases.</exception> 205/// Throws a <see cref="NotSupportedException" /> in all cases. 208/// <exception cref="NotSupportedException">In all cases.</exception>
System\Windows\Forms\OLE\Clipboard.cs (2)
165/// <see cref="TypeName"/> is allowed or throws a <see cref="NotSupportedException"/> if <see cref="TypeName"/> is not 246/// <exception cref="NotSupportedException">
System\Windows\Forms\OLE\DataObject.cs (1)
66/// <see cref="Clipboard.TryGetData{T}(string, out T)"/> will throw <see cref="NotSupportedException"/>
System\Windows\Forms\OLE\DataObjectExtensions.cs (4)
26/// <exception cref="NotSupportedException">if the <paramref name="dataObject"/> does not implement <see cref="ITypedDataObject" />.</exception> 34/// <exception cref="NotSupportedException">if the <paramref name="dataObject"/> does not implement <see cref="ITypedDataObject" />.</exception> 43/// <exception cref="NotSupportedException">if the <paramref name="dataObject"/> does not implement <see cref="ITypedDataObject" />.</exception> 53/// <exception cref="NotSupportedException">if the <paramref name="dataObject"/> does not implement <see cref="ITypedDataObject" />.</exception>
System\Windows\Forms\OLE\IDataObject.cs (1)
17/// such as <see cref="Clipboard.TryGetData{T}(string, out T)"/>, will throw a <see cref="NotSupportedException"/>.
System\Windows\Forms\OLE\ITypedDataObject.cs (2)
17/// will throw a <see cref="NotSupportedException"/>. This is replacement of <see cref="IDataObject"/> 19/// will throw a <see cref="NotSupportedException"/>.
System.Xaml (2)
System\Xaml\Runtime\ClrObjectRuntime.cs (1)
260catch (NotSupportedException)
System\Xaml\Schema\BuiltInValueConverter.cs (1)
204catch (NotSupportedException)
vstest.console (1)
Processors\ResultsDirectoryArgumentProcessor.cs (1)
127catch (Exception ex) when (ex is NotSupportedException or SecurityException or ArgumentException or PathTooLongException or IOException)
vstest.console.arm64 (1)
src\vstest\src\vstest.console\Processors\ResultsDirectoryArgumentProcessor.cs (1)
127catch (Exception ex) when (ex is NotSupportedException or SecurityException or ArgumentException or PathTooLongException or IOException)