3784 instantiations of Obsolete
AnalyzerRunner (2)
AnalyzerRunnerWorkspaceConfigurationService.cs (1)
18[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
PersistentStorageConfiguration.cs (1)
19[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
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.Hosting (7)
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\CustomResourceSnapshot.cs (1)
350[Obsolete("Use CustomResourceSnapshot.IsHidden instead.")]
ApplicationModel\DockerBuildArg.cs (1)
12[Obsolete("Use DockerfileBuildAnnotation to define docker build arguments.")]
ApplicationModel\ResourceNotificationService.cs (1)
44[Obsolete($"""
ExecutableResourceBuilderExtensions.cs (1)
88[Obsolete("Use builder.PublishAsDockerFile(c => c.WithBuildArg(name, value)) instead.")]
ResourceBuilderExtensions.cs (2)
1493[Obsolete("This method is obsolete and will be removed in a future version. Use the WithHttpHealthCheck method instead.")] 1580[Obsolete("This method is obsolete and will be removed in a future version. Use the overload that accepts a CommandOptions instance instead.")]
Aspire.Hosting.Azure (5)
AzureBicepResource.cs (3)
258[Obsolete("KnownParameters.KeyVaultName is deprecated. Use an AzureKeyVaultResource instead.")] 269[Obsolete("KnownParameters.LogAnalyticsWorkspaceId is deprecated. Use an AzureLogAnalyticsWorkspaceResource instead.")] 307[Obsolete("BicepSecretOutputReference is no longer supported. Use IAzureKeyVaultResource instead.")]
AzureBicepResourceExtensions.cs (2)
64[Obsolete("GetSecretOutput is obsolete. Use IAzureKeyVaultResource.GetSecret instead.")] 97[Obsolete("BicepSecretOutputReference is no longer supported. Use WithEnvironment(IAzureKeyVaultSecretReference) instead.")]
Aspire.Hosting.Azure.AppContainers (1)
AzureContainerAppExtensions.cs (1)
30[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)
146[Obsolete("AddDeployment taking an AzureOpenAIDeployment is deprecated. Please the AddDeployment overload that returns an AzureOpenAIDeploymentResource instead.")]
AzureOpenAIResource.cs (3)
18[Obsolete("Use AzureOpenAIDeploymentResource instead.")] 44[Obsolete("AzureOpenAIDeployment is deprecated.")] 49[Obsolete("AzureOpenAIDeployment is deprecated.")]
Aspire.Hosting.Azure.CosmosDB (2)
AzureCosmosDBExtensions.cs (1)
227[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)
30[Obsolete("BicepSecretOutputReference is no longer supported. Use ConnectionStringOutput instead.")]
Aspire.Hosting.Azure.EventHubs (4)
AzureEventHubsExtensions.cs (4)
108[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.")] 329[Obsolete($"This method is obsolete because it doesn't work as intended and will be removed in a future version.")] 343[Obsolete($"This method is obsolete because it doesn't work as intended and will be removed in a future version.")] 357[Obsolete("Use WithHostPort instead.")]
Aspire.Hosting.Azure.PostgreSQL (4)
AzurePostgresExtensions.cs (3)
31[Obsolete] 97[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.")] 106[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 (4)
AzureRedisExtensions.cs (3)
25[Obsolete($"This method is obsolete and will be removed in a future version. Use {nameof(AddAzureRedis)} instead to add an Azure Cache for Redis resource.")] 29[Obsolete] 84[Obsolete($"This method is obsolete and will be removed in a future version. Use {nameof(AddAzureRedis)} instead to add an Azure Cache for Redis resource.")]
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)
120[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.")] 173[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.")] 190[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.")] 252[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)
19[Obsolete] 56[Obsolete($"This method is obsolete and will be removed in a future version. Use {nameof(AddAzureSqlServer)} instead to add an Azure SQL server resource.")] 65[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)
35[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 (4)
AzureStorageExtensions.cs (4)
322[Obsolete("Use AddBlobService on IResourceBuilder<AzureStorageResource> instead.")] 416[Obsolete("Use AddBlobContainer on IResourceBuilder<AzureStorageResource> instead.")] 451[Obsolete("Use AddTableService on IResourceBuilder<AzureStorageResource> instead.")] 484[Obsolete("Use AddQueueService on IResourceBuilder<AzureStorageResource> instead.")]
Aspire.Hosting.Azure.Tests (17)
PublicApiTests\CosmosDBPublicApiTests.cs (2)
367[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.")] 382[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)
40[Obsolete($"This method is obsolete and will be removed in a future version. Use AddAzureRedis instead to add an Azure Cache for Redis resource.")] 55[Obsolete($"This method is obsolete and will be removed in a future version. Use AddAzureRedis instead to add an Azure Cache for Redis resource.")] 123[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.")] 136[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.")]
Aspire.Hosting.Garnet (1)
GarnetBuilderExtensions.cs (1)
259[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)
92[Obsolete("This method is obsolete and will be removed in a future version. Use the overload without the keysChangedThreshold parameter.")]
Aspire.Hosting.Keycloak (1)
KeycloakResourceBuilderExtensions.cs (1)
153[Obsolete("Use WithRealmImport(string import) instead.")]
Aspire.Hosting.Milvus (1)
MilvusBuilderExtensions.cs (1)
185[Obsolete("Use WithConfigurationFile instead.")]
Aspire.Hosting.MongoDB (1)
MongoDBBuilderExtensions.cs (1)
220[Obsolete("Use WithInitFiles instead.")]
Aspire.Hosting.MySql (1)
MySqlBuilderExtensions.cs (1)
322[Obsolete("Use WithInitFiles instead.")]
Aspire.Hosting.Nats (1)
NatsBuilderExtensions.cs (1)
112[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)
85[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)
124[Obsolete("Use WithInitFiles instead.")]
Aspire.Hosting.PostgreSQL (1)
PostgresBuilderExtensions.cs (1)
399[Obsolete("Use WithInitFiles instead.")]
Aspire.Hosting.Python (4)
PythonProjectResource.cs (1)
14[Obsolete("PythonProjectResource is deprecated. Please use PythonAppResource instead.")]
PythonProjectResourceBuilderExtensions.cs (3)
13[Obsolete("PythonProjectResource is deprecated. Please use PythonAppResource instead.")] 61[Obsolete("AddPythonProject is deprecated. Please use AddPythonApp instead.")] 107[Obsolete("AddPythonProject is deprecated. Please use AddPythonApp instead.")]
Aspire.Hosting.Python.Tests (15)
PythonPublicApiTests.cs (15)
344[Obsolete("PythonProjectResource is deprecated. Please use PythonAppResource instead.")] 362[Obsolete("PythonProjectResource is deprecated. Please use PythonAppResource instead.")] 378[Obsolete("PythonProjectResource is deprecated. Please use PythonAppResource instead.")] 391[Obsolete("AddPythonProject is deprecated. Please use AddPythonApp instead.")] 413[Obsolete("AddPythonProject is deprecated. Please use AddPythonApp instead.")] 437[Obsolete("AddPythonProject is deprecated. Please use AddPythonApp instead.")] 461[Obsolete("AddPythonProject is deprecated. Please use AddPythonApp instead.")] 483[Obsolete("AddPythonProject is deprecated. Please use AddPythonApp instead.")] 505[Obsolete("AddPythonProject is deprecated. Please use AddPythonApp instead.")] 531[Obsolete("AddPythonProject is deprecated. Please use AddPythonApp instead.")] 555[Obsolete("AddPythonProject is deprecated. Please use AddPythonApp instead.")] 581[Obsolete("AddPythonProject is deprecated. Please use AddPythonApp instead.")] 607[Obsolete("AddPythonProject is deprecated. Please use AddPythonApp instead.")] 633[Obsolete("AddPythonProject is deprecated. Please use AddPythonApp instead.")] 659[Obsolete("AddPythonProject is deprecated. Please use AddPythonApp instead.")]
dotnet-svcutil-lib (30)
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.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 (12)
src\Compilers\Core\Portable\Hashing\NonCryptographicHashAlgorithm.cs (1)
343[Obsolete("Use GetCurrentHash() to retrieve the computed hash code.", true)]
src\Dependencies\PooledObjects\PooledStringBuilder.cs (1)
55[System.Obsolete("Consider calling ToStringAndFree instead.")]
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\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\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SpecializedTasks.cs (1)
22[Obsolete("Use Task.CompletedTask instead which is available in the framework.")]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\SemanticModelReuse\SemanticModelReuseWorkspaceServiceFactory.cs (1)
16[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
http2cat (4)
src\Shared\runtime\Http2\Hpack\HPackDecodingException.cs (1)
25[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\Shared\runtime\Http2\Hpack\HuffmanDecodingException.cs (3)
23[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 31[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 39[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
IIS.FunctionalTests (4)
src\Shared\runtime\Http2\Hpack\HPackDecodingException.cs (1)
25[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\Shared\runtime\Http2\Hpack\HuffmanDecodingException.cs (3)
23[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 31[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 39[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
IIS.LongTests (4)
src\Shared\runtime\Http2\Hpack\HPackDecodingException.cs (1)
25[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\Shared\runtime\Http2\Hpack\HuffmanDecodingException.cs (3)
23[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 31[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 39[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
IIS.NewHandler.FunctionalTests (4)
src\Shared\runtime\Http2\Hpack\HPackDecodingException.cs (1)
25[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\Shared\runtime\Http2\Hpack\HuffmanDecodingException.cs (3)
23[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 31[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 39[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
IIS.NewShim.FunctionalTests (4)
src\Shared\runtime\Http2\Hpack\HPackDecodingException.cs (1)
25[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\Shared\runtime\Http2\Hpack\HuffmanDecodingException.cs (3)
23[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 31[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 39[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
IISExpress.FunctionalTests (4)
src\Shared\runtime\Http2\Hpack\HPackDecodingException.cs (1)
25[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\Shared\runtime\Http2\Hpack\HuffmanDecodingException.cs (3)
23[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 31[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 39[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
illink (4)
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")]
Metrics (13)
src\Compilers\Core\Portable\Hashing\NonCryptographicHashAlgorithm.cs (1)
343[Obsolete("Use GetCurrentHash() to retrieve the computed hash code.", true)]
src\Dependencies\PooledObjects\PooledStringBuilder.cs (1)
55[System.Obsolete("Consider calling ToStringAndFree instead.")]
src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\CodeAnalysisMetricData.cs (2)
185[Obsolete("Use ComputeAsync(CodeMetricsAnalysisContext) instead.")] 225[Obsolete("Use ComputeAsync(ISymbol, CodeMetricsAnalysisContext) instead.")]
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\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\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SpecializedTasks.cs (1)
22[Obsolete("Use Task.CompletedTask instead which is available in the framework.")]
Metrics.Legacy (13)
src\Compilers\Core\Portable\Hashing\NonCryptographicHashAlgorithm.cs (1)
343[Obsolete("Use GetCurrentHash() to retrieve the computed hash code.", true)]
src\Dependencies\PooledObjects\PooledStringBuilder.cs (1)
55[System.Obsolete("Consider calling ToStringAndFree instead.")]
src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\CodeAnalysisMetricData.cs (2)
185[Obsolete("Use ComputeAsync(CodeMetricsAnalysisContext) instead.")] 225[Obsolete("Use ComputeAsync(ISymbol, CodeMetricsAnalysisContext) instead.")]
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\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\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SpecializedTasks.cs (1)
22[Obsolete("Use Task.CompletedTask instead which is available in the framework.")]
Microsoft.AspNetCore.App.CodeFixes (2)
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)
47[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)
43[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)
34[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)
55[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)
108[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)
104[Obsolete("This property is obsolete and configuring it has no effect.")]
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 (2)
EditContextDataAnnotationsExtensions.cs (2)
27[Obsolete("Use " + nameof(EnableDataAnnotationsValidation) + " instead.")] 39[Obsolete("This API is obsolete and may be removed in future versions. Use the overload that accepts an IServiceProvider instead.")]
Microsoft.AspNetCore.Components.Server (1)
src\submodules\MessagePack-CSharp\src\MessagePack.UnityClient\Assets\Scripts\MessagePack\MessagePackSerializationException.cs (1)
50[Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.")]
Microsoft.AspNetCore.Components.Web (22)
Forms\InputFile\RemoteBrowserFileStreamOptions.cs (1)
12[Obsolete("RemoteJSDataStream defaults are utilized instead of the options here.")]
Web\WebEventCallbackFactoryEventArgsExtensions.cs (20)
19[Obsolete("This extension method is obsolete and will be removed in a future version. Use the generic overload instead.")] 35[Obsolete("This extension method is obsolete and will be removed in a future version. Use the generic overload instead.")] 51[Obsolete("This extension method is obsolete and will be removed in a future version. Use the generic overload instead.")] 67[Obsolete("This extension method is obsolete and will be removed in a future version. Use the generic overload instead.")] 83[Obsolete("This extension method is obsolete and will be removed in a future version. Use the generic overload instead.")] 99[Obsolete("This extension method is obsolete and will be removed in a future version. Use the generic overload instead.")] 115[Obsolete("This extension method is obsolete and will be removed in a future version. Use the generic overload instead.")] 131[Obsolete("This extension method is obsolete and will be removed in a future version. Use the generic overload instead.")] 147[Obsolete("This extension method is obsolete and will be removed in a future version. Use the generic overload instead.")] 163[Obsolete("This extension method is obsolete and will be removed in a future version. Use the generic overload instead.")] 179[Obsolete("This extension method is obsolete and will be removed in a future version. Use the generic overload instead.")] 195[Obsolete("This extension method is obsolete and will be removed in a future version. Use the generic overload instead.")] 210[Obsolete("This extension method is obsolete and will be removed in a future version. Use the generic overload instead.")] 226[Obsolete("This extension method is obsolete and will be removed in a future version. Use the generic overload instead.")] 242[Obsolete("This extension method is obsolete and will be removed in a future version. Use the generic overload instead.")] 258[Obsolete("This extension method is obsolete and will be removed in a future version. Use the generic overload instead.")] 274[Obsolete("This extension method is obsolete and will be removed in a future version. Use the generic overload instead.")] 290[Obsolete("This extension method is obsolete and will be removed in a future version. Use the generic overload instead.")] 306[Obsolete("This extension method is obsolete and will be removed in a future version. Use the generic overload instead.")] 322[Obsolete("This extension method is obsolete and will be removed in a future version. Use the generic overload instead.")]
WebRenderer.cs (1)
56[Obsolete($"The renderer ID can be assigned by overriding '{nameof(GetWebRendererId)}'.")]
Microsoft.AspNetCore.Components.WebAssembly (2)
HotReload\WebAssemblyHotReload.cs (1)
136[Obsolete("Use ApplyHotReloadDeltas instead")]
Infrastructure\JSInteropMethods.cs (1)
20[Obsolete("This API is for framework use only and is no longer used in the current version")]
Microsoft.AspNetCore.ConcurrencyLimiter (3)
ConcurrencyLimiterExtensions.cs (1)
18[Obsolete("Concurrency Limiter middleware has been deprecated and will be removed in a future release. Update the app to use concurrency features in rate limiting middleware. For more information, see https://aka.ms/aspnet/rate-limiting")]
ConcurrencyLimiterMiddleware.cs (1)
13[Obsolete("Concurrency Limiter middleware has been deprecated and will be removed in a future release. Update the app to use concurrency features in rate limiting middleware. For more information, see https://aka.ms/aspnet/rate-limiting")]
ConcurrencyLimiterOptions.cs (1)
11[Obsolete("Concurrency Limiter middleware has been deprecated and will be removed in a future release. Update the app to use concurrency features in rate limiting middleware. For more information, see https://aka.ms/aspnet/rate-limiting")]
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.Abstractions (5)
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]
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 (1)
IHttpResponseFeature.cs (1)
30[Obsolete("Use IHttpResponseBodyFeature.Stream instead.", error: false)]
Microsoft.AspNetCore.Http.RequestDelegateGenerator (2)
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.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.Mvc.Abstractions (1)
ModelBinding\Metadata\ModelMetadataIdentity.cs (1)
46[Obsolete("This API is obsolete and may be removed in a future release. Please use the overload that takes a PropertyInfo object.")] // Remove after .NET 6.
Microsoft.AspNetCore.Mvc.Core (15)
CompatibilityVersion.cs (6)
40[Obsolete("This API is obsolete and will be removed in a future version. Consider removing usages.", 49[Obsolete("This " + nameof(CompatibilityVersion) + " value is obsolete.")] 60[Obsolete("This " + nameof(CompatibilityVersion) + " value is obsolete.")] 76[Obsolete("This " + nameof(CompatibilityVersion) + " value is obsolete.")] 83[Obsolete("This " + nameof(CompatibilityVersion) + " value is obsolete.")] 90[Obsolete("This " + nameof(CompatibilityVersion) + " value is obsolete.")]
DependencyInjection\MvcCoreMvcBuilderExtensions.cs (1)
143[Obsolete("This API is obsolete and will be removed in a future version. Consider removing usages.",
DependencyInjection\MvcCoreMvcCoreBuilderExtensions.cs (1)
221[Obsolete("This API is obsolete and will be removed in a future version. Consider removing usages.",
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\ConfigureCompatibilityOptions.cs (1)
15[Obsolete("This API is obsolete and will be removed in a future version. Consider removing usages.",
Infrastructure\MvcCompatibilityOptions.cs (1)
18[Obsolete("This API is obsolete and will be removed in a future version. Consider removing usages.",
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.Core.Test (1)
Infrastructure\ConfigureCompatibilityOptionsTest.cs (1)
12[System.Obsolete]
Microsoft.AspNetCore.Mvc.Localization.Test (3)
MvcLocalizationServiceCollectionExtensionsTest.cs (2)
94[Obsolete("This method is obsolete. Use `CurrentCulture` and `CurrentUICulture` instead.")] 123[Obsolete("This method is obsolete. Use `CurrentCulture` and `CurrentUICulture` instead.")]
ViewLocalizerTest.cs (1)
324[Obsolete("This method is obsolete. Use `CurrentCulture` and `CurrentUICulture` 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.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.TagHelpers (3)
ImageTagHelper.cs (3)
58[Obsolete("This constructor is obsolete and will be removed in a future version.")] 97[Obsolete("This property is obsolete and will be removed in a future version.")] // Remove after .NET 6. 104[Obsolete("This property is obsolete and will be removed in a future version.")] // Remove after .NET 6.
Microsoft.AspNetCore.OpenApi.SourceGenerators (2)
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.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)
337[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 340[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 343[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 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)]
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (4)
src\Shared\runtime\Http2\Hpack\HPackDecodingException.cs (1)
25[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\Shared\runtime\Http2\Hpack\HuffmanDecodingException.cs (3)
23[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 31[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 39[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
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)
122[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 124[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 126[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 128[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 130[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 132[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId)]
Core\IISHttpContext.FeatureCollection.cs (6)
413[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 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)]
HttpContextExtensions.cs (1)
23[Obsolete("This is obsolete and will be removed in a future version. Use " +
Microsoft.AspNetCore.Server.Kestrel.Core (14)
BadHttpRequestException.cs (1)
13[Obsolete("Moved to Microsoft.AspNetCore.Http.BadHttpRequestException. See https://aka.ms/badhttprequestexception for details.")] // Never remove.
Internal\TlsConnectionFeature.cs (6)
58[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 61[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 64[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 67[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 70[Obsolete(Obsoletions.RuntimeTlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.RuntimeTlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.RuntimeSharedUrlFormat)] 73[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\Shared\runtime\Http2\Hpack\HPackDecodingException.cs (1)
25[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\Shared\runtime\Http2\Hpack\HuffmanDecodingException.cs (3)
23[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 31[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 39[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\Shared\runtime\Http3\QPack\QPackDecodingException.cs (1)
25[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\Shared\runtime\Http3\QPack\QPackEncodingException.cs (1)
22[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
Microsoft.AspNetCore.Shared.Tests (6)
src\Shared\runtime\Http2\Hpack\HPackDecodingException.cs (1)
25[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\Shared\runtime\Http2\Hpack\HuffmanDecodingException.cs (3)
23[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 31[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 39[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\Shared\runtime\Http3\QPack\QPackDecodingException.cs (1)
25[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\Shared\runtime\Http3\QPack\QPackEncodingException.cs (1)
22[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.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.Framework (1)
XamlTypes\ContentType.cs (1)
76[Obsolete("Unused. Use ItemType property instead.", true)]
Microsoft.CodeAnalysis (50)
Compilation\Compilation.cs (2)
3040[Obsolete("UpdatedMethods is now part of EmitDifferenceResult, so you should use an overload that doesn't take it.")] 3060[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")] 323[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.")] 334[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.")] 1217[Obsolete("This API is no longer supported. See https://github.com/dotnet/roslyn/issues/67592 for details")] 1268[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)
582[Obsolete("Use CompilationWithAnalyzers instead. See https://github.com/dotnet/roslyn/issues/63440 for more details.")] 721[Obsolete("Use CompilationWithAnalyzers instead. See https://github.com/dotnet/roslyn/issues/63440 for more details.")] 814[Obsolete("Use CompilationWithAnalyzers instead. See https://github.com/dotnet/roslyn/issues/63440 for more details.")] 903[Obsolete("Use CompilationWithAnalyzers instead. See https://github.com/dotnet/roslyn/issues/63440 for more details.")] 1068[Obsolete("Use CompilationWithAnalyzers instead. See https://github.com/dotnet/roslyn/issues/63440 for more details.")] 1178[Obsolete("Use CompilationWithAnalyzers instead. See https://github.com/dotnet/roslyn/issues/63440 for more details.")] 1288[Obsolete("Use CompilationWithAnalyzers instead. See https://github.com/dotnet/roslyn/issues/63440 for more details.")] 1430[Obsolete("Use CompilationWithAnalyzers instead. See https://github.com/dotnet/roslyn/issues/63440 for more details.")] 1545[Obsolete("Use CompilationWithAnalyzers instead. See https://github.com/dotnet/roslyn/issues/63440 for more details.")] 1715[Obsolete("Use CompilationWithAnalyzers instead. See https://github.com/dotnet/roslyn/issues/63440 for more details.")] 1721[Obsolete("Use CompilationWithAnalyzers instead. See https://github.com/dotnet/roslyn/issues/63440 for more details.")] 1821[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)
127[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)] 11466[Obsolete("ICollectionElementInitializerOperation has been replaced with " + nameof(IInvocationOperation) + " and " + nameof(IDynamicInvocationOperation), error: true)] 11605[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\Dependencies\PooledObjects\PooledStringBuilder.cs (1)
55[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)
633[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)
1398[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 (17)
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\Compilers\Core\Portable\Hashing\NonCryptographicHashAlgorithm.cs (1)
343[Obsolete("Use GetCurrentHash() to retrieve the computed hash code.", true)]
src\Dependencies\PooledObjects\PooledStringBuilder.cs (1)
55[System.Obsolete("Consider calling ToStringAndFree instead.")]
src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\CodeAnalysisMetricData.cs (2)
185[Obsolete("Use ComputeAsync(CodeMetricsAnalysisContext) instead.")] 225[Obsolete("Use ComputeAsync(ISymbol, CodeMetricsAnalysisContext) instead.")]
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\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\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SpecializedTasks.cs (1)
22[Obsolete("Use Task.CompletedTask instead which is available in the framework.")]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\SemanticModelReuse\SemanticModelReuseWorkspaceServiceFactory.cs (1)
16[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Microsoft.CodeAnalysis.AnalyzerUtilities (13)
src\Compilers\Core\Portable\Hashing\NonCryptographicHashAlgorithm.cs (1)
343[Obsolete("Use GetCurrentHash() to retrieve the computed hash code.", true)]
src\Dependencies\PooledObjects\PooledStringBuilder.cs (1)
55[System.Obsolete("Consider calling ToStringAndFree instead.")]
src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\CodeAnalysisMetricData.cs (2)
185[Obsolete("Use ComputeAsync(CodeMetricsAnalysisContext) instead.")] 225[Obsolete("Use ComputeAsync(ISymbol, CodeMetricsAnalysisContext) instead.")]
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\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\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SpecializedTasks.cs (1)
22[Obsolete("Use Task.CompletedTask instead which is available in the framework.")]
Microsoft.CodeAnalysis.BannedApiAnalyzers (14)
src\Compilers\Core\Portable\Hashing\NonCryptographicHashAlgorithm.cs (1)
343[Obsolete("Use GetCurrentHash() to retrieve the computed hash code.", true)]
src\Dependencies\PooledObjects\PooledStringBuilder.cs (1)
55[System.Obsolete("Consider calling ToStringAndFree instead.")]
src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\CodeAnalysisMetricData.cs (2)
185[Obsolete("Use ComputeAsync(CodeMetricsAnalysisContext) instead.")] 225[Obsolete("Use ComputeAsync(ISymbol, CodeMetricsAnalysisContext) instead.")]
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\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\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SpecializedTasks.cs (1)
22[Obsolete("Use Task.CompletedTask instead which is available in the framework.")]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\SemanticModelReuse\SemanticModelReuseWorkspaceServiceFactory.cs (1)
16[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Microsoft.CodeAnalysis.CodeStyle (9)
src\Compilers\Core\Portable\Hashing\NonCryptographicHashAlgorithm.cs (1)
343[Obsolete("Use GetCurrentHash() to retrieve the computed hash code.", true)]
src\Dependencies\PooledObjects\PooledStringBuilder.cs (1)
55[System.Obsolete("Consider calling ToStringAndFree instead.")]
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\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\Analyzers\Core\CodeFixes\NewLines\ConsecutiveStatementPlacement\ConsecutiveStatementPlacementCodeFixProvider.cs (1)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\Core\CodeFixes\NewLines\MultipleBlankLines\AbstractMultipleBlankLinesCodeFixProvider.cs (1)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\Core\CodeFixes\RemoveUnnecessarySuppressions\RemoveUnnecessaryAttributeSuppressionsCodeFixProvider.cs (1)
20[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\Core\CodeFixes\UpdateLegacySuppressions\UpdateLegacySuppressionsCodeFixProvider.cs (1)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\Core\CodeFixes\UseExplicitTupleName\UseExplicitTupleNameCodeFixProvider.cs (1)
20[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\SemanticModelReuse\SemanticModelReuseWorkspaceServiceFactory.cs (1)
16[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Microsoft.CodeAnalysis.Collections.Package (1)
src\Dependencies\PooledObjects\PooledStringBuilder.cs (1)
55[System.Obsolete("Consider calling ToStringAndFree instead.")]
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)
2435[Obsolete("Compilation.IsSymbolAccessibleWithin is not designed for use within the compilers", true)]
CSharpCompilationOptions.cs (1)
656[Obsolete]
FlowAnalysis\DefiniteAssignment.VariableIdentifier.cs (2)
93[Obsolete] 99[Obsolete]
FlowAnalysis\NullableWalker.cs (1)
4508[Obsolete("Use VisitCollectionElementInitializer(BoundCollectionElementInitializer node, TypeSymbol containingType, bool delayCompletionForType) instead.", true)]
Parser\LanguageParser.cs (1)
13969[Obsolete("Use IsIncrementalAndFactoryContextMatches")]
Symbols\Synthesized\GeneratedNameKind.cs (5)
57[Obsolete] 59[Obsolete] 61[Obsolete] 63[Obsolete] 65[Obsolete]
Symbols\TypeSymbol.cs (7)
2462[Obsolete("Use TypeWithAnnotations.Is method.", true)] 2480[Obsolete("Use 'TypeSymbol.Equals(TypeSymbol, TypeSymbol, TypeCompareKind)' method.", true)] 2484[Obsolete("Use 'TypeSymbol.Equals(TypeSymbol, TypeSymbol, TypeCompareKind)' method.", true)] 2488[Obsolete("Use 'TypeSymbol.Equals(TypeSymbol, TypeSymbol, TypeCompareKind)' method.", true)] 2492[Obsolete("Use 'TypeSymbol.Equals(TypeSymbol, TypeSymbol, TypeCompareKind)' method.", true)] 2496[Obsolete("Use 'TypeSymbol.Equals(TypeSymbol, TypeSymbol, TypeCompareKind)' method.", true)] 2500[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)] 910[Obsolete("The diagnosticOptions parameter is obsolete due to performance problems, if you are passing non-null use CompilationOptions.SyntaxTreeOptionsProvider instead", error: false)] 921[Obsolete("The diagnosticOptions parameter is obsolete due to performance problems, if you are passing non-null use CompilationOptions.SyntaxTreeOptionsProvider instead", error: false)] 933[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)
114[Obsolete("Use SyntaxFactory.EndOfLine or SyntaxFactory.ElasticEndOfLine")] 142[Obsolete("Use SyntaxFactory.Whitespace or SyntaxFactory.ElasticWhitespace")] 2791[Obsolete("The diagnosticOptions parameter is obsolete due to performance problems, if you are passing non-null use CompilationOptions.SyntaxTreeOptionsProvider instead", error: false)] 2805[Obsolete("The diagnosticOptions parameter is obsolete due to performance problems, if you are passing non-null use CompilationOptions.SyntaxTreeOptionsProvider instead", error: false)] 2819[Obsolete("The diagnosticOptions and isGeneratedCode parameters are obsolete due to performance problems, if you are using them use CompilationOptions.SyntaxTreeOptionsProvider instead", error: false)] 2834[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 (93)
src\Analyzers\CSharp\CodeFixes\AddAccessibilityModifiers\CSharpAddAccessibilityModifiersService.cs (1)
14[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\AddInheritdoc\AddInheritdocCodeFixProvider.cs (1)
26[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\AddObsoleteAttribute\CSharpAddObsoleteAttributeCodeFixProvider.cs (1)
17[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\AssignOutParameters\AssignOutParametersAboveReturnCodeFixProvider.cs (1)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\AssignOutParameters\AssignOutParametersAtStartCodeFixProvider.cs (1)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\ConflictMarkerResolution\CSharpResolveConflictMarkerCodeFixProvider.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\ConvertNamespace\ConvertNamespaceCodeFixProvider.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\ConvertSwitchStatementToExpression\ConvertSwitchStatementToExpressionCodeFixProvider.cs (1)
29[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\ConvertToAsync\CSharpConvertToAsyncMethodCodeFixProvider.cs (1)
20[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\ConvertToRecord\CSharpConvertToRecordCodeFixProvider.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\DisambiguateSameVariable\CSharpDisambiguateSameVariableCodeFixProvider.cs (1)
29[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\FileHeaders\CSharpFileHeaderCodeFixProvider.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\FixIncorrectConstraint\CSharpFixIncorrectConstraintCodeFixProvider.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\FixReturnType\CSharpFixReturnTypeCodeFixProvider.cs (1)
27[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\ForEachCast\CSharpForEachCastCodeFixProvider.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\Formatting\CSharpFormattingCodeFixProvider.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\GenerateConstructor\CSharpGenerateConstructorService.cs (1)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\GenerateDefaultConstructors\CSharpGenerateDefaultConstructorsCodeFixProvider.cs (1)
17[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\GenerateDefaultConstructors\CSharpGenerateDefaultConstructorsService.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\GenerateEnumMember\CSharpGenerateEnumMemberService.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\GenerateParameterizedMember\CSharpGenerateConversionService.cs (1)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\GenerateParameterizedMember\CSharpGenerateDeconstructMethodService.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\GenerateParameterizedMember\CSharpGenerateMethodService.cs (1)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\ImplementInterface\CSharpImplementInterfaceService.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\MakeAnonymousFunctionStatic\CSharpMakeAnonymousFunctionStaticCodeFixProvider.cs (1)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\MakeMemberRequired\CSharpMakeMemberRequiredCodeFixProvider.cs (1)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\MakeMemberStatic\CSharpMakeMemberStaticCodeFixProvider.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\MakeStatementAsynchronous\CSharpMakeStatementAsynchronousCodeFixProvider.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\MakeStructFieldsWritable\CSharpMakeStructFieldsWritableCodeFixProvider.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\MakeStructMemberReadOnly\CSharpMakeStructMemberReadOnlyCodeFixProvider.cs (1)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\MakeStructReadOnly\CSharpMakeStructReadOnlyCodeFixProvider.cs (1)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\MakeTypePartial\CSharpMakeTypePartialCodeFixProvider.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\MatchFolderAndNamespace\CSharpChangeNamespaceToMatchFolderCodeFixProvider.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\NewLines\ArrowExpressionClausePlacement\ArrowExpressionClausePlacementCodeFixProvider.cs (1)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\NewLines\ConditionalExpressionPlacement\ConditionalExpressionPlacementCodeFixProvider.cs (1)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\NewLines\ConsecutiveBracePlacement\ConsecutiveBracePlacementCodeFixProvider.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\NewLines\ConstructorInitializerPlacement\ConstructorInitializerPlacementCodeFixProvider.cs (1)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\NewLines\EmbeddedStatementPlacement\EmbeddedStatementPlacementCodeFixProvider.cs (1)
27[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\RemoveConfusingSuppression\CSharpRemoveConfusingSuppressionCodeFixProvider.cs (1)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\RemoveUnnecessaryDiscardDesignation\CSharpRemoveUnnecessaryDiscardDesignationCodeFixProvider.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\RemoveUnnecessaryLambdaExpression\CSharpRemoveUnnecessaryLambdaExpressionCodeFixProvider.cs (1)
28[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\RemoveUnnecessaryNullableDirective\CSharpRemoveUnnecessaryNullableDirectiveCodeFixProvider.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\RemoveUnreachableCode\CSharpRemoveUnreachableCodeCodeFixProvider.cs (1)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\RemoveUnusedMembers\CSharpRemoveUnusedMembersCodeFixProvider.cs (1)
17[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\SimplifyPropertyPattern\CSharpSimplifyPropertyPatternCodeFixProvider.cs (1)
26[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\TransposeRecordKeyword\CSharpTransposeRecordKeywordCodeFixProvider.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\UnsealClass\CSharpUnsealClassCodeFixProvider.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\UseCoalesceExpression\CSharpUseCoalesceExpressionForIfNullStatementCheckCodeFixProvider.cs (1)
17[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\UseCollectionExpression\CSharpUseCollectionExpressionForArrayCodeFixProvider.cs (1)
26[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\UseCollectionExpression\CSharpUseCollectionExpressionForBuilderCodeFixProvider.cs (1)
29[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\UseCollectionExpression\CSharpUseCollectionExpressionForCreateCodeFixProvider.cs (1)
27[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\UseCollectionExpression\CSharpUseCollectionExpressionForEmptyCodeFixProvider.cs (1)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\UseCollectionExpression\CSharpUseCollectionExpressionForFluentCodeFixProvider.cs (1)
35[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\UseCollectionExpression\CSharpUseCollectionExpressionForNewCodeFixProvider.cs (1)
28[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\UseCollectionExpression\CSharpUseCollectionExpressionForStackAllocCodeFixProvider.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\UseCompoundAssignment\CSharpUseCompoundAssignmentCodeFixProvider.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\UseConditionalExpression\CSharpUseConditionalExpressionForAssignmentCodeFixProvider.cs (1)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\UseDeconstruction\CSharpUseDeconstructionCodeFixProvider.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\UseDefaultLiteral\CSharpUseDefaultLiteralCodeFixProvider.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\UseExplicitArrayInExpressionTree\CSharpUseExplicitArrayInExpressionTreeCodeFixProvider.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\UseExpressionBody\UseExpressionBodyCodeFixProvider.cs (1)
30[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\UseImplicitlyTypedLambdaExpression\CSharpUseImplicitObjectCreationCodeFixProvider.cs (1)
27[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\UseImplicitObjectCreation\CSharpUseImplicitObjectCreationCodeFixProvider.cs (1)
31[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\UseIndexOrRangeOperator\CSharpUseRangeOperatorCodeFixProvider.cs (1)
33[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\UseIsNullCheck\CSharpUseNullCheckOverTypeCheckCodeFixProvider.cs (1)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\UseNameofInAttribute\CSharpUseNameofInAttributeCodeFixProvider.cs (1)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\UsePatternMatching\CSharpAsAndMemberAccessCodeFixProvider.cs (1)
27[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\UsePatternMatching\CSharpUseNotPatternCodeFixProvider.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\UsePrimaryConstructor\CSharpUsePrimaryConstructorCodeFixProvider.cs (1)
37[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\UseSimpleUsingStatement\UseSimpleUsingStatementCodeFixProvider.cs (1)
31[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\UseSystemThreadingLock\CSharpUseSystemThreadingLockCodeFixProvider.cs (1)
26[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\UseTupleSwap\CSharpUseTupleSwapCodeFixProvider.cs (1)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\UseUnboundGenericTypeInNameOf\CSharpUseUnboundGenericTypeInNameOfCodeFixProvider.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\UseUtf8StringLiteral\UseUtf8StringLiteralCodeFixProvider.cs (1)
27[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\CodeGeneration\CSharpCodeGenerationServiceFactory.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\CodeRefactorings\CSharpRefactoringHelpersService.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Editing\CSharpImportAdder.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\EmbeddedLanguages\VirtualChars\CSharpVirtualCharLanguageServiceFactory.cs (1)
17[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\CSharpSyntaxContextService.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpAddImportsService.cs (1)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpBlockFactsService.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpFileBannerFactsService.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpGeneratedCodeRecognitionService.cs (1)
16[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpHeaderFactsService.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpMoveDeclarationNearReferenceService.cs (1)
27[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpRemoveUnnecessaryImportsService.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpReplaceDiscardDeclarationsWithAssignmentsService.cs (1)
31[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpSemanticFactsServiceFactory.cs (1)
17[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpSymbolDeclarationService.cs (1)
17[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpSyntaxFactsServiceFactory.cs (1)
17[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpSyntaxKindsServiceFactory.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\InitializeParameter\CSharpInitializeParameterService.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\SemanticModelReuse\CSharpSemanticModelReuseLanguageService.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Microsoft.CodeAnalysis.CSharp.EditorFeatures (29)
AddImports\CSharpAddImportsPasteCommandHandler.cs (1)
30[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
AutomaticCompletion\AutomaticLineEnderCommandHandler.cs (1)
40[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
AutomaticCompletion\CSharpBraceCompletionServiceFactory.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
BlockCommentEditing\BlockCommentEditingCommandHandler.cs (1)
39[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
BlockCommentEditing\CloseBlockCommentCommandHandler.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ChangeSignature\CSharpChangeSignatureCommandHandler.cs (1)
19[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
CodeCleanup\CSharpCodeCleanupService.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
CommentSelection\CSharpToggleBlockCommentCommandHandler.cs (1)
28[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
CompleteStatement\CompleteStatementCommandHandler.cs (1)
40[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ConvertNamespace\ConvertNamespaceCommandHandler.cs (1)
38[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
DocumentationComments\DocumentationCommentCommandHandler.cs (1)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
DocumentationComments\XmlTagCompletionCommandHandler.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EncapsulateField\EncapsulateFieldCommandHandler.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EndConstruct\CSharpEndConstructGenerationService.cs (1)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EventHookup\EventHookupSessionManager.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExtractInterface\ExtractInterfaceCommandHandler.cs (1)
20[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
FixInterpolatedVerbatimString\FixInterpolatedVerbatimStringCommandHandler.cs (1)
30[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Formatting\CSharpFormattingInteractionService.cs (1)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
GoToBase\CSharpGoToBaseService.cs (1)
21[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
InlineRename\CSharpEditorInlineRenameService.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Interactive\CSharpSendToInteractiveSubmissionProvider.cs (1)
23[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
LanguageServices\CSharpContentTypeLanguageService.cs (1)
14[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
NavigationBar\CSharpEditorNavigationBarItemService.cs (1)
20[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
RawStringLiteral\RawStringLiteralCommandHandler.cs (1)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
RenameTracking\CSharpRenameTrackingLanguageHeuristicsService.cs (1)
16[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SplitComment\CSharpSplitCommentService.cs (1)
16[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SplitStringLiteral\SplitStringLiteralCommandHandler.cs (1)
30[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
StringCopyPaste\StringCopyPasteCommandHandler.cs (1)
51[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
TextStructureNavigation\CSharpTextStructureNavigatorProvider.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (10)
Completion\CompletionProviders\SnippetCompletionProviderTests.cs (1)
143[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionServiceTests.cs (1)
72[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Formatting\CodeCleanupTests.TestFixers.cs (4)
54[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 66[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 76[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 127[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
PdbSourceDocument\NullResultMetadataAsSourceFileProvider.cs (1)
31[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
StringCopyPaste\TestStringCopyPasteService.cs (1)
23[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
TaskList\NoCompilationTaskListTests.cs (1)
55[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspaces\WorkspaceTests_EditorFeatures.cs (1)
1500[Obsolete]
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Diagnostics\DiagnosticAnalyzerTests.cs (1)
520[Fact, Obsolete(message: "IsDiagnosticAnalyzerSuppressed is an obsolete public API")]
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ResultProvider (5)
src\Compilers\CSharp\Portable\Symbols\Synthesized\GeneratedNameKind.cs (5)
57[Obsolete] 59[Obsolete] 61[Obsolete] 63[Obsolete] 65[Obsolete]
Microsoft.CodeAnalysis.CSharp.Features (283)
AddDebuggerDisplay\CSharpAddDebuggerDisplayCodeRefactoringProvider.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
AddFileBanner\CSharpAddFileBannerNewDocumentFormattingProvider.cs (1)
19[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)]
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)
19[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\AttributeNamedParameterCompletionProvider.cs (1)
39[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\AwaitCompletionProvider.cs (1)
26[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)
28[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\DeclarationName\DeclarationNameRecommender.cs (1)
35[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\EnumAndCompletionListTagCompletionProvider.cs (1)
39[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\FirstBuiltInCompletionProvider.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\FunctionPointerUnmanagedCallingConventionCompletionProvider.cs (1)
29[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\ImportCompletion\ExtensionMethodImportCompletionProvider.cs (1)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\ImportCompletion\TypeImportCompletionProvider.cs (1)
26[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)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\LastBuiltInCompletionProvider.cs (1)
23[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\NamedParameterCompletionProvider.cs (1)
41[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)
29[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)
61[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\Snippets\CSharpSnippetCompletionProvider.cs (1)
20[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\SpeculativeTCompletionProvider.cs (1)
28[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)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 26[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)
27[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)
29[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
DecompiledSource\CSharpDecompiledSourceService.cs (1)
26[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Diagnostics\CSharpAnalyzerDriverService.cs (1)
21[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Diagnostics\LanguageServer\CSharpLspBuildOnlyDiagnostics.cs (1)
70[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
DocumentationComments\CSharpDocumentationCommentSnippetService.cs (1)
31[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)
20[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EmbeddedLanguages\CSharpTestEmbeddedLanguageClassifier.cs (1)
24[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)
22[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)
17[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
QuickInfo\CSharpSemanticQuickInfoProvider.cs (1)
28[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
RelatedDocuments\CSharpRelatedDocumentsService.cs (1)
19[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\GenericNamePartiallyWrittenSignatureHelpProvider.cs (1)
20[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SignatureHelp\GenericNameSignatureHelpProvider.cs (1)
30[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)]
Snippets\CSharpClassSnippetProvider.cs (1)
22[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)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Snippets\CSharpElseSnippetProvider.cs (1)
20[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Snippets\CSharpEnumSnippetProvider.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Snippets\CSharpForEachLoopSnippetProvider.cs (1)
31[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)
22[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)
22[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)
23[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)]
src\Analyzers\CSharp\Analyzers\MatchFolderAndNamespace\CSharpMatchFolderAndNamespaceDiagnosticAnalyzer.cs (1)
28[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\AddAccessibilityModifiers\CSharpAddAccessibilityModifiersService.cs (1)
14[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\AddInheritdoc\AddInheritdocCodeFixProvider.cs (1)
26[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\AddObsoleteAttribute\CSharpAddObsoleteAttributeCodeFixProvider.cs (1)
17[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\AssignOutParameters\AssignOutParametersAboveReturnCodeFixProvider.cs (1)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\AssignOutParameters\AssignOutParametersAtStartCodeFixProvider.cs (1)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\ConflictMarkerResolution\CSharpResolveConflictMarkerCodeFixProvider.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\ConvertNamespace\ConvertNamespaceCodeFixProvider.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\ConvertSwitchStatementToExpression\ConvertSwitchStatementToExpressionCodeFixProvider.cs (1)
29[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\ConvertToAsync\CSharpConvertToAsyncMethodCodeFixProvider.cs (1)
20[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\ConvertToRecord\CSharpConvertToRecordCodeFixProvider.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\DisambiguateSameVariable\CSharpDisambiguateSameVariableCodeFixProvider.cs (1)
29[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\FileHeaders\CSharpFileHeaderCodeFixProvider.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\FixIncorrectConstraint\CSharpFixIncorrectConstraintCodeFixProvider.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\FixReturnType\CSharpFixReturnTypeCodeFixProvider.cs (1)
27[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\ForEachCast\CSharpForEachCastCodeFixProvider.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\Formatting\CSharpFormattingCodeFixProvider.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\GenerateConstructor\CSharpGenerateConstructorService.cs (1)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\GenerateDefaultConstructors\CSharpGenerateDefaultConstructorsCodeFixProvider.cs (1)
17[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\GenerateDefaultConstructors\CSharpGenerateDefaultConstructorsService.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\GenerateEnumMember\CSharpGenerateEnumMemberService.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\GenerateParameterizedMember\CSharpGenerateConversionService.cs (1)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\GenerateParameterizedMember\CSharpGenerateDeconstructMethodService.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\GenerateParameterizedMember\CSharpGenerateMethodService.cs (1)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\ImplementInterface\CSharpImplementInterfaceService.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\MakeAnonymousFunctionStatic\CSharpMakeAnonymousFunctionStaticCodeFixProvider.cs (1)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\MakeMemberRequired\CSharpMakeMemberRequiredCodeFixProvider.cs (1)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\MakeMemberStatic\CSharpMakeMemberStaticCodeFixProvider.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\MakeStatementAsynchronous\CSharpMakeStatementAsynchronousCodeFixProvider.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\MakeStructFieldsWritable\CSharpMakeStructFieldsWritableCodeFixProvider.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\MakeStructMemberReadOnly\CSharpMakeStructMemberReadOnlyCodeFixProvider.cs (1)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\MakeStructReadOnly\CSharpMakeStructReadOnlyCodeFixProvider.cs (1)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\MakeTypePartial\CSharpMakeTypePartialCodeFixProvider.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\MatchFolderAndNamespace\CSharpChangeNamespaceToMatchFolderCodeFixProvider.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\NewLines\ArrowExpressionClausePlacement\ArrowExpressionClausePlacementCodeFixProvider.cs (1)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\NewLines\ConditionalExpressionPlacement\ConditionalExpressionPlacementCodeFixProvider.cs (1)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\NewLines\ConsecutiveBracePlacement\ConsecutiveBracePlacementCodeFixProvider.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\NewLines\ConstructorInitializerPlacement\ConstructorInitializerPlacementCodeFixProvider.cs (1)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\NewLines\EmbeddedStatementPlacement\EmbeddedStatementPlacementCodeFixProvider.cs (1)
27[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\RemoveConfusingSuppression\CSharpRemoveConfusingSuppressionCodeFixProvider.cs (1)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\RemoveUnnecessaryDiscardDesignation\CSharpRemoveUnnecessaryDiscardDesignationCodeFixProvider.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\RemoveUnnecessaryLambdaExpression\CSharpRemoveUnnecessaryLambdaExpressionCodeFixProvider.cs (1)
28[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\RemoveUnnecessaryNullableDirective\CSharpRemoveUnnecessaryNullableDirectiveCodeFixProvider.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\RemoveUnreachableCode\CSharpRemoveUnreachableCodeCodeFixProvider.cs (1)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\RemoveUnusedMembers\CSharpRemoveUnusedMembersCodeFixProvider.cs (1)
17[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\SimplifyPropertyPattern\CSharpSimplifyPropertyPatternCodeFixProvider.cs (1)
26[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\TransposeRecordKeyword\CSharpTransposeRecordKeywordCodeFixProvider.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\UnsealClass\CSharpUnsealClassCodeFixProvider.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\UseCoalesceExpression\CSharpUseCoalesceExpressionForIfNullStatementCheckCodeFixProvider.cs (1)
17[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\UseCollectionExpression\CSharpUseCollectionExpressionForArrayCodeFixProvider.cs (1)
26[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\UseCollectionExpression\CSharpUseCollectionExpressionForBuilderCodeFixProvider.cs (1)
29[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\UseCollectionExpression\CSharpUseCollectionExpressionForCreateCodeFixProvider.cs (1)
27[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\UseCollectionExpression\CSharpUseCollectionExpressionForEmptyCodeFixProvider.cs (1)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\UseCollectionExpression\CSharpUseCollectionExpressionForFluentCodeFixProvider.cs (1)
35[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\UseCollectionExpression\CSharpUseCollectionExpressionForNewCodeFixProvider.cs (1)
28[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\UseCollectionExpression\CSharpUseCollectionExpressionForStackAllocCodeFixProvider.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\UseCompoundAssignment\CSharpUseCompoundAssignmentCodeFixProvider.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\UseConditionalExpression\CSharpUseConditionalExpressionForAssignmentCodeFixProvider.cs (1)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\UseDeconstruction\CSharpUseDeconstructionCodeFixProvider.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\UseDefaultLiteral\CSharpUseDefaultLiteralCodeFixProvider.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\UseExplicitArrayInExpressionTree\CSharpUseExplicitArrayInExpressionTreeCodeFixProvider.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\UseExpressionBody\UseExpressionBodyCodeFixProvider.cs (1)
30[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\UseImplicitlyTypedLambdaExpression\CSharpUseImplicitObjectCreationCodeFixProvider.cs (1)
27[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\UseImplicitObjectCreation\CSharpUseImplicitObjectCreationCodeFixProvider.cs (1)
31[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\UseIndexOrRangeOperator\CSharpUseRangeOperatorCodeFixProvider.cs (1)
33[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\UseIsNullCheck\CSharpUseNullCheckOverTypeCheckCodeFixProvider.cs (1)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\UseNameofInAttribute\CSharpUseNameofInAttributeCodeFixProvider.cs (1)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\UsePatternMatching\CSharpAsAndMemberAccessCodeFixProvider.cs (1)
27[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\UsePatternMatching\CSharpUseNotPatternCodeFixProvider.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\UsePrimaryConstructor\CSharpUsePrimaryConstructorCodeFixProvider.cs (1)
37[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\UseSimpleUsingStatement\UseSimpleUsingStatementCodeFixProvider.cs (1)
31[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\UseSystemThreadingLock\CSharpUseSystemThreadingLockCodeFixProvider.cs (1)
26[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\UseTupleSwap\CSharpUseTupleSwapCodeFixProvider.cs (1)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\UseUnboundGenericTypeInNameOf\CSharpUseUnboundGenericTypeInNameOfCodeFixProvider.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
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)]
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (2)
Copilot\CSharpImplementNotImplementedExceptionFixProviderTests.cs (2)
608[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 631[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (3)
Compilation\SemanticModelAPITests.cs (2)
3545new ObsoleteAttribute("goo"); 3566new ObsoleteAttribute("goo");
DeclarationTests.cs (1)
993[Obsolete]
Microsoft.CodeAnalysis.CSharp.Workspaces (37)
CaseCorrection\CSharpCaseCorrectionService.cs (1)
21[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Classification\CSharpClassificationService.cs (1)
17[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Classification\SyntaxClassification\CSharpSyntaxClassificationService.cs (1)
20[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)]
FindSymbols\CSharpDeclaredSymbolInfoFactoryService.cs (1)
43[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Formatting\CSharpFormattingService.cs (1)
16[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Formatting\CSharpSyntaxFormattingService.cs (1)
32[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
LanguageServices\FixAllSpanMappingService\CSharpFixAllSpanMappingService.cs (1)
23[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)
22[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\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\CodeGeneration\CSharpCodeGenerationServiceFactory.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\CodeRefactorings\CSharpRefactoringHelpersService.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Editing\CSharpImportAdder.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\EmbeddedLanguages\VirtualChars\CSharpVirtualCharLanguageServiceFactory.cs (1)
17[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\CSharpSyntaxContextService.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpAddImportsService.cs (1)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpBlockFactsService.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpFileBannerFactsService.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpGeneratedCodeRecognitionService.cs (1)
16[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpHeaderFactsService.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpMoveDeclarationNearReferenceService.cs (1)
27[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpRemoveUnnecessaryImportsService.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpReplaceDiscardDeclarationsWithAssignmentsService.cs (1)
31[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpSemanticFactsServiceFactory.cs (1)
17[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpSymbolDeclarationService.cs (1)
17[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpSyntaxFactsServiceFactory.cs (1)
17[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpSyntaxKindsServiceFactory.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\InitializeParameter\CSharpInitializeParameterService.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
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)
24[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Microsoft.CodeAnalysis.Debugging.Package (1)
src\Dependencies\PooledObjects\PooledStringBuilder.cs (1)
55[System.Obsolete("Consider calling ToStringAndFree instead.")]
Microsoft.CodeAnalysis.EditorFeatures (253)
AsyncCompletion\LanguageServerSnippetExpanderAdapter.cs (1)
21[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
AutomaticCompletion\BraceCompletionSessionProvider.cs (1)
34[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
BackgroundWorkIndicator\WpfBackgroundWorkIndicatorFactory.cs (1)
19[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
BraceMatching\BraceMatchingTypeFormatDefinitions.cs (1)
27[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
BracePairs\BracePairsTaggerProvider.cs (1)
31[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Classification\ClassificationTags.cs (1)
11[Obsolete("Use ToClassificationTypeName")]
Classification\ClassificationTypeFormatDefinitions.cs (72)
31[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 49[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 68[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 86[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 107[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 124[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 140[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 159[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 178[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 218[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 238[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 257[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 276[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 296[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 316[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 335[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 355[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 375[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 396[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 413[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 430[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 447[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 464[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 481[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 498[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 515[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 531[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 547[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 564[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 580[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 598[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 618[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 636[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 654[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 672[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 690[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 708[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 726[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 744[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 763[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 781[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 801[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 819[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 837[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 855[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 873[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 891[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 909[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 927[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 949[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 970[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 984[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 998[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 1012[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 1026[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 1040[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 1054[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 1068[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 1082[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 1096[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 1110[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 1125[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 1142[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 1159[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 1176[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 1193[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 1210[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 1227[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 1245[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 1262[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 1279[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 1296[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
CodeActions\CodeActionEditHandlerService.cs (1)
29[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
CodeDefinitionWindow\DefinitionContextTracker.cs (1)
52[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
CodeRefactorings\EditorLayerCodeActionHelpersService.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Commanding\LegacyCommandHandlerServiceFactory.cs (2)
11[Obsolete("This is a compatibility shim for TypeScript; please do not use it.")] 16[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
CommentSelection\ToggleBlockCommentCommandHandler.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
CommentSelection\ToggleLineCommentCommandHandler.cs (1)
34[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ConflictTagDefinition.cs (1)
24[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Copilot\CopilotTaggerProvider.cs (1)
35[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Copilot\CopilotWpfTextCreationListener.cs (1)
41[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
DocumentationComments\CopilotGenerateDocumentationCommentManager.cs (1)
28[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EditAndContinue\ActiveStatementTagFormatDefinition.cs (1)
25[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EditAndContinue\ActiveStatementTaggerProvider.cs (1)
30[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EditAndContinue\ActiveStatementTrackingService.cs (2)
41[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 52[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EditAndContinue\EditAndContinueErrorTypeFormatDefinition.cs (1)
23[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EditAndContinue\EditAndContinueLanguageService.cs (2)
30[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 360[Obsolete]
EditAndContinue\EditAndContinueLanguageServiceBridge.cs (1)
35[Obsolete]
EditAndContinue\PdbMatchingSourceTextProvider.cs (1)
26[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Editor\EditorLayerExtensionManager.cs (1)
30[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Editor\GoToAdjacentMemberCommandHandler.cs (1)
31[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Editor\TextBufferAssociatedViewService.cs (1)
36[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EditorConfigSettings\Aggregator\SettingsAggregatorFactory.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EditorConfigSettings\DataProvider\Analyzer\AnalyzerSettingsWorkspaceServiceFactory.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EditorConfigSettings\DataProvider\NamingStyles\NamingStyleSettingsWorkspaceServiceFactory.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ErrorReporting\EditorErrorReportingService.cs (1)
17[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExternalAccess\IntelliCode\IntentProcessor.cs (1)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExternalAccess\UnitTestGenerator\Api\UnitTestGeneratorAddMissingImportsFeatureServiceAccessor.cs (1)
19[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExternalAccess\UnitTestGenerator\Api\UnitTestGeneratorOrganizeImportsAccessor.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExternalAccess\UnitTesting\Api\UnitTestingGlobalOptions.cs (1)
13[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExternalAccess\VSTypeScript\Api\IVSTypeScriptFindUsagesContext.cs (1)
101[Obsolete]
ExternalAccess\VSTypeScript\Api\VSTypeScriptAsynchronousTaggerProvider.cs (1)
21[Obsolete("Use constructor that takes VSTypeScriptTaggerHost")]
ExternalAccess\VSTypeScript\Api\VSTypeScriptGlobalOptions.cs (2)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 34[Obsolete("Do not pass workspace")]
ExternalAccess\VSTypeScript\Api\VSTypeScriptTaggerHost.cs (1)
14[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExternalAccess\VSTypeScript\VSTypeScriptBlockStructureService.cs (1)
17[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExternalAccess\VSTypeScript\VSTypeScriptBreakpointResolutionService.cs (1)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExternalAccess\VSTypeScript\VSTypeScriptDidChangeHandler.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExternalAccess\VSTypeScript\VSTypeScriptDidCloseHandler.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExternalAccess\VSTypeScript\VSTypeScriptDidOpenHandler.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExternalAccess\VSTypeScript\VSTypeScriptEditorInlineRenameService.cs (1)
20[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExternalAccess\VSTypeScript\VSTypeScriptFindUsagesService.cs (1)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExternalAccess\VSTypeScript\VSTypeScriptFormattingInteractionService.cs (1)
20[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExternalAccess\VSTypeScript\VSTypeScriptInProcLanguageClient.cs (1)
33[method: Obsolete(MefConstruction.ImportingConstructorMessage, true)]
ExternalAccess\VSTypeScript\VSTypeScriptLanguageDebugInfoService.cs (1)
17[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExternalAccess\VSTypeScript\VSTypeScriptLifeCycleManager.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExternalAccess\VSTypeScript\VSTypeScriptLspServiceProvider.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExternalAccess\VSTypeScript\VSTypeScriptLspWorkspaceManagerFactory.cs (1)
14[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExternalAccess\VSTypeScript\VSTypeScriptNavigationBarItemService.cs (1)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExternalAccess\VSTypeScript\VSTypeScriptProjectContextHandler.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExternalAccess\VSTypeScript\VSTypeScriptPullDiagnosticHandlerProvider.cs (2)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 27[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExternalAccess\VSTypeScript\VSTypeScriptRequestExecutionQueueProvider.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, true)]
ExternalAccess\VSTypeScript\VSTypeScriptRequestTelemetryLoggerFactory.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExternalAccess\VSTypeScript\VSTypeScriptSignatureHelpClassifierProvider.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExternalAccess\VSTypeScript\VSTypeScriptStreamingFindUsagesPresenterAccessor.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExtractMethod\ExtractMethodCommandHandler.cs (1)
44[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Formatting\FormatCommandHandler.cs (1)
38[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
GoOrFind\GoToBase\GoToBaseCommandHandler.cs (1)
20[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
GoOrFind\GoToBase\GoToBaseNavigationService.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
GoOrFind\GoToImplementation\GoToImplementationCommandHandler.cs (1)
20[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
GoOrFind\GoToImplementation\GoToImplementationNavigationService.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ICommandHandlerServiceFactory.cs (1)
11[Obsolete("This is a compatibility shim for TypeScript; please do not use it.")]
InlineDiagnostics\InlineDiagnosticsAdornmentManagerProvider.cs (1)
35[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
InlineDiagnostics\InlineDiagnosticsFormatDefinition.cs (3)
33[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 53[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 73[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
InlineDiagnostics\InlineDiagnosticsTaggerProvider.cs (1)
26[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
InlineHints\InlineHintsFormatDefinition.cs (1)
31[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
InlineHints\InlineHintsKeyProcessorProvider.cs (1)
33[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
InlineHints\InlineHintsTaggerProvider.cs (1)
32[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
InlineRename\CommandHandlers\RenameCommandHandler.cs (1)
33[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
InlineRename\HighlightTags\RenameConflictTagDefinition.cs (1)
25[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
InlineRename\HighlightTags\RenameFieldBackgroundAndBorderTagDefinition.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
InlineRename\HighlightTags\RenameFixupTagDefinition.cs (1)
25[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
InlineRename\InlineRenameService.cs (1)
29[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
InlineRename\Taggers\ClassificationFormatDefinitions.cs (1)
24[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
InlineRename\Taggers\RenameClassificationTaggerProvider.cs (1)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
InlineRename\Taggers\RenameTaggerProvider.cs (1)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
InlineRename\UI\InlineRenameAdornmentProvider.cs (1)
54[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
InlineRename\UndoManagerServiceFactory.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
IntelliSense\AsyncCompletion\CommitManagerProvider.cs (1)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
IntelliSense\AsyncCompletion\CompletionSourceProvider.cs (1)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
IntelliSense\AsyncCompletion\ItemManagerProvider.cs (1)
20[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
IntelliSense\AsyncCompletion\RecentItemsManager.cs (1)
24[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
IntelliSense\ImportCompletionCacheService\EditorExtensionMethodImportCompletionCacheServiceFactory.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
IntelliSense\ImportCompletionCacheService\EditorTypeImportCompletionCacheServiceFactory.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
IntelliSense\QuickInfo\QuickInfoSourceProvider.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Interactive\CommandHandlers\ExecuteInInteractiveCommandHandler.cs (1)
31[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Interactive\Completion\InteractiveCommandCompletionService.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Interactive\InertClassifierProvider.cs (1)
30[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Interactive\InteractiveCommandContentTypeLanguageService.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Interactive\InteractiveDocumentNavigationServiceFactory.cs (1)
20[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Interactive\InteractiveGlobalUndoServiceFactory.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Interactive\InteractivePasteCommandHandler.cs (1)
62[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Interactive\InteractiveSupportsFeatureService.cs (2)
21[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 59[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Interactive\InteractiveTextUndoHistoryWorkspaceServiceFactory.cs (1)
23[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Interactive\InteractiveWindowResetCommand.cs (1)
42[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
LanguageServer\AlwaysActivateInProcLanguageClient.cs (1)
34[method: Obsolete(MefConstruction.ImportingConstructorMessage, true)]
LanguageServer\AlwaysActiveLanguageClientEventListener.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
LanguageServer\LiveShareInProcLanguageClient.cs (1)
26[method: Obsolete(MefConstruction.ImportingConstructorMessage, true)]
LanguageServer\RazorInProcLanguageClient.cs (1)
42[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Lightup\ISmartRenameSessionFactoryWrapper.cs (1)
13[Obsolete("Class has not been finalized and may change without warning.")]
Lightup\ISmartRenameSessionWrapper.cs (1)
17[Obsolete("Class has not been finalized and may change without warning.")]
LineSeparators\LineSeparatorAdornmentManagerProvider.cs (1)
41[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
LineSeparators\LineSeparatorTaggerProvider.cs (1)
47[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
NavigateTo\DefaultNavigateToLinkService.cs (1)
19[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
NavigateTo\DefaultNavigateToPreviewServiceFactory.cs (1)
21[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
NavigationBar\NavigationBarControllerFactoryService.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Notification\EditorNotificationServiceFactory.cs (1)
25[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Options\EditorOptionsService.cs (1)
17[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Options\LegacyGlobalOptionsWorkspaceService.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
PasteTracking\PasteTrackingPasteCommandHandler.cs (1)
28[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
PasteTracking\PasteTrackingService.cs (1)
20[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Peek\IPeekableItemFactory.cs (1)
31[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Peek\PeekableItemFactory.cs (1)
34[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Peek\PeekableItemSourceProvider.cs (1)
28[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Preview\AbstractPreviewFactoryService.cs (1)
36[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Preview\PreviewConflictViewTaggerProvider.cs (1)
27[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Preview\PreviewFactoryService.cs (1)
31[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Preview\PreviewReferenceHighlightingTaggerProvider.cs (3)
32[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 48[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 64[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Preview\PreviewStaticClassificationTaggerProvider.cs (1)
38[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Preview\PreviewWarningViewTaggerProvider.cs (1)
27[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
PreviewWarningTagDefinition.cs (1)
24[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
QuickInfo\ClassificationFormatDefinitions.cs (1)
24[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
QuickInfo\ContentControlService.cs (1)
35[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
QuickInfo\OnTheFlyDocsViewFactory.cs (1)
35[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ReferenceHighlighting\DefinitionHighlightTagDefinition.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ReferenceHighlighting\NavigateToHighlightReferenceCommandHandler.cs (1)
29[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ReferenceHighlighting\WrittenReferenceHighlightTagDefinition.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
RenameTracking\RenameTrackingTagDefinition.cs (1)
24[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SemanticSearch\SemanticSeatchTextBufferSupportsFeatureService.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Shared\DefaultTextBufferSupportsFeatureService.cs (1)
16[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Shared\Preview\PreviewWorkspace.cs (1)
43[Obsolete("Do not call the base OpenDocument method; instead call the overload that takes a container.", error: true)]
Shared\Utilities\ClassificationTypeMap.cs (1)
31[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Shared\Utilities\IWorkspaceContextService.cs (1)
30[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Shared\Utilities\ThreadingContext.cs (1)
31[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Shared\Utilities\ThreadingContextTaskSchedulerProvider.cs (1)
17[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Shared\Utilities\WorkspaceThreadingService.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Shared\Utilities\WorkspaceThreadingServiceProvider.cs (1)
14[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SignatureHelp\Presentation\SignatureHelpClassifierProvider.cs (1)
25[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SignatureHelp\Presentation\SignatureHelpPresenter.cs (1)
30[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SignatureHelp\SignatureHelpBeforeCompletionCommandHandler.cs (1)
45[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SignatureHelp\SignatureHelpControllerProvider.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SmartIndent\SmartIndentProvider.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SolutionEvents\HostLegacySolutionEventsWorkspaceEventListener.cs (1)
38[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SpellCheck\RoslynSpellCheckFixerProvider.cs (2)
23[Obsolete] 28[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SplitComment\SplitCommentCommandHandler.cs (1)
31[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\LanguageServer\Microsoft.CodeAnalysis.LanguageServer\BrokeredServices\ServiceBrokerProvider.cs (1)
20[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\Remote\ServiceHub\Services\EditAndContinue\EditAndContinueLogReporter.cs (1)
25[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
StringCopyPaste\IStringCopyPasteService.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
StringCopyPaste\WpfStringCopyPasteService.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
StringIndentation\StringIndentationAdornmentManagerProvider.cs (1)
41[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
StringIndentation\StringIndentationTaggerProvider.cs (1)
35[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Structure\OutliningCommandHandler.cs (1)
19[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Structure\StructureTaggerProvider.cs (1)
28[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Suggestions\FixAll\FixAllGetFixesService.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Suggestions\FixAll\FixMultipleOccurrencesService.cs (1)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Suggestions\SuggestedActionsSourceProvider.cs (1)
61[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Suggestions\SuggestedActionsSourceProvider.EditorOption.cs (1)
37[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Tagging\AbstractAsynchronousTaggerProvider.cs (1)
127[Obsolete("Did you mean to call TagEquals(TTag tag1, TTag tag2) instead", error: true)]
Tagging\TaggerHost.cs (1)
17[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Tags\DefaultImageIdService.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
TextDiffing\EditorTextDifferencingService.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Undo\DefaultSourceTextUndoService.cs (1)
19[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Undo\EditorSourceTextUndoService.cs (1)
20[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Undo\NoOpGlobalUndoServiceFactory.cs (1)
23[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspaces\TextUndoHistoryWorkspaceServiceFactoryService.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspaces\WpfTextBufferVisibilityTracker.cs (1)
20[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
WpfClassificationExtensions.cs (1)
76[Obsolete("Use 'public static TextBlock ToTextBlock(this IEnumerable <Inline> inlines, IClassificationFormatMap formatMap, bool wrap = true)' instead")]
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (30)
ChangeSignature\TestChangeSignatureOptionsService.cs (1)
17[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Diagnostics\GenerateType\TestGenerateTypeOptionsService.cs (1)
35[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Diagnostics\GenerateType\TestProjectManagementService.cs (1)
21[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
DocumentTracking\FirstDocumentIsActiveAndVisibleDocumentTrackingService.cs (3)
18[Obsolete(MefConstruction.FactoryMethodMessage, error: true)] 34[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 39[Obsolete(MefConstruction.FactoryMethodMessage, error: true)]
EditAndContinue\MockManagedHotReloadService.cs (1)
20[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExtractInterface\TestExtractInterfaceOptions.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
FindUsages\StubStreamingFindUsagesPresenter.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Interactive\TestInteractiveWindowEditorFactoryService.cs (1)
28[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
MoveStaticMembers\TestMoveStaticMembersService.cs (1)
22[System.Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
MoveToNamespace\TestMoveToNamespaceOptionsService.cs (1)
23[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
NavigateTo\AbstractNavigateToTests.cs (4)
232[Obsolete(MefConstruction.FactoryMethodMessage, error: true)] 248[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 253[Obsolete(MefConstruction.FactoryMethodMessage, error: true)] 262[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Preview\MockPreviewPaneService.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
RenameTracking\MockPreviewDialogService.cs (1)
28[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
TestExtensionErrorHandler.cs (1)
23[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
TestObscuringTipManager.cs (1)
23[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Threading\CriticalWpfFactAttribute.cs (1)
16[Obsolete("Critical tests cannot be skipped.", error: true)]
Threading\CriticalWpfTheoryAttribute.cs (1)
16[Obsolete("Critical tests cannot be skipped.", error: true)]
Threading\WpfDispatcherTaskJoiner.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Threading\WpfTestCase.cs (1)
19[Obsolete("Called by the de-serializer; should only be called by deriving classes for de-serialization purposes")]
Threading\WpfTheoryTestCase.cs (1)
19[Obsolete("Called by the de-serializer; should only be called by deriving classes for de-serialization purposes")]
Workspaces\MefTestWorkspace.cs (1)
17[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspaces\NoCompilationContentTypeLanguageService.cs (1)
21[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspaces\TestAddMetadataReferenceCodeActionOperationFactoryWorkspaceService.cs (1)
19[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspaces\TestFormattingRuleFactoryServiceFactory.cs (1)
21[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspaces\WorkspaceTestLogger.cs (1)
17[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Microsoft.CodeAnalysis.EditorFeatures.Text (1)
Implementation\TextBufferFactoryService\TextBufferCloneServiceFactory.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (5)
CodeRefactorings\CodeRefactoringServiceTest.cs (1)
61[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
CodeRefactorings\ErrorCases\CodeRefactoringExceptionInComputeRefactorings.cs (1)
21[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
CodeRefactorings\ErrorCases\CodeRefactoringExceptionInComputeRefactoringsAsync.cs (1)
21[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
LanguageServer\VSTypeScriptHandlerTests.cs (1)
154[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Options\GlobalOptionsTests.cs (1)
44[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Microsoft.CodeAnalysis.ExpressionEvaluator.FunctionResolver (5)
src\Compilers\CSharp\Portable\Symbols\Synthesized\GeneratedNameKind.cs (5)
57[Obsolete] 59[Obsolete] 61[Obsolete] 63[Obsolete] 65[Obsolete]
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider (1)
src\Dependencies\PooledObjects\PooledStringBuilder.cs (1)
55[System.Obsolete("Consider calling ToStringAndFree instead.")]
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (1)
src\Dependencies\PooledObjects\PooledStringBuilder.cs (1)
55[System.Obsolete("Consider calling ToStringAndFree instead.")]
Microsoft.CodeAnalysis.Extensions.Package (1)
src\Dependencies\PooledObjects\PooledStringBuilder.cs (1)
55[System.Obsolete("Consider calling ToStringAndFree instead.")]
Microsoft.CodeAnalysis.ExternalAccess.Apex (1)
ApexAsynchronousOperationListenerProviderAccessor.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Microsoft.CodeAnalysis.ExternalAccess.AspNetCore (3)
Internal\EmbeddedLanguages\AspNetCoreEmbeddedLanguageBraceMatcher.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Internal\EmbeddedLanguages\AspNetCoreEmbeddedLanguageClassifier.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Internal\EmbeddedLanguages\AspNetCoreEmbeddedLanguageDocumentHighlighter.cs (1)
24[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Microsoft.CodeAnalysis.ExternalAccess.Copilot (6)
Internal\Analyzer\CSharp\CSharpCopilotCodeAnalysisService.cs (1)
35[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Internal\CodeMapper\CopilotCSharpMapCodeService.cs (1)
24[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Internal\Completion\CSharpContextProviderService.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Internal\RelatedDocuments\CSharpCopilotRelatedDocumentsService.cs (1)
21[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Internal\SemanticSearch\CopilotSemanticSearchQueryExecutor.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Internal\SemanticSearch\SemanticSearchCopilotServiceWrapper.cs (1)
17[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Microsoft.CodeAnalysis.ExternalAccess.Debugger (1)
DebuggerFindReferencesService.cs (1)
20[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Microsoft.CodeAnalysis.ExternalAccess.Extensions (1)
Internal\ExtensionMessageHandlerFactory.cs (1)
17[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Microsoft.CodeAnalysis.ExternalAccess.FSharp (45)
Editor\IFSharpEditorInlineRenameService.cs (4)
16[Obsolete] 40[Obsolete] 59[Obsolete] 146[Obsolete]
Editor\IFSharpIndentationService.cs (1)
45[Obsolete("Use IFSharpIndentationService instead")]
Editor\Shared\Utilities\FSharpClassificationTypeMap.cs (1)
24[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
FindUsages\FSharpDefinitionItem.cs (1)
33[Obsolete("Use overload that takes metadata locations")]
FSharpEditorFeaturesResources.cs (1)
11[Obsolete]
FSharpGlobalOptions.cs (1)
20[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Internal\Classification\FSharpClassificationService.cs (1)
29[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Internal\CommentSelection\FSharpCommentSelectionService.cs (1)
19[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Internal\Diagnostics\FSharpDiagnosticAnalyzerService.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Internal\Diagnostics\FSharpDocumentDiagnosticAnalyzer.cs (1)
26[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Internal\Diagnostics\FSharpSimplifyNameDiagnosticAnalyzer.cs (1)
26[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Internal\Diagnostics\FSharpUnusedDeclarationsAnalyzer.cs (1)
26[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Internal\Diagnostics\FSharpUnusedOpensDiagnosticAnalyzer.cs (1)
26[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Internal\DocumentHighlighting\FSharpDocumentHighlightsService.cs (1)
59[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Internal\Editor\FindUsages\FSharpFindUsagesService.cs (1)
19[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Internal\Editor\FSharpBraceMatcher.cs (1)
23[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Internal\Editor\FSharpContentTypeLanguageService.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Internal\Editor\FSharpDefinitionLocationService.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Internal\Editor\FSharpEditorFormattingService.cs (1)
29[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Internal\Editor\FSharpEditorInlineRenameService.cs (5)
62[Obsolete] 85[Obsolete] 112[Obsolete] 188[Obsolete] 194[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Internal\Editor\FSharpNavigationBarItemService.cs (1)
33[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Internal\Editor\FSharpSmartIndentProvider.cs (1)
36[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Internal\Editor\Implementation\Debugging\FSharpBreakpointResolutionService.cs (1)
25[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Internal\Editor\Implementation\Debugging\FSharpLanguageDebugInfoService.cs (1)
19[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Internal\InlineHints\FSharpInlineHintsService.cs (1)
23[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Internal\NavigateTo\FSharpNavigateToSearchService.cs (1)
25[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Internal\Navigation\FSharpCrossLanguageSymbolNavigationService.cs (1)
26[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Internal\Navigation\FSharpFindDefinitionService.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Internal\SignatureHelp\FSharpSignatureHelpProvider.cs (1)
27[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Internal\Structure\FSharpBlockStructureService.cs (1)
24[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Internal\VisualStudio\Text\Classification\FSharpSignatureHelpClassifierProvider.cs (1)
26[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
LanguageServices\FSharpVisualStudioWorkspaceExtensions.cs (3)
21[Obsolete("When Roslyn/ProjectSystem integration is finished, don't use this.")] 38[Obsolete("When Roslyn/ProjectSystem integration is finished, don't use this.")] 47[Obsolete("When Roslyn/ProjectSystem integration is finished, don't use this.")]
Navigation\FSharpDocumentNavigationService.cs (1)
19[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SignatureHelp\IFSharpSignatureHelpProvider.cs (1)
13[Obsolete("Use Microsoft.CodeAnalysis.ExternalAccess.FSharp.SignatureHelp.AbstractFSharpSignatureHelpProvider instead.")]
TaskList\FSharpTaskListService.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
VS\IFSharpWorkspaceProjectContextFactory.cs (1)
47[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.ExternalAccess.Razor.Features (10)
Cohost\RazorClientLanguageServerManagerFactory.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Cohost\RazorConfigurationChangedServiceFactory.cs (1)
17[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Cohost\RazorSemanticTokensRefreshQueueWrapper.cs (1)
20[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Cohost\RazorStartupServiceFactory.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
RazorAnalyzerAssemblyRedirector.cs (1)
14[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
RazorAsynchronousOperationListenerProviderAccessor.cs (1)
19[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
RazorUri.cs (1)
21[Obsolete("Switch to GetIdentityFromGeneratedDocumentUri. This method will be removed in future.")]
Testing\RazorTestAnalyzerLoader.cs (1)
15[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Testing\RazorTestLanguageServerFactory.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Testing\RazorTestWorkspaceRegistrationService.cs (1)
18[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Microsoft.CodeAnalysis.ExternalAccess.Razor.UnitTests (1)
RazorAnalyzerAssemblyResolverTests.cs (1)
87[Obsolete]
Microsoft.CodeAnalysis.ExternalAccess.Xaml (7)
External\ExportXamlLspServiceFactoryAttribute.cs (1)
17[Obsolete("Use the constructor that takes only a type")]
External\IInitializationService.cs (1)
14[Obsolete("Use IOnInitializedService instead.")]
External\XamlRequestContext.cs (1)
27[Obsolete("Use ClientCapabilities instead.")]
Internal\DescriptionService.cs (1)
28[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Internal\LocationService.cs (1)
26[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Internal\OnInitializedServiceFactory.cs (1)
24[Obsolete(StringConstants.ImportingConstructorMessage, error: true)]
Internal\XamlDiagnosticSourceProvider.cs (1)
19[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Microsoft.CodeAnalysis.Features (108)
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.")] 174[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)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\Providers\ImportCompletionProvider\DefaultTypeImportCompletionCacheServiceFactory.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Copilot\ICopilotChangeAnalysisService.cs (1)
44[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)
19[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Diagnostics\IDiagnosticsRefresher.cs (1)
35[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Diagnostics\Service\DiagnosticAnalyzerService.cs (1)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EditAndContinue\EditAndContinueService.cs (2)
31[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 62[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)
33[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)]
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)
31[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)
33[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
RelatedDocuments\IRemoteRelatedDocumentsService.cs (1)
28[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SemanticSearch\IRemoteSemanticSearchService.cs (1)
38[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)
130[Obsolete("Use overload without ISymbolDisplayService")]
SignatureHelp\SignatureHelpService.cs (1)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\Core\CodeFixes\NewLines\ConsecutiveStatementPlacement\ConsecutiveStatementPlacementCodeFixProvider.cs (1)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\Core\CodeFixes\NewLines\MultipleBlankLines\AbstractMultipleBlankLinesCodeFixProvider.cs (1)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\Core\CodeFixes\RemoveUnnecessarySuppressions\RemoveUnnecessaryAttributeSuppressionsCodeFixProvider.cs (1)
20[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\Core\CodeFixes\UpdateLegacySuppressions\UpdateLegacySuppressionsCodeFixProvider.cs (1)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
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)]
Workspace\CompileTimeSolutionProvider.cs (2)
34[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 39[Obsolete(MefConstruction.FactoryMethodMessage, error: true)]
Microsoft.CodeAnalysis.Features.Test.Utilities (4)
BrokeredServices\MockServiceBrokerProvider.cs (1)
14[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EditAndContinue\MockEditAndContinueService.cs (1)
17[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EditAndContinue\MockHostWorkspaceProvider.cs (1)
18[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspaces\TestSymbolRenamedCodeActionOperationFactoryWorkspaceService.cs (1)
19[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Microsoft.CodeAnalysis.InteractiveHost (1)
src\Dependencies\PooledObjects\PooledStringBuilder.cs (1)
55[System.Obsolete("Consider calling ToStringAndFree instead.")]
Microsoft.CodeAnalysis.LanguageServer (47)
BrokeredServices\BrokeredServiceBridgeProvider.cs (1)
27[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
BrokeredServices\BrokeredServiceTraceListener.cs (1)
20[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
BrokeredServices\MefServiceBrokerOfExportedServices.cs (1)
18[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
BrokeredServices\ServiceBrokerConnectHandler.cs (1)
20[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
BrokeredServices\ServiceBrokerFactory.cs (1)
38[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
BrokeredServices\ServiceBrokerProvider.cs (1)
20[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
BrokeredServices\Services\BrokeredServiceBridgeManifest\BrokeredServiceBridgeManifestService.cs (1)
29[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
BrokeredServices\WrappedServiceBroker.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
DotnetCliHelper.cs (1)
24[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
FileBasedPrograms\FileBasedProgramsWorkspaceProviderFactory.cs (1)
28[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
FileBasedPrograms\VirtualProjectXmlProvider.cs (1)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
HostServicesProvider.cs (1)
21[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
HostWorkspace\BinLogPathProvider.cs (1)
31[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
HostWorkspace\ExtensionManager.cs (1)
14[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
HostWorkspace\FileWatching\DelegatingFileChangeWatcher.cs (1)
26[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
HostWorkspace\FileWatching\LspDidChangeWatchedFilesHandler.cs (1)
18[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
HostWorkspace\LanguageServerProjectSystem.cs (1)
29[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
HostWorkspace\LanguageServerWorkspaceFactory.cs (1)
28[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
HostWorkspace\MetadataService.cs (1)
15[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
HostWorkspace\OpenProjectsHandler.cs (1)
23[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
HostWorkspace\OpenSolutionHandler.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
HostWorkspace\ProjectInitializationHandler.cs (1)
34[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
HostWorkspace\ProjectTelemetry\ProjectLoadTelemetryReporter.cs (1)
17[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
HostWorkspace\Razor\RazorClientLanguageServerManagerFactory.cs (1)
14[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
HostWorkspace\Razor\RazorDynamicFileInfoProvider.cs (1)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
HostWorkspace\Razor\RazorInitializer.cs (1)
17[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
HostWorkspace\VSCodeAnalyzerLoaderProviderFactory.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
HostWorkspace\WorkspaceProject.cs (1)
28[Obsolete($"Call the {nameof(AddAdditionalFilesAsync)} overload that takes {nameof(SourceFileInfo)}.")]
HostWorkspace\WorkspaceProjectFactoryService.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
LanguageServer\Handler\CopilotCompletion\CopilotCompletionResolveContextHandler.cs (1)
16[method: Obsolete("This exported object must be obtained through the MEF export provider.", error: true)]
LanguageServer\Handler\DebugConfiguration\ProjectTargetFrameworkManager.cs (1)
20[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
LanguageServer\Handler\DebugConfiguration\WorkspaceDebugConfigurationHandler.cs (1)
21[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
LanguageServer\Handler\Logging\UpdateLogLevelHandler.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
LanguageServer\Handler\Restore\RestorableProjectsHandler.cs (1)
19[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
LanguageServer\Handler\Restore\RestoreHandler.cs (1)
20[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
LanguageServer\RazorDynamicDocumentSyncRegistration.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
LanguageServer\WorkspaceRegistrationService.cs (1)
18[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Logging\ServerLoggerFactory.cs (1)
19[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ServerConfigurationFactory.cs (1)
20[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Services\ExtensionAssemblyManagerProvider.cs (1)
18[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Services\LspExtractClassOptionsService.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Services\LspExtractInterfaceOptionsService.cs (1)
14[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Services\StarredCompletions\StarredCompletionProvider.cs (1)
16[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Telemetry\VSCodeRequestTelemetryLogger.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Testing\RunTestsHandler.cs (1)
19[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Testing\TestDiscoverer.cs (1)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Testing\TestRunner.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Microsoft.CodeAnalysis.LanguageServer.Protocol (114)
CSharpVisualBasicLanguageServerFactory.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
DefaultCapabilitiesProvider.cs (1)
28[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExternalAccess\Razor\FormatNewFileHandler.cs (1)
29[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExternalAccess\Razor\SimplifyMethodHandler.cs (1)
25[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Features\DecompiledSource\CSharpCodeDecompilerDecompilationService.cs (1)
27[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Features\EditAndContinue\EditAndContinueSessionState.cs (1)
26[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Features\Options\ClientFallbackAnalyzerConfigOptionsProvider.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Features\Options\SolutionAnalyzerConfigOptionsUpdater.cs (1)
28[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Features\Options\WorkspaceConfigurationService.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\Breakpoints\ValidateBreakableRangeHandler.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\CodeActions\CodeActionFixAllResolveHandler.cs (1)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\CodeActions\CodeActionResolveHandler.cs (1)
38[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\CodeActions\CodeActionsHandler.cs (1)
40[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\CodeLens\CodeLensHandler.cs (1)
32[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\CodeLens\CodeLensRefreshQueueFactory.cs (1)
21[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\CodeLens\CodeLensResolveHandler.cs (1)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\Completion\CompletionHandler.cs (1)
36[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\Completion\CompletionListCacheFactory.cs (1)
15[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\Completion\CompletionResolveHandler.cs (1)
38[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\Configuration\DidChangeConfigurationNotificationHandlerFactory.cs (1)
19[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\DataTips\DataTipRangeHandler.cs (1)
19[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\Definitions\GoToDefinitionHandler.cs (1)
21[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\Definitions\GoToTypeDefinitionHandler.cs (1)
21[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\Diagnostics\BuildOnlyDiagnosticIdsHandler.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\Diagnostics\DiagnosticSourceProviders\DiagnosticSourceManager.cs (1)
36[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\Diagnostics\DiagnosticSourceProviders\DocumentSyntaxAndSemanticDiagnosticSourceProvider.cs (4)
32[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 41[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 50[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 59[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\Diagnostics\DiagnosticSourceProviders\WorkspaceDocumentsAndProjectDiagnosticSourceProvider.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\Diagnostics\DiagnosticsRefreshQueue.cs (1)
24[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\Diagnostics\DocumentPullDiagnosticHandlerFactory.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\Diagnostics\IDiagnosticProjectInformationService.cs (1)
26[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\Diagnostics\Public\PublicDocumentNonLocalDiagnosticSourceProvider.cs (1)
20[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\Diagnostics\Public\PublicDocumentPullDiagnosticHandlerFactory.cs (1)
19[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\Diagnostics\Public\PublicWorkspacePullDiagnosticHandlerFactory.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\Diagnostics\WorkspacePullDiagnosticHandlerFactory.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\DocumentChanges\DidChangeHandler.cs (1)
20[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\DocumentChanges\DidCloseHandler.cs (1)
19[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\DocumentChanges\DidOpenHandler.cs (1)
20[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\EditAndContinue\DocumentEditAndContinueDiagnosticSourceProvider.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\EditAndContinue\RegisterSolutionSnapshotHandler.cs (1)
24[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\EditAndContinue\WorkspaceEditAndContinueDiagnosticSourceProvider.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\Extensions\ActivateExtensionHandler.cs (1)
17[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\Extensions\DeactivateExtensionHandler.cs (1)
17[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\Extensions\DispatchDocumentExtensionMessageHandler.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\Extensions\DispatchWorkspaceExtensionMessageHandler.cs (1)
17[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\FoldingRanges\FoldingRangesHandler.cs (1)
31[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\Formatting\FormatDocumentHandler.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\Formatting\FormatDocumentOnTypeHandler.cs (1)
29[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\Formatting\FormatDocumentRangeHandler.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\Highlights\DocumentHighlightHandler.cs (1)
31[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\Hover\HoverHandler.cs (1)
31[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\InlayHint\InlayHintCacheFactory.cs (1)
15[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\InlayHint\InlayHintHandler.cs (1)
28[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\InlayHint\InlayHintRefreshQueueFactory.cs (1)
21[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\InlayHint\InlayHintResolveHandler.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\InlineCompletions\InlineCompletionsHandler.cs (1)
92[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\InlineCompletions\XmlSnippetParser.cs (1)
30[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\MapCode\MapCodeHandler.cs (1)
27[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\OnAutoInsert\OnAutoInsertHandler.cs (1)
31[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\ProjectContext\GetTextDocumentWithContextHandler.cs (1)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\References\FindAllReferencesHandler.cs (1)
32[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\References\FindImplementationsHandler.cs (1)
26[System.Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\RelatedDocuments\RelatedDocumentsHandler.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\Rename\PrepareRenameHandler.cs (1)
19[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\Rename\RenameHandler.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\ResolveDataCacheFactory.cs (1)
15[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\SemanticTokens\SemanticTokensFullHandlerFactory.cs (1)
14[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\SemanticTokens\SemanticTokensRangeHandlerFactory.cs (1)
18[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\SemanticTokens\SemanticTokensRangesHandlerFactory.cs (1)
19[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\SemanticTokens\SemanticTokensRefreshQueueFactory.cs (1)
19[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\ServerLifetime\LspServiceLifeCycleManager.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\SignatureHelp\SignatureHelpHandler.cs (1)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\SourceGenerators\SourceGeneratedDocumentCache.cs (1)
54[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\SourceGenerators\SourceGeneratedDocumentGetTextHandler.cs (1)
19[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\SourceGenerators\SourceGeneratorRefreshQueueFactory.cs (1)
14[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\SpellCheck\DocumentSpellCheckHandlerFactory.cs (1)
15[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\SpellCheck\WorkspaceSpellCheckHandlerFactory.cs (1)
15[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\Symbols\DocumentSymbolsHandler.cs (1)
33[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\Symbols\WorkspaceSymbolsHandler.cs (1)
26[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\Tasks\DocumentTaskDiagnosticSourceProvider.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\Tasks\WorkspaceTaskDiagnosticSourceProvider.cs (1)
20[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\Telemetry\RequestTelemetryLoggerFactory.cs (1)
13[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\WorkspaceCommand\ExecuteWorkspaceCommandHandler.cs (1)
25[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
LspServices\RoslynLspServiceProvider.cs (1)
14[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Protocol\CompletionItem.cs (1)
104[Obsolete("Use Tags instead if supported")]
Protocol\CompletionItemSetting.cs (1)
62[Obsolete("Use Tags instead if supported")]
Protocol\CreateFile.cs (1)
40[Obsolete("Use DocumentUri instead. This property will be removed in a future version.")]
Protocol\DeleteFile.cs (1)
40[Obsolete("Use DocumentUri instead. This property will be removed in a future version.")]
Protocol\DocumentLink.cs (1)
42[Obsolete("Use DocumentTarget instead. This property will be removed in a future version.")]
Protocol\DocumentSymbol.cs (1)
66[Obsolete("Use Tags instead")]
Protocol\InitializeParams.cs (3)
58[Obsolete("Deprecated in favor of RootUri")] 69[Obsolete("Deprecated in favor of WorkspaceFolders")] 77[Obsolete("Use RootDocumentUri instead. This property will be removed in a future version.")]
Protocol\Location.cs (1)
30[Obsolete("Use DocumentUri instead. This property will be removed in a future version.")]
Protocol\MarkedString.cs (2)
43[Obsolete(DeprecationMessage)] 55[Obsolete(DeprecationMessage)]
Protocol\RenameFile.cs (2)
40[Obsolete("Use OldDocumentUri instead. This property will be removed in a future version.")] 60[Obsolete("Use NewDocumentUri instead. This property will be removed in a future version.")]
Protocol\SymbolInformation.cs (6)
32[Obsolete(DeprecationMessage)] 43[Obsolete(DeprecationMessage)] 56[Obsolete(DeprecationMessage)] 64[Obsolete("Use the Tags property instead")] 81[Obsolete(DeprecationMessage)] 98[Obsolete(DeprecationMessage)]
Protocol\TextDocumentIdentifier.cs (1)
25[Obsolete("Use DocumentUri instead. This property will be removed in a future version.")]
Protocol\TextDocumentItem.cs (1)
29[Obsolete("Use DocumentUri instead. This property will be removed in a future version.")]
Protocol\WorkspaceFolder.cs (1)
23[Obsolete("Use DocumentUri instead. This property will be removed in a future version.")]
RequestExecutionQueueProvider.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, true)]
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\LanguageServerEndpointAttribute.cs (1)
28[Obsolete("Use the constructor that takes a language instead.", error: false)]
Workspaces\LspMiscellaneousFilesWorkspaceProviderFactory.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspaces\LspWorkspaceManagerFactory.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspaces\LspWorkspaceRegistrationEventListener.cs (1)
20[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (35)
Commands\ExecuteWorkspaceCommandTests.cs (1)
54[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionFeaturesTests.cs (2)
629[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 928[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Diagnostics\DiagnosticsPullCacheTests.cs (1)
137[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
HandlerTests.cs (8)
306[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 328[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 350[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 385[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 415[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 430[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 454[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 478[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Initialize\LocaleTests.cs (1)
88[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
InlineCompletions\TestSnippetInfoService.cs (1)
21[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
LanguageServerTargetTests.cs (2)
150[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 171[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
LspServicesTests.cs (9)
98[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 103[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 108[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 113[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 118[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 123[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 128[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 133[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 138[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
MapCode\MapCodeTests.cs (1)
29[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Ordering\FailingMutatingRequestHandler.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Ordering\FailingRequestHandler.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Ordering\LongRunningNonMutatingRequestHandler.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Ordering\MutatingRequestHandler.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Ordering\NonLSPSolutionRequestHandlerProvider.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Ordering\NonMutatingRequestHandler.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Symbols\WorkspaceSymbolsTests.cs (1)
261[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
TestConfigurableDocumentHandler.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
UriTests.cs (1)
378[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (14)
src\Compilers\Core\Portable\Hashing\NonCryptographicHashAlgorithm.cs (1)
343[Obsolete("Use GetCurrentHash() to retrieve the computed hash code.", true)]
src\Dependencies\PooledObjects\PooledStringBuilder.cs (1)
55[System.Obsolete("Consider calling ToStringAndFree instead.")]
src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\CodeAnalysisMetricData.cs (2)
185[Obsolete("Use ComputeAsync(CodeMetricsAnalysisContext) instead.")] 225[Obsolete("Use ComputeAsync(ISymbol, CodeMetricsAnalysisContext) instead.")]
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\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\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SpecializedTasks.cs (1)
22[Obsolete("Use Task.CompletedTask instead which is available in the framework.")]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\SemanticModelReuse\SemanticModelReuseWorkspaceServiceFactory.cs (1)
16[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Microsoft.CodeAnalysis.PooledObjects.Package (1)
PooledStringBuilder.cs (1)
55[System.Obsolete("Consider calling ToStringAndFree instead.")]
Microsoft.CodeAnalysis.PublicApiAnalyzers (13)
src\Compilers\Core\Portable\Hashing\NonCryptographicHashAlgorithm.cs (1)
343[Obsolete("Use GetCurrentHash() to retrieve the computed hash code.", true)]
src\Dependencies\PooledObjects\PooledStringBuilder.cs (1)
55[System.Obsolete("Consider calling ToStringAndFree instead.")]
src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\CodeAnalysisMetricData.cs (2)
185[Obsolete("Use ComputeAsync(CodeMetricsAnalysisContext) instead.")] 225[Obsolete("Use ComputeAsync(ISymbol, CodeMetricsAnalysisContext) instead.")]
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\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\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SpecializedTasks.cs (1)
22[Obsolete("Use Task.CompletedTask instead which is available in the framework.")]
Microsoft.CodeAnalysis.PublicApiAnalyzers.CodeFixes (3)
AnnotatePublicApiFix.cs (1)
24[method: Obsolete("This exported object must be obtained through the MEF export provider.", error: true)]
DeclarePublicApiFix.cs (1)
26[method: Obsolete("This exported object must be obtained through the MEF export provider.", error: true)]
NullableEnablePublicApiFix.cs (1)
23[method: Obsolete("This exported object must be obtained through the MEF export provider.", error: true)]
Microsoft.CodeAnalysis.Remote.ServiceHub (11)
ExternalAccess\Pythia\Api\PythiaBrokeredServiceImplementation.cs (1)
21[Obsolete("Use RunServiceAsync (that is passsed a Solution) instead", error: false)]
Host\RemoteAnalyzerAssemblyLoaderService.cs (1)
29[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Host\RemoteDocumentDifferenceService.cs (2)
28[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 33[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Host\RemoteServiceBrokerProvider.cs (1)
20[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Host\RemoteWorkspaceManager.cs (1)
87[Obsolete("Use RunServiceAsync (that is passed a Solution) instead", error: false)]
Services\DiagnosticAnalyzer\PerformanceTrackerService.cs (1)
45[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Services\EditAndContinue\EditAndContinueLogReporter.cs (1)
25[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Services\ProcessTelemetry\RemoteWorkspaceConfigurationService.cs (1)
17[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Services\ProcessTelemetry\RemoteWorkspaceTelemetryService.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Services\RemoteDocumentTrackingService.cs (1)
14[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Microsoft.CodeAnalysis.Remote.Workspaces (3)
EditAndContinue\ManagedHotReloadLanguageService.cs (1)
27[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ProjectSystem\IWorkspaceProject.cs (1)
27[Obsolete($"Call the {nameof(AddAdditionalFilesAsync)} overload that takes {nameof(SourceFileInfo)}.")]
SolutionAssetStorageProvider.cs (1)
20[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Microsoft.CodeAnalysis.ResxSourceGenerator (13)
src\Compilers\Core\Portable\Hashing\NonCryptographicHashAlgorithm.cs (1)
343[Obsolete("Use GetCurrentHash() to retrieve the computed hash code.", true)]
src\Dependencies\PooledObjects\PooledStringBuilder.cs (1)
55[System.Obsolete("Consider calling ToStringAndFree instead.")]
src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\CodeAnalysisMetricData.cs (2)
185[Obsolete("Use ComputeAsync(CodeMetricsAnalysisContext) instead.")] 225[Obsolete("Use ComputeAsync(ISymbol, CodeMetricsAnalysisContext) instead.")]
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\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\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SpecializedTasks.cs (1)
22[Obsolete("Use Task.CompletedTask instead which is available in the framework.")]
Microsoft.CodeAnalysis.Test.Utilities (4)
Assert\ConditionalFactAttribute.cs (2)
64[Obsolete("ConditionalFact should use Reason or AlwaysSkip", error: true)] 104[Obsolete("ConditionalTheory should use Reason or AlwaysSkip")]
Compilation\OperationTreeVerifier.cs (1)
1494[Obsolete("ICollectionElementInitializerOperation has been replaced with IInvocationOperation and IDynamicInvocationOperation", error: true)]
Diagnostics\DiagnosticExtensions.cs (1)
347[Obsolete("This API is no longer supported. See https://github.com/dotnet/roslyn/issues/67592 for details")]
Microsoft.CodeAnalysis.Threading.Package (1)
src\Dependencies\PooledObjects\PooledStringBuilder.cs (1)
55[System.Obsolete("Consider calling ToStringAndFree instead.")]
Microsoft.CodeAnalysis.UnitTests (1)
Diagnostics\CompilationWithAnalyzersTests.cs (1)
72[Fact, Obsolete(message: "IsDiagnosticAnalyzerSuppressed is an obsolete public API")]
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.")]
Diagnostics\DiagnosticAnalyzerInfoCache.cs (1)
73[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
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)
42[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\Compilers\Core\Portable\Hashing\NonCryptographicHashAlgorithm.cs (1)
343[Obsolete("Use GetCurrentHash() to retrieve the computed hash code.", true)]
src\Dependencies\PooledObjects\PooledStringBuilder.cs (1)
55[System.Obsolete("Consider calling ToStringAndFree instead.")]
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\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SpecializedTasks.cs (1)
22[Obsolete("Use Task.CompletedTask instead which is available in the framework.")]
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)]
Storage\SQLite\v2\SQLitePersistentStorageService.cs (1)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SymbolSearch\ISymbolSearchService.cs (1)
155[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
TemporaryStorage\TemporaryStorageService.cs (1)
90[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\DocumentationProviderServiceFactory.cs (1)
17[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)
82[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspace\Host\Metadata\MetadataServiceFactory.cs (1)
17[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)
1597[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.cs (1)
571[Obsolete(@"Workspace options should be set by invoking 'workspace.TryApplyChanges(workspace.CurrentSolution.WithOptions(newOptionSet))'")]
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)]
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\Dependencies\PooledObjects\PooledStringBuilder.cs (1)
55[System.Obsolete("Consider calling ToStringAndFree instead.")]
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (13)
Fakes\MockFallbackAnalyzerConfigOptionsProvider.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Fakes\MockWorkspaceEventListenerProvider.cs (1)
17[method: Obsolete(MefConstruction.ImportingConstructorMessage, true)]
NoCompilationLanguageServiceFactory.cs (1)
16[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Remote\InProcRemoteHostClientProvider.cs (1)
30[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Remote\TestSerializerService.cs (3)
27[method: Obsolete(MefConstruction.FactoryMethodMessage, error: true)] 116[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 161[Obsolete(MefConstruction.FactoryMethodMessage, error: true)]
TestDynamicFileInfoProviderThatProducesFiles.cs (1)
23[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
TestDynamicFileInfoProviderThatProducesNoFiles.cs (1)
23[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
TestErrorReportingService.cs (1)
18[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
TestExportJoinableTaskContext.cs (1)
26[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspaces\TestDocumentTrackingService.cs (1)
14[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspaces\TestWorkspaceConfigurationService.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Microsoft.CodeAnalysis.Workspaces.UnitTests (15)
Formatter\FormatterTests.cs (1)
36[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Host\LanguageServices\TestCSharpCompilationFactoryServiceWithIncrementalGeneratorTracking.cs (1)
23[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Options\OptionKeyTests.cs (1)
94[Obsolete]
Simplifier\SimplifierTests.cs (1)
43[Fact, Obsolete("Testing obsolete API")]
SolutionTests\SolutionTests.cs (3)
284[Fact, Obsolete("Testing obsolete API")] 3918[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 3928[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SolutionTests\SourceGeneratorTelemetryCollectorWorkspaceServiceTests.cs (1)
42[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SolutionTests\TextLoaderTests.cs (6)
84[Obsolete] 93[Obsolete] 106[Theory, Obsolete] 114[Fact, Obsolete] 122[Fact, Obsolete] 130[Fact, Obsolete]
WorkspaceTests\WorkspaceTests.cs (1)
186[Fact, Obsolete("Testing obsolete API")]
Microsoft.CommonLanguageServerProtocol.Framework.Package (1)
LanguageServerEndpointAttribute.cs (1)
28[Obsolete("Use the constructor that takes a language instead.", error: false)]
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.Feed (1)
src\common\UploadToAzure.cs (1)
53[Obsolete]
Microsoft.DotNet.Build.Tasks.Packaging (1)
NuGetAssetResolver.cs (1)
273[Obsolete]
Microsoft.DotNet.XUnitExtensions (4)
src\Microsoft.DotNet.XUnitExtensions.Shared\SkippedFactTestCase.cs (1)
28[Obsolete("Called by the de-serializer; should only be called by deriving classes for de-serialization purposes", error: true)]
src\Microsoft.DotNet.XUnitExtensions.Shared\SkippedTestCase.cs (1)
22[Obsolete("Called by the de-serializer; should only be called by deriving classes for de-serialization purposes")]
src\Microsoft.DotNet.XUnitExtensions.Shared\SkippedTheoryTestCase.cs (1)
19[Obsolete("Called by the de-serializer; should only be called by deriving classes for de-serialization purposes", error: true)]
src\Microsoft.DotNet.XUnitExtensions.Shared\XunitParallelTheoryTestCase.cs (1)
18[Obsolete("Requried for deserialization")]
Microsoft.DotNet.XUnitV3Extensions (1)
src\Microsoft.DotNet.XUnitExtensions.Shared\SkippedTestCase.cs (1)
22[Obsolete("Called by the de-serializer; should only be called by deriving classes for de-serialization purposes")]
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.ResourceMonitoring (15)
IResourceMonitor.cs (1)
12[Obsolete(DiagnosticIds.Obsoletions.NonObservableResourceMonitoringApiMessage,
IResourceMonitorBuilder.cs (1)
14[Obsolete(DiagnosticIds.Obsoletions.NonObservableResourceMonitoringApiMessage,
IResourceUtilizationPublisher.cs (1)
14[Obsolete(DiagnosticIds.Obsoletions.NonObservableResourceMonitoringApiMessage,
ISnapshotProvider.cs (1)
14[Obsolete(DiagnosticIds.Obsoletions.NonObservableResourceMonitoringApiMessage,
ResourceMonitorBuilder.cs (1)
26[Obsolete(DiagnosticIds.Obsoletions.NonObservableResourceMonitoringApiMessage,
ResourceMonitoringBuilderExtensions.cs (1)
16[Obsolete(DiagnosticIds.Obsoletions.NonObservableResourceMonitoringApiMessage,
ResourceMonitoringOptions.cs (5)
36[Obsolete(DiagnosticIds.Obsoletions.NonObservableResourceMonitoringApiMessage, 51[Obsolete(DiagnosticIds.Obsoletions.NonObservableResourceMonitoringApiMessage, 66[Obsolete(DiagnosticIds.Obsoletions.NonObservableResourceMonitoringApiMessage, 81[Obsolete(DiagnosticIds.Obsoletions.NonObservableResourceMonitoringApiMessage, 96[Obsolete(DiagnosticIds.Obsoletions.NonObservableResourceMonitoringApiMessage,
ResourceMonitoringServiceCollectionExtensions.cs (1)
50[Obsolete(DiagnosticIds.Obsoletions.NonObservableResourceMonitoringApiMessage,
ResourceUtilization.cs (1)
15[Obsolete(DiagnosticIds.Obsoletions.NonObservableResourceMonitoringApiMessage,
Snapshot.cs (1)
16[Obsolete(DiagnosticIds.Obsoletions.NonObservableResourceMonitoringApiMessage,
SystemResources.cs (1)
14[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.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)
23[Obsolete("This method is retained only for compatibility. The recommended alternative is AddEventLog(this ILoggingBuilder builder).", error: true)] 39[Obsolete("This method is retained only for compatibility. The recommended alternative is AddEventLog(this ILoggingBuilder builder).", error: true)] 48[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.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.Validation.ValidationsGenerator (2)
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.JSInterop.WebAssembly (1)
InternalCalls.cs (1)
17[Obsolete]
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.Tokenizers (6)
SentencepieceModel.cs (6)
598[global::System.ObsoleteAttribute] 609[global::System.ObsoleteAttribute] 616[global::System.ObsoleteAttribute] 631[global::System.ObsoleteAttribute] 642[global::System.ObsoleteAttribute] 649[global::System.ObsoleteAttribute]
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.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.TestUtilities (4)
XUnit\SkippedFactTestCase.cs (1)
14[Obsolete("Called by the de-serializer; should only be called by deriving classes for de-serialization purposes", error: true)]
XUnit\SkippedTestCase.cs (1)
18[Obsolete("Called by the de-serializer; should only be called by deriving classes for de-serialization purposes")]
XUnit\WORKAROUND_SkippedDataRowTestCase.cs (2)
23[Obsolete("Called by the de-serializer; should only be called by deriving classes for de-serialization purposes")] 36[Obsolete("Please call the constructor which takes TestMethodDisplayOptions")]
Microsoft.VisualBasic.Core (14)
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.VisualStudio.IntegrationTest.Setup (3)
AsyncCompletionTracker.cs (1)
24[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
TestExtensionErrorHandler.cs (1)
18[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
TestExtensionManager.cs (1)
20[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Microsoft.VisualStudio.LanguageServices (158)
CallHierarchy\CallHierarchyPresenter.cs (1)
23[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
CallHierarchy\CallHierarchyProvider.cs (1)
39[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ChangeSignature\VisualStudioChangeSignatureOptionsService.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
CodeDefinitionWindow\VisualStudioCodeDefinitionWindowService.cs (1)
26[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
CodeLens\CodeLensCallbackListener.cs (1)
52[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ColorSchemes\ColorSchemeApplier.cs (1)
40[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
DesignerAttribute\VisualStudioDesignerAttributeService.cs (1)
66[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Diagnostics\VisualStudioDiagnosticAnalyzerProvider.Factory.cs (1)
27[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Diagnostics\VisualStudioDiagnosticAnalyzerProvider.WorkspaceEventListener.cs (1)
28[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Diagnostics\VisualStudioDiagnosticAnalyzerService.cs (1)
33[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Diagnostics\VisualStudioVenusSpanMappingService.cs (1)
25[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EditAndContinue\EditAndContinueFeedbackDiagnosticFileProvider.cs (1)
51[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EditorConfigSettings\Analyzers\View\ColumnDefinitions\AnalyzerCategoryColumnDefinition.cs (2)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 33[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EditorConfigSettings\Analyzers\View\ColumnDefinitions\AnalyzerDescriptionColumnDefinition.cs (1)
19[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EditorConfigSettings\Analyzers\View\ColumnDefinitions\AnalyzerEnabledColumnDefinition.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EditorConfigSettings\Analyzers\View\ColumnDefinitions\AnalyzerIdColumnDefinition.cs (1)
19[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EditorConfigSettings\Analyzers\View\ColumnDefinitions\AnalyzerLocationColumnDefinition.cs (1)
19[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EditorConfigSettings\Analyzers\View\ColumnDefinitions\AnalyzerSeverityColumnDefinition.cs (1)
24[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EditorConfigSettings\Analyzers\View\ColumnDefinitions\AnalyzerTitleColumnDefinition.cs (1)
19[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EditorConfigSettings\CodeStyle\View\ColumnDefinitions\CodeStyleCategoryColumnDefinition.cs (2)
21[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 32[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EditorConfigSettings\CodeStyle\View\ColumnDefinitions\CodeStyleDescriptionColumnDefinition.cs (1)
19[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EditorConfigSettings\CodeStyle\View\ColumnDefinitions\CodeStyleLocationColumnDefinition.cs (1)
19[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EditorConfigSettings\CodeStyle\View\ColumnDefinitions\CodeStyleSeverityColumnDefinition.cs (1)
23[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EditorConfigSettings\CodeStyle\View\ColumnDefinitions\CodeStyleValueColumnDefinition.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EditorConfigSettings\DataProvider\CodeStyle\CommonCodeStyleSettingsWorkspaceServiceFactory.cs (1)
20[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EditorConfigSettings\DataProvider\Whitespace\CommonWhitespaceSettingsWorkspaceServiceFactory.cs (1)
20[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EditorConfigSettings\NamingStyle\View\ColumnDefinitions\NamingStylesLocationColumnDefinition.cs (1)
25[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EditorConfigSettings\NamingStyle\View\ColumnDefinitions\NamingStylesSeverityColumnDefinition.cs (1)
25[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EditorConfigSettings\NamingStyle\View\ColumnDefinitions\NamingStylesStyleColumnDefinition.cs (1)
24[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EditorConfigSettings\NamingStyle\View\ColumnDefinitions\NamingStylesTypeColumnDefinition.cs (1)
24[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EditorConfigSettings\Whitespace\View\ColumnDefnitions\WhitespaceCategoryColumnDefinition.cs (2)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 33[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EditorConfigSettings\Whitespace\View\ColumnDefnitions\WhitespaceDescriptionColumnDefinition.cs (1)
19[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EditorConfigSettings\Whitespace\View\ColumnDefnitions\WhitespaceLocationColumnDefinition.cs (1)
19[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EditorConfigSettings\Whitespace\View\ColumnDefnitions\WhitespaceValueColumnDefinition.cs (1)
27[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EditorConfigSettings\Whitespace\ViewModel\IndentationSizeViewModel.cs (1)
24[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EditorConfigSettings\Whitespace\ViewModel\NewLineViewModel.cs (1)
24[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EditorConfigSettings\Whitespace\ViewModel\OperatorPlacementWhenWrappingViewModel.cs (1)
23[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EditorConfigSettings\Whitespace\ViewModel\TabSizeViewModelFactory.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ErrorReporting\VisualStudioErrorReportingService.cs (1)
28[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExternalAccess\LegacyCodeAnalysis\LegacyCodeAnalysisVisualStudioDiagnosticAnalyzerServiceAccessor.cs (1)
17[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExternalAccess\LegacyCodeAnalysis\LegacyCodeAnalysisVisualStudioDiagnosticListSuppressionStateServiceAccessor.cs (1)
21[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExternalAccess\LegacyCodeAnalysis\LegacyCodeAnalysisVisualStudioSuppressionFixServiceAccessor.cs (1)
26[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExternalAccess\Pythia\PythiaGlobalOptions.cs (1)
18[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExternalAccess\UnitTesting\VisualStudioGlobalOperationNotificationService.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExternalAccess\VSTypeScript\Api\IVsTypeScriptVisualStudioProjectFactory.cs (1)
14[Obsolete("Use CreateAndAddToWorkspaceAsync instead")]
ExternalAccess\VSTypeScript\Api\VSTypeScriptContainedLanguageWrapper.cs (2)
18[Obsolete("Use the constructor that omits the IVsHierarchy and uint parameters instead.", error: true)] 29[Obsolete("Use the constructor that omits the IVsHierarchy and uint parameters instead.", error: true)]
ExtractClass\VisualStudioExtractClassOptionsService.cs (1)
31[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExtractInterface\VisualStudioExtractInterfaceOptionsService.cs (1)
27[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
FindReferences\ContainingMemberColumnDefinition.cs (1)
25[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
FindReferences\ContainingTypeColumnDefinition.cs (1)
25[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
FindReferences\Filters\EntireSolutionAndExternalFilterFactory.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
FindReferences\Filters\EntireSolutionWithoutMetadataFilterFactory.cs (1)
23[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
FindReferences\Filters\ExternalSourcesFilterFactory.cs (1)
21[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
FindReferences\FindReferencesTableControlEventProcessorProvider.cs (1)
35[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
FindReferences\StreamingFindUsagesPresenter.cs (1)
64[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
FindReferences\VisualStudioDefinitionsAndReferencesFactory.cs (1)
26[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
FindUsages\RichNavFilterScopes.cs (3)
35[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 103[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 131[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
GenerateType\VisualStudioGenerateTypeOptionsServiceFactory.cs (1)
23[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
HACK_ThemeColorFixer.cs (1)
39[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Implementation\ContainedLanguageRefactorNotifyService.cs (1)
30[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Implementation\VisualStudioSupportsFeatureService.cs (2)
30[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 85[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Implementation\VisualStudioUIContextActivationService.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Implementation\VisualStudioWorkspaceContextService.cs (1)
25[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Implementation\VsRefactorNotifyService.cs (1)
29[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
InheritanceMargin\InheritanceGlyphFactoryProvider.cs (1)
39[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
InheritanceMargin\InheritanceMarginTaggerProvider.cs (1)
36[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
InheritanceMargin\InheritanceMarginViewMarginProvider.cs (1)
44[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
InlineRename\DashboardColorUpdater.cs (1)
18[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
InlineRename\InlineRenameUndoManager.cs (1)
31[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
KeybindingReset\KeybindingResetDetector.cs (1)
89[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
LanguageClient\VisualStudioLogHubLoggerFactory.cs (1)
33[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
LanguageClient\VisualStudioLspWorkspaceRegistrationService.cs (1)
15[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
LanguageServer\Handler\Diagnostics\VisualStudioDiagnosticProjectInformationService.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Log\VisualStudioErrorLogger.cs (1)
19[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
MoveStaticMembers\VisualStudioMoveStaticMembersOptionsService.cs (1)
29[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
MoveToNamespace\VisualStudioMoveToNamespaceOptionsService.cs (1)
25[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
NavigateTo\RoslynSearchItemsSourceProvider.cs (1)
44[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
NavigateTo\VisualStudioNavigateToItemProviderFactory.cs (1)
27[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
NavigateTo\VisualStudioNavigateToPreviewServiceFactory.cs (1)
20[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Notification\VSNotificationServiceFactory.cs (1)
27[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Options\NamingPreferencesReadFallback.cs (1)
18[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Options\VisualStudioOptionPersisterProvider.cs (1)
35[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Options\VisualStudioOptionStorage.cs (1)
39[Obsolete]
Packaging\PackageInstallerServiceFactory.cs (1)
96[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
PdbSourceDocument\PdbSourceDocumentOutputWindowLogger.cs (1)
35[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
PdbSourceDocument\SourceLinkService.cs (1)
24[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
PickMembers\VisualStudioPickMembersService.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Preview\PreviewService.cs (1)
19[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Preview\Tagging\PreviewTaggerProvider.cs (1)
25[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
PreviewPane\PreviewPaneService.cs (1)
32[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Progression\GraphNodeCreation.cs (3)
13[Obsolete("This class is not implemented and should not be used.", error: true)] 16[Obsolete("This method is not implemented and always returns an empty GraphNodeId.", error: true)] 20[Obsolete("This method is not implemented and always returns an empty GraphNode.", error: true)]
ProjectSystem\BrokeredService\WorkspaceProject.cs (1)
31[Obsolete($"Call the {nameof(AddAdditionalFilesAsync)} overload that takes {nameof(SourceFileInfo)}.")]
ProjectSystem\CPS\IWorkspaceProjectContext.cs (1)
58[Obsolete($"Call the {nameof(AddAdditionalFile)} method that takes folder names.")]
ProjectSystem\FileChangeWatcherProvider.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ProjectSystem\Legacy\SolutionEventsBatchScopeCreator.cs (1)
27[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ProjectSystem\MetadataReferences\VisualStudioFrameworkAssemblyPathResolverFactory.cs (1)
28[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ProjectSystem\MetadataReferences\VisualStudioMetadataReferenceManager.cs (1)
74[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ProjectSystem\MetadataReferences\VisualStudioMetadataReferenceProviderServiceFactory.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ProjectSystem\MiscellaneousFilesWorkspace.cs (1)
54[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ProjectSystem\OpenTextBufferProvider.cs (1)
53[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ProjectSystem\RuleSets\RuleSetEventHandler.cs (1)
31[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ProjectSystem\RuleSets\VisualStudioRuleSetManagerFactory.cs (1)
23[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ProjectSystem\VisualStudioProjectFactory.cs (1)
43[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ProjectSystem\VisualStudioProjectManagementService.cs (1)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ProjectSystem\VisualStudioWorkspace.cs (1)
63[Obsolete("Use TryGoToDefinitionAsync instead", error: false)]
ProjectSystem\VisualStudioWorkspaceImpl.SolutionAnalyzerSetterService.cs (1)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
PullMemberUp\VisualStudioPullMemberUpService.cs (1)
33[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Remote\DefaultRemoteHostClientProvider.cs (1)
14[method: Obsolete(MefConstruction.FactoryMethodMessage, error: true)]
Remote\VisualStudioRemoteHostClientProvider.cs (2)
47[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 66[Obsolete(MefConstruction.FactoryMethodMessage, error: true)]
Remote\VisualStudioWorkspaceServiceHubConnector.cs (1)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Shared\VisualStudioImageIdService.cs (1)
40[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Snippets\SnippetExpansionClientFactory.cs (1)
27[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SymbolSearch\VisualStudioSymbolSearchService.cs (1)
40[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SyncNamespaces\SyncNamespacesCommandHandler.cs (1)
37[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
TableDataSource\Suppression\VisualStudioDiagnosticListSuppressionStateService.cs (1)
50[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
TableDataSource\Suppression\VisualStudioSuppressionFixService.cs (1)
41[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
TaskList\ExternalErrorDiagnosticUpdateSource.cs (1)
64[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Telemetry\VisualStudioWorkspaceTelemetryService.cs (1)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
UnusedReferences\Dialog\RemoveUnusedReferencesDialogProvider.cs (1)
17[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
UnusedReferences\Dialog\UnusedReferencesTableProvider.ColumnDefinitions.cs (5)
114[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 151[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 195[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 246[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 287[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
UnusedReferences\Dialog\UnusedReferencesTableProvider.cs (1)
25[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
UnusedReferences\RemoveUnusedReferencesCommandHandler.cs (1)
46[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
UnusedReferences\UnusedReferenceAnalysisService.cs (1)
21[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
UnusedReferences\VisualStudioReferenceCleanupService.cs (1)
26[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Utilities\VisualStudioNavigateToLinkService.cs (1)
21[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ValueTracking\ValueTrackingCommandHandler.cs (1)
50[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Venus\VenusCommandFilter`2.cs (2)
15[Obsolete("This is a compatibility shim for LiveShare and TypeScript; please do not use it.")] 20[Obsolete("This is a compatibility shim for TypeScript; please do not use it.")]
VSWpfThemeService.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspace\GlobalUndoServiceFactory.cs (1)
28[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspace\SourceGeneratedFileManager.cs (1)
76[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspace\VisualStudioActiveDocumentTracker.cs (1)
48[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspace\VisualStudioAddMetadataReferenceCodeActionOperationFactoryWorkspaceService.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspace\VisualStudioDocumentNavigationService.cs (1)
36[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspace\VisualStudioDocumentTrackingServiceFactory.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspace\VisualStudioFormattingRuleFactoryServiceFactory.cs (1)
23[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspace\VisualStudioIHostWorkspaceProvider.cs (1)
20[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspace\VisualStudioRemoteHostClientShutdownCancellationService.cs (1)
18[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspace\VisualStudioSourceGeneratorTelemetryCollectorWorkspaceServiceFactory.cs (1)
47[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspace\VisualStudioSymbolNavigationService.cs (1)
31[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspace\VisualStudioSymbolRenamedCodeActionOperationFactoryWorkspaceService.cs (1)
26[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspace\VisualStudioTextUndoHistoryWorkspaceServiceFactory.cs (1)
28[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspace\VisualStudioWorkspaceStatusServiceFactory.cs (2)
26[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 35[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Microsoft.VisualStudio.LanguageServices.CodeLens (1)
ReferenceCodeLensProvider.cs (1)
53[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Microsoft.VisualStudio.LanguageServices.CSharp (39)
ChangeSignature\CSharpChangeSignatureViewModelFactoryService.cs (1)
24[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
CodeModel\CSharpCodeModelNavigationPointServiceFactory.cs (1)
21[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
CodeModel\CSharpCodeModelServiceFactory.cs (1)
26[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EditorConfigSettings\BinaryOperatorSpacingOptionsViewModelFactory.cs (1)
19[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EditorConfigSettings\DataProvider\CodeStyle\CSharpCodeStyleSettingsLanguageServiceFactory.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EditorConfigSettings\DataProvider\Whitespace\CSharpWhitespaceSettingsLanguageServiceFactory.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EditorConfigSettings\LabelPositionOptionsViewModel.cs (1)
21[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Interactive\CSharpInteractiveCommandHandler.cs (1)
27[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Interactive\CSharpInteractiveWindowCommandCompletionProvider.cs (1)
31[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Interactive\CSharpVsInteractiveWindowCommandProvider.cs (1)
28[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Interactive\CSharpVsInteractiveWindowProvider.cs (1)
33[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
LanguageService\CSharpCodeCleanupFixer.cs (1)
20[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
LanguageService\CSharpCodeCleanupFixerProvider.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
LanguageService\CSharpCreateServicesOnTextViewConnection.cs (1)
30[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
LanguageService\CSharpHelpContextService.cs (1)
30[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
LanguageService\CSharpOptionPageService.cs (1)
25[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ObjectBrowser\CSharpLibraryService.cs (1)
31[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ObjectBrowser\CSharpSyncClassViewCommandHandler.cs (1)
24[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Options\AutomationObject\AutomationObject.ObsoleteAndUnused.cs (4)
31[Obsolete("ClosedFileDiagnostics has been deprecated")] 38[Obsolete("CSharpClosedFileDiagnostics has been deprecated")] 45[Obsolete("Use SnippetsBehavior instead")] 67[Obsolete("Use Style_UseImplicitTypeWherePossible, Style_UseImplicitTypeWhereApparent or Style_UseImplicitTypeForIntrinsicTypes", error: true)]
Options\CSharpVisualStudioCopilotOptionsService.cs (1)
67[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Options\CSharpVisualStudioOptionStorageReadFallbacks.cs (2)
28[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 54[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ProjectSystemShim\CSharpEntryPointFinderService.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ProjectSystemShim\CSharpProjectExistsUIContextProviderLanguageService.cs (1)
18[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ProjectSystemShim\Interop\ICSharpVenusProjectSite.cs (1)
24[Obsolete]
SemanticSearch\SemanticSearchDocumentNavigationService.cs (1)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SemanticSearch\SemanticSearchPresenterController.cs (1)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SemanticSearch\SemanticSearchToolWindowController.cs (1)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SemanticSearch\SemanticSearchToolWindowImpl.cs (1)
47[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Snippets\CSharpSnippetExpansionLanguageHelper.cs (1)
36[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Snippets\CSharpSnippetInfoService.cs (1)
28[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Snippets\SnippetCommandHandler.cs (1)
38[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Utilities\CSharpCompilationOptionsChangingService.cs (1)
19[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Utilities\CSharpParseOptionsChangingService.cs (1)
19[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Venus\CSharpAdditionalFormattingRuleLanguageService.cs (1)
21[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Venus\CSharpVenusBraceMatchingService.cs (1)
20[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Microsoft.VisualStudio.LanguageServices.DevKit (4)
EditAndContinue\ManagedHotReloadLanguageServiceBridge.cs (1)
20[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Logging\VSCodeTelemetryLogger.cs (1)
33[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SourceLink\VSCodePdbSourceDocumentLogger.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SourceLink\VSCodeSourceLinkService.cs (1)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Microsoft.VisualStudio.LanguageServices.LiveShare (21)
Client\CloudEnvironmentSupportsFeatureService.cs (1)
20[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Client\ExternalAccess\VSTypeScript\VSTypeScriptRemoteLanguageServiceWorkspaceAccessor.cs (1)
20[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Client\Projects\RemoteProjectInfoProvider.cs (1)
26[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Client\Projects\RoslynRemoteProjectInfoProvider.cs (1)
32[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Client\Razor\CSharpLspContainedLanguageProvider.cs (1)
26[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Client\Razor\CSharpLspRazorProjectFactory.cs (1)
38[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Client\RemoteLanguageServiceWorkspace.cs (1)
78[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Client\RemoteLanguageServiceWorkspaceHost.cs (1)
52[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Client\RoslynLSPClientService.cs (3)
114[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 137[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 160[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
LiveShareInitializeHandler.cs (4)
33[Obsolete("Used for backwards compatibility with old liveshare clients.")] 37[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 47[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 57[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
LSPSDKInitializeHandler.cs (1)
26[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ProjectsHandler.Exports.cs (5)
16[Obsolete("Used for backwards compatibility with old liveshare clients.")] 20[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 30[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 40[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 50[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Microsoft.VisualStudio.LanguageServices.Xaml (31)
CodeFixes\RemoveUnnecessaryUsings\XamlRemoveUnnecessaryUsingsCodeFixProvider.cs (1)
27[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Features\InlineRename\XamlEditorInlineRenameService.cs (1)
27[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Features\OrganizeImports\XamlOrganizeImportsService.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Features\OrganizeImports\XamlRemoveUnnecessaryImportsService.cs (1)
21[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Features\Peek\IXamlPeekableItemFactory.cs (1)
29[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Features\XamlContentTypeLanguageService.cs (1)
20[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Implementation\LanguageClient\XamlInProcLanguageClient.cs (1)
32[Obsolete(MefConstruction.ImportingConstructorMessage, true)]
Implementation\LanguageClient\XamlInProcLanguageClientDisableUX.cs (1)
34[Obsolete(MefConstruction.ImportingConstructorMessage, true)]
Implementation\LanguageServer\Handler\CodeActions\CodeActionsHandlerProvider.cs (2)
17[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Implementation\LanguageServer\Handler\Commands\CreateEventCommandHandler.cs (1)
30[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Implementation\LanguageServer\Handler\Completion\CompletionHandler.cs (1)
44[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Implementation\LanguageServer\Handler\Completion\CompletionResolveHandler.cs (1)
38[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Implementation\LanguageServer\Handler\Definitions\GoToDefinitionHandler.cs (1)
38[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Implementation\LanguageServer\Handler\Diagnostics\DocumentPullDiagnosticHandler.cs (1)
23[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Implementation\LanguageServer\Handler\Diagnostics\WorkspacePullDiagnosticHandler.cs (1)
25[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Implementation\LanguageServer\Handler\FoldingRanges\FoldingRangesHandler.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Implementation\LanguageServer\Handler\Formatting\FormatDocumentHandler.cs (1)
20[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Implementation\LanguageServer\Handler\Formatting\FormatDocumentOnTypeHandler.cs (1)
24[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Implementation\LanguageServer\Handler\Formatting\FormatDocumentRangeHandler.cs (1)
20[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Implementation\LanguageServer\Handler\Hover\HoverHandler.cs (1)
32[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Implementation\LanguageServer\Handler\OnAutoInsert\OnAutoInsertHandler.cs (1)
23[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Implementation\LanguageServer\Handler\OnTypeRename\OnTypeRenameHandler.cs (1)
55[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Implementation\LanguageServer\XamlLifeCycleManager.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Implementation\LanguageServer\XamlLspServiceProvider.cs (1)
18[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Implementation\LanguageServer\XamlLspWorkspaceManagerFactory.cs (1)
17[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Implementation\LanguageServer\XamlRequestExecutionQueueProvider.cs (1)
21[Obsolete(MefConstruction.ImportingConstructorMessage, true)]
Implementation\LanguageServer\XamlRequestTelemetryLoggerFactory.cs (1)
18[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Implementation\XamlEditAndContinueSolutionProvider.cs (1)
23[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Implementation\XamlProjectService.cs (1)
45[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Implementation\XamlTextViewCreationListener.cs (1)
33[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Microsoft.Win32.SystemEvents (2)
artifacts\obj\Microsoft.Win32.SystemEvents\Debug\net10.0\Microsoft.Win32.SystemEvents.notsupported.cs (2)
62[System.ObsoleteAttribute("SystemEvents.EventsThreadShutdown callbacks are not run before the process exits. Use AppDomain.ProcessExit instead.", DiagnosticId = "SYSLIB0059", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")] 67[System.ObsoleteAttribute("The LowMemory event has been deprecated and is not supported.")]
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)
1470[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.Compilers.Extension (1)
SetGlobalGlobalPropertiesForCPS.cs (1)
22[Obsolete("This exported object must be obtained through the MEF export provider.", error: true)]
Roslyn.Diagnostics.Analyzers (17)
AbstractDoNotCopyValue.cs (1)
1347[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\Compilers\Core\Portable\Hashing\NonCryptographicHashAlgorithm.cs (1)
343[Obsolete("Use GetCurrentHash() to retrieve the computed hash code.", true)]
src\Dependencies\PooledObjects\PooledStringBuilder.cs (1)
55[System.Obsolete("Consider calling ToStringAndFree instead.")]
src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\CodeAnalysisMetricData.cs (2)
185[Obsolete("Use ComputeAsync(CodeMetricsAnalysisContext) instead.")] 225[Obsolete("Use ComputeAsync(ISymbol, CodeMetricsAnalysisContext) instead.")]
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\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\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SpecializedTasks.cs (1)
22[Obsolete("Use Task.CompletedTask instead which is available in the framework.")]
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 (30)
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\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\CodeGeneration\CSharpCodeGenerationServiceFactory.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\CodeRefactorings\CSharpRefactoringHelpersService.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Editing\CSharpImportAdder.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\EmbeddedLanguages\VirtualChars\CSharpVirtualCharLanguageServiceFactory.cs (1)
17[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\CSharpSyntaxContextService.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpAddImportsService.cs (1)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpBlockFactsService.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpFileBannerFactsService.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpGeneratedCodeRecognitionService.cs (1)
16[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpHeaderFactsService.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpMoveDeclarationNearReferenceService.cs (1)
27[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpRemoveUnnecessaryImportsService.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpReplaceDiscardDeclarationsWithAssignmentsService.cs (1)
31[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpSemanticFactsServiceFactory.cs (1)
17[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpSymbolDeclarationService.cs (1)
17[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpSyntaxFactsServiceFactory.cs (1)
17[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpSyntaxKindsServiceFactory.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\InitializeParameter\CSharpInitializeParameterService.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\SemanticModelReuse\CSharpSemanticModelReuseLanguageService.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Roslyn.VisualStudio.DiagnosticsWindow (3)
VenusMargin\ProjectionSpanTagDefinition.cs (1)
21[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
VenusMargin\ProjectionSpanTagger.cs (1)
27[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
VenusMargin\VenusMarginFactory.cs (1)
28[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Roslyn.VisualStudio.Next.UnitTests (3)
Services\ServiceHubServicesTests.cs (1)
697[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Services\ServiceHubServicesTests_ExtensionMessageHandler.cs (2)
761[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 773[method: 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)
2590[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 (2)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (2)
263[System.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}")] 400[System.ObsoleteAttribute("Add(String parameterName, Object value) has been deprecated. Use AddWithValue(String parameterName, Object value) instead.")]
System.Diagnostics.EventLog (9)
artifacts\obj\System.Diagnostics.EventLog\Debug\net10.0\System.Diagnostics.EventLog.notsupported.cs (9)
67[System.ObsoleteAttribute("EventLog.CreateEventSource has been deprecated. Use System.Diagnostics.EventLog.CreateEventSource(EventSourceCreationData sourceData) instead.")] 108[System.ObsoleteAttribute("EventLogEntry.EventID has been deprecated. Use System.Diagnostics.EventLogEntry.InstanceId instead.")] 231[System.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}")] 239[System.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}")] 260[System.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}")] 290[System.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}")] 307[System.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}")] 343[System.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}")] 541[System.ObsoleteAttribute("StandardEventKeywords.CorrelationHint has an incorrect value and has been deprecated. Use CorrelationHint2 instead.")]
System.Diagnostics.PerformanceCounter (8)
artifacts\obj\System.Diagnostics.PerformanceCounter\Debug\net10.0\System.Diagnostics.PerformanceCounter.notsupported.cs (8)
75[System.ObsoleteAttribute("This constructor has been deprecated. Use System.Diagnostics.InstanceDataCollectionCollection.get_Item to get an instance of this collection instead.")] 86[System.ObsoleteAttribute("This constructor has been deprecated. Use System.Diagnostics.PerformanceCounterCategory.ReadCategory() to get an instance of this collection instead.")] 96[System.ObsoleteAttribute("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.")] 137[System.ObsoleteAttribute("This overload of PerformanceCounterCategory.Create has been deprecated. Use System.Diagnostics.PerformanceCounterCategory.Create(string categoryName, string categoryHelp, PerformanceCounterCategoryType categoryType, CounterCreationDataCollection counterData) instead.")] 141[System.ObsoleteAttribute("This overload of PerformanceCounterCategory.Create has been deprecated. Use System.Diagnostics.PerformanceCounterCategory.Create(string categoryName, string categoryHelp, PerformanceCounterCategoryType categoryType, string counterName, string counterHelp) instead.")] 169[System.ObsoleteAttribute("PerformanceCounterManager has been deprecated. Use the PerformanceCounters through the System.Diagnostics.PerformanceCounter class instead.")] 171[System.ObsoleteAttribute("PerformanceCounterManager has been deprecated. Use the PerformanceCounters through the System.Diagnostics.PerformanceCounter class instead.")] 173[System.ObsoleteAttribute("PerformanceCounterManager has been deprecated. Use the PerformanceCounters through the System.Diagnostics.PerformanceCounter class instead.")]
System.Diagnostics.Process (9)
artifacts\obj\System.Diagnostics.Process\Debug\net10.0\System.Diagnostics.Process.notsupported.cs (9)
49[System.ObsoleteAttribute("Process.NonpagedSystemMemorySize has been deprecated because the type of the property can't represent all valid results. Use System.Diagnostics.Process.NonpagedSystemMemorySize64 instead.")] 52[System.ObsoleteAttribute("Process.PagedMemorySize has been deprecated because the type of the property can't represent all valid results. Use System.Diagnostics.Process.PagedMemorySize64 instead.")] 55[System.ObsoleteAttribute("Process.PagedSystemMemorySize has been deprecated because the type of the property can't represent all valid results. Use System.Diagnostics.Process.PagedSystemMemorySize64 instead.")] 58[System.ObsoleteAttribute("Process.PeakPagedMemorySize has been deprecated because the type of the property can't represent all valid results. Use System.Diagnostics.Process.PeakPagedMemorySize64 instead.")] 61[System.ObsoleteAttribute("Process.PeakVirtualMemorySize has been deprecated because the type of the property can't represent all valid results. Use System.Diagnostics.Process.PeakVirtualMemorySize64 instead.")] 64[System.ObsoleteAttribute("Process.PeakWorkingSet has been deprecated because the type of the property can't represent all valid results. Use System.Diagnostics.Process.PeakWorkingSet64 instead.")] 69[System.ObsoleteAttribute("Process.PrivateMemorySize has been deprecated because the type of the property can't represent all valid results. Use System.Diagnostics.Process.PrivateMemorySize64 instead.")] 101[System.ObsoleteAttribute("Process.VirtualMemorySize has been deprecated because the type of the property can't represent all valid results. Use System.Diagnostics.Process.VirtualMemorySize64 instead.")] 104[System.ObsoleteAttribute("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)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (13)
259[System.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}")] 268[System.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}")] 543[System.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}")] 554[System.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}")] 564[System.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}")] 573[System.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}")] 583[System.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}")] 747[System.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}")] 759[System.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}")] 1315[System.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}")] 1324[System.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}")] 1707[System.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}")] 1716[System.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}")]
System.DirectoryServices.AccountManagement (9)
artifacts\obj\System.DirectoryServices.AccountManagement\Debug\net10.0\System.DirectoryServices.AccountManagement.notsupported.cs (9)
155[System.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}")] 166[System.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}")] 177[System.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}")] 280[System.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}")] 289[System.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}")] 300[System.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}")] 310[System.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}")] 338[System.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}")] 348[System.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}")]
System.DirectoryServices.Protocols (13)
artifacts\obj\System.DirectoryServices.Protocols\Debug\net10.0\System.DirectoryServices.Protocols.notsupported.cs (13)
50[System.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}")] 198[System.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}")] 224[System.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}")] 232[System.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}")] 365[System.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}")] 375[System.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}")] 670[Obsolete("KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.", DiagnosticId = "SYSLIB0058", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")] 674[Obsolete("KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.", DiagnosticId = "SYSLIB0058", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")] 678[Obsolete("KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.", DiagnosticId = "SYSLIB0058", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")] 682[Obsolete("KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.", DiagnosticId = "SYSLIB0058", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")] 686[Obsolete("KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.", DiagnosticId = "SYSLIB0058", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")] 690[Obsolete("KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.", DiagnosticId = "SYSLIB0058", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")] 739[System.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}")]
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.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)
298[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.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)
2378[Obsolete(Obsoletions.QueryableMinByMaxByTSourceObsoleteMessage, DiagnosticId=Obsoletions.QueryableMinByMaxByTSourceObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 2495[Obsolete(Obsoletions.QueryableMinByMaxByTSourceObsoleteMessage, DiagnosticId=Obsoletions.QueryableMinByMaxByTSourceObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Management (6)
artifacts\obj\System.Management\Debug\net10.0\System.Management.notsupported.cs (6)
140[System.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}")] 172[System.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}")] 246[System.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}")] 255[System.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}")] 264[System.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}")] 281[System.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}")]
System.Net.Http (1)
artifacts\obj\System.Net.Http\Debug\net10.0\System.Net.Http.notsupported.cs (1)
295[System.ObsoleteAttribute("HttpRequestMessage.Properties has been deprecated. Use Options instead.")]
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)
96[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 112[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)
artifacts\obj\System.Net.NameResolution\Debug\net10.0\System.Net.NameResolution.notsupported.cs (8)
12[System.ObsoleteAttribute("BeginGetHostByName has been deprecated. Use BeginGetHostEntry instead.")] 16[System.ObsoleteAttribute("BeginResolve has been deprecated. Use BeginGetHostEntry instead.")] 19[System.ObsoleteAttribute("EndGetHostByName has been deprecated. Use EndGetHostEntry instead.")] 22[System.ObsoleteAttribute("EndResolve has been deprecated. Use EndGetHostEntry instead.")] 29[System.ObsoleteAttribute("GetHostByAddress has been deprecated. Use GetHostEntry instead.")] 31[System.ObsoleteAttribute("GetHostByAddress has been deprecated. Use GetHostEntry instead.")] 33[System.ObsoleteAttribute("GetHostByName has been deprecated. Use GetHostEntry instead.")] 43[System.ObsoleteAttribute("Resolve has been deprecated. Use GetHostEntry instead.")]
System.Net.NetworkInformation (3)
artifacts\obj\System.Net.NetworkInformation\Debug\net10.0\System.Net.NetworkInformation.notsupported.cs (3)
400[System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)] 409[System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)] 416[System.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}")]
System.Net.Ping (1)
System\Net\NetworkInformation\PingException.cs (1)
23[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Net.Primitives (12)
artifacts\obj\System.Net.Primitives\Debug\net10.0\System.Net.Primitives.notsupported.cs (12)
94[System.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}")] 97[System.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}")] 242[System.ObsoleteAttribute("IPAddress.Address is address family dependent and has been deprecated. Use IPAddress.Equals to perform comparisons instead.")] 531[System.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}")] 541[Obsolete("KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.", DiagnosticId = "SYSLIB0058", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")] 555[Obsolete("KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.", DiagnosticId = "SYSLIB0058", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")] 563[Obsolete("KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.", DiagnosticId = "SYSLIB0058", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")] 577[System.ObsoleteAttribute("SslProtocols.Ssl2 has been deprecated and is not supported.")] 579[System.ObsoleteAttribute("SslProtocols.Ssl3 has been deprecated and is not supported.")] 581[System.ObsoleteAttribute("TLS versions 1.0 and 1.1 have known vulnerabilities and are not recommended. Use a newer TLS version instead, or use SslProtocols.None to defer to OS defaults.", DiagnosticId = "SYSLIB0039", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")] 583[System.ObsoleteAttribute("SslProtocols.Default has been deprecated and is not supported.")] 585[System.ObsoleteAttribute("TLS versions 1.0 and 1.1 have known vulnerabilities and are not recommended. Use a newer TLS version instead, or use SslProtocols.None to defer to OS defaults.", DiagnosticId = "SYSLIB0039", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")]
System.Net.Requests (33)
artifacts\obj\System.Net.Requests\Debug\net10.0\System.Net.Requests.notsupported.cs (33)
9[System.ObsoleteAttribute("AuthenticationManager is not supported. Methods will no-op or throw PlatformNotSupportedException.", DiagnosticId="SYSLIB0009", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 35[System.ObsoleteAttribute("Serialization has been deprecated for FileWebRequest.")] 54[System.ObsoleteAttribute("Serialization has been deprecated for FileWebRequest.")] 60[System.ObsoleteAttribute("Serialization has been deprecated for FileWebRequest.")] 65[System.ObsoleteAttribute("Serialization has been deprecated for FileWebResponse.")] 74[System.ObsoleteAttribute("Serialization has been deprecated for FileWebResponse.")] 77[System.ObsoleteAttribute("Serialization has been deprecated for FileWebResponse.")] 170[System.ObsoleteAttribute("GlobalProxySelection has been deprecated. Use WebRequest.DefaultWebProxy instead to access and set the global default proxy. Use 'null' instead of GetEmptyWebProxy.")] 181[System.ObsoleteAttribute("WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.", DiagnosticId = "SYSLIB0014", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")] 243[System.ObsoleteAttribute("Serialization has been deprecated for HttpWebRequest.")] 248[System.ObsoleteAttribute("Serialization has been deprecated for HttpWebRequest.")] 253[System.ObsoleteAttribute("This API supports the .NET infrastructure and is not intended to be used directly from your code.", true)] 256[System.ObsoleteAttribute("Serialization has been deprecated for HttpWebResponse.")] 276[System.ObsoleteAttribute("Serialization has been deprecated for HttpWebResponse.")] 280[System.ObsoleteAttribute("Serialization has been deprecated for HttpWebResponse.")] 301[System.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}")] 305[System.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}")] 313[System.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}")] 322[System.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}")] 353[System.ObsoleteAttribute("WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.", DiagnosticId = "SYSLIB0014", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")] 355[System.ObsoleteAttribute("WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.", DiagnosticId = "SYSLIB0014", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")] 378[System.ObsoleteAttribute("WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.", DiagnosticId = "SYSLIB0014", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")] 380[System.ObsoleteAttribute("WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.", DiagnosticId = "SYSLIB0014", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")] 382[System.ObsoleteAttribute("WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.", DiagnosticId = "SYSLIB0014", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")] 384[System.ObsoleteAttribute("WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.", DiagnosticId = "SYSLIB0014", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")] 386[System.ObsoleteAttribute("WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.", DiagnosticId = "SYSLIB0014", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")] 390[System.ObsoleteAttribute("Serialization has been deprecated for WebRequest.")] 398[System.ObsoleteAttribute("Serialization has been deprecated for WebRequest.")] 437[System.ObsoleteAttribute("Serialization has been deprecated for WebResponse.")] 450[System.ObsoleteAttribute("Serialization has been deprecated for WebResponse.")] 453[System.ObsoleteAttribute("Serialization has been deprecated for WebResponse.")] 461[System.ObsoleteAttribute("SecurityProtocolType.Ssl3 has been deprecated and is not supported.")] 489[System.ObsoleteAttribute("WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead. Settings on ServicePointManager no longer affect SslStream or HttpClient.", DiagnosticId = "SYSLIB0014", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")]
System.Net.Security (11)
artifacts\obj\System.Net.Security\Debug\net10.0\System.Net.Security.notsupported.cs (10)
34[System.ObsoleteAttribute("EncryptionPolicy.NoEncryption and AllowEncryption significantly reduce security and should not be used in production code.", DiagnosticId="SYSLIB0040", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 36[System.ObsoleteAttribute("EncryptionPolicy.NoEncryption and AllowEncryption significantly reduce security and should not be used in production code.", DiagnosticId="SYSLIB0040", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 258[System.ObsoleteAttribute("KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.", DiagnosticId="SYSLIB0058", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 260[System.ObsoleteAttribute("KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.", DiagnosticId="SYSLIB0058", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 262[System.ObsoleteAttribute("KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.", DiagnosticId="SYSLIB0058", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 264[System.ObsoleteAttribute("KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.", DiagnosticId="SYSLIB0058", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 271[System.ObsoleteAttribute("KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.", DiagnosticId="SYSLIB0058", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 273[System.ObsoleteAttribute("KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.", DiagnosticId="SYSLIB0058", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 697[System.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}")] 706[System.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}")]
System\Security\Authentication\ExtendedProtection\ExtendedProtectionPolicy.cs (1)
71[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Net.Sockets (5)
artifacts\obj\System.Net.Sockets\Debug\net10.0\System.Net.Sockets.notsupported.cs (5)
295[System.ObsoleteAttribute("SupportsIPv4 has been deprecated. Use OSSupportsIPv4 instead.")] 297[System.ObsoleteAttribute("SupportsIPv6 has been deprecated. Use OSSupportsIPv6 instead.")] 301[System.ObsoleteAttribute("UseOnlyOverlappedIO has been deprecated and is not supported.")] 536[System.ObsoleteAttribute("SocketInformationOptions.UseOnlyOverlappedIO has been deprecated and is not supported.")] 711[System.ObsoleteAttribute("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)
32[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 140[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Net.WebProxy (2)
System\Net\WebProxy.cs (2)
205[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 216[Obsolete("WebProxy.GetDefaultProxy has been deprecated. Use the proxy selected for you by default.")]
System.Net.WebSockets (3)
artifacts\obj\System.Net.WebSockets\Debug\net10.0\System.Net.WebSockets.notsupported.cs (3)
36[System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.")] 42[System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.")] 139[System.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}")]
System.Numerics.Tensors (4)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (2)
346[Obsolete("Equals() on ReadOnlyTensorSpan will always throw an exception. Use the equality operator instead.")] 370[Obsolete("GetHashCode() on ReadOnlyTensorSpan will always throw an exception.")]
System\Numerics\Tensors\netcore\TensorSpan_1.cs (2)
242[Obsolete("Equals() on TensorSpan will always throw an exception. Use the equality operator instead.")] 266[Obsolete("GetHashCode() on TensorSpan will always throw an exception.")]
System.Private.CoreLib (340)
src\libraries\System.Private.CoreLib\src\System\AccessViolationException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
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\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.")] 106[Obsolete(Obsoletions.AppDomainCreateUnloadMessage, DiagnosticId = Obsoletions.AppDomainCreateUnloadDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 128[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 174[Obsolete(Obsoletions.AppDomainCreateUnloadMessage, DiagnosticId = Obsoletions.AppDomainCreateUnloadDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 219[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.")] 224[Obsolete("AppDomain.AppendPrivatePath has been deprecated and is not supported.")] 227[Obsolete("AppDomain.ClearPrivatePath has been deprecated and is not supported.")] 230[Obsolete("AppDomain.ClearShadowCopyPath has been deprecated and is not supported.")] 233[Obsolete("AppDomain.SetCachePath has been deprecated and is not supported.")] 236[Obsolete("AppDomain.SetShadowCopyFiles has been deprecated and is not supported.")] 239[Obsolete("AppDomain.SetShadowCopyPath has been deprecated and is not supported.")]
src\libraries\System.Private.CoreLib\src\System\AppDomainUnloadedException.cs (1)
32[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\ApplicationException.cs (1)
47[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
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\libraries\System.Private.CoreLib\src\System\ArgumentNullException.cs (1)
45[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
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\libraries\System.Private.CoreLib\src\System\ArithmeticException.cs (1)
42[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\ArrayTypeMismatchException.cs (1)
42[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\BadImageFormatException.cs (2)
52[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 61[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\CannotUnloadAppDomainException.cs (1)
32[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Collections\Comparer.cs (1)
37[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
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\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\libraries\System.Private.CoreLib\src\System\Collections\Generic\KeyNotFoundException.cs (1)
32[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\NonRandomizedStringEqualityComparer.cs (1)
36[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
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\libraries\System.Private.CoreLib\src\System\Collections\IHashCodeProvider.cs (1)
12[Obsolete("IHashCodeProvider has been deprecated. Use IEqualityComparer instead.")]
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\libraries\System.Private.CoreLib\src\System\Context.cs (1)
32[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
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\libraries\System.Private.CoreLib\src\System\DataMisalignedException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\DBNull.cs (1)
18[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Delegate.cs (1)
152[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Diagnostics\CodeAnalysis\DynamicDependencyAttribute.cs (1)
133[System.Obsolete("This property is no longer supported.")]
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\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSourceException.cs (1)
36[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\DivideByZeroException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\DllNotFoundException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\DuplicateWaitObjectException.cs (1)
43[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\EntryPointNotFoundException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Enum.cs (2)
1441[Obsolete("The provider argument is not used. Use ToString() instead.")] 1446[Obsolete("The provider argument is not used. Use ToString(String) instead.")]
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\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\libraries\System.Private.CoreLib\src\System\FieldAccessException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\FormatException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
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\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\libraries\System.Private.CoreLib\src\System\HashCode.cs (2)
497[Obsolete("HashCode is a mutable struct and should not be compared with other HashCodes. Use ToHashCode to retrieve the computed hash code.", error: true)] 501[Obsolete("HashCode is a mutable struct and should not be compared with other HashCodes.", error: true)]
src\libraries\System.Private.CoreLib\src\System\IndexOutOfRangeException.cs (1)
34[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\InsufficientExecutionStackException.cs (1)
31[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\InsufficientMemoryException.cs (1)
45[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\InvalidCastException.cs (1)
41[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\InvalidOperationException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\InvalidProgramException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\InvalidTimeZoneException.cs (1)
28[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\IO\DirectoryNotFoundException.cs (1)
38[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\IO\EndOfStreamException.cs (1)
32[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\IO\FileLoadException.cs (2)
72[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 81[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\IO\FileNotFoundException.cs (2)
94[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 103[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
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.")] 225[Obsolete("FileStream.Handle has been deprecated. Use FileStream's SafeFileHandle property instead.")]
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\libraries\System.Private.CoreLib\src\System\IO\InvalidDataException.cs (1)
40[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\IO\IOException.cs (1)
38[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\IO\Path.cs (1)
27[Obsolete("Path.InvalidPathChars has been deprecated. Use GetInvalidPathChars or GetInvalidFileNameChars instead.")]
src\libraries\System.Private.CoreLib\src\System\IO\PathTooLongException.cs (1)
32[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\IO\Stream.cs (2)
196[Obsolete("CreateWaitHandle has been deprecated. Use the ManualResetEvent(false) constructor instead.")] 934[Obsolete("Do not call or override this method.")]
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\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\libraries\System.Private.CoreLib\src\System\MemberAccessException.cs (1)
47[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\MethodAccessException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\MissingFieldException.cs (1)
39[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
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\libraries\System.Private.CoreLib\src\System\MissingMethodException.cs (1)
42[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\MulticastNotSupportedException.cs (1)
36[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
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\libraries\System.Private.CoreLib\src\System\NotImplementedException.cs (1)
33[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\NotSupportedException.cs (1)
36[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\NullReferenceException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
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\libraries\System.Private.CoreLib\src\System\OperatingSystem.cs (1)
69[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\OperationCanceledException.cs (1)
64[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\OutOfMemoryException.cs (1)
41[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\OverflowException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\PlatformNotSupportedException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\RankException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\ReadOnlySpan.cs (2)
186[Obsolete("Equals() on ReadOnlySpan will always throw an exception. Use the equality operator instead.")] 197[Obsolete("GetHashCode() on ReadOnlySpan will always throw an exception.")]
src\libraries\System.Private.CoreLib\src\System\Reflection\AmbiguousMatchException.cs (1)
31[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
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\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\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\libraries\System.Private.CoreLib\src\System\Reflection\CustomAttributeFormatException.cs (1)
30[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
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\libraries\System.Private.CoreLib\src\System\Reflection\Emit\FlowControl.cs (1)
17[Obsolete("FlowControl.Phi has been deprecated and is not supported.")]
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\OpCodeType.cs (1)
11[Obsolete("OpCodeType.Annotation has been deprecated and is not supported.")]
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\OperandType.cs (1)
17[Obsolete("OperandType.InlinePhi has been deprecated and is not supported.")]
src\libraries\System.Private.CoreLib\src\System\Reflection\FieldAttributes.cs (1)
25[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Reflection\FieldInfo.cs (1)
21[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Reflection\InvalidFilterCriteriaException.cs (1)
30[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Reflection\Module.cs (1)
141[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Reflection\ParameterInfo.cs (1)
58[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
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\libraries\System.Private.CoreLib\src\System\Reflection\SignatureType.cs (1)
198[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
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\libraries\System.Private.CoreLib\src\System\Reflection\TargetException.cs (1)
30[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Reflection\TargetInvocationException.cs (1)
25[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Reflection\TargetParameterCountException.cs (1)
31[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Reflection\TypeAttributes.cs (1)
40[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Resources\MissingManifestResourceException.cs (1)
33[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Resources\MissingSatelliteAssemblyException.cs (1)
44[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Runtime\AmbiguousImplementationException.cs (1)
31[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\DisablePrivateReflectionAttribute.cs (1)
6[Obsolete(Obsoletions.DisablePrivateReflectionAttributeMessage, DiagnosticId = Obsoletions.DisablePrivateReflectionAttributeDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\RuntimeHelpers.cs (5)
70[Obsolete(Obsoletions.ConstrainedExecutionRegionMessage, DiagnosticId = Obsoletions.ConstrainedExecutionRegionDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 89[Obsolete(Obsoletions.ConstrainedExecutionRegionMessage, DiagnosticId = Obsoletions.ConstrainedExecutionRegionDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 94[Obsolete(Obsoletions.ConstrainedExecutionRegionMessage, DiagnosticId = Obsoletions.ConstrainedExecutionRegionDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 99[Obsolete(Obsoletions.ConstrainedExecutionRegionMessage, DiagnosticId = Obsoletions.ConstrainedExecutionRegionDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 104[Obsolete(Obsoletions.ConstrainedExecutionRegionMessage, DiagnosticId = Obsoletions.ConstrainedExecutionRegionDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
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\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\SuppressIldasmAttribute.cs (1)
6[Obsolete(Obsoletions.SuppressIldasmAttributeMessage, DiagnosticId = Obsoletions.SuppressIldasmAttributeDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
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\libraries\System.Private.CoreLib\src\System\Runtime\ConstrainedExecution\Cer.cs (1)
6[Obsolete(Obsoletions.ConstrainedExecutionRegionMessage, DiagnosticId = Obsoletions.ConstrainedExecutionRegionDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Runtime\ConstrainedExecution\Consistency.cs (1)
6[Obsolete(Obsoletions.ConstrainedExecutionRegionMessage, DiagnosticId = Obsoletions.ConstrainedExecutionRegionDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Runtime\ConstrainedExecution\PrePrepareMethodAttribute.cs (1)
6[Obsolete(Obsoletions.ConstrainedExecutionRegionMessage, DiagnosticId = Obsoletions.ConstrainedExecutionRegionDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Runtime\ConstrainedExecution\ReliabilityContractAttribute.cs (1)
9[Obsolete(Obsoletions.ConstrainedExecutionRegionMessage, DiagnosticId = Obsoletions.ConstrainedExecutionRegionDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Runtime\ExceptionServices\HandleProcessCorruptedStateExceptionsAttribute.cs (1)
9[Obsolete(Obsoletions.CorruptedStateRecoveryMessage, DiagnosticId = Obsoletions.CorruptedStateRecoveryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\AllowReversePInvokeCallsAttribute.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\COMException.cs (1)
44[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\CurrencyWrapper.cs (1)
10[Obsolete("CurrencyWrapper and support for marshalling to the VARIANT type may be unavailable in future releases.")]
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ExternalException.cs (1)
41[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\InvalidComObjectException.cs (1)
37[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\InvalidOleVariantTypeException.cs (1)
36[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
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.")] 484[Obsolete("WriteIntPtr(Object, Int32, IntPtr) may be unavailable in future releases.")]
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\MarshalDirectiveException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\SafeArrayRankMismatchException.cs (1)
36[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\SafeArrayTypeMismatchException.cs (1)
36[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\SEHException.cs (1)
34[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\UnmanagedType.cs (5)
22[Obsolete("Marshalling as Currency may be unavailable in future releases.")] 41[Obsolete("Marshalling as VBByRefString may be unavailable in future releases.")] 44[Obsolete("Marshalling as AnsiBStr may be unavailable in future releases.")] 47[Obsolete("Marshalling as TBstr may be unavailable in future releases.")] 53[Obsolete("Marshalling arbitrary types may be unavailable in future releases. Specify the type you wish to marshal as.")]
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\libraries\System.Private.CoreLib\src\System\Runtime\Serialization\IFormatterConverter.cs (1)
7[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Runtime\Serialization\IObjectReference.cs (1)
6[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Runtime\Serialization\ISafeSerializationData.cs (1)
9[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Runtime\Serialization\ISerializable.cs (1)
8[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Runtime\Serialization\SafeSerializationEventArgs.cs (1)
7[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Runtime\Serialization\SerializationException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
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\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\libraries\System.Private.CoreLib\src\System\Security\CryptographicException.cs (1)
41[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Security\IPermission.cs (1)
6[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Security\IStackWalk.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Security\Permissions\CodeAccessSecurityAttribute.cs (1)
6[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Security\Permissions\PermissionState.cs (1)
7[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Security\Permissions\SecurityAction.cs (1)
6[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Security\Permissions\SecurityAttribute.cs (1)
6[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Security\Permissions\SecurityPermissionAttribute.cs (1)
6[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Security\Permissions\SecurityPermissionFlag.cs (1)
6[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
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\libraries\System.Private.CoreLib\src\System\Security\SecurityCriticalAttribute.cs (1)
28[Obsolete("SecurityCriticalScope is only used for .NET 2.0 transparency compatibility.")]
src\libraries\System.Private.CoreLib\src\System\Security\SecurityCriticalScope.cs (1)
6[Obsolete("SecurityCriticalScope is only used for .NET 2.0 transparency compatibility.")]
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\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\libraries\System.Private.CoreLib\src\System\Security\VerificationException.cs (1)
32[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Span.cs (2)
191[Obsolete("Equals() on Span will always throw an exception. Use the equality operator instead.")] 202[Obsolete("GetHashCode() on Span will always throw an exception.")]
src\libraries\System.Private.CoreLib\src\System\StackOverflowException.cs (1)
34[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\String.cs (1)
396[Obsolete("This API should not be used to create mutable strings. See https://go.microsoft.com/fwlink/?linkid=2084035 for alternatives.")]
src\libraries\System.Private.CoreLib\src\System\SystemException.cs (1)
32[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Text\DecoderExceptionFallback.cs (1)
104[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Text\EncoderExceptionFallback.cs (1)
124[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Text\Encoding.cs (1)
1032[Obsolete(Obsoletions.SystemTextEncodingUTF7Message, DiagnosticId = Obsoletions.SystemTextEncodingUTF7DiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
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\libraries\System.Private.CoreLib\src\System\Threading\AbandonedMutexException.cs (1)
56[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Threading\CompressedStack.cs (1)
15[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Threading\ExecutionContext.cs (1)
45[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Threading\LockRecursionException.cs (1)
28[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Threading\Overlapped.cs (4)
31[Obsolete("This constructor is not 64-bit compatible and has been deprecated. Use the constructor that accepts an IntPtr for the event handle instead.")] 55[Obsolete("Overlapped.EventHandle is not 64-bit compatible and has been deprecated. Use EventHandleIntPtr instead.")] 68[Obsolete("This overload is not safe and has been deprecated. Use Pack(IOCompletionCallback?, object?) instead.")] 93[Obsolete("This overload is not safe and has been deprecated. Use UnsafePack(IOCompletionCallback?, object?) instead.")]
src\libraries\System.Private.CoreLib\src\System\Threading\SemaphoreFullException.cs (1)
26[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Threading\SynchronizationLockException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskCanceledException.cs (1)
84[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskSchedulerException.cs (1)
72[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (34)
472[Obsolete(Obsoletions.ThreadAbortMessage, DiagnosticId = Obsoletions.ThreadAbortDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 478[Obsolete(Obsoletions.ThreadAbortMessage, DiagnosticId = Obsoletions.ThreadAbortDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 484[Obsolete(Obsoletions.ThreadResetAbortMessage, DiagnosticId = Obsoletions.ThreadAbortDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 490[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.")] 496[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.")] 516[Obsolete("The ApartmentState property has been deprecated. Use GetApartmentState, SetApartmentState or TrySetApartmentState instead.")] 552[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 558[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 572[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 575[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 578[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 581[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 584[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 587[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 590[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)] 601[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 605[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 609[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 613[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 617[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 620[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 623[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 626[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 629[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 632[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)] 645[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 649[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 653[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 657[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadAbortException.cs (1)
23[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadInterruptedException.cs (1)
41[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadPool.Unix.cs (1)
97[Obsolete("ThreadPool.BindHandle(IntPtr) has been deprecated. Use ThreadPool.BindHandle(SafeHandle) instead.")]
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadStartException.cs (1)
25[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadStateException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Threading\WaitHandle.cs (1)
45[Obsolete("WaitHandle.Handle has been deprecated. Use the SafeWaitHandle property instead.")]
src\libraries\System.Private.CoreLib\src\System\Threading\WaitHandleCannotBeOpenedException.cs (1)
29[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\TimeoutException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
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\libraries\System.Private.CoreLib\src\System\TimeZoneNotFoundException.cs (1)
28[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Type.cs (1)
723[Obsolete(Obsoletions.ReflectionOnlyLoadingMessage, DiagnosticId = Obsoletions.ReflectionOnlyLoadingDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\Type.Helpers.cs (1)
13[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\TypeAccessException.cs (1)
34[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
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\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\libraries\System.Private.CoreLib\src\System\TypeUnloadedException.cs (1)
32[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\UnauthorizedAccessException.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\System.Private.CoreLib\src\System\UnitySerializationHolder.cs (1)
13[Obsolete(Obsoletions.LegacyFormatterMessage, DiagnosticId = Obsoletions.LegacyFormatterDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
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\libraries\System.Private.CoreLib\src\System\WeakReference.T.cs (1)
66[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\System\MulticastDelegate.CoreCLR.cs (1)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\System\Reflection\Assembly.CoreCLR.cs (1)
25[Obsolete("Assembly.LoadWithPartialName has been deprecated. Use Assembly.Load() instead.")]
src\System\Reflection\RuntimeAssembly.cs (3)
95[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}")] 312[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 548[Obsolete(Obsoletions.GlobalAssemblyCacheMessage, DiagnosticId = Obsoletions.GlobalAssemblyCacheDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\System\Reflection\RuntimeModule.cs (1)
385[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\System\Runtime\CompilerServices\RuntimeHelpers.CoreCLR.cs (1)
291[Obsolete("OffsetToStringData has been deprecated. Use string.GetPinnableReference() instead.")]
src\System\Runtime\ControlledExecution.CoreCLR.cs (1)
42[Obsolete(Obsoletions.ControlledExecutionRunMessage, DiagnosticId = Obsoletions.ControlledExecutionRunDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\System\Runtime\InteropServices\Marshal.CoreCLR.cs (9)
62[Obsolete("ReadByte(Object, Int32) may be unavailable in future releases.")] 70[Obsolete("ReadInt16(Object, Int32) may be unavailable in future releases.")] 78[Obsolete("ReadInt32(Object, Int32) may be unavailable in future releases.")] 86[Obsolete("ReadInt64(Object, Int32) may be unavailable in future releases.")] 130[Obsolete("WriteByte(Object, Int32, Byte) may be unavailable in future releases.")] 138[Obsolete("WriteInt16(Object, Int32, Int16) may be unavailable in future releases.")] 146[Obsolete("WriteInt32(Object, Int32, Int32) may be unavailable in future releases.")] 154[Obsolete("WriteInt64(Object, Int32, Int64) may be unavailable in future releases.")] 233[Obsolete("GetExceptionCode() may be unavailable in future releases.")]
src\System\RuntimeHandles.cs (3)
876[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 989[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 1690[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Private.Uri (16)
System\Uri.cs (13)
379[Obsolete("This constructor has been deprecated; the dontEscape parameter is always false. Use Uri(string) instead.")] 394[Obsolete("This constructor has been deprecated; the dontEscape parameter is always false. Use Uri(Uri, string) instead.")] 453[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 4983[Obsolete("Uri.MakeRelative has been deprecated. Use MakeRelativeUri(Uri uri) instead.")] 4998[Obsolete("Uri.Canonicalize has been deprecated and is not supported.")] 5008[Obsolete("Uri.Parse has been deprecated and is not supported.")] 5018[Obsolete("Uri.Escape has been deprecated and is not supported.")] 5035[Obsolete("Uri.Unescape has been deprecated. Use GetComponents() or Uri.UnescapeDataString() to unescape a Uri component or a string.")] 5049[Obsolete("Uri.EscapeString has been deprecated. Use GetComponents() or Uri.EscapeDataString to escape a Uri component or a string.")] 5060[Obsolete("Uri.CheckSecurity has been deprecated and is not supported.")] 5076[Obsolete("Uri.IsReservedCharacter has been deprecated and is not supported.")] 5104[Obsolete("Uri.IsExcludedCharacter has been deprecated and is not supported.")] 5147[Obsolete("Uri.IsBadFileSystemCharacter has been deprecated and is not supported.")]
System\UriExt.cs (1)
695[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 (36)
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)
191[Obsolete("XmlSchema.Compile has been deprecated. Use System.Xml.Schema.XmlSchemaSet for schema compilation and validation.")] 199[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\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.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)
49[Obsolete(Obsoletions.CodeBaseMessage, DiagnosticId = Obsoletions.CodeBaseDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 54[Obsolete(Obsoletions.CodeBaseMessage, DiagnosticId = Obsoletions.CodeBaseDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 160[Obsolete("The Global Assembly Cache is not supported.", DiagnosticId = "SYSLIB0005", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")] 199[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 (7)
artifacts\obj\System.Security.AccessControl\Debug\net10.0\System.Security.AccessControl.notsupported.cs (7)
447[System.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}")] 541[System.ObsoleteAttribute("This constructor is obsolete. Use the constructor which accepts arrays of EvidenceBase instead.")] 545[System.ObsoleteAttribute("Evidence should not be treated as an ICollection. Use GetHostEnumerator and GetAssemblyEnumerator to iterate over the evidence to collect a count.")] 551[System.ObsoleteAttribute("Evidence.AddAssembly has been deprecated. Use AddAssemblyEvidence instead.")] 554[System.ObsoleteAttribute("Evidence.AddHost has been deprecated. Use AddHostEvidence instead.")] 559[System.ObsoleteAttribute("Evidence should not be treated as an ICollection. Use the GetHostEnumerator and GetAssemblyEnumerator methods rather than using CopyTo.")] 563[System.ObsoleteAttribute("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 (125)
artifacts\obj\System.Security.Cryptography\Debug\net10.0\System.Security.Cryptography.notsupported.cs (125)
53[System.ObsoleteAttribute("Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead.", DiagnosticId="SYSLIB0045", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 111[System.ObsoleteAttribute("Derived cryptographic types are obsolete. Use the Create method on the base type instead.", DiagnosticId="SYSLIB0021", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 140[System.ObsoleteAttribute("AesGcm should indicate the required tag size for encryption and decryption. Use a constructor that accepts the tag size.", DiagnosticId="SYSLIB0053", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 143[System.ObsoleteAttribute("AesGcm should indicate the required tag size for encryption and decryption. Use a constructor that accepts the tag size.", DiagnosticId="SYSLIB0053", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 157[System.ObsoleteAttribute("Derived cryptographic types are obsolete. Use the Create method on the base type instead.", DiagnosticId="SYSLIB0021", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 228[System.ObsoleteAttribute("The default implementation of this cryptography algorithm is not supported.", DiagnosticId="SYSLIB0007", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 231[System.ObsoleteAttribute("Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead.", DiagnosticId="SYSLIB0045", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 660[System.ObsoleteAttribute("EncodeOID is obsolete. Use the ASN.1 functionality provided in System.Formats.Asn1.", DiagnosticId="SYSLIB0031", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 692[System.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}")] 800[System.ObsoleteAttribute("Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead.", DiagnosticId="SYSLIB0045", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 806[System.ObsoleteAttribute("Derived cryptographic types are obsolete. Use the Create method on the base type instead.", DiagnosticId="SYSLIB0021", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 833[System.ObsoleteAttribute("Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead.", DiagnosticId="SYSLIB0045", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 1113[System.ObsoleteAttribute("Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead.", DiagnosticId="SYSLIB0045", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 1159[System.ObsoleteAttribute("ToXmlString and FromXmlString have no implementation for ECC types, and are obsolete. Use a standard import and export format such as ExportSubjectPublicKeyInfo or ImportSubjectPublicKeyInfo for public keys and ExportPkcs8PrivateKey or ImportPkcs8PrivateKey for private keys.", DiagnosticId="SYSLIB0042", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 1166[System.ObsoleteAttribute("ToXmlString and FromXmlString have no implementation for ECC types, and are obsolete. Use a standard import and export format such as ExportSubjectPublicKeyInfo or ImportSubjectPublicKeyInfo for public keys and ExportPkcs8PrivateKey or ImportPkcs8PrivateKey for private keys.", DiagnosticId="SYSLIB0042", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 1181[System.ObsoleteAttribute("ToXmlString and FromXmlString have no implementation for ECC types, and are obsolete. Use a standard import and export format such as ExportSubjectPublicKeyInfo or ImportSubjectPublicKeyInfo for public keys and ExportPkcs8PrivateKey or ImportPkcs8PrivateKey for private keys.", DiagnosticId="SYSLIB0042", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 1184[System.ObsoleteAttribute("ToXmlString and FromXmlString have no implementation for ECC types, and are obsolete. Use a standard import and export format such as ExportSubjectPublicKeyInfo or ImportSubjectPublicKeyInfo for public keys and ExportPkcs8PrivateKey or ImportPkcs8PrivateKey for private keys.", DiagnosticId="SYSLIB0042", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 1233[System.ObsoleteAttribute("ECDiffieHellmanPublicKey.ToByteArray() and the associated constructor do not have a consistent and interoperable implementation on all platforms. Use ECDiffieHellmanPublicKey.ExportSubjectPublicKeyInfo() instead.", DiagnosticId="SYSLIB0043", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 1240[System.ObsoleteAttribute("ECDiffieHellmanPublicKey.ToByteArray() and the associated constructor do not have a consistent and interoperable implementation on all platforms. Use ECDiffieHellmanPublicKey.ExportSubjectPublicKeyInfo() instead.", DiagnosticId="SYSLIB0043", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 1242[System.ObsoleteAttribute("ToXmlString and FromXmlString have no implementation for ECC types, and are obsolete. Use a standard import and export format such as ExportSubjectPublicKeyInfo or ImportSubjectPublicKeyInfo for public keys and ExportPkcs8PrivateKey or ImportPkcs8PrivateKey for private keys.", DiagnosticId="SYSLIB0042", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 1258[System.ObsoleteAttribute("Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead.", DiagnosticId="SYSLIB0045", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 1326[System.ObsoleteAttribute("ToXmlString and FromXmlString have no implementation for ECC types, and are obsolete. Use a standard import and export format such as ExportSubjectPublicKeyInfo or ImportSubjectPublicKeyInfo for public keys and ExportPkcs8PrivateKey or ImportPkcs8PrivateKey for private keys.", DiagnosticId="SYSLIB0042", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 1337[System.ObsoleteAttribute("ToXmlString and FromXmlString have no implementation for ECC types, and are obsolete. Use a standard import and export format such as ExportSubjectPublicKeyInfo or ImportSubjectPublicKeyInfo for public keys and ExportPkcs8PrivateKey or ImportPkcs8PrivateKey for private keys.", DiagnosticId="SYSLIB0042", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 1440[System.ObsoleteAttribute("The default implementation of this cryptography algorithm is not supported.", DiagnosticId="SYSLIB0007", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 1443[System.ObsoleteAttribute("Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead.", DiagnosticId="SYSLIB0045", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 1494[System.ObsoleteAttribute("The default implementation of this cryptography algorithm is not supported.", DiagnosticId="SYSLIB0007", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 1497[System.ObsoleteAttribute("Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead.", DiagnosticId="SYSLIB0045", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 1549[System.ObsoleteAttribute("HMACSHA1 always uses the algorithm implementation provided by the platform. Use a constructor without the useManagedSha1 parameter.", DiagnosticId="SYSLIB0030", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 1600[System.ObsoleteAttribute("ProduceLegacyHmacValues is obsolete. Producing legacy HMAC values is not supported.", DiagnosticId="SYSLIB0029", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 1701[System.ObsoleteAttribute("ProduceLegacyHmacValues is obsolete. Producing legacy HMAC values is not supported.", DiagnosticId="SYSLIB0029", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 1760[System.ObsoleteAttribute("The default implementation of this cryptography algorithm is not supported.", DiagnosticId="SYSLIB0007", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 1763[System.ObsoleteAttribute("Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead.", DiagnosticId="SYSLIB0045", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 1884[System.ObsoleteAttribute("Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead.", DiagnosticId="SYSLIB0045", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 1904[System.ObsoleteAttribute("Derived cryptographic types are obsolete. Use the Create method on the base type instead.", DiagnosticId="SYSLIB0021", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 2216[System.ObsoleteAttribute("Rfc2898DeriveBytes replaces PasswordDeriveBytes for deriving key material from a password and is preferred in new applications.")] 2268[System.ObsoleteAttribute("Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead.", DiagnosticId="SYSLIB0045", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 2299[System.ObsoleteAttribute("Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead.", DiagnosticId="SYSLIB0045", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 2303[System.ObsoleteAttribute("Derived cryptographic types are obsolete. Use the Create method on the base type instead.", DiagnosticId="SYSLIB0021", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 2318[System.ObsoleteAttribute("The constructors on Rfc2898DeriveBytes are obsolete. Use the static Pbkdf2 method instead.", DiagnosticId="SYSLIB0060", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 2320[System.ObsoleteAttribute("The constructors on Rfc2898DeriveBytes are obsolete. Use the static Pbkdf2 method instead.", DiagnosticId="SYSLIB0060", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 2322[System.ObsoleteAttribute("The constructors on Rfc2898DeriveBytes are obsolete. Use the static Pbkdf2 method instead.", DiagnosticId="SYSLIB0060", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 2324[System.ObsoleteAttribute("The constructors on Rfc2898DeriveBytes are obsolete. Use the static Pbkdf2 method instead.", DiagnosticId="SYSLIB0060", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 2326[System.ObsoleteAttribute("The constructors on Rfc2898DeriveBytes are obsolete. Use the static Pbkdf2 method instead.", DiagnosticId="SYSLIB0060", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 2328[System.ObsoleteAttribute("The constructors on Rfc2898DeriveBytes are obsolete. Use the static Pbkdf2 method instead.", DiagnosticId="SYSLIB0060", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 2330[System.ObsoleteAttribute("The constructors on Rfc2898DeriveBytes are obsolete. Use the static Pbkdf2 method instead.", DiagnosticId="SYSLIB0060", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 2332[System.ObsoleteAttribute("The constructors on Rfc2898DeriveBytes are obsolete. Use the static Pbkdf2 method instead.", DiagnosticId="SYSLIB0060", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 2337[System.ObsoleteAttribute("Rfc2898DeriveBytes.CryptDeriveKey is obsolete and is not supported. Use PasswordDeriveBytes.CryptDeriveKey instead.", DiagnosticId="SYSLIB0033", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 2350[System.ObsoleteAttribute("The Rijndael and RijndaelManaged types are obsolete. Use Aes instead.", DiagnosticId="SYSLIB0022", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 2357[System.ObsoleteAttribute("Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead.", DiagnosticId="SYSLIB0045", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 2361[System.ObsoleteAttribute("The Rijndael and RijndaelManaged types are obsolete. Use Aes instead.", DiagnosticId="SYSLIB0022", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 2383[System.ObsoleteAttribute("RNGCryptoServiceProvider is obsolete. To generate a random number, use one of the RandomNumberGenerator static methods instead.", DiagnosticId="SYSLIB0023", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 2409[System.ObsoleteAttribute("Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead.", DiagnosticId="SYSLIB0045", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 2415[System.ObsoleteAttribute("RSA.EncryptValue and DecryptValue are not supported and throw NotSupportedException. Use RSA.Encrypt and RSA.Decrypt instead.", DiagnosticId="SYSLIB0048", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 2421[System.ObsoleteAttribute("RSA.EncryptValue and DecryptValue are not supported and throw NotSupportedException. Use RSA.Encrypt and RSA.Decrypt instead.", DiagnosticId="SYSLIB0048", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 2523[System.ObsoleteAttribute("RSA.EncryptValue and DecryptValue are not supported and throw NotSupportedException. Use RSA.Encrypt and RSA.Decrypt instead.", DiagnosticId="SYSLIB0048", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 2529[System.ObsoleteAttribute("RSA.EncryptValue and DecryptValue are not supported and throw NotSupportedException. Use RSA.Encrypt and RSA.Decrypt instead.", DiagnosticId="SYSLIB0048", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 2742[System.ObsoleteAttribute("Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead.", DiagnosticId="SYSLIB0045", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 2754[System.ObsoleteAttribute("Derived cryptographic types are obsolete. Use the Create method on the base type instead.", DiagnosticId="SYSLIB0021", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 2766[System.ObsoleteAttribute("Derived cryptographic types are obsolete. Use the Create method on the base type instead.", DiagnosticId="SYSLIB0021", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 2784[System.ObsoleteAttribute("Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead.", DiagnosticId="SYSLIB0045", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 2796[System.ObsoleteAttribute("Derived cryptographic types are obsolete. Use the Create method on the base type instead.", DiagnosticId="SYSLIB0021", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 2808[System.ObsoleteAttribute("Derived cryptographic types are obsolete. Use the Create method on the base type instead.", DiagnosticId="SYSLIB0021", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 2826[System.ObsoleteAttribute("Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead.", DiagnosticId="SYSLIB0045", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 2838[System.ObsoleteAttribute("Derived cryptographic types are obsolete. Use the Create method on the base type instead.", DiagnosticId="SYSLIB0021", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 2850[System.ObsoleteAttribute("Derived cryptographic types are obsolete. Use the Create method on the base type instead.", DiagnosticId="SYSLIB0021", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 2916[System.ObsoleteAttribute("Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead.", DiagnosticId="SYSLIB0045", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 2928[System.ObsoleteAttribute("Derived cryptographic types are obsolete. Use the Create method on the base type instead.", DiagnosticId="SYSLIB0021", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 2940[System.ObsoleteAttribute("Derived cryptographic types are obsolete. Use the Create method on the base type instead.", DiagnosticId="SYSLIB0021", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 3161[System.ObsoleteAttribute("The default implementation of this cryptography algorithm is not supported.", DiagnosticId="SYSLIB0007", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 3164[System.ObsoleteAttribute("Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead.", DiagnosticId="SYSLIB0045", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 3232[System.ObsoleteAttribute("Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead.", DiagnosticId="SYSLIB0045", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 3263[System.ObsoleteAttribute("Derived cryptographic types are obsolete. Use the Create method on the base type instead.", DiagnosticId="SYSLIB0021", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 3411[System.ObsoleteAttribute("PublicKey.Key is obsolete. Use the appropriate method to get the public key, such as GetRSAPublicKey.", DiagnosticId="SYSLIB0027", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 3564[System.ObsoleteAttribute("X509Certificate and X509Certificate2 are immutable. Use X509CertificateLoader to create a new certificate.", DiagnosticId="SYSLIB0026", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 3567[System.ObsoleteAttribute("Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.", DiagnosticId="SYSLIB0057", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 3571[System.ObsoleteAttribute("Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.", DiagnosticId="SYSLIB0057", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 3575[System.ObsoleteAttribute("Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.", DiagnosticId="SYSLIB0057", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 3578[System.ObsoleteAttribute("Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.", DiagnosticId="SYSLIB0057", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 3581[System.ObsoleteAttribute("Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.", DiagnosticId="SYSLIB0057", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 3586[System.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}")] 3591[System.ObsoleteAttribute("Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.", DiagnosticId="SYSLIB0057", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 3595[System.ObsoleteAttribute("Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.", DiagnosticId="SYSLIB0057", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 3599[System.ObsoleteAttribute("Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.", DiagnosticId="SYSLIB0057", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 3602[System.ObsoleteAttribute("Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.", DiagnosticId="SYSLIB0057", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 3605[System.ObsoleteAttribute("Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.", DiagnosticId="SYSLIB0057", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 3612[System.ObsoleteAttribute("Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.", DiagnosticId="SYSLIB0057", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 3615[System.ObsoleteAttribute("Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.", DiagnosticId="SYSLIB0057", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 3637[System.ObsoleteAttribute("X509Certificate.GetIssuerName has been deprecated. Use the Issuer property instead.")] 3642[System.ObsoleteAttribute("X509Certificate.GetName has been deprecated. Use the Subject property instead.")] 3650[System.ObsoleteAttribute("X509Certificate and X509Certificate2 are immutable. Use X509CertificateLoader to create a new certificate.", DiagnosticId="SYSLIB0026", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 3653[System.ObsoleteAttribute("X509Certificate and X509Certificate2 are immutable. Use X509CertificateLoader to create a new certificate.", DiagnosticId="SYSLIB0026", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 3655[System.ObsoleteAttribute("X509Certificate and X509Certificate2 are immutable. Use X509CertificateLoader to create a new certificate.", DiagnosticId="SYSLIB0026", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 3657[System.ObsoleteAttribute("X509Certificate and X509Certificate2 are immutable. Use X509CertificateLoader to create a new certificate.", DiagnosticId="SYSLIB0026", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 3660[System.ObsoleteAttribute("X509Certificate and X509Certificate2 are immutable. Use X509CertificateLoader to create a new certificate.", DiagnosticId="SYSLIB0026", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 3662[System.ObsoleteAttribute("X509Certificate and X509Certificate2 are immutable. Use X509CertificateLoader to create a new certificate.", DiagnosticId="SYSLIB0026", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 3673[System.ObsoleteAttribute("X509Certificate and X509Certificate2 are immutable. Use X509CertificateLoader to create a new certificate.", DiagnosticId="SYSLIB0026", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 3676[System.ObsoleteAttribute("Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.", DiagnosticId="SYSLIB0057", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 3680[System.ObsoleteAttribute("Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.", DiagnosticId="SYSLIB0057", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 3684[System.ObsoleteAttribute("Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.", DiagnosticId="SYSLIB0057", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 3687[System.ObsoleteAttribute("Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.", DiagnosticId="SYSLIB0057", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 3690[System.ObsoleteAttribute("Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.", DiagnosticId="SYSLIB0057", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 3695[System.ObsoleteAttribute("Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.", DiagnosticId="SYSLIB0057", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 3698[System.ObsoleteAttribute("Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.", DiagnosticId="SYSLIB0057", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 3702[System.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}")] 3706[System.ObsoleteAttribute("Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.", DiagnosticId="SYSLIB0057", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 3709[System.ObsoleteAttribute("Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.", DiagnosticId="SYSLIB0057", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 3713[System.ObsoleteAttribute("Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.", DiagnosticId="SYSLIB0057", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 3717[System.ObsoleteAttribute("Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.", DiagnosticId="SYSLIB0057", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 3720[System.ObsoleteAttribute("Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.", DiagnosticId="SYSLIB0057", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 3723[System.ObsoleteAttribute("Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.", DiagnosticId="SYSLIB0057", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 3733[System.ObsoleteAttribute("X509Certificate2.PrivateKey is obsolete. Use the appropriate method to get the private key, such as GetRSAPrivateKey, or use the CopyWithPrivateKey method to create a new instance with a private key.", DiagnosticId="SYSLIB0028", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 3782[System.ObsoleteAttribute("X509Certificate and X509Certificate2 are immutable. Use X509CertificateLoader to create a new certificate.", DiagnosticId="SYSLIB0026", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 3785[System.ObsoleteAttribute("X509Certificate and X509Certificate2 are immutable. Use X509CertificateLoader to create a new certificate.", DiagnosticId="SYSLIB0026", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 3787[System.ObsoleteAttribute("X509Certificate and X509Certificate2 are immutable. Use X509CertificateLoader to create a new certificate.", DiagnosticId="SYSLIB0026", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 3789[System.ObsoleteAttribute("X509Certificate and X509Certificate2 are immutable. Use X509CertificateLoader to create a new certificate.", DiagnosticId="SYSLIB0026", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 3792[System.ObsoleteAttribute("X509Certificate and X509Certificate2 are immutable. Use X509CertificateLoader to create a new certificate.", DiagnosticId="SYSLIB0026", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 3794[System.ObsoleteAttribute("X509Certificate and X509Certificate2 are immutable. Use X509CertificateLoader to create a new certificate.", DiagnosticId="SYSLIB0026", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 3827[System.ObsoleteAttribute("Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.", DiagnosticId="SYSLIB0057", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 3829[System.ObsoleteAttribute("Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.", DiagnosticId="SYSLIB0057", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 3831[System.ObsoleteAttribute("Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.", DiagnosticId="SYSLIB0057", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 3833[System.ObsoleteAttribute("Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.", DiagnosticId="SYSLIB0057", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 3835[System.ObsoleteAttribute("Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.", DiagnosticId="SYSLIB0057", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 3837[System.ObsoleteAttribute("Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.", DiagnosticId="SYSLIB0057", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 3839[System.ObsoleteAttribute("Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.", DiagnosticId="SYSLIB0057", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] 3841[System.ObsoleteAttribute("Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.", DiagnosticId="SYSLIB0057", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
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 (3)
artifacts\obj\System.Security.Principal.Windows\Debug\net10.0\System.Security.Principal.Windows.notsupported.cs (3)
26[System.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}")] 177[System.ObsoleteAttribute("This member has been deprecated and is only maintained for backwards compatability. WellKnownSidType values greater than MaxDefined may be defined in future releases.")] 241[System.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}")]
System.ServiceModel.Primitives (1)
netstandard.cs (1)
1152[System.Obsolete]
System.ServiceProcess.ServiceController (1)
artifacts\obj\System.ServiceProcess.ServiceController\Debug\net10.0\System.ServiceProcess.ServiceController.notsupported.cs (1)
156[System.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}")]
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)
214[Obsolete(Obsoletions.JsonSerializerOptionsAddContextMessage, DiagnosticId = Obsoletions.JsonSerializerOptionsAddContextDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 392[Obsolete(Obsoletions.JsonSerializerOptionsIgnoreNullValuesMessage, DiagnosticId = Obsoletions.JsonSerializerOptionsIgnoreNullValuesDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Text.RegularExpressions (14)
System\Text\RegularExpressions\Regex.cs (7)
173[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 221[Obsolete(Obsoletions.RegexCompileToAssemblyMessage, DiagnosticId = Obsoletions.RegexCompileToAssemblyDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 225[Obsolete(Obsoletions.RegexCompileToAssemblyMessage, DiagnosticId = Obsoletions.RegexCompileToAssemblyDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 229[Obsolete(Obsoletions.RegexCompileToAssemblyMessage, DiagnosticId = Obsoletions.RegexCompileToAssemblyDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 403[Obsolete(Obsoletions.RegexExtensibilityImplMessage, DiagnosticId = Obsoletions.RegexExtensibilityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 653[Obsolete(Obsoletions.RegexExtensibilityImplMessage, DiagnosticId = Obsoletions.RegexExtensibilityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 658[Obsolete(Obsoletions.RegexExtensibilityImplMessage, DiagnosticId = Obsoletions.RegexExtensibilityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Text\RegularExpressions\RegexCompilationInfo.cs (1)
8[Obsolete(Obsoletions.RegexCompileToAssemblyMessage, DiagnosticId = Obsoletions.RegexCompileToAssemblyDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Text\RegularExpressions\RegexMatchTimeoutException.cs (2)
54[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 64[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Text\RegularExpressions\RegexParseException.cs (1)
36[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Text\RegularExpressions\RegexRunner.cs (3)
162[Obsolete(Obsoletions.RegexExtensibilityImplMessage, DiagnosticId = Obsoletions.RegexExtensibilityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 170[Obsolete(Obsoletions.RegexExtensibilityImplMessage, DiagnosticId = Obsoletions.RegexExtensibilityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 437[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.netcoreapp.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)
475[Obsolete("This method produces non-standards-compliant output and has interoperability issues. The preferred alternative is UrlEncode(*).")]
System.Windows.Extensions (1)
artifacts\obj\System.Windows.Extensions\Debug\net10.0\System.Windows.Extensions.notsupported.cs (1)
15[System.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}")]
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)
2842[Obsolete("This property has been deprecated. Please use RightToLeft instead. https://go.microsoft.com/fwlink/?linkid=14202")] 9585[Obsolete("This method has been deprecated. Use the Scale(SizeF ratio) method instead. https://go.microsoft.com/fwlink/?linkid=14202")] 9595[Obsolete("This method has been deprecated. Use the Scale(SizeF ratio) method instead. https://go.microsoft.com/fwlink/?linkid=14202")] 12946[Obsolete( 12963[Obsolete( 12981[Obsolete(
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
1314[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)
658[Obsolete("This property has been deprecated. Use BackColor instead. https://go.microsoft.com/fwlink/?linkid=14202")]
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
1175[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)
389[Obsolete("This property has been deprecated. Use the AutoScaleMode property instead. https://go.microsoft.com/fwlink/?linkid=14202")] 2633[Obsolete( 2651[Obsolete( 3048[Obsolete("This method has been deprecated. Use the ApplyAutoScaling method instead. https://go.microsoft.com/fwlink/?linkid=14202")] 3799[Obsolete("This method has been deprecated. Use the AutoScaleDimensions property instead. https://go.microsoft.com/fwlink/?linkid=14202")] 4060[Obsolete( 4074[Obsolete( 7227[Obsolete( 7244[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.")]
Test.Utilities (11)
src\Compilers\Core\Portable\Hashing\NonCryptographicHashAlgorithm.cs (1)
343[Obsolete("Use GetCurrentHash() to retrieve the computed hash code.", true)]
src\Dependencies\PooledObjects\PooledStringBuilder.cs (1)
55[System.Obsolete("Consider calling ToStringAndFree instead.")]
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\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\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SpecializedTasks.cs (1)
22[Obsolete("Use Task.CompletedTask instead which is available in the framework.")]
Text.Analyzers (14)
src\Compilers\Core\Portable\Hashing\NonCryptographicHashAlgorithm.cs (1)
343[Obsolete("Use GetCurrentHash() to retrieve the computed hash code.", true)]
src\Dependencies\PooledObjects\PooledStringBuilder.cs (1)
55[System.Obsolete("Consider calling ToStringAndFree instead.")]
src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\CodeAnalysisMetricData.cs (2)
185[Obsolete("Use ComputeAsync(CodeMetricsAnalysisContext) instead.")] 225[Obsolete("Use ComputeAsync(ISymbol, CodeMetricsAnalysisContext) instead.")]
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\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\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SpecializedTasks.cs (1)
22[Obsolete("Use Task.CompletedTask instead which is available in the framework.")]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\SemanticModelReuse\SemanticModelReuseWorkspaceServiceFactory.cs (1)
16[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Text.CSharp.Analyzers (1)
CSharpIdentifiersShouldBeSpelledCorrectly.Fixer.cs (1)
18[method: Obsolete("This exported object must be obtained through the MEF export provider.", error: true)]
UIAutomationTypes (1)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Win32\UnsafeNativeMethodsCLR.cs (1)
706[Obsolete("Use LoadLibraryHelper.SafeLoadLibraryEx instead")]
xunit.assert (8)
Assert.cs (2)
36 [Obsolete("This is an override of Object.Equals(). Call Assert.Equal() instead.", true)] 46 [Obsolete("This is an override of Object.ReferenceEquals(). Call Assert.Same() instead.", true)]
ExceptionAsserts.cs (4)
79 [Obsolete("You must call Assert.ThrowsAsync (and await the result) when testing async code.", true)] 118 [Obsolete("You must call Assert.ThrowsAsync<T> (and await the result) when testing async code.", true)] 176 [Obsolete("You must call Assert.ThrowsAsync<T> (and await the result) when testing async code.", true)] 235 [Obsolete("You must call Assert.ThrowsAnyAsync<T> (and await the result) when testing async code.", true)]
PropertyAsserts.cs (1)
65 [Obsolete("You must call Assert.PropertyChangedAsync (and await the result) when testing async code.", true)]
Record.cs (1)
93 [Obsolete("You must call Assert.RecordExceptionAsync (and await the result) when testing async code.", true)]
94 references to Obsolete
CodeGenerator (1)
src\Servers\Kestrel\shared\KnownHeaders.cs (1)
39.Where(h => h.GetCustomAttribute(typeof(ObsoleteAttribute)) == null)
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 (4)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Compilation\CompilationExtensions.cs (1)
244=> compilation.GetTypeByMetadataName(typeof(ObsoleteAttribute).FullName!);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\ISymbolExtensions.cs (3)
798/// Returns <see langword="true"/>, if the symbol is marked with the <see cref="System.ObsoleteAttribute"/>. 801/// <returns><see langword="true"/> if the symbol is marked with the <see cref="System.ObsoleteAttribute"/>.</returns> 805MetadataName: nameof(ObsoleteAttribute),
Metrics (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Compilation\CompilationExtensions.cs (1)
244=> compilation.GetTypeByMetadataName(typeof(ObsoleteAttribute).FullName!);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\ISymbolExtensions.cs (1)
805MetadataName: nameof(ObsoleteAttribute),
Metrics.Legacy (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Compilation\CompilationExtensions.cs (1)
244=> compilation.GetTypeByMetadataName(typeof(ObsoleteAttribute).FullName!);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\ISymbolExtensions.cs (1)
805MetadataName: nameof(ObsoleteAttribute),
Microsoft.Analyzers.Local.Tests (1)
ApiLifecycle\ApiLifecycleAnalyzerTest.cs (1)
82Assembly.GetAssembly(typeof(ObsoleteAttribute))!,
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
src\Servers\Kestrel\shared\KnownHeaders.cs (1)
39.Where(h => h.GetCustomAttribute(typeof(ObsoleteAttribute)) == null)
Microsoft.Cci.Extensions (1)
Extensions\MemberExtensions.cs (1)
154if (attribute.Type.FullName() != typeof(ObsoleteAttribute).FullName)
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 (4)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Compilation\CompilationExtensions.cs (1)
244=> compilation.GetTypeByMetadataName(typeof(ObsoleteAttribute).FullName!);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\ISymbolExtensions.cs (3)
798/// Returns <see langword="true"/>, if the symbol is marked with the <see cref="System.ObsoleteAttribute"/>. 801/// <returns><see langword="true"/> if the symbol is marked with the <see cref="System.ObsoleteAttribute"/>.</returns> 805MetadataName: nameof(ObsoleteAttribute),
Microsoft.CodeAnalysis.AnalyzerUtilities (4)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Compilation\CompilationExtensions.cs (1)
244=> compilation.GetTypeByMetadataName(typeof(ObsoleteAttribute).FullName!);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\ISymbolExtensions.cs (3)
798/// Returns <see langword="true"/>, if the symbol is marked with the <see cref="System.ObsoleteAttribute"/>. 801/// <returns><see langword="true"/> if the symbol is marked with the <see cref="System.ObsoleteAttribute"/>.</returns> 805MetadataName: nameof(ObsoleteAttribute),
Microsoft.CodeAnalysis.BannedApiAnalyzers (4)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Compilation\CompilationExtensions.cs (1)
244=> compilation.GetTypeByMetadataName(typeof(ObsoleteAttribute).FullName!);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\ISymbolExtensions.cs (3)
798/// Returns <see langword="true"/>, if the symbol is marked with the <see cref="System.ObsoleteAttribute"/>. 801/// <returns><see langword="true"/> if the symbol is marked with the <see cref="System.ObsoleteAttribute"/>.</returns> 805MetadataName: nameof(ObsoleteAttribute),
Microsoft.CodeAnalysis.CodeStyle (4)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Compilation\CompilationExtensions.cs (1)
244=> compilation.GetTypeByMetadataName(typeof(ObsoleteAttribute).FullName!);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\ISymbolExtensions.cs (3)
798/// Returns <see langword="true"/>, if the symbol is marked with the <see cref="System.ObsoleteAttribute"/>. 801/// <returns><see langword="true"/> if the symbol is marked with the <see cref="System.ObsoleteAttribute"/>.</returns> 805MetadataName: nameof(ObsoleteAttribute),
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
src\Analyzers\Core\CodeFixes\AddObsoleteAttribute\AbstractAddObsoleteAttributeCodeFixProvider.cs (1)
60var attribute = compilation.GetTypeByMetadataName(typeof(ObsoleteAttribute).FullName!);
Microsoft.CodeAnalysis.CSharp (6)
Symbols\Source\SourceModuleSymbol.cs (2)
715/// Returns data decoded from <see cref="ObsoleteAttribute"/> attribute or null if there is no <see cref="ObsoleteAttribute"/> attribute.
Symbols\Symbol.cs (4)
1411/// True if this symbol has been marked with the <see cref="ObsoleteAttribute"/> attribute. 1412/// This property returns <see cref="ThreeState.Unknown"/> if the <see cref="ObsoleteAttribute"/> attribute hasn't been cracked yet. 1462/// Returns data decoded from <see cref="ObsoleteAttribute"/>/Experimental attribute or null if there is no <see cref="ObsoleteAttribute"/>/Experimental attribute.
Microsoft.CodeAnalysis.Extensions.Package (4)
Compilation\CompilationExtensions.cs (1)
244=> compilation.GetTypeByMetadataName(typeof(ObsoleteAttribute).FullName!);
Symbols\ISymbolExtensions.cs (3)
798/// Returns <see langword="true"/>, if the symbol is marked with the <see cref="System.ObsoleteAttribute"/>. 801/// <returns><see langword="true"/> if the symbol is marked with the <see cref="System.ObsoleteAttribute"/>.</returns> 805MetadataName: nameof(ObsoleteAttribute),
Microsoft.CodeAnalysis.Features (1)
src\Analyzers\Core\CodeFixes\AddObsoleteAttribute\AbstractAddObsoleteAttributeCodeFixProvider.cs (1)
60var attribute = compilation.GetTypeByMetadataName(typeof(ObsoleteAttribute).FullName!);
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (4)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Compilation\CompilationExtensions.cs (1)
244=> compilation.GetTypeByMetadataName(typeof(ObsoleteAttribute).FullName!);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\ISymbolExtensions.cs (3)
798/// Returns <see langword="true"/>, if the symbol is marked with the <see cref="System.ObsoleteAttribute"/>. 801/// <returns><see langword="true"/> if the symbol is marked with the <see cref="System.ObsoleteAttribute"/>.</returns> 805MetadataName: nameof(ObsoleteAttribute),
Microsoft.CodeAnalysis.PublicApiAnalyzers (4)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Compilation\CompilationExtensions.cs (1)
244=> compilation.GetTypeByMetadataName(typeof(ObsoleteAttribute).FullName!);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\ISymbolExtensions.cs (3)
798/// Returns <see langword="true"/>, if the symbol is marked with the <see cref="System.ObsoleteAttribute"/>. 801/// <returns><see langword="true"/> if the symbol is marked with the <see cref="System.ObsoleteAttribute"/>.</returns> 805MetadataName: nameof(ObsoleteAttribute),
Microsoft.CodeAnalysis.ResxSourceGenerator (4)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Compilation\CompilationExtensions.cs (1)
244=> compilation.GetTypeByMetadataName(typeof(ObsoleteAttribute).FullName!);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\ISymbolExtensions.cs (3)
798/// Returns <see langword="true"/>, if the symbol is marked with the <see cref="System.ObsoleteAttribute"/>. 801/// <returns><see langword="true"/> if the symbol is marked with the <see cref="System.ObsoleteAttribute"/>.</returns> 805MetadataName: nameof(ObsoleteAttribute),
Microsoft.CodeAnalysis.Workspaces (5)
ObsoleteSymbol\IObsoleteSymbolService.cs (1)
16/// symbols which are marked <see cref="ObsoleteAttribute"/>.
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Compilation\CompilationExtensions.cs (1)
244=> compilation.GetTypeByMetadataName(typeof(ObsoleteAttribute).FullName!);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\ISymbolExtensions.cs (3)
798/// Returns <see langword="true"/>, if the symbol is marked with the <see cref="System.ObsoleteAttribute"/>. 801/// <returns><see langword="true"/> if the symbol is marked with the <see cref="System.ObsoleteAttribute"/>.</returns> 805MetadataName: 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\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 (4)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Compilation\CompilationExtensions.cs (1)
244=> compilation.GetTypeByMetadataName(typeof(ObsoleteAttribute).FullName!);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\ISymbolExtensions.cs (3)
798/// Returns <see langword="true"/>, if the symbol is marked with the <see cref="System.ObsoleteAttribute"/>. 801/// <returns><see langword="true"/> if the symbol is marked with the <see cref="System.ObsoleteAttribute"/>.</returns> 805MetadataName: nameof(ObsoleteAttribute),
System.Private.Xml (5)
System\Xml\Serialization\SoapAttributes.cs (1)
35if (attrs[i] is SoapIgnoreAttribute || attrs[i] is ObsoleteAttribute)
System\Xml\Serialization\Types.cs (3)
1254object[] attrs = ctor.GetCustomAttributes(typeof(ObsoleteAttribute), false); 1257ObsoleteAttribute obsolete = (ObsoleteAttribute)attrs[0];
System\Xml\Serialization\XmlAttributes.cs (1)
86if (attrs[i] is XmlIgnoreAttribute || attrs[i] is ObsoleteAttribute)
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net10.0\System.Runtime.Forwards.cs (1)
407[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ObsoleteAttribute))]
Test.Utilities (4)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Compilation\CompilationExtensions.cs (1)
244=> compilation.GetTypeByMetadataName(typeof(ObsoleteAttribute).FullName!);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\ISymbolExtensions.cs (3)
798/// Returns <see langword="true"/>, if the symbol is marked with the <see cref="System.ObsoleteAttribute"/>. 801/// <returns><see langword="true"/> if the symbol is marked with the <see cref="System.ObsoleteAttribute"/>.</returns> 805MetadataName: nameof(ObsoleteAttribute),
Text.Analyzers (4)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Compilation\CompilationExtensions.cs (1)
244=> compilation.GetTypeByMetadataName(typeof(ObsoleteAttribute).FullName!);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\ISymbolExtensions.cs (3)
798/// Returns <see langword="true"/>, if the symbol is marked with the <see cref="System.ObsoleteAttribute"/>. 801/// <returns><see langword="true"/> if the symbol is marked with the <see cref="System.ObsoleteAttribute"/>.</returns> 805MetadataName: nameof(ObsoleteAttribute),
xunit.assert (2)
Sdk\AssertHelper.cs (2)
160 && !p.GetCustomAttributes(typeof(ObsoleteAttribute)).Any() 161 && !p.GetMethod.GetCustomAttributes(typeof(ObsoleteAttribute)).Any()