3306 instantiations of Obsolete
aspire (2)
src\Aspire.Hosting\Backchannel\BackchannelDataTypes.cs (2)
525[Obsolete("Use Message instead.")] 1092[Obsolete("Use ResourceType property instead.")]
Aspire.Azure.Data.Tables (2)
AspireTablesExtensions.cs (2)
47[Obsolete("Use AddAzureTableServiceClient instead. This method will be removed in a future version.")] 83[Obsolete("Use AddKeyedAzureTableServiceClient instead. This method will be removed in a future version.")]
Aspire.Azure.Storage.Blobs (2)
AspireBlobStorageExtensions.cs (2)
49[Obsolete("Use AddAzureBlobServiceClient instead. This method will be removed in a future version.")] 95[Obsolete("Use AddKeyedAzureBlobServiceClient instead. This method will be removed in a future version.")]
Aspire.Azure.Storage.Queues (2)
AspireQueueStorageExtensions.cs (2)
58[Obsolete("Use AddAzureQueueServiceClient instead.")] 103[Obsolete("Use AddKeyedAzureQueueServiceClient instead.")]
Aspire.Dashboard (6)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\DashboardService.cs (5)
832[global::System.ObsoleteAttribute] 1444[global::System.ObsoleteAttribute] 1810[global::System.ObsoleteAttribute] 1820[global::System.ObsoleteAttribute] 1827[global::System.ObsoleteAttribute]
Configuration\DashboardOptions.cs (1)
171[Obsolete("Use Disabled instead.")]
Aspire.Hosting (56)
ApplicationModel\AfterEndpointsAllocatedEvent.cs (1)
29[Obsolete("The AfterEndpointsAllocatedEvent is deprecated and will be removed in a future version. Use the resource specific events BeforeResourceStartedEvent or ResourceEndpointsAllocatedEvent instead depending on your needs.")]
ApplicationModel\CommandOptions.cs (1)
27[Obsolete("Use Arguments to describe invocation arguments and ExecuteCommandContext.Arguments to read them.")]
ApplicationModel\ContainerFileSystemCallbackAnnotation.cs (1)
281[Obsolete("Use Services instead.")]
ApplicationModel\CustomResourceSnapshot.cs (2)
466public sealed record ResourceCommandSnapshot(string Name, ResourceCommandState State, string DisplayName, string? DisplayDescription, [property: Obsolete("Use Arguments to describe invocation arguments.")] object? Parameter, string? ConfirmationMessage, string? IconName, IconVariant? IconVariant, bool IsHighlighted) 570[Obsolete("Use CustomResourceSnapshot.IsHidden instead.")]
ApplicationModel\DockerBuildArg.cs (1)
12[Obsolete("Use DockerfileBuildAnnotation to define docker build arguments.")]
ApplicationModel\EndpointAnnotation.cs (2)
384[Obsolete("This property will be marked as internal in future Aspire release. Use AllocatedEndpoint and AllAllocatedEndpoints properties to access and change allocated endpoints associated with an EndpointAnnotation.")] 425[Obsolete("This method is for internal use only and will be marked internal in a future Aspire release. Use AddOrUpdateAllocatedEndpoint instead.")]
ApplicationModel\HttpCommandContext.cs (2)
16[Obsolete("Use Services instead.")] 103[Obsolete("Use Services instead.")]
ApplicationModel\ParameterResource.cs (1)
42[Obsolete("Use GetValueAsync for async access or pass the ParameterResource directly to methods that accept it (e.g., environment variables).")]
ApplicationModel\ProcessCommandResultContext.cs (1)
20[Obsolete("Use Services instead.")]
ApplicationModel\ReferenceExpression.cs (3)
386[Obsolete("ReferenceExpression instances can't be used in interpolated string with a custom format. Duplicate the inner expression in-place.", error: true)] 560[Obsolete("ReferenceExpression instances can't be used in interpolated string with a custom format. Duplicate the inner expression in-place.", error: true)] 669[Obsolete("ReferenceExpression instances can't be used in interpolated string with a custom format. Duplicate the inner expression in-place.", error: true)]
ApplicationModel\ResourceCommandAnnotation.cs (4)
125[Obsolete("Use Arguments to describe invocation arguments and ExecuteCommandContext.Arguments to read them.")] 310[Obsolete("Use Message instead.")] 380[Obsolete("Use Services instead.")] 448[Obsolete("Use Services instead.")]
ApplicationModel\ResourceExtensions.cs (7)
202[Obsolete($"Use {nameof(ExecutionConfigurationBuilder)} instead.")] 246[Obsolete($"Use {nameof(ExecutionConfigurationBuilder)} instead.")] 349[Obsolete("Use ExecutionConfigurationBuilder instead.")] 389[Obsolete("Use ExecutionConfigurationBuilder instead.")] 412[Obsolete("Use ExecutionConfigurationBuilder instead.")] 446[Obsolete("Use ExecutionConfigurationBuilder instead.")] 482[Obsolete("Use ExecutionConfigurationBuilder instead.")]
ApplicationModel\ResourceNotificationService.cs (1)
48[Obsolete($"""
ApplicationModel\ResourceUrlAnnotation.cs (1)
36[Obsolete("DisplayOrder was incorrectly created as a field. It will be re-added as a property in a future Aspire version.")]
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\DashboardService.cs (5)
832[global::System.ObsoleteAttribute] 1444[global::System.ObsoleteAttribute] 1810[global::System.ObsoleteAttribute] 1820[global::System.ObsoleteAttribute] 1827[global::System.ObsoleteAttribute]
Backchannel\BackchannelDataTypes.cs (2)
525[Obsolete("Use Message instead.")] 1092[Obsolete("Use ResourceType property instead.")]
DistributedApplicationExecutionContext.cs (1)
76[Obsolete("Use Services instead.")]
DistributedApplicationExecutionContextOptions.cs (1)
38[Obsolete("Use Services instead.")]
ExecutableResourceBuilderExtensions.cs (1)
93[Obsolete("Use builder.PublishAsDockerFile(c => c.WithBuildArg(name, value)) instead.")]
IInteractionService.cs (1)
445[Obsolete("Use GetFiles() and dispose the returned collection when the files are no longer needed.")]
Lifecycle\IDistributedApplicationLifecycleHook.cs (1)
11[Obsolete("Use IDistributedApplicationEventingSubscriber instead.")]
Lifecycle\LifecycleHookServiceCollectionExtensions.cs (4)
19[Obsolete("Use EventingSubscriberServiceCollectionExtensions.AddEventingSubscriber instead.")] 31[Obsolete("Use EventingSubscriberServiceCollectionExtensions.TryAddEventingSubscriber instead.")] 44[Obsolete("Use EventingSubscriberServiceCollectionExtensions.AddEventingSubscriber instead.")] 57[Obsolete("Use EventingSubscriberServiceCollectionExtensions.TryAddEventingSubscriber instead.")]
ParameterResourceBuilderExtensions.cs (1)
367[Obsolete("PublishAsConnectionString only works with the manifest publisher and is obsolete. Use AddConnectionString in publish-mode app model code instead.")]
Pipelines\IPipelineActivityReporter.cs (1)
46[Obsolete("Use CompletePublishAsync(PublishCompletionOptions?, CancellationToken) instead.")]
Pipelines\IReportingStep.cs (1)
37[Obsolete("Use Log(LogLevel, string) or Log(LogLevel, MarkdownString) instead.")]
Pipelines\NullPipelineActivityReporter.cs (1)
30[Obsolete("Use CompletePublishAsync(PublishCompletionOptions?, CancellationToken) instead.")]
Pipelines\PipelineActivityReporter.cs (1)
280[Obsolete("Use CompletePublishAsync(PublishCompletionOptions?, CancellationToken) instead.")]
PublisherDistributedApplicationBuilderExtensions.cs (1)
22[Obsolete("IDistributedApplicationPublisher is obsolete. Use PipelineStep where applicable.")]
Publishing\IDistributedApplicationPublisher.cs (1)
11[Obsolete("IDistributedApplicationPublisher is obsolete. Use PipelineStep where applicable.")]
Publishing\ManifestPublisher.cs (1)
13[Obsolete("ManifestPublisher is obsolete. Use the publish-manifest pipeline step.")]
Publishing\PublishingOptions.cs (1)
9[Obsolete("PublishingOptions is obsolete. Use PipelineOptions where applicable.")]
ResourceBuilderExtensions.cs (3)
2882[Obsolete("This method is obsolete and will be removed in a future version. Use the WithHttpHealthCheck method instead.")] 2975[Obsolete("This method is obsolete and will be removed in a future version. Use the overload that accepts a CommandOptions instance instead.")] 3258[Obsolete("Use withProcessCommand with createProcessSpec in the options object instead.")]
Aspire.Hosting.Azure (7)
AzureBicepResource.cs (3)
441[Obsolete("KnownParameters.KeyVaultName is deprecated. Use an AzureKeyVaultResource instead.")] 452[Obsolete("KnownParameters.LogAnalyticsWorkspaceId is deprecated. Use an AzureLogAnalyticsWorkspaceResource instead.")] 524[Obsolete("BicepSecretOutputReference is no longer supported. Use IAzureKeyVaultResource instead.")]
AzureBicepResourceExtensions.cs (2)
69[Obsolete("GetSecretOutput is obsolete. Use IAzureKeyVaultResource.GetSecret instead.")] 98[Obsolete("BicepSecretOutputReference is no longer supported. Use WithEnvironment(IAzureKeyVaultSecretReference) instead.")]
AzureResourceExtensions.cs (1)
25[Obsolete("PublishAsConnectionString only works with the manifest publisher and is obsolete. Use AddConnectionString in publish-mode app model code instead.")]
IAzureContainerRegistry.cs (1)
11[Obsolete("Use IAzureContainerRegistryResource instead and access container registry through IAzureComputeEnvironmentResource.ContainerRegistry property.")]
Aspire.Hosting.Azure.AppContainers (1)
AzureContainerAppExtensions.cs (1)
40[Obsolete($"Use {nameof(AddAzureContainerAppEnvironment)} instead. This method will be removed in a future version.")]
Aspire.Hosting.Azure.CognitiveServices (5)
AzureOpenAIDeployment.cs (1)
17[Obsolete("AzureOpenAIDeployment is deprecated. Please use AzureOpenAIDeploymentResource instead.")]
AzureOpenAIExtensions.cs (1)
169[Obsolete("AddDeployment taking an AzureOpenAIDeployment is deprecated. Please the AddDeployment overload that returns an AzureOpenAIDeploymentResource instead.")]
AzureOpenAIResource.cs (3)
22[Obsolete("Use AzureOpenAIDeploymentResource instead.")] 67[Obsolete("AzureOpenAIDeployment is deprecated.")] 72[Obsolete("AzureOpenAIDeployment is deprecated.")]
Aspire.Hosting.Azure.CosmosDB (3)
AzureCosmosDBExtensions.cs (2)
74[Obsolete($"Use {nameof(RunAsEmulator)} instead.")] 338[Obsolete($"This method is obsolete because it has the wrong return type and will be removed in a future version. Use {nameof(AddCosmosDatabase)} instead to add a Cosmos DB database.")]
AzureCosmosDBResource.cs (1)
34[Obsolete("BicepSecretOutputReference is no longer supported. Use ConnectionStringOutput instead.")]
Aspire.Hosting.Azure.EventHubs (4)
AzureEventHubsExtensions.cs (4)
141[Obsolete($"This method is obsolete because it has the wrong return type and will be removed in a future version. Use {nameof(AddHub)} instead to add an Azure Event Hub.")] 372[Obsolete($"This method is obsolete because it doesn't work as intended and will be removed in a future version.")] 386[Obsolete($"This method is obsolete because it doesn't work as intended and will be removed in a future version.")] 400[Obsolete("Use WithHostPort instead.")]
Aspire.Hosting.Azure.Kubernetes.Tests (1)
tests\Shared\TestPipelineActivityReporter.cs (1)
146[Obsolete("Use CompletePublishAsync(PublishCompletionOptions?, CancellationToken) instead.")]
Aspire.Hosting.Azure.PostgreSQL (4)
AzurePostgresExtensions.cs (3)
35[Obsolete] 101[Obsolete($"This method is obsolete and will be removed in a future version. Use {nameof(AddAzurePostgresFlexibleServer)} instead to add an Azure PostgreSQL Flexible Server resource.")] 110[Obsolete($"This method is obsolete and will be removed in a future version. Use {nameof(AddAzurePostgresFlexibleServer)} instead to add an Azure PostgreSQL Flexible Server resource.")]
AzurePostgresResource.cs (1)
13[Obsolete($"This class is obsolete and will be removed in a future version. Use {nameof(AzurePostgresExtensions.AddAzurePostgresFlexibleServer)} instead to add an Azure Postgres Flexible Server resource.")]
Aspire.Hosting.Azure.Redis (10)
AzureRedisCacheResource.cs (1)
17[Obsolete($"This class is obsolete and will be removed in a future version. Use {nameof(AzureManagedRedisExtensions.AddAzureManagedRedis)} instead which provisions Azure Managed Redis.")]
AzureRedisExtensions.cs (8)
25[Obsolete($"This method is obsolete and will be removed in a future version. Use {nameof(AzureManagedRedisExtensions.AddAzureManagedRedis)} instead which provisions Azure Managed Redis.")] 29[Obsolete] 84[Obsolete($"This method is obsolete and will be removed in a future version. Use {nameof(AzureManagedRedisExtensions.AddAzureManagedRedis)} instead which provisions Azure Managed Redis.")] 114[Obsolete($"This method is obsolete and will be removed in a future version. Use {nameof(AzureManagedRedisExtensions.AddAzureManagedRedis)} instead which provisions Azure Managed Redis.")] 153[Obsolete($"This method is obsolete and will be removed in a future version. Use {nameof(AzureManagedRedisExtensions.AddAzureManagedRedis)} instead which provisions Azure Managed Redis.")] 198[Obsolete($"This method is obsolete and will be removed in a future version. Use {nameof(AzureManagedRedisExtensions.AddAzureManagedRedis)} instead which provisions Azure Managed Redis.")] 229[Obsolete($"This method is obsolete and will be removed in a future version. Use {nameof(AzureManagedRedisExtensions.AddAzureManagedRedis)} instead which provisions Azure Managed Redis.")] 273[Obsolete]
AzureRedisResource.cs (1)
13[Obsolete($"This class is obsolete and will be removed in a future version. Use {nameof(AzureRedisExtensions.AddAzureRedis)} instead to add an Azure Cache for Redis resource.")]
Aspire.Hosting.Azure.ServiceBus (4)
AzureServiceBusExtensions.cs (4)
155[Obsolete($"This method is obsolete because it has the wrong return type and will be removed in a future version. Use {nameof(AddServiceBusQueue)} instead to add an Azure Service Bus Queue.")] 215[Obsolete($"This method is obsolete because it has the wrong return type and will be removed in a future version. Use {nameof(AddServiceBusTopic)} instead to add an Azure Service Bus Topic.")] 234[Obsolete($"This method is obsolete because it has the wrong return type and will be removed in a future version. Use {nameof(AddServiceBusTopic)} and {nameof(AddServiceBusSubscription)} instead to add an Azure Service Bus Topic and Subscriptions.")] 303[Obsolete($"This method is obsolete and will be removed in a future version. Use {nameof(AddServiceBusSubscription)} instead to add an Azure Service Bus Subscription to a Topic.")]
Aspire.Hosting.Azure.Sql (4)
AzureSqlExtensions.cs (3)
23[Obsolete] 60[Obsolete($"This method is obsolete and will be removed in a future version. Use {nameof(AddAzureSqlServer)} instead to add an Azure SQL server resource.")] 69[Obsolete($"This method is obsolete and will be removed in a future version. Use {nameof(AddAzureSqlServer)} instead to add an Azure SQL server resource.")]
AzureSqlServerResource.cs (1)
48[Obsolete($"This method is obsolete and will be removed in a future version. Use {nameof(AzureSqlExtensions.AddAzureSqlServer)} instead to add an Azure SQL server resource.")]
Aspire.Hosting.Azure.Storage (1)
AzureStorageExtensions.cs (1)
551[Obsolete("Use AddBlobContainer on IResourceBuilder<AzureStorageResource> instead.")]
Aspire.Hosting.Azure.Tests (22)
AzureRedisExtensionsTests.cs (1)
13[Obsolete]
ExistingAzureResourceTests.cs (2)
327[Obsolete] 345[Obsolete]
PublicApiTests\CosmosDBPublicApiTests.cs (2)
365[Obsolete($"This method is obsolete because it has the wrong return type and will be removed in a future version. Use AddCosmosDatabase instead to add a Cosmos DB database.")] 380[Obsolete($"This method is obsolete because it has the wrong return type and will be removed in a future version. Use AddCosmosDatabase instead to add a Cosmos DB database.")]
PublicApiTests\EventHubsPublicApiTests.cs (3)
150[Obsolete($"This method is obsolete because it has the wrong return type and will be removed in a future version. Use AddHub instead to add an Azure Event Hub.")] 165[Obsolete($"This method is obsolete because it has the wrong return type and will be removed in a future version. Use AddHub instead to add an Azure Event Hub.")] 301[Obsolete("Use WithHostPort instead.")]
PublicApiTests\PostgreSQLPublicApiTests.cs (4)
12[Obsolete($"This method is obsolete and will be removed in a future version. Use AddAzurePostgresFlexibleServer instead to add an Azure PostgreSQL Flexible Server resource.")] 28[Obsolete($"This method is obsolete and will be removed in a future version. Use AddAzurePostgresFlexibleServer instead to add an Azure PostgreSQL Flexible Server resource.")] 122[Obsolete($"This class is obsolete and will be removed in a future version. Use AddAzurePostgresFlexibleServer instead to add an Azure Postgres Flexible Server resource.")] 135[Obsolete($"This class is obsolete and will be removed in a future version. Use AddAzurePostgresFlexibleServer instead to add an Azure Postgres Flexible Server resource.")]
PublicApiTests\RedisPublicApiTests.cs (4)
42[Obsolete($"This method is obsolete and will be removed in a future version. Use AddAzureRedis instead to add an Azure Cache for Redis resource.")] 57[Obsolete($"This method is obsolete and will be removed in a future version. Use AddAzureRedis instead to add an Azure Cache for Redis resource.")] 125[Obsolete($"This class is obsolete and will be removed in a future version. Use {nameof(AzureRedisExtensions.AddAzureRedis)} instead to add an Azure Cache for Redis resource.")] 138[Obsolete($"This class is obsolete and will be removed in a future version. Use {nameof(AzureRedisExtensions.AddAzureRedis)} instead to add an Azure Cache for Redis resource.")]
PublicApiTests\ServiceBusPublicApiTests.cs (2)
52[Obsolete($"This method is obsolete because it has the wrong return type and will be removed in a future version. Use AddServiceBusQueue instead to add an Azure Service Bus Queue.")] 67[Obsolete($"This method is obsolete because it has the wrong return type and will be removed in a future version. Use AddServiceBusQueue instead to add an Azure Service Bus Queue.")]
PublicApiTests\SqlPublicApiTests.cs (2)
59[Obsolete($"This method is obsolete and will be removed in a future version. Use AddAzureSqlServer instead to add an Azure SQL server resource.")] 74[Obsolete($"This method is obsolete and will be removed in a future version. Use AddAzureSqlServer instead to add an Azure SQL server resource.")]
RoleAssignmentTests.cs (1)
155[Obsolete]
tests\Shared\TestPipelineActivityReporter.cs (1)
146[Obsolete("Use CompletePublishAsync(PublishCompletionOptions?, CancellationToken) instead.")]
Aspire.Hosting.Docker.Tests (1)
tests\Shared\TestPipelineActivityReporter.cs (1)
146[Obsolete("Use CompletePublishAsync(PublishCompletionOptions?, CancellationToken) instead.")]
Aspire.Hosting.Foundry.Tests (1)
tests\Shared\TestPipelineActivityReporter.cs (1)
146[Obsolete("Use CompletePublishAsync(PublishCompletionOptions?, CancellationToken) instead.")]
Aspire.Hosting.Garnet (1)
GarnetBuilderExtensions.cs (1)
281[Obsolete("This method is obsolete and will be removed in a future version. Use the overload without the keysChangedThreshold parameter.")]
Aspire.Hosting.Garnet.Tests (1)
GarnetPublicApiTests.cs (1)
91[Obsolete("This method is obsolete and will be removed in a future version. Use the overload without the keysChangedThreshold parameter.")]
Aspire.Hosting.GitHub.Models (14)
GithubModel.cs (1)
11[Obsolete(GitHubModelsDeprecation.Message)]
GitHubModel.Obsolete.cs (6)
17[Obsolete("This model has been removed from GitHub Models.")] 27[Obsolete("This model has been removed from GitHub Models.")] 34[Obsolete("This model has been removed from GitHub Models.")] 47[Obsolete("This model has been removed from GitHub Models.")] 57[Obsolete("This model has been removed from GitHub Models.")] 64[Obsolete("This model has been removed from GitHub Models.")]
GitHubModelResource.cs (1)
12[Obsolete(GitHubModelsDeprecation.Message)]
GitHubModelsExtensions.cs (6)
25[Obsolete(GitHubModelsDeprecation.Message)] 104[Obsolete(GitHubModelsDeprecation.Message)] 123[Obsolete(GitHubModelsDeprecation.Message)] 139[Obsolete(GitHubModelsDeprecation.Message)] 153[Obsolete(GitHubModelsDeprecation.Message)] 198[Obsolete(GitHubModelsDeprecation.Message)]
Aspire.Hosting.Go (1)
GoHostingExtensions.cs (1)
660[Obsolete("Use WithDelveServer() or WithDelveServer(DelveServerOptions) instead.")]
Aspire.Hosting.Java.Tests (1)
tests\Shared\TestPipelineActivityReporter.cs (1)
146[Obsolete("Use CompletePublishAsync(PublishCompletionOptions?, CancellationToken) instead.")]
Aspire.Hosting.Keycloak (1)
KeycloakResourceBuilderExtensions.cs (1)
213[Obsolete("Use WithRealmImport(string import) instead.")]
Aspire.Hosting.Kubernetes.Tests (1)
tests\Shared\TestPipelineActivityReporter.cs (1)
146[Obsolete("Use CompletePublishAsync(PublishCompletionOptions?, CancellationToken) instead.")]
Aspire.Hosting.Milvus (1)
MilvusBuilderExtensions.cs (1)
201[Obsolete("Use WithConfigurationFile instead.")]
Aspire.Hosting.MongoDB (1)
MongoDBBuilderExtensions.cs (1)
240[Obsolete("Use WithInitFiles instead.")]
Aspire.Hosting.MySql (1)
MySqlBuilderExtensions.cs (1)
381[Obsolete("Use WithInitFiles instead.")]
Aspire.Hosting.Nats (1)
NatsBuilderExtensions.cs (1)
129[Obsolete("This method is obsolete and will be removed in a future version. Use the overload without the srcMountPath parameter and WithDataBindMount extension instead if you want to keep data locally.")]
Aspire.Hosting.Nats.Tests (1)
NatsPublicApiTests.cs (1)
84[Obsolete("This method is obsolete and will be removed in a future version. Use the overload without the srcMountPath parameter and WithDataBindMount extension instead if you want to keep data locally.")]
Aspire.Hosting.Oracle (1)
OracleDatabaseBuilderExtensions.cs (1)
134[Obsolete("Use WithInitFiles instead.")]
Aspire.Hosting.PostgreSQL (1)
PostgresBuilderExtensions.cs (1)
506[Obsolete("Use WithInitFiles instead.")]
Aspire.Hosting.Python (2)
PythonAppResourceBuilderExtensions.cs (2)
179[Obsolete("Use AddPythonScript, AddPythonModule, or AddPythonExecutable and chain with .WithArgs(...) instead.")] 221[Obsolete("Use AddPythonScript, AddPythonModule, or AddPythonExecutable and chain with .WithVirtualEnvironment(...).WithArgs(...) instead.")]
Aspire.Hosting.RemoteHost.Tests (1)
AttributeDataReaderTests.cs (1)
218[Obsolete("Official obsolete method")]
Aspire.Hosting.Rust.Tests (1)
tests\Shared\TestPipelineActivityReporter.cs (1)
146[Obsolete("Use CompletePublishAsync(PublishCompletionOptions?, CancellationToken) instead.")]
Aspire.Hosting.Tests (1)
tests\Shared\TestPipelineActivityReporter.cs (1)
146[Obsolete("Use CompletePublishAsync(PublishCompletionOptions?, CancellationToken) instead.")]
dotnet-svcutil-lib (32)
FrameworkFork\Microsoft.CodeDom\Compiler\CodeDOMProvider.cs (3)
121[Obsolete("Callers should not use the ICodeGenerator interface and should instead use the methods directly on the CodeDomProvider class. Those inheriting from CodeDomProvider must still implement this interface, and should exclude this warning or also obsolete this method.")] 136[Obsolete("Callers should not use the ICodeCompiler interface and should instead use the methods directly on the CodeDomProvider class. Those inheriting from CodeDomProvider must still implement this interface, and should exclude this warning or also obsolete this method.")] 139[Obsolete("Callers should not use the ICodeParser interface and should instead use the methods directly on the CodeDomProvider class. Those inheriting from CodeDomProvider must still implement this interface, and should exclude this warning or also obsolete this method.")]
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (2)
57[Obsolete("Callers should not use the ICodeGenerator interface and should instead use the methods directly on the CodeDomProvider class.")] 63[Obsolete("Callers should not use the ICodeCompiler interface and should instead use the methods directly on the CodeDomProvider class.")]
FrameworkFork\Microsoft.CodeDom\Microsoft\VBCodeProvider.cs (2)
70[Obsolete("Callers should not use the ICodeGenerator interface and should instead use the methods directly on the CodeDomProvider class.")] 76[Obsolete("Callers should not use the ICodeCompiler interface and should instead use the methods directly on the CodeDomProvider class.")]
FrameworkFork\Microsoft.Xml\Xml\Core\ValidationType.cs (2)
25[Obsolete("Validation type should be specified as DTD or Schema.")] 32[Obsolete("XDR Validation through XmlValidatingReader is obsoleted")]
FrameworkFork\Microsoft.Xml\Xml\Core\XmlReaderSettings.cs (2)
80[Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)] 281[Obsolete("Use XmlReaderSettings.DtdProcessing property instead.")]
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReader.cs (1)
402[Obsolete("Use DtdProcessing property instead.")]
FrameworkFork\Microsoft.Xml\Xml\Core\XmlValidatingReader.cs (1)
18[Obsolete("Use XmlReader created by XmlReader.Create() method using appropriate XmlReaderSettings instead. http://go.microsoft.com/fwlink/?linkid=14202")]
FrameworkFork\Microsoft.Xml\Xml\IApplicationResourceStreamResolver.cs (2)
13[Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)] 18[Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchema.cs (2)
226[Obsolete("Use Microsoft.Xml.Schema.XmlSchemaSet for schema compilation and validation. http://go.microsoft.com/fwlink/?linkid=14202")] 238[Obsolete("Use Microsoft.Xml.Schema.XmlSchemaSet for schema compilation and validation. http://go.microsoft.com/fwlink/?linkid=14202")]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAttribute.cs (1)
142[Obsolete("This property has been deprecated. Please use AttributeSchemaType property that returns a strongly typed attribute type. http://go.microsoft.com/fwlink/?linkid=14202")]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaCollection.cs (1)
24[Obsolete("Use Microsoft.Xml.Schema.XmlSchemaSet for schema compilation and validation. http://go.microsoft.com/fwlink/?linkid=14202")]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaElement.cs (1)
232[Obsolete("This property has been deprecated. Please use ElementSchemaType property that returns a strongly typed element type. http://go.microsoft.com/fwlink/?linkid=14202")]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaType.cs (1)
138[Obsolete("This property has been deprecated. Please use BaseXmlSchemaType property that returns a strongly typed base schema type. http://go.microsoft.com/fwlink/?linkid=14202")]
FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeIdentifier.cs (1)
28[Obsolete("This class should never get constructed as it contains only static methods.")]
FrameworkFork\Microsoft.Xml\Xml\XmlConvert.cs (2)
829[Obsolete("Use XmlConvert.ToString() that takes in XmlDateTimeSerializationMode")] 1370[Obsolete("Use XmlConvert.ToDateTime() that takes in XmlDateTimeSerializationMode")]
FrameworkFork\Microsoft.Xml\Xml\XmlXapResolver.cs (3)
13[Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)] 17[Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)] 32[Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
FrameworkFork\System.ServiceModel\SMDiagnostics\System\ServiceModel\Diagnostics\ExceptionUtility.cs (1)
30[Obsolete("For SMDiagnostics.dll use only. Call DiagnosticUtility.ExceptionUtility instead")]
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ClientOperation.cs (1)
18[Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ClientRuntime.cs (2)
25[Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)] 35[Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WindowsClientCredential.cs (1)
66[ObsoleteAttribute("This property is deprecated and is maintained for backward compatibility only. The local machine policy will be used to determine if NTLM should be used.")]
GenerateDocumentationAndConfigFiles (13)
src\roslyn\src\Compilers\Core\Portable\Hashing\NonCryptographicHashAlgorithm.cs (1)
343[Obsolete("Use GetCurrentHash() to retrieve the computed hash code.", true)]
src\roslyn\src\Dependencies\PooledObjects\PooledStringBuilder.cs (1)
59[System.Obsolete("Consider calling ToStringAndFree instead.")]
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\RoslynHashCode.cs (2)
433[Obsolete("HashCode is a mutable struct and should not be compared with other HashCodes. Use ToHashCode to retrieve the computed hash code.", error: true)] 437[Obsolete("HashCode is a mutable struct and should not be compared with other HashCodes.", error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EmbeddedLanguages\VirtualChars\VirtualCharSequence.cs (1)
171[Obsolete("Only around for ASP.NET compatibility. Do not use anymore.", error: false)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Rules\CompatAbstractFormattingRule.cs (6)
15[Obsolete("Do not call this method directly (it will Stack Overflow).", error: true)] 23[Obsolete("Do not call this method directly (it will Stack Overflow).", error: true)] 31[Obsolete("Do not call this method directly (it will Stack Overflow).", error: true)] 39[Obsolete("Do not call this method directly (it will Stack Overflow).", error: true)] 47[Obsolete("Do not call this method directly (it will Stack Overflow).", error: true)] 57[Obsolete("Do not call this method directly (it will Stack Overflow).", error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SpecializedTasks.cs (1)
22[Obsolete("Use Task.CompletedTask instead which is available in the framework.")]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\SemanticModelReuse\SemanticModelReuseWorkspaceServiceFactory.cs (1)
16[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
illink (5)
Infrastructure.Common (1)
xunit\WcfTestCase.cs (1)
28[Obsolete("Called by the de-serializer; should only be called by deriving classes for de-serialization purposes")]
Microsoft.AspNetCore (1)
WebHost.cs (1)
27[Obsolete("WebHost is obsolete. Use HostBuilder or WebApplicationBuilder instead. For more information, visit https://aka.ms/aspnet/deprecate/008.", DiagnosticId = "ASPDEPR008", UrlFormat = Obsoletions.AspNetCoreDeprecate008Url)]
Microsoft.AspNetCore.App.CodeFixes (2)
src\aspnetcore\src\Shared\HashCode.cs (2)
428[Obsolete("HashCode is a mutable struct and should not be compared with other HashCodes. Use ToHashCode to retrieve the computed hash code.", error: true)] 432[Obsolete("HashCode is a mutable struct and should not be compared with other HashCodes.", error: true)]
Microsoft.AspNetCore.Authentication (8)
AuthenticationHandler.cs (2)
74[Obsolete("ISystemClock is obsolete, use TimeProvider instead.")] 116[Obsolete("ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead.")]
ISystemClock.cs (1)
9[Obsolete("Use TimeProvider instead.")]
PolicySchemeHandler.cs (1)
23[Obsolete("ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead.")]
RemoteAuthenticationHandler.cs (1)
48[Obsolete("ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead.")]
SignInAuthenticationHandler.cs (1)
24[Obsolete("ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead.")]
SignOutAuthenticationHandler.cs (1)
23[Obsolete("ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead.")]
SystemClock.cs (1)
9[Obsolete("Use TimeProvider instead.")]
Microsoft.AspNetCore.Authentication.Cookies (1)
CookieAuthenticationHandler.cs (1)
44[Obsolete("ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead.")]
Microsoft.AspNetCore.Authentication.Facebook (1)
FacebookHandler.cs (1)
26[Obsolete("ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead.")]
Microsoft.AspNetCore.Authentication.Google (1)
GoogleHandler.cs (1)
27[Obsolete("ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead.")]
Microsoft.AspNetCore.Authentication.JwtBearer (2)
JwtBearerHandler.cs (1)
26[Obsolete("ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead.")]
JwtBearerOptions.cs (1)
117[Obsolete("SecurityTokenValidators is no longer used by default. Use TokenHandlers instead. To continue using SecurityTokenValidators, set UseSecurityTokenValidators to true. See https://aka.ms/aspnetcore8/security-token-changes")]
Microsoft.AspNetCore.Authentication.MicrosoftAccount (3)
MicrosoftAccountHandler.cs (1)
27[Obsolete("ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead.")]
MicrosoftChallengeProperties.cs (2)
17[Obsolete("This parameter is not supported in MicrosoftAccountHandler.")] 61[Obsolete("This parameter is not supported in MicrosoftAccountHandler.")]
Microsoft.AspNetCore.Authentication.Negotiate (1)
NegotiateHandler.cs (1)
36[Obsolete("ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead.")]
Microsoft.AspNetCore.Authentication.OAuth (1)
OAuthHandler.cs (1)
44[Obsolete("ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead.")]
Microsoft.AspNetCore.Authentication.OpenIdConnect (2)
OpenIdConnectHandler.cs (1)
56[Obsolete("ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead.")]
OpenIdConnectOptions.cs (1)
273[Obsolete("SecurityTokenValidator is no longer used by default. Use TokenHandler instead. To continue using SecurityTokenValidator, set UseSecurityTokenValidator to true. See https://aka.ms/aspnetcore8/security-token-changes")]
Microsoft.AspNetCore.Authentication.Twitter (1)
TwitterHandler.cs (1)
41[Obsolete("ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead.")]
Microsoft.AspNetCore.Authentication.WsFederation (2)
WsFederationHandler.cs (1)
30[Obsolete("ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead.")]
WsFederationOptions.cs (1)
109[Obsolete("SecurityTokenHandlers is no longer used by default. Use TokenHandlers instead. To continue using SecurityTokenHandlers, set UseSecurityTokenHandlers to true. See https://aka.ms/aspnetcore8/security-token-changes")]
Microsoft.AspNetCore.Components (3)
Routing\Router.cs (1)
74[Obsolete("NotFound is deprecated. Use NotFoundPage instead.")]
src\aspnetcore\src\Http\Routing\src\Patterns\RoutePatternException.cs (2)
19[Obsolete] 50[Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId = "SYSLIB0051", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")]
Microsoft.AspNetCore.Components.Forms (1)
EditContext.cs (1)
237[Obsolete("Validate is obsolete. Use ValidateAsync instead.")]
Microsoft.AspNetCore.Components.Server (1)
src\aspnetcore\src\submodules\MessagePack-CSharp\src\MessagePack.UnityClient\Assets\Scripts\MessagePack\MessagePackSerializationException.cs (1)
51[Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.")]
Microsoft.AspNetCore.Components.WebAssembly.Server (1)
WebAssemblyNetDebugProxyAppBuilderExtensions.cs (1)
20[Obsolete(Obsoletions.UseWebAssemblyDebuggingMessage, DiagnosticId = Obsoletions.UseWebAssemblyDebuggingDiagId, UrlFormat = Obsoletions.AspNetCoreDeprecate011Url)]
Microsoft.AspNetCore.Connections.Abstractions (6)
Features\ITlsHandshakeFeature.cs (6)
42[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 50[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 58[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 66[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 74[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 82[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)]
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore (4)
DatabaseErrorPageExtensions.cs (3)
14[Obsolete("This is obsolete and will be removed in a future version. Use DatabaseDeveloperPageExceptionFilter instead, see documentation at https://aka.ms/DatabaseDeveloperPageExceptionFilter.")] 23[Obsolete("This is obsolete and will be removed in a future version. Use DatabaseDeveloperPageExceptionFilter instead, see documentation at https://aka.ms/DatabaseDeveloperPageExceptionFilter.")] 39[Obsolete("This is obsolete and will be removed in a future version. Use DatabaseDeveloperPageExceptionFilter instead, see documentation at https://aka.ms/DatabaseDeveloperPageExceptionFilter.")]
DatabaseErrorPageMiddleware.cs (1)
51[Obsolete("This is obsolete and will be removed in a future version. Use DatabaseDeveloperPageExceptionFilter instead, see documentation at https://aka.ms/DatabaseDeveloperPageExceptionFilter.")]
Microsoft.AspNetCore.Hosting (3)
Internal\WebHost.cs (1)
22[Obsolete("WebHost is obsolete. Use Host.CreateDefaultBuilder or WebApplication.CreateBuilder instead.")]
WebHostBuilder.cs (1)
24[Obsolete("WebHostBuilder is deprecated in favor of HostBuilder and WebApplicationBuilder. For more information, visit https://aka.ms/aspnet/deprecate/004.", DiagnosticId = "ASPDEPR004", UrlFormat = Obsoletions.AspNetCoreDeprecate004Url)]
WebHostExtensions.cs (1)
16[Obsolete("WebHostExtensions is obsolete. Use Host.CreateDefaultBuilder or WebApplication.CreateBuilder instead. For more information, visit https://aka.ms/aspnet/deprecate/008.", DiagnosticId = "ASPDEPR008", UrlFormat = Obsoletions.AspNetCoreDeprecate008Url)]
Microsoft.AspNetCore.Hosting.Abstractions (7)
EnvironmentName.cs (1)
9[System.Obsolete("This type is obsolete and will be removed in a future version. The recommended alternative is Microsoft.Extensions.Hosting.Environments.", error: false)]
IApplicationLifetime.cs (1)
13[System.Obsolete("This type is obsolete and will be removed in a future version. The recommended alternative is Microsoft.Extensions.Hosting.IHostApplicationLifetime.", error: false)]
IHostingEnvironment.cs (1)
15[System.Obsolete("This type is obsolete and will be removed in a future version. The recommended alternative is Microsoft.AspNetCore.Hosting.IWebHostEnvironment.", error: false)]
IStartupConfigureContainerFilter.cs (1)
10[Obsolete]
IStartupConfigureServicesFilter.cs (1)
12[Obsolete]
IWebHost.cs (1)
12[Obsolete("IWebHost is obsolete. Use IHost instead. For more information, visit https://aka.ms/aspnet/deprecate/008.", DiagnosticId = "ASPDEPR008", UrlFormat = Obsoletions.AspNetCoreDeprecate008Url)]
IWebHostBuilder.cs (1)
19[Obsolete("IWebHost is obsolete. Use IHost instead. For more information, visit https://aka.ms/aspnet/deprecate/008.", DiagnosticId = "ASPDEPR008", UrlFormat = Obsoletions.AspNetCoreDeprecate008Url)]
Microsoft.AspNetCore.Hosting.WindowsServices (2)
WebHostService.cs (1)
16[Obsolete("Use UseWindowsService and AddHostedService instead. For more information, visit https://aka.ms/aspnet/deprecate/009.", DiagnosticId = "ASPDEPR009", UrlFormat = Obsoletions.AspNetCoreDeprecate009Url)]
WebHostWindowsServiceExtensions.cs (1)
12[Obsolete("Use UseWindowsService and AddHostedService instead. For more information, visit https://aka.ms/aspnet/deprecate/009.", DiagnosticId = "ASPDEPR009", UrlFormat = Obsoletions.AspNetCoreDeprecate009Url)]
Microsoft.AspNetCore.Http (2)
BindingAddress.cs (1)
27[Obsolete("This constructor is obsolete and will be removed in a future version. Use BindingAddress.Parse(address) to create a BindingAddress instance.")]
Features\ResponseCookiesFeature.cs (1)
37[Obsolete("This constructor is obsolete and will be removed in a future version.")]
Microsoft.AspNetCore.Http.Features (2)
IHttpResponseFeature.cs (1)
37[Obsolete("Use IHttpResponseBodyFeature.Stream instead.", error: false)]
ITlsTokenBindingFeature.cs (1)
17[Obsolete(Obsoletions.TlsTokenBindingFeatureMessage, DiagnosticId = Obsoletions.TlsTokenBindingFeatureDiagId, UrlFormat = Obsoletions.AspNetCoreDeprecate010Url)]
Microsoft.AspNetCore.Http.RequestDelegateGenerator (2)
src\aspnetcore\src\Shared\HashCode.cs (2)
428[Obsolete("HashCode is a mutable struct and should not be compared with other HashCodes. Use ToHashCode to retrieve the computed hash code.", error: true)] 432[Obsolete("HashCode is a mutable struct and should not be compared with other HashCodes.", error: true)]
Microsoft.AspNetCore.HttpOverrides (2)
ForwardedHeadersOptions.cs (1)
94[Obsolete("Please use KnownIPNetworks instead. For more information, visit https://aka.ms/aspnet/deprecate/005.", DiagnosticId = "ASPDEPR005", UrlFormat = Obsoletions.AspNetCoreDeprecate005Url)]
IPNetwork.cs (1)
15[Obsolete("Please use System.Net.IPNetwork instead. For more information, visit https://aka.ms/aspnet/deprecate/005.", DiagnosticId = "ASPDEPR005", UrlFormat = Obsoletions.AspNetCoreDeprecate005Url)]
Microsoft.AspNetCore.Identity (3)
SecurityStampValidator.cs (2)
26[Obsolete("ISystemClock is obsolete, use TimeProvider on SecurityStampValidatorOptions instead.")] 70[Obsolete("ISystemClock is obsolete, use TimeProvider instead.")]
TwoFactorSecurityStampValidator.cs (1)
25[Obsolete("ISystemClock is obsolete, use TimeProvider on SecurityStampValidatorOptions instead.")]
Microsoft.AspNetCore.InternalTesting (7)
TestPathUtilities.cs (1)
9[Obsolete("This API is obsolete and the pattern its usage encouraged should not be used anymore. See https://github.com/dotnet/extensions/issues/1697 for details.")]
xunit\ConditionalTheoryDiscoverer.cs (1)
81[Obsolete]
xunit\OSSkipConditionAttribute.cs (1)
20[Obsolete("Use the Minimum/MaximumOSVersionAttribute for version checks.", error: true)]
xunit\SkippedTestCase.cs (1)
14[Obsolete("Called by the de-serializer; should only be called by deriving classes for de-serialization purposes")]
xunit\WindowsVersions.cs (1)
15[Obsolete("Use Win7 instead.", error: true)]
xunit\WORKAROUND_SkippedDataRowTestCase.cs (2)
21[Obsolete("Called by the de-serializer; should only be called by deriving classes for de-serialization purposes")] 32[Obsolete("Please call the constructor which takes TestMethodDisplayOptions")]
Microsoft.AspNetCore.JsonPatch.SystemTextJson (1)
Operations\OperationBase.cs (1)
63[Obsolete("This method is obsolete and will be removed in .NET 13. If you were calling this method, replace the call with 'operation.OperationType is OperationType.Move or OperationType.Copy'")]
Microsoft.AspNetCore.Mvc.Core (7)
Infrastructure\ActionContextAccessor.cs (1)
14[Obsolete("ActionContextAccessor is obsolete and will be removed in a future version. For more information, visit https://aka.ms/aspnet/deprecate/006.", DiagnosticId = "ASPDEPR006", UrlFormat = Obsoletions.AspNetCoreDeprecate006Url)]
Infrastructure\AmbiguousActionException.cs (1)
30[Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId = "SYSLIB0051", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")]
Infrastructure\IActionContextAccessor.cs (1)
14[Obsolete("IActionContextAccessor is obsolete and will be removed in a future version. For more information, visit https://aka.ms/aspnet/deprecate/006.", DiagnosticId = "ASPDEPR006", UrlFormat = Obsoletions.AspNetCoreDeprecate006Url)]
Infrastructure\PhysicalFileResultExecutor.cs (1)
104[Obsolete("This API is no longer called.")]
Infrastructure\VirtualFileResultExecutor.cs (1)
139[Obsolete("This API is no longer called.")]
ModelBinding\Binders\ComplexTypeModelBinder.cs (1)
18[Obsolete("This type is obsolete and will be removed in a future version. Use ComplexObjectModelBinder instead.")]
ModelBinding\Binders\ComplexTypeModelBinderProvider.cs (1)
14[Obsolete("This type is obsolete and will be removed in a future version. Use ComplexObjectModelBinderProvider instead.")]
Microsoft.AspNetCore.Mvc.NewtonsoftJson (1)
NewtonsoftJsonOutputFormatter.cs (1)
36[Obsolete("This constructor is obsolete and will be removed in a future version.")]
Microsoft.AspNetCore.Mvc.Razor (2)
Compilation\CompiledViewDescriptor.cs (1)
81[Obsolete("Use Item instead. RazorViewAttribute has been superseded by RazorCompiledItem and will not be used by the runtime.")]
Compilation\RazorViewAttribute.cs (1)
9[Obsolete("This attribute has been superseded by RazorCompiledItem and will not be used by the runtime.")]
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (5)
AssemblyPartExtensions.cs (1)
13[Obsolete("Razor runtime compilation is obsolete and is not recommended for production scenarios. For production scenarios, use the default build time compilation. For development scenarios, use Hot Reload instead. For more information, visit https://aka.ms/aspnet/deprecate/003.", DiagnosticId = "ASPDEPR003", UrlFormat = Obsoletions.AspNetCoreDeprecate003Url)]
DependencyInjection\RazorRuntimeCompilationMvcBuilderExtensions.cs (1)
12[Obsolete("Razor runtime compilation is obsolete and is not recommended for production scenarios. For production scenarios, use the default build time compilation. For development scenarios, use Hot Reload instead. For more information, visit https://aka.ms/aspnet/deprecate/003.", DiagnosticId = "ASPDEPR003", UrlFormat = Obsoletions.AspNetCoreDeprecate003Url)]
DependencyInjection\RazorRuntimeCompilationMvcCoreBuilderExtensions.cs (1)
24[Obsolete("Razor runtime compilation is obsolete and is not recommended for production scenarios. For production scenarios, use the default build time compilation. For development scenarios, use Hot Reload instead. For more information, visit https://aka.ms/aspnet/deprecate/003.", DiagnosticId = "ASPDEPR003", UrlFormat = Obsoletions.AspNetCoreDeprecate003Url)]
FileProviderRazorProjectItem.cs (1)
13[Obsolete("Razor runtime compilation is obsolete and is not recommended for production scenarios. For production scenarios, use the default build time compilation. For development scenarios, use Hot Reload instead. For more information, visit https://aka.ms/aspnet/deprecate/003.", DiagnosticId = "ASPDEPR003", UrlFormat = Obsoletions.AspNetCoreDeprecate003Url)]
MvcRazorRuntimeCompilationOptions.cs (1)
14[Obsolete("Razor runtime compilation is obsolete and is not recommended for production scenarios. For production scenarios, use the default build time compilation. For development scenarios, use Hot Reload instead. For more information, visit https://aka.ms/aspnet/deprecate/003.", DiagnosticId = "ASPDEPR003", UrlFormat = Obsoletions.AspNetCoreDeprecate003Url)]
Microsoft.AspNetCore.Mvc.RazorPages (4)
Infrastructure\DefaultPageLoader.cs (1)
34[Obsolete]
Infrastructure\IPageLoader.cs (1)
9[Obsolete("This type is obsolete. Use " + nameof(PageLoader) + " instead.")]
Infrastructure\PageLoader.cs (1)
20[Obsolete("This overload is obsolete and no longer called by the framework. Use the overload that includes an EndpointMetadataCollection.")]
Infrastructure\RazorPageAttribute.cs (1)
11[Obsolete("This attribute has been superseded by RazorCompiledItem and will not be used by the runtime.")]
Microsoft.AspNetCore.Mvc.Testing (2)
WebApplicationFactory.cs (2)
627[Obsolete("IWebHost, which this method uses, is obsolete. Use one of the overloads that takes an IServiceProvider instead. For more information, visit https://aka.ms/aspnet/deprecate/008.", DiagnosticId = "ASPDEPR008", UrlFormat = Obsoletions.AspNetCoreDeprecate008Url)] 924[Obsolete("IWebHost, which this method uses, is obsolete. Use one of the ctors that takes an IServiceProvider instead.", DiagnosticId = "ASPDEPR008", UrlFormat = Obsoletions.AspNetCoreDeprecate008Url)]
Microsoft.AspNetCore.OpenApi (2)
Extensions\OpenApiEndpointConventionBuilderExtensions.cs (2)
33[Obsolete("WithOpenApi is deprecated and will be removed in a future release. For more information, visit https://aka.ms/aspnet/deprecate/002.", DiagnosticId = "ASPDEPR002", UrlFormat = Obsoletions.AspNetCoreDeprecate002Url)] 53[Obsolete("WithOpenApi is deprecated and will be removed in a future release. For more information, visit https://aka.ms/aspnet/deprecate/002.", DiagnosticId = "ASPDEPR002", UrlFormat = Obsoletions.AspNetCoreDeprecate002Url)]
Microsoft.AspNetCore.OpenApi.SourceGenerators (2)
src\aspnetcore\src\Shared\HashCode.cs (2)
428[Obsolete("HashCode is a mutable struct and should not be compared with other HashCodes. Use ToHashCode to retrieve the computed hash code.", error: true)] 432[Obsolete("HashCode is a mutable struct and should not be compared with other HashCodes.", error: true)]
Microsoft.AspNetCore.Razor.Utilities.Shared (2)
src\roslyn\src\Dependencies\PooledObjects\PooledStringBuilder.cs (1)
59[System.Obsolete("Consider calling ToStringAndFree instead.")]
Utilities\Hashing\NonCryptographicHashAlgorithm.cs (1)
342[Obsolete("Use GetCurrentHash() to retrieve the computed hash code.", true)]
Microsoft.AspNetCore.Routing (3)
Matching\AmbiguousMatchException.cs (1)
19[Obsolete]
Patterns\RoutePatternException.cs (2)
19[Obsolete] 50[Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId = "SYSLIB0051", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")]
Microsoft.AspNetCore.Server.HttpSys (6)
RequestProcessing\Request.cs (6)
346[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 349[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 352[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 355[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 358[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 361[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)]
Microsoft.AspNetCore.Server.IIS (14)
BadHttpRequestException.cs (1)
7[Obsolete("Moved to Microsoft.AspNetCore.Http.BadHttpRequestException. See https://aka.ms/badhttprequestexception for details.")] // Never remove.
Core\IISHttpContext.cs (6)
125[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 127[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 129[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 131[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 133[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 135[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId)]
Core\IISHttpContext.FeatureCollection.cs (6)
416[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 419[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 422[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 425[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 428[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 431[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)]
HttpContextExtensions.cs (1)
23[Obsolete("This is obsolete and will be removed in a future version. Use " +
Microsoft.AspNetCore.Server.Kestrel.Core (15)
BadHttpRequestException.cs (1)
13[Obsolete("Moved to Microsoft.AspNetCore.Http.BadHttpRequestException. See https://aka.ms/badhttprequestexception for details.")] // Never remove.
HttpsConnectionAdapterOptions.cs (1)
110[Obsolete("Use ListenOptions.UseTlsClientHelloListener() instead.", error: false)]
Internal\TlsConnectionFeature.cs (6)
121[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 124[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 127[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 130[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 133[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 136[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)]
KestrelServerOptions.cs (1)
151[Obsolete($"This property is obsolete and will be removed in a future version. It no longer has any impact on runtime behavior. Use {nameof(Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions)}.{nameof(Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions.DisableAltSvcHeader)} to configure \"Alt-Svc\" behavior.", error: true)]
src\aspnetcore\src\Shared\runtime\Http2\Hpack\HPackDecodingException.cs (1)
25[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\aspnetcore\src\Shared\runtime\Http2\Hpack\HuffmanDecodingException.cs (3)
22[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 28[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 34[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\aspnetcore\src\Shared\runtime\Http3\QPack\QPackDecodingException.cs (1)
24[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\aspnetcore\src\Shared\runtime\Http3\QPack\QPackEncodingException.cs (1)
21[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
Microsoft.AspNetCore.SignalR.Common (1)
HubException.cs (1)
53[Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId = "SYSLIB0051", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")]
Microsoft.AspNetCore.SignalR.Specification.Tests (1)
HubLifetimeManagerTestBase.cs (1)
20[Obsolete("This API is obsolete and will be removed in a future version. Use CreateNewHubLifetimeManager in tests instead.")]
Microsoft.AspNetCore.SpaServices.Extensions (3)
AngularCli\AngularCliBuilder.cs (1)
20[Obsolete("Prerendering is no longer supported out of box")]
Prerendering\ISpaPrerendererBuilder.cs (1)
11[Obsolete("Prerendering is no longer supported out of box")]
Prerendering\SpaPrerenderingOptions.cs (1)
14[Obsolete("Prerendering is no longer supported out of box")]
Microsoft.AspNetCore.TestHost (5)
TestServer.cs (3)
84[Obsolete("IWebHost, which this method uses, is obsolete. Use one of the ctors that takes an IServiceProvider instead. For more information, visit https://aka.ms/aspnet/deprecate/008.", DiagnosticId = "ASPDEPR008", UrlFormat = Obsoletions.AspNetCoreDeprecate008Url)] 95[Obsolete("IWebHost, which this method uses, is obsolete. Use one of the ctors that takes an IServiceProvider instead. For more information, visit https://aka.ms/aspnet/deprecate/008.", DiagnosticId = "ASPDEPR008", UrlFormat = Obsoletions.AspNetCoreDeprecate008Url)] 117[Obsolete("IWebHost is obsolete. Use IHost instead. For more information, visit https://aka.ms/aspnet/deprecate/008.", DiagnosticId = "ASPDEPR008", UrlFormat = Obsoletions.AspNetCoreDeprecate008Url)]
WebHostBuilderExtensions.cs (2)
57[Obsolete("IWebHost is obsolete. Use IHost instead. For more information, visit https://aka.ms/aspnet/deprecate/008.", DiagnosticId = "ASPDEPR008", UrlFormat = Obsoletions.AspNetCoreDeprecate008Url)] 68[Obsolete("IWebHost is obsolete. Use IHost instead. For more information, visit https://aka.ms/aspnet/deprecate/008.", DiagnosticId = "ASPDEPR008", UrlFormat = Obsoletions.AspNetCoreDeprecate008Url)]
Microsoft.AspNetCore.WebSockets (3)
ExtendedWebSocketAcceptContext.cs (2)
11[Obsolete("This type is obsolete and will be removed in a future version. The recommended alternative is Microsoft.AspNetCore.Http.WebSocketAcceptContext.")] 20[Obsolete("Setting this property has no effect. It will be removed in a future version.")]
WebSocketOptions.cs (1)
61[Obsolete("Setting this property has no effect. It will be removed in a future version.")]
Microsoft.Build (25)
BackEnd\Components\Communications\NodeFailedToLaunchException.cs (2)
55[Obsolete(DiagnosticId = "SYSLIB0051")] 90[Obsolete(DiagnosticId = "SYSLIB0051")]
BackEnd\Components\ProjectCache\Experimental\CacheContext.cs (1)
19[Obsolete("This class was moved to Microsoft.Build.ProjectCache namespace")]
BackEnd\Components\ProjectCache\Experimental\CacheResult.cs (2)
16[Obsolete("This class was moved to Microsoft.Build.ProjectCache namespace")] 47[Obsolete("This class was moved to Microsoft.Build.ProjectCache namespace")]
BackEnd\Components\ProjectCache\Experimental\FileAccessContext.cs (1)
8[System.Obsolete("This struct was moved to Microsoft.Build.ProjectCache namespace")]
BackEnd\Components\ProjectCache\Experimental\PluginLoggerBase.cs (1)
11[System.Obsolete("This class was moved to Microsoft.Build.ProjectCache namespace")]
BackEnd\Components\ProjectCache\Experimental\PluginTargetResult.cs (1)
14[System.Obsolete("This struct was moved to Microsoft.Build.ProjectCache namespace")]
BackEnd\Components\ProjectCache\Experimental\ProjectCacheException.cs (1)
16[System.Obsolete("This class was moved to Microsoft.Build.ProjectCache namespace")]
BackEnd\Components\ProjectCache\Experimental\ProjectCachePluginBase.cs (1)
17[Obsolete("This class was moved to Microsoft.Build.ProjectCache namespace")]
BackEnd\Components\ProjectCache\Experimental\ProxyTargets.cs (1)
20[Obsolete("This class was moved to Microsoft.Build.ProjectCache namespace")]
BackEnd\Components\ProjectCache\ProjectCacheDescriptor.cs (1)
36[Obsolete("Microsoft.Build.Experimental.ProjectCachePluginBase was moved to Microsoft.Build.ProjectCache, migrate your plugins and use the new type instead.")]
BackEnd\Shared\BuildAbortedException.cs (2)
95[Obsolete(DiagnosticId = "SYSLIB0051")] 117[Obsolete(DiagnosticId = "SYSLIB0051")]
BackEnd\Shared\CircularDependencyException.cs (1)
43[Obsolete(DiagnosticId = "SYSLIB0051")]
BuildCheck\API\IBuildCheckRegistrationContext.cs (1)
12[Obsolete("Use RegisterEvaluatedItemsAction to obtain evaluated items of a project.", false)]
BuildCheck\OM\ParsedItemsCheckData.cs (1)
47[Obsolete("Use EvaluatedItemsData for access to evaluated items.", false)]
Errors\InternalLoggerException.cs (2)
113[Obsolete(DiagnosticId = "SYSLIB0051")] 134[Obsolete(DiagnosticId = "SYSLIB0051")]
Errors\InvalidProjectFileException.cs (2)
89[Obsolete(DiagnosticId = "SYSLIB0051")] 115[Obsolete(DiagnosticId = "SYSLIB0051")]
Errors\InvalidToolsetDefinitionException.cs (2)
59[Obsolete(DiagnosticId = "SYSLIB0051")] 102[Obsolete(DiagnosticId = "SYSLIB0051")]
Errors\RegistryException.cs (1)
61[Obsolete(DiagnosticId = "SYSLIB0051")]
src\msbuild\artifacts\.packages\microsoft.codeanalysis.pooledobjects\5.0.0-1.25277.114\contentFiles\cs\netstandard2.0\PooledStringBuilder.cs (1)
55[System.Obsolete("Consider calling ToStringAndFree instead.")]
Microsoft.Build.Framework (4)
BuildException\BuildExceptionBase.cs (1)
34[Obsolete(DiagnosticId = "SYSLIB0051")]
InternalErrorException.cs (1)
79[Obsolete(DiagnosticId = "SYSLIB0051")]
LoggerException.cs (2)
85[Obsolete(DiagnosticId = "SYSLIB0051")] 104[Obsolete(DiagnosticId = "SYSLIB0051")]
Microsoft.Build.Tasks.Core (13)
AppConfig\AppConfigException.cs (1)
67[Obsolete(DiagnosticId = "SYSLIB0051")]
AssemblyDependency\BadImageReferenceException.cs (1)
28[Obsolete(DiagnosticId = "SYSLIB0051")]
AssemblyDependency\DependencyResolutionException.cs (1)
28[Obsolete(DiagnosticId = "SYSLIB0051")]
AssemblyDependency\InvalidReferenceAssemblyNameException.cs (1)
30[Obsolete(DiagnosticId = "SYSLIB0051")]
AssemblyDependency\ReferenceResolutionException.cs (1)
28[Obsolete(DiagnosticId = "SYSLIB0051")]
CodeTaskFactory.cs (1)
1135[Obsolete("The CodeTaskFactory is not supported on .NET Core. This class is included so that users receive run-time errors and should not be used for any other purpose.", error: true)]
FileIO\WriteLinesToFile.cs (1)
81[Obsolete]
GenerateResource.cs (1)
4061[Obsolete(DiagnosticId = "SYSLIB0051")]
InvalidParameterValueException.cs (1)
42[Obsolete(DiagnosticId = "SYSLIB0051")]
ResourceHandling\InputFormatNotSupportedException.cs (1)
27[Obsolete(DiagnosticId = "SYSLIB0051")]
ResourceHandling\MSBuildResXException.cs (1)
26[Obsolete(DiagnosticId = "SYSLIB0051")]
ResourceHandling\PreserializedResourceWriterRequiredException.cs (1)
16[Obsolete(DiagnosticId = "SYSLIB0051")]
XamlTaskFactory\XamlTaskFactory.cs (1)
269[Obsolete("The XamlTaskFactory is not supported on .NET Core. This class is included so that users receive run-time errors and should not be used for any other purpose.", error: true)]
Microsoft.Build.Utilities.Core (8)
AppDomainIsolatedTask.cs (2)
20[Obsolete("AppDomains are no longer supported in .NET Core or .NET 5.0 or higher.")] 123[Obsolete("AppDomains are no longer supported in .NET Core or .NET 5.0 or higher.")]
ToolLocationHelper.cs (5)
3412[Obsolete("Consider using GetPlatformSDKLocation instead")] 3424[Obsolete("Consider using GetPlatformSDKLocationFile instead")] 3442[Obsolete("Consider using GetPlatformSDKLocationFile instead")] 3461[Obsolete("Consider using GetPlatformSDKLocationFile instead")] 3499[Obsolete("Consider using GetPlatformSDKLocationFile instead")]
ToolTask.cs (1)
285[Obsolete("Use EnvironmentVariables property")]
Microsoft.CodeAnalysis (50)
Compilation\Compilation.cs (2)
3067[Obsolete("UpdatedMethods is now part of EmitDifferenceResult, so you should use an overload that doesn't take it.")] 3087[Obsolete("UpdatedMethods is now part of EmitDifferenceResult, so you should use an overload that doesn't take it.")]
Compilation\CompilationOptions.cs (2)
249[Obsolete] 554[Obsolete]
DiagnosticAnalyzer\AnalyzerFileReference.cs (1)
129[Obsolete("Use GetGenerators(string language) or GetGeneratorsForAllLanguages()")]
DiagnosticAnalyzer\AnalyzerReference.cs (1)
69[Obsolete("Use GetGenerators(string language) or GetGeneratorsForAllLanguages()")]
DiagnosticAnalyzer\CompilationWithAnalyzers.cs (6)
65[Obsolete("This CancellationToken is always 'None'", error: false)] 70[Obsolete("Use constructor without a cancellation token")] 318[Obsolete("This API was found to have performance issues and hence has been deprecated. Instead, invoke the API 'GetAnalysisResultAsync' and access the property 'CompilationDiagnostics' on the returned 'AnalysisResult' to fetch the compilation diagnostics.")] 329[Obsolete("This API was found to have performance issues and hence has been deprecated. Instead, invoke the API 'GetAnalysisResultAsync' and access the property 'CompilationDiagnostics' on the returned 'AnalysisResult' to fetch the compilation diagnostics.")] 1219[Obsolete("This API is no longer supported. See https://github.com/dotnet/roslyn/issues/67592 for details")] 1270[Obsolete("This API is no longer required to be invoked. Analyzer state is automatically cleaned up when CompilationWithAnalyzers instance is released.")]
DiagnosticAnalyzer\DiagnosticAnalysisContext.cs (12)
589[Obsolete("Use CompilationWithAnalyzers instead. See https://github.com/dotnet/roslyn/issues/63440 for more details.")] 728[Obsolete("Use CompilationWithAnalyzers instead. See https://github.com/dotnet/roslyn/issues/63440 for more details.")] 821[Obsolete("Use CompilationWithAnalyzers instead. See https://github.com/dotnet/roslyn/issues/63440 for more details.")] 910[Obsolete("Use CompilationWithAnalyzers instead. See https://github.com/dotnet/roslyn/issues/63440 for more details.")] 1077[Obsolete("Use CompilationWithAnalyzers instead. See https://github.com/dotnet/roslyn/issues/63440 for more details.")] 1188[Obsolete("Use CompilationWithAnalyzers instead. See https://github.com/dotnet/roslyn/issues/63440 for more details.")] 1298[Obsolete("Use CompilationWithAnalyzers instead. See https://github.com/dotnet/roslyn/issues/63440 for more details.")] 1441[Obsolete("Use CompilationWithAnalyzers instead. See https://github.com/dotnet/roslyn/issues/63440 for more details.")] 1556[Obsolete("Use CompilationWithAnalyzers instead. See https://github.com/dotnet/roslyn/issues/63440 for more details.")] 1726[Obsolete("Use CompilationWithAnalyzers instead. See https://github.com/dotnet/roslyn/issues/63440 for more details.")] 1732[Obsolete("Use CompilationWithAnalyzers instead. See https://github.com/dotnet/roslyn/issues/63440 for more details.")] 1832[Obsolete("Use CompilationWithAnalyzers instead. See https://github.com/dotnet/roslyn/issues/63440 for more details.")]
DiagnosticAnalyzer\DiagnosticAnalyzerExtensions.cs (1)
15[Obsolete("Use WithAnalyzers overload without a cancellation token", error: false)]
DocumentationCommentId.cs (1)
34[Obsolete("Do not use Free, Use ClearAndFree instead.", error: true)]
Emit\EditAndContinue\EmitBaseline.cs (2)
82[Obsolete("This overload is no longer supported", error: true)] 87[Obsolete("This overload is no longer supported", error: true)]
Emit\RuntimeRudeEdit.cs (1)
24[Obsolete("Specify errorCode")]
Emit\SemanticEdit.cs (2)
63[Obsolete("Use other overload")] 72[Obsolete("Use other overload")]
Generated\OperationKind.Generated.cs (1)
128[Obsolete("ICollectionElementInitializerOperation has been replaced with " + nameof(IInvocationOperation) + " and " + nameof(IDynamicInvocationOperation), error: true)]
Generated\Operations.Generated.cs (3)
1777[Obsolete("ICollectionElementInitializerOperation has been replaced with " + nameof(IInvocationOperation) + " and " + nameof(IDynamicInvocationOperation), error: true)] 11541[Obsolete("ICollectionElementInitializerOperation has been replaced with " + nameof(IInvocationOperation) + " and " + nameof(IDynamicInvocationOperation), error: true)] 11681[Obsolete("ICollectionElementInitializerOperation has been replaced with " + nameof(IInvocationOperation) + " and " + nameof(IDynamicInvocationOperation), error: true)]
Hashing\NonCryptographicHashAlgorithm.cs (1)
343[Obsolete("Use GetCurrentHash() to retrieve the computed hash code.", true)]
MetadataReference\MetadataReference.cs (2)
297[Obsolete("Use CreateFromFile(assembly.Location) instead", error: true)] 325[Obsolete("Use CreateFromFile(assembly.Location) instead", error: true)]
Operations\IOperation.cs (1)
50[Obsolete($"This API has performance penalties, please use {nameof(ChildOperations)} instead.", error: false)]
SourceCodeKind.cs (1)
30[Obsolete("Use Script instead", error: false)]
SourceGeneration\ISourceGenerator.cs (2)
31[Obsolete("ISourceGenerator is deprecated and should not be implemented. Please implement IIncrementalGenerator instead. See https://github.com/dotnet/roslyn/blob/main/docs/features/incremental-generators.md.")] 48[Obsolete("ISourceGenerator is deprecated and should not be implemented. Please implement IIncrementalGenerator instead. See https://github.com/dotnet/roslyn/blob/main/docs/features/incremental-generators.md.")]
src\roslyn\src\Dependencies\PooledObjects\PooledStringBuilder.cs (1)
59[System.Obsolete("Consider calling ToStringAndFree instead.")]
Syntax\InternalSyntax\ChildSyntaxList.Reversed.cs (1)
28[Obsolete("For debugging", error: true)]
Syntax\InternalSyntax\SeparatedSyntaxList.cs (1)
109[Obsolete("For debugging only", true)]
Syntax\SeparatedSyntaxList.cs (1)
637[Obsolete("This method is preserved for binary compatibility only. Use explicit cast instead.", error: true)]
Syntax\SyntaxList`1.cs (1)
486[Obsolete("This method is preserved for binary compatibility only. Use explicit cast instead.", error: true)]
Syntax\SyntaxNode.cs (1)
1434[Obsolete(SerializationDeprecationException.Text, error: true)]
Syntax\SyntaxTree.cs (2)
83[Obsolete("Obsolete due to performance problems, use CompilationOptions.SyntaxTreeOptionsProvider instead", error: false)] 406[Obsolete("Obsolete due to performance problems, use CompilationOptions.SyntaxTreeOptionsProvider instead", error: false)]
Microsoft.CodeAnalysis.Analyzers (18)
FixAnalyzers\FixerWithFixAllAnalyzer.Fixer.cs (1)
26[method: Obsolete("This exported object must be obtained through the MEF export provider.", error: true)]
MetaAnalyzers\Fixers\AnalyzerReleaseTrackingFix.cs (1)
28[method: Obsolete("This exported object must be obtained through the MEF export provider.", error: true)]
MetaAnalyzers\Fixers\DefineDiagnosticDescriptorArgumentsCorrectlyFix.cs (1)
24[method: Obsolete("This exported object must be obtained through the MEF export provider.", error: true)]
src\roslyn\src\Compilers\Core\Portable\Hashing\NonCryptographicHashAlgorithm.cs (1)
343[Obsolete("Use GetCurrentHash() to retrieve the computed hash code.", true)]
src\roslyn\src\Dependencies\PooledObjects\PooledStringBuilder.cs (1)
59[System.Obsolete("Consider calling ToStringAndFree instead.")]
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\CodeAnalysisMetricData.cs (2)
185[Obsolete("Use ComputeAsync(CodeMetricsAnalysisContext) instead.")] 225[Obsolete("Use ComputeAsync(ISymbol, CodeMetricsAnalysisContext) instead.")]
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\RoslynHashCode.cs (2)
433[Obsolete("HashCode is a mutable struct and should not be compared with other HashCodes. Use ToHashCode to retrieve the computed hash code.", error: true)] 437[Obsolete("HashCode is a mutable struct and should not be compared with other HashCodes.", error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EmbeddedLanguages\VirtualChars\VirtualCharSequence.cs (1)
171[Obsolete("Only around for ASP.NET compatibility. Do not use anymore.", error: false)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Rules\CompatAbstractFormattingRule.cs (6)
15[Obsolete("Do not call this method directly (it will Stack Overflow).", error: true)] 23[Obsolete("Do not call this method directly (it will Stack Overflow).", error: true)] 31[Obsolete("Do not call this method directly (it will Stack Overflow).", error: true)] 39[Obsolete("Do not call this method directly (it will Stack Overflow).", error: true)] 47[Obsolete("Do not call this method directly (it will Stack Overflow).", error: true)] 57[Obsolete("Do not call this method directly (it will Stack Overflow).", error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SpecializedTasks.cs (1)
22[Obsolete("Use Task.CompletedTask instead which is available in the framework.")]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\SemanticModelReuse\SemanticModelReuseWorkspaceServiceFactory.cs (1)
16[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Microsoft.CodeAnalysis.AnalyzerUtilities (14)
src\roslyn\src\Compilers\Core\Portable\Hashing\NonCryptographicHashAlgorithm.cs (1)
343[Obsolete("Use GetCurrentHash() to retrieve the computed hash code.", true)]
src\roslyn\src\Dependencies\PooledObjects\PooledStringBuilder.cs (1)
59[System.Obsolete("Consider calling ToStringAndFree instead.")]
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\CodeAnalysisMetricData.cs (2)
185[Obsolete("Use ComputeAsync(CodeMetricsAnalysisContext) instead.")] 225[Obsolete("Use ComputeAsync(ISymbol, CodeMetricsAnalysisContext) instead.")]
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\RoslynHashCode.cs (2)
433[Obsolete("HashCode is a mutable struct and should not be compared with other HashCodes. Use ToHashCode to retrieve the computed hash code.", error: true)] 437[Obsolete("HashCode is a mutable struct and should not be compared with other HashCodes.", error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EmbeddedLanguages\VirtualChars\VirtualCharSequence.cs (1)
171[Obsolete("Only around for ASP.NET compatibility. Do not use anymore.", error: false)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Rules\CompatAbstractFormattingRule.cs (6)
15[Obsolete("Do not call this method directly (it will Stack Overflow).", error: true)] 23[Obsolete("Do not call this method directly (it will Stack Overflow).", error: true)] 31[Obsolete("Do not call this method directly (it will Stack Overflow).", error: true)] 39[Obsolete("Do not call this method directly (it will Stack Overflow).", error: true)] 47[Obsolete("Do not call this method directly (it will Stack Overflow).", error: true)] 57[Obsolete("Do not call this method directly (it will Stack Overflow).", error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SpecializedTasks.cs (1)
22[Obsolete("Use Task.CompletedTask instead which is available in the framework.")]
Microsoft.CodeAnalysis.CodeStyle (10)
src\roslyn\src\Compilers\Core\Portable\Hashing\NonCryptographicHashAlgorithm.cs (1)
343[Obsolete("Use GetCurrentHash() to retrieve the computed hash code.", true)]
src\roslyn\src\Dependencies\PooledObjects\PooledStringBuilder.cs (1)
59[System.Obsolete("Consider calling ToStringAndFree instead.")]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EmbeddedLanguages\VirtualChars\VirtualCharSequence.cs (1)
171[Obsolete("Only around for ASP.NET compatibility. Do not use anymore.", error: false)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Rules\CompatAbstractFormattingRule.cs (6)
15[Obsolete("Do not call this method directly (it will Stack Overflow).", error: true)] 23[Obsolete("Do not call this method directly (it will Stack Overflow).", error: true)] 31[Obsolete("Do not call this method directly (it will Stack Overflow).", error: true)] 39[Obsolete("Do not call this method directly (it will Stack Overflow).", error: true)] 47[Obsolete("Do not call this method directly (it will Stack Overflow).", error: true)] 57[Obsolete("Do not call this method directly (it will Stack Overflow).", error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SpecializedTasks.cs (1)
22[Obsolete("Use Task.CompletedTask instead which is available in the framework.")]
Microsoft.CodeAnalysis.CodeStyle.Fixes (6)
src\roslyn\src\Analyzers\Core\CodeFixes\NewLines\ConsecutiveStatementPlacement\ConsecutiveStatementPlacementCodeFixProvider.cs (1)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\Core\CodeFixes\NewLines\MultipleBlankLines\AbstractMultipleBlankLinesCodeFixProvider.cs (1)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\Core\CodeFixes\RemoveUnnecessarySuppressions\RemoveUnnecessaryAttributeSuppressionsCodeFixProvider.cs (1)
20[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\Core\CodeFixes\UpdateLegacySuppressions\UpdateLegacySuppressionsCodeFixProvider.cs (1)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\Core\CodeFixes\UseExplicitTupleName\UseExplicitTupleNameCodeFixProvider.cs (1)
20[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\SemanticModelReuse\SemanticModelReuseWorkspaceServiceFactory.cs (1)
16[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Microsoft.CodeAnalysis.CSharp (45)
Binder\EarlyWellKnownAttributeBinder.cs (1)
41[Obsolete("EarlyWellKnownAttributeBinder has a better overload - GetAttribute(AttributeSyntax, NamedTypeSymbol, out bool)", true)]
Binder\WithExternAndUsingAliasesBinder.cs (1)
92[Obsolete("Use other overloads", error: true)]
Compilation\CSharpCompilation.cs (1)
2514[Obsolete("Compilation.IsSymbolAccessibleWithin is not designed for use within the compilers", true)]
CSharpCompilationOptions.cs (1)
686[Obsolete]
FlowAnalysis\DefiniteAssignment.VariableIdentifier.cs (2)
93[Obsolete] 99[Obsolete]
FlowAnalysis\NullableWalker.cs (1)
4819[Obsolete("Use VisitCollectionElementInitializer(BoundCollectionElementInitializer node, TypeSymbol containingType, bool delayCompletionForType) instead.", true)]
Parser\LanguageParser.cs (1)
14334[Obsolete("Use IsIncrementalAndFactoryContextMatches")]
Symbols\Synthesized\GeneratedNameKind.cs (5)
57[Obsolete] 59[Obsolete] 61[Obsolete] 63[Obsolete] 65[Obsolete]
Symbols\TypeSymbol.cs (7)
2472[Obsolete("Use TypeWithAnnotations.Is method.", true)] 2490[Obsolete("Use 'TypeSymbol.Equals(TypeSymbol, TypeSymbol, TypeCompareKind)' method.", true)] 2494[Obsolete("Use 'TypeSymbol.Equals(TypeSymbol, TypeSymbol, TypeCompareKind)' method.", true)] 2498[Obsolete("Use 'TypeSymbol.Equals(TypeSymbol, TypeSymbol, TypeCompareKind)' method.", true)] 2502[Obsolete("Use 'TypeSymbol.Equals(TypeSymbol, TypeSymbol, TypeCompareKind)' method.", true)] 2506[Obsolete("Use 'TypeSymbol.Equals(TypeSymbol, TypeSymbol, TypeCompareKind)' method.", true)] 2510[Obsolete("Use 'TypeSymbol.Equals(TypeSymbol, TypeSymbol, TypeCompareKind)' method.", true)]
Symbols\TypeWithAnnotations.cs (2)
758[Obsolete("Unsupported", error: true)] 767[Obsolete("Unsupported", error: true)]
Syntax\CSharpSyntaxNode.cs (1)
184[Obsolete(SerializationDeprecationException.Text, error: true)]
Syntax\CSharpSyntaxTree.cs (6)
328[Obsolete("The diagnosticOptions and isGeneratedCode parameters are obsolete due to performance problems, if you are using them use CompilationOptions.SyntaxTreeOptionsProvider instead", error: false)] 449[Obsolete("The diagnosticOptions and isGeneratedCode parameters are obsolete due to performance problems, if you are using them use CompilationOptions.SyntaxTreeOptionsProvider instead", error: false)] 488[Obsolete("The diagnosticOptions and isGeneratedCode parameters are obsolete due to performance problems, if you are using them use CompilationOptions.SyntaxTreeOptionsProvider instead", error: false)] 901[Obsolete("The diagnosticOptions parameter is obsolete due to performance problems, if you are passing non-null use CompilationOptions.SyntaxTreeOptionsProvider instead", error: false)] 912[Obsolete("The diagnosticOptions parameter is obsolete due to performance problems, if you are passing non-null use CompilationOptions.SyntaxTreeOptionsProvider instead", error: false)] 924[Obsolete("The diagnosticOptions parameter is obsolete due to performance problems, if you are passing non-null use CompilationOptions.SyntaxTreeOptionsProvider instead", error: false)]
Syntax\CSharpSyntaxTree.Dummy.cs (1)
59[Obsolete("Obsolete due to performance problems, use CompilationOptions.SyntaxTreeOptionsProvider instead", error: false)]
Syntax\CSharpSyntaxTree.LazySyntaxTree.cs (2)
101[Obsolete("Obsolete due to performance problems, use CompilationOptions.SyntaxTreeOptionsProvider instead", error: false)] 154[Obsolete("Obsolete due to performance problems, use CompilationOptions.SyntaxTreeOptionsProvider instead", error: false)]
Syntax\CSharpSyntaxTree.ParsedSyntaxTree.cs (2)
115[Obsolete("Obsolete due to performance problems, use CompilationOptions.SyntaxTreeOptionsProvider instead", error: false)] 161[Obsolete("Obsolete due to performance problems, use CompilationOptions.SyntaxTreeOptionsProvider instead", error: false)]
Syntax\IndexerDeclarationSyntax.cs (2)
14[Obsolete("This member is obsolete.", true)] 24[Obsolete("This member is obsolete.", true)]
Syntax\PropertyDeclarationSyntax.cs (2)
14[Obsolete("This member is obsolete.", true)] 24[Obsolete("This member is obsolete.", true)]
Syntax\SyntaxFactory.cs (6)
113[Obsolete("Use SyntaxFactory.EndOfLine or SyntaxFactory.ElasticEndOfLine")] 141[Obsolete("Use SyntaxFactory.Whitespace or SyntaxFactory.ElasticWhitespace")] 2828[Obsolete("The diagnosticOptions parameter is obsolete due to performance problems, if you are passing non-null use CompilationOptions.SyntaxTreeOptionsProvider instead", error: false)] 2842[Obsolete("The diagnosticOptions parameter is obsolete due to performance problems, if you are passing non-null use CompilationOptions.SyntaxTreeOptionsProvider instead", error: false)] 2856[Obsolete("The diagnosticOptions and isGeneratedCode parameters are obsolete due to performance problems, if you are using them use CompilationOptions.SyntaxTreeOptionsProvider instead", error: false)] 2871[Obsolete("The diagnosticOptions and isGeneratedCode parameters are obsolete due to performance problems, if you are using them use CompilationOptions.SyntaxTreeOptionsProvider instead", error: false)]
Syntax\SyntaxFacts.cs (1)
437[System.Obsolete("IsLambdaBody API is obsolete", true)]
Microsoft.CodeAnalysis.CSharp.Analyzers (5)
MetaAnalyzers\Fixers\CSharpApplyDiagnosticAnalyzerAttributeFix.cs (1)
15[method: Obsolete("This exported object must be obtained through the MEF export provider.", error: true)]
MetaAnalyzers\Fixers\CSharpCompareSymbolsCorrectlyFix.cs (1)
16[method: Obsolete("This exported object must be obtained through the MEF export provider.", error: true)]
MetaAnalyzers\Fixers\CSharpConfigureGeneratedCodeAnalysisFix.cs (1)
17[method: Obsolete("This exported object must be obtained through the MEF export provider.", error: true)]
MetaAnalyzers\Fixers\CSharpEnableConcurrentExecutionFix.cs (1)
17[method: Obsolete("This exported object must be obtained through the MEF export provider.", error: true)]
MetaAnalyzers\Fixers\CSharpPreferIsKindFix.cs (1)
19[method: Obsolete("This exported object must be obtained through the MEF export provider.", error: true)]
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (99)
src\00343610d453c654\CSharpVirtualCharLanguageServiceFactory.cs (1)
17[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\4f0789c9734b88bf\CSharpInitializeParameterService.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\50a3a051b0fef0d6\CSharpReplaceDiscardDeclarationsWithAssignmentsService.cs (1)
31[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\AddAccessibilityModifiers\CSharpAddAccessibilityModifiersService.cs (1)
14[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\AddInheritdoc\AddInheritdocCodeFixProvider.cs (1)
26[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\AddObsoleteAttribute\CSharpAddObsoleteAttributeCodeFixProvider.cs (1)
17[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\AssignOutParameters\AssignOutParametersAboveReturnCodeFixProvider.cs (1)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\AssignOutParameters\AssignOutParametersAtStartCodeFixProvider.cs (1)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\ConflictMarkerResolution\CSharpResolveConflictMarkerCodeFixProvider.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\ConvertNamespace\ConvertNamespaceCodeFixProvider.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\ConvertSwitchStatementToExpression\ConvertSwitchStatementToExpressionCodeFixProvider.cs (1)
29[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\ConvertToAsync\CSharpConvertToAsyncMethodCodeFixProvider.cs (1)
20[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\ConvertToRecord\CSharpConvertToRecordCodeFixProvider.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\DisambiguateSameVariable\CSharpDisambiguateSameVariableCodeFixProvider.cs (1)
29[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\FileHeaders\CSharpFileHeaderCodeFixProvider.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\FixIncorrectConstraint\CSharpFixIncorrectConstraintCodeFixProvider.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\FixReturnType\CSharpFixReturnTypeCodeFixProvider.cs (1)
27[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\ForEachCast\CSharpForEachCastCodeFixProvider.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\Formatting\CSharpFormattingCodeFixProvider.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\GenerateConstructor\CSharpGenerateConstructorService.cs (1)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\GenerateDefaultConstructors\CSharpGenerateDefaultConstructorsCodeFixProvider.cs (1)
17[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\GenerateDefaultConstructors\CSharpGenerateDefaultConstructorsService.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\GenerateEnumMember\CSharpGenerateEnumMemberService.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\GenerateParameterizedMember\CSharpGenerateConversionService.cs (1)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\GenerateParameterizedMember\CSharpGenerateDeconstructMethodService.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\GenerateParameterizedMember\CSharpGenerateMethodService.cs (1)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\HiddenExplicitCast\CSharpHiddenExplicitCastCodeFixProvider.cs (1)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\ImplementInterface\CSharpImplementInterfaceService.cs (1)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\MakeAnonymousFunctionStatic\CSharpMakeAnonymousFunctionStaticCodeFixProvider.cs (1)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\MakeMemberRequired\CSharpMakeMemberRequiredCodeFixProvider.cs (1)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\MakeMemberStatic\CSharpMakeMemberStaticCodeFixProvider.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\MakeStatementAsynchronous\CSharpMakeStatementAsynchronousCodeFixProvider.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\MakeStructFieldsWritable\CSharpMakeStructFieldsWritableCodeFixProvider.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\MakeStructMemberReadOnly\CSharpMakeStructMemberReadOnlyCodeFixProvider.cs (1)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\MakeStructReadOnly\CSharpMakeStructReadOnlyCodeFixProvider.cs (1)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\MakeTypePartial\CSharpMakeTypePartialCodeFixProvider.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\MatchFolderAndNamespace\CSharpChangeNamespaceToMatchFolderCodeFixProvider.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\NewLines\ArrowExpressionClausePlacement\ArrowExpressionClausePlacementCodeFixProvider.cs (1)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\NewLines\ConditionalExpressionPlacement\ConditionalExpressionPlacementCodeFixProvider.cs (1)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\NewLines\ConsecutiveBracePlacement\ConsecutiveBracePlacementCodeFixProvider.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\NewLines\ConstructorInitializerPlacement\ConstructorInitializerPlacementCodeFixProvider.cs (1)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\NewLines\EmbeddedStatementPlacement\EmbeddedStatementPlacementCodeFixProvider.cs (1)
27[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\RemoveConfusingSuppression\CSharpRemoveConfusingSuppressionCodeFixProvider.cs (1)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\RemoveUnneccessaryUnsafeModifier\CSharpRemoveUnnecessaryUnsafeModifierCodeFixProvider.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\RemoveUnnecessaryDiscardDesignation\CSharpRemoveUnnecessaryDiscardDesignationCodeFixProvider.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\RemoveUnnecessaryLambdaExpression\CSharpRemoveUnnecessaryLambdaExpressionCodeFixProvider.cs (1)
28[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\RemoveUnnecessaryNullableDirective\CSharpRemoveUnnecessaryNullableDirectiveCodeFixProvider.cs (1)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\RemoveUnreachableCode\CSharpRemoveUnreachableCodeCodeFixProvider.cs (1)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\RemoveUnusedMembers\CSharpRemoveUnusedMembersCodeFixProvider.cs (1)
17[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\SimplifyPropertyAccessor\CSharpSimplifyPropertyAccessorCodeFixProvider.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\SimplifyPropertyPattern\CSharpSimplifyPropertyPatternCodeFixProvider.cs (1)
26[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\TransposeRecordKeyword\CSharpTransposeRecordKeywordCodeFixProvider.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\UnsealClass\CSharpUnsealClassCodeFixProvider.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseCoalesceExpression\CSharpUseCoalesceExpressionForIfNullStatementCheckCodeFixProvider.cs (1)
17[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseCollectionExpression\CSharpUseCollectionExpressionForArrayCodeFixProvider.cs (1)
26[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseCollectionExpression\CSharpUseCollectionExpressionForBuilderCodeFixProvider.cs (1)
29[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseCollectionExpression\CSharpUseCollectionExpressionForCreateCodeFixProvider.cs (1)
27[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseCollectionExpression\CSharpUseCollectionExpressionForEmptyCodeFixProvider.cs (1)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseCollectionExpression\CSharpUseCollectionExpressionForFluentCodeFixProvider.cs (1)
35[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseCollectionExpression\CSharpUseCollectionExpressionForNewCodeFixProvider.cs (1)
28[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseCollectionExpression\CSharpUseCollectionExpressionForStackAllocCodeFixProvider.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseCompoundAssignment\CSharpUseCompoundAssignmentCodeFixProvider.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseConditionalExpression\CSharpUseConditionalExpressionForAssignmentCodeFixProvider.cs (1)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseDeconstruction\CSharpUseDeconstructionCodeFixProvider.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseDefaultLiteral\CSharpUseDefaultLiteralCodeFixProvider.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseExplicitArrayInExpressionTree\CSharpUseExplicitArrayInExpressionTreeCodeFixProvider.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseExpressionBody\UseExpressionBodyCodeFixProvider.cs (1)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseImplicitlyTypedLambdaExpression\CSharpUseImplicitObjectCreationCodeFixProvider.cs (1)
27[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseImplicitObjectCreation\CSharpUseImplicitObjectCreationCodeFixProvider.cs (1)
31[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseIndexOrRangeOperator\CSharpUseRangeOperatorCodeFixProvider.cs (1)
33[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseIsNullCheck\CSharpUseNullCheckOverTypeCheckCodeFixProvider.cs (1)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseLabeledJumpStatements\CSharpUseLabeledJumpStatementsCodeFixProvider.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseNameofInAttribute\CSharpUseNameofInAttributeCodeFixProvider.cs (1)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\UsePatternMatching\CSharpAsAndMemberAccessCodeFixProvider.cs (1)
27[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\UsePatternMatching\CSharpUseNotPatternCodeFixProvider.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\UsePrimaryConstructor\CSharpUsePrimaryConstructorCodeFixProvider.cs (1)
37[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseSimpleUsingStatement\UseSimpleUsingStatementCodeFixProvider.cs (1)
31[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseSystemThreadingLock\CSharpUseSystemThreadingLockCodeFixProvider.cs (1)
26[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseTupleSwap\CSharpUseTupleSwapCodeFixProvider.cs (1)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseUnboundGenericTypeInNameOf\CSharpUseUnboundGenericTypeInNameOfCodeFixProvider.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseUtf8StringLiteral\UseUtf8StringLiteralCodeFixProvider.cs (1)
27[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\CodeFixesAndRefactorings\CSharpFixAllSpanMappingService.cs (1)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\CodeGeneration\CSharpCodeGenerationServiceFactory.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\CodeRefactorings\CSharpRefactoringHelpersService.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Editing\CSharpImportAdder.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\CSharpSyntaxContextService.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Formatting\CSharpSyntaxFormattingService.cs (1)
33[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpAddImportsService.cs (1)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpBlockFactsService.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpFileBannerFactsService.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpGeneratedCodeRecognitionService.cs (1)
16[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpHeaderFactsService.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpMoveDeclarationNearReferenceService.cs (1)
27[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpRemoveUnnecessaryImportsService.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpSemanticFactsServiceFactory.cs (1)
17[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpSymbolDeclarationService.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpSyntaxFactsServiceFactory.cs (1)
17[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpSyntaxKindsServiceFactory.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\SemanticModelReuse\CSharpSemanticModelReuseLanguageService.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Microsoft.CodeAnalysis.CSharp.Features (300)
AddDebuggerDisplay\CSharpAddDebuggerDisplayCodeRefactoringProvider.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
AddFileBanner\CSharpAddFileBannerNewDocumentFormattingProvider.cs (1)
19[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
AddImport\CSharpAddImportCodeRefactoringProvider.cs (1)
17[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
AddImport\CSharpAddImportFeatureService.cs (1)
35[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
AddImport\CSharpAddMissingImportsFeatureService.cs (1)
19[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
AddPackage\CSharpAddSpecificPackageCodeFixProvider.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
BraceCompletion\BracketBraceCompletionService.cs (1)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
BraceCompletion\CharLiteralBraceCompletionService.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
BraceCompletion\CurlyBraceCompletionService.cs (1)
26[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
BraceCompletion\InterpolatedStringBraceCompletionService.cs (1)
20[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
BraceCompletion\InterpolationBraceCompletionService.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
BraceCompletion\LessAndGreaterThanBraceCompletionService.cs (1)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
BraceCompletion\ParenthesisBraceCompletionService.cs (1)
17[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
BraceCompletion\StringLiteralBraceCompletionService.cs (1)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
BraceMatching\BlockCommentBraceMatcher.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
BraceMatching\CSharpDirectiveTriviaBraceMatcher.cs (1)
24[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
BraceMatching\CSharpEmbeddedLanguageBraceMatcher.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
BraceMatching\LessThanGreaterThanBraceMatcher.cs (1)
16[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
BraceMatching\OpenCloseBraceBraceMatcher.cs (1)
16[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
BraceMatching\OpenCloseBracketBraceMatcher.cs (1)
16[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
BraceMatching\OpenCloseParenBraceMatcher.cs (1)
16[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
BraceMatching\StringLiteralBraceMatcher.cs (1)
21[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
BracePairs\CSharpBracePairsService.cs (1)
17[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
CallHierarchy\CSharpCallHierarchyService.cs (1)
14[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ChangeSignature\CSharpChangeSignatureService.cs (1)
110[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
CodeLens\CSharpCodeLensDisplayInfoService.cs (1)
25[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
CodeLens\CSharpCodeLensMemberFinder.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
CodeRefactorings\ExtractClass\CSharpExtractClassCodeRefactoringProvider.cs (1)
24[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
CodeRefactorings\MoveStaticMembers\CSharpMoveStaticMembersRefactoringProvider.cs (1)
17[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
CodeRefactorings\MoveType\CSharpMoveTypeService.cs (1)
19[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
CodeRefactorings\PullMemberUp\CSharpPullMemberUpCodeRefactoringProvider.cs (1)
23[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
CodeRefactorings\SyncNamespace\CSharpChangeNamespaceService.cs (1)
33[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
CommentSelection\CSharpCommentSelectionService.cs (1)
18[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\AggregateEmbeddedLanguageCompletionProvider.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\AttributeNamedParameterCompletionProvider.cs (1)
39[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\AwaitCompletionProvider.cs (1)
27[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\CrefCompletionProvider.cs (1)
31[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\CSharpSuggestionModeCompletionProvider.cs (1)
26[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\DeclarationName\DeclarationNameCompletionProvider.cs (1)
27[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\DeclarationName\DeclarationNameRecommender.cs (1)
32[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\EnumAndCompletionListTagCompletionProvider.cs (1)
29[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\ExplicitInterfaceMemberCompletionProvider.cs (1)
26[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\ExplicitInterfaceTypeCompletionProvider.cs (1)
29[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\ExternAliasCompletionProvider.cs (1)
27[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\FileBasedPrograms\IncludeAppDirectiveCompletionProvider.cs (1)
28[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\FileBasedPrograms\PackageAppDirectiveCompletionProvider.cs (1)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\FileBasedPrograms\ProjectAppDirectiveCompletionProvider.cs (1)
26[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\FileBasedPrograms\PropertyAppDirectiveCompletionProvider.cs (1)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\FileBasedPrograms\RefAppDirectiveCompletionProvider.cs (1)
19[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\FileBasedPrograms\SdkAppDirectiveCompletionProvider.cs (1)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\FirstBuiltInCompletionProvider.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\FunctionPointerUnmanagedCallingConventionCompletionProvider.cs (1)
29[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\ImportCompletion\ExtensionMemberImportCompletionProvider.cs (1)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\ImportCompletion\TypeImportCompletionProvider.cs (1)
27[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\ImportCompletion\TypeImportCompletionServiceFactory.cs (1)
17[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\InternalsVisibleToCompletionProvider.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\KeywordCompletionProvider.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\LastBuiltInCompletionProvider.cs (1)
23[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\NamedParameterCompletionProvider.cs (1)
31[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\ObjectAndWithInitializerCompletionProvider.cs (1)
30[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\ObjectCreationCompletionProvider.cs (1)
29[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\OperatorsAndIndexer\UnnamedSymbolCompletionProvider.cs (1)
55[System.Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\PartialMethodCompletionProvider.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\PartialTypeCompletionProvider.cs (1)
41[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\PreprocessorCompletionProvider.cs (1)
21[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\PropertySubPatternCompletionProvider.cs (1)
30[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\Scripting\LoadDirectiveCompletionProvider.cs (1)
21[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\Scripting\ReferenceDirectiveCompletionProvider.cs (1)
20[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\SnippetCompletionProvider.cs (1)
33[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\Snippets\CSharpSnippetCompletionProvider.cs (1)
20[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\SpeculativeTCompletionProvider.cs (1)
26[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\SymbolCompletionProvider.cs (1)
28[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\TupleNameCompletionProvider.cs (1)
33[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\XmlDocCommentCompletionProvider.cs (1)
35[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CSharpCompletionService.cs (2)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 28[Obsolete(MefConstruction.FactoryMethodMessage, error: true)]
Completion\Providers\ContextVariableArgumentProvider.cs (1)
21[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\Providers\DefaultArgumentProvider.cs (1)
20[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\Providers\FirstBuiltInArgumentProvider.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\Providers\LastBuiltInArgumentProvider.cs (1)
23[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\Providers\OutVariableArgumentProvider.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ConvertPrimaryToRegularConstructor\ConvertPrimaryToRegularConstructorCodeRefactoringProvider.cs (1)
38[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ConvertProgram\ConvertToProgramMainCodeFixProvider.cs (1)
26[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ConvertProgram\ConvertToProgramMainCodeRefactoringProvider.cs (1)
26[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ConvertProgram\ConvertToTopLevelStatementsCodeFixProvider.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ConvertProgram\ConvertToTopLevelStatementsCodeRefactoringProvider.cs (1)
26[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ConvertToExtension\ConvertToExtensionCodeRefactoringProvider.cs (1)
39[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ConvertToInterpolatedString\CSharpConvertConcatenationToInterpolatedStringRefactoringProvider.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ConvertToRecord\CSharpConvertToRecordRefactoringProvider.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ConvertTupleToStruct\CSharpConvertTupleToStructCodeRefactoringProvider.cs (1)
30[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Copilot\CSharpCopilotCodeFixProvider.cs (1)
29[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Copilot\CSharpImplementNotImplementedExceptionFixProvider.cs (1)
30[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
DecompiledSource\CSharpDecompiledSourceService.cs (1)
26[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Diagnostics\CSharpAnalyzerDriverService.cs (1)
17[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Diagnostics\LanguageServer\CSharpLspBuildOnlyDiagnostics.cs (1)
75[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
DocumentationComments\CSharpDocumentationCommentSnippetService.cs (1)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
DocumentHighlighting\CSharpDocumentHighlightsService.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
29[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EmbeddedLanguages\Classification\CSharpEmbeddedLanguageClassificationServiceFactory.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EmbeddedLanguages\CSharpEmbeddedLanguagesProvider.cs (1)
17[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EmbeddedLanguages\CSharpJsonDetectionCodeFixProvider.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EmbeddedLanguages\CSharpTestEmbeddedLanguageClassifier.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EncapsulateField\CSharpEncapsulateFieldService.cs (1)
33[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExternalAccess\Pythia\PythiaDeclarationNameRecommender.cs (1)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExternalAccess\Pythia\PythiaSignatureHelpProvider.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExtractInterface\CSharpExtractInterfaceService.cs (1)
27[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExtractMethod\CSharpSyntaxTriviaServiceFactory.cs (1)
19[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
FindUsages\CSharpFindUsagesLSPService.cs (1)
16[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
FindUsages\CSharpFindUsagesService.cs (1)
16[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Formatting\CSharpAccessibilityModifiersNewDocumentFormattingProvider.cs (1)
25[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Formatting\CSharpNamespaceDeclarationNewDocumentFormattingProvider.cs (1)
26[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Formatting\CSharpNewDocumentFormattingService.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Formatting\CSharpOrganizeUsingsNewDocumentFormattingProvider.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Formatting\CSharpUseProgramMainNewDocumentFormattingProvider.cs (1)
20[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
FullyQualify\CSharpFullyQualifyService.cs (1)
23[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
GenerateConstructors\CSharpGenerateConstructorsCodeRefactoringProvider.cs (1)
30[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
GenerateEqualsAndGetHashCodeFromMembers\CSharpGenerateEqualsAndGetHashCodeService.cs (1)
20[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
GenerateMember\GenerateVariable\CSharpGenerateVariableService.cs (1)
28[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
GenerateType\CSharpGenerateTypeService.cs (1)
33[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
GoToDefinition\CSharpGoToDefinitionSymbolService.cs (1)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Highlighting\KeywordHighlighters\AsyncAwaitHighlighter.cs (1)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Highlighting\KeywordHighlighters\CheckedExpressionHighlighter.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Highlighting\KeywordHighlighters\CheckedStatementHighlighter.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Highlighting\KeywordHighlighters\ConditionalPreprocessorHighlighter.cs (1)
19[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Highlighting\KeywordHighlighters\IfStatementHighlighter.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Highlighting\KeywordHighlighters\LockStatementHighlighter.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Highlighting\KeywordHighlighters\LoopHighlighter.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Highlighting\KeywordHighlighters\RegionHighlighter.cs (1)
23[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Highlighting\KeywordHighlighters\ReturnStatementHighlighter.cs (1)
25[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Highlighting\KeywordHighlighters\SwitchStatementHighlighter.cs (1)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Highlighting\KeywordHighlighters\TryStatementHighlighter.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Highlighting\KeywordHighlighters\UnsafeStatementHighlighter.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Highlighting\KeywordHighlighters\UsingStatementHighlighter.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Highlighting\KeywordHighlighters\YieldStatementHighlighter.cs (1)
25[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
InheritanceMargin\CSharpInheritanceMarginService.cs (1)
20[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
InitializeParameter\CSharpAddParameterCheckCodeRefactoringProvider.cs (1)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
InlineHints\CSharpInlineHintsService.cs (1)
17[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
InlineHints\CSharpInlineParameterNameHintsService.cs (1)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
InlineHints\CSharpInlineTypeHintsService.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
IntroduceVariable\CSharpIntroduceVariableService.cs (1)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
InvertIf\CSharpInvertIfCodeRefactoringProvider.cs (1)
26[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
LanguageServices\CSharpStructuralTypeDisplayService.cs (1)
25[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
LanguageServices\CSharpSymbolDisplayServiceFactory.cs (1)
19[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
LineSeparators\CSharpLineSeparatorService.cs (1)
24[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
MetadataAsSource\CSharpMetadataAsSourceServiceFactory.cs (1)
19[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
MoveToNamespace\CSharpMoveToNamespaceService.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
NavigateTo\CSharpNavigateToSearchService.cs (1)
14[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Navigation\CSharpFindDefinitionService.cs (1)
14[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
NavigationBar\CSharpNavigationBarItemService.cs (1)
27[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Options\CSharpEditorConfigOptionsEnumerator.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Organizing\CSharpOrganizingService.cs (1)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Organizing\Organizers\ClassDeclarationOrganizer.cs (1)
20[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Organizing\Organizers\ConstructorDeclarationOrganizer.cs (1)
20[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Organizing\Organizers\DestructorDeclarationOrganizer.cs (1)
20[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Organizing\Organizers\EnumDeclarationOrganizer.cs (1)
20[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Organizing\Organizers\EventDeclarationOrganizer.cs (1)
20[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Organizing\Organizers\EventFieldDeclarationOrganizer.cs (1)
20[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Organizing\Organizers\FieldDeclarationOrganizer.cs (1)
20[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Organizing\Organizers\IndexerDeclarationOrganizer.cs (1)
20[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Organizing\Organizers\InterfaceDeclarationOrganizer.cs (1)
20[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Organizing\Organizers\MethodDeclarationOrganizer.cs (1)
20[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Organizing\Organizers\OperatorDeclarationOrganizer.cs (1)
20[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Organizing\Organizers\PropertyDeclarationOrganizer.cs (1)
20[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Organizing\Organizers\RecordDeclarationOrganizer.cs (1)
18[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Organizing\Organizers\StructDeclarationOrganizer.cs (1)
20[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
QuickInfo\CSharpEmbeddedLanguageQuickInfoProvider.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
QuickInfo\CSharpQuickInfoSevice.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
QuickInfo\CSharpSemanticQuickInfoProvider.cs (1)
28[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
RawStringLiteral\CSharpRawStringLiteralOnAutoInsertService.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Rename\CSharpRenameIssuesService.cs (1)
19[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ReplaceConditionalWithStatements\CSharpReplaceConditionalWithStatementsCodeRefactoringProvider.cs (1)
31[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ReplaceMethodWithProperty\CSharpReplaceMethodWithPropertyService.cs (1)
31[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ReplacePropertyWithMethods\CSharpReplacePropertyWithMethodsService.cs (1)
31[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SignatureHelp\AbstractCSharpSignatureHelpProvider.cs (1)
61[Obsolete("Expected to exist by IntelliCode. This can be removed once their unnecessary use of this is removed.")]
SignatureHelp\AttributeSignatureHelpProvider.cs (1)
30[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SignatureHelp\ConstructorInitializerSignatureHelpProvider.cs (1)
28[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SignatureHelp\ElementAccessExpressionSignatureHelpProvider.cs (1)
34[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SignatureHelp\GenericNameFullyWrittenSignatureHelpProvider.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SignatureHelp\GenericNamePartiallyWrittenSignatureHelpProvider.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SignatureHelp\InitializerExpressionSignatureHelpProvider.cs (1)
25[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SignatureHelp\InvocationExpressionSignatureHelpProvider.cs (1)
25[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SignatureHelp\ObjectCreationExpressionSignatureHelpProvider.cs (1)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SignatureHelp\PrimaryConstructorBaseTypeSignatureHelpProvider.cs (1)
34[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SignatureHelp\TupleConstructionSignatureHelpProvider.cs (1)
33[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SignatureHelp\WithElementSignatureHelpProvider.cs (1)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Snippets\CSharpClassSnippetProvider.cs (1)
17[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Snippets\CSharpConsoleSnippetProvider.cs (1)
17[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Snippets\CSharpConstructorSnippetProvider.cs (1)
27[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Snippets\CSharpDoWhileLoopSnippetProvider.cs (1)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Snippets\CSharpElseSnippetProvider.cs (1)
20[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Snippets\CSharpEnumSnippetProvider.cs (1)
17[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Snippets\CSharpForEachLoopSnippetProvider.cs (1)
32[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Snippets\CSharpForLoopSnippetProvider.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Snippets\CSharpIfSnippetProvider.cs (1)
20[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Snippets\CSharpInterfaceSnippetProvider.cs (1)
17[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Snippets\CSharpIntMainSnippetProvider.cs (1)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Snippets\CSharpLockSnippetProvider.cs (1)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Snippets\CSharpPropgSnippetProvider.cs (1)
19[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Snippets\CSharpPropiSnippetProvider.cs (1)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Snippets\CSharpProprSnippetProvider.cs (1)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Snippets\CSharpPropSnippetProvider.cs (1)
19[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Snippets\CSharpReversedForLoopSnippetProvider.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Snippets\CSharpSnippetFunctionService.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Snippets\CSharpSnippetService.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Snippets\CSharpStructSnippetProvider.cs (1)
17[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Snippets\CSharpUnsafeSnippetProvider.cs (1)
19[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Snippets\CSharpUsingSnippetProvider.cs (1)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Snippets\CSharpVoidMainSnippetProvider.cs (1)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Snippets\CSharpWhileLoopSnippetProvider.cs (1)
20[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SolutionCrawler\CSharpDocumentDifferenceService.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SolutionExplorer\CSharpSolutionExplorerSymbolTreeItemProvider.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SpellCheck\CSharpSpellCheckSpanService.cs (1)
14[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SplitOrMergeIfStatements\CSharpIfLikeStatementGenerator.cs (1)
24[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SplitOrMergeIfStatements\CSharpSplitIntoConsecutiveIfStatementsCodeRefactoringProvider.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SplitOrMergeIfStatements\CSharpSplitIntoNestedIfStatementsCodeRefactoringProvider.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\Analyzers\MatchFolderAndNamespace\CSharpMatchFolderAndNamespaceDiagnosticAnalyzer.cs (1)
28[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\AddAccessibilityModifiers\CSharpAddAccessibilityModifiersService.cs (1)
14[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\AddInheritdoc\AddInheritdocCodeFixProvider.cs (1)
26[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\AddObsoleteAttribute\CSharpAddObsoleteAttributeCodeFixProvider.cs (1)
17[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\AssignOutParameters\AssignOutParametersAboveReturnCodeFixProvider.cs (1)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\AssignOutParameters\AssignOutParametersAtStartCodeFixProvider.cs (1)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\ConflictMarkerResolution\CSharpResolveConflictMarkerCodeFixProvider.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\ConvertNamespace\ConvertNamespaceCodeFixProvider.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\ConvertSwitchStatementToExpression\ConvertSwitchStatementToExpressionCodeFixProvider.cs (1)
29[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\ConvertToAsync\CSharpConvertToAsyncMethodCodeFixProvider.cs (1)
20[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\ConvertToRecord\CSharpConvertToRecordCodeFixProvider.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\DisambiguateSameVariable\CSharpDisambiguateSameVariableCodeFixProvider.cs (1)
29[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\FileHeaders\CSharpFileHeaderCodeFixProvider.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\FixIncorrectConstraint\CSharpFixIncorrectConstraintCodeFixProvider.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\FixReturnType\CSharpFixReturnTypeCodeFixProvider.cs (1)
27[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\ForEachCast\CSharpForEachCastCodeFixProvider.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\Formatting\CSharpFormattingCodeFixProvider.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\GenerateConstructor\CSharpGenerateConstructorService.cs (1)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\GenerateDefaultConstructors\CSharpGenerateDefaultConstructorsCodeFixProvider.cs (1)
17[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\GenerateDefaultConstructors\CSharpGenerateDefaultConstructorsService.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\GenerateEnumMember\CSharpGenerateEnumMemberService.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\GenerateParameterizedMember\CSharpGenerateConversionService.cs (1)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\GenerateParameterizedMember\CSharpGenerateDeconstructMethodService.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\GenerateParameterizedMember\CSharpGenerateMethodService.cs (1)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\HiddenExplicitCast\CSharpHiddenExplicitCastCodeFixProvider.cs (1)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\ImplementInterface\CSharpImplementInterfaceService.cs (1)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\MakeAnonymousFunctionStatic\CSharpMakeAnonymousFunctionStaticCodeFixProvider.cs (1)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\MakeMemberRequired\CSharpMakeMemberRequiredCodeFixProvider.cs (1)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\MakeMemberStatic\CSharpMakeMemberStaticCodeFixProvider.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\MakeStatementAsynchronous\CSharpMakeStatementAsynchronousCodeFixProvider.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\MakeStructFieldsWritable\CSharpMakeStructFieldsWritableCodeFixProvider.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\MakeStructMemberReadOnly\CSharpMakeStructMemberReadOnlyCodeFixProvider.cs (1)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\MakeStructReadOnly\CSharpMakeStructReadOnlyCodeFixProvider.cs (1)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\MakeTypePartial\CSharpMakeTypePartialCodeFixProvider.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\MatchFolderAndNamespace\CSharpChangeNamespaceToMatchFolderCodeFixProvider.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\NewLines\ArrowExpressionClausePlacement\ArrowExpressionClausePlacementCodeFixProvider.cs (1)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\NewLines\ConditionalExpressionPlacement\ConditionalExpressionPlacementCodeFixProvider.cs (1)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\NewLines\ConsecutiveBracePlacement\ConsecutiveBracePlacementCodeFixProvider.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\NewLines\ConstructorInitializerPlacement\ConstructorInitializerPlacementCodeFixProvider.cs (1)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\NewLines\EmbeddedStatementPlacement\EmbeddedStatementPlacementCodeFixProvider.cs (1)
27[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\RemoveConfusingSuppression\CSharpRemoveConfusingSuppressionCodeFixProvider.cs (1)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\RemoveUnneccessaryUnsafeModifier\CSharpRemoveUnnecessaryUnsafeModifierCodeFixProvider.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\RemoveUnnecessaryDiscardDesignation\CSharpRemoveUnnecessaryDiscardDesignationCodeFixProvider.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\RemoveUnnecessaryLambdaExpression\CSharpRemoveUnnecessaryLambdaExpressionCodeFixProvider.cs (1)
28[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\RemoveUnnecessaryNullableDirective\CSharpRemoveUnnecessaryNullableDirectiveCodeFixProvider.cs (1)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\RemoveUnreachableCode\CSharpRemoveUnreachableCodeCodeFixProvider.cs (1)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\RemoveUnusedMembers\CSharpRemoveUnusedMembersCodeFixProvider.cs (1)
17[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\SimplifyPropertyAccessor\CSharpSimplifyPropertyAccessorCodeFixProvider.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\SimplifyPropertyPattern\CSharpSimplifyPropertyPatternCodeFixProvider.cs (1)
26[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\TransposeRecordKeyword\CSharpTransposeRecordKeywordCodeFixProvider.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\UnsealClass\CSharpUnsealClassCodeFixProvider.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseCoalesceExpression\CSharpUseCoalesceExpressionForIfNullStatementCheckCodeFixProvider.cs (1)
17[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseCollectionExpression\CSharpUseCollectionExpressionForArrayCodeFixProvider.cs (1)
26[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseCollectionExpression\CSharpUseCollectionExpressionForBuilderCodeFixProvider.cs (1)
29[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseCollectionExpression\CSharpUseCollectionExpressionForCreateCodeFixProvider.cs (1)
27[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseCollectionExpression\CSharpUseCollectionExpressionForEmptyCodeFixProvider.cs (1)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseCollectionExpression\CSharpUseCollectionExpressionForFluentCodeFixProvider.cs (1)
35[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseCollectionExpression\CSharpUseCollectionExpressionForNewCodeFixProvider.cs (1)
28[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseCollectionExpression\CSharpUseCollectionExpressionForStackAllocCodeFixProvider.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseCompoundAssignment\CSharpUseCompoundAssignmentCodeFixProvider.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseConditionalExpression\CSharpUseConditionalExpressionForAssignmentCodeFixProvider.cs (1)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseDeconstruction\CSharpUseDeconstructionCodeFixProvider.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseDefaultLiteral\CSharpUseDefaultLiteralCodeFixProvider.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseExplicitArrayInExpressionTree\CSharpUseExplicitArrayInExpressionTreeCodeFixProvider.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseExpressionBody\UseExpressionBodyCodeFixProvider.cs (1)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseImplicitlyTypedLambdaExpression\CSharpUseImplicitObjectCreationCodeFixProvider.cs (1)
27[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseImplicitObjectCreation\CSharpUseImplicitObjectCreationCodeFixProvider.cs (1)
31[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseIndexOrRangeOperator\CSharpUseRangeOperatorCodeFixProvider.cs (1)
33[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseIsNullCheck\CSharpUseNullCheckOverTypeCheckCodeFixProvider.cs (1)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseLabeledJumpStatements\CSharpUseLabeledJumpStatementsCodeFixProvider.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseNameofInAttribute\CSharpUseNameofInAttributeCodeFixProvider.cs (1)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\UsePatternMatching\CSharpAsAndMemberAccessCodeFixProvider.cs (1)
27[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\UsePatternMatching\CSharpUseNotPatternCodeFixProvider.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\UsePrimaryConstructor\CSharpUsePrimaryConstructorCodeFixProvider.cs (1)
37[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseSimpleUsingStatement\UseSimpleUsingStatementCodeFixProvider.cs (1)
31[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseSystemThreadingLock\CSharpUseSystemThreadingLockCodeFixProvider.cs (1)
26[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseTupleSwap\CSharpUseTupleSwapCodeFixProvider.cs (1)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseUnboundGenericTypeInNameOf\CSharpUseUnboundGenericTypeInNameOfCodeFixProvider.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseUtf8StringLiteral\UseUtf8StringLiteralCodeFixProvider.cs (1)
27[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
StringIndentation\CSharpStringIndentationService.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Structure\CSharpBlockStructureService.cs (1)
20[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SyncNamespaces\CSharpSyncNamespacesService.cs (1)
19[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
TaskList\CSharpTaskListService.cs (1)
24[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Testing\CSharpTestMethodFinder.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
TypeHierarchy\CSharpTypeHierarchyService.cs (1)
14[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Microsoft.CodeAnalysis.CSharp.Workspaces (38)
CaseCorrection\CSharpCaseCorrectionService.cs (1)
21[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Classification\CSharpClassificationService.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Classification\SyntaxClassification\CSharpSyntaxClassificationService.cs (1)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
CodeCleanup\CSharpCodeCleanerServiceFactory.cs (1)
17[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Diagnostics\CSharpDiagnosticPropertiesService.cs (1)
20[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
FileBasedPrograms\FileBasedProgramService.cs (1)
17[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
FindSymbols\CSharpDeclaredSymbolInfoFactoryService.cs (1)
30[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Formatting\CSharpFormattingService.cs (1)
16[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ObsoleteSymbol\CSharpObsoleteSymbolService.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
OrganizeImports\CSharpOrganizeImportsService.cs (1)
17[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ReassignedVariable\CSharpReassignedVariableService.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Recommendations\CSharpRecommendationService.cs (1)
17[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Rename\CSharpRenameRewriterLanguageService.cs (1)
35[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Serialization\CSharpOptionsSerializationService.cs (1)
21[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Simplification\CSharpSimplificationService.cs (1)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\00343610d453c654\CSharpVirtualCharLanguageServiceFactory.cs (1)
17[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\4f0789c9734b88bf\CSharpInitializeParameterService.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\50a3a051b0fef0d6\CSharpReplaceDiscardDeclarationsWithAssignmentsService.cs (1)
31[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\CodeFixesAndRefactorings\CSharpFixAllSpanMappingService.cs (1)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\CodeGeneration\CSharpCodeGenerationServiceFactory.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\CodeRefactorings\CSharpRefactoringHelpersService.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Editing\CSharpImportAdder.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\CSharpSyntaxContextService.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Formatting\CSharpSyntaxFormattingService.cs (1)
33[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpAddImportsService.cs (1)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpBlockFactsService.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpFileBannerFactsService.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpGeneratedCodeRecognitionService.cs (1)
16[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpHeaderFactsService.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpMoveDeclarationNearReferenceService.cs (1)
27[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpRemoveUnnecessaryImportsService.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpSemanticFactsServiceFactory.cs (1)
17[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpSymbolDeclarationService.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpSyntaxFactsServiceFactory.cs (1)
17[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpSyntaxKindsServiceFactory.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\SemanticModelReuse\CSharpSemanticModelReuseLanguageService.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspace\LanguageServices\CSharpCompilationFactoryService.cs (1)
21[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspace\LanguageServices\CSharpSyntaxTreeFactoryService.cs (1)
70[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Microsoft.CodeAnalysis.Extensions.Package (1)
src\roslyn\src\Dependencies\PooledObjects\PooledStringBuilder.cs (1)
59[System.Obsolete("Consider calling ToStringAndFree instead.")]
Microsoft.CodeAnalysis.ExternalAccess.Extensions (1)
Internal\ExtensionMessageHandlerFactory.cs (1)
17[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Microsoft.CodeAnalysis.ExternalAccess.OmniSharp (5)
Internal\CodeRefactorings\WorkspaceServices\OmniSharpSymbolRenamedCodeActionOperationFactoryWorkspaceService.cs (1)
21[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Internal\ExtractClass\OmniSharpExtractClassOptionsService.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Internal\ExtractInterface\OmniSharpExtractInterfaceOptionsService.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Internal\PickMembers\OmniSharpPickMembersService.cs (1)
21[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Options\OmnisharpLegacyGlobalOptionsWorkspaceService.cs (1)
21[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Microsoft.CodeAnalysis.Features (109)
AddConstructorParametersFromMembers\AddConstructorParametersFromMembersCodeRefactoringProvider.cs (1)
31[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
AddImport\Remote\RemoteMissingImportDiscoveryServiceCallbackDispatcher.cs (1)
27[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
BraceMatching\BraceMatchingService.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
CodeFixesAndRefactorings\FeaturesFixAllGetFixesService.cs (1)
14[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
CodeLens\CodeLensReferencesServiceFactory.cs (1)
18[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
CodeRefactorings\CodeRefactoringService.cs (1)
29[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
CodeRefactorings\ServicesLayerCodeActionHelpersService.cs (1)
16[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionChange.cs (1)
89[Obsolete("Use Create overload that takes a single TextChange and multiple TextChanges instead", error: true)]
Completion\CompletionContext.cs (1)
49[Obsolete("Not used anymore. Use CompletionListSpan instead.", error: true)]
Completion\CompletionItem.cs (2)
314[Obsolete("Use the Create overload that does not take a span", error: true)] 409[Obsolete("Not used anymore. CompletionList.Span is used to control the span used for filtering.", error: true)]
Completion\CompletionList.cs (3)
24[Obsolete($"This property is obsolete. Use {nameof(ItemsList)} instead", error: false)] 39[Obsolete("Not used anymore. CompletionList.Span is used instead.", error: true)] 148[Obsolete("Not used anymore. Use WithSpan instead.", error: true)]
Completion\CompletionService.cs (2)
58[Obsolete("Built-in providers will be ignored in a future release, please make them MEF exports instead.")] 170[Obsolete("Not used anymore. CompletionService.GetDefaultCompletionListSpan is used instead.", error: true)]
Completion\CompletionTags.cs (1)
15[Obsolete("Use Microsoft.CodeAnalysis.Tags.WellKnownTags instead.")]
Completion\CompletionTrigger.cs (1)
41[Obsolete("Use 'Invoke' instead.")]
Completion\CompletionTriggerKind.cs (1)
17[Obsolete("Use 'Invoke' instead.")]
Completion\Providers\ImportCompletionProvider\DefaultExtensionMethodImportCompletionCacheServiceFactory.cs (1)
17[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\Providers\ImportCompletionProvider\DefaultTypeImportCompletionCacheServiceFactory.cs (1)
14[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Contracts\EditAndContinue\IManagedHotReloadLanguageService.cs (3)
19[Obsolete] 28[Obsolete] 31[Obsolete]
Copilot\ICopilotChangeAnalysisService.cs (1)
43[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
DesignerAttribute\DesignerAttributeDiscoveryService.cs (1)
31[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
DesignerAttribute\IRemoteDesignerAttributeDiscoveryService.cs (1)
32[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Diagnostics\CodeAnalysisDiagnosticAnalyzerService.cs (1)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Diagnostics\IDiagnosticsRefresher.cs (1)
35[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Diagnostics\Service\DiagnosticAnalyzerService.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EditAndContinue\EditAndContinueService.cs (1)
31[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EditAndContinue\EditAndContinueSessionState.cs (1)
26[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EditAndContinue\Remote\RemoteEditAndContinueServiceProxy.cs (1)
29[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EditAndContinue\SolutionSnapshotRegistry.cs (1)
30[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EmbeddedLanguages\Json\LanguageServices\JsonBraceMatcher.cs (1)
30[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EmbeddedLanguages\Json\LanguageServices\JsonClassifier.cs (1)
29[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EmbeddedLanguages\RegularExpressions\LanguageServices\RegexBraceMatcher.cs (1)
33[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EmbeddedLanguages\RegularExpressions\LanguageServices\RegexClassifier.cs (1)
35[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EmbeddedLanguages\RegularExpressions\LanguageServices\RegexDocumentHighlighter.cs (1)
29[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Extensions\ExtensionMessageHandlerServiceFactory.cs (1)
14[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Extensions\IExtensionAssemblyLoaderProvider.cs (1)
35[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExternalAccess\UnitTesting\LegacySolutionEvents\UnitTestingLegacySolutionEventsListener.cs (1)
25[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingSolutionCrawlerRegistrationService.cs (1)
42[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingSolutionCrawlerService.cs (1)
25[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExternalAccess\UnitTesting\UnitTestingStackTraceServiceAccessor.cs (1)
16[method: Obsolete(MefConstruction.FactoryMethodMessage, error: true)]
ExternalAccess\UnitTesting\UnitTestingStackTraceServiceAccessorFactory.cs (2)
20[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 25[Obsolete(MefConstruction.FactoryMethodMessage, error: true)]
ExternalAccess\VSTypeScript\Api\IVSTypeScriptCommentSlectionServiceImplementation.cs (1)
14[Obsolete]
ExternalAccess\VSTypeScript\Api\VSTypeScriptCommentSelectionInfo.cs (1)
10[Obsolete]
ExternalAccess\VSTypeScript\Api\VSTypeScriptDefinitionItemBase.cs (1)
11[Obsolete]
ExternalAccess\VSTypeScript\Api\VSTypeScriptDiagnosticData.cs (1)
37[Obsolete("Use overload that only takes a SourceText")]
ExternalAccess\VSTypeScript\Api\VSTypeScriptDocumentNavigationServiceWrapper.cs (2)
24[Obsolete("Call overload that takes a CancellationToken", error: false)] 28[Obsolete("Call overload that doesn't take options", error: false)]
ExternalAccess\VSTypeScript\Api\VSTypeScriptSignatureHelpProviderBase.cs (2)
54[Obsolete("Implement TypeScriptTriggerCharacters instead", error: false)] 57[Obsolete("Implement TypeScriptRetriggerCharacters instead", error: false)]
ExternalAccess\VSTypeScript\VSTypeScriptClassificationService.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExternalAccess\VSTypeScript\VSTypeScriptCommentSelectionService.cs (1)
16[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExternalAccess\VSTypeScript\VSTypeScriptDiagnosticAnalyzerService.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExternalAccess\VSTypeScript\VSTypeScriptFormattingService.cs (1)
19[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExternalAccess\VSTypeScript\VSTypeScriptNavigateToSearchService.cs (1)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExternalAccess\VSTypeScript\VSTypeScriptTaskListService.cs (1)
19[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExtractInterface\ExtractInterfaceCodeRefactoringProvider.cs (1)
21[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
FindUsages\DefaultExternalDefinitionItemProvider.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
FindUsages\DefinitionItem.cs (7)
145[Obsolete("Use GetNavigableLocationAsync instead")] 149[Obsolete("Use GetNavigableLocationAsync instead")] 160[Obsolete("TypeScript: Use external access APIs")] 175[Obsolete("TypeScript: Use external access APIs")] 192[Obsolete("TypeScript: Use external access APIs")] 206[Obsolete("TypeScript: Use external access APIs")] 241[Obsolete("TypeScript: Use external access APIs")]
FindUsages\IRemoteFindUsagesService.cs (1)
54[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
GenerateEqualsAndGetHashCodeFromMembers\GenerateEqualsAndGetHashCodeFromMembersCodeRefactoringProvider.cs (1)
47[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
GenerateOverrides\GenerateOverridesCodeRefactoringProvider.cs (1)
26[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Highlighting\HighlightingService.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ImplementInterface\ImplementInterfaceCodeRefactoringProvider.cs (1)
19[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
LegacySolutionEvents\ILegacySolutionEventsAggregationService.cs (1)
30[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
MetadataAsSource\AbstractMetadataAsSourceService+CompatAbstractMetadataFormattingRule.cs (6)
20[Obsolete("Do not call this method directly (it will Stack Overflow).", error: true)] 28[Obsolete("Do not call this method directly (it will Stack Overflow).", error: true)] 36[Obsolete("Do not call this method directly (it will Stack Overflow).", error: true)] 44[Obsolete("Do not call this method directly (it will Stack Overflow).", error: true)] 52[Obsolete("Do not call this method directly (it will Stack Overflow).", error: true)] 62[Obsolete("Do not call this method directly (it will Stack Overflow).", error: true)]
MetadataAsSource\DecompilationMetadataAsSourceFileProvider.cs (1)
32[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
MetadataAsSource\MetadataAsSourceFileService.cs (1)
57[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
MetadataAsSource\SymbolMappingServiceFactory.cs (1)
20[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
NavigateTo\IRemoteNavigateToSearchService.cs (1)
37[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Navigation\DefaultDocumentNavigationService.cs (1)
13[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Navigation\DefaultSymbolNavigationServiceFactory.cs (1)
20[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Options\EditorConfig\EditorConfigOptionsEnumerator.cs (1)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
OrganizeImports\OrganizeImportsCodeRefactoringProvider.cs (1)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
PdbSourceDocument\ImplementationAssemblyLookupService.cs (1)
37[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
PdbSourceDocument\PdbSourceDocumentMetadataAsSourceFileProvider.cs (1)
34[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SemanticSearch\IRemoteSemanticSearchService.cs (1)
43[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SemanticSearch\SemanticSearchDocumentSupportsFeatureService.cs (1)
14[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Shared\Extensions\ISymbolExtensions_Sorting.cs (1)
19[Obsolete("Use overload without ISymbolDisplayService")]
Shared\IDocumentSupportsFeatureService.cs (1)
25[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SignatureHelp\AbstractSignatureHelpProvider.cs (1)
126[Obsolete("Use overload without ISymbolDisplayService")]
SignatureHelp\SignatureHelpService.cs (1)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\Core\CodeFixes\NewLines\ConsecutiveStatementPlacement\ConsecutiveStatementPlacementCodeFixProvider.cs (1)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\Core\CodeFixes\NewLines\MultipleBlankLines\AbstractMultipleBlankLinesCodeFixProvider.cs (1)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\Core\CodeFixes\RemoveUnnecessarySuppressions\RemoveUnnecessaryAttributeSuppressionsCodeFixProvider.cs (1)
20[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\Core\CodeFixes\UpdateLegacySuppressions\UpdateLegacySuppressionsCodeFixProvider.cs (1)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Analyzers\Core\CodeFixes\UseExplicitTupleName\UseExplicitTupleNameCodeFixProvider.cs (1)
20[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
StackTraceExplorer\StackTraceExplorerService.cs (1)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SymbolMapping\SymbolMappingServiceFactory.cs (1)
19[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Testing\TestFrameworks\MSTestTestFrameworkMetadata.cs (1)
15[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Testing\TestFrameworks\NUnitTestFrameworkMetadata.cs (1)
15[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Testing\TestFrameworks\XUnitTestFrameworkMetadata.cs (1)
15[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ValueTracking\ValueTrackingService.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Microsoft.CodeAnalysis.Features.ExternalAccess (10)
AspNetCore\EmbeddedLanguages\AspNetCoreVirtualCharSequence.cs (1)
45[Obsolete("Do not use anymore.", error: false)]
AspNetCore\Internal\EmbeddedLanguages\AspNetCoreEmbeddedLanguageBraceMatcher.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
AspNetCore\Internal\EmbeddedLanguages\AspNetCoreEmbeddedLanguageClassifier.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
AspNetCore\Internal\EmbeddedLanguages\AspNetCoreEmbeddedLanguageDocumentHighlighter.cs (1)
24[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Copilot\Internal\Analyzer\CSharp\CSharpCopilotCodeAnalysisService.cs (1)
35[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Copilot\Internal\CodeMapper\CopilotCSharpMapCodeService.cs (1)
24[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Copilot\Internal\Completion\CSharpContextProviderService.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Copilot\Internal\SemanticSearch\CopilotSemanticSearchQueryExecutor.cs (1)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Copilot\Internal\SemanticSearch\CopilotSemanticSearchQueryService.cs (1)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Copilot\Internal\SemanticSearch\CopilotSemanticSearchSolutionService.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Microsoft.CodeAnalysis.NetAnalyzers (4)
src\sdk\src\Microsoft.CodeAnalysis.NetAnalyzers\src\Utilities\Compiler\CodeMetrics\CodeAnalysisMetricData.cs (2)
186[Obsolete("Use ComputeAsync(CodeMetricsAnalysisContext) instead.")] 226[Obsolete("Use ComputeAsync(ISymbol, CodeMetricsAnalysisContext) instead.")]
src\sdk\src\Microsoft.CodeAnalysis.NetAnalyzers\src\Utilities\Compiler\RoslynHashCode.cs (2)
432[Obsolete("HashCode is a mutable struct and should not be compared with other HashCodes. Use ToHashCode to retrieve the computed hash code.", error: true)] 436[Obsolete("HashCode is a mutable struct and should not be compared with other HashCodes.", error: true)]
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Legacy\ClassifiedSpanInternal.cs (1)
23[Obsolete("This property is deprecated. Do not use it.", error: false)]
Language\Legacy\LegacySyntaxNodeExtensions.cs (1)
68[Obsolete("Use FindToken or FindInnermostNode instead", error: false)]
Language\Syntax\SyntaxNode.cs (2)
297[Obsolete($"Use {nameof(DescendantNodes)} which returns a struct-based enumerable that does not allocate a state machine.")] 381[Obsolete($"Use {nameof(DescendantTokens)} which returns a struct-based enumerable that does not allocate a state machine.")]
Microsoft.CodeAnalysis.ResxSourceGenerator (14)
src\roslyn\src\Compilers\Core\Portable\Hashing\NonCryptographicHashAlgorithm.cs (1)
343[Obsolete("Use GetCurrentHash() to retrieve the computed hash code.", true)]
src\roslyn\src\Dependencies\PooledObjects\PooledStringBuilder.cs (1)
59[System.Obsolete("Consider calling ToStringAndFree instead.")]
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\CodeAnalysisMetricData.cs (2)
185[Obsolete("Use ComputeAsync(CodeMetricsAnalysisContext) instead.")] 225[Obsolete("Use ComputeAsync(ISymbol, CodeMetricsAnalysisContext) instead.")]
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\RoslynHashCode.cs (2)
433[Obsolete("HashCode is a mutable struct and should not be compared with other HashCodes. Use ToHashCode to retrieve the computed hash code.", error: true)] 437[Obsolete("HashCode is a mutable struct and should not be compared with other HashCodes.", error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EmbeddedLanguages\VirtualChars\VirtualCharSequence.cs (1)
171[Obsolete("Only around for ASP.NET compatibility. Do not use anymore.", error: false)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Rules\CompatAbstractFormattingRule.cs (6)
15[Obsolete("Do not call this method directly (it will Stack Overflow).", error: true)] 23[Obsolete("Do not call this method directly (it will Stack Overflow).", error: true)] 31[Obsolete("Do not call this method directly (it will Stack Overflow).", error: true)] 39[Obsolete("Do not call this method directly (it will Stack Overflow).", error: true)] 47[Obsolete("Do not call this method directly (it will Stack Overflow).", error: true)] 57[Obsolete("Do not call this method directly (it will Stack Overflow).", error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SpecializedTasks.cs (1)
22[Obsolete("Use Task.CompletedTask instead which is available in the framework.")]
Microsoft.CodeAnalysis.Workspaces (113)
Classification\Classifier.cs (1)
46[Obsolete("Use GetClassifiedSpansAsync instead")]
CodeStyle\CodeStyleOption.cs (2)
42[Obsolete("Modifying a CodeStyleOption<T> is not supported.", error: true)] 55[Obsolete("Modifying a CodeStyleOption<T> is not supported.", error: true)]
CodeStyle\NotificationOption.cs (3)
22[Obsolete("Modifying a NotificationOption is not supported.", error: true)] 31[Obsolete("Modifying a NotificationOption is not supported.", error: true)] 35[Obsolete("Use " + nameof(Severity) + " instead.")]
Editing\DeclarationKind.cs (1)
58[Obsolete($"This value is not used. Use {nameof(Class)} instead.")]
Editing\SyntaxEditor.cs (1)
62[Obsolete("Use SyntaxEditor(SyntaxNode, HostWorkspaceServices)")]
ExtensionManager\ServicesLayerExtensionManager.cs (1)
14[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExternalAccess\Pythia\Api\PythiaObjectPool.cs (1)
13[Obsolete("Use specific GetInstance overloads")]
ExternalAccess\VSTypeScript\Api\VSTypeScriptAsynchronousOperationListenerProvider.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
FindSymbols\SymbolFinder.CallbackDispatcher.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
FindSymbols\SymbolFinder.cs (1)
25[Obsolete("Use FindSymbolAtPositionAsync instead.")]
FindSymbols\SymbolTree\SymbolTreeInfoCacheServiceFactory.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
FindSymbols\TopLevelSyntaxTree\DeclaredSymbolInfo.cs (1)
46[method: Obsolete("Do not call directly. Only around for serialization. Use Create instead")]
Formatting\Rules\DefaultFormattingRuleFactoryServiceFactory.cs (1)
17[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Formatting\Rules\IFormattingRule.cs (1)
9[Obsolete("This interface is no longer used")]
LinkedFileDiffMerging\DefaultDocumentTextDifferencingService.cs (1)
19[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Log\WorkspaceErrorLogger.cs (1)
16[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Options\GlobalOptionService.cs (1)
20[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Options\LegacyWorkspaceOptionService.cs (2)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Options\Option.cs (1)
31[Obsolete("Use a constructor that specifies an explicit default value.")]
Recommendations\Recommender.cs (2)
18[Obsolete("Use GetRecommendedSymbolsAtPositionAsync(Document, ...)")] 34[Obsolete("Use GetRecommendedSymbolsAtPositionAsync(Document, ...)")]
Rename\RenameOptions.cs (1)
11[Obsolete("Use SymbolRenameOptions or DocumentRenameOptions instead")]
Rename\Renamer.cs (4)
23[Obsolete] 31[Obsolete] 37[Obsolete("Use overload taking RenameOptions")] 67[Obsolete("Use overload taking RenameOptions")]
Serialization\SerializerService.cs (3)
23[method: Obsolete(MefConstruction.FactoryMethodMessage, error: true)] 28[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 31[Obsolete(MefConstruction.FactoryMethodMessage, error: true)]
Shared\TestHooks\AsynchronousOperationListenerProvider.cs (1)
73[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Simplification\SimplificationOptions.cs (13)
21[Obsolete("This option is no longer used")] 28[Obsolete("This option is no longer used")] 34[Obsolete("This option is no longer used")] 40[Obsolete("This option is no longer used")] 46[Obsolete("This option is no longer used")] 52[Obsolete("This option is no longer used")] 58[Obsolete("This option is no longer used")] 64[Obsolete("This option is no longer used")] 70[Obsolete("This option is no longer used")] 76[Obsolete("This option is no longer used")] 82[Obsolete("This option is no longer used")] 88[Obsolete("This option is no longer used")] 94[Obsolete("This option is no longer used")]
src\roslyn\src\Compilers\Core\Portable\Hashing\NonCryptographicHashAlgorithm.cs (1)
343[Obsolete("Use GetCurrentHash() to retrieve the computed hash code.", true)]
src\roslyn\src\Dependencies\PooledObjects\PooledStringBuilder.cs (1)
59[System.Obsolete("Consider calling ToStringAndFree instead.")]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EmbeddedLanguages\VirtualChars\VirtualCharSequence.cs (1)
171[Obsolete("Only around for ASP.NET compatibility. Do not use anymore.", error: false)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Rules\CompatAbstractFormattingRule.cs (6)
15[Obsolete("Do not call this method directly (it will Stack Overflow).", error: true)] 23[Obsolete("Do not call this method directly (it will Stack Overflow).", error: true)] 31[Obsolete("Do not call this method directly (it will Stack Overflow).", error: true)] 39[Obsolete("Do not call this method directly (it will Stack Overflow).", error: true)] 47[Obsolete("Do not call this method directly (it will Stack Overflow).", error: true)] 57[Obsolete("Do not call this method directly (it will Stack Overflow).", error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SpecializedTasks.cs (1)
22[Obsolete("Use Task.CompletedTask instead which is available in the framework.")]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\SemanticModelReuse\SemanticModelReuseWorkspaceServiceFactory.cs (1)
16[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Storage\LegacyPersistentStorageService.cs (2)
16[Obsolete("Roslyn no longer exports a mechanism to perform persistence.", error: true)] 23[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SymbolSearch\ISymbolSearchService.cs (1)
155[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
TemporaryStorage\TemporaryStorageService.cs (1)
98[Obsolete(MefConstruction.FactoryMethodMessage, error: true)]
TemporaryStorage\TemporaryStorageService.Factory.cs (2)
17[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 21[Obsolete(MefConstruction.FactoryMethodMessage, error: true)]
Workspace\DocumentTracking\DefaultDocumentTrackingService.cs (1)
14[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspace\Host\Documentation\DocumentationProviderService.cs (1)
16[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspace\Host\EventListener\IWorkspaceEventListenerProvider.cs (1)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspace\Host\HostWorkspaceServices.cs (2)
100[Obsolete("Roslyn no longer exports a mechanism to perform persistence.", error: true)] 110[Obsolete("Roslyn no longer exports a mechanism to store arbitrary data in-memory.")]
Workspace\Host\IFallbackAnalyzerConfigOptionsProvider.cs (1)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspace\Host\ISupportedChangesService.cs (1)
31[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspace\Host\LanguageServices.cs (2)
16[Obsolete("Do not call directly. Use HostLanguageServices.ProjectServices to acquire an instance")] 24[Obsolete("Only use to implement obsolete public API")]
Workspace\Host\Metadata\DefaultAnalyzerService.cs (1)
17[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspace\Host\Metadata\FrameworkAssemblyPathResolverFactory.cs (1)
15[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspace\Host\Metadata\IAnalyzerAssemblyLoaderProvider.cs (1)
90[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspace\Host\Metadata\MetadataReferenceCache.cs (1)
81[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspace\Host\Metadata\MetadataServiceFactory.cs (1)
14[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspace\Host\PersistentStorage\IPersistentStorageConfiguration.cs (1)
58[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspace\Host\PersistentStorage\IPersistentStorageService.cs (2)
13[Obsolete("Roslyn no longer exports a mechanism to perform persistence.", error: true)] 16[Obsolete("Roslyn no longer exports a mechanism to perform persistence.", error: true)]
Workspace\Host\SolutionServices.cs (2)
24[Obsolete("Do not call directly. Use HostWorkspaceServices.SolutionServices to acquire an instance")] 30[Obsolete("Only use to implement obsolete public API")]
Workspace\Host\Status\DefaultWorkspaceStatusService.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspace\Host\TaskScheduler\TaskSchedulerProvider.cs (1)
18[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspace\Host\TaskScheduler\WorkspaceAsynchronousOperationListenerProvider.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspace\Host\TemporaryStorage\ITemporaryStorage.cs (2)
13[Obsolete("Roslyn no longer exports a mechanism to store arbitrary data in-memory.", error: true)] 22[Obsolete("Roslyn no longer exports a mechanism to store arbitrary data in-memory.", error: true)]
Workspace\Host\TemporaryStorage\ITemporaryStorageService.cs (1)
13[Obsolete("API is no longer available", error: true)]
Workspace\Host\TemporaryStorage\LegacyTemporaryStorageService.cs (2)
18[Obsolete] 23[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspace\Host\TextFactory\TextFactoryService.cs (1)
20[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspace\Host\WorkpacePartialSolutionsTestHook.cs (1)
14[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspace\IsolatedAnalyzerFileReference.cs (1)
68[Obsolete]
Workspace\ISolutionAnalyzerSetterWorkspaceService.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspace\IWorkspaceConfigurationService.cs (1)
19[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspace\Solution\Document.cs (1)
69[Obsolete("Use TextDocument.HasTextChanged")]
Workspace\Solution\DocumentState.cs (1)
299[Obsolete("Use TextDocumentState.HasTextChanged")]
Workspace\Solution\FileTextLoader.cs (1)
89[Obsolete("Use/override LoadTextAndVersionAsync(LoadTextOptions, CancellationToken)", false)]
Workspace\Solution\Project.cs (1)
102[Obsolete($"Use {nameof(Services)} instead.")]
Workspace\Solution\Solution.cs (1)
1634[Obsolete("This method no longer produces a Solution that does not share state and is no longer necessary to call.", error: false)]
Workspace\Solution\TextAndVersion.cs (1)
28[Obsolete("Use Document.FilePath instead", false)]
Workspace\Solution\TextLoader.cs (1)
82[Obsolete("Use/override LoadTextAndVersionAsync(LoadTextOptions, CancellationToken)")]
Workspace\Workspace_Editor.cs (1)
112[Obsolete("The isSolutionClosing parameter is now obsolete. Please call the overload without that parameter.")]
Workspace\Workspace_Events.cs (1)
162[Obsolete("This member is obsolete. Use the RaiseDocumentActiveContextChangedEventAsync(SourceTextContainer, DocumentId, DocumentId) overload instead.", error: true)]
Workspace\Workspace_EventsLegacy.cs (7)
24[Obsolete($"Use {nameof(RegisterWorkspaceChangedHandler)} instead, which by default will no longer run on the UI thread.", error: false)] 36[Obsolete($"Use {nameof(RegisterWorkspaceFailedHandler)} instead, which by default will no longer run on the UI thread.", error: false)] 47[Obsolete($"Use {nameof(RegisterDocumentOpenedHandler)} instead, which by default will no longer run on the UI thread.", error: false)] 58[Obsolete($"Use {nameof(RegisterTextDocumentOpenedHandler)} instead, which by default will no longer run on the UI thread.", error: false)] 69[Obsolete($"Use {nameof(RegisterDocumentClosedHandler)} instead, which by default will no longer run on the UI thread.", error: false)] 80[Obsolete($"Use {nameof(RegisterTextDocumentClosedHandler)} instead, which by default will no longer run on the UI thread.", error: false)] 92[Obsolete($"Use {nameof(RegisterDocumentActiveContextChangedHandler)} instead, which by default will no longer run on the UI thread.", error: false)]
Workspace\Workspace.cs (1)
536[Obsolete(@"Workspace options should be set by invoking 'workspace.TryApplyChanges(workspace.CurrentSolution.WithOptions(newOptionSet))'")]
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\DynamicDebuggerProxy.cs (2)
26[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 487[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
Microsoft\CSharp\RuntimeBinder\RuntimeBinderException.cs (1)
50[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
Microsoft\CSharp\RuntimeBinder\RuntimeBinderInternalCompilerException.cs (1)
50[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
Microsoft.Data.Analysis (7)
DataFrame.IO.cs (2)
597[Obsolete("WriteCsv is obsolete and will be removed in a future version. Use SaveCsv instead.")] 635[Obsolete("WriteCsv is obsolete and will be removed in a future version. Use SaveCsv instead.")]
DataFrameColumn.cs (1)
140[Obsolete]
DataFrameColumnCollection.cs (1)
47[Obsolete]
PrimitiveColumnContainer.cs (1)
214[Obsolete]
PrimitiveDataFrameColumn.cs (2)
658[Obsolete("Method is obsolete, use Apply(Func<T, T> func, bool inPlace = false) instead")] 680[Obsolete("Method is obsolete, use Apply(Func<T, T> func, bool inPlace = false) instead")]
Microsoft.DotNet.Build.Tasks.Packaging (1)
NuGetAssetResolver.cs (1)
273[Obsolete]
Microsoft.DotNet.Cli.Utils (1)
PathUtility.cs (1)
227[Obsolete("Use System.IO.Path.GetFullPath(string, string) instead, or PathUtility.GetFullPath(string) if the base path is the current working directory.")]
Microsoft.DotNet.TemplateLocator (1)
src\sdk\src\Resolvers\Microsoft.NET.Sdk.WorkloadManifestReader\SdkDirectoryWorkloadManifestProvider.JsonReader.cs (1)
91[Obsolete(DiagnosticId = "SYSLIB0051")] // add this attribute to the serialization ctor
Microsoft.Extensions.Caching.Memory (1)
MemoryCacheOptions.cs (1)
62[Obsolete("This property is retained only for compatibility. Remove use and instead call MemoryCache.Compact as needed.", error: true)]
Microsoft.Extensions.DependencyModel (1)
HashCodeCombiner.cs (1)
12[Obsolete("HashCodeCombiner has been deprecated. Use System.HashCode instead.")]
Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilization (3)
ResourceUtilizationHealthCheck.Obsolete.cs (2)
19[Obsolete(DiagnosticIds.Obsoletions.NonObservableResourceMonitoringApiMessage, 30[Obsolete(DiagnosticIds.Obsoletions.NonObservableResourceMonitoringApiMessage,
ResourceUtilizationHealthCheckOptions.cs (1)
45[Obsolete(DiagnosticIds.Obsoletions.NonObservableResourceMonitoringApiMessage,
Microsoft.Extensions.Hosting.Abstractions (4)
EnvironmentName.cs (1)
13[System.Obsolete("EnvironmentName has been deprecated. Use Microsoft.Extensions.Hosting.Environments instead.")]
HostAbortedException.cs (1)
15[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
IApplicationLifetime.cs (1)
16[Obsolete("IApplicationLifetime has been deprecated. Use Microsoft.Extensions.Hosting.IHostApplicationLifetime instead.")]
IHostingEnvironment.cs (1)
16[Obsolete("IHostingEnvironment has been deprecated. Use Microsoft.Extensions.Hosting.IHostEnvironment instead.")]
Microsoft.Extensions.Http (1)
DependencyInjection\HttpClientBuilderExtensions.cs (1)
258[Obsolete("This method has been deprecated. Use ConfigurePrimaryHttpMessageHandler or ConfigureAdditionalHttpMessageHandlers instead.")]
Microsoft.Extensions.Logging.Abstractions (4)
FormattedLogValuesObsolete.cs (1)
16[Obsolete("This type is retained only for compatibility. The recommended alternative is the Microsoft.Extensions.Diagnostics.Testing package.", error: true)]
LogValuesFormatterObsolete.cs (1)
14[Obsolete("This type is retained only for compatibility. The recommended alternative is the Microsoft.Extensions.Diagnostics.Testing package.", error: true)]
NullScopeObsolete.cs (1)
13[Obsolete("This type is retained only for compatibility.", error: true)]
TypeNameHelperObsolete.cs (1)
13[Obsolete("This type is retained only for compatibility.", error: true)]
Microsoft.Extensions.Logging.Console (18)
ConfigurationConsoleLoggerSettings.cs (1)
15[Obsolete("This type is retained only for compatibility. The recommended alternative is ConsoleLoggerOptions.")]
ConsoleLoggerExtensions.Obsolete.cs (9)
23[Obsolete("This method is retained only for compatibility. The recommended alternative is AddConsole(this ILoggingBuilder builder).", error: true)] 37[Obsolete("This method is retained only for compatibility. The recommended alternative is AddConsole(this ILoggingBuilder builder).", error: true)] 52[Obsolete("This method is retained only for compatibility. The recommended alternative is AddConsole(this ILoggingBuilder builder).", error: true)] 66[Obsolete("This method is retained only for compatibility. The recommended alternative is AddConsole(this ILoggingBuilder builder).", error: true)] 80[Obsolete("This method is retained only for compatibility. The recommended alternative is AddConsole(this ILoggingBuilder builder).", error: true)] 95[Obsolete("This method is retained only for compatibility. The recommended alternative is AddConsole(this ILoggingBuilder builder).", error: true)] 109[Obsolete("This method is retained only for compatibility. The recommended alternative is AddConsole(this ILoggingBuilder builder).", error: true)] 122[Obsolete("This method is retained only for compatibility. The recommended alternative is AddConsole(this ILoggingBuilder builder).", error: true)] 128[Obsolete]
ConsoleLoggerFormat.cs (1)
9[System.ObsoleteAttribute("ConsoleLoggerFormat has been deprecated.")]
ConsoleLoggerOptions.cs (5)
19[System.ObsoleteAttribute("ConsoleLoggerOptions.DisableColors has been deprecated. Use SimpleConsoleFormatterOptions.ColorBehavior instead.")] 30[System.ObsoleteAttribute("ConsoleLoggerOptions.Format has been deprecated. Use ConsoleLoggerOptions.FormatterName instead.")] 59[System.ObsoleteAttribute("ConsoleLoggerOptions.IncludeScopes has been deprecated. Use ConsoleFormatterOptions.IncludeScopes instead.")] 73[System.ObsoleteAttribute("ConsoleLoggerOptions.TimestampFormat has been deprecated. Use ConsoleFormatterOptions.TimestampFormat instead.")] 82[System.ObsoleteAttribute("ConsoleLoggerOptions.UseUtcTimestamp has been deprecated. Use ConsoleFormatterOptions.UseUtcTimestamp instead.")]
ConsoleLoggerSettings.cs (1)
15[Obsolete("This type is retained only for compatibility. The recommended alternative is ConsoleLoggerOptions.", error: true)]
IConsoleLoggerSettings.cs (1)
14[Obsolete("This type is retained only for compatibility. The recommended alternative is ConsoleLoggerOptions.", error: true)]
Microsoft.Extensions.Logging.Debug (3)
DebugLoggerFactoryExtensions.cs (3)
23[Obsolete("This method is retained only for compatibility. The recommended alternative is AddDebug(this ILoggingBuilder builder).", error: true)] 32[Obsolete("This method is retained only for compatibility. The recommended alternative is AddDebug(this ILoggingBuilder builder).", error: true)] 40[Obsolete("This method is retained only for compatibility. The recommended alternative is AddDebug(this ILoggingBuilder builder).", error: true)]
Microsoft.Extensions.Logging.EventLog (3)
EventLoggerFactoryExtensions.cs (3)
25[Obsolete("This method is retained only for compatibility. The recommended alternative is AddEventLog(this ILoggingBuilder builder).", error: true)] 41[Obsolete("This method is retained only for compatibility. The recommended alternative is AddEventLog(this ILoggingBuilder builder).", error: true)] 50[Obsolete("This method is retained only for compatibility. The recommended alternative is AddEventLog(this ILoggingBuilder builder).", error: true)]
Microsoft.Extensions.Logging.EventSource (1)
EventSourceLoggerFactoryExtensions.cs (1)
24[Obsolete("This method is retained only for compatibility. The recommended alternative is AddEventSourceLogger(this ILoggingBuilder builder).", error: true)]
Microsoft.Extensions.Logging.TraceSource (4)
TraceSourceFactoryExtensions.cs (4)
25[Obsolete("This method is retained only for compatibility. The recommended alternative is AddTraceSource(this ILoggingBuilder builder).", error: true)] 44[Obsolete("This method is retained only for compatibility. The recommended alternative is AddTraceSource(this ILoggingBuilder builder).", error: true)] 63[Obsolete("This method is retained only for compatibility. The recommended alternative is AddTraceSource(this ILoggingBuilder builder).", error: true)] 82[Obsolete("This method is retained only for compatibility. The recommended alternative is AddTraceSource(this ILoggingBuilder builder).", error: true)]
Microsoft.Extensions.ObjectPool (2)
LeakTrackingObjectPool.cs (1)
20[Obsolete("LeakTrackingObjectPool<T> was only intended for internal use in diagnostic builds of .NET. " +
LeakTrackingObjectPoolProvider.cs (1)
13[Obsolete("LeakTrackingObjectPoolProvider was only intended for internal use in diagnostic builds of .NET. " +
Microsoft.Extensions.Options (1)
IStartupValidator.cs (1)
17[Obsolete(Obsoletions.IStartupValidatorMessage, DiagnosticId = Obsoletions.IStartupValidatorDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
Microsoft.Extensions.Primitives (1)
InplaceStringBuilder.cs (1)
16[Obsolete("This type is retained only for compatibility. The recommended alternative is string.Create<TState> (int length, TState state, System.Buffers.SpanAction<char,TState> action).", error: true)]
Microsoft.Extensions.Telemetry.Tests (1)
Enrichment\ServiceEnricherExtensionsTests.cs (1)
15[Obsolete("Testing obsolete API")]
Microsoft.Extensions.Validation.ValidationsGenerator (2)
src\aspnetcore\src\Shared\HashCode.cs (2)
428[Obsolete("HashCode is a mutable struct and should not be compared with other HashCodes. Use ToHashCode to retrieve the computed hash code.", error: true)] 432[Obsolete("HashCode is a mutable struct and should not be compared with other HashCodes.", error: true)]
Microsoft.Extensions.VectorData.Abstractions (3)
FilterClauses\AnyTagEqualToFilterClause.cs (1)
11[Obsolete("Use LINQ expressions via VectorSearchOptions<TRecord>.Filter instead. This type will be removed in a future version.")]
FilterClauses\EqualToFilterClause.cs (1)
11[Obsolete("Use LINQ expressions via VectorSearchOptions<TRecord>.Filter instead. This type will be removed in a future version.")]
FilterClauses\FilterClause.cs (1)
15[Obsolete("Use LINQ expressions via VectorSearchOptions<TRecord>.Filter instead. This type will be removed in a future version.")]
Microsoft.Maui (11)
Core\IBorder.cs (1)
10[Obsolete("IBorder is not used and will be removed in a future release. Use IBorderView or IBorderStroke instead.")]
Extensions\EnumerableExtensions.cs (2)
35 [Obsolete("Legacy API used in previous versions of XAML Hot Reload. Do not use.")] 142 [Obsolete("Use IndexOf<T>(IEnumerable<T>, T item) instead.")]
Hosting\ImageSources\IImageSourceServiceProvider.cs (2)
15 [Obsolete("Use GetImageSourceService instead.")] 20 [Obsolete("Use GetImageSourceService instead.")]
Platform\HandlerNotFoundException.cs (1)
29 [ObsoleteAttribute("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId = "SYSLIB0051", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")]
Platform\ImageSourcePartLoader.cs (1)
42 [Obsolete("Use ImageSourcePartLoader(IImageSourcePartSetter setter) instead.", true)]
Primitives\FocusRequest.cs (3)
11 [Obsolete("Use FocusRequest() instead.")] 23 [Obsolete("Use Result instead.")] 25 [Obsolete("Use SetResult(bool) or TrySetResult(bool) instead.")]
Primitives\SizeRequest.cs (1)
12 [Obsolete("Use Microsoft.Maui.Size instead.")]
Microsoft.Maui.Controls (111)
Accelerator.cs (1)
10 [Obsolete("Use KeyboardAccelerator instead.")]
AcceleratorTypeConverter.cs (1)
16 [Obsolete("Use KeyboardAccelerator instead.")]
Application\Application.cs (2)
92 [Obsolete("This property has been deprecated. For single-window applications, use Windows[0].Page. For multi-window applications, identify and use the appropriate Window object to access the desired Page. Additionally, each element features a Window property, accessible when it's part of the current window.")] 100 [Obsolete("This property is deprecated. Initialize your application by overriding Application.CreateWindow rather than setting MainPage. To modify the root page in an active application, use Windows[0].Page for applications with a single window. For applications with multiple windows, use Application.Windows to identify and update the root page on the correct window. Additionally, each element features a Window property, accessible when it's part of the current window.")]
AutomationProperties.cs (3)
10 [Obsolete("Use SemanticProperties.Hint instead. See the conceptual docs about accessibility for more information.")] 20 [Obsolete("Use a SemanticProperties.Description binding instead. See the conceptual docs about accessibility for more information.")] 24 [Obsolete("Use SemanticProperties.Description instead. See the conceptual docs about accessibility for more information.")]
BindableObject.cs (1)
545 [Obsolete("go away")]
BoxView\BoxView.cs (1)
46 [Obsolete("Use MeasureOverride instead")]
ClickGestureRecognizer.cs (1)
9 [Obsolete("The ClickGestureRecognizer is deprecated; please use TapGestureRecognizer or PointerGestureRecognizer instead.")]
ContentPage\ContentPage.cs (1)
79 [Obsolete("Use ArrangeOverride instead")]
ContentPresenter.cs (2)
40 [Obsolete("Use InvalidateArrange if you need to trigger a new arrange and then put your arrange logic inside ArrangeOverride instead")] 51 [Obsolete("Use MeasureOverride instead")]
Device.cs (27)
15 [Obsolete] 19 [Obsolete] 24 [Obsolete("Use Microsoft.Maui.Devices.DevicePlatform.iOS instead.")] 27 [Obsolete("Use Microsoft.Maui.Devices.DevicePlatform.Android instead.")] 30 [Obsolete("Use Microsoft.Maui.Devices.DevicePlatform.WinUI instead.")] 33 [Obsolete("Use Microsoft.Maui.Devices.DevicePlatform.macOS instead.")] 36 [Obsolete("Use Microsoft.Maui.Devices.DevicePlatform.GTK instead.")] 39 [Obsolete("Use Microsoft.Maui.Devices.DevicePlatform.Tizen instead.")] 41 [Obsolete("Use Microsoft.Maui.Devices.DevicePlatform.WinUI instead.")] 44 [Obsolete("Use Microsoft.Maui.Devices.DevicePlatform.WPF instead.")] 46 [Obsolete("Use Microsoft.Maui.Devices.DevicePlatform.MacCatalyst instead.")] 48 [Obsolete("Use Microsoft.Maui.Devices.DevicePlatform.tvOS instead.")] 52 [Obsolete("Use Microsoft.Maui.Devices.DeviceInfo.Idiom instead.")] 73 [Obsolete("Use Microsoft.Maui.Devices.DeviceInfo.Platform instead.")] 77 [Obsolete("Use Microsoft.Maui.ApplicationModel.AppInfo.RequestedLayoutDirection instead.")] 84 [Obsolete("Use BindableObject.Dispatcher.IsDispatchRequired instead.")] 89 [Obsolete("Use BindableObject.Dispatcher.Dispatch() instead.")] 94 [Obsolete("Use BindableObject.Dispatcher.DispatchAsync() instead.")] 99 [Obsolete("Use BindableObject.Dispatcher.DispatchAsync() instead.")] 104 [Obsolete("Use BindableObject.Dispatcher.DispatchAsync() instead.")] 109 [Obsolete("Use BindableObject.Dispatcher.DispatchAsync() instead.")] 114 [Obsolete("Use BindableObject.Dispatcher.GetSynchronizationContextAsync() instead.")] 119 [Obsolete] 126 [Obsolete] 133 [Obsolete("Use BindableObject.Dispatcher.StartTimer() or BindableObject.Dispatcher.DispatchDelayed() instead.")] 144 [Obsolete] 150 [Obsolete]
DragAndDrop\DragStartingEventArgs.cs (1)
36 [Obsolete("Use PlatformArgs to handle customization. On Windows, set the PlatformArgs.Handled property to true if changing DragStartingEventArgs.")]
Element\Element.cs (1)
181 [Obsolete("Do not use! This is to be removed! Just used by Hot Reload! To be replaced with IVisualTreeElement!")]
FlyoutPage\FlyoutPage.cs (1)
197 [Obsolete("Use ArrangeOverride instead")]
Frame\Frame.cs (2)
10 [Obsolete("Frame is obsolete as of .NET 9. Please use Border instead.")] 133 [Obsolete("Frame is obsolete as of .NET 9. Please use Border instead.")]
IFontNamedSizeService.cs (1)
6 [Obsolete]
Image\Image.cs (1)
80 [Obsolete("Use MeasureOverride instead")]
IndicatorView\IndicatorView.cs (1)
136 [Obsolete("Use MeasureOverride instead")]
IPlatformSizeService.cs (1)
5 [Obsolete("No .NET MAUI code makes use of IPlatformSizeService and this interface will be removed in a future .NET MAUI release.")]
ISystemResourcesProvider.cs (1)
7 [Obsolete]
Items\ItemsView.cs (1)
195 [Obsolete("Use MeasureOverride instead")]
Layout\GridExtensions.cs (1)
40 [Obsolete("This method is obsolete. Please use AddWithSpan(this Grid, IView, int, int, int, int) instead.")]
Layout\Layout.Standard.cs (3)
13 [Obsolete] 21 [Obsolete] 29 [Obsolete]
LayoutOptions.cs (4)
22 [Obsolete("The StackLayout expansion options are deprecated; please use a Grid instead.")] 26 [Obsolete("The StackLayout expansion options are deprecated; please use a Grid instead.")] 30 [Obsolete("The StackLayout expansion options are deprecated; please use a Grid instead.")] 34 [Obsolete("The StackLayout expansion options are deprecated; please use a Grid instead.")]
LegacyLayouts\AbsoluteLayout.cs (2)
14 [Obsolete("Use Microsoft.Maui.Controls.AbsoluteLayout instead. For more information, see https://learn.microsoft.com/dotnet/maui/migration/layouts")] 94 [Obsolete("Use MeasureOverride instead")]
LegacyLayouts\FlexLayout.cs (1)
13 [Obsolete("Use Microsoft.Maui.Controls.FlexLayout instead. For more information, see https://learn.microsoft.com/dotnet/maui/migration/layouts")]
LegacyLayouts\Grid.cs (1)
13 [Obsolete("Use Microsoft.Maui.Controls.Grid instead. For more information, see https://learn.microsoft.com/dotnet/maui/migration/layouts")]
LegacyLayouts\Layout.cs (13)
20 [Obsolete("Use Microsoft.Maui.Controls.Layout instead. For more information, see https://learn.microsoft.com/dotnet/maui/user-interface/layouts/custom")] 92 [Obsolete("Use Microsoft.Maui.Controls.Layout instead. For more information, see https://learn.microsoft.com/dotnet/maui/user-interface/layouts/custom")] 179 [Obsolete("Use SizeChanged.")] 191 [Obsolete("Call InvalidateMeasure instead depending on your scenario.")] 218 [Obsolete("Use the Arrange method on child instead.")] 286 [Obsolete("Use the ZIndex Property instead")] 304 [Obsolete("Use the ZIndex Property instead")] 320 [Obsolete("Use InvalidateMeasure depending on your scenario")] 341 [Obsolete("Use ArrangeOverride")] 379 [Obsolete("Subscribe to the MeasureInvalidated Event on the Children.")] 410 [Obsolete("If you want to influence invalidation override InvalidateMeasureOverride")] 419 [Obsolete("If you want to influence invalidation override InvalidateMeasureOverride")] 426 [Obsolete("Use InvalidateMeasure depending on your scenario")]
LegacyLayouts\StackLayout.cs (1)
10 [Obsolete("Use Microsoft.Maui.Controls.StackLayout instead. For more information, see https://learn.microsoft.com/dotnet/maui/migration/layouts")]
ListView\ListView.cs (1)
421 [Obsolete("Use MeasureOverride instead")]
Menu\MenuItem.cs (3)
15 [Obsolete("Use MenuFlyoutItem.KeyboardAcceleratorsProperty instead.")] 50 [Obsolete("Use MenuFlyoutItem.KeyboardAcceleratorsProperty instead.")] 54 [Obsolete("Use MenuFlyoutItem.KeyboardAcceleratorsProperty instead.")]
MessagingCenter.cs (1)
25 [Obsolete("We recommend migrating to `CommunityToolkit.Mvvm.Messaging.WeakReferenceMessenger`: https://www.nuget.org/packages/CommunityToolkit.Mvvm")]
NamedSize.cs (1)
7 [Obsolete]
NavigationPage\NavigationPage.cs (1)
442 [Obsolete("Use ArrangeOverride instead")]
Page\Page.cs (2)
419 [Obsolete("Use ArrangeOverride instead")] 578 [Obsolete("Use ArrangeOverride instead")]
RadioButton\RadioButton.cs (1)
295 [Obsolete("Use MeasureOverride instead")]
Registrar.cs (2)
418 [Obsolete] 427 [Obsolete]
ScrollView\ScrollView.cs (3)
24 [Obsolete] 280 [Obsolete("Use ArrangeOverride instead")] 285 [Obsolete("Use MeasureOverride instead")]
Shell\IShellSectionController.cs (3)
30 [Obsolete] 34 [Obsolete] 38 [Obsolete]
Shell\SearchHandler.cs (1)
503 [Obsolete("Use ItemTemplate instead.")]
Shell\Shell.cs (1)
1977 [Obsolete("Use ArrangeOverride instead")]
Shell\ShellSection.cs (3)
151 [Obsolete] 168 [Obsolete] 179 [Obsolete]
TabbedPage\TabbedPage.cs (1)
83 [Obsolete("Use ArrangeOverride instead")]
TableView\TableView.cs (1)
134 [Obsolete("Use MeasureOverride instead")]
TargetIdiom.cs (1)
6 [Obsolete("Use Microsoft.Maui.Devices.DeviceIdiom instead.")]
TemplateBinding.cs (1)
9 [Obsolete("Use Binding.Source=RelativeBindingSource.TemplatedParent")]
TemplatedView\TemplatedView.cs (2)
30 [Obsolete("Use InvalidateArrange if you need to trigger a new arrange and then put your arrange logic inside ArrangeOverride instead")] 46 [Obsolete("Use MeasureOverride instead")]
VisualElement\VisualElement.cs (5)
1159 [Obsolete] 1233 [Obsolete("Use Measure with no flags.")] 1345 [Obsolete("Use MeasureOverride instead")] 1393 [Obsolete("This is now handled through VisualElement.MapFocus, this event handler will be removed in the future.")] 1405 [Obsolete("Use InvalidateMeasure instead.")]
Microsoft.Maui.Controls.BindingSourceGen (2)
HashCode.cs (2)
148 [Obsolete("HashCode is a mutable struct and should not be compared with other HashCodes. Use ToHashCode to retrieve the computed hash code.", 153 [Obsolete("HashCode is a mutable struct and should not be compared with other HashCodes.", error: true)]
Microsoft.Maui.Controls.Compatibility (2)
Forms.cs (1)
10 [Obsolete]
RendererToHandlerShim.cs (1)
41 [Obsolete]
Microsoft.Maui.Controls.SourceGen (1)
src\Controls\src\Xaml\XamlParser.Namespaces.cs (1)
7 [Obsolete("Should not be used except for migration/error message purposes")]
Microsoft.Maui.Controls.Xaml (3)
MarkupExtensions\OnPlatformExtension.cs (1)
28 [Obsolete("Use WinUI instead.")]
XamlParser.Namespaces.cs (1)
7 [Obsolete("Should not be used except for migration/error message purposes")]
XamlServiceProvider.cs (1)
144 [Obsolete("Use the other ctor")]
Microsoft.Maui.Essentials (1)
Types\DevicePlatform.shared.cs (1)
47 [Obsolete("Use WinUI instead.")]
Microsoft.Maui.Graphics (2)
Color.cs (2)
114 [Obsolete("Use ToArgbHex instead.")] 144 [Obsolete("Use FromArgb instead.")]
Microsoft.Maui.Graphics.Skia (2)
SkiaCanvasState.cs (1)
463 [Obsolete("Use Reset(SKPaint, SKFont, SKPaint, SKPaint) instead")]
SkiaTextLayout.cs (1)
21 [Obsolete("Use SkiaTextLayout(string, RectF, ITextAttributes, LayoutLine, TextFlow, SKFont) instead.")]
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (1)
src\Graphics\src\Graphics\Platforms\Windows\PlatformImageLoadingService.cs (1)
29 [Obsolete]
Microsoft.Maui.Resizetizer (1)
AsyncTask.cs (1)
49 [Obsolete("Do not use the Log.LogXXXX from within your Async task as it will Lock the Visual Studio UI. Use the this.LogXXXX methods instead.")]
Microsoft.ML.Core (1)
ComponentModel\AssemblyLoadingUtils.cs (1)
13[Obsolete("The usage for this is intended for the internal command line utilities and is not intended for anything related to the API. " +
Microsoft.ML.Data (1)
Data\DataViewTypeManager.cs (1)
144[Obsolete("This API is deprecated, please use the new form of Register which takes in a single DataViewTypeAttribute instead.", false)]
Microsoft.ML.OnnxTransformer (1)
OnnxSequenceType.cs (1)
63[Obsolete("Please specify sequence type when use OnnxSequenceType Attribute", false)]
Microsoft.ML.StandardTrainers (3)
Standard\MulticlassClassification\MulticlassNaiveBayesTrainer.cs (2)
263[Obsolete("This API is deprecated, please use GetLabelHistogramLong() which returns _labelHistogram " + 275[Obsolete("This API is deprecated, please use GetFeatureHistogramLong() which returns _featureHistogram " +
Standard\Simple\SimpleTrainers.cs (1)
36[Obsolete("This class was fundamentally misdesigned, is incapable of implementing the interfaces it claims to implement, " +
Microsoft.ML.TimeSeries (4)
ExtensionsCatalog.cs (4)
36[Obsolete("This API method is deprecated, please use the overload with confidence parameter of type double.")] 85[Obsolete("This API method is deprecated, please use the overload with confidence parameter of type double.")] 137[Obsolete("This API method is deprecated, please use the overload with confidence parameter of type double.")] 204[Obsolete("This API method is deprecated, please use the overload with confidence parameter of type double.")]
Microsoft.ML.TorchSharp (3)
NasBert\BertTaskType.cs (1)
22[Obsolete("Please use NamedEntityRecognition instead", false)]
TorchSharpCatalog.cs (2)
176[Obsolete("Please use NamedEntityRecognition method instead", false)] 195[Obsolete("Please use NamedEntityRecognition method instead", false)]
Microsoft.NET.Build.Tasks (1)
src\sdk\src\Resolvers\Microsoft.NET.Sdk.WorkloadManifestReader\SdkDirectoryWorkloadManifestProvider.JsonReader.cs (1)
91[Obsolete(DiagnosticId = "SYSLIB0051")] // add this attribute to the serialization ctor
Microsoft.Net.Http.Headers (5)
HeaderNames.cs (5)
66[Obsolete(PseudoHeaderNamesObsoletionMessage, false)] 184[Obsolete(PseudoHeaderNamesObsoletionMessage, false)] 191[Obsolete(PseudoHeaderNamesObsoletionMessage, false)] 219[Obsolete(PseudoHeaderNamesObsoletionMessage, false)] 244[Obsolete(PseudoHeaderNamesObsoletionMessage, false)]
Microsoft.NET.Sdk.WorkloadManifestReader (1)
SdkDirectoryWorkloadManifestProvider.JsonReader.cs (1)
91[Obsolete(DiagnosticId = "SYSLIB0051")] // add this attribute to the serialization ctor
Microsoft.Private.Windows.Core (2)
src\winforms\src\Microsoft.Private.Windows.Polyfills\System\Diagnostics\CodeAnalysis\DynamicDependencyAttribute.cs (1)
140[Obsolete("This property is no longer supported.")]
Windows\Win32\Foundation\IPointer.cs (1)
20[Obsolete("Use extension method GetPointer on IPointer<T> to get the typed pointer instead.")]
Microsoft.TemplateEngine.Abstractions (54)
IAllowDefaultIfOptionWithoutValue.cs (1)
6[Obsolete("Use DefaultIfOptionWithoutValue property of ITemplateParameter interface instead.")]
ICacheParameter.cs (1)
10[Obsolete("Deprecated. Template cache now uses ITemplateParameter instead.")]
ICacheTag.cs (1)
9[Obsolete("Deprecated. Template cache now uses ITemplateParameter instead for choice parameters.")]
IComponentManager.cs (2)
38[Obsolete("Use AddComponent method instead.")] 45[Obsolete("Use AddComponent method instead.")]
IEngineEnvironmentSettings.cs (1)
14[Obsolete("ISettingsLoader is obsolete.")]
IFileChange.cs (1)
25[Obsolete("File contents are no longer available, the property always returns an empty byte array.")]
IGenerator.cs (5)
98[Obsolete("Use GetTemplatesFromMountPoint instead.")] 110[Obsolete("Use TryLoadTemplateFromTemplateInfo instead.")] 122[Obsolete("Replaced by CreateAsync with IParameterSetData", false)] 139[Obsolete("Replaced by GetCreationEffectsAsync with IParameterSetData", false)] 156[Obsolete("Replaced by ParameterSetBuilder.CreateWithDefaults", true)]
ILocalizationLocator.cs (1)
24[Obsolete("ILocalizationLocator is available form IScanTemplateInfo now, so get the identity via IScanTemplateInfo.Identity.")]
IParameterSet.cs (1)
9[Obsolete("Replaced by IParameterSetData", false)]
ISearchPackFilter.cs (1)
6[Obsolete("The interface is moved to Microsoft.TemplateSearch.Common.")]
ISettingsLoader.cs (18)
8[Obsolete("See obsolete messages on methods/properties for details on what to use as replacement.")] 11[Obsolete("Use IEngineEnvironmentSettings.Components")] 14[Obsolete("Use IEngineEnvironmentSettings directly.")] 17[Obsolete("Retrieving list of mount points is not possible anymore, to load mount point use Microsoft.TemplateEngine.Utils.EngineEnvironmentSettingsExtensions.TryGetMountPoint extension.")] 20[Obsolete("Adding mount points is not possible anymore, to load mount point use Microsoft.TemplateEngine.Utils.EngineEnvironmentSettingsExtensions.TryGetMountPoint extension.")] 23[Obsolete("Probing paths need to be handled by ComponentManager itself.")] 26[Obsolete("Use new TemplatePackagesManager().GetTemplatesAsync.")] 29[Obsolete("Use Microsoft.TemplateEngine.Utils.TemplateInfoExtensions.LoadTemplate extension.")] 32[Obsolete("No need to call Save anymore.")] 35[Obsolete("Use Microsoft.TemplateEngine.Utils.EngineEnvironmentSettingsExtensions.TryGetMountPoint extension and then look for file inside mountpoint.")] 38[Obsolete("Use Microsoft.TemplateEngine.Utils.EngineEnvironmentSettingsExtensions.TryGetMountPoint extension.")] 41[Obsolete("Use Microsoft.TemplateEngine.Utils.EngineEnvironmentSettingsExtensions.TryGetMountPoint extension.")] 44[Obsolete("Should be handled by TemplatePackageManager itself.")] 47[Obsolete("Should be handled by TemplatePackageManager itself.")] 50[Obsolete("Use ITemplateInfo.HostConfigPlace instead.")] 53[Obsolete("IMountPoint is IDisposable now.")] 56[Obsolete("Removing mount points is not possible anymore, to load mount point use Microsoft.TemplateEngine.Utils.EngineEnvironmentSettingsExtensions.TryGetMountPoint extension.")] 59[Obsolete("Removing mount points is not possible anymore, to load mount point use Microsoft.TemplateEngine.Utils.EngineEnvironmentSettingsExtensions.TryGetMountPoint extension.")]
IShortNameList.cs (2)
6[Obsolete("The ShortNameList is added to ITemplateInfo instead")] 9[Obsolete("Use ITemplateInfo.ShortNameList instead")]
ISimpleConfigModifiers.cs (1)
6[Obsolete("The interface is deprecated.")]
ITemplateEngineHost.cs (1)
80[Obsolete("The method is deprecated. If potentially destructive changes are detected without passing force, TemplateCreator will return DestructiveChangesDetected CreationResultStatus that can be processed by host.")]
ITemplateInfo.cs (5)
14[Obsolete("Templates support multiple short names, use ShortNameList instead")] 17[Obsolete("For choice parameters, use ParameterDefinitionSet instead. For template tags, use IReadOnlyDictionary<string, string> TagsCollection instead.")] 20[Obsolete("Use ParameterDefinitionSet instead.")] 26[Obsolete("Use ParameterDefinitionSet instead.", false)] 29[Obsolete("This property is obsolete.")]
ITemplateParameter.cs (2)
11[Obsolete("Use Description instead.")] 27[Obsolete("Use Precedence instead.")]
Mount\IMountPointManager.cs (1)
6[Obsolete("Use Microsoft.TemplateEngine.Utils.EngineEnvironmentSettingsExtensions.TryGetMountPoint")]
Parameters\DataSource.cs (1)
26[Obsolete("The value is not used anymore due to ITemplateEngineHost.OnParameterError was removed.")]
PhysicalFileSystem\IFileLastWriteTimeSource.cs (1)
6[Obsolete("Use IPhysicalFileSystem properties instead.")]
TemplateFiltering\MatchKind.cs (2)
40[Obsolete("This value will be removed in next release, use + " + nameof(MatchKind.Mismatch) + " or " + nameof(MatchKind.InvalidValue) + " instead")] 43[Obsolete("This value will be removed in next release, use + " + nameof(MatchKind.Mismatch) + " or " + nameof(MatchKind.InvalidValue) + " instead")]
TemplateParameterPrecedenceExtensions.cs (3)
14[Obsolete("TemplateParameterPriority is Obsolete and should be replaced with PrecedenceDefinition.")] 32[Obsolete("TemplateParameterPriority is Obsolete and should be replaced with PrecedenceDefinition.")] 44[Obsolete("TemplateParameterPriority is Obsolete and should be replaced with PrecedenceDefinition.")]
TemplateParameterPriority.cs (2)
9[Obsolete("Use Precedence instead.")] 17[Obsolete("the value was never used and is deprecated.")]
Microsoft.TemplateEngine.Cli (6)
CliTemplateEngineHost.cs (1)
90[Obsolete("Use CreationStatusResult instead")]
CliTemplateInfo.cs (5)
46[Obsolete] 49[Obsolete] 54[Obsolete] 59[Obsolete("Use ParameterDefinitionSet instead.")] 76[Obsolete]
Microsoft.TemplateEngine.Edge (37)
DefaultTemplateEngineHost.cs (1)
83[Obsolete]
EngineEnvironmentSettings.cs (1)
58[Obsolete("ISettingsLoader is obsolete, see obsolete messages for individual properties/methods of ISettingsLoader for details.")]
FilterableTemplateInfo.cs (2)
12[Obsolete("This class is deprecated.")] 56[Obsolete("Use ParameterDefinitionSet instead.")]
Settings\FilteredTemplateInfo.cs (1)
9[Obsolete("Use ITemplateMatchInfo instead")]
Settings\Scanner.cs (2)
39[Obsolete("Use ScanAsync instead.")] 52[Obsolete("Use ScanAsync instead.")]
Settings\ScanResult.cs (1)
44[Obsolete("Use IScanTemplateInfo.Localizations instead.")]
Settings\TemplateInfo.cs (4)
109[Obsolete("Use ParameterDefinitionSet instead.")] 143[Obsolete] 163[Obsolete] 187[Obsolete]
Settings\TemplateInfoReader.cs (2)
241[Obsolete] 245[Obsolete]
Settings\TemplateMatchInfo.cs (1)
9[Obsolete("This implementation is deprecated, use " + nameof(TemplateMatchInfo) + " instead")]
Template\CreationResultStatus.cs (1)
36[Obsolete("not used.")]
Template\FilteredTemplateEqualityComparer.cs (1)
6[Obsolete("IFilteredTemplateInfo is obsolete")]
Template\IFilteredTemplateInfo.cs (1)
8[Obsolete("Use ITemplateMatchInfo instead")]
Template\InputDataSetExtensions.cs (1)
20[Obsolete("IParameterSet should not be used - it is replaced with IParameterSetData", false)]
Template\ITemplateMatchInfo.cs (1)
9[Obsolete("moved to " + nameof(Abstractions.TemplateFiltering) + " namespace")]
Template\MatchInfo.cs (1)
8[Obsolete("This struct is deprecated, use " + nameof(Abstractions.TemplateFiltering.MatchInfo) + " instead")]
Template\MatchLocation.cs (1)
6[Obsolete("use" + nameof(Microsoft.TemplateEngine.Abstractions.TemplateFiltering.MatchInfo.Name) + " instead")]
Template\OrdinalIgnoreCaseMatchInfoComparer.cs (1)
6[Obsolete("This class is deprecated")]
Template\TemplateCreator.cs (5)
458[Obsolete("The method is obsolete and won't be replaced. Use InstantiateAsync to run the template.")] 465[Obsolete("The method is deprecated.")] 479[Obsolete("This method is deprecated.")] 494[Obsolete("This method is deprecated.")] 505[Obsolete("Proxy for obsolete ResolveUserParameters method", false)]
Template\TemplateEqualityComparer.cs (1)
8[Obsolete("This class is deprecated.")]
Template\TemplateMatchInfoEqualityComparer.cs (1)
6[Obsolete("This class is deprecated.")]
Template\WellKnownSearchFilters.cs (2)
9[Obsolete("Use " + nameof(Microsoft.TemplateEngine.Utils.WellKnownSearchFilters) + " instead")] 145[Obsolete("Use TagsFilter instead")]
TemplateListFilter.cs (5)
16[Obsolete("Use " + nameof(Utils.WellKnownSearchFilters.MatchesAllCriteria) + " instead")] 23[Obsolete("Use " + nameof(Utils.WellKnownSearchFilters.MatchesAtLeastOneCriteria) + " instead")] 26[Obsolete("Use " + nameof(TemplatePackageManager.GetTemplatesAsync) + " instead")] 71[Obsolete("Use " + nameof(TemplatePackageManager.GetTemplatesAsync) + " instead")] 105[Obsolete("Use " + nameof(TemplatePackageManager.GetTemplatesAsync) + " instead")]
Microsoft.TemplateEngine.IDE (11)
Bootstrapper.cs (11)
364[Obsolete("Use " + nameof(GetTemplatesAsync) + "instead")] 370[Obsolete("Use ITemplateEngineHost.BuiltInComponents or AddComponent to add components.")] 376[Obsolete("Use ITemplateEngineHost.BuiltInComponents or AddComponent to add components.")] 385[Obsolete("use Task<IReadOnlyList<InstallResult>> InstallTemplatePackagesAsync(IEnumerable<InstallRequest> installRequests, InstallationScope scope = InstallationScope.Global, CancellationToken cancellationToken = default) instead")] 391[Obsolete("use Task<IReadOnlyList<InstallResult>> InstallTemplatePackagesAsync(IEnumerable<InstallRequest> installRequests, InstallationScope scope = InstallationScope.Global, CancellationToken cancellationToken = default) instead")] 397[Obsolete("use Task<IReadOnlyList<InstallResult>> InstallTemplatePackagesAsync(IEnumerable<InstallRequest> installRequests, InstallationScope scope = InstallationScope.Global, CancellationToken cancellationToken = default) instead")] 412[Obsolete("use Task<IReadOnlyList<UninstallResult>> UninstallTemplatePackagesAsync(IEnumerable<IManagedTemplatePackage> managedPackages, CancellationToken cancellationToken = default) instead")] 418[Obsolete("use Task<IReadOnlyList<UninstallResult>> UninstallTemplatePackagesAsync(IEnumerable<IManagedTemplatePackage> managedPackages, CancellationToken cancellationToken = default) instead")] 424[Obsolete("use Task<IReadOnlyList<UninstallResult>> UninstallTemplatePackagesAsync(IEnumerable<IManagedTemplatePackage> managedPackages, CancellationToken cancellationToken = default) instead")] 451[Obsolete("Use Task<TemplateCreationResult> CreateAsync(ITemplateInfo info, string? name, string outputPath, IReadOnlyDictionary<string, string> parameters, string? baselineName = null, CancellationToken cancellationToken = default) instead.")] 458[Obsolete("Use Task<TemplateCreationResult> GetCreationEffectsAsync(ITemplateInfo info, string? name, string outputPath, IReadOnlyDictionary<string, string> parameters, string? baselineName = null, CancellationToken cancellationToken = default) instead.")]
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (20)
Abstractions\IDeferredMacro.cs (2)
11[Obsolete("Use IGeneratedSymbolConfig instead.")] 20[Obsolete("Use IMacro{T}.Evaluate or IGeneratedSymbolConfig.Evaluate instead for generated symbol instead.")]
Macros\BaseMacro.cs (1)
17[Obsolete]
Parameter.cs (1)
43[Obsolete("Use Precedence instead.")]
RunnableProjectConfig.ITemplate.cs (5)
72[Obsolete] 86[Obsolete] 105[Obsolete] 127[Obsolete("Use ParameterDefinitionSet instead.")] 130[Obsolete]
RunnableProjectGenerator.cs (11)
199[Obsolete("Replaced by CreateAsync with IEvaluatedParameterSetData", false)] 210[Obsolete("Replaced by GetCreationEffectsAsync with IEvaluatedParameterSetData", false)] 221[Obsolete("Replaced by ParameterSetBuilder.CreateWithDefaults", true)] 233[Obsolete] 253[Obsolete] 413[Obsolete] 488[Obsolete] 502[Obsolete] 521[Obsolete] 543[Obsolete("Use ParameterDefinitionSet instead.")] 546[Obsolete]
Microsoft.TemplateEngine.Utils (13)
CacheParameter.cs (1)
8[Obsolete("Use ITemplateParameter / TemplateParameter instead.")]
CacheTag.cs (1)
8[Obsolete("Use ITemplateParameter / TemplateParameter for parameters instead.")]
DefaultTemplateEngineHost.cs (1)
11[Obsolete("Use Microsoft.TemplateEngine.Edge.DefaultTemplateEngineHost instead.")]
IScanTemplateInfoExtensions.cs (5)
49[Obsolete] 54[Obsolete] 59[Obsolete] 64[Obsolete] 79[Obsolete]
ParameterSetDataExtensions.cs (1)
16[Obsolete("IParameterSet should not be used - it is replaced with IParameterSetData", false)]
RuntimeValueUtils.cs (2)
8[Obsolete("Use IBindSymbolSource component instead to get or provide the values to be bound.")] 11[Obsolete("Use IBindSymbolSource components instead to get the values to be bound.")]
TemplateParameter.cs (2)
44[Obsolete("Use Description instead.")] 49[Obsolete("Use Precedence instead.")]
Microsoft.TemplateSearch.Common (18)
Abstractions\TemplateSearchData.cs (5)
68[Obsolete("Use ParameterDefinitionSet instead.")] 82[Obsolete] 85[Obsolete] 88[Obsolete] 101[Obsolete]
TemplateDiscoveryMetadata\BlobStorageTemplateInfo.cs (8)
14[Obsolete("The class is deprecated. Use TemplateSearchCache instead to create search cache data. Deserialization code to be moved to TemplateSearchData.Json.")] 81[Obsolete("Use ParameterDefinitionSet instead.")] 108[Obsolete("Use ShortNameList instead.")] 117[Obsolete] 121[Obsolete] 138[Obsolete("This property is deprecated")] 394[Obsolete("Use Precedence instead.")] 416[Obsolete]
TemplateDiscoveryMetadata\LegacySearchCacheReader.cs (1)
13[Obsolete("Use TemplateSearchCache instead.")]
TemplateDiscoveryMetadata\PackInfo.cs (1)
8[Obsolete("The class is deprecated. Use TemplateSearchCache instead to create search cache data.")]
TemplateDiscoveryMetadata\PackToTemplateEntry.cs (1)
8[Obsolete("The class is deprecated. Use TemplateSearchCache instead to create search cache data.")]
TemplateDiscoveryMetadata\TemplateDiscoveryMetadata.cs (1)
14[Obsolete("The class is deprecated. Use TemplateSearchCache instead to create search cache data.")]
TemplateDiscoveryMetadata\TemplateIdentificationEntry.cs (1)
8[Obsolete("The class is deprecated. Use TemplateSearchCache instead to create search cache data.")]
Microsoft.TestPlatform.AdapterUtilities (1)
ManagedNameUtilities\InvalidManagedNameException.cs (1)
15[Obsolete("Serialization constructors are deprecated in .NET8+", DiagnosticId = "SYSLIB0051")]
Microsoft.TestPlatform.CoreUtilities (2)
FeatureFlag\FeatureFlag.cs (2)
102[Obsolete("Only use this in tests.")] 108[Obsolete("Only use this in tests.")]
Microsoft.TestPlatform.CrossPlatEngine (1)
Adapter\FrameworkHandle.cs (1)
62[Obsolete("This property has no effect", error: false)]
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (25)
Interfaces\IVsTestConsoleWrapperAsync.cs (25)
23[Obsolete("The async APIs don't work, use the sync API instead.")] 31[Obsolete("The async APIs don't work, use the sync API instead.")] 41[Obsolete("The async APIs don't work, use the sync API instead.")] 55[Obsolete("The async APIs don't work, use the sync API instead.")] 71[Obsolete("The async APIs don't work, use the sync API instead.")] 82[Obsolete("The async APIs don't work, use the sync API instead.")] 92[Obsolete("The async APIs don't work, use the sync API instead.")] 106[Obsolete("The async APIs don't work, use the sync API instead.")] 122[Obsolete("The async APIs don't work, use the sync API instead.")] 140[Obsolete("The async APIs don't work, use the sync API instead.")] 156[Obsolete("The async APIs don't work, use the sync API instead.")] 170[Obsolete("The async APIs don't work, use the sync API instead.")] 186[Obsolete("The async APIs don't work, use the sync API instead.")] 204[Obsolete("The async APIs don't work, use the sync API instead.")] 221[Obsolete("The async APIs don't work, use the sync API instead.")] 237[Obsolete("The async APIs don't work, use the sync API instead.")] 255[Obsolete("The async APIs don't work, use the sync API instead.")] 275[Obsolete("The async APIs don't work, use the sync API instead.")] 293[Obsolete("The async APIs don't work, use the sync API instead.")] 309[Obsolete("The async APIs don't work, use the sync API instead.")] 327[Obsolete("The async APIs don't work, use the sync API instead.")] 347[Obsolete("The async APIs don't work, use the sync API instead.")] 360[Obsolete("The async APIs don't work, use the sync API instead.")] 366[Obsolete("The async APIs don't work, use the sync API instead.")] 414[Obsolete("The async APIs don't work, use the sync API instead.")]
Microsoft.VisualBasic.Core (29)
Microsoft\VisualBasic\CompilerServices\Conversions.vb (1)
2561<Obsolete("FallbackUserDefinedConversion has been deprecated and is not supported.", True)>
Microsoft\VisualBasic\CompilerServices\NewLateBinding.vb (8)
64<Obsolete("FallbackCall has been deprecated and is not supported.", True)> 204<Obsolete("FallbackInvokeDefault1 has been deprecated and is not supported.", True)> 219<Obsolete("FallbackInvokeDefault2 has been deprecated and is not supported.", True)> 397<Obsolete("FallbackGet has been deprecated and is not supported.", True)> 614<Obsolete("FallbackIndexSetComplex has been deprecated and is not supported.", True)> 796<Obsolete("FallbackIndexSet has been deprecated and is not supported.", True)> 842<Obsolete("FallbackSetComplex has been deprecated and is not supported.", True)> 894<Obsolete("FallbackSet has been deprecated and is not supported.", True)>
Microsoft\VisualBasic\CompilerServices\Operators.Resolution.vb (1)
245<ObsoleteAttribute("FallbackInvokeUserDefinedOperator has been deprecated and is not supported.", True)>
Microsoft\VisualBasic\Constants.vb (1)
11<Global.System.Obsolete("vbNewLine has been deprecated. For a carriage return and line feed, use vbCrLf. For the current platform's newline, use System.Environment.NewLine.")>
Microsoft\VisualBasic\FileIO\MalformedLineException.vb (2)
77<Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId:="SYSLIB0051", UrlFormat:="https://aka.ms/dotnet-warnings/{0}")> 111<Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId:="SYSLIB0051", UrlFormat:="https://aka.ms/dotnet-warnings/{0}")>
Microsoft\VisualBasic\FileSystem.vb (1)
728<ObsoleteAttribute("FileSystem.FilePut has been deprecated. Use FilePutObject to write Object types, or coerce FileNumber and RecordNumber to Integer for writing non-Object types.")>
Microsoft\VisualBasic\Helpers\UnsafeNativeMethods.vb (15)
93<Obsolete("Bad signature. Fix and verify signature before use.", True)> 117<Obsolete("Bad signature. Fix and verify signature before use.", True)> 167<Obsolete("Bad signature, second param type should be Byref. Fix and verify signature before use.", True)> 173<Obsolete("Bad signature, second param type should be Byref. Fix and verify signature before use.", True)> 185<Obsolete("Bad signature. Fix and verify signature before use.", True)> 197<Obsolete("Bad signature. Fix and verify signature before use.", True)> 211<Obsolete("Bad signature. Fix and verify signature before use.", True)> 215<Obsolete("Bad signature. Fix and verify signature before use.", True)> 222<Obsolete("Bad signature. Fix and verify signature before use.", True)> 256<Obsolete("Bad signature. Fix and verify signature before use.", True)> 272<Obsolete("Bad signature. Fix and verify signature before use.", True)> 280<Obsolete("Bad signature. Fix and verify signature before use.", True)> 289<Obsolete("Bad signature. Fix and verify signature before use.", True)> 296<Obsolete("Bad signature. Fix and verify signature before use.", True)> 305<Obsolete("Bad signature. Fix and verify signature before use.", True)>
Microsoft.VisualStudio.TestPlatform.Client (2)
DesignMode\DesignModeTestHostLauncher.cs (2)
32[Obsolete("Don't use, internal implementations should use only the latest interface.", true)] 39[Obsolete("Don't use, internal implementations should use only the latest interface.", true)]
Microsoft.VisualStudio.TestPlatform.Common (2)
ExtensionDecorators\SerialTestRunDecorator.cs (1)
115[Obsolete("This property has no effect", error: false)]
ExtensionDecorators\SerialTestRunDecoratorFrameworkHandle.cs (1)
25[Obsolete("This property has no effect", error: false)]
Microsoft.VisualStudio.TestPlatform.ObjectModel (14)
Adapter\Interfaces\IFrameworkHandle.cs (1)
21[Obsolete("This property has no effect", error: false)]
Client\Interfaces\ITestRunEventsHandler2.cs (2)
11[Obsolete("You don't have to implement this interface, AttachDebuggerToProcess it is never called back. To attach to debugger implement ITestHostLauncher2 or ITestHostLauncher3.")] 20[Obsolete("You don't have to implement this it is never called back. To attach to debugger implement ITestHostLauncher2 or ITestHostLauncher3.")]
DataCollector\IDataCollectorAttachments.cs (1)
12[Obsolete("Interface is deprecated. Please use IDataCollectorAttachmentProcessor instead")]
Nuget.Frameworks\CompatibilityMappingComparer.cs (1)
16[Obsolete("Use singleton CompatibilityMappingComparer.Instance instead")]
Nuget.Frameworks\FrameworkRangeComparer.cs (1)
16[Obsolete("Use singleton FrameworkRangeComparer.Instance instead")]
Nuget.Frameworks\NoAllocEnumerateExtensions.cs (3)
57[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")] 187[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")] 329[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")]
Nuget.Frameworks\NuGetFrameworkFullComparer.cs (1)
19[Obsolete("Use singleton via NuGetFrameworkFullComparer.Instance instead")]
Nuget.Frameworks\NuGetFrameworkNameComparer.cs (1)
18[Obsolete("Use singleton NuGetFrameworkNameComparer instead")]
Nuget.Frameworks\NuGetFrameworkSorter.cs (1)
20[Obsolete("Use Instance singleton instead")]
RunSettings\RunConfiguration.cs (1)
276[Obsolete("Use TargetFramework instead")]
TestProperty\TestPropertyAttributes.cs (1)
14[Obsolete("Use TestObject.Traits collection to create traits")]
Microsoft.Web.XmlTransform (1)
XmlNodeException.cs (1)
70[Obsolete(DiagnosticId = "SYSLIB0051")]
Microsoft.Win32.SystemEvents (2)
Microsoft\Win32\SystemEvents.cs (2)
133[Obsolete(Obsoletions.SystemEventsEventsThreadShutdownMessage, DiagnosticId = Obsoletions.SystemEventsEventsThreadShutdownDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 159[Obsolete("The LowMemory event has been deprecated and is not supported.")]
Mono.Cecil (14)
Mono.Cecil\ModuleDefinition.cs (13)
351 [Obsolete ("Use FileName")] 805 [Obsolete ("Use ImportReference", error: false)] 816 [Obsolete ("Use ImportReference", error: false)] 830 [Obsolete ("Use ImportReference", error: false)] 836 [Obsolete ("Use ImportReference", error: false)] 855 [Obsolete ("Use ImportReference", error: false)] 861 [Obsolete ("Use ImportReference", error: false)] 880 [Obsolete ("Use ImportReference", error: false)] 886 [Obsolete ("Use ImportReference", error: false)] 909 [Obsolete ("Use ImportReference", error: false)] 915 [Obsolete ("Use ImportReference", error: false)] 938 [Obsolete ("Use ImportReference", error: false)] 944 [Obsolete ("Use ImportReference", error: false)]
Mono.Cecil\TypeSystem.cs (1)
192 [Obsolete ("Use CoreLibrary")]
MSBuild (4)
CommandLine\CommandLineSwitchException.cs (2)
50[Obsolete(DiagnosticId = "SYSLIB0051")] 102[Obsolete(DiagnosticId = "SYSLIB0051")]
InitializationException.cs (2)
56[Obsolete(DiagnosticId = "SYSLIB0051")] 96[Obsolete(DiagnosticId = "SYSLIB0051")]
NuGet.Build.Tasks.Console (4)
MSBuildItemBase.cs (1)
20[Obsolete("This property should not be accessed. Calculating the names of the item metadata allocates a new list and can cause performance issues. Use GetProperty(string) instead and check if the value is null or whitespace.")]
src\nuget-client\build\Shared\NoAllocEnumerateExtensions.cs (3)
57[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")] 187[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")] 340[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")]
NuGet.CommandLine.XPlat (3)
src\nuget-client\build\Shared\NoAllocEnumerateExtensions.cs (3)
57[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")] 187[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")] 340[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")]
NuGet.Commands (10)
Common\CommandException.cs (1)
35[Obsolete(DiagnosticId = "SYSLIB0051")] // https://github.com/dotnet/docs/issues/34893
RestoreCommand\CompatibilityIssue.cs (3)
298[Obsolete("No longer used.")] 300[Obsolete("No longer used.")] 303[Obsolete("No longer used.")]
RestoreCommand\Utility\BuildAssetsUtils.cs (3)
147[Obsolete("This method will be removed in a future release.")] 190[Obsolete("This method is unused and will be removed in a future version.")] 360[Obsolete("This method will be removed in a future release.")]
src\nuget-client\build\Shared\NoAllocEnumerateExtensions.cs (3)
57[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")] 187[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")] 340[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")]
NuGet.Common (5)
Errors\NuGetLogCode.cs (3)
230[Obsolete] 236[Obsolete] 738[Obsolete]
Errors\RestoreLogMessage.cs (2)
83[Obsolete("An argument for 'targetGraphs' must be provided. " + 96[Obsolete("An argument for 'targetGraphs' must be provided. " +
NuGet.Configuration (7)
Exceptions\NuGetConfigurationException.cs (1)
23[Obsolete(DiagnosticId = "SYSLIB0051")] // https://github.com/dotnet/docs/issues/34893
PackageSource\PackageSourceProvider.cs (3)
26[Obsolete("https://github.com/NuGet/Home/issues/8479")] 41[Obsolete("https://github.com/NuGet/Home/issues/8479")] 57[Obsolete("https://github.com/NuGet/Home/issues/8479")]
src\nuget-client\build\Shared\NoAllocEnumerateExtensions.cs (3)
57[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")] 187[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")] 340[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")]
NuGet.Credentials (1)
PluginException.cs (1)
106[Obsolete("This method is unused and will be removed in a future release.")]
NuGet.DependencyResolver.Core (5)
Providers\IDependencyProvider.cs (1)
14[Obsolete("This method is obsolete and will be removed in future versions. Use GetLibrary(LibraryRange, NuGetFramework, string) instead.")]
ResolverUtility.cs (1)
378[Obsolete("This method is obsolete")]
src\nuget-client\build\Shared\NoAllocEnumerateExtensions.cs (3)
57[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")] 187[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")] 340[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")]
NuGet.Frameworks (4)
FrameworkException.cs (1)
18[Obsolete(DiagnosticId = "SYSLIB0051")] // https://github.com/dotnet/docs/issues/34893
src\nuget-client\build\Shared\NoAllocEnumerateExtensions.cs (3)
57[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")] 187[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")] 340[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")]
NuGet.LibraryModel (3)
src\nuget-client\build\Shared\NoAllocEnumerateExtensions.cs (3)
57[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")] 187[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")] 340[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")]
NuGet.PackageManagement (3)
src\nuget-client\build\Shared\NoAllocEnumerateExtensions.cs (3)
57[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")] 187[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")] 340[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")]
NuGet.Packaging (12)
ContentModel\Asset.cs (1)
12[Obsolete("This is unused and will be removed in a future release.")]
Definitions\INuspecReader.cs (1)
13[Obsolete("This interface is unused and does not contain any implementations. It will be removed in a future release.")]
Definitions\IPackageResolver.cs (1)
14[Obsolete("This interface is unused and does not contain any implementations. It will be removed in a future release.")]
Licenses\NuGetLicenseExpressionParsingException.cs (1)
23[Obsolete(DiagnosticId = "SYSLIB0051")] // https://github.com/dotnet/docs/issues/34893
NuspecReader.cs (1)
203[Obsolete("GetFrameworkReferenceGroups() is deprecated. Please use GetFrameworkAssemblyGroups() instead.")]
PackageCreation\Authoring\IPackageFile.cs (1)
39[Obsolete("Use NuGetFramework instead. This property will be null for any frameworks net5.0 or above.")]
PackageCreation\Extensions\StringExtensions.cs (2)
8[Obsolete("This class will be deleted in a future version of NuGet.Packaging.")] 11[Obsolete("This class will be deleted in a future version of NuGet.Packaging.")]
src\nuget-client\build\Shared\NoAllocEnumerateExtensions.cs (3)
57[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")] 187[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")] 340[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")]
Telemetry\PackageSigningTelemetryEvent.cs (1)
15[Obsolete("This seems to be unused and will be removed in a future version.")]
NuGet.ProjectModel (8)
IExternalProjectReferenceProvider.cs (1)
12[Obsolete("This API is unused and will be removed in a future release.")]
JTokenExtensions.cs (1)
10[Obsolete("This class is unused and will be removed in a future release.")]
PackageSpecReferenceDependencyProvider.cs (1)
97[Obsolete("This method is obsolete and will be removed in future versions. Use GetLibrary(LibraryRange, NuGetFramework, string) instead.")]
ProjectStyle.cs (2)
33[Obsolete("This project style is unsupported. Do not call restore with this project style.")] 44[Obsolete("This project style is unsupported. Do not call restore with this project style.")]
src\nuget-client\build\Shared\NoAllocEnumerateExtensions.cs (3)
57[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")] 187[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")] 340[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")]
NuGet.Protocol (27)
Exceptions\FatalProtocolException.cs (1)
21[Obsolete(DiagnosticId = "SYSLIB0051")] // https://github.com/dotnet/docs/issues/34893
Exceptions\InvalidCacheProtocolException.cs (1)
27[Obsolete(DiagnosticId = "SYSLIB0051")] // https://github.com/dotnet/docs/issues/34893
Exceptions\NuGetProtocolException.cs (1)
26[Obsolete(DiagnosticId = "SYSLIB0051")] // https://github.com/dotnet/docs/issues/34893
Exceptions\RetriableProtocolException.cs (1)
21[Obsolete(DiagnosticId = "SYSLIB0051")] // https://github.com/dotnet/docs/issues/34893
LegacyFeed\DownloadResourceV2Feed.cs (1)
21[Obsolete("Use constructor with source parameter")]
Model\PackageSearchMetadataBuilder.cs (1)
60[Obsolete("PackagePath is recommended in place of PackageReader")]
PackageProgressEventArgs.cs (1)
10[Obsolete("This type is unused and will be removed in a future version.")]
PackagesFolder\LocalPackageInfo.cs (1)
55[Obsolete("Setting ExpandedPath is obsolete and will be removed in a future version.")]
Plugins\Messages\GetOperationClaimsRequest.cs (2)
33[Obsolete("Use ServiceIndexJson instead. This property always returns null.")] 57[Obsolete("Use GetOperationClaimsRequest(string, string) instead.")]
Plugins\Messages\GetServiceIndexResponse.cs (2)
34[Obsolete("Use ServiceIndexJson instead. This property always returns null.")] 77[Obsolete("Use GetServiceIndexResponse(MessageResponseCode, string) instead.")]
Plugins\Messages\Message.cs (2)
38[Obsolete("Use MessageUtilities.DeserializePayload<T>() to access the payload.")] 59[Obsolete("Use MessageUtilities.Create<T>() to create messages.")]
Plugins\PluginException.cs (1)
35[Obsolete(DiagnosticId = "SYSLIB0051")] // https://github.com/dotnet/docs/issues/34893
Plugins\PluginFactory.cs (1)
41[Obsolete("This constructor exists only for Moq via reflection. Do not call directly.", error: true)]
Plugins\ProtocolException.cs (1)
35[Obsolete(DiagnosticId = "SYSLIB0051")] // https://github.com/dotnet/docs/issues/34893
Providers\RawSearchResourceV3Provider.cs (1)
11[Obsolete("Use PackageSearchResource instead (via SourceRepository.GetResourceAsync<PackageSearchResource>")]
Repository.cs (2)
104[Obsolete("https://github.com/NuGet/Home/issues/8479")] 119[Obsolete("https://github.com/NuGet/Home/issues/8479")]
Resources\RawSearchResourceV3.cs (3)
17[Obsolete("Use PackageSearchResource instead (via SourceRepository.GetResourceAsync<PackageSearchResource>")] 40[Obsolete("Use PackageSearchResource instead (via SourceRepository.GetResourceAsync<PackageSearchResource>")] 114[Obsolete("Use PackageSearchResource instead (via SourceRepository.GetResourceAsync<PackageSearchResource>")]
SourceRepositoryProvider.cs (1)
20[Obsolete("https://github.com/NuGet/Home/issues/8479")]
src\nuget-client\build\Shared\NoAllocEnumerateExtensions.cs (3)
57[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")] 187[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")] 340[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")]
NuGet.Resolver (6)
Exceptions\NuGetResolverConstraintException.cs (1)
23[Obsolete(DiagnosticId = "SYSLIB0051")] // https://github.com/dotnet/docs/issues/34893
Exceptions\NuGetResolverException.cs (1)
20[Obsolete(DiagnosticId = "SYSLIB0051")] // https://github.com/dotnet/docs/issues/34893
Exceptions\NuGetResolverInputException.cs (1)
23[Obsolete(DiagnosticId = "SYSLIB0051")] // https://github.com/dotnet/docs/issues/34893
src\nuget-client\build\Shared\NoAllocEnumerateExtensions.cs (3)
57[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")] 187[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")] 340[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")]
NuGet.Versioning (5)
src\nuget-client\build\Shared\NoAllocEnumerateExtensions.cs (3)
57[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")] 187[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")] 340[Obsolete("Do not construct directly. Use internal static method NoAllocEnumerateExtensions.NoAllocEnumerate instead.")]
VersionRangeFactory.cs (2)
32[Obsolete("Consider not using this VersionRange. The lack of a proper normalized version means that it is not round trippable in an assets file.")] 43[Obsolete("Consider not using this VersionRange. The lack of a proper normalized version means that it is not round trippable in an assets file.")]
PresentationCore (41)
System\Windows\DpiChangedEventArgs.cs (1)
43[Obsolete]
System\Windows\Media\BoundsDrawingContextWalker.cs (1)
483[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media\ContainerVisual.cs (2)
90[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 101[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media\DrawingDrawingContext.cs (1)
1004[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media\Effects\BevelBitmapEffect.cs (2)
26[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 35[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media\Effects\BitmapEffect.cs (6)
40[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 47[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 57[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 66[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 77[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 89[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media\Effects\BitmapEffectGroup.cs (2)
32[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 41[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media\Effects\BlurBitmapEffect.cs (2)
26[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 35[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media\Effects\DropShadowBitmapEffect.cs (2)
29[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 38[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media\Effects\embossbitmapeffect.cs (2)
29[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 38[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media\Effects\OuterGlowBitmapEffect.cs (2)
26[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 35[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media\FormattedText.cs (3)
29[Obsolete("Use the PixelsPerDip override", false)] 93[Obsolete("Use the PixelsPerDip override", false)] 159[Obsolete("Use the PixelsPerDip override", false)]
System\Windows\Media\Generated\DrawingContext.cs (1)
415[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media\Generated\DrawingContextDrawingContextWalker.cs (1)
568[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media\Generated\DrawingContextWalker.cs (1)
485[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media\Generated\RenderDataDrawingContext.cs (1)
1297[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media\GlyphRun.cs (2)
51[Obsolete("Use the PixelsPerDip override", false)] 201[Obsolete("Use the PixelsPerDip override", false)]
System\Windows\Media\HitTestWithPointDrawingContextWalker.cs (1)
281[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media\RenderCapability.cs (1)
102[Obsolete(IsShaderEffectSoftwareRenderingSupported_Deprecated)]
System\Windows\Media\Visual.cs (2)
2971[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 3070[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media3D\Viewport3DVisual.cs (2)
89[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 100[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\UIElement.cs (3)
2743[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 2806[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 4069[Obsolete("PersistId is an obsolete property and may be removed in a future release. The value of this property is not defined.")]
PresentationFramework (6)
MS\Internal\Navigation\BindStream.cs (1)
290[ObsoleteAttribute("InitializeLifetimeService is obsolete.", false)]
System\Windows\Data\BindingListCollectionView.cs (1)
1469[Obsolete("Replaced by OnAllowsCrossThreadChangesChanged")]
System\Windows\Data\CollectionView.cs (2)
1240[Obsolete("Replaced by OnAllowsCrossThreadChangesChanged")] 1249[Obsolete("Replaced by ClearPendingChanges")]
System\Windows\Data\ListCollectionView.cs (1)
1646[Obsolete("Replaced by OnAllowsCrossThreadChangesChanged")]
System\Windows\Standard\Debug.cs (1)
53Obsolete("Use Assert.AreEqual instead of Assert.Equals", false),
Roslyn.Diagnostics.Analyzers (18)
AbstractDoNotCopyValue.cs (1)
1346[Obsolete("ICollectionElementInitializerOperation has been replaced with IInvocationOperation and IDynamicInvocationOperation", error: true)]
ExportedPartsShouldHaveImportingConstructorCodeFixProvider.cs (1)
27[method: Obsolete("This exported object must be obtained through the MEF export provider.", error: true)]
src\roslyn\src\Compilers\Core\Portable\Hashing\NonCryptographicHashAlgorithm.cs (1)
343[Obsolete("Use GetCurrentHash() to retrieve the computed hash code.", true)]
src\roslyn\src\Dependencies\PooledObjects\PooledStringBuilder.cs (1)
59[System.Obsolete("Consider calling ToStringAndFree instead.")]
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\CodeAnalysisMetricData.cs (2)
185[Obsolete("Use ComputeAsync(CodeMetricsAnalysisContext) instead.")] 225[Obsolete("Use ComputeAsync(ISymbol, CodeMetricsAnalysisContext) instead.")]
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\RoslynHashCode.cs (2)
433[Obsolete("HashCode is a mutable struct and should not be compared with other HashCodes. Use ToHashCode to retrieve the computed hash code.", error: true)] 437[Obsolete("HashCode is a mutable struct and should not be compared with other HashCodes.", error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EmbeddedLanguages\VirtualChars\VirtualCharSequence.cs (1)
171[Obsolete("Only around for ASP.NET compatibility. Do not use anymore.", error: false)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Rules\CompatAbstractFormattingRule.cs (6)
15[Obsolete("Do not call this method directly (it will Stack Overflow).", error: true)] 23[Obsolete("Do not call this method directly (it will Stack Overflow).", error: true)] 31[Obsolete("Do not call this method directly (it will Stack Overflow).", error: true)] 39[Obsolete("Do not call this method directly (it will Stack Overflow).", error: true)] 47[Obsolete("Do not call this method directly (it will Stack Overflow).", error: true)] 57[Obsolete("Do not call this method directly (it will Stack Overflow).", error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SpecializedTasks.cs (1)
22[Obsolete("Use Task.CompletedTask instead which is available in the framework.")]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\SemanticModelReuse\SemanticModelReuseWorkspaceServiceFactory.cs (1)
16[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
TestExportsShouldNotBeDiscoverableCodeFixProvider.cs (1)
27[method: Obsolete("This exported object must be obtained through the MEF export provider.", error: true)]
Roslyn.Diagnostics.CSharp.Analyzers (32)
CSharpApplyTraitToClass.cs (1)
19[method: Obsolete("This exported object must be obtained through the MEF export provider.", error: true)]
CSharpAvoidOptSuffixForNullableEnableCodeCodeFixProvider.cs (1)
23[method: Obsolete("This exported object must be obtained through the MEF export provider.", error: true)]
CSharpCreateTestAccessor.cs (1)
22[Obsolete("This exported object must be obtained through the MEF export provider.", error: true)]
CSharpDoNotMixAttributesFromDifferentVersionsOfMEF.Fixer.cs (1)
18[method: Obsolete("This exported object must be obtained through the MEF export provider.", error: true)]
CSharpDoNotUseDebugAssertForInterpolatedStringsFixer.cs (1)
24[method: Obsolete("This exported object must be obtained through the MEF export provider.", error: true)]
CSharpExposeMemberForTesting.cs (1)
24[Obsolete("This exported object must be obtained through the MEF export provider.", error: true)]
CSharpImportingConstructorShouldBeObsoleteCodeFixProvider.cs (1)
21[method: Obsolete("This exported object must be obtained through the MEF export provider.", error: true)]
CSharpPartsExportedWithMEFv2MustBeMarkedAsShared.Fixer.cs (1)
19[method: Obsolete("This exported object must be obtained through the MEF export provider.", error: true)]
CSharpRunIterations.cs (1)
19[method: Obsolete("This exported object must be obtained through the MEF export provider.", error: true)]
NumberCommentsRefactoring.cs (1)
32[method: Obsolete("This exported object must be obtained through the MEF export provider.", error: true)]
PreferNullLiteralCodeFixProvider.cs (1)
25[method: Obsolete("This exported object must be obtained through the MEF export provider.", error: true)]
src\00343610d453c654\CSharpVirtualCharLanguageServiceFactory.cs (1)
17[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\4f0789c9734b88bf\CSharpInitializeParameterService.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\50a3a051b0fef0d6\CSharpReplaceDiscardDeclarationsWithAssignmentsService.cs (1)
31[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\CodeFixesAndRefactorings\CSharpFixAllSpanMappingService.cs (1)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\CodeGeneration\CSharpCodeGenerationServiceFactory.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\CodeRefactorings\CSharpRefactoringHelpersService.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Editing\CSharpImportAdder.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\CSharpSyntaxContextService.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Formatting\CSharpSyntaxFormattingService.cs (1)
33[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpAddImportsService.cs (1)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpBlockFactsService.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpFileBannerFactsService.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpGeneratedCodeRecognitionService.cs (1)
16[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpHeaderFactsService.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpMoveDeclarationNearReferenceService.cs (1)
27[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpRemoveUnnecessaryImportsService.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpSemanticFactsServiceFactory.cs (1)
17[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpSymbolDeclarationService.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpSyntaxFactsServiceFactory.cs (1)
17[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpSyntaxKindsServiceFactory.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\SemanticModelReuse\CSharpSemanticModelReuseLanguageService.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
System.CodeDom (7)
Microsoft\CSharp\CSharpCodeProvider.cs (2)
32[Obsolete("ICodeGenerator has been deprecated. Use the methods directly on the CodeDomProvider class instead.")] 35[Obsolete("ICodeCompiler has been deprecated. Use the methods directly on the CodeDomProvider class instead.")]
Microsoft\VisualBasic\VBCodeProvider.cs (2)
34[Obsolete("ICodeGenerator has been deprecated. Use the methods directly on the CodeDomProvider class instead.")] 37[Obsolete("ICodeCompiler has been deprecated. Use the methods directly on the CodeDomProvider class instead.")]
System\CodeDom\Compiler\CodeDomProvider.cs (3)
113[Obsolete("ICodeGenerator has been deprecated. Use the methods directly on the CodeDomProvider class instead. Classes inheriting from CodeDomProvider must still implement this interface, and should suppress this warning or also mark this method as obsolete.")] 122[Obsolete("ICodeCompiler has been deprecated. Use the methods directly on the CodeDomProvider class instead. Classes inheriting from CodeDomProvider must still implement this interface, and should suppress this warning or also mark this method as obsolete.")] 125[Obsolete("ICodeParser has been deprecated. Use the methods directly on the CodeDomProvider class instead. Classes inheriting from CodeDomProvider must still implement this interface, and should suppress this warning or also mark this method as obsolete.")]
System.Collections (4)
System\Collections\Generic\LinkedList.cs (2)
42[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 324[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Collections\Generic\SortedDictionary.cs (1)
888[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Collections\Generic\SortedSet.cs (1)
129[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Collections.NonGeneric (1)
System\Collections\CaseInsensitiveHashCodeProvider.cs (1)
12[Obsolete("CaseInsensitiveHashCodeProvider has been deprecated. Use StringComparer instead.")]
System.Collections.Specialized (9)
System\Collections\Specialized\NameObjectCollectionBase.cs (4)
56[Obsolete("This constructor has been deprecated. Use NameObjectCollectionBase(IEqualityComparer) instead.")] 63[Obsolete("This constructor has been deprecated. Use NameObjectCollectionBase(Int32, IEqualityComparer) instead.")] 81[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 88[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Collections\Specialized\NameValueCollection.cs (3)
50[Obsolete("This constructor has been deprecated. Use NameValueCollection(IEqualityComparer) instead.")] 87[Obsolete("This constructor has been deprecated. Use NameValueCollection(Int32, IEqualityComparer) instead.")] 93[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Collections\Specialized\OrderedDictionary.cs (2)
68[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 382[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.ComponentModel.Annotations (3)
System\ComponentModel\DataAnnotations\AssociationAttribute.cs (1)
13[Obsolete("AssociationAttribute has been deprecated and is not supported.")]
System\ComponentModel\DataAnnotations\FilterUIHintAttribute.cs (1)
13[Obsolete("FilterUIHintAttribute has been deprecated and is not supported.")]
System\ComponentModel\DataAnnotations\ValidationException.cs (1)
78[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.ComponentModel.Composition (4)
System\ComponentModel\Composition\CompositionContractMismatchException.cs (1)
81[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\ComponentModel\Composition\ImportCardinalityMismatchException.cs (1)
84[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\ComponentModel\Composition\Primitives\ComposablePartException.cs (2)
51[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 168[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.ComponentModel.Primitives (2)
System\ComponentModel\InvalidAsynchronousStateException.cs (1)
42[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\ComponentModel\InvalidEnumArgumentException.cs (1)
60[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.ComponentModel.TypeConverter (18)
System\ComponentModel\Design\CheckoutException.cs (1)
54[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\ComponentModel\Design\DesignerTransactionCloseEventArgs.cs (1)
12[Obsolete("This constructor has been deprecated. Use DesignerTransactionCloseEventArgs(bool, bool) instead.")]
System\ComponentModel\Design\SelectionTypes.cs (5)
25[Obsolete("SelectionTypes.Normal has been deprecated. Use SelectionTypes.Auto instead.")] 40[Obsolete("SelectionTypes.MouseDown has been deprecated and is not supported.")] 49[Obsolete("SelectionTypes.MouseUp has been deprecated and is not supported.")] 58[Obsolete("SelectionTypes.Click has been deprecated. Use SelectionTypes.Primary instead.")] 95[Obsolete("SelectionTypes.Valid has been deprecated. Use Enum class methods to determine valid values, or use a type converter instead.")]
System\ComponentModel\Design\Serialization\RootDesignerSerializerAttribute.cs (1)
12[Obsolete("RootDesignerSerializerAttribute has been deprecated. Use DesignerSerializerAttribute instead. For example, to specify a root designer for CodeDom, use DesignerSerializerAttribute(...,typeof(TypeCodeDomSerializer)) instead.")]
System\ComponentModel\Design\ViewTechnology.cs (2)
21[Obsolete("ViewTechnology.Passthrough has been deprecated. Use ViewTechnology.Default instead.")] 29[Obsolete("ViewTechnology.WindowsForms has been deprecated. Use ViewTechnology.Default instead.")]
System\ComponentModel\IComNativeDescriptorHandler.cs (1)
9[Obsolete("IComNativeDescriptorHandler has been deprecated. Add a TypeDescriptionProvider to handle type TypeDescriptor.ComObjectType instead.")]
System\ComponentModel\LicenseException.cs (2)
61[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 75[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\ComponentModel\MemberDescriptor.cs (1)
446[Obsolete("MemberDescriptor.GetInvokee has been deprecated. Use GetInvocationTarget instead.")]
System\ComponentModel\RecommendedAsConfigurableAttribute.cs (1)
12[Obsolete("RecommendedAsConfigurableAttribute has been deprecated. Use System.ComponentModel.SettingsBindableAttribute instead.")]
System\ComponentModel\TypeDescriptor.cs (1)
2578[Obsolete("TypeDescriptor.ComNativeDescriptorHandler has been deprecated. Use a type description provider to supply type information for COM types instead.")]
System\ComponentModel\WarningException.cs (2)
62[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 80[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Configuration.ConfigurationManager (23)
System\Configuration\ConfigurationErrorsException.cs (2)
105[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 200[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Configuration\ConfigurationException.cs (11)
28[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 37[Obsolete("ConfigurationException has been deprecated. Use System.Configuration.ConfigurationErrorsException instead.")] 40[Obsolete("ConfigurationException has been deprecated. Use System.Configuration.ConfigurationErrorsException instead.")] 43[Obsolete("ConfigurationException has been deprecated. Use System.Configuration.ConfigurationErrorsException instead.")] 46[Obsolete("ConfigurationException has been deprecated. Use System.Configuration.ConfigurationErrorsException instead.")] 51[Obsolete("ConfigurationException has been deprecated. Use System.Configuration.ConfigurationErrorsException instead.")] 56[Obsolete("ConfigurationException has been deprecated. Use System.Configuration.ConfigurationErrorsException instead.")] 59[Obsolete("ConfigurationException has been deprecated. Use System.Configuration.ConfigurationErrorsException instead.")] 99[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 109[Obsolete("ConfigurationException has been deprecated. Use System.Configuration.ConfigurationErrorsException.GetFilename instead.")] 112[Obsolete("ConfigurationException has been deprecated. Use System.Configuration.ConfigurationErrorsException.GetLinenumber instead.")]
System\Configuration\ConfigurationSettings.cs (2)
12[Obsolete("ConfigurationSettings.AppSettings has been deprecated. Use System.Configuration.ConfigurationManager.AppSettings instead.")] 21[Obsolete("ConfigurationSettings.GetConfig has been deprecated. Use System.Configuration.ConfigurationManager.GetSection instead.")]
System\Configuration\Internal\DelegatingConfigHost.cs (1)
234[System.ObsoleteAttribute("Code Access Security is not supported or honored by the runtime.", DiagnosticId = "SYSLIB0003", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")]
System\Configuration\Internal\IInternalConfigHost.cs (1)
106[System.ObsoleteAttribute("Code Access Security is not supported or honored by the runtime.", DiagnosticId = "SYSLIB0003", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")]
System\Configuration\Internal\InternalConfigHost.cs (1)
307[System.ObsoleteAttribute("Code Access Security is not supported or honored by the runtime.", DiagnosticId = "SYSLIB0003", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")]
System\Configuration\Provider\ProviderException.cs (1)
24[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Configuration\SettingsPropertyIsReadOnlyException.cs (1)
24[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Configuration\SettingsPropertyNotFoundException.cs (1)
24[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Configuration\SettingsPropertyWrongTypeException.cs (1)
24[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Configuration\SettingsSerializeAs.cs (1)
12[Obsolete(Obsoletions.BinaryFormatterMessage + @". Consider using Xml instead.")]
System.Data.Common (38)
System\Data\Common\DataAdapter.cs (1)
204[Obsolete("CloneInternals() has been deprecated. Use the DataAdapter(DataAdapter from) constructor instead.")]
System\Data\Common\DbException.cs (1)
20[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Data\DataException.cs (11)
15[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 38[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 64[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 96[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 122[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 148[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 174[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 200[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 226[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 252[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 278[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Data\DataSerializationFormat.cs (1)
10[Obsolete(
System\Data\DataSet.cs (3)
254[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 264[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 312[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Data\DataSysAttribute.cs (2)
14[Obsolete("DataSysDescriptionAttribute has been deprecated and is not supported.")] 22[Obsolete("DataSysDescriptionAttribute has been deprecated and is not supported.")]
System\Data\DataTable.cs (2)
199[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 229[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Data\DBConcurrencyException.cs (2)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 40[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Data\Filter\FilterException.cs (3)
15[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 32[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 49[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Data\PropertyCollection.cs (1)
22[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Data\SQLTypes\SQLUtility.cs (8)
45[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 51[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 83[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 89[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 121[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 127[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 159[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 184[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Data\StrongTypingException.cs (1)
16[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Data\TypedTableBase.cs (1)
36[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Xml\XmlDataDocument.cs (1)
19[Obsolete("XmlDataDocument has been deprecated and is not supported.")]
System.Data.Odbc (3)
System\Data\Odbc\OdbcException.cs (2)
39[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 57[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Data\Odbc\OdbcParameterCollection.cs (1)
67[Obsolete("Add(String parameterName, Object value) has been deprecated. Use AddWithValue(String parameterName, Object value) instead.")]
System.Data.OleDb (85)
NativeMethods.cs (1)
25[Obsolete("not used", true)]
OleDbException.cs (1)
39[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
OleDbParameterCollection.cs (1)
68[Obsolete("Add(String parameterName, Object value) has been deprecated. Use AddWithValue(String parameterName, Object value) instead.")]
UnsafeNativeMethods.cs (82)
36[Obsolete("not used", true)] void put_Rowset(/*deleted parameters signature*/); 60[Obsolete("not used", true)] void get_Properties(/*deleted parameters signature*/); 61[Obsolete("not used", true)] void get_AbsolutePosition(/*deleted parameters signature*/); 62[Obsolete("not used", true)] void put_AbsolutePosition(/*deleted parameters signature*/); 63[Obsolete("not used", true)] void putref_ActiveConnection(/*deleted parameters signature*/); 64[Obsolete("not used", true)] void put_ActiveConnection(/*deleted parameters signature*/); 69[Obsolete("not used", true)] void get_BOF(/*deleted parameters signature*/); 70[Obsolete("not used", true)] void get_Bookmark(/*deleted parameters signature*/); 71[Obsolete("not used", true)] void put_Bookmark(/*deleted parameters signature*/); 72[Obsolete("not used", true)] void get_CacheSize(/*deleted parameters signature*/); 73[Obsolete("not used", true)] void put_CacheSize(/*deleted parameters signature*/); 74[Obsolete("not used", true)] void get_CursorType(/*deleted parameters signature*/); 75[Obsolete("not used", true)] void put_CursorType(/*deleted parameters signature*/); 76[Obsolete("not used", true)] void get_EOF(/*deleted parameters signature*/); 77[Obsolete("not used", true)] void get_Fields(/*deleted parameters signature*/); 78[Obsolete("not used", true)] void get_LockType(/*deleted parameters signature*/); 79[Obsolete("not used", true)] void put_LockType(/*deleted parameters signature*/); 80[Obsolete("not used", true)] void get_MaxRecords(/*deleted parameters signature*/); 81[Obsolete("not used", true)] void put_MaxRecords(/*deleted parameters signature*/); 82[Obsolete("not used", true)] void get_RecordCount(/*deleted parameters signature*/); 83[Obsolete("not used", true)] void putref_Source(/*deleted parameters signature*/); 84[Obsolete("not used", true)] void put_Source(/*deleted parameters signature*/); 85[Obsolete("not used", true)] void get_Source(/*deleted parameters signature*/); 86[Obsolete("not used", true)] void AddNew(/*deleted parameters signature*/); 87[Obsolete("not used", true)] void CancelUpdate(/*deleted parameters signature*/); 91[Obsolete("not used", true)] void Delete(/*deleted parameters signature*/); 92[Obsolete("not used", true)] void GetRows(/*deleted parameters signature*/); 93[Obsolete("not used", true)] void Move(/*deleted parameters signature*/); 94[Obsolete("not used", true)] void MoveNext(); 95[Obsolete("not used", true)] void MovePrevious(); 96[Obsolete("not used", true)] void MoveFirst(); 97[Obsolete("not used", true)] void MoveLast(); 98[Obsolete("not used", true)] void Open(/*deleted parameters signature*/); 99[Obsolete("not used", true)] void Requery(/*deleted parameters signature*/); 100[Obsolete("not used", true)] void _xResync(/*deleted parameters signature*/); 101[Obsolete("not used", true)] void Update(/*deleted parameters signature*/); 102[Obsolete("not used", true)] void get_AbsolutePage(/*deleted parameters signature*/); 103[Obsolete("not used", true)] void put_AbsolutePage(/*deleted parameters signature*/); 104[Obsolete("not used", true)] void get_EditMode(/*deleted parameters signature*/); 105[Obsolete("not used", true)] void get_Filter(/*deleted parameters signature*/); 106[Obsolete("not used", true)] void put_Filter(/*deleted parameters signature*/); 107[Obsolete("not used", true)] void get_PageCount(/*deleted parameters signature*/); 108[Obsolete("not used", true)] void get_PageSize(/*deleted parameters signature*/); 109[Obsolete("not used", true)] void put_PageSize(/*deleted parameters signature*/); 110[Obsolete("not used", true)] void get_Sort(/*deleted parameters signature*/); 111[Obsolete("not used", true)] void put_Sort(/*deleted parameters signature*/); 112[Obsolete("not used", true)] void get_Status(/*deleted parameters signature*/); 113[Obsolete("not used", true)] void get_State(/*deleted parameters signature*/); 114[Obsolete("not used", true)] void _xClone(/*deleted parameters signature*/); 115[Obsolete("not used", true)] void UpdateBatch(/*deleted parameters signature*/); 116[Obsolete("not used", true)] void CancelBatch(/*deleted parameters signature*/); 117[Obsolete("not used", true)] void get_CursorLocation(/*deleted parameters signature*/); 118[Obsolete("not used", true)] void put_CursorLocation(/*deleted parameters signature*/); 136[Obsolete("not used", true)] void get_Properties(/*deleted parameters signature*/); 141[Obsolete("not used", true)] void put_ActiveConnection(/*deleted parameters signature*/); 142[Obsolete("not used", true)] void putref_ActiveConnection(/*deleted parameters signature*/); 143[Obsolete("not used", true)] void get_State(/*deleted parameters signature*/); 144[Obsolete("not used", true)] void get_Source(/*deleted parameters signature*/); 145[Obsolete("not used", true)] void put_Source(/*deleted parameters signature*/); 146[Obsolete("not used", true)] void putref_Source(/*deleted parameters signature*/); 147[Obsolete("not used", true)] void get_Mode(/*deleted parameters signature*/); 148[Obsolete("not used", true)] void put_Mode(/*deleted parameters signature*/); 149[Obsolete("not used", true)] void get_ParentURL(/*deleted parameters signature*/); 150[Obsolete("not used", true)] void MoveRecord(/*deleted parameters signature*/); 151[Obsolete("not used", true)] void CopyRecord(/*deleted parameters signature*/); 152[Obsolete("not used", true)] void DeleteRecord(/*deleted parameters signature*/); 153[Obsolete("not used", true)] void Open(/*deleted parameters signature*/); 207[Obsolete("not used", true)] void AddRefAccessor(/*deleted parameters signature*/); 227[Obsolete("not used", true)] void GetBindings(/*deleted parameters signature*/); 243[Obsolete("not used", true)] void AddRefChapter(/*deleted parameters signature*/); 376[Obsolete("not used", true)] void GetDBSession(/*deleted parameter signature*/); 378[Obsolete("not used", true)] void GetCommandText(/*deleted parameter signature*/); 394[Obsolete("not used", true)] void GetParameterInfo(/*deleted parameters signature*/); 396[Obsolete("not used", true)] void MapParameterNames(/*deleted parameter signature*/); 522[Obsolete("not used")] void GetGUID(/*deleted parameter signature*/); 554[Obsolete("not used")] void AddErrorRecord(/*deleted parameter signature*/); 556[Obsolete("not used")] void GetBasicErrorInfo(/*deleted parameter signature*/); 570[Obsolete("not used")] void GetErrorParameters(/*deleted parameter signature*/); 665[Obsolete("not used", true)] void AddRefRows(/*deleted parameter signature*/); 708[Obsolete("not used", true)] void RestartPosition(/*deleted parameter signature*/); 757[Obsolete("not used", true)] void GetTransactionInfo(/*deleted parameter signature*/); 759[Obsolete("not used", true)] void GetOptionsObject(/*deleted parameter signature*/);
System.Diagnostics.EventLog (9)
System\Diagnostics\EventLog.cs (1)
240[Obsolete("EventLog.CreateEventSource has been deprecated. Use System.Diagnostics.EventLog.CreateEventSource(EventSourceCreationData sourceData) instead.")]
System\Diagnostics\EventLogEntry.cs (1)
121[Obsolete("EventLogEntry.EventID has been deprecated. Use System.Diagnostics.EventLogEntry.InstanceId instead.")]
System\Diagnostics\Reader\EventLogException.cs (6)
72[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 82[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 103[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 122[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 141[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 158[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Diagnostics\Reader\Winmeta.cs (1)
138[Obsolete("StandardEventKeywords.CorrelationHint has an incorrect value and has been deprecated. Use CorrelationHint2 instead.")]
System.Diagnostics.PerformanceCounter (8)
System\Diagnostics\InstanceDataCollection.cs (1)
17[Obsolete("This constructor has been deprecated. Use System.Diagnostics.InstanceDataCollectionCollection.get_Item to get an instance of this collection instead.")]
System\Diagnostics\InstanceDataCollectionCollection.cs (1)
18[Obsolete("This constructor has been deprecated. Use System.Diagnostics.PerformanceCounterCategory.ReadCategory() to get an instance of this collection instead.")]
System\Diagnostics\PerformanceCounter.cs (1)
38[Obsolete("PerformanceCounter.DefaultFileMappingSize has been deprecated and is not used. Use machine.config or an application configuration file to set the size of the PerformanceCounter file mapping instead.")]
System\Diagnostics\PerformanceCounterCategory.cs (2)
179[Obsolete("This overload of PerformanceCounterCategory.Create has been deprecated. Use System.Diagnostics.PerformanceCounterCategory.Create(string categoryName, string categoryHelp, PerformanceCounterCategoryType categoryType, string counterName, string counterHelp) instead.")] 198[Obsolete("This overload of PerformanceCounterCategory.Create has been deprecated. Use System.Diagnostics.PerformanceCounterCategory.Create(string categoryName, string categoryHelp, PerformanceCounterCategoryType categoryType, CounterCreationDataCollection counterData) instead.")]
System\Diagnostics\PerformanceCounterManager.cs (3)
10[Obsolete("PerformanceCounterManager has been deprecated. Use the PerformanceCounters through the System.Diagnostics.PerformanceCounter class instead.")] 15[Obsolete("PerformanceCounterManager has been deprecated. Use the PerformanceCounters through the System.Diagnostics.PerformanceCounter class instead.")] 21[Obsolete("PerformanceCounterManager has been deprecated. Use the PerformanceCounters through the System.Diagnostics.PerformanceCounter class instead.")]
System.Diagnostics.Process (9)
System\Diagnostics\Process.cs (9)
393[Obsolete("Process.NonpagedSystemMemorySize has been deprecated because the type of the property can't represent all valid results. Use System.Diagnostics.Process.NonpagedSystemMemorySize64 instead.")] 400[Obsolete("Process.PagedMemorySize has been deprecated because the type of the property can't represent all valid results. Use System.Diagnostics.Process.PagedMemorySize64 instead.")] 407[Obsolete("Process.PagedSystemMemorySize has been deprecated because the type of the property can't represent all valid results. Use System.Diagnostics.Process.PagedSystemMemorySize64 instead.")] 414[Obsolete("Process.PeakPagedMemorySize has been deprecated because the type of the property can't represent all valid results. Use System.Diagnostics.Process.PeakPagedMemorySize64 instead.")] 421[Obsolete("Process.PeakWorkingSet has been deprecated because the type of the property can't represent all valid results. Use System.Diagnostics.Process.PeakWorkingSet64 instead.")] 428[Obsolete("Process.PeakVirtualMemorySize has been deprecated because the type of the property can't represent all valid results. Use System.Diagnostics.Process.PeakVirtualMemorySize64 instead.")] 515[Obsolete("Process.PrivateMemorySize has been deprecated because the type of the property can't represent all valid results. Use System.Diagnostics.Process.PrivateMemorySize64 instead.")] 624[Obsolete("Process.VirtualMemorySize has been deprecated because the type of the property can't represent all valid results. Use System.Diagnostics.Process.VirtualMemorySize64 instead.")] 734[Obsolete("Process.WorkingSet has been deprecated because the type of the property can't represent all valid results. Use System.Diagnostics.Process.WorkingSet64 instead.")]
System.Diagnostics.StackTrace (1)
System\Diagnostics\SymbolStore\ISymbolBinder.cs (1)
10[Obsolete("ISymbolBinder.GetReader has been deprecated because it is not 64-bit compatible. Use ISymbolBinder1.GetReader instead. ISymbolBinder1.GetReader accepts the importer interface pointer as an IntPtr instead of an Int32, and thus works on both 32-bit and 64-bit architectures.")]
System.DirectoryServices (13)
System\DirectoryServices\ActiveDirectory\Exception.cs (11)
51[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 63[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 107[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 117[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 149[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 174[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 194[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 220[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 243[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 268[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 278[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\DirectoryServices\DirectoryServicesCOMException.cs (2)
21[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 39[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.DirectoryServices.AccountManagement (9)
System\DirectoryServices\AccountManagement\exceptions.cs (9)
27[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 49[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 71[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 93[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 115[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 154[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 165[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 200[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 210[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.DirectoryServices.Protocols (11)
System\DirectoryServices\Protocols\common\DirectoryException.cs (3)
15[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 40[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 87[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\DirectoryServices\Protocols\ldap\LdapException.cs (2)
97[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 149[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\DirectoryServices\Protocols\ldap\LdapSessionOptions.cs (6)
89[Obsolete(Obsoletions.TlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.TlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 94[Obsolete(Obsoletions.TlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.TlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 99[Obsolete(Obsoletions.TlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.TlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 104[Obsolete(Obsoletions.TlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.TlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 109[Obsolete(Obsoletions.TlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.TlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 114[Obsolete(Obsoletions.TlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.TlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Drawing.Common (5)
System\Drawing\FontFamily.cs (1)
278[Obsolete("FontFamily.GetFamilies has been deprecated. Use Families instead.")]
System\Drawing\Graphics.cs (1)
3207[Obsolete("Use the Graphics.GetContextInfo overloads that accept arguments for better performance and fewer allocations.", DiagnosticId = "SYSLIB0016", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")]
System\Drawing\Imaging\EncoderParameter.cs (1)
294[Obsolete("This constructor has been deprecated. Use EncoderParameter(Encoder encoder, int numberValues, EncoderParameterValueType type, IntPtr value) instead.")]
System\Drawing\Printing\InvalidPrinterException.Core.cs (2)
12[Obsolete(DiagnosticId = "SYSLIB0051")] 20[Obsolete(DiagnosticId = "SYSLIB0051")]
System.Formats.Asn1 (1)
System\Formats\Asn1\AsnContentException.cs (1)
59[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Formats.Cbor (1)
System\Formats\Cbor\CborContentException.cs (1)
41[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.IO.Compression (2)
System\IO\Compression\DeflateZLib\ZLibException.cs (2)
56[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 65[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.IO.FileSystem.DriveInfo (1)
System\IO\DriveNotFoundException.cs (1)
32[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.IO.FileSystem.Watcher (1)
System\IO\InternalBufferOverflowException.cs (1)
41[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.IO.Hashing (1)
System\IO\Hashing\NonCryptographicHashAlgorithm.cs (1)
295[Obsolete("Use GetCurrentHash() to retrieve the computed hash code.", true)]
System.IO.IsolatedStorage (6)
System\IO\IsolatedStorage\IsolatedStorage.cs (2)
53[Obsolete("IsolatedStorage.CurrentSize has been deprecated because it is not CLS Compliant. To get the current size use IsolatedStorage.UsedSize instead.")] 79[Obsolete("IsolatedStorage.MaximumSize has been deprecated because it is not CLS Compliant. To get the maximum size use IsolatedStorage.Quota instead.")]
System\IO\IsolatedStorage\IsolatedStorageException.cs (1)
38[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\IO\IsolatedStorage\IsolatedStorageFile.cs (2)
421[Obsolete("IsolatedStorageFile.MaximumSize has been deprecated because it is not CLS Compliant. To get the maximum size use IsolatedStorageFile.Quota instead.")] 447[Obsolete("IsolatedStorageFile.CurrentSize has been deprecated because it is not CLS Compliant. To get the current size use IsolatedStorageFile.UsedSize instead.")]
System\IO\IsolatedStorage\IsolatedStorageFileStream.cs (1)
323[Obsolete("IsolatedStorageFileStream.Handle has been deprecated. Use IsolatedStorageFileStream's SafeFileHandle property instead.")]
System.IO.Packaging (2)
System\IO\Packaging\FileFormatException.cs (2)
117[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 133[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.IO.Pipelines (2)
System\IO\Pipelines\PipeReader.cs (1)
148[Obsolete("OnWriterCompleted has been deprecated and may not be invoked on all implementations of PipeReader.")]
System\IO\Pipelines\PipeWriter.cs (1)
50[Obsolete("OnReaderCompleted has been deprecated and may not be invoked on all implementations of PipeWriter.")]
System.IO.Pipes (1)
System\IO\Pipes\NamedPipeClientStream.cs (1)
92[Obsolete(Obsoletions.NamedPipeClientStreamIsConnectedMessage, DiagnosticId = Obsoletions.NamedPipeClientStreamIsConnectedDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Linq.Expressions (72)
System\Dynamic\ExpandoObject.cs (5)
1155[Obsolete("RuntimeOps has been deprecated and is not supported.", error: true), EditorBrowsable(EditorBrowsableState.Never)] 1173[Obsolete("RuntimeOps has been deprecated and is not supported.", error: true), EditorBrowsable(EditorBrowsableState.Never)] 1189[Obsolete("RuntimeOps has been deprecated and is not supported.", error: true), EditorBrowsable(EditorBrowsableState.Never)] 1201[Obsolete("RuntimeOps has been deprecated and is not supported.", error: true), EditorBrowsable(EditorBrowsableState.Never)] 1213[Obsolete("RuntimeOps has been deprecated and is not supported.", error: true), EditorBrowsable(EditorBrowsableState.Never)]
System\Dynamic\UpdateDelegates.Generated.cs (40)
12[Obsolete("pregenerated CallSite<T>.Update delegate", error: true)] 149[Obsolete("pregenerated CallSite<T>.Update delegate", error: true)] 158[Obsolete("pregenerated CallSite<T>.Update delegate", error: true)] 295[Obsolete("pregenerated CallSite<T>.Update delegate", error: true)] 304[Obsolete("pregenerated CallSite<T>.Update delegate", error: true)] 441[Obsolete("pregenerated CallSite<T>.Update delegate", error: true)] 450[Obsolete("pregenerated CallSite<T>.Update delegate", error: true)] 587[Obsolete("pregenerated CallSite<T>.Update delegate", error: true)] 596[Obsolete("pregenerated CallSite<T>.Update delegate", error: true)] 733[Obsolete("pregenerated CallSite<T>.Update delegate", error: true)] 742[Obsolete("pregenerated CallSite<T>.Update delegate", error: true)] 879[Obsolete("pregenerated CallSite<T>.Update delegate", error: true)] 888[Obsolete("pregenerated CallSite<T>.Update delegate", error: true)] 1025[Obsolete("pregenerated CallSite<T>.Update delegate", error: true)] 1034[Obsolete("pregenerated CallSite<T>.Update delegate", error: true)] 1171[Obsolete("pregenerated CallSite<T>.Update delegate", error: true)] 1180[Obsolete("pregenerated CallSite<T>.Update delegate", error: true)] 1317[Obsolete("pregenerated CallSite<T>.Update delegate", error: true)] 1326[Obsolete("pregenerated CallSite<T>.Update delegate", error: true)] 1463[Obsolete("pregenerated CallSite<T>.Update delegate", error: true)] 1472[Obsolete("pregenerated CallSite<T>.Update delegate", error: true)] 1608[Obsolete("pregenerated CallSite<T>.Update delegate", error: true)] 1617[Obsolete("pregenerated CallSite<T>.Update delegate", error: true)] 1753[Obsolete("pregenerated CallSite<T>.Update delegate", error: true)] 1762[Obsolete("pregenerated CallSite<T>.Update delegate", error: true)] 1898[Obsolete("pregenerated CallSite<T>.Update delegate", error: true)] 1907[Obsolete("pregenerated CallSite<T>.Update delegate", error: true)] 2043[Obsolete("pregenerated CallSite<T>.Update delegate", error: true)] 2052[Obsolete("pregenerated CallSite<T>.Update delegate", error: true)] 2188[Obsolete("pregenerated CallSite<T>.Update delegate", error: true)] 2197[Obsolete("pregenerated CallSite<T>.Update delegate", error: true)] 2333[Obsolete("pregenerated CallSite<T>.Update delegate", error: true)] 2342[Obsolete("pregenerated CallSite<T>.Update delegate", error: true)] 2478[Obsolete("pregenerated CallSite<T>.Update delegate", error: true)] 2487[Obsolete("pregenerated CallSite<T>.Update delegate", error: true)] 2623[Obsolete("pregenerated CallSite<T>.Update delegate", error: true)] 2632[Obsolete("pregenerated CallSite<T>.Update delegate", error: true)] 2768[Obsolete("pregenerated CallSite<T>.Update delegate", error: true)] 2777[Obsolete("pregenerated CallSite<T>.Update delegate", error: true)] 2913[Obsolete("pregenerated CallSite<T>.Update delegate", error: true)]
System\Linq\Expressions\Expression.cs (1)
60[Obsolete("This constructor has been deprecated. Use a different constructor that does not take ExpressionType. Then override NodeType and Type properties to provide the values that would be specified to this constructor.")]
System\Linq\Expressions\Interpreter\LightCompiler.cs (1)
203[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Linq\Expressions\MemberBinding.cs (1)
37[Obsolete("This constructor has been deprecated and is not supported.")]
System\Runtime\CompilerServices\CallSiteOps.cs (11)
25[Obsolete("CallSiteOps has been deprecated and is not supported.", error: true), EditorBrowsable(EditorBrowsableState.Never)] 39[Obsolete("CallSiteOps has been deprecated and is not supported.", error: true), EditorBrowsable(EditorBrowsableState.Never)] 52[Obsolete("CallSiteOps has been deprecated and is not supported.", error: true), EditorBrowsable(EditorBrowsableState.Never)] 62[Obsolete("CallSiteOps has been deprecated and is not supported.", error: true), EditorBrowsable(EditorBrowsableState.Never)] 74[Obsolete("CallSiteOps has been deprecated and is not supported.", error: true), EditorBrowsable(EditorBrowsableState.Never)] 86[Obsolete("CallSiteOps has been deprecated and is not supported.", error: true), EditorBrowsable(EditorBrowsableState.Never)] 101[Obsolete("CallSiteOps has been deprecated and is not supported.", error: true), EditorBrowsable(EditorBrowsableState.Never)] 113[Obsolete("CallSiteOps has been deprecated and is not supported.", error: true), EditorBrowsable(EditorBrowsableState.Never)] 126[Obsolete("CallSiteOps has been deprecated and is not supported.", error: true), EditorBrowsable(EditorBrowsableState.Never)] 141[Obsolete("CallSiteOps has been deprecated and is not supported.", error: true), EditorBrowsable(EditorBrowsableState.Never)] 155[Obsolete("CallSiteOps has been deprecated and is not supported.", error: true), EditorBrowsable(EditorBrowsableState.Never)]
System\Runtime\CompilerServices\CallSiteOpsReflectionCache.cs (8)
14[Obsolete("CallSiteOps has been deprecated and is not supported.", error: false), EditorBrowsable(EditorBrowsableState.Never)] 17[Obsolete("CallSiteOps has been deprecated and is not supported.", error: false), EditorBrowsable(EditorBrowsableState.Never)] 20[Obsolete("CallSiteOps has been deprecated and is not supported.", error: false), EditorBrowsable(EditorBrowsableState.Never)] 23[Obsolete("CallSiteOps has been deprecated and is not supported.", error: false), EditorBrowsable(EditorBrowsableState.Never)] 26[Obsolete("CallSiteOps has been deprecated and is not supported.", error: false), EditorBrowsable(EditorBrowsableState.Never)] 29[Obsolete("CallSiteOps has been deprecated and is not supported.", error: false), EditorBrowsable(EditorBrowsableState.Never)] 32[Obsolete("CallSiteOps has been deprecated and is not supported.", error: false), EditorBrowsable(EditorBrowsableState.Never)] 35[Obsolete("CallSiteOps has been deprecated and is not supported.", error: false), EditorBrowsable(EditorBrowsableState.Never)]
System\Runtime\CompilerServices\DebugInfoGenerator.cs (1)
20[Obsolete(Obsoletions.CreatePdbGeneratorMessage, DiagnosticId = Obsoletions.CreatePdbGeneratorDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Runtime\CompilerServices\RuntimeOps.ExpressionQuoter.cs (2)
24[Obsolete("RuntimeOps has been deprecated and is not supported.", true), EditorBrowsable(EditorBrowsableState.Never)] 40[Obsolete("RuntimeOps has been deprecated and is not supported.", true), EditorBrowsable(EditorBrowsableState.Never)]
System\Runtime\CompilerServices\RuntimeOps.RuntimeVariableList.cs (2)
23[Obsolete("RuntimeOps has been deprecated and is not supported.", true), EditorBrowsable(EditorBrowsableState.Never)] 33[Obsolete("RuntimeOps has been deprecated and is not supported.", true), EditorBrowsable(EditorBrowsableState.Never)]
System.Linq.Parallel (14)
System\Linq\ParallelEnumerable.cs (14)
649[Obsolete(RIGHT_SOURCE_NOT_PARALLEL_STR)] 711[Obsolete(RIGHT_SOURCE_NOT_PARALLEL_STR)] 778[Obsolete(RIGHT_SOURCE_NOT_PARALLEL_STR)] 844[Obsolete(RIGHT_SOURCE_NOT_PARALLEL_STR)] 913[Obsolete(RIGHT_SOURCE_NOT_PARALLEL_STR)] 4291[Obsolete(RIGHT_SOURCE_NOT_PARALLEL_STR)] 4344[Obsolete(RIGHT_SOURCE_NOT_PARALLEL_STR)] 4451[Obsolete(RIGHT_SOURCE_NOT_PARALLEL_STR)] 4531[Obsolete(RIGHT_SOURCE_NOT_PARALLEL_STR)] 4574[Obsolete(RIGHT_SOURCE_NOT_PARALLEL_STR)] 4621[Obsolete(RIGHT_SOURCE_NOT_PARALLEL_STR)] 4669[Obsolete(RIGHT_SOURCE_NOT_PARALLEL_STR)] 4718[Obsolete(RIGHT_SOURCE_NOT_PARALLEL_STR)] 4765[Obsolete(RIGHT_SOURCE_NOT_PARALLEL_STR)]
System.Linq.Queryable (2)
System\Linq\Queryable.cs (2)
2583[Obsolete(Obsoletions.QueryableMinByMaxByTSourceObsoleteMessage, DiagnosticId=Obsoletions.QueryableMinByMaxByTSourceObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 2700[Obsolete(Obsoletions.QueryableMinByMaxByTSourceObsoleteMessage, DiagnosticId=Obsoletions.QueryableMinByMaxByTSourceObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Management (6)
System\Management\ManagementBaseObject.cs (1)
227[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Management\ManagementClass.cs (1)
271[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Management\ManagementException.cs (2)
676[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 724[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Management\ManagementNamedValueCollection.cs (1)
50[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Management\ManagementObject.cs (1)
466[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Net.Http (7)
src\runtime\src\libraries\Common\src\System\Net\Http\aspnetcore\Http2\Hpack\HPackDecodingException.cs (1)
25[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\Common\src\System\Net\Http\aspnetcore\Http2\Hpack\HuffmanDecodingException.cs (3)
22[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 28[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 34[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\Common\src\System\Net\Http\aspnetcore\Http3\QPack\QPackDecodingException.cs (1)
24[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\Common\src\System\Net\Http\aspnetcore\Http3\QPack\QPackEncodingException.cs (1)
21[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Net\Http\HttpRequestMessage.cs (1)
121[Obsolete("HttpRequestMessage.Properties has been deprecated. Use Options instead.")]
System.Net.Http.WinHttpHandler (1)
System\Net\Http\WinHttpException.cs (1)
21[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Net.HttpListener (1)
System\Net\HttpListenerException.cs (1)
29[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Net.Mail (7)
System\Net\Mail\MailMessage.cs (1)
96[Obsolete("ReplyTo has been deprecated. Use ReplyToList instead, which can accept multiple addresses.")]
System\Net\Mail\SmtpException.cs (2)
101[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 117[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Net\Mail\SmtpFailedRecipientException.cs (2)
27[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 57[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Net\Mail\SmtpFailedRecipientsException.cs (2)
33[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 66[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Net.NameResolution (8)
System\Net\Dns.cs (8)
264[Obsolete("GetHostByName has been deprecated. Use GetHostEntry instead.")] 277[Obsolete("BeginGetHostByName has been deprecated. Use BeginGetHostEntry instead.")] 281[Obsolete("EndGetHostByName has been deprecated. Use EndGetHostEntry instead.")] 291[Obsolete("GetHostByAddress has been deprecated. Use GetHostEntry instead.")] 304[Obsolete("GetHostByAddress has been deprecated. Use GetHostEntry instead.")] 317[Obsolete("Resolve has been deprecated. Use GetHostEntry instead.")] 346[Obsolete("BeginResolve has been deprecated. Use BeginGetHostEntry instead.")] 350[Obsolete("EndResolve has been deprecated. Use EndGetHostEntry instead.")]
System.Net.NetworkInformation (3)
src\runtime\src\libraries\Common\src\System\Net\NetworkInformation\NetworkInformationException.cs (1)
38[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Net\NetworkInformation\NetworkAddressChange.cs (2)
32[Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)] 39[Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
System.Net.Ping (1)
System\Net\NetworkInformation\PingException.cs (1)
23[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Net.Primitives (13)
System\Net\CookieException.cs (3)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 42[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 48[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Net\IPAddress.cs (1)
649[Obsolete("IPAddress.Address is address family dependent and has been deprecated. Use IPAddress.Equals to perform comparisons instead.")]
System\Net\SecureProtocols\SslEnumTypes.cs (8)
14[System.ObsoleteAttribute("SslProtocols.Ssl2 has been deprecated and is not supported.")] 16[System.ObsoleteAttribute("SslProtocols.Ssl3 has been deprecated and is not supported.")] 18[System.ObsoleteAttribute(Obsoletions.TlsVersion10and11Message, DiagnosticId = Obsoletions.TlsVersion10and11DiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 20[System.ObsoleteAttribute(Obsoletions.TlsVersion10and11Message, DiagnosticId = Obsoletions.TlsVersion10and11DiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 24[System.ObsoleteAttribute("SslProtocols.Default has been deprecated and is not supported.")] 28[Obsolete(Obsoletions.TlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.TlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 37[Obsolete(Obsoletions.TlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.TlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 52[Obsolete(Obsoletions.TlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.TlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Net\SocketException.cs (1)
54[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Net.Requests (35)
System\Net\AuthenticationManager.cs (1)
9[Obsolete(Obsoletions.AuthenticationManagerMessage, DiagnosticId = Obsoletions.AuthenticationManagerDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Net\FileWebRequest.cs (3)
41[Obsolete("Serialization has been deprecated for FileWebRequest.")] 48[Obsolete("Serialization has been deprecated for FileWebRequest.")] 52[Obsolete("Serialization has been deprecated for FileWebRequest.")]
System\Net\FileWebResponse.cs (3)
49[Obsolete("Serialization has been deprecated for FileWebResponse.")] 56[Obsolete("Serialization has been deprecated for FileWebResponse.")] 62[Obsolete("Serialization has been deprecated for FileWebResponse.")]
System\Net\GlobalProxySelection.cs (1)
8[Obsolete("GlobalProxySelection has been deprecated. Use WebRequest.DefaultWebProxy instead to access and set the global default proxy. Use 'null' instead of GetEmptyWebProxy.")]
System\Net\HttpWebRequest.cs (3)
191[Obsolete(Obsoletions.WebRequestMessage, DiagnosticId = Obsoletions.WebRequestDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 198[Obsolete("Serialization has been deprecated for HttpWebRequest.")] 204[Obsolete("Serialization has been deprecated for HttpWebRequest.")]
System\Net\HttpWebResponse.cs (4)
31[Obsolete("This API supports the .NET infrastructure and is not intended to be used directly from your code.", true)] 39[Obsolete("Serialization has been deprecated for HttpWebResponse.")] 46[Obsolete("Serialization has been deprecated for HttpWebResponse.")] 52[Obsolete("Serialization has been deprecated for HttpWebResponse.")]
System\Net\ProtocolViolationException.cs (3)
38[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 45[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 51[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Net\ServicePoint\SecurityProtocolType.cs (1)
13[Obsolete("SecurityProtocolType.Ssl3 has been deprecated and is not supported.")]
System\Net\ServicePoint\ServicePointManager.cs (1)
12[Obsolete(Obsoletions.WebRequestMessage + " Settings on ServicePointManager no longer affect SslStream or HttpClient.", DiagnosticId = Obsoletions.WebRequestDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Net\WebException.cs (3)
56[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 67[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 73[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Net\WebRequest.cs (9)
39[Obsolete(Obsoletions.WebRequestMessage, DiagnosticId = Obsoletions.WebRequestDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 42[Obsolete(Obsoletions.WebRequestMessage, DiagnosticId = Obsoletions.WebRequestDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 49[Obsolete("Serialization has been deprecated for WebRequest.")] 55[Obsolete("Serialization has been deprecated for WebRequest.")] 151[Obsolete(Obsoletions.WebRequestMessage, DiagnosticId = Obsoletions.WebRequestDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 169[Obsolete(Obsoletions.WebRequestMessage, DiagnosticId = Obsoletions.WebRequestDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 188[Obsolete(Obsoletions.WebRequestMessage, DiagnosticId = Obsoletions.WebRequestDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 196[Obsolete(Obsoletions.WebRequestMessage, DiagnosticId = Obsoletions.WebRequestDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 204[Obsolete(Obsoletions.WebRequestMessage, DiagnosticId = Obsoletions.WebRequestDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Net\WebResponse.cs (3)
27[Obsolete("Serialization has been deprecated for WebResponse.")] 34[Obsolete("Serialization has been deprecated for WebResponse.")] 40[Obsolete("Serialization has been deprecated for WebResponse.")]
System.Net.Security (11)
System\Net\Security\SslStream.cs (8)
24[System.ObsoleteAttribute(Obsoletions.EncryptionPolicyMessage, DiagnosticId = Obsoletions.EncryptionPolicyDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 28[System.ObsoleteAttribute(Obsoletions.EncryptionPolicyMessage, DiagnosticId = Obsoletions.EncryptionPolicyDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 588[Obsolete(Obsoletions.TlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.TlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 598[Obsolete(Obsoletions.TlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.TlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 608[Obsolete(Obsoletions.TlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.TlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 618[Obsolete(Obsoletions.TlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.TlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 628[Obsolete(Obsoletions.TlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.TlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 638[Obsolete(Obsoletions.TlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.TlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Authentication\AuthenticationException.cs (2)
24[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 48[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Authentication\ExtendedProtection\ExtendedProtectionPolicy.cs (1)
71[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Net.Sockets (5)
System\Net\Sockets\Socket.cs (3)
256[Obsolete("SupportsIPv4 has been deprecated. Use OSSupportsIPv4 instead.")] 258[Obsolete("SupportsIPv6 has been deprecated. Use OSSupportsIPv6 instead.")] 439[Obsolete("UseOnlyOverlappedIO has been deprecated and is not supported.")]
System\Net\Sockets\SocketInformationOptions.cs (1)
16[Obsolete("SocketInformationOptions.UseOnlyOverlappedIO has been deprecated and is not supported.")]
System\Net\Sockets\TCPListener.cs (1)
49[Obsolete("This constructor has been deprecated. Use TcpListener(IPAddress localaddr, int port) instead.")]
System.Net.WebClient (7)
System\Net\WebClient.cs (7)
56[Obsolete(Obsoletions.WebRequestMessage, DiagnosticId = Obsoletions.WebRequestDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 1878[Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)] 1882[Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)] 1886[Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)] 1890[Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)] 2098[Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)] 2102[Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
System.Net.WebHeaderCollection (2)
System\Net\WebHeaderCollection.cs (2)
30[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 138[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Net.WebProxy (2)
System\Net\WebProxy.cs (2)
423[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 447[Obsolete("WebProxy.GetDefaultProxy has been deprecated. Use the proxy selected for you by default.")]
System.Net.WebSockets (4)
System\Net\WebSockets\WebSocket.cs (2)
171[Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.")] 175[Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.")]
System\Net\WebSockets\WebSocketException.cs (2)
98[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 105[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Numerics.Tensors (4)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (2)
343[Obsolete("Equals() on ReadOnlyTensorSpan will always throw an exception. Use the equality operator instead.")] 367[Obsolete("GetHashCode() on ReadOnlyTensorSpan will always throw an exception.")]
System\Numerics\Tensors\netcore\TensorSpan_1.cs (2)
239[Obsolete("Equals() on TensorSpan will always throw an exception. Use the equality operator instead.")] 263[Obsolete("GetHashCode() on TensorSpan will always throw an exception.")]
System.Private.CoreLib (339)
src\runtime\src\libraries\System.Private.CoreLib\src\System\AccessViolationException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\AggregateException.cs (2)
188[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 206[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\AppDomain.cs (12)
50[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 61[Obsolete("AppDomain.SetDynamicBase has been deprecated and is not supported.")] 115[Obsolete(Obsoletions.AppDomainCreateUnloadMessage, DiagnosticId = Obsoletions.AppDomainCreateUnloadDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 137[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 183[Obsolete(Obsoletions.AppDomainCreateUnloadMessage, DiagnosticId = Obsoletions.AppDomainCreateUnloadDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 228[Obsolete("AppDomain.GetCurrentThreadId has been deprecated because it does not provide a stable Id when managed threads are running on fibers (aka lightweight threads). To get a stable identifier for a managed thread, use the ManagedThreadId property on Thread instead.")] 233[Obsolete("AppDomain.AppendPrivatePath has been deprecated and is not supported.")] 236[Obsolete("AppDomain.ClearPrivatePath has been deprecated and is not supported.")] 239[Obsolete("AppDomain.ClearShadowCopyPath has been deprecated and is not supported.")] 242[Obsolete("AppDomain.SetCachePath has been deprecated and is not supported.")] 245[Obsolete("AppDomain.SetShadowCopyFiles has been deprecated and is not supported.")] 248[Obsolete("AppDomain.SetShadowCopyPath has been deprecated and is not supported.")]
src\runtime\src\libraries\System.Private.CoreLib\src\System\AppDomainUnloadedException.cs (1)
32[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\ApplicationException.cs (1)
47[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\ArgumentException.cs (2)
57[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 65[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\ArgumentNullException.cs (1)
45[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\ArgumentOutOfRangeException.cs (2)
55[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 63[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\ArithmeticException.cs (1)
42[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\ArrayTypeMismatchException.cs (1)
42[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\BadImageFormatException.cs (2)
53[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 63[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\CannotUnloadAppDomainException.cs (1)
32[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Comparer.cs (1)
37[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (2)
183[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 376[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Generic\HashSet.cs (2)
134[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 695[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Generic\KeyNotFoundException.cs (1)
32[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Generic\NonRandomizedStringEqualityComparer.cs (1)
36[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Hashtable.cs (10)
155[Obsolete("Hashtable.hcp has been deprecated. Use the EqualityComparer property instead.")] 190[Obsolete("Hashtable.comparer has been deprecated. Use the KeyComparer properties instead.")] 289[Obsolete("This constructor has been deprecated. Use Hashtable(IEqualityComparer) instead.")] 299[Obsolete("This constructor has been deprecated. Use Hashtable(int, IEqualityComparer) instead.")] 325[Obsolete("This constructor has been deprecated. Use Hashtable(IDictionary, IEqualityComparer) instead.")] 336[Obsolete("This constructor has been deprecated. Use Hashtable(int, float, IEqualityComparer) instead.")] 346[Obsolete("This constructor has been deprecated. Use Hashtable(IDictionary, float, IEqualityComparer) instead.")] 367[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 1023[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 1258[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\IHashCodeProvider.cs (1)
12[Obsolete("IHashCodeProvider has been deprecated. Use IEqualityComparer instead.")]
src\runtime\src\libraries\System.Private.CoreLib\src\System\ComponentModel\Win32Exception.cs (2)
61[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 68[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Context.cs (1)
32[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\CurrentSystemTimeZone.cs (1)
12[Obsolete("System.CurrentSystemTimeZone has been deprecated. Investigate the use of System.TimeZoneInfo.Local instead.")]
src\runtime\src\libraries\System.Private.CoreLib\src\System\DataMisalignedException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\DBNull.cs (1)
18[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Delegate.cs (1)
154[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\CodeAnalysis\DynamicDependencyAttribute.cs (1)
133[System.Obsolete("This property is no longer supported.")]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Contracts\ContractException.cs (2)
38[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 47[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSourceException.cs (1)
36[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\DivideByZeroException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\DllNotFoundException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\DuplicateWaitObjectException.cs (1)
43[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\EntryPointNotFoundException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Enum.cs (2)
1442[Obsolete("The provider argument is not used. Use ToString() instead.")] 1447[Obsolete("The provider argument is not used. Use ToString(String) instead.")]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Exception.cs (3)
43[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 102[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 187[Obsolete(Obsoletions.BinaryFormatterMessage, DiagnosticId = Obsoletions.BinaryFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\ExecutionEngineException.cs (1)
12[Obsolete("ExecutionEngineException previously indicated an unspecified fatal error in the runtime. The runtime no longer raises this exception so this type is obsolete.")]
src\runtime\src\libraries\System.Private.CoreLib\src\System\FieldAccessException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\FormatException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\CultureNotFoundException.cs (2)
61[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 70[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\CultureTypes.cs (2)
21[Obsolete("CultureTypes.WindowsOnlyCultures has been deprecated. Use other values in CultureTypes instead.")] 23[Obsolete("CultureTypes.FrameworkCultures has been deprecated. Use other values in CultureTypes instead.")]
src\runtime\src\libraries\System.Private.CoreLib\src\System\HashCode.cs (2)
485[Obsolete("HashCode is a mutable struct and should not be compared with other HashCodes. Use ToHashCode to retrieve the computed hash code.", error: true)] 489[Obsolete("HashCode is a mutable struct and should not be compared with other HashCodes.", error: true)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\IndexOutOfRangeException.cs (1)
34[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\InsufficientExecutionStackException.cs (1)
31[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\InsufficientMemoryException.cs (1)
45[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\InvalidCastException.cs (1)
41[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\InvalidOperationException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\InvalidProgramException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\InvalidTimeZoneException.cs (1)
28[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\DirectoryNotFoundException.cs (2)
70[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 78[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\EndOfStreamException.cs (1)
32[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\FileLoadException.cs (2)
76[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 86[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\FileNotFoundException.cs (2)
98[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 108[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\FileStream.cs (5)
22[Obsolete("This constructor has been deprecated. Use FileStream(SafeFileHandle handle, FileAccess access) instead.")] 29[Obsolete("This constructor has been deprecated. Use FileStream(SafeFileHandle handle, FileAccess access) and optionally make a new SafeFileHandle with ownsHandle=false if needed instead.")] 36[Obsolete("This constructor has been deprecated. Use FileStream(SafeFileHandle handle, FileAccess access, int bufferSize) and optionally make a new SafeFileHandle with ownsHandle=false if needed instead.")] 43[Obsolete("This constructor has been deprecated. Use FileStream(SafeFileHandle handle, FileAccess access, int bufferSize, bool isAsync) and optionally make a new SafeFileHandle with ownsHandle=false if needed instead.")] 211[Obsolete("FileStream.Handle has been deprecated. Use FileStream's SafeFileHandle property instead.")]
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\FileSystemInfo.cs (2)
24[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 37[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\InvalidDataException.cs (1)
40[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\IOException.cs (1)
38[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\Path.cs (1)
27[Obsolete("Path.InvalidPathChars has been deprecated. Use GetInvalidPathChars or GetInvalidFileNameChars instead.")]
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\PathTooLongException.cs (1)
32[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\Stream.cs (2)
196[Obsolete("CreateWaitHandle has been deprecated. Use the ManualResetEvent(false) constructor instead.")] 937[Obsolete("Do not call or override this method.")]
src\runtime\src\libraries\System.Private.CoreLib\src\System\LoaderOptimization.cs (2)
8[Obsolete("LoaderOptimization.DisallowBindings has been deprecated and is not supported.")] 10[Obsolete("LoaderOptimization.DomainMask has been deprecated and is not supported.")]
src\runtime\src\libraries\System.Private.CoreLib\src\System\MarshalByRefObject.cs (2)
16[Obsolete(Obsoletions.RemotingApisMessage, DiagnosticId = Obsoletions.RemotingApisDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 22[Obsolete(Obsoletions.RemotingApisMessage, DiagnosticId = Obsoletions.RemotingApisDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\MemberAccessException.cs (1)
47[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\MethodAccessException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\MissingFieldException.cs (1)
39[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\MissingMemberException.cs (2)
39[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 49[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\MissingMethodException.cs (1)
42[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\MulticastNotSupportedException.cs (1)
36[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\NotFiniteNumberException.cs (2)
56[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 63[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\NotImplementedException.cs (1)
33[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\NotSupportedException.cs (1)
36[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\NullReferenceException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\ObjectDisposedException.cs (2)
44[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 78[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\OperatingSystem.cs (1)
73[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\OperationCanceledException.cs (1)
64[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\OutOfMemoryException.cs (1)
41[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\OverflowException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\PlatformNotSupportedException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\RankException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\ReadOnlySpan.cs (2)
187[Obsolete("Equals() on ReadOnlySpan will always throw an exception. Use the equality operator instead.")] 198[Obsolete("GetHashCode() on ReadOnlySpan will always throw an exception.")]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\AmbiguousMatchException.cs (1)
31[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Assembly.cs (8)
83[Obsolete("Assembly.CodeBase and Assembly.EscapedCodeBase are only included for .NET Framework compatibility. Use Assembly.Location.", DiagnosticId = "SYSLIB0012", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")] 119[Obsolete("Assembly.CodeBase and Assembly.EscapedCodeBase are only included for .NET Framework compatibility. Use Assembly.Location.", DiagnosticId = "SYSLIB0012", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")] 164[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 176[Obsolete(Obsoletions.GlobalAssemblyCacheMessage, DiagnosticId = Obsoletions.GlobalAssemblyCacheDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 407[Obsolete(Obsoletions.LoadFromHashAlgorithmMessage, DiagnosticId = Obsoletions.LoadFromHashAlgorithmDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 421[Obsolete(Obsoletions.ReflectionOnlyLoadingMessage, DiagnosticId = Obsoletions.ReflectionOnlyLoadingDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 424[Obsolete(Obsoletions.ReflectionOnlyLoadingMessage, DiagnosticId = Obsoletions.ReflectionOnlyLoadingDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 427[Obsolete(Obsoletions.ReflectionOnlyLoadingMessage, DiagnosticId = Obsoletions.ReflectionOnlyLoadingDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\AssemblyFlagsAttribute.cs (3)
11[Obsolete("This constructor has been deprecated. Use AssemblyFlagsAttribute(AssemblyNameFlags) instead.")] 18[Obsolete("AssemblyFlagsAttribute.Flags has been deprecated. Use AssemblyFlags instead.")] 24[Obsolete("This constructor has been deprecated. Use AssemblyFlagsAttribute(AssemblyNameFlags) instead.")]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\AssemblyName.cs (7)
89[Obsolete(Obsoletions.AssemblyNameCodeBaseMessage, DiagnosticId = Obsoletions.AssemblyNameCodeBaseDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 97[Obsolete(Obsoletions.AssemblyNameCodeBaseMessage, DiagnosticId = Obsoletions.AssemblyNameCodeBaseDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 110[Obsolete(Obsoletions.AssemblyNameMembersMessage, DiagnosticId = Obsoletions.AssemblyNameMembersDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 225[Obsolete(Obsoletions.AssemblyNameMembersMessage, DiagnosticId = Obsoletions.AssemblyNameMembersDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 232[Obsolete(Obsoletions.AssemblyNameMembersMessage, DiagnosticId = Obsoletions.AssemblyNameMembersDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 239[Obsolete(Obsoletions.StrongNameKeyPairMessage, DiagnosticId = Obsoletions.StrongNameKeyPairDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 268[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\CustomAttributeFormatException.cs (1)
30[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\AssemblyBuilder.cs (1)
55[Obsolete("Assembly.CodeBase and Assembly.EscapedCodeBase are only included for .NET Framework compatibility. Use Assembly.Location instead.", DiagnosticId = "SYSLIB0012", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\FlowControl.cs (1)
17[Obsolete("FlowControl.Phi has been deprecated and is not supported.")]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\OpCodeType.cs (1)
11[Obsolete("OpCodeType.Annotation has been deprecated and is not supported.")]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\OperandType.cs (1)
17[Obsolete("OperandType.InlinePhi has been deprecated and is not supported.")]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\FieldAttributes.cs (1)
25[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\FieldInfo.cs (1)
21[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\InvalidFilterCriteriaException.cs (1)
30[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Module.cs (1)
141[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\ParameterInfo.cs (1)
58[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\ReflectionTypeLoadException.cs (2)
28[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 36[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureType.cs (1)
202[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\StrongNameKeyPair.cs (2)
10[Obsolete(Obsoletions.StrongNameKeyPairMessage, DiagnosticId = Obsoletions.StrongNameKeyPairDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 19[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\TargetException.cs (1)
30[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\TargetInvocationException.cs (1)
25[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\TargetParameterCountException.cs (1)
31[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\TypeAttributes.cs (1)
40[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Resources\MissingManifestResourceException.cs (1)
33[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Resources\MissingSatelliteAssemblyException.cs (1)
44[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\AmbiguousImplementationException.cs (1)
31[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\DisablePrivateReflectionAttribute.cs (1)
6[Obsolete(Obsoletions.DisablePrivateReflectionAttributeMessage, DiagnosticId = Obsoletions.DisablePrivateReflectionAttributeDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\RuntimeHelpers.cs (5)
71[Obsolete(Obsoletions.ConstrainedExecutionRegionMessage, DiagnosticId = Obsoletions.ConstrainedExecutionRegionDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 90[Obsolete(Obsoletions.ConstrainedExecutionRegionMessage, DiagnosticId = Obsoletions.ConstrainedExecutionRegionDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 95[Obsolete(Obsoletions.ConstrainedExecutionRegionMessage, DiagnosticId = Obsoletions.ConstrainedExecutionRegionDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 100[Obsolete(Obsoletions.ConstrainedExecutionRegionMessage, DiagnosticId = Obsoletions.ConstrainedExecutionRegionDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 105[Obsolete(Obsoletions.ConstrainedExecutionRegionMessage, DiagnosticId = Obsoletions.ConstrainedExecutionRegionDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\RuntimeWrappedException.cs (2)
27[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 34[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\SuppressIldasmAttribute.cs (1)
6[Obsolete(Obsoletions.SuppressIldasmAttributeMessage, DiagnosticId = Obsoletions.SuppressIldasmAttributeDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\SwitchExpressionException.cs (2)
31[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 45[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\ConstrainedExecution\Cer.cs (1)
6[Obsolete(Obsoletions.ConstrainedExecutionRegionMessage, DiagnosticId = Obsoletions.ConstrainedExecutionRegionDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\ConstrainedExecution\Consistency.cs (1)
6[Obsolete(Obsoletions.ConstrainedExecutionRegionMessage, DiagnosticId = Obsoletions.ConstrainedExecutionRegionDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\ConstrainedExecution\PrePrepareMethodAttribute.cs (1)
6[Obsolete(Obsoletions.ConstrainedExecutionRegionMessage, DiagnosticId = Obsoletions.ConstrainedExecutionRegionDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\ConstrainedExecution\ReliabilityContractAttribute.cs (1)
9[Obsolete(Obsoletions.ConstrainedExecutionRegionMessage, DiagnosticId = Obsoletions.ConstrainedExecutionRegionDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\ExceptionServices\HandleProcessCorruptedStateExceptionsAttribute.cs (1)
9[Obsolete(Obsoletions.CorruptedStateRecoveryMessage, DiagnosticId = Obsoletions.CorruptedStateRecoveryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\AllowReversePInvokeCallsAttribute.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\COMException.cs (1)
44[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ExternalException.cs (1)
41[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\InvalidComObjectException.cs (1)
37[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\InvalidOleVariantTypeException.cs (1)
36[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (3)
353[Obsolete("ReadIntPtr(Object, Int32) may be unavailable in future releases.")] 442[Obsolete("WriteInt16(Object, Int32, Char) may be unavailable in future releases.")] 482[Obsolete("WriteIntPtr(Object, Int32, IntPtr) may be unavailable in future releases.")]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\MarshalDirectiveException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\SafeArrayRankMismatchException.cs (1)
36[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\SafeArrayTypeMismatchException.cs (1)
36[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\SEHException.cs (1)
34[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\UnmanagedType.cs (4)
40[Obsolete("Marshalling as VBByRefString may be unavailable in future releases.")] 43[Obsolete("Marshalling as AnsiBStr may be unavailable in future releases.")] 46[Obsolete("Marshalling as TBstr may be unavailable in future releases.")] 52[Obsolete("Marshalling arbitrary types may be unavailable in future releases. Specify the type you wish to marshal as.")]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Arm\AdvSimd.PlatformNotSupported.cs (9)
3172[Obsolete(Obsoletions.ArmIntrinsicPerformsUnsignedOperationMessage, DiagnosticId = Obsoletions.ArmIntrinsicPerformsUnsignedOperationDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 3179[Obsolete(Obsoletions.ArmIntrinsicPerformsUnsignedOperationMessage, DiagnosticId = Obsoletions.ArmIntrinsicPerformsUnsignedOperationDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 3186[Obsolete(Obsoletions.ArmIntrinsicPerformsUnsignedOperationMessage, DiagnosticId = Obsoletions.ArmIntrinsicPerformsUnsignedOperationDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 14744[Obsolete(Obsoletions.ArmIntrinsicPerformsUnsignedOperationMessage, DiagnosticId = Obsoletions.ArmIntrinsicPerformsUnsignedOperationDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 14752[Obsolete(Obsoletions.ArmIntrinsicPerformsUnsignedOperationMessage, DiagnosticId = Obsoletions.ArmIntrinsicPerformsUnsignedOperationDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 14760[Obsolete(Obsoletions.ArmIntrinsicPerformsUnsignedOperationMessage, DiagnosticId = Obsoletions.ArmIntrinsicPerformsUnsignedOperationDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 14789[Obsolete(Obsoletions.ArmIntrinsicPerformsUnsignedOperationMessage, DiagnosticId = Obsoletions.ArmIntrinsicPerformsUnsignedOperationDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 14797[Obsolete(Obsoletions.ArmIntrinsicPerformsUnsignedOperationMessage, DiagnosticId = Obsoletions.ArmIntrinsicPerformsUnsignedOperationDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 14805[Obsolete(Obsoletions.ArmIntrinsicPerformsUnsignedOperationMessage, DiagnosticId = Obsoletions.ArmIntrinsicPerformsUnsignedOperationDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Serialization\IFormatterConverter.cs (1)
7[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Serialization\IObjectReference.cs (1)
6[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Serialization\ISafeSerializationData.cs (1)
9[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Serialization\ISerializable.cs (1)
8[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Serialization\SafeSerializationEventArgs.cs (1)
7[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Serialization\SerializationException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Serialization\SerializationInfo.cs (2)
29[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 49[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Serialization\StreamingContext.cs (5)
15[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 18[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 23[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 44[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 51[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Security\CryptographicException.cs (1)
41[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Security\IPermission.cs (1)
6[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Security\IStackWalk.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Security\Permissions\CodeAccessSecurityAttribute.cs (1)
6[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Security\Permissions\PermissionState.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Security\Permissions\SecurityAction.cs (1)
6[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Security\Permissions\SecurityAttribute.cs (1)
6[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Security\Permissions\SecurityPermissionAttribute.cs (1)
6[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Security\Permissions\SecurityPermissionFlag.cs (1)
6[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Security\PermissionSet.cs (3)
11[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 25[Obsolete] 30[Obsolete]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Security\SecurityCriticalAttribute.cs (1)
28[Obsolete("SecurityCriticalScope is only used for .NET 2.0 transparency compatibility.")]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Security\SecurityCriticalScope.cs (1)
6[Obsolete("SecurityCriticalScope is only used for .NET 2.0 transparency compatibility.")]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Security\SecurityException.cs (2)
55[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 70[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Security\SecurityTreatAsSafeAttribute.cs (1)
18[Obsolete("SecurityTreatAsSafe is only used for .NET 2.0 transparency compatibility. Use the SecuritySafeCriticalAttribute instead.")]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Security\VerificationException.cs (1)
32[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Span.cs (2)
192[Obsolete("Equals() on Span will always throw an exception. Use the equality operator instead.")] 203[Obsolete("GetHashCode() on Span will always throw an exception.")]
src\runtime\src\libraries\System.Private.CoreLib\src\System\StackOverflowException.cs (1)
34[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\String.cs (1)
400[Obsolete("This API should not be used to create mutable strings. See https://go.microsoft.com/fwlink/?linkid=2084035 for alternatives.")]
src\runtime\src\libraries\System.Private.CoreLib\src\System\SystemException.cs (1)
32[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\DecoderExceptionFallback.cs (1)
104[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\EncoderExceptionFallback.cs (1)
124[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Encoding.cs (1)
1032[Obsolete(Obsoletions.SystemTextEncodingUTF7Message, DiagnosticId = Obsoletions.SystemTextEncodingUTF7DiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\UTF7Encoding.cs (2)
37[Obsolete(Obsoletions.SystemTextEncodingUTF7Message, DiagnosticId = Obsoletions.SystemTextEncodingUTF7DiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 43[Obsolete(Obsoletions.SystemTextEncodingUTF7Message, DiagnosticId = Obsoletions.SystemTextEncodingUTF7DiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\AbandonedMutexException.cs (1)
56[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\CompressedStack.cs (1)
15[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\ExecutionContext.cs (1)
47[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\LockRecursionException.cs (1)
28[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Overlapped.cs (4)
32[Obsolete("This constructor is not 64-bit compatible and has been deprecated. Use the constructor that accepts an IntPtr for the event handle instead.")] 56[Obsolete("Overlapped.EventHandle is not 64-bit compatible and has been deprecated. Use EventHandleIntPtr instead.")] 69[Obsolete("This overload is not safe and has been deprecated. Use Pack(IOCompletionCallback?, object?) instead.")] 94[Obsolete("This overload is not safe and has been deprecated. Use UnsafePack(IOCompletionCallback?, object?) instead.")]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\SemaphoreFullException.cs (1)
26[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\SynchronizationLockException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskCanceledException.cs (1)
84[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskSchedulerException.cs (1)
72[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (34)
465[Obsolete(Obsoletions.ThreadAbortMessage, DiagnosticId = Obsoletions.ThreadAbortDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 471[Obsolete(Obsoletions.ThreadAbortMessage, DiagnosticId = Obsoletions.ThreadAbortDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 477[Obsolete(Obsoletions.ThreadResetAbortMessage, DiagnosticId = Obsoletions.ThreadAbortDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 483[Obsolete("Thread.Suspend has been deprecated. Use other classes in System.Threading, such as Monitor, Mutex, Event, and Semaphore, to synchronize Threads or protect resources.")] 489[Obsolete("Thread.Resume has been deprecated. Use other classes in System.Threading, such as Monitor, Mutex, Event, and Semaphore, to synchronize Threads or protect resources.")] 509[Obsolete("The ApartmentState property has been deprecated. Use GetApartmentState, SetApartmentState or TrySetApartmentState instead.")] 545[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 551[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 565[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 568[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 571[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 574[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 577[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 580[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 583[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 587[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 591[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 594[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 598[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 602[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 606[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 610[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 613[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 616[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 619[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 622[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 625[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 628[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 631[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 635[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 638[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 642[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 646[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 650[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\ThreadAbortException.cs (1)
23[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\ThreadBlockingInfo.cs (2)
128[Obsolete("Represents native Monitor locks, which have been removed", error: true)] 130[Obsolete("Represents native Monitor waits, which have been removed", error: true)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\ThreadInterruptedException.cs (1)
41[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\ThreadPool.Unix.cs (1)
102[Obsolete("ThreadPool.BindHandle(IntPtr) has been deprecated. Use ThreadPool.BindHandle(SafeHandle) instead.")]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\ThreadStartException.cs (1)
25[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\ThreadStateException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\WaitHandle.cs (1)
45[Obsolete("WaitHandle.Handle has been deprecated. Use the SafeWaitHandle property instead.")]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\WaitHandleCannotBeOpenedException.cs (1)
29[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\TimeoutException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\TimeZone.cs (1)
12[Obsolete("System.TimeZone has been deprecated. Investigate the use of System.TimeZoneInfo instead.")]
src\runtime\src\libraries\System.Private.CoreLib\src\System\TimeZoneNotFoundException.cs (1)
28[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Type.cs (1)
882[Obsolete(Obsoletions.ReflectionOnlyLoadingMessage, DiagnosticId = Obsoletions.ReflectionOnlyLoadingDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Type.Helpers.cs (1)
13[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\TypeAccessException.cs (1)
34[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\TypeInitializationException.cs (2)
47[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 54[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\TypeLoadException.cs (2)
52[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 62[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\TypeUnloadedException.cs (1)
32[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\UnauthorizedAccessException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\UnitySerializationHolder.cs (1)
13[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\WeakReference.cs (2)
55[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 67[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\WeakReference.T.cs (1)
66[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Reflection\Assembly.NativeAot.cs (1)
84[Obsolete("Assembly.LoadWithPartialName has been deprecated. Use Assembly.Load() instead.")]
System\Reflection\Runtime\Assemblies\RuntimeAssemblyInfo.cs (1)
41[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Reflection\Runtime\General\ThunkedApis.cs (1)
70[Obsolete("Assembly.CodeBase and Assembly.EscapedCodeBase are only included for .NET Framework compatibility. Use Assembly.Location.", DiagnosticId = "SYSLIB0012", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")]
System\Reflection\Runtime\Modules\RuntimeModule.cs (1)
59[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Runtime\CompilerServices\RuntimeHelpers.NativeAot.cs (1)
103[Obsolete("OffsetToStringData has been deprecated. Use string.GetPinnableReference() instead.")]
System\Runtime\ControlledExecution.NativeAot.cs (1)
10[Obsolete(Obsoletions.ControlledExecutionRunMessage, DiagnosticId = Obsoletions.ControlledExecutionRunDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Runtime\InteropServices\Marshal.NativeAot.cs (9)
184[Obsolete("GetExceptionCode() may be unavailable in future releases.")] 198[Obsolete("ReadByte(Object, Int32) may be unavailable in future releases.")] 206[Obsolete("ReadInt16(Object, Int32) may be unavailable in future releases.")] 214[Obsolete("ReadInt32(Object, Int32) may be unavailable in future releases.")] 222[Obsolete("ReadInt64(Object, Int32) may be unavailable in future releases.")] 282[Obsolete("WriteByte(Object, Int32, Byte) may be unavailable in future releases.")] 290[Obsolete("WriteInt16(Object, Int32, Int16) may be unavailable in future releases.")] 298[Obsolete("WriteInt32(Object, Int32, Int32) may be unavailable in future releases.")] 306[Obsolete("WriteInt64(Object, Int32, Int64) may be unavailable in future releases.")]
System\RuntimeFieldHandle.cs (1)
73[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\RuntimeMethodHandle.cs (1)
106[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\RuntimeTypeHandle.cs (1)
93[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Private.Uri (16)
System\Uri.cs (13)
436[Obsolete("This constructor has been deprecated. Use Uri(string) instead.")] 450[Obsolete("This constructor has been deprecated. Use Uri(Uri, string) instead.")] 505[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 4694[Obsolete("Uri.MakeRelative has been deprecated. Use MakeRelativeUri(Uri uri) instead.")] 4709[Obsolete("Uri.Canonicalize has been deprecated and is not supported.")] 4719[Obsolete("Uri.Parse has been deprecated and is not supported.")] 4729[Obsolete("Uri.Escape has been deprecated and is not supported.")] 4746[Obsolete("Uri.Unescape has been deprecated. Use GetComponents() or Uri.UnescapeDataString() to unescape a Uri component or a string.")] 4756[Obsolete("Uri.EscapeString has been deprecated. Use GetComponents() or Uri.EscapeDataString to escape a Uri component or a string.")] 4767[Obsolete("Uri.CheckSecurity has been deprecated and is not supported.")] 4783[Obsolete("Uri.IsReservedCharacter has been deprecated and is not supported.")] 4811[Obsolete("Uri.IsExcludedCharacter has been deprecated and is not supported.")] 4854[Obsolete("Uri.IsBadFileSystemCharacter has been deprecated and is not supported.")]
System\UriExt.cs (1)
605[Obsolete(Obsoletions.EscapeUriStringMessage, DiagnosticId = Obsoletions.EscapeUriStringDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\UriFormatException.cs (2)
28[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 34[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Private.Windows.Core (1)
Windows\Win32\Foundation\IPointer.cs (1)
20[Obsolete("Use extension method GetPointer on IPointer<T> to get the typed pointer instead.")]
System.Private.Xml (38)
System\Xml\Core\ValidationType.cs (2)
22[Obsolete("ValidationType.Auto has been deprecated. Use DTD or Schema instead.")] 29[Obsolete("XDR Validation through XmlValidatingReader has been deprecated and is not supported.")]
System\Xml\Core\XmlReaderSettings.cs (1)
198[Obsolete("XmlReaderSettings.ProhibitDtd has been deprecated. Use DtdProcessing instead.")]
System\Xml\Core\XmlTextReader.cs (1)
388[Obsolete("XmlTextReader.ProhibitDtd has been deprecated. Use DtdProcessing instead.")]
System\Xml\Core\XmlValidatingReader.cs (1)
14[Obsolete("XmlValidatingReader has been deprecated. Use XmlReader created by XmlReader.Create() method using appropriate XmlReaderSettings instead.")]
System\Xml\IApplicationResourceStreamResolver.cs (2)
10[Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)] 15[Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
System\Xml\Schema\Inference\XmlSchemaInferenceException.cs (2)
19[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 25[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Xml\Schema\XmlSchema.cs (2)
183[Obsolete("XmlSchema.Compile has been deprecated. Use System.Xml.Schema.XmlSchemaSet for schema compilation and validation.")] 191[Obsolete("XmlSchema.Compile has been deprecated. Use System.Xml.Schema.XmlSchemaSet for schema compilation and validation.")]
System\Xml\Schema\XmlSchemaAttribute.cs (1)
94[Obsolete("XmlSchemaAttribute.AttributeType has been deprecated. Use the AttributeSchemaType property that returns a strongly typed attribute type instead.")]
System\Xml\Schema\XmlSchemaCollection.cs (1)
22[Obsolete("XmlSchemaCollection has been deprecated. Use System.Xml.Schema.XmlSchemaSet for schema compilation and validation instead.")]
System\Xml\Schema\XmlSchemaElement.cs (1)
158[Obsolete("XmlSchemaElement.ElementType has been deprecated. Use the ElementSchemaType property that returns a strongly typed element type instead.")]
System\Xml\Schema\XmlSchemaException.cs (2)
31[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 63[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Xml\Schema\XmlSchemaType.cs (1)
122[Obsolete("XmlSchemaType.BaseSchemaType has been deprecated. Use the BaseXmlSchemaType property that returns a strongly typed base schema type instead.")]
System\Xml\Schema\XmlSchemaValidationException.cs (2)
20[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 26[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Xml\Serialization\CodeIdentifier.cs (1)
19[Obsolete("This class should never get constructed as it contains only static methods.")]
System\Xml\XmlConvert.cs (2)
691[Obsolete("Use XmlConvert.ToString() that accepts an XmlDateTimeSerializationMode instead.")] 1194[Obsolete("Use XmlConvert.ToDateTime() that accepts an XmlDateTimeSerializationMode instead.")]
System\Xml\XmlException.cs (2)
34[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 71[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Xml\XmlSecureResolver.cs (1)
10[Obsolete(Obsoletions.XmlSecureResolverMessage, DiagnosticId = Obsoletions.XmlSecureResolverDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Xml\XPath\XPathException.cs (2)
26[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 55[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Xml\Xsl\XPath\XPathCompileException.cs (2)
29[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 38[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Xml\Xsl\XslException.cs (3)
20[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 116[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 168[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Xml\Xsl\Xslt\Compiler.cs (1)
45[Obsolete(Obsoletions.XsltSettingsEnableScriptMessage, DiagnosticId = Obsoletions.XsltSettingsEnableScriptDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Xml\Xslt\XsltException.cs (4)
27[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 59[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 157[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 163[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Xml\Xslt\XsltSettings.cs (1)
42[Obsolete(Obsoletions.XsltSettingsEnableScriptMessage, DiagnosticId = Obsoletions.XsltSettingsEnableScriptDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Reflection.Context (4)
System\Reflection\Context\Delegation\DelegatingAssembly.cs (3)
76[Obsolete] 95[Obsolete] 204[Obsolete]
System\Reflection\Context\Delegation\DelegatingType.cs (1)
113[Obsolete("Formatter-based serialization is obsolete and should not be used.", DiagnosticId = "SYSLIB0050", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")]
System.Reflection.Metadata (1)
System\Reflection\Metadata\ImageFormatLimitationException.Serialization.cs (1)
14[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Reflection.MetadataLoadContext (5)
System\Reflection\TypeLoading\Assemblies\RoAssembly.cs (4)
48[Obsolete(Obsoletions.CodeBaseMessage, DiagnosticId = Obsoletions.CodeBaseDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 53[Obsolete(Obsoletions.CodeBaseMessage, DiagnosticId = Obsoletions.CodeBaseDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 159[Obsolete("The Global Assembly Cache is not supported.", DiagnosticId = "SYSLIB0005", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")] 198[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Reflection\TypeLoading\Modules\RoModule.cs (1)
76[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Resources.Extensions (1)
System\Resources\Extensions\PreserializedResourceWriter.cs (1)
137[Obsolete(Obsoletions.BinaryFormatterMessage, DiagnosticId = Obsoletions.BinaryFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Runtime.InteropServices (3)
System\Runtime\InteropServices\RuntimeEnvironment.cs (3)
12[Obsolete(Obsoletions.RuntimeEnvironmentMessage, DiagnosticId = Obsoletions.RuntimeEnvironmentDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 31[Obsolete(Obsoletions.RuntimeEnvironmentMessage, DiagnosticId = Obsoletions.RuntimeEnvironmentDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 34[Obsolete(Obsoletions.RuntimeEnvironmentMessage, DiagnosticId = Obsoletions.RuntimeEnvironmentDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Runtime.Serialization.Formatters (15)
System\Runtime\Serialization\Formatter.cs (1)
12[Obsolete(Obsoletions.BinaryFormatterMessage, DiagnosticId = Obsoletions.BinaryFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Runtime\Serialization\FormatterConverter.cs (1)
8[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Runtime\Serialization\Formatters\Binary\BinaryFormatter.cs (1)
6[Obsolete(Obsoletions.BinaryFormatterMessage, DiagnosticId = Obsoletions.BinaryFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Runtime\Serialization\Formatters\CommonEnums.cs (3)
6[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 14[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 21[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Runtime\Serialization\Formatters\IFieldInfo.cs (1)
6[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Runtime\Serialization\FormatterServices.cs (1)
15[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Runtime\Serialization\IFormatter.cs (1)
9[Obsolete(Obsoletions.BinaryFormatterMessage, DiagnosticId = Obsoletions.BinaryFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Runtime\Serialization\ISerializationSurrogate.cs (1)
6[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Runtime\Serialization\ISurrogateSelector.cs (1)
6[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Runtime\Serialization\ObjectIDGenerator.cs (1)
9[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Runtime\Serialization\ObjectManager.cs (1)
10[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Runtime\Serialization\SerializationObjectManager.cs (1)
9[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Runtime\Serialization\SurrogateSelector.cs (1)
9[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Runtime.Serialization.Primitives (1)
System\Runtime\Serialization\InvalidDataContractException.cs (1)
29[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Security.AccessControl (8)
System\Security\AccessControl\PrivilegeNotHeldException.cs (2)
34[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 40[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Policy\Evidence.cs (6)
11[Obsolete("This constructor is obsolete. Use the constructor which accepts arrays of EvidenceBase instead.")] 15[Obsolete("Evidence should not be treated as an ICollection. Use GetHostEnumerator and GetAssemblyEnumerator to iterate over the evidence to collect a count.")] 21[Obsolete("Evidence.AddAssembly has been deprecated. Use AddAssemblyEvidence instead.")] 27[Obsolete("Evidence.AddHost has been deprecated. Use AddHostEvidence instead.")] 31[Obsolete("Evidence should not be treated as an ICollection. Use the GetHostEnumerator and GetAssemblyEnumerator methods rather than using CopyTo.")] 34[Obsolete("GetEnumerator is obsolete. Use GetAssemblyEnumerator and GetHostEnumerator instead.")]
System.Security.Claims (3)
System\Security\Claims\ClaimsIdentity.cs (2)
289[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 304[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Claims\ClaimsPrincipal.cs (1)
50[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Security.Cryptography (129)
System\Security\Cryptography\Aes.cs (1)
31[Obsolete(Obsoletions.CryptoStringFactoryMessage, DiagnosticId = Obsoletions.CryptoStringFactoryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\AesCryptoServiceProvider.cs (1)
9[Obsolete(Obsoletions.DerivedCryptographicTypesMessage, DiagnosticId = Obsoletions.DerivedCryptographicTypesDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\AesGcm.cs (2)
15[Obsolete(Obsoletions.AesGcmTagConstructorMessage, DiagnosticId = Obsoletions.AesGcmTagConstructorDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 25[Obsolete(Obsoletions.AesGcmTagConstructorMessage, DiagnosticId = Obsoletions.AesGcmTagConstructorDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\AesManaged.cs (1)
9[Obsolete(Obsoletions.DerivedCryptographicTypesMessage, DiagnosticId = Obsoletions.DerivedCryptographicTypesDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\AsnEncodedData.cs (1)
110[Obsolete(Obsoletions.AsnEncodedDataRawDataSetterMessage, DiagnosticId = Obsoletions.AsnEncodedDataRawDataSetterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\AsymmetricAlgorithm.cs (2)
16[Obsolete(Obsoletions.DefaultCryptoAlgorithmsMessage, DiagnosticId = Obsoletions.DefaultCryptoAlgorithmsDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 20[Obsolete(Obsoletions.CryptoStringFactoryMessage, DiagnosticId = Obsoletions.CryptoStringFactoryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\CryptoConfig.cs (1)
568[Obsolete(Obsoletions.CryptoConfigEncodeOIDMessage, DiagnosticId = Obsoletions.CryptoConfigEncodeOIDDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\CryptographicUnexpectedOperationException.cs (1)
34[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\DES.cs (1)
30[Obsolete(Obsoletions.CryptoStringFactoryMessage, DiagnosticId = Obsoletions.CryptoStringFactoryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\DESCryptoServiceProvider.Windows.cs (1)
9[Obsolete(Obsoletions.DerivedCryptographicTypesMessage, DiagnosticId = Obsoletions.DerivedCryptographicTypesDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\DSA.cs (1)
30[Obsolete(Obsoletions.CryptoStringFactoryMessage, DiagnosticId = Obsoletions.CryptoStringFactoryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\ECDiffieHellman.cs (1)
34[Obsolete(Obsoletions.CryptoStringFactoryMessage, DiagnosticId = Obsoletions.CryptoStringFactoryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\ECDiffieHellmanCng.Xml.cs (2)
8[Obsolete(Obsoletions.EccXmlExportImportMessage, DiagnosticId = Obsoletions.EccXmlExportImportDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 14[Obsolete(Obsoletions.EccXmlExportImportMessage, DiagnosticId = Obsoletions.EccXmlExportImportDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\ECDiffieHellmanCngPublicKey.cs (2)
39[Obsolete(Obsoletions.EccXmlExportImportMessage, DiagnosticId = Obsoletions.EccXmlExportImportDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 45[Obsolete(Obsoletions.EccXmlExportImportMessage, DiagnosticId = Obsoletions.EccXmlExportImportDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\ECDiffieHellmanPublicKey.cs (3)
18[Obsolete(Obsoletions.EcDhPublicKeyBlobMessage, DiagnosticId = Obsoletions.EcDhPublicKeyBlobDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 33[Obsolete(Obsoletions.EcDhPublicKeyBlobMessage, DiagnosticId = Obsoletions.EcDhPublicKeyBlobDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 40[Obsolete(Obsoletions.EccXmlExportImportMessage, DiagnosticId = Obsoletions.EccXmlExportImportDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\ECDsa.cs (1)
32[Obsolete(Obsoletions.CryptoStringFactoryMessage, DiagnosticId = Obsoletions.CryptoStringFactoryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\ECDsaCng.cs (2)
192[Obsolete(Obsoletions.EccXmlExportImportMessage, DiagnosticId = Obsoletions.EccXmlExportImportDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 205[Obsolete(Obsoletions.EccXmlExportImportMessage, DiagnosticId = Obsoletions.EccXmlExportImportDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\HashAlgorithm.cs (2)
21[Obsolete(Obsoletions.DefaultCryptoAlgorithmsMessage, DiagnosticId = Obsoletions.DefaultCryptoAlgorithmsDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 25[Obsolete(Obsoletions.CryptoStringFactoryMessage, DiagnosticId = Obsoletions.CryptoStringFactoryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\HMAC.cs (2)
21[Obsolete(Obsoletions.DefaultCryptoAlgorithmsMessage, DiagnosticId = Obsoletions.DefaultCryptoAlgorithmsDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 25[Obsolete(Obsoletions.CryptoStringFactoryMessage, DiagnosticId = Obsoletions.CryptoStringFactoryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\HMACSHA1.cs (1)
58[Obsolete(Obsoletions.UseManagedSha1Message, DiagnosticId = Obsoletions.UseManagedSha1DiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\HMACSHA384.cs (1)
55[Obsolete(Obsoletions.ProduceLegacyHmacValuesMessage, DiagnosticId = Obsoletions.ProduceLegacyHmacValuesDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\HMACSHA512.cs (1)
54[Obsolete(Obsoletions.ProduceLegacyHmacValuesMessage, DiagnosticId = Obsoletions.ProduceLegacyHmacValuesDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\KeyedHashAlgorithm.cs (2)
13[Obsolete(Obsoletions.DefaultCryptoAlgorithmsMessage, DiagnosticId = Obsoletions.DefaultCryptoAlgorithmsDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 17[Obsolete(Obsoletions.CryptoStringFactoryMessage, DiagnosticId = Obsoletions.CryptoStringFactoryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\MD5.cs (1)
50[Obsolete(Obsoletions.CryptoStringFactoryMessage, DiagnosticId = Obsoletions.CryptoStringFactoryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\MD5CryptoServiceProvider.cs (1)
9[Obsolete(Obsoletions.DerivedCryptographicTypesMessage, DiagnosticId = Obsoletions.DerivedCryptographicTypesDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\PasswordDeriveBytes.cs (1)
112[Obsolete("Rfc2898DeriveBytes replaces PasswordDeriveBytes for deriving key material from a password and is preferred in new applications.")]
System\Security\Cryptography\RandomNumberGenerator.cs (1)
18[Obsolete(Obsoletions.CryptoStringFactoryMessage, DiagnosticId = Obsoletions.CryptoStringFactoryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\RC2.cs (1)
31[Obsolete(Obsoletions.CryptoStringFactoryMessage, DiagnosticId = Obsoletions.CryptoStringFactoryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\RC2CryptoServiceProvider.Windows.cs (1)
11[Obsolete(Obsoletions.DerivedCryptographicTypesMessage, DiagnosticId = Obsoletions.DerivedCryptographicTypesDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\Rfc2898DeriveBytes.cs (9)
32[Obsolete(Obsoletions.Rfc2898DeriveBytesCtorMessage, DiagnosticId = Obsoletions.Rfc2898DeriveBytesCtorDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 38[Obsolete(Obsoletions.Rfc2898DeriveBytesCtorMessage, DiagnosticId = Obsoletions.Rfc2898DeriveBytesCtorDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 44[Obsolete(Obsoletions.Rfc2898DeriveBytesCtorMessage, DiagnosticId = Obsoletions.Rfc2898DeriveBytesCtorDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 50[Obsolete(Obsoletions.Rfc2898DeriveBytesCtorMessage, DiagnosticId = Obsoletions.Rfc2898DeriveBytesCtorDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 56[Obsolete(Obsoletions.Rfc2898DeriveBytesCtorMessage, DiagnosticId = Obsoletions.Rfc2898DeriveBytesCtorDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 67[Obsolete(Obsoletions.Rfc2898DeriveBytesCtorMessage, DiagnosticId = Obsoletions.Rfc2898DeriveBytesCtorDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 73[Obsolete(Obsoletions.Rfc2898DeriveBytesCtorMessage, DiagnosticId = Obsoletions.Rfc2898DeriveBytesCtorDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 79[Obsolete(Obsoletions.Rfc2898DeriveBytesCtorMessage, DiagnosticId = Obsoletions.Rfc2898DeriveBytesCtorDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 228[Obsolete(Obsoletions.Rfc2898CryptDeriveKeyMessage, DiagnosticId = Obsoletions.Rfc2898CryptDeriveKeyDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\Rijndael.cs (2)
11[Obsolete(Obsoletions.RijndaelMessage, DiagnosticId = Obsoletions.RijndaelDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 21[Obsolete(Obsoletions.CryptoStringFactoryMessage, DiagnosticId = Obsoletions.CryptoStringFactoryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\RijndaelImplementation.cs (1)
15[Obsolete(Obsoletions.RijndaelMessage, DiagnosticId = Obsoletions.RijndaelDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\RijndaelManaged.cs (1)
10[Obsolete(Obsoletions.RijndaelMessage, DiagnosticId = Obsoletions.RijndaelDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\RNGCryptoServiceProvider.cs (1)
8[Obsolete(Obsoletions.RNGCryptoServiceProviderMessage, DiagnosticId = Obsoletions.RNGCryptoServiceProviderDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\RSA.cs (3)
21[Obsolete(Obsoletions.CryptoStringFactoryMessage, DiagnosticId = Obsoletions.CryptoStringFactoryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 362[Obsolete(Obsoletions.RsaEncryptDecryptValueMessage, DiagnosticId = Obsoletions.RsaEncryptDecryptDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 367[Obsolete(Obsoletions.RsaEncryptDecryptValueMessage, DiagnosticId = Obsoletions.RsaEncryptDecryptDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\RSACryptoServiceProvider.Windows.cs (4)
262[Obsolete(Obsoletions.RSACspEncryptDecryptMessage, DiagnosticId = Obsoletions.RSACspEncryptDecryptDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 272[Obsolete(Obsoletions.RsaEncryptDecryptValueMessage, DiagnosticId = Obsoletions.RsaEncryptDecryptDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 308[Obsolete(Obsoletions.RSACspEncryptDecryptMessage, DiagnosticId = Obsoletions.RSACspEncryptDecryptDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 318[Obsolete(Obsoletions.RsaEncryptDecryptValueMessage, DiagnosticId = Obsoletions.RsaEncryptDecryptDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\SHA1.cs (1)
46[Obsolete(Obsoletions.CryptoStringFactoryMessage, DiagnosticId = Obsoletions.CryptoStringFactoryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\SHA1CryptoServiceProvider.cs (1)
12[Obsolete(Obsoletions.DerivedCryptographicTypesMessage, DiagnosticId = Obsoletions.DerivedCryptographicTypesDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\SHA1Managed.cs (1)
9[Obsolete(Obsoletions.DerivedCryptographicTypesMessage, DiagnosticId = Obsoletions.DerivedCryptographicTypesDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\SHA256.cs (1)
45[Obsolete(Obsoletions.CryptoStringFactoryMessage, DiagnosticId = Obsoletions.CryptoStringFactoryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\SHA256CryptoServiceProvider.cs (1)
12[Obsolete(Obsoletions.DerivedCryptographicTypesMessage, DiagnosticId = Obsoletions.DerivedCryptographicTypesDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\SHA256Managed.cs (1)
9[Obsolete(Obsoletions.DerivedCryptographicTypesMessage, DiagnosticId = Obsoletions.DerivedCryptographicTypesDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\SHA384.cs (1)
45[Obsolete(Obsoletions.CryptoStringFactoryMessage, DiagnosticId = Obsoletions.CryptoStringFactoryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\SHA384CryptoServiceProvider.cs (1)
12[Obsolete(Obsoletions.DerivedCryptographicTypesMessage, DiagnosticId = Obsoletions.DerivedCryptographicTypesDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\SHA384Managed.cs (1)
9[Obsolete(Obsoletions.DerivedCryptographicTypesMessage, DiagnosticId = Obsoletions.DerivedCryptographicTypesDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\SHA512.cs (1)
45[Obsolete(Obsoletions.CryptoStringFactoryMessage, DiagnosticId = Obsoletions.CryptoStringFactoryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\SHA512CryptoServiceProvider.cs (1)
12[Obsolete(Obsoletions.DerivedCryptographicTypesMessage, DiagnosticId = Obsoletions.DerivedCryptographicTypesDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\SHA512Managed.cs (1)
9[Obsolete(Obsoletions.DerivedCryptographicTypesMessage, DiagnosticId = Obsoletions.DerivedCryptographicTypesDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\SymmetricAlgorithm.cs (2)
18[Obsolete(Obsoletions.DefaultCryptoAlgorithmsMessage, DiagnosticId = Obsoletions.DefaultCryptoAlgorithmsDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 22[Obsolete(Obsoletions.CryptoStringFactoryMessage, DiagnosticId = Obsoletions.CryptoStringFactoryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\TripleDES.cs (1)
29[Obsolete(Obsoletions.CryptoStringFactoryMessage, DiagnosticId = Obsoletions.CryptoStringFactoryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\TripleDESCryptoServiceProvider.Wrap.cs (1)
8[Obsolete(Obsoletions.DerivedCryptographicTypesMessage, DiagnosticId = Obsoletions.DerivedCryptographicTypesDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\X509Certificates\PublicKey.cs (1)
146[Obsolete(Obsoletions.PublicKeyPropertyMessage, DiagnosticId = Obsoletions.PublicKeyPropertyDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\X509Certificates\X509Certificate.cs (22)
52[Obsolete(Obsoletions.X509CertificateImmutableMessage, DiagnosticId = Obsoletions.X509CertificateImmutableDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 60[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 76[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 84[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 91[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 107[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 147[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 154[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 162[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 169[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 196[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 223[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 232[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 239[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 588[Obsolete("X509Certificate.GetName has been deprecated. Use the Subject property instead.")] 595[Obsolete("X509Certificate.GetIssuerName has been deprecated. Use the Issuer property instead.")] 656[Obsolete(Obsoletions.X509CertificateImmutableMessage, DiagnosticId = Obsoletions.X509CertificateImmutableDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 662[Obsolete(Obsoletions.X509CertificateImmutableMessage, DiagnosticId = Obsoletions.X509CertificateImmutableDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 669[Obsolete(Obsoletions.X509CertificateImmutableMessage, DiagnosticId = Obsoletions.X509CertificateImmutableDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 675[Obsolete(Obsoletions.X509CertificateImmutableMessage, DiagnosticId = Obsoletions.X509CertificateImmutableDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 681[Obsolete(Obsoletions.X509CertificateImmutableMessage, DiagnosticId = Obsoletions.X509CertificateImmutableDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 688[Obsolete(Obsoletions.X509CertificateImmutableMessage, DiagnosticId = Obsoletions.X509CertificateImmutableDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (22)
44[Obsolete(Obsoletions.X509CertificateImmutableMessage, DiagnosticId = Obsoletions.X509CertificateImmutableDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 52[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 59[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 67[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 74[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 82[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 96[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 117[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 135[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 142[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 150[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 157[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 165[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 172[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 184[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 269[Obsolete(Obsoletions.X509CertificatePrivateKeyMessage, DiagnosticId = Obsoletions.X509CertificatePrivateKeyDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 644[Obsolete(Obsoletions.X509CertificateImmutableMessage, DiagnosticId = Obsoletions.X509CertificateImmutableDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 650[Obsolete(Obsoletions.X509CertificateImmutableMessage, DiagnosticId = Obsoletions.X509CertificateImmutableDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 657[Obsolete(Obsoletions.X509CertificateImmutableMessage, DiagnosticId = Obsoletions.X509CertificateImmutableDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 663[Obsolete(Obsoletions.X509CertificateImmutableMessage, DiagnosticId = Obsoletions.X509CertificateImmutableDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 669[Obsolete(Obsoletions.X509CertificateImmutableMessage, DiagnosticId = Obsoletions.X509CertificateImmutableDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 676[Obsolete(Obsoletions.X509CertificateImmutableMessage, DiagnosticId = Obsoletions.X509CertificateImmutableDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\X509Certificates\X509Certificate2Collection.cs (8)
204[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 218[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 227[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 247[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 265[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 277[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 288[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 314[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\CmsSigner.cs (1)
94[Obsolete(Obsoletions.CmsSignerCspParamsCtorMessage, DiagnosticId = Obsoletions.CmsSignerCspParamsCtorDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
284[Obsolete(Obsoletions.SignerInfoCounterSigMessage, DiagnosticId = Obsoletions.SignerInfoCounterSigDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\CryptoSignedXmlRecursionException.cs (1)
24[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Security.Permissions (172)
System\Configuration\ConfigurationPermission.cs (1)
10[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Configuration\ConfigurationPermissionAttribute.cs (1)
10[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Data\Common\DBDataPermission.cs (1)
10[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Data\Common\DBDataPermissionAttribute.cs (1)
9[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Data\Odbc\OdbcPermission.cs (1)
11[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Data\Odbc\OdbcPermissionAttribute.cs (1)
11[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Data\OleDb\OleDbPermission.cs (1)
11[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Data\OleDb\OleDbPermissionAttribute.cs (1)
11[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Data\OracleClient\OraclePermission.cs (1)
10[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Data\OracleClient\OraclePermissionAttribute.cs (1)
9[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Data\SqlClient\SqlClientPermission.cs (1)
10[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Data\SqlClient\SqlClientPermissionAttribute.cs (1)
11[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Diagnostics\EventLogPermission.cs (1)
9[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Diagnostics\EventLogPermissionAttribute.cs (1)
10[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Diagnostics\PerformanceCounterPermission.cs (1)
9[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Diagnostics\PerformanceCounterPermissionAttribute.cs (1)
9[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\DirectoryServices\DirectoryServicesPermission.cs (1)
8[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\DirectoryServices\DirectoryServicesPermissionAttribute.cs (1)
9[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Drawing\Printing\PrintingPermission.cs (1)
10[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Drawing\Printing\PrintingPermissionAttribute.cs (1)
9[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Net\DnsPermission.cs (1)
10[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Net\DnsPermissionAttribute.cs (1)
10[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Net\Mail\SmtpPermission.cs (1)
10[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Net\Mail\SmtpPermissionAttribute.cs (1)
10[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Net\NetworkInformation\NetworkInformationPermission.cs (1)
10[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Net\NetworkInformation\NetworkInformationPermissionAttribute.cs (1)
10[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Net\PeerToPeer\Collaboration\PeerCollaborationPermission.cs (1)
10[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Net\PeerToPeer\Collaboration\PeerCollaborationPermissionAttribute.cs (1)
10[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Net\PeerToPeer\PnrpPermission.cs (1)
10[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Net\PeerToPeer\PnrpPermissionAttribute.cs (1)
10[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Net\SocketPermission.cs (1)
10[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Net\SocketPermissionAttribute.cs (1)
10[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Net\WebPermission.cs (1)
12[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Net\WebPermissionAttribute.cs (1)
10[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\CodeAccessPermission.cs (3)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 15[Obsolete] 25[Obsolete]
System\Security\HostProtectionException.cs (3)
12[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 52[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 89[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\HostSecurityManager.cs (1)
17[Obsolete]
System\Security\NamedPermissionSet.cs (1)
9[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\DataProtectionPermission.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\DataProtectionPermissionAttribute.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\DataProtectionPermissionFlags.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\EnvironmentPermission.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\EnvironmentPermissionAccess.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\EnvironmentPermissionAttribute.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\FileDialogPermission.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\FileDialogPermissionAccess.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\FileDialogPermissionAttribute.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\FileIOPermission.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\FileIOPermissionAccess.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\FileIOPermissionAttribute.cs (2)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 19[Obsolete]
System\Security\Permissions\GacIdentityPermission.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\GacIdentityPermissionAttribute.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\HostProtectionAttribute.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\HostProtectionResource.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\IsolatedStorageContainment.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\IsolatedStorageFilePermission.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\IsolatedStorageFilePermissionAttribute.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\IsolatedStoragePermission.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\IsolatedStoragePermissionAttribute.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\IUnrestrictedPermission.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\KeyContainerPermission.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\KeyContainerPermissionAccessEntry.cs (1)
9[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\KeyContainerPermissionAccessEntryCollection.cs (1)
9[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\KeyContainerPermissionAccessEntryEnumerator.cs (1)
9[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\KeyContainerPermissionAttribute.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\KeyContainerPermissionFlags.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\MediaPermission.cs (5)
6[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 17[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 28[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 39[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 65[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\PermissionSetAttribute.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\PrincipalPermission.cs (1)
12[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\PrincipalPermissionAttribute.cs (2)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 13[Obsolete(Obsoletions.PrincipalPermissionAttributeMessage, error: true, DiagnosticId = Obsoletions.PrincipalPermissionAttributeDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\PublisherIdentityPermission.cs (1)
9[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\PublisherIdentityPermissionAttribute.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\ReflectionPermission.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\ReflectionPermissionAttribute.cs (3)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 15[Obsolete("ReflectionPermissionAttribute.ReflectionEmit has been deprecated and is not supported.")] 18[Obsolete("ReflectionPermissionAttribute.TypeInformation has been deprecated and is not supported.")]
System\Security\Permissions\ReflectionPermissionFlag.cs (4)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 12[Obsolete("ReflectionPermissionFlag.AllFlags has been deprecated. Use PermissionState.Unrestricted to get full access.")] 16[Obsolete("ReflectionPermissionFlag.ReflectionEmit has been deprecated and is not supported.")] 19[Obsolete("ReflectionPermissionFlag.TypeInformation has been deprecated and is not supported.")]
System\Security\Permissions\RegistryPermission.cs (1)
9[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\RegistryPermissionAccess.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\RegistryPermissionAttribute.cs (2)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 13[Obsolete("RegistryPermissionAttribute.Add has been deprecated. Use ViewAndModify instead.")]
System\Security\Permissions\ResourcePermissionBase.cs (1)
9[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\ResourcePermissionBaseEntry.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\SecurityPermission.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\SiteIdentityPermission.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\SiteIdentityPermissionAttribute.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\StorePermission.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\StorePermissionAttribute.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\StorePermissionFlags.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\StrongNameIdentityPermission.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\StrongNameIdentityPermissionAttribute.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\StrongNamePublicKeyBlob.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\TypeDescriptorPermission.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\TypeDescriptorPermissionAttribute.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\TypeDescriptorPermissionFlags.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\UIPermission.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\UIPermissionAttribute.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\UIPermissionClipboard.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\UIPermissionWindow.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\UrlIdentityPermission.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\UrlIdentityPermissionAttribute.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\WebBrowserPermission.cs (3)
6[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 16[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 34[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\ZoneIdentityPermission.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Permissions\ZoneIdentityPermissionAttribute.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Policy\ApplicationTrust.cs (2)
13[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 20[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Policy\FileCodeGroup.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Policy\FirstMatchCodeGroup.cs (1)
6[Obsolete("This type is obsolete. See https://go.microsoft.com/fwlink/?LinkID=155570 for more information.")]
System\Security\Policy\GacInstalled.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Policy\Hash.cs (1)
21[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Policy\IIdentityPermissionFactory.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Policy\PermissionRequestEvidence.cs (1)
6[Obsolete("This type is obsolete. See https://go.microsoft.com/fwlink/?LinkID=155570 for more information.")]
System\Security\Policy\PolicyException.cs (1)
15[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Policy\PolicyLevel.cs (11)
11[Obsolete("Because all GAC assemblies always get full trust, the full trust list is no longer meaningful. You should install any assemblies that are used in security policy in the GAC to ensure they are trusted.")] public IList FullTrustAssemblies { get { return default(IList); } } 17[Obsolete("Because all GAC assemblies always get full trust, the full trust list is no longer meaningful. You should install any assemblies that are used in security policy in the GAC to ensure they are trusted.")] 19[Obsolete("Because all GAC assemblies always get full trust, the full trust list is no longer meaningful. You should install any assemblies that are used in security policy in the GAC to ensure they are trusted.")] 22[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 26[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 29[Obsolete("AppDomain policy levels are obsolete. See https://go.microsoft.com/fwlink/?LinkID=155570 for more information.")] 33[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 37[Obsolete("Because all GAC assemblies always get full trust, the full trust list is no longer meaningful. You should install any assemblies that are used in security policy in the GAC to ensure they are trusted.")] 39[Obsolete("Because all GAC assemblies always get full trust, the full trust list is no longer meaningful. You should install any assemblies that are used in security policy in the GAC to ensure they are trusted.")] 42[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 46[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Policy\PolicyStatement.cs (3)
9[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 13[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 19[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Policy\Publisher.cs (1)
9[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Policy\Site.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Policy\StrongName.cs (1)
9[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Policy\StrongNameMembershipCondition.cs (1)
9[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Policy\UnionCodeGroup.cs (1)
6[Obsolete("This type is obsolete. See https://go.microsoft.com/fwlink/?LinkID=155570 for more information.")]
System\Security\Policy\Url.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Policy\Zone.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\SecurityContext.cs (1)
9[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\SecurityManager.cs (14)
10[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 14[Obsolete] 16[Obsolete] 21[Obsolete] 23[Obsolete] 25[Obsolete] 27[Obsolete] 29[Obsolete] 31[Obsolete] 33[Obsolete] 35[Obsolete] 37[Obsolete] 39[Obsolete] 41[Obsolete]
System\Security\XmlSyntaxException.cs (1)
18[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\ServiceProcess\ServiceControllerPermission.cs (1)
9[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\ServiceProcess\ServiceControllerPermissionAttribute.cs (1)
10[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Transactions\DistributedTransactionPermission.cs (1)
10[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Transactions\DistributedTransactionPermissionAttribute.cs (1)
10[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Web\AspNetHostingPermission.cs (1)
10[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Web\AspNetHostingPermissionAttribute.cs (1)
10[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Xaml\Permissions\XamlLoadPermission.cs (1)
14[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Security.Principal.Windows (4)
System\Security\Principal\IdentityNotMappedException.cs (2)
36[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 41[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Principal\SID.cs (1)
175[Obsolete("This member has been deprecated and is only maintained for backwards compatability. WellKnownSidType values greater than MaxDefined may be defined in future releases.")]
System\Security\Principal\WindowsIdentity.cs (1)
322[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.ServiceModel.Primitives (6)
System\ServiceModel\Dispatcher\ClientOperation.cs (1)
19[Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
System\ServiceModel\Dispatcher\ClientRuntime.cs (2)
25[Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)] 35[Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
System\ServiceModel\FaultException.cs (2)
198[System.Obsolete] 416[System.Obsolete]
System\ServiceModel\Security\WindowsClientCredential.cs (1)
73[Obsolete("This property is deprecated and is maintained for backward compatibility only. The local machine policy will be used to determine if NTLM should be used.")]
System.ServiceProcess.ServiceController (1)
System\ServiceProcess\TimeoutException.cs (1)
32[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Speech (1)
Internal\Synthesis\AudioException.cs (1)
21[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Text.Encodings.Web (2)
System\Text\Encodings\Web\OptimizedInboxTextEncoder.cs (2)
92[Obsolete("FindFirstCharacterToEncode has been deprecated. It should only be used by the TextEncoder adapter.")] 99[Obsolete("TryEncodeUnicodeScalar has been deprecated. It should only be used by the TextEncoder adapter.")]
System.Text.Json (5)
System\Text\Json\JsonException.cs (2)
89[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 111[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Text\Json\Reader\JsonReaderException.cs (1)
17[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Text\Json\Serialization\JsonSerializerOptions.cs (2)
218[Obsolete(Obsoletions.JsonSerializerOptionsAddContextMessage, DiagnosticId = Obsoletions.JsonSerializerOptionsAddContextDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 396[Obsolete(Obsoletions.JsonSerializerOptionsIgnoreNullValuesMessage, DiagnosticId = Obsoletions.JsonSerializerOptionsIgnoreNullValuesDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Text.RegularExpressions (14)
System\Text\RegularExpressions\Regex.cs (7)
236[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 292[Obsolete(Obsoletions.RegexCompileToAssemblyMessage, DiagnosticId = Obsoletions.RegexCompileToAssemblyDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 302[Obsolete(Obsoletions.RegexCompileToAssemblyMessage, DiagnosticId = Obsoletions.RegexCompileToAssemblyDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 313[Obsolete(Obsoletions.RegexCompileToAssemblyMessage, DiagnosticId = Obsoletions.RegexCompileToAssemblyDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 553[Obsolete(Obsoletions.RegexExtensibilityImplMessage, DiagnosticId = Obsoletions.RegexExtensibilityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 803[Obsolete(Obsoletions.RegexExtensibilityImplMessage, DiagnosticId = Obsoletions.RegexExtensibilityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 808[Obsolete(Obsoletions.RegexExtensibilityImplMessage, DiagnosticId = Obsoletions.RegexExtensibilityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Text\RegularExpressions\RegexCompilationInfo.cs (1)
11[Obsolete(Obsoletions.RegexCompileToAssemblyMessage, DiagnosticId = Obsoletions.RegexCompileToAssemblyDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Text\RegularExpressions\RegexMatchTimeoutException.cs (2)
128[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 144[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Text\RegularExpressions\RegexParseException.cs (1)
50[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Text\RegularExpressions\RegexRunner.cs (3)
164[Obsolete(Obsoletions.RegexExtensibilityImplMessage, DiagnosticId = Obsoletions.RegexExtensibilityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 172[Obsolete(Obsoletions.RegexExtensibilityImplMessage, DiagnosticId = Obsoletions.RegexExtensibilityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 457[Obsolete(Obsoletions.RegexExtensibilityImplMessage, DiagnosticId = Obsoletions.RegexExtensibilityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Threading (2)
System\Threading\Barrier.cs (1)
69[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Threading\ReaderWriterLock.cs (1)
1137[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Threading.Channels (1)
System\Threading\Channels\ChannelClosedException.netstandard21.cs (1)
19[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Transactions.Local (5)
System\Transactions\TransactionException.cs (5)
92[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 217[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 280[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 342[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 382[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Web.HttpUtility (3)
System\Web\HttpUtility.cs (2)
182[Obsolete("This method produces non-standards-compliant output and has interoperability issues. The preferred alternative is UrlEncodeToBytes(String).")] 224[Obsolete("This method produces non-standards-compliant output and has interoperability issues. The preferred alternative is UrlEncode(String).")]
System\Web\Util\HttpEncoder.cs (1)
476[Obsolete("This method produces non-standards-compliant output and has interoperability issues. The preferred alternative is UrlEncode(*).")]
System.Windows.Extensions (1)
System\Media\SoundPlayer.cs (1)
65[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Windows.Forms (72)
System\Resources\ResXDataNode.cs (2)
36[Obsolete(DiagnosticId = "SYSLIB0051")] 413[Obsolete(DiagnosticId = "SYSLIB0051")]
System\Windows\Forms\Accessibility\AccessibleStates.cs (1)
218[Obsolete("This enumeration value has been deprecated. There is no replacement. https://go.microsoft.com/fwlink/?linkid=14202")]
System\Windows\Forms\Control.cs (6)
3035[Obsolete("This property has been deprecated. Please use RightToLeft instead. https://go.microsoft.com/fwlink/?linkid=14202")] 10329[Obsolete("This method has been deprecated. Use the Scale(SizeF ratio) method instead. https://go.microsoft.com/fwlink/?linkid=14202")] 10339[Obsolete("This method has been deprecated. Use the Scale(SizeF ratio) method instead. https://go.microsoft.com/fwlink/?linkid=14202")] 13700[Obsolete( 13717[Obsolete( 13735[Obsolete(
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
1404[Obsolete("This method has been deprecated. There is no replacement. https://go.microsoft.com/fwlink/?linkid=14202")]
System\Windows\Forms\Controls\Labels\Label.cs (1)
656[Obsolete("This property has been deprecated. Use BackColor instead. https://go.microsoft.com/fwlink/?linkid=14202")]
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
1173[Obsolete("This method has been deprecated. There is no replacement. https://go.microsoft.com/fwlink/?linkid=14202")]
System\Windows\Forms\Controls\Unsupported\ContextMenu\ContextMenu.cs (1)
14[Obsolete(
System\Windows\Forms\Controls\Unsupported\ContextMenu\Menu.cs (1)
13[Obsolete(
System\Windows\Forms\Controls\Unsupported\ContextMenu\Menu.MenuItemCollection.cs (1)
16[Obsolete(
System\Windows\Forms\Controls\Unsupported\ContextMenu\MenuItem.cs (1)
13[Obsolete(
System\Windows\Forms\Controls\Unsupported\ContextMenu\MenuMerge.cs (1)
11[Obsolete(
System\Windows\Forms\Controls\Unsupported\DataGrid\DataGrid.cs (1)
16[Obsolete(
System\Windows\Forms\Controls\Unsupported\DataGrid\DataGrid.HitTestInfo.cs (1)
15[Obsolete(
System\Windows\Forms\Controls\Unsupported\DataGrid\DataGrid.HitTestType.cs (1)
13[Obsolete(
System\Windows\Forms\Controls\Unsupported\DataGrid\DataGridBoolColumn.cs (1)
14[Obsolete(
System\Windows\Forms\Controls\Unsupported\DataGrid\DataGridCell.cs (1)
13[Obsolete(
System\Windows\Forms\Controls\Unsupported\DataGrid\DataGridColumnStyle.CompModSwitches.cs (1)
15[Obsolete(
System\Windows\Forms\Controls\Unsupported\DataGrid\DataGridColumnStyle.cs (1)
15[Obsolete(
System\Windows\Forms\Controls\Unsupported\DataGrid\DataGridColumnStyle.DataGridColumnHeaderAccessibleObject.cs (1)
17[Obsolete(
System\Windows\Forms\Controls\Unsupported\DataGrid\DataGridLineStyle.cs (1)
11[Obsolete(
System\Windows\Forms\Controls\Unsupported\DataGrid\DataGridParentRowsLabel.cs (1)
11[Obsolete(
System\Windows\Forms\Controls\Unsupported\DataGrid\DataGridPreferredColumnWidthTypeConverter.cs (1)
13[Obsolete(
System\Windows\Forms\Controls\Unsupported\DataGrid\DataGridTableStyle.cs (1)
15[Obsolete(
System\Windows\Forms\Controls\Unsupported\DataGrid\DataGridTextBox.cs (1)
14[Obsolete(
System\Windows\Forms\Controls\Unsupported\DataGrid\DataGridTextBoxColumn.cs (1)
15[Obsolete(
System\Windows\Forms\Controls\Unsupported\DataGrid\GridColumnStylesCollection.cs (1)
15[Obsolete(
System\Windows\Forms\Controls\Unsupported\DataGrid\GridTablesFactory.cs (1)
13[Obsolete(
System\Windows\Forms\Controls\Unsupported\DataGrid\GridTableStylesCollection.cs (1)
14[Obsolete(
System\Windows\Forms\Controls\Unsupported\DataGrid\IDataGridEditingService.cs (1)
13[Obsolete(
System\Windows\Forms\Controls\Unsupported\MainMenu\MainMenu.cs (1)
13[Obsolete(
System\Windows\Forms\Controls\Unsupported\StatusBar\StatusBar.cs (1)
14[Obsolete(
System\Windows\Forms\Controls\Unsupported\StatusBar\StatusBar.StatusBarPanelCollection.cs (1)
16[Obsolete(
System\Windows\Forms\Controls\Unsupported\StatusBar\StatusBarDrawItemEventArgs.cs (1)
14[Obsolete(
System\Windows\Forms\Controls\Unsupported\StatusBar\StatusBarDrawItemEventHandler.cs (1)
13[Obsolete(
System\Windows\Forms\Controls\Unsupported\StatusBar\StatusBarPanel.cs (1)
14[Obsolete(
System\Windows\Forms\Controls\Unsupported\StatusBar\StatusBarPanelAutoSize.cs (1)
11[Obsolete(
System\Windows\Forms\Controls\Unsupported\StatusBar\StatusBarPanelBorderStyle.cs (1)
11[Obsolete(
System\Windows\Forms\Controls\Unsupported\StatusBar\StatusBarPanelClickEventArgs.cs (1)
13[Obsolete(
System\Windows\Forms\Controls\Unsupported\StatusBar\StatusBarPanelClickEventHandler.cs (1)
13[Obsolete(
System\Windows\Forms\Controls\Unsupported\StatusBar\StatusBarPanelStyle.cs (1)
11[Obsolete(
System\Windows\Forms\Controls\Unsupported\ToolBar\ToolBar.cs (1)
15[Obsolete(
System\Windows\Forms\Controls\Unsupported\ToolBar\ToolBar.ToolBarButtonCollection.cs (1)
16[Obsolete(
System\Windows\Forms\Controls\Unsupported\ToolBar\ToolBarAppearance.cs (1)
11[Obsolete(
System\Windows\Forms\Controls\Unsupported\ToolBar\ToolBarButton.cs (1)
15[Obsolete(
System\Windows\Forms\Controls\Unsupported\ToolBar\ToolBarButtonClickEventArgs.cs (1)
13[Obsolete(
System\Windows\Forms\Controls\Unsupported\ToolBar\ToolBarButtonClickEventHandler.cs (1)
13[Obsolete(
System\Windows\Forms\Controls\Unsupported\ToolBar\ToolBarButtonStyle.cs (1)
11[Obsolete(
System\Windows\Forms\Controls\Unsupported\ToolBar\ToolBarTextAlign.cs (1)
11[Obsolete(
System\Windows\Forms\Controls\UpDown\DomainUpDown.DomainItemAccessibleObject.cs (1)
11[Obsolete(
System\Windows\Forms\Controls\UpDown\DomainUpDown.DomainUpDownAccessibleObject.cs (1)
11[Obsolete(
System\Windows\Forms\Form.cs (9)
391[Obsolete("This property has been deprecated. Use the AutoScaleMode property instead. https://go.microsoft.com/fwlink/?linkid=14202")] 2625[Obsolete( 2643[Obsolete( 3036[Obsolete("This method has been deprecated. Use the ApplyAutoScaling method instead. https://go.microsoft.com/fwlink/?linkid=14202")] 3778[Obsolete("This method has been deprecated. Use the AutoScaleDimensions property instead. https://go.microsoft.com/fwlink/?linkid=14202")] 4045[Obsolete( 4059[Obsolete( 7282[Obsolete( 7299[Obsolete(
System\Windows\Forms\OLE\Clipboard.cs (1)
141[Obsolete(
System\Windows\Forms\OLE\DataObject.cs (3)
108[Obsolete( 115[Obsolete( 122[Obsolete(
System\Windows\Forms\OLE\WrappingDataObject.cs (1)
44[Obsolete]
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
667[Obsolete("This property has been deprecated. Use the AutoScaleDimensions property instead. https://go.microsoft.com/fwlink/?linkid=14202")]
System\Windows\Forms\Rendering\TextFormatFlags.cs (1)
28[Obsolete("ModifyString mutates strings and should be avoided. It will be blocked in a future release.")]
System.Windows.Forms.Design (8)
System\ComponentModel\Design\ComponentDesigner.cs (2)
549[Obsolete("This method has been deprecated. Use InitializeExistingComponent instead. https://go.microsoft.com/fwlink/?linkid=14202")] 577[Obsolete("This method has been deprecated. Use InitializeNewComponent instead. https://go.microsoft.com/fwlink/?linkid=14202")]
System\ComponentModel\Design\DesignSurface.cs (1)
248[Obsolete("CreateComponent has been replaced by CreateInstance and will be removed after Beta2")]
System\ComponentModel\Design\ExceptionCollection.cs (1)
35[Obsolete(DiagnosticId = "SYSLIB0051")]
System\ComponentModel\Design\Serialization\CodeDomSerializer.cs (1)
293[Obsolete("This method has been deprecated. Use SerializeToExpression or GetExpression instead. https://go.microsoft.com/fwlink/?linkid=14202")]
System\ComponentModel\Design\Serialization\CodeDomSerializerException.cs (1)
39[Obsolete(DiagnosticId = "SYSLIB0051")]
System\Windows\Forms\Design\ControlDesigner.cs (1)
1210[Obsolete("This method has been deprecated. Use InitializeNewComponent instead. https://go.microsoft.com/fwlink/?linkid=14202")]
System\Windows\Forms\Design\MaskedTextBoxDesigner.cs (1)
137[Obsolete("This method has been deprecated. Use InitializeNewComponent instead. https://go.microsoft.com/fwlink/?linkid=14202")]
System.Windows.Forms.Primitives (3)
System\Windows\Forms\Message.cs (3)
50[Obsolete( 61[Obsolete( 72[Obsolete(
System.Xaml (3)
System\Windows\Markup\AcceptedMarkupExtensionExpressionTypeAttribute.cs (1)
6[Obsolete("This is not used by the XAML parser. Please look at XamlSetMarkupExtensionAttribute.")]
System\Windows\Markup\MarkupExtensionReturnTypeAttribute.cs (2)
21[Obsolete("The expressionType argument is not used by the XAML parser. To specify the expected return type, " + 32[Obsolete("This is not used by the XAML parser. Please look at XamlSetMarkupExtensionAttribute.")]
UIAutomationTypes (1)
src\wpf\src\Microsoft.DotNet.Wpf\src\Shared\MS\Win32\UnsafeNativeMethodsCLR.cs (1)
706[Obsolete("Use LoadLibraryHelper.SafeLoadLibraryEx instead")]
64 references to Obsolete
Aspire.TypeSystem (1)
AttributeDataReader.cs (1)
415/// Name-based adapter for <see cref="ObsoleteAttribute"/> data, parsed from <see cref="CustomAttributeData"/>.
dotnet-Microsoft.XmlSerializer.Generator (2)
Sgen.cs (2)
282object[] obsoleteAttributes = type.GetCustomAttributes(typeof(ObsoleteAttribute), false); 285if (((ObsoleteAttribute)attribute).IsError)
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapAttributes.cs (1)
50if (attrib is SoapIgnoreAttribute || attrib is ObsoleteAttribute)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Types.cs (2)
1264foreach (var obsolete in ctor.GetCustomAttributes<ObsoleteAttribute>(false))
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlAttributes.cs (1)
106if (attrib is XmlIgnoreAttribute || attrib is ObsoleteAttribute || attrib.GetType() == IgnoreAttribute)
GenerateDocumentationAndConfigFiles (3)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Compilation\CompilationExtensions.cs (1)
250=> compilation.GetTypeByMetadataName(typeof(ObsoleteAttribute).FullName!);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\ISymbolExtensions.cs (2)
844/// Returns <see langword="true"/>, if the symbol is marked with the <see cref="ObsoleteAttribute"/> and does 859MetadataName: nameof(ObsoleteAttribute),
Microsoft.Analyzers.Local.Tests (1)
ApiLifecycleAnalyzerTest.cs (1)
82Assembly.GetAssembly(typeof(ObsoleteAttribute))!,
Microsoft.AspNetCore.OpenApi (4)
Services\OpenApiDocumentService.cs (1)
342Deprecated = description.ActionDescriptor.EndpointMetadata.OfType<ObsoleteAttribute>().Any(),
Services\Schemas\OpenApiSchemaService.cs (3)
115if (typeAttributes.OfType<ObsoleteAttribute>().Any()) 137if (propertyAttributes.OfType<ObsoleteAttribute>().Any()) 148if (propertyAttributes.OfType<ObsoleteAttribute>().Any())
Microsoft.CodeAnalysis (3)
Symbols\Attributes\ObsoleteAttributeData.cs (3)
20/// Information decoded from <see cref="ObsoleteAttribute"/>. 43/// True if an error should be thrown for the <see cref="ObsoleteAttribute"/>. Default is false in which case 49/// The message that will be shown when an error/warning is created for <see cref="ObsoleteAttribute"/>.
Microsoft.CodeAnalysis.Analyzers (3)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Compilation\CompilationExtensions.cs (1)
250=> compilation.GetTypeByMetadataName(typeof(ObsoleteAttribute).FullName!);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\ISymbolExtensions.cs (2)
844/// Returns <see langword="true"/>, if the symbol is marked with the <see cref="ObsoleteAttribute"/> and does 859MetadataName: nameof(ObsoleteAttribute),
Microsoft.CodeAnalysis.AnalyzerUtilities (3)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Compilation\CompilationExtensions.cs (1)
250=> compilation.GetTypeByMetadataName(typeof(ObsoleteAttribute).FullName!);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\ISymbolExtensions.cs (2)
844/// Returns <see langword="true"/>, if the symbol is marked with the <see cref="ObsoleteAttribute"/> and does 859MetadataName: nameof(ObsoleteAttribute),
Microsoft.CodeAnalysis.CodeStyle (3)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Compilation\CompilationExtensions.cs (1)
250=> compilation.GetTypeByMetadataName(typeof(ObsoleteAttribute).FullName!);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\ISymbolExtensions.cs (2)
844/// Returns <see langword="true"/>, if the symbol is marked with the <see cref="ObsoleteAttribute"/> and does 859MetadataName: nameof(ObsoleteAttribute),
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
src\roslyn\src\Analyzers\Core\CodeFixes\AddObsoleteAttribute\AbstractAddObsoleteAttributeCodeFixProvider.cs (1)
60var attribute = compilation.GetTypeByMetadataName(typeof(ObsoleteAttribute).FullName!);
Microsoft.CodeAnalysis.CSharp (6)
Symbols\Source\SourceModuleSymbol.cs (2)
761/// Returns data decoded from <see cref="ObsoleteAttribute"/> attribute or null if there is no <see cref="ObsoleteAttribute"/> attribute.
Symbols\Symbol.cs (4)
1419/// True if this symbol has been marked with the <see cref="ObsoleteAttribute"/> attribute. 1420/// This property returns <see cref="ThreeState.Unknown"/> if the <see cref="ObsoleteAttribute"/> attribute hasn't been cracked yet. 1470/// Returns data decoded from <see cref="ObsoleteAttribute"/>/Experimental attribute or null if there is no <see cref="ObsoleteAttribute"/>/Experimental attribute.
Microsoft.CodeAnalysis.Extensions.Package (3)
Compilation\CompilationExtensions.cs (1)
250=> compilation.GetTypeByMetadataName(typeof(ObsoleteAttribute).FullName!);
Symbols\ISymbolExtensions.cs (2)
844/// Returns <see langword="true"/>, if the symbol is marked with the <see cref="ObsoleteAttribute"/> and does 859MetadataName: nameof(ObsoleteAttribute),
Microsoft.CodeAnalysis.Features (1)
src\roslyn\src\Analyzers\Core\CodeFixes\AddObsoleteAttribute\AbstractAddObsoleteAttributeCodeFixProvider.cs (1)
60var attribute = compilation.GetTypeByMetadataName(typeof(ObsoleteAttribute).FullName!);
Microsoft.CodeAnalysis.ResxSourceGenerator (3)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Compilation\CompilationExtensions.cs (1)
250=> compilation.GetTypeByMetadataName(typeof(ObsoleteAttribute).FullName!);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\ISymbolExtensions.cs (2)
844/// Returns <see langword="true"/>, if the symbol is marked with the <see cref="ObsoleteAttribute"/> and does 859MetadataName: nameof(ObsoleteAttribute),
Microsoft.CodeAnalysis.Workspaces (4)
ObsoleteSymbol\IObsoleteSymbolService.cs (1)
16/// symbols which are marked <see cref="ObsoleteAttribute"/>.
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Compilation\CompilationExtensions.cs (1)
250=> compilation.GetTypeByMetadataName(typeof(ObsoleteAttribute).FullName!);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\ISymbolExtensions.cs (2)
844/// Returns <see langword="true"/>, if the symbol is marked with the <see cref="ObsoleteAttribute"/> and does 859MetadataName: nameof(ObsoleteAttribute),
Microsoft.Maui.Controls (2)
BindablePropertyConverter.cs (2)
112 static ObsoleteAttribute GetObsoleteAttribute(FieldInfo fieldInfo) 113 => fieldInfo.GetCustomAttribute<ObsoleteAttribute>();
Microsoft.ML.Core (4)
ComponentModel\ComponentCatalog.cs (4)
338public readonly ObsoleteAttribute ObsoleteAttribute; 341TlcModule.EntryPointAttribute attribute, ObsoleteAttribute obsoleteAttribute) 574methodInfo.GetCustomAttributes(typeof(ObsoleteAttribute), false).FirstOrDefault() as ObsoleteAttribute);
Microsoft.ML.EntryPoints (2)
JsonUtils\JsonManifestUtils.cs (2)
220if (fieldInfo.GetCustomAttributes(typeof(ObsoleteAttribute), false).FirstOrDefault() is ObsoleteAttribute obsAttr)
mscorlib (1)
src\runtime\src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
380[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ObsoleteAttribute))]
netstandard (1)
netstandard.cs (1)
1344[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ObsoleteAttribute))]
Roslyn.Diagnostics.Analyzers (3)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Compilation\CompilationExtensions.cs (1)
250=> compilation.GetTypeByMetadataName(typeof(ObsoleteAttribute).FullName!);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\ISymbolExtensions.cs (2)
844/// Returns <see langword="true"/>, if the symbol is marked with the <see cref="ObsoleteAttribute"/> and does 859MetadataName: nameof(ObsoleteAttribute),
System.Private.Xml (5)
System\Xml\Serialization\SoapAttributes.cs (1)
40else if (attrs[i] is ObsoleteAttribute obsoleteAttr)
System\Xml\Serialization\Types.cs (3)
1317object[] attrs = ctor.GetCustomAttributes(typeof(ObsoleteAttribute), false); 1320ObsoleteAttribute obsolete = (ObsoleteAttribute)attrs[0];
System\Xml\Serialization\XmlAttributes.cs (1)
91else if (attrs[i] is ObsoleteAttribute obsoleteAttr)
System.Runtime (1)
src\runtime\artifacts\obj\System.Runtime\Release\net11.0\System.Runtime.Forwards.cs (1)
418[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ObsoleteAttribute))]