3152 instantiations of Obsolete
AnalyzerRunner (2)
AnalyzerRunnerWorkspaceConfigurationService.cs (1)
19[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
PersistentStorageConfiguration.cs (1)
20[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Aspire.Hosting (1)
ApplicationModel\ResourceNotificationService.cs (1)
37[Obsolete($"""
Aspire.Hosting.Azure.PostgreSQL (4)
AzurePostgresExtensions.cs (3)
31[Obsolete] 96[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.")] 108[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)
26[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.")] 32[Obsolete] 86[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.Sql (4)
AzureSqlExtensions.cs (3)
17[Obsolete] 59[Obsolete($"This method is obsolete and will be removed in a future version. Use {nameof(AddAzureSqlServer)} instead to add an Azure SQL server resource.")] 70[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)
29[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.Garnet (1)
GarnetBuilderExtensions.cs (1)
167[Obsolete("This method is obsolete and will be removed in a future version. Use the overload without the keysChangedThreshold parameter.")]
Aspire.Hosting.Nats (1)
NatsBuilderExtensions.cs (1)
76[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.Python (4)
PythonProjectResource.cs (1)
16[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.")] 111[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.")]
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")]
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)
116[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)
95[Obsolete("This property is obsolete and configuring it has not 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)
24[Obsolete("Use " + nameof(EnableDataAnnotationsValidation) + " instead.")] 36[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 (1)
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.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.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.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 (2)
BadHttpRequestException.cs (1)
7[Obsolete("Moved to Microsoft.AspNetCore.Http.BadHttpRequestException. See https://aka.ms/badhttprequestexception for details.")] // Never remove.
HttpContextExtensions.cs (1)
23[Obsolete("This is obsolete and will be removed in a future version. Use " +
Microsoft.AspNetCore.Server.Kestrel.Core (8)
BadHttpRequestException.cs (1)
13[Obsolete("Moved to Microsoft.AspNetCore.Http.BadHttpRequestException. See https://aka.ms/badhttprequestexception for details.")] // Never remove.
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 (1)
ResourceUtilities.cs (1)
232[Obsolete("Use GetResourceString instead.", true)]
Microsoft.Build.Engine.OM.UnitTests (1)
ResourceUtilities.cs (1)
232[Obsolete("Use GetResourceString instead.", true)]
Microsoft.Build.Framework (1)
XamlTypes\ContentType.cs (1)
76[Obsolete("Unused. Use ItemType property instead.", true)]
Microsoft.Build.Framework.UnitTests (1)
ResourceUtilities.cs (1)
232[Obsolete("Use GetResourceString instead.", true)]
Microsoft.Build.Tasks.Core (4)
CodeTaskFactory.cs (1)
1024[Obsolete("The CodeTaskFactory is not supported on .NET Core. This class is included so that users receive run-time errors and should not be used for any other purpose.", error: true)]
FileIO\WriteLinesToFile.cs (1)
59[Obsolete]
ResourceUtilities.cs (1)
232[Obsolete("Use GetResourceString instead.", true)]
XamlTaskFactory\XamlTaskFactory.cs (1)
241[Obsolete("The XamlTaskFactory is not supported on .NET Core. This class is included so that users receive run-time errors and should not be used for any other purpose.", error: true)]
Microsoft.Build.Utilities.Core (9)
AppDomainIsolatedTask.cs (2)
20[Obsolete("AppDomains are no longer supported in .NET Core or .NET 5.0 or higher.")] 123[Obsolete("AppDomains are no longer supported in .NET Core or .NET 5.0 or higher.")]
ResourceUtilities.cs (1)
232[Obsolete("Use GetResourceString instead.", true)]
ToolLocationHelper.cs (5)
3413[Obsolete("Consider using GetPlatformSDKLocation instead")] 3425[Obsolete("Consider using GetPlatformSDKLocationFile instead")] 3443[Obsolete("Consider using GetPlatformSDKLocationFile instead")] 3462[Obsolete("Consider using GetPlatformSDKLocationFile instead")] 3500[Obsolete("Consider using GetPlatformSDKLocationFile instead")]
ToolTask.cs (1)
281[Obsolete("Use EnvironmentVariables property")]
Microsoft.CodeAnalysis (50)
Compilation\Compilation.cs (2)
3031[Obsolete("UpdatedMethods is now part of EmitDifferenceResult, so you should use an overload that doesn't take it.")] 3051[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)
126[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)
50[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)
632[Obsolete("This method is preserved for binary compatibility only. Use explicit cast instead.", error: true)]
Syntax\SyntaxList`1.cs (1)
485[Obsolete("This method is preserved for binary compatibility only. Use explicit cast instead.", error: true)]
Syntax\SyntaxNode.cs (1)
1397[Obsolete(SerializationDeprecationException.Text, error: true)]
Syntax\SyntaxTree.cs (2)
82[Obsolete("Obsolete due to performance problems, use CompilationOptions.SyntaxTreeOptionsProvider instead", error: false)] 405[Obsolete("Obsolete due to performance problems, use CompilationOptions.SyntaxTreeOptionsProvider instead", error: false)]
Microsoft.CodeAnalysis.CodeStyle (10)
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)
50[System.Obsolete("Consider calling ToStringAndFree instead.")]
src\Workspaces\Core\Portable\Editing\DeclarationKind.cs (1)
62[Obsolete($"This value is not used. Use {nameof(Class)} 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)
23[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)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\Core\CodeFixes\UpdateLegacySuppressions\UpdateLegacySuppressionsCodeFixProvider.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\Core\CodeFixes\UseExplicitTupleName\UseExplicitTupleNameCodeFixProvider.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\WorkspaceServices\SemanticModelReuse\SemanticModelReuseWorkspaceServiceFactory.cs (1)
17[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Microsoft.CodeAnalysis.CSharp (45)
Binder\EarlyWellKnownAttributeBinder.cs (1)
41[Obsolete("EarlyWellKnownAttributeBinder has a better overload - GetAttribute(AttributeSyntax, NamedTypeSymbol, out bool)", true)]
Binder\WithExternAndUsingAliasesBinder.cs (1)
92[Obsolete("Use other overloads", error: true)]
Compilation\CSharpCompilation.cs (1)
2406[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)
4250[Obsolete("Use VisitCollectionElementInitializer(BoundCollectionElementInitializer node, TypeSymbol containingType, bool delayCompletionForType) instead.", true)]
Parser\LanguageParser.cs (1)
13770[Obsolete("Use IsIncrementalAndFactoryContextMatches")]
Symbols\Synthesized\GeneratedNameKind.cs (5)
56[Obsolete] 58[Obsolete] 60[Obsolete] 62[Obsolete] 64[Obsolete]
Symbols\TypeSymbol.cs (7)
2439[Obsolete("Use TypeWithAnnotations.Is method.", true)] 2457[Obsolete("Use 'TypeSymbol.Equals(TypeSymbol, TypeSymbol, TypeCompareKind)' method.", true)] 2461[Obsolete("Use 'TypeSymbol.Equals(TypeSymbol, TypeSymbol, TypeCompareKind)' method.", true)] 2465[Obsolete("Use 'TypeSymbol.Equals(TypeSymbol, TypeSymbol, TypeCompareKind)' method.", true)] 2469[Obsolete("Use 'TypeSymbol.Equals(TypeSymbol, TypeSymbol, TypeCompareKind)' method.", true)] 2473[Obsolete("Use 'TypeSymbol.Equals(TypeSymbol, TypeSymbol, TypeCompareKind)' method.", true)] 2477[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)
186[Obsolete(SerializationDeprecationException.Text, error: true)]
Syntax\CSharpSyntaxTree.cs (6)
329[Obsolete("The diagnosticOptions and isGeneratedCode parameters are obsolete due to performance problems, if you are using them use CompilationOptions.SyntaxTreeOptionsProvider instead", error: false)] 450[Obsolete("The diagnosticOptions and isGeneratedCode parameters are obsolete due to performance problems, if you are using them use CompilationOptions.SyntaxTreeOptionsProvider instead", error: false)] 489[Obsolete("The diagnosticOptions and isGeneratedCode parameters are obsolete due to performance problems, if you are using them use CompilationOptions.SyntaxTreeOptionsProvider instead", error: false)] 909[Obsolete("The diagnosticOptions parameter is obsolete due to performance problems, if you are passing non-null use CompilationOptions.SyntaxTreeOptionsProvider instead", error: false)] 920[Obsolete("The diagnosticOptions parameter is obsolete due to performance problems, if you are passing non-null use CompilationOptions.SyntaxTreeOptionsProvider instead", error: false)] 932[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")] 2780[Obsolete("The diagnosticOptions parameter is obsolete due to performance problems, if you are passing non-null use CompilationOptions.SyntaxTreeOptionsProvider instead", error: false)] 2794[Obsolete("The diagnosticOptions parameter is obsolete due to performance problems, if you are passing non-null use CompilationOptions.SyntaxTreeOptionsProvider instead", error: false)] 2808[Obsolete("The diagnosticOptions and isGeneratedCode parameters are obsolete due to performance problems, if you are using them use CompilationOptions.SyntaxTreeOptionsProvider instead", error: false)] 2823[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.EditorFeatures (29)
AddImports\CSharpAddImportsPasteCommandHandler.cs (1)
30[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
AutomaticCompletion\AutomaticLineEnderCommandHandler.cs (1)
43[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
AutomaticCompletion\CSharpBraceCompletionServiceFactory.cs (1)
17[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)
20[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[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)
26[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
GoToBase\CSharpGoToBaseService.cs (1)
21[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
InlineRename\CSharpEditorInlineRenameService.cs (1)
24[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)
22[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)
52[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
TextStructureNavigation\CSharpTextStructureNavigatorProvider.cs (1)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (10)
Completion\CompletionProviders\SnippetCompletionProviderTests.cs (1)
146[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)
32[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
StringCopyPaste\TestStringCopyPasteService.cs (1)
23[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
TaskList\NoCompilationTaskListTests.cs (1)
57[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspaces\WorkspaceTests_EditorFeatures.cs (1)
1486[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)
56[Obsolete] 58[Obsolete] 60[Obsolete] 62[Obsolete] 64[Obsolete]
Microsoft.CodeAnalysis.CSharp.Features (277)
AddDebuggerDisplay\CSharpAddDebuggerDisplayCodeRefactoringProvider.cs (1)
23[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
AddFileBanner\CSharpAddFileBannerNewDocumentFormattingProvider.cs (1)
21[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
AddImport\CSharpAddImportFeatureService.cs (1)
38[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
AddImport\CSharpAddMissingImportsFeatureService.cs (1)
23[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)
20[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
BraceCompletion\ParenthesisBraceCompletionService.cs (1)
17[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
BraceCompletion\StringLiteralBraceCompletionService.cs (1)
20[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)
19[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
CodeRefactorings\MoveType\CSharpMoveTypeService.cs (1)
24[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
CodeRefactorings\PullMemberUp\CSharpPullMemberUpCodeRefactoringProvider.cs (1)
23[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
CodeRefactorings\SyncNamespace\CSharpChangeNamespaceService.cs (1)
34[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)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\CrefCompletionProvider.cs (1)
31[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\CSharpSuggestionModeCompletionProvider.cs (1)
28[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\DeclarationName\DeclarationNameCompletionProvider.cs (1)
28[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\DeclarationName\DeclarationNameRecommender.cs (1)
34[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\EnumAndCompletionListTagCompletionProvider.cs (1)
39[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\ExplicitInterfaceMemberCompletionProvider.cs (1)
27[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\ExplicitInterfaceTypeCompletionProvider.cs (1)
31[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)
24[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)
24[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)
33[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\ObjectCreationCompletionProvider.cs (1)
29[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\OperatorsAndIndexer\UnnamedSymbolCompletionProvider.cs (1)
56[System.Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\PartialMethodCompletionProvider.cs (1)
29[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\PartialTypeCompletionProvider.cs (1)
44[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\PreprocessorCompletionProvider.cs (1)
21[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\PropertySubPatternCompletionProvider.cs (1)
31[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)
60[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)
69[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\TupleNameCompletionProvider.cs (1)
33[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionProviders\XmlDocCommentCompletionProvider.cs (1)
34[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)
37[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ConvertProgram\ConvertToProgramMainCodeFixProvider.cs (1)
27[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)]
ConvertToInterpolatedString\CSharpConvertConcatenationToInterpolatedStringRefactoringProvider.cs (1)
19[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)]
Debugging\CSharpProximityExpressionsService.cs (1)
106[Obsolete($"Use {nameof(GetProximityExpressions)}.")]
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)
69[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
DocumentationComments\CSharpDocumentationCommentSnippetService.cs (1)
39[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
DocumentHighlighting\CSharpDocumentHighlightsService.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
33[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EmbeddedLanguages\Classification\CSharpEmbeddedLanguageClassificationServiceFactory.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EmbeddedLanguages\CSharpEmbeddedLanguagesProvider.cs (1)
24[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EmbeddedLanguages\CSharpJsonDetectionCodeFixProvider.cs (1)
20[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EmbeddedLanguages\CSharpTestEmbeddedLanguageClassifier.cs (1)
26[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)]
GenerateConstructorFromMembers\CSharpGenerateConstructorFromMembersCodeRefactoringProvider.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)
37[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
GoToDefinition\CSharpGoToDefinitionSymbolService.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Highlighting\KeywordHighlighters\AsyncAwaitHighlighter.cs (1)
23[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)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Highlighting\KeywordHighlighters\LockStatementHighlighter.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Highlighting\KeywordHighlighters\LoopHighlighter.cs (1)
21[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)
22[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)
31[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
InlineHints\CSharpInlineHintsService.cs (1)
19[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
InlineHints\CSharpInlineParameterNameHintsService.cs (1)
25[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
InlineHints\CSharpInlineTypeHintsService.cs (1)
21[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
IntroduceVariable\CSharpIntroduceVariableService.cs (1)
26[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)
25[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
MetadataAsSource\CSharpMetadataAsSourceServiceFactory.cs (1)
19[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
MoveToNamespace\CSharpMoveToNamespaceService.cs (1)
16[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)
43[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)
27[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)
34[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SemanticSearch\CSharpSemanticSearchService.cs (1)
20[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)
27[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SignatureHelp\ElementAccessExpressionSignatureHelpProvider.cs (1)
32[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SignatureHelp\GenericNamePartiallyWrittenSignatureHelpProvider.cs (1)
21[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SignatureHelp\GenericNameSignatureHelpProvider.cs (1)
29[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SignatureHelp\InitializerExpressionSignatureHelpProvider.cs (1)
24[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SignatureHelp\InvocationExpressionSignatureHelpProvider.cs (1)
25[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SignatureHelp\ObjectCreationExpressionSignatureHelpProvider.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SignatureHelp\PrimaryConstructorBaseTypeSignatureHelpProvider.cs (1)
33[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SignatureHelp\TupleConstructionSignatureHelpProvider.cs (1)
32[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\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)
18[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)
26[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\ConvertSwitchStatementToExpression\ConvertSwitchStatementToExpressionCodeFixProvider.cs (1)
31[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)
17[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)
26[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)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\GenerateParameterizedMember\CSharpGenerateDeconstructMethodService.cs (1)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\GenerateParameterizedMember\CSharpGenerateMethodService.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\ImplementInterface\CSharpImplementInterfaceService.cs (1)
26[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)
25[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)
24[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)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\NewLines\ConditionalExpressionPlacement\ConditionalExpressionPlacementCodeFixProvider.cs (1)
25[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)
25[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)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\RemoveUnnecessaryNullableDirective\CSharpRemoveUnnecessaryNullableDirectiveCodeFixProvider.cs (1)
26[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)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\UseCollectionExpression\CSharpUseCollectionExpressionForArrayCodeFixProvider.cs (1)
27[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)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\UseCollectionExpression\CSharpUseCollectionExpressionForFluentCodeFixProvider.cs (1)
36[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\UseCollectionExpression\CSharpUseCollectionExpressionForStackAllocCodeFixProvider.cs (1)
23[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)
27[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\UseExpressionBody\UseExpressionBodyCodeFixProvider.cs (1)
31[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\UseImplicitObjectCreation\CSharpUseImplicitObjectCreationCodeFixProvider.cs (1)
29[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)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\UseNameofInAttribute\CSharpUseNameofInAttributeCodeFixProvider.cs (1)
22[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)
36[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\CSharp\CodeFixes\UseSimpleUsingStatement\UseSimpleUsingStatementCodeFixProvider.cs (1)
33[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\UseUtf8StringLiteral\UseUtf8StringLiteralCodeFixProvider.cs (1)
27[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
StringIndentation\CSharpStringIndentationService.cs (1)
24[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)
25[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Testing\CSharpTestMethodFinder.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (3)
Compilation\SemanticModelAPITests.cs (2)
3514new ObsoleteAttribute("goo"); 3535new 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)
41[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Formatting\CSharpFormattingService.cs (1)
16[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Formatting\CSharpSyntaxFormattingService.cs (1)
34[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
LanguageServices\FixAllSpanMappingService\CSharpFixAllSpanMappingService.cs (1)
23[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
LinkedFiles\CSharpLinkedFileMergeConflictCommentAdditionService.cs (1)
17[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ObsoleteSymbol\CSharpObsoleteSymbolService.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
OrganizeImports\CSharpOrganizeImportsService.cs (1)
20[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ReassignedVariable\CSharpReassignedVariableService.cs (1)
23[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Recommendations\CSharpRecommendationService.cs (1)
19[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Rename\CSharpRenameRewriterLanguageService.cs (1)
36[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SemanticModelReuse\CSharpSemanticModelReuseLanguageService.cs (1)
23[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Serialization\CSharpOptionsSerializationService.cs (1)
21[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Simplification\CSharpSimplificationService.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\CodeGeneration\CSharpCodeGenerationServiceFactory.cs (1)
17[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\CodeRefactorings\CSharpRefactoringHelpersService.cs (1)
24[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)
28[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpBlockFactsService.cs (1)
17[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpFileBannerFactsService.cs (1)
17[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpGeneratedCodeRecognitionService.cs (1)
18[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpHeaderFactsService.cs (1)
17[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)
29[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpReplaceDiscardDeclarationsWithAssignmentsService.cs (1)
33[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpSemanticFactsServiceFactory.cs (1)
19[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpSymbolDeclarationService.cs (1)
19[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpSyntaxFactsServiceFactory.cs (1)
19[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpSyntaxKindsServiceFactory.cs (1)
19[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.EditorFeatures (108)
AutomaticCompletion\BraceCompletionSessionProvider.cs (1)
35[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
BackgroundWorkIndicator\DefaultBackgroundWorkIndicatorFactory.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
BracePairs\BracePairsTaggerProvider.cs (1)
31[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Classification\ClassificationTags.cs (1)
13[Obsolete("Use ToClassificationTypeName")]
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)
17[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Commanding\LegacyCommandHandlerServiceFactory.cs (2)
13[Obsolete("This is a compatibility shim for TypeScript; please do not use it.")] 18[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
CommentSelection\ToggleBlockCommentCommandHandler.cs (1)
27[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
CommentSelection\ToggleLineCommentCommandHandler.cs (1)
34[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Copilot\CopilotTaggerProvider.cs (1)
35[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EditAndContinue\ActiveStatementTaggerProvider.cs (1)
33[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\EditAndContinueLanguageService.cs (1)
28[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EditAndContinue\PdbMatchingSourceTextProvider.cs (1)
33[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)
24[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)
19[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 (2)
17[Obsolete("Use constructor that takes ITextBufferVisibilityTracker. Use `[Import(AllowDefault = true)] ITextBufferVisibilityTracker? visibilityTracker`")] 30[Obsolete("Use constructor that takes a single TaggerHost")]
ExternalAccess\VSTypeScript\Api\VSTypeScriptGlobalOptions.cs (2)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 37[Obsolete("Do not pass workspace")]
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)
17[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExternalAccess\VSTypeScript\VSTypeScriptDidCloseHandler.cs (1)
17[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExternalAccess\VSTypeScript\VSTypeScriptDidOpenHandler.cs (1)
17[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExternalAccess\VSTypeScript\VSTypeScriptEditorInlineRenameService.cs (1)
21[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)
34[method: Obsolete(MefConstruction.ImportingConstructorMessage, true)]
ExternalAccess\VSTypeScript\VSTypeScriptLanguageDebugInfoService.cs (1)
18[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)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExternalAccess\VSTypeScript\VSTypeScriptProjectContextHandler.cs (1)
17[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExternalAccess\VSTypeScript\VSTypeScriptPullDiagnosticHandlerProvider.cs (2)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 29[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExternalAccess\VSTypeScript\VSTypeScriptRequestExecutionQueueProvider.cs (1)
17[method: Obsolete(MefConstruction.ImportingConstructorMessage, true)]
ExternalAccess\VSTypeScript\VSTypeScriptRequestTelemetryLoggerFactory.cs (1)
17[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExternalAccess\VSTypeScript\VSTypeScriptStreamingFindUsagesPresenterAccessor.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExtractMethod\ExtractMethodCommandHandler.cs (1)
46[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Formatting\FormatCommandHandler.cs (1)
39[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
GoToBase\GoToBaseCommandHandler.cs (1)
29[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
GoToImplementation\GoToImplementationCommandHandler.cs (1)
29[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ICommandHandlerServiceFactory.cs (1)
13[Obsolete("This is a compatibility shim for TypeScript; please do not use it.")]
InlineHints\InlineHintsDataTaggerProvider.cs (1)
34[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
InlineRename\InlineRenameService.cs (1)
30[method: 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\UndoManagerServiceFactory.cs (1)
23[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)]
Intents\DeleteParameterIntentProvider.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Intents\RenameIntentProvider.cs (1)
26[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)]
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)]
NavigateTo\DefaultNavigateToLinkService.cs (1)
21[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
NavigationBar\NavigationBarControllerFactoryService.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Options\EditorOptionsService.cs (1)
17[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Options\LegacyGlobalOptionsWorkspaceService.cs (1)
17[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)]
Preview\AbstractPreviewFactoryService.cs (1)
36[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ReferenceHighlighting\NavigateToHighlightReferenceCommandHandler.cs (1)
29[method: 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)
33[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)]
SmartIndent\SmartIndentProvider.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SolutionEvents\HostLegacySolutionEventsWorkspaceEventListener.cs (1)
35[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)]
StringCopyPaste\IStringCopyPasteService.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Structure\OutliningCommandHandler.cs (1)
19[method: 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)]
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)
25[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspaces\TextUndoHistoryWorkspaceServiceFactoryService.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (35)
ChangeSignature\TestChangeSignatureOptionsService.cs (1)
22[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)]
Diagnostics\MockDiagnosticAnalyzerService.cs (1)
28[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
DocumentTracking\FirstDocumentIsActiveAndVisibleDocumentTrackingService.cs (3)
19[Obsolete(MefConstruction.FactoryMethodMessage, error: true)] 35[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 40[Obsolete(MefConstruction.FactoryMethodMessage, error: true)]
DocumentTracking\TestDocumentTrackingService.cs (1)
14[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExtractInterface\TestExtractInterfaceOptions.cs (1)
24[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Interactive\TestInteractiveWindowEditorFactoryService.cs (1)
28[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
LanguageServer\TestWorkspaceRegistrationService.cs (1)
19[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)
237[Obsolete(MefConstruction.FactoryMethodMessage, error: true)] 253[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 258[Obsolete(MefConstruction.FactoryMethodMessage, error: true)] 267[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Notification\TestGlobalOperationNotificationService.cs (1)
18[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)]
StubVsEditorAdaptersFactoryService.cs (1)
24[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
StubVsServiceExporter`1.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
StubVsServiceExporter`2.cs (1)
32[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 (4)
CodeRefactorings\CodeRefactoringServiceTest.cs (1)
60[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)]
Options\GlobalOptionsTests.cs (1)
44[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Microsoft.CodeAnalysis.EditorFeatures.Wpf (140)
AsyncCompletion\LanguageServerSnippetExpanderAdapter.cs (1)
21[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
BackgroundWorkIndicator\WpfBackgroundWorkIndicatorFactory.cs (1)
28[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
BraceMatching\BraceMatchingTypeFormatDefinitions.cs (1)
27[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
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)]
ConflictTagDefinition.cs (1)
24[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EditAndContinue\ActiveStatementTagFormatDefinition.cs (1)
25[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EditAndContinue\EditAndContinueErrorTypeFormatDefinition.cs (1)
23[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExternalAccess\VSTypeScript\VSTypeScriptSignatureHelpClassifierProvider.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
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)
44[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\Taggers\ClassificationFormatDefinitions.cs (1)
24[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
InlineRename\UI\InlineRenameAdornmentProvider.cs (1)
56[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)
23[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)
43[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\DefaultNavigateToPreviewServiceFactory.cs (1)
21[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Notification\EditorNotificationServiceFactory.cs (1)
25[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Peek\PeekableItemFactory.cs (1)
36[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Peek\PeekableItemSourceProvider.cs (1)
29[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Preview\PreviewConflictViewTaggerProvider.cs (1)
27[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Preview\PreviewFactoryService.cs (1)
32[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)
33[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ReferenceHighlighting\DefinitionHighlightTagDefinition.cs (1)
22[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)]
SignatureHelp\Presentation\SignatureHelpClassifierProvider.cs (1)
25[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SignatureHelp\Presentation\SignatureHelpPresenter.cs (1)
30[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SignatureHelp\SignatureHelpAfterCompletionCommandHandler.cs (1)
53[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SignatureHelp\SignatureHelpBeforeCompletionCommandHandler.cs (1)
53[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SignatureHelp\SignatureHelpControllerProvider.cs (1)
25[method: 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\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)
27[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Suggestions\SuggestedActionsSourceProvider.cs (1)
62[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Suggestions\SuggestedActionsSourceProvider.EditorOption.cs (1)
37[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Tags\DefaultImageIdService.cs (1)
22[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.ExpressionEvaluator.FunctionResolver (5)
src\Compilers\CSharp\Portable\Symbols\Synthesized\GeneratedNameKind.cs (5)
56[Obsolete] 58[Obsolete] 60[Obsolete] 62[Obsolete] 64[Obsolete]
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider (1)
src\Dependencies\PooledObjects\PooledStringBuilder.cs (1)
50[System.Obsolete("Consider calling ToStringAndFree instead.")]
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (1)
src\Dependencies\PooledObjects\PooledStringBuilder.cs (1)
50[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)
25[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 (3)
Internal\Analyzer\CSharp\CSharpCopilotCodeAnalysisService.cs (1)
31[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Internal\CodeMapper\CopilotCSharpMapCodeService.cs (1)
24[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Internal\RelatedDocuments\CSharpCopilotRelatedDocumentsService.cs (1)
21[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Microsoft.CodeAnalysis.ExternalAccess.Debugger (1)
DebuggerFindReferencesService.cs (1)
20[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Microsoft.CodeAnalysis.ExternalAccess.FSharp (44)
Editor\IFSharpEditorInlineRenameService.cs (4)
17[Obsolete] 41[Obsolete] 60[Obsolete] 147[Obsolete]
Editor\IFSharpIndentationService.cs (1)
45[Obsolete("Use IFSharpIndentationService instead")]
Editor\Shared\Utilities\FSharpClassificationTypeMap.cs (1)
25[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
FindUsages\FSharpDefinitionItem.cs (1)
33[Obsolete("Use overload that takes metadata locations")]
FSharpEditorFeaturesResources.cs (1)
12[Obsolete]
FSharpGlobalOptions.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Internal\Classification\FSharpClassificationService.cs (1)
29[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Internal\CommentSelection\FSharpCommentSelectionService.cs (1)
24[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Internal\Diagnostics\FSharpDiagnosticAnalyzerService.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Internal\Diagnostics\FSharpDocumentDiagnosticAnalyzer.cs (1)
29[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Internal\Diagnostics\FSharpSimplifyNameDiagnosticAnalyzer.cs (1)
29[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Internal\Diagnostics\FSharpUnusedDeclarationsAnalyzer.cs (1)
29[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Internal\Diagnostics\FSharpUnusedOpensDiagnosticAnalyzer.cs (1)
26[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Internal\DocumentHighlighting\FSharpDocumentHighlightsService.cs (1)
61[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)
63[Obsolete] 86[Obsolete] 113[Obsolete] 189[Obsolete] 195[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Internal\Editor\FSharpNavigationBarItemService.cs (1)
32[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Internal\Editor\FSharpSmartIndentProvider.cs (1)
39[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)
24[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)
25[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)]
TaskList\FSharpTaskListService.cs (1)
23[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)
24[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Internal\ExtractInterface\OmniSharpExtractInterfaceOptionsService.cs (1)
31[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Internal\PickMembers\OmniSharpPickMembersService.cs (1)
21[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Options\OmnisharpLegacyGlobalOptionsWorkspaceService.cs (1)
20[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Microsoft.CodeAnalysis.ExternalAccess.Razor (12)
Cohost\Handlers\DocumentSymbols.cs (1)
23[Obsolete("Update to call overload that takes 'supportsVSExtensions' argument.")]
Cohost\IRazorCustomMessageTarget.cs (1)
9[Obsolete("This should no longer be used")]
Cohost\RazorCohostClientLanguageServerManagerFactory.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Cohost\RazorDynamicRegistrationServiceFactory.cs (1)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Cohost\RazorSemanticTokensRefreshQueueWrapper.cs (1)
19[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
RazorAnalyzerAssemblyResolver.cs (1)
29[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
RazorAsynchronousOperationListenerProviderAccessor.cs (1)
19[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
RazorCSharpInterceptionMiddleLayer.cs (1)
21[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
RazorDynamicFileInfoProviderWrapper.cs (1)
26[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Testing\RazorTestAnalyzerLoader.cs (1)
15[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Testing\RazorTestLanguageServerFactory.cs (1)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Testing\RazorTestWorkspaceRegistrationService.cs (1)
18[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
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 (100)
AddConstructorParametersFromMembers\AddConstructorParametersFromMembersCodeRefactoringProvider.cs (1)
32[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
AddImport\Remote\AbstractAddImportFeatureService_Remote.cs (1)
30[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
BraceMatching\BraceMatchingService.cs (1)
20[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
CodeFixesAndRefactorings\FeaturesFixAllGetFixesService.cs (1)
14[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
CodeLens\CodeLensReferencesServiceFactory.cs (1)
20[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
CodeRefactorings\CodeRefactoringService.cs (1)
28[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
CodeRefactorings\ServicesLayerCodeActionHelpersService.cs (1)
18[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Completion\CompletionChange.cs (1)
77[Obsolete("Use Create overload that takes a single TextChange and multiple TextChanges instead", error: true)]
Completion\CompletionContext.cs (1)
52[Obsolete("Not used anymore. Use CompletionListSpan instead.", error: true)]
Completion\CompletionItem.cs (2)
315[Obsolete("Use the Create overload that does not take a span", error: true)] 410[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)] 149[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)]
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)
20[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EditAndContinue\EditAndContinueService.cs (2)
31[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 60[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EditAndContinue\Remote\RemoteEditAndContinueServiceProxy.cs (1)
29[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
EditAndContinue\SolutionSnapshotRegistry.cs (1)
31[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)]
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)
38[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\VSTypeScriptCommentSelectionService.cs (1)
16[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExternalAccess\VSTypeScript\VSTypeScriptDiagnosticAnalyzerLanguageService.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExternalAccess\VSTypeScript\VSTypeScriptDiagnosticAnalyzerService.cs (1)
17[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)
146[Obsolete("Use GetNavigableLocationAsync instead")] 150[Obsolete("Use GetNavigableLocationAsync instead")] 161[Obsolete("TypeScript: Use external access APIs")] 176[Obsolete("TypeScript: Use external access APIs")] 193[Obsolete("TypeScript: Use external access APIs")] 207[Obsolete("TypeScript: Use external access APIs")] 242[Obsolete("TypeScript: Use external access APIs")]
FindUsages\IRemoteFindUsagesService.cs (1)
55[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
GenerateEqualsAndGetHashCodeFromMembers\GenerateEqualsAndGetHashCodeFromMembersCodeRefactoringProvider.cs (1)
45[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
GenerateOverrides\GenerateOverridesCodeRefactoringProvider.cs (1)
26[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Highlighting\HighlightingService.cs (1)
20[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
LegacySolutionEvents\ILegacySolutionEventsAggregationService.cs (1)
30[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
MetadataAsSource\AbstractMetadataAsSourceService+CompatAbstractMetadataFormattingRule.cs (6)
20[Obsolete("Do not call this method directly (it will Stack Overflow).", error: true)] 28[Obsolete("Do not call this method directly (it will Stack Overflow).", error: true)] 36[Obsolete("Do not call this method directly (it will Stack Overflow).", error: true)] 44[Obsolete("Do not call this method directly (it will Stack Overflow).", error: true)] 52[Obsolete("Do not call this method directly (it will Stack Overflow).", error: true)] 62[Obsolete("Do not call this method directly (it will Stack Overflow).", error: true)]
MetadataAsSource\DecompilationMetadataAsSourceFileProvider.cs (1)
32[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
MetadataAsSource\MetadataAsSourceFileService.cs (1)
55[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)]
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)
37[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)
27[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SignatureHelp\AbstractSignatureHelpProvider.cs (1)
129[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)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\Core\CodeFixes\UpdateLegacySuppressions\UpdateLegacySuppressionsCodeFixProvider.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
src\Analyzers\Core\CodeFixes\UseExplicitTupleName\UseExplicitTupleNameCodeFixProvider.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
StackTraceExplorer\StackTraceExplorerService.cs (1)
23[System.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)
32[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 37[Obsolete(MefConstruction.FactoryMethodMessage, error: true)]
Microsoft.CodeAnalysis.Features.Test.Utilities (5)
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)]
EditAndContinue\MockManagedHotReloadService.cs (1)
20[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspaces\TestSymbolRenamedCodeActionOperationFactoryWorkspaceService.cs (1)
19[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Microsoft.CodeAnalysis.LanguageServer (39)
BrokeredServices\BrokeredServiceBridgeProvider.cs (1)
27[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
BrokeredServices\BrokeredServiceTraceListener.cs (1)
20[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
BrokeredServices\MefServiceBrokerOfExportedServices.cs (1)
19[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\Services\BrokeredServiceBridgeManifest\BrokeredServiceBridgeManifestService.cs (1)
30[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
DotnetCliHelper.cs (1)
23[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
HostServicesProvider.cs (1)
21[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)
66[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
HostWorkspace\LanguageServerWorkspaceFactory.cs (1)
25[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
HostWorkspace\MetadataService.cs (1)
15[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
HostWorkspace\OpenProjectsHandler.cs (1)
21[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
HostWorkspace\OpenSolutionHandler.cs (1)
20[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\RazorDynamicFileInfoProvider.cs (1)
49[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
HostWorkspace\RazorInitializeHandler.cs (1)
20[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
HostWorkspace\RazorWorkspaceListenerInitializer.cs (1)
26[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
HostWorkspace\VSCodeAnalyzerLoaderProviderFactory.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
HostWorkspace\WorkspaceProject.cs (1)
29[Obsolete($"Call the {nameof(AddAdditionalFilesAsync)} overload that takes {nameof(SourceFileInfo)}.")]
HostWorkspace\WorkspaceProjectFactoryService.cs (1)
29[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
LanguageServer\Handler\DebugConfiguration\ProjectTargetFrameworkManager.cs (1)
20[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
LanguageServer\Handler\DebugConfiguration\WorkspaceDebugConfigurationHandler.cs (1)
20[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
LanguageServer\Handler\Logging\UpdateLogLevelHandler.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
LanguageServer\Handler\Restore\RestorableProjectsHandler.cs (1)
20[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
LanguageServer\Handler\Restore\RestoreHandler.cs (1)
19[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
LanguageServer\RazorDynamicDocumentSyncRegistration.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
LanguageServer\WorkspaceRegistrationService.cs (1)
18[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Logging\ServerLoggerFactory.cs (1)
20[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ServerConfigurationFactory.cs (1)
21[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Services\ExtensionAssemblyManagerProvider.cs (1)
26[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Services\StarredCompletions\StarredCompletionProvider.cs (1)
17[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Telemetry\VSCodeRequestTelemetryLogger.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Testing\RunTestsHandler.cs (1)
20[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 (100)
CSharpVisualBasicLanguageServerFactory.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
DefaultCapabilitiesProvider.cs (1)
26[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\Diagnostics\DiagnosticAnalyzerService.cs (1)
43[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Features\Diagnostics\DiagnosticAnalyzerService_IncrementalAnalyzer.cs (1)
18[Obsolete(MefConstruction.FactoryMethodMessage, error: true)]
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer.cs (1)
34[Obsolete(MefConstruction.FactoryMethodMessage, 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)
29[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Features\Options\SolutionCrawlerOptionsService.cs (1)
18[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Features\Options\WorkspaceConfigurationService.cs (1)
19[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\Breakpoints\ValidateBreakableRangeHandler.cs (1)
24[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\CodeActions\CodeActionFixAllResolveHandler.cs (1)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\CodeActions\CodeActionResolveHandler.cs (1)
40[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\CodeActions\CodeActionsHandler.cs (1)
41[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\CodeLensResolveHandlerFactory.cs (1)
15[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\Completion\CompletionHandler.cs (1)
38[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\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)
37[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 46[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 55[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 64[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\Diagnostics\DiagnosticSourceProviders\WorkspaceDocumentsAndProjectDiagnosticSourceProvider.cs (1)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\Diagnostics\DiagnosticsRefreshQueue.cs (2)
25[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 58[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\Diagnostics\DocumentPullDiagnosticHandlerFactory.cs (1)
23[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)
26[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)
21[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\DocumentChanges\DidOpenHandler.cs (1)
21[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\EditAndContinue\DocumentEditAndContinueDiagnosticSourceProvider.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\EditAndContinue\RegisterSolutionSnapshotHandler.cs (1)
25[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\EditAndContinue\WorkspaceEditAndContinueDiagnosticSourceProvider.cs (1)
19[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\FoldingRanges\FoldingRangesHandler.cs (1)
31[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\Formatting\FormatDocumentHandler.cs (1)
17[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\Formatting\FormatDocumentOnTypeHandler.cs (1)
30[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\Formatting\FormatDocumentRangeHandler.cs (1)
17[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\InlayHintResolveHandlerFactory.cs (1)
15[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\InlineCompletions\InlineCompletionsHandler.cs (1)
90[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)
23[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)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\ResolveDataCacheFactory.cs (1)
15[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\SignatureHelp\SignatureHelpHandler.cs (1)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\SourceGenerators\SourceGeneratedDocumentGetTextHandler.cs (1)
18[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)
34[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)
21[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\Telemetry\RequestTelemetryLoggerFactory.cs (1)
15[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Handler\WorkspaceCommand\ExecuteWorkspaceCommandHandler.cs (1)
25[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
LspServices\RoslynLspServiceProvider.cs (1)
16[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\DocumentSymbol.cs (1)
66[Obsolete("Use Tags instead")]
Protocol\InitializeParams.cs (2)
57[Obsolete("Deprecated in favor of RootUri")] 68[Obsolete("Deprecated in favor of WorkspaceFolders")]
Protocol\MarkedString.cs (2)
43[Obsolete(DeprecationMessage)] 55[Obsolete(DeprecationMessage)]
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)]
RequestExecutionQueueProvider.cs (1)
16[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\LspMiscellaneousFilesWorkspaceProvider.cs (1)
22[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspaces\LspWorkspaceManagerFactory.cs (1)
19[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspaces\LspWorkspaceRegistrationEventListener.cs (1)
24[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (35)
Completion\CompletionFeaturesTests.cs (2)
617[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 908[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Diagnostics\DiagnosticsPullCacheTests.cs (1)
136[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
HandlerTests.cs (8)
326[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 348[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 370[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 405[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 435[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 450[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 474[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 498[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Initialize\LocaleTests.cs (1)
88[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
InlineCompletions\TestSnippetInfoService.cs (1)
22[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)
26[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
UriTests.cs (1)
332[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
VSTypeScriptHandlerTests.cs (1)
136[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Microsoft.CodeAnalysis.PooledObjects.Package (1)
PooledStringBuilder.cs (1)
50[System.Obsolete("Consider calling ToStringAndFree instead.")]
Microsoft.CodeAnalysis.Remote.ServiceHub (10)
ExternalAccess\Pythia\Api\PythiaBrokeredServiceImplementation.cs (1)
21[Obsolete("Use RunServiceAsync (that is passsed a Solution) instead", error: false)]
Host\IGlobalServiceBroker.cs (1)
31[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Host\RemoteAnalyzerAssemblyLoaderService.cs (1)
19[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Host\RemoteDocumentDifferenceService.cs (2)
30[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 40[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Host\RemoteWorkspaceManager.cs (1)
110[Obsolete("Use RunServiceAsync (that is passed a Solution) instead", error: false)]
Services\DiagnosticAnalyzer\PerformanceTrackerService.cs (1)
45[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Services\ProcessTelemetry\RemoteWorkspaceConfigurationService.cs (1)
20[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 (4)
EditAndContinue\ManagedHotReloadLanguageService.cs (1)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ProjectSystem\IWorkspaceProject.cs (1)
27[Obsolete($"Call the {nameof(AddAdditionalFilesAsync)} overload that takes {nameof(SourceFileInfo)}.")]
ServiceBrokerProvider.cs (1)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SolutionAssetStorageProvider.cs (1)
20[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
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)
1512[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.UnitTests (1)
Diagnostics\CompilationWithAnalyzersTests.cs (1)
72[Fact, Obsolete(message: "IsDiagnosticAnalyzerSuppressed is an obsolete public API")]
Microsoft.CodeAnalysis.Workspaces (104)
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)
24[Obsolete("Modifying a NotificationOption is not supported.", error: true)] 33[Obsolete("Modifying a NotificationOption is not supported.", error: true)] 37[Obsolete("Use " + nameof(Severity) + " instead.")]
Diagnostics\DiagnosticAnalyzerInfoCache.cs (1)
73[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Editing\DeclarationKind.cs (1)
62[Obsolete($"This value is not used. Use {nameof(Class)} instead.")]
Editing\SyntaxEditor.cs (1)
63[Obsolete("Use SyntaxEditor(SyntaxNode, HostWorkspaceServices)")]
ExtensionManager\ServicesLayerExtensionManager.cs (1)
14[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExternalAccess\Pythia\Api\PythiaObjectPool.cs (1)
15[Obsolete("Use specific GetInstance overloads")]
FindSymbols\SymbolFinder.CallbackDispatcher.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
FindSymbols\SymbolFinder.cs (1)
26[Obsolete("Use FindSymbolAtPositionAsync instead.")]
FindSymbols\SymbolTree\SymbolTreeInfoCacheServiceFactory.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
FindSymbols\TopLevelSyntaxTree\DeclaredSymbolInfo.cs (1)
40[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)
18[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Options\GlobalOptionService.cs (1)
22[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)
25[Obsolete] 33[Obsolete] 39[Obsolete("Use overload taking RenameOptions")] 69[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)
50[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)
23[Obsolete("Use Task.CompletedTask instead which is available in the framework.")]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\WorkspaceServices\SemanticModelReuse\SemanticModelReuseWorkspaceServiceFactory.cs (1)
17[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)
25[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SymbolSearch\ISymbolSearchService.cs (1)
139[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
TemporaryStorage\TemporaryStorageService.cs (1)
89[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)
26[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspace\Host\HostWorkspaceServices.cs (2)
101[Obsolete("Roslyn no longer exports a mechanism to perform persistence.", error: true)] 111[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)
19[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspace\Host\Metadata\FrameworkAssemblyPathResolverFactory.cs (1)
15[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspace\Host\Metadata\IAnalyzerAssemblyLoaderProvider.cs (1)
61[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspace\Host\Metadata\MetadataServiceFactory.cs (1)
17[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspace\Host\PersistentStorage\IPersistentStorageConfiguration.cs (1)
59[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)
15[Obsolete("Roslyn no longer exports a mechanism to store arbitrary data in-memory.", error: true)] 24[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\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)
70[Obsolete("Use TextDocument.HasTextChanged")]
Workspace\Solution\DocumentState.cs (1)
301[Obsolete("Use TextDocumentState.HasTextChanged")]
Workspace\Solution\FileTextLoader.cs (1)
89[Obsolete("Use/override LoadTextAndVersionAsync(LoadTextOptions, CancellationToken)", false)]
Workspace\Solution\Project.cs (1)
100[Obsolete($"Use {nameof(Services)} instead.")]
Workspace\Solution\Solution.cs (1)
1560[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)
559[Obsolete(@"Workspace options should be set by invoking 'workspace.TryApplyChanges(workspace.CurrentSolution.WithOptions(newOptionSet))'")]
Workspace\Workspace_Editor.cs (1)
111[Obsolete("The isSolutionClosing parameter is now obsolete. Please call the overload without that parameter.")]
Workspace\Workspace_Events.cs (1)
221[Obsolete("This member is obsolete. Use the RaiseDocumentActiveContextChangedEventAsync(SourceTextContainer, DocumentId, DocumentId) overload instead.", error: true)]
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\Dependencies\PooledObjects\PooledStringBuilder.cs (1)
50[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)]
Fakes\StubStreamingFindUsagesPresenter.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
NoCompilationLanguageServiceFactory.cs (1)
16[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Remote\InProcRemoteHostClientProvider.cs (1)
30[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Remote\TestSerializerService.cs (3)
28[method: Obsolete(MefConstruction.FactoryMethodMessage, error: true)] 117[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 162[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)
27[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)
286[Fact, Obsolete("Testing obsolete API")] 3885[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 3895[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)] 474[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.Helix.Client (4)
generated-code\HelixApi.cs (4)
337[Obsolete] 349[Obsolete] 379[Obsolete] 388[Obsolete]
Microsoft.DotNet.XUnitExtensions (4)
SkippedFactTestCase.cs (1)
18[Obsolete("Called by the de-serializer; should only be called by deriving classes for de-serialization purposes", error: true)]
SkippedTestCase.cs (1)
19[Obsolete("Called by the de-serializer; should only be called by deriving classes for de-serialization purposes")]
SkippedTheoryTestCase.cs (1)
16[Obsolete("Called by the de-serializer; should only be called by deriving classes for de-serialization purposes", error: true)]
XunitParallelTheoryTestCase.cs (1)
16[Obsolete("Requried for deserialization")]
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 (3)
IResourceMonitorBuilder.cs (1)
29[Obsolete(DiagnosticIds.Obsoletions.IResourceUtilizationPublisherMessage,
IResourceUtilizationPublisher.cs (1)
17[Obsolete(DiagnosticIds.Obsoletions.IResourceUtilizationPublisherMessage,
ResourceMonitorBuilder.cs (1)
29[Obsolete(DiagnosticIds.Obsoletions.IResourceUtilizationPublisherMessage,
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.JSInterop.WebAssembly (1)
InternalCalls.cs (1)
17[Obsolete]
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)
19[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
TestExtensionManager.cs (1)
20[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Microsoft.VisualStudio.LanguageServices (160)
CallHierarchy\CallHierarchyPresenter.cs (1)
23[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
CallHierarchy\CallHierarchyProvider.cs (1)
40[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)
48[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ColorSchemes\ColorSchemeApplier.cs (1)
49[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
DesignerAttribute\VisualStudioDesignerAttributeService.cs (1)
63[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Diagnostics\VisualStudioDiagnosticAnalyzerProvider.Factory.cs (1)
27[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Diagnostics\VisualStudioDiagnosticAnalyzerProvider.WorkspaceEventListener.cs (1)
33[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Diagnostics\VisualStudioDiagnosticAnalyzerService.cs (1)
52[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)
23[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\SettingsEditorFactory.cs (1)
41[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)
25[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\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)
38[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ExtractInterface\VisualStudioExtractInterfaceOptionsService.cs (1)
36[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
FindReferences\ContainingMemberColumnDefinition.cs (1)
27[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)
65[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)
41[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)
30[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Implementation\WorkspaceCacheService.cs (1)
18[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)
38[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
KeybindingReset\KeybindingResetDetector.cs (1)
87[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)
21[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
MoveStaticMembers\VisualStudioMoveStaticMembersOptionsService.cs (1)
38[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)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Notification\VisualStudioGlobalOperationNotificationService.cs (1)
17[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Notification\VSNotificationServiceFactory.cs (1)
27[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Options\NamingPreferencesReadFallback.cs (1)
19[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Options\PackageSettingsPersisterProvider.cs (1)
19[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Options\VisualStudioOptionPersisterProvider.cs (1)
38[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Options\VisualStudioOptionStorage.cs (1)
39[Obsolete]
Packaging\PackageInstallerServiceFactory.cs (1)
95[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)
21[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\GraphProvider.cs (1)
42[Obsolete(MefConstruction.ImportingConstructorMessage, 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\CPS\IWorkspaceProjectContextFactory.cs (1)
30[Obsolete]
ProjectSystem\FileChangeWatcherProvider.cs (1)
22[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ProjectSystem\Legacy\SolutionEventsBatchScopeCreator.cs (1)
28[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ProjectSystem\MetadataReferences\VisualStudioFrameworkAssemblyPathResolverFactory.cs (1)
28[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ProjectSystem\MetadataReferences\VisualStudioMetadataReferenceManagerFactory.cs (1)
18[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ProjectSystem\MetadataReferences\VisualStudioMetadataReferenceProviderServiceFactory.cs (1)
15[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ProjectSystem\MiscellaneousFilesWorkspace.cs (1)
58[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)
39[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ProjectSystem\VisualStudioProjectManagementService.cs (1)
26[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)
43[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 60[Obsolete(MefConstruction.FactoryMethodMessage, error: true)]
Remote\VisualStudioWorkspaceServiceHubConnector.cs (1)
23[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Shared\VisualStudioImageIdService.cs (1)
42[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Snippets\SnippetExpansionClientFactory.cs (1)
28[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SymbolSearch\VisualStudioSymbolSearchService.cs (1)
57[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
SyncNamespaces\SyncNamespacesCommandHandler.cs (1)
39[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
TableDataSource\Suppression\VisualStudioDiagnosticListSuppressionStateService.cs (1)
50[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
TableDataSource\Suppression\VisualStudioSuppressionFixService.cs (1)
62[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
TaskList\ExternalErrorDiagnosticUpdateSource.cs (1)
65[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Telemetry\VisualStudioWorkspaceTelemetryService.cs (1)
24[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
UnusedReferences\Dialog\RemoveUnusedReferencesDialogProvider.cs (1)
17[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
UnusedReferences\Dialog\UnusedReferencesTableProvider.ColumnDefinitions.cs (5)
115[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 152[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 196[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 247[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 288[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)
23[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ValueTracking\ValueTrackingCommandHandler.cs (1)
51[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Venus\VenusCommandFilter`2.cs (2)
17[Obsolete("This is a compatibility shim for LiveShare and TypeScript; please do not use it.")] 22[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)
30[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspace\SourceGeneratedFileManager.cs (1)
75[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspace\VisualStudioActiveDocumentTracker.cs (1)
48[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspace\VisualStudioAddMetadataReferenceCodeActionOperationFactoryWorkspaceService.cs (1)
24[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspace\VisualStudioDocumentNavigationService.cs (1)
37[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspace\VisualStudioDocumentTrackingServiceFactory.cs (1)
16[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspace\VisualStudioFormattingRuleFactoryServiceFactory.cs (1)
25[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)
34[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Workspace\VisualStudioSymbolRenamedCodeActionOperationFactoryWorkspaceService.cs (1)
28[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)
51[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Microsoft.VisualStudio.LanguageServices.CSharp (38)
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)
22[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)
35[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
LanguageService\CSharpCodeCleanupFixer.cs (1)
23[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)
35[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)
66[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Options\CSharpVisualStudioOptionStorageReadFallbacks.cs (2)
26[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 50[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Progression\CSharpProgressionLanguageService.cs (1)
46[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
ProjectSystemShim\CSharpEntryPointFinderService.cs (1)
20[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\SemanticSearchToolWindowImpl.cs (1)
52[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Snippets\CSharpSnippetExpansionLanguageHelper.cs (1)
37[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)
20[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)
19[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 (29)
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)
24[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Features\OrganizeImports\XamlRemoveUnnecessaryImportsService.cs (1)
22[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)
19[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)] 32[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)
39[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)
26[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\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)
44[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Implementation\XamlTextViewCreationListener.cs (1)
33[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Microsoft.Win32.SystemEvents (1)
artifacts\obj\Microsoft.Win32.SystemEvents\Debug\net10.0\Microsoft.Win32.SystemEvents.notsupported.cs (1)
66[System.ObsoleteAttribute("The LowMemory event has been deprecated and is not supported.")]
MSBuild (5)
CommandLineSwitchException.cs (2)
50[Obsolete(DiagnosticId = "SYSLIB0051")] 102[Obsolete(DiagnosticId = "SYSLIB0051")]
InitializationException.cs (2)
55[Obsolete(DiagnosticId = "SYSLIB0051")] 95[Obsolete(DiagnosticId = "SYSLIB0051")]
ResourceUtilities.cs (1)
232[Obsolete("Use GetResourceString instead.", true)]
MSBuildTaskHost (1)
ResourceUtilities.cs (1)
232[Obsolete("Use GetResourceString instead.", true)]
PresentationCore (41)
System\Windows\DpiChangedEventArgs.cs (1)
47[Obsolete]
System\Windows\Media\BoundsDrawingContextWalker.cs (1)
498[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media\ContainerVisual.cs (2)
100[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 111[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media\DrawingDrawingContext.cs (1)
1017[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media\Effects\BevelBitmapEffect.cs (2)
41[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 50[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media\Effects\BitmapEffect.cs (6)
60[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 67[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 77[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 86[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 97[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 109[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media\Effects\BitmapEffectGroup.cs (2)
50[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 59[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media\Effects\BlurBitmapEffect.cs (2)
41[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 50[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media\Effects\DropShadowBitmapEffect.cs (2)
35[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 44[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media\Effects\embossbitmapeffect.cs (2)
35[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 44[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media\Effects\OuterGlowBitmapEffect.cs (2)
41[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 50[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media\FormattedText.cs (3)
49[Obsolete("Use the PixelsPerDip override", false)] 113[Obsolete("Use the PixelsPerDip override", false)] 179[Obsolete("Use the PixelsPerDip override", false)]
System\Windows\Media\Generated\DrawingContext.cs (1)
427[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media\Generated\DrawingContextDrawingContextWalker.cs (1)
580[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media\Generated\DrawingContextWalker.cs (1)
500[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media\Generated\RenderDataDrawingContext.cs (1)
1255[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media\GlyphRun.cs (2)
68[Obsolete("Use the PixelsPerDip override", false)] 222[Obsolete("Use the PixelsPerDip override", false)]
System\Windows\Media\HitTestWithPointDrawingContextWalker.cs (1)
294[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media\RenderCapability.cs (1)
106[Obsolete(IsShaderEffectSoftwareRenderingSupported_Deprecated)]
System\Windows\Media\Visual.cs (2)
2990[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 3089[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\Media3D\Viewport3DVisual.cs (2)
101[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 112[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)]
System\Windows\UIElement.cs (3)
2757[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 2820[Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] 4090[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)
294[ObsoleteAttribute("InitializeLifetimeService is obsolete.", false)]
System\Windows\Data\BindingListCollectionView.cs (1)
1491[Obsolete("Replaced by OnAllowsCrossThreadChangesChanged")]
System\Windows\Data\CollectionView.cs (2)
1248[Obsolete("Replaced by OnAllowsCrossThreadChangesChanged")] 1257[Obsolete("Replaced by ClearPendingChanges")]
System\Windows\Data\ListCollectionView.cs (1)
1671[Obsolete("Replaced by OnAllowsCrossThreadChangesChanged")]
System\Windows\Standard\Debug.cs (1)
58Obsolete("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.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 (1)
Services\ServiceHubServicesTests.cs (1)
698[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
System.CodeDom (7)
Microsoft\CSharp\CSharpCodeProvider.cs (2)
35[Obsolete("ICodeGenerator has been deprecated. Use the methods directly on the CodeDomProvider class instead.")] 38[Obsolete("ICodeCompiler has been deprecated. Use the methods directly on the CodeDomProvider class instead.")]
Microsoft\VisualBasic\VBCodeProvider.cs (2)
37[Obsolete("ICodeGenerator has been deprecated. Use the methods directly on the CodeDomProvider class instead.")] 40[Obsolete("ICodeCompiler has been deprecated. Use the methods directly on the CodeDomProvider class instead.")]
System\CodeDom\Compiler\CodeDomProvider.cs (3)
119[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.")] 128[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.")] 131[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)
890[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)
2580[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)
253[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 263[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 309[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)
198[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 226[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)
35[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)
System\Diagnostics\Process.cs (9)
330[Obsolete("Process.NonpagedSystemMemorySize has been deprecated because the type of the property can't represent all valid results. Use System.Diagnostics.Process.NonpagedSystemMemorySize64 instead.")] 350[Obsolete("Process.PagedMemorySize has been deprecated because the type of the property can't represent all valid results. Use System.Diagnostics.Process.PagedMemorySize64 instead.")] 370[Obsolete("Process.PagedSystemMemorySize has been deprecated because the type of the property can't represent all valid results. Use System.Diagnostics.Process.PagedSystemMemorySize64 instead.")] 390[Obsolete("Process.PeakPagedMemorySize has been deprecated because the type of the property can't represent all valid results. Use System.Diagnostics.Process.PeakPagedMemorySize64 instead.")] 409[Obsolete("Process.PeakWorkingSet has been deprecated because the type of the property can't represent all valid results. Use System.Diagnostics.Process.PeakWorkingSet64 instead.")] 428[Obsolete("Process.PeakVirtualMemorySize has been deprecated because the type of the property can't represent all valid results. Use System.Diagnostics.Process.PeakVirtualMemorySize64 instead.")] 503[Obsolete("Process.PrivateMemorySize has been deprecated because the type of the property can't represent all valid results. Use System.Diagnostics.Process.PrivateMemorySize64 instead.")] 630[Obsolete("Process.VirtualMemorySize has been deprecated because the type of the property can't represent all valid results. Use System.Diagnostics.Process.VirtualMemorySize64 instead.")] 753[Obsolete("Process.WorkingSet has been deprecated because the type of the property can't represent all valid results. Use System.Diagnostics.Process.WorkingSet64 instead.")]
System.Diagnostics.StackTrace (1)
System\Diagnostics\SymbolStore\ISymbolBinder.cs (1)
10[Obsolete("ISymbolBinder.GetReader has been deprecated because it is not 64-bit compatible. Use ISymbolBinder1.GetReader instead. ISymbolBinder1.GetReader accepts the importer interface pointer as an IntPtr instead of an Int32, and thus works on both 32-bit and 64-bit architectures.")]
System.DirectoryServices (13)
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}")] 662[Obsolete("KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherAlgorithmStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.", DiagnosticId = "SYSLIB0058", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")] 666[Obsolete("KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherAlgorithmStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.", DiagnosticId = "SYSLIB0058", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")] 670[Obsolete("KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherAlgorithmStrength, 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, CipherAlgorithmStrength, 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, CipherAlgorithmStrength, 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, CipherAlgorithmStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.", DiagnosticId = "SYSLIB0058", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")] 731[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)
3205[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)
297[Obsolete("This constructor has been deprecated. Use EncoderParameter(Encoder encoder, int numberValues, EncoderParameterValueType type, IntPtr value) instead.")]
System\Drawing\Printing\InvalidPrinterException.Core.cs (2)
12[Obsolete(DiagnosticId = "SYSLIB0051")] 20[Obsolete(DiagnosticId = "SYSLIB0051")]
System.Formats.Asn1 (1)
System\Formats\Asn1\AsnContentException.cs (1)
59[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Formats.Cbor (1)
System\Formats\Cbor\CborContentException.cs (1)
41[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.IO.Compression (2)
System\IO\Compression\DeflateZLib\ZLibException.cs (2)
57[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 68[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)
307[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)
12[Obsolete("CallSiteOps has been deprecated and is not supported.", error: false), EditorBrowsable(EditorBrowsableState.Never)] 15[Obsolete("CallSiteOps has been deprecated and is not supported.", error: false), EditorBrowsable(EditorBrowsableState.Never)] 18[Obsolete("CallSiteOps has been deprecated and is not supported.", error: false), EditorBrowsable(EditorBrowsableState.Never)] 21[Obsolete("CallSiteOps has been deprecated and is not supported.", error: false), EditorBrowsable(EditorBrowsableState.Never)] 24[Obsolete("CallSiteOps has been deprecated and is not supported.", error: false), EditorBrowsable(EditorBrowsableState.Never)] 27[Obsolete("CallSiteOps has been deprecated and is not supported.", error: false), EditorBrowsable(EditorBrowsableState.Never)] 30[Obsolete("CallSiteOps has been deprecated and is not supported.", error: false), EditorBrowsable(EditorBrowsableState.Never)] 33[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.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 (7)
src\libraries\Common\src\System\Net\Http\aspnetcore\Http2\Hpack\HPackDecodingException.cs (1)
25[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\Common\src\System\Net\Http\aspnetcore\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\libraries\Common\src\System\Net\Http\aspnetcore\Http3\QPack\QPackDecodingException.cs (1)
25[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
src\libraries\Common\src\System\Net\Http\aspnetcore\Http3\QPack\QPackEncodingException.cs (1)
22[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Net\Http\HttpRequestMessage.cs (1)
111[Obsolete("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)
94[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)
System\Net\Dns.cs (8)
263[Obsolete("GetHostByName has been deprecated. Use GetHostEntry instead.")] 276[Obsolete("BeginGetHostByName has been deprecated. Use BeginGetHostEntry instead.")] 280[Obsolete("EndGetHostByName has been deprecated. Use EndGetHostEntry instead.")] 290[Obsolete("GetHostByAddress has been deprecated. Use GetHostEntry instead.")] 303[Obsolete("GetHostByAddress has been deprecated. Use GetHostEntry instead.")] 316[Obsolete("Resolve has been deprecated. Use GetHostEntry instead.")] 345[Obsolete("BeginResolve has been deprecated. Use BeginGetHostEntry instead.")] 349[Obsolete("EndResolve has been deprecated. Use EndGetHostEntry instead.")]
System.Net.NetworkInformation (3)
src\libraries\Common\src\System\Net\NetworkInformation\NetworkInformationException.cs (1)
39[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Net\NetworkInformation\NetworkAddressChange.cs (2)
27[Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)] 34[Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
System.Net.Ping (1)
System\Net\NetworkInformation\PingException.cs (1)
23[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Net.Primitives (13)
System\Net\CookieException.cs (3)
35[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 42[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 48[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Net\IPAddress.cs (1)
648[Obsolete("IPAddress.Address is address family dependent and has been deprecated. Use IPAddress.Equals to perform comparisons instead.")]
System\Net\SecureProtocols\SslEnumTypes.cs (8)
14[System.ObsoleteAttribute("SslProtocols.Ssl2 has been deprecated and is not supported.")] 16[System.ObsoleteAttribute("SslProtocols.Ssl3 has been deprecated and is not supported.")] 18[System.ObsoleteAttribute(Obsoletions.TlsVersion10and11Message, DiagnosticId = Obsoletions.TlsVersion10and11DiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 20[System.ObsoleteAttribute(Obsoletions.TlsVersion10and11Message, DiagnosticId = Obsoletions.TlsVersion10and11DiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 24[System.ObsoleteAttribute("SslProtocols.Default has been deprecated and is not supported.")] 28[Obsolete(Obsoletions.TlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.TlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 37[Obsolete(Obsoletions.TlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.TlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 52[Obsolete(Obsoletions.TlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.TlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Net\SocketException.cs (1)
54[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Net.Requests (35)
System\Net\AuthenticationManager.cs (1)
9[Obsolete(Obsoletions.AuthenticationManagerMessage, DiagnosticId = Obsoletions.AuthenticationManagerDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Net\FileWebRequest.cs (3)
41[Obsolete("Serialization has been deprecated for FileWebRequest.")] 48[Obsolete("Serialization has been deprecated for FileWebRequest.")] 52[Obsolete("Serialization has been deprecated for FileWebRequest.")]
System\Net\FileWebResponse.cs (3)
49[Obsolete("Serialization has been deprecated for FileWebResponse.")] 56[Obsolete("Serialization has been deprecated for FileWebResponse.")] 62[Obsolete("Serialization has been deprecated for FileWebResponse.")]
System\Net\GlobalProxySelection.cs (1)
8[Obsolete("GlobalProxySelection has been deprecated. Use WebRequest.DefaultWebProxy instead to access and set the global default proxy. Use 'null' instead of GetEmptyWebProxy.")]
System\Net\HttpWebRequest.cs (3)
191[Obsolete(Obsoletions.WebRequestMessage, DiagnosticId = Obsoletions.WebRequestDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 198[Obsolete("Serialization has been deprecated for HttpWebRequest.")] 204[Obsolete("Serialization has been deprecated for HttpWebRequest.")]
System\Net\HttpWebResponse.cs (4)
31[Obsolete("This API supports the .NET infrastructure and is not intended to be used directly from your code.", true)] 39[Obsolete("Serialization has been deprecated for HttpWebResponse.")] 46[Obsolete("Serialization has been deprecated for HttpWebResponse.")] 52[Obsolete("Serialization has been deprecated for HttpWebResponse.")]
System\Net\ProtocolViolationException.cs (3)
38[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 45[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 51[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Net\ServicePoint\SecurityProtocolType.cs (1)
13[Obsolete("SecurityProtocolType.Ssl3 has been deprecated and is not supported.")]
System\Net\ServicePoint\ServicePointManager.cs (1)
12[Obsolete(Obsoletions.WebRequestMessage + " Settings on ServicePointManager no longer affect SslStream or HttpClient.", DiagnosticId = Obsoletions.WebRequestDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Net\WebException.cs (3)
56[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 67[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 73[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Net\WebRequest.cs (9)
39[Obsolete(Obsoletions.WebRequestMessage, DiagnosticId = Obsoletions.WebRequestDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 42[Obsolete(Obsoletions.WebRequestMessage, DiagnosticId = Obsoletions.WebRequestDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 49[Obsolete("Serialization has been deprecated for WebRequest.")] 55[Obsolete("Serialization has been deprecated for WebRequest.")] 151[Obsolete(Obsoletions.WebRequestMessage, DiagnosticId = Obsoletions.WebRequestDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 169[Obsolete(Obsoletions.WebRequestMessage, DiagnosticId = Obsoletions.WebRequestDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 188[Obsolete(Obsoletions.WebRequestMessage, DiagnosticId = Obsoletions.WebRequestDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 196[Obsolete(Obsoletions.WebRequestMessage, DiagnosticId = Obsoletions.WebRequestDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 204[Obsolete(Obsoletions.WebRequestMessage, DiagnosticId = Obsoletions.WebRequestDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Net\WebResponse.cs (3)
27[Obsolete("Serialization has been deprecated for WebResponse.")] 34[Obsolete("Serialization has been deprecated for WebResponse.")] 40[Obsolete("Serialization has been deprecated for WebResponse.")]
System.Net.Security (11)
System\Net\Security\SslStream.cs (8)
24[System.ObsoleteAttribute(Obsoletions.EncryptionPolicyMessage, DiagnosticId = Obsoletions.EncryptionPolicyDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 28[System.ObsoleteAttribute(Obsoletions.EncryptionPolicyMessage, DiagnosticId = Obsoletions.EncryptionPolicyDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 583[Obsolete(Obsoletions.TlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.TlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 593[Obsolete(Obsoletions.TlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.TlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 603[Obsolete(Obsoletions.TlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.TlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 613[Obsolete(Obsoletions.TlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.TlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 623[Obsolete(Obsoletions.TlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.TlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 633[Obsolete(Obsoletions.TlsCipherAlgorithmEnumsMessage, DiagnosticId = Obsoletions.TlsCipherAlgorithmEnumsDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Authentication\AuthenticationException.cs (2)
24[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 48[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Authentication\ExtendedProtection\ExtendedProtectionPolicy.cs (1)
71[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Net.Sockets (5)
System\Net\Sockets\Socket.cs (3)
255[Obsolete("SupportsIPv4 has been deprecated. Use OSSupportsIPv4 instead.")] 257[Obsolete("SupportsIPv6 has been deprecated. Use OSSupportsIPv6 instead.")] 437[Obsolete("UseOnlyOverlappedIO has been deprecated and is not supported.")]
System\Net\Sockets\SocketInformationOptions.cs (1)
16[Obsolete("SocketInformationOptions.UseOnlyOverlappedIO has been deprecated and is not supported.")]
System\Net\Sockets\TCPListener.cs (1)
49[Obsolete("This constructor has been deprecated. Use TcpListener(IPAddress localaddr, int port) instead.")]
System.Net.WebClient (7)
System\Net\WebClient.cs (7)
56[Obsolete(Obsoletions.WebRequestMessage, DiagnosticId = Obsoletions.WebRequestDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 1878[Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)] 1882[Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)] 1886[Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)] 1890[Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)] 2098[Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)] 2102[Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
System.Net.WebHeaderCollection (2)
System\Net\WebHeaderCollection.cs (2)
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)
207[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 218[Obsolete("WebProxy.GetDefaultProxy has been deprecated. Use the proxy selected for you by default.")]
System.Net.WebSockets (4)
System\Net\WebSockets\WebSocket.cs (2)
171[Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.")] 175[Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.")]
System\Net\WebSockets\WebSocketException.cs (2)
98[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 105[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Numerics.Tensors (4)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan.cs (2)
415[Obsolete("Equals() on ReadOnlyTensorSpan will always throw an exception. Use the equality operator instead.")] 426[Obsolete("GetHashCode() on ReadOnlyTensorSpan will always throw an exception.")]
System\Numerics\Tensors\netcore\TensorSpan.cs (2)
423[Obsolete("Equals() on TensorSpan will always throw an exception. Use the equality operator instead.")] 434[Obsolete("GetHashCode() on TensorSpan will always throw an exception.")]
System.Private.CoreLib (338)
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)
51[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 62[Obsolete("AppDomain.SetDynamicBase has been deprecated and is not supported.")] 107[Obsolete(Obsoletions.AppDomainCreateUnloadMessage, DiagnosticId = Obsoletions.AppDomainCreateUnloadDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 129[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 175[Obsolete(Obsoletions.AppDomainCreateUnloadMessage, DiagnosticId = Obsoletions.AppDomainCreateUnloadDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 220[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.")] 225[Obsolete("AppDomain.AppendPrivatePath has been deprecated and is not supported.")] 228[Obsolete("AppDomain.ClearPrivatePath has been deprecated and is not supported.")] 231[Obsolete("AppDomain.ClearShadowCopyPath has been deprecated and is not supported.")] 234[Obsolete("AppDomain.SetCachePath has been deprecated and is not supported.")] 237[Obsolete("AppDomain.SetShadowCopyFiles has been deprecated and is not supported.")] 240[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\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)
184[Obsolete("Equals() on ReadOnlySpan will always throw an exception. Use the equality operator instead.")] 195[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)
86[Obsolete(Obsoletions.AssemblyNameCodeBaseMessage, DiagnosticId = Obsoletions.AssemblyNameCodeBaseDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 94[Obsolete(Obsoletions.AssemblyNameCodeBaseMessage, DiagnosticId = Obsoletions.AssemblyNameCodeBaseDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 107[Obsolete(Obsoletions.AssemblyNameMembersMessage, DiagnosticId = Obsoletions.AssemblyNameMembersDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 234[Obsolete(Obsoletions.AssemblyNameMembersMessage, DiagnosticId = Obsoletions.AssemblyNameMembersDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 241[Obsolete(Obsoletions.AssemblyNameMembersMessage, DiagnosticId = Obsoletions.AssemblyNameMembersDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 248[Obsolete(Obsoletions.StrongNameKeyPairMessage, DiagnosticId = Obsoletions.StrongNameKeyPairDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 277[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)
189[Obsolete("Equals() on Span will always throw an exception. Use the equality operator instead.")] 200[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\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)
451[Obsolete(Obsoletions.ThreadAbortMessage, DiagnosticId = Obsoletions.ThreadAbortDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 457[Obsolete(Obsoletions.ThreadAbortMessage, DiagnosticId = Obsoletions.ThreadAbortDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 463[Obsolete(Obsoletions.ThreadResetAbortMessage, DiagnosticId = Obsoletions.ThreadAbortDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 469[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.")] 475[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.")] 495[Obsolete("The ApartmentState property has been deprecated. Use GetApartmentState, SetApartmentState or TrySetApartmentState instead.")] 531[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 537[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 551[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 554[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 557[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 560[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 563[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 566[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 569[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 573[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 577[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 580[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 584[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 588[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 592[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 596[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 599[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 602[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 605[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 608[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 611[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 614[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 617[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 621[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 624[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 628[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 632[Obsolete(Obsoletions.ThreadVolatileReadWriteMessage, DiagnosticId = Obsoletions.ThreadVolatileReadWriteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 636[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)
101[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)
714[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)
43[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 53[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}")] 315[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 551[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)
57[Obsolete("ReadByte(Object, Int32) may be unavailable in future releases.")] 65[Obsolete("ReadInt16(Object, Int32) may be unavailable in future releases.")] 73[Obsolete("ReadInt32(Object, Int32) may be unavailable in future releases.")] 81[Obsolete("ReadInt64(Object, Int32) may be unavailable in future releases.")] 125[Obsolete("WriteByte(Object, Int32, Byte) may be unavailable in future releases.")] 133[Obsolete("WriteInt16(Object, Int32, Int16) may be unavailable in future releases.")] 141[Obsolete("WriteInt32(Object, Int32, Int32) may be unavailable in future releases.")] 149[Obsolete("WriteInt64(Object, Int32, Int64) may be unavailable in future releases.")] 228[Obsolete("GetExceptionCode() may be unavailable in future releases.")]
src\System\RuntimeHandles.cs (3)
693[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 799[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 1366[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)] 4970[Obsolete("Uri.MakeRelative has been deprecated. Use MakeRelativeUri(Uri uri) instead.")] 4985[Obsolete("Uri.Canonicalize has been deprecated and is not supported.")] 4995[Obsolete("Uri.Parse has been deprecated and is not supported.")] 5005[Obsolete("Uri.Escape has been deprecated and is not supported.")] 5022[Obsolete("Uri.Unescape has been deprecated. Use GetComponents() or Uri.UnescapeDataString() to unescape a Uri component or a string.")] 5036[Obsolete("Uri.EscapeString has been deprecated. Use GetComponents() or Uri.EscapeDataString to escape a Uri component or a string.")] 5047[Obsolete("Uri.CheckSecurity has been deprecated and is not supported.")] 5063[Obsolete("Uri.IsReservedCharacter has been deprecated and is not supported.")] 5091[Obsolete("Uri.IsExcludedCharacter has been deprecated and is not supported.")] 5134[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)
185[Obsolete("XmlSchema.Compile has been deprecated. Use System.Xml.Schema.XmlSchemaSet for schema compilation and validation.")] 193[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)] 163[Obsolete("The Global Assembly Cache is not supported.", DiagnosticId = "SYSLIB0005", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")] 202[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)
155[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)
235[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 250[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 (123)
System\Security\Cryptography\Aes.cs (1)
29[Obsolete(Obsoletions.CryptoStringFactoryMessage, DiagnosticId = Obsoletions.CryptoStringFactoryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\AesCryptoServiceProvider.cs (1)
9[Obsolete(Obsoletions.DerivedCryptographicTypesMessage, DiagnosticId = Obsoletions.DerivedCryptographicTypesDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\AesGcm.cs (2)
20[Obsolete(Obsoletions.AesGcmTagConstructorMessage, DiagnosticId = Obsoletions.AesGcmTagConstructorDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 29[Obsolete(Obsoletions.AesGcmTagConstructorMessage, DiagnosticId = Obsoletions.AesGcmTagConstructorDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\AesManaged.cs (1)
9[Obsolete(Obsoletions.DerivedCryptographicTypesMessage, DiagnosticId = Obsoletions.DerivedCryptographicTypesDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\AsymmetricAlgorithm.cs (2)
16[Obsolete(Obsoletions.DefaultCryptoAlgorithmsMessage, DiagnosticId = Obsoletions.DefaultCryptoAlgorithmsDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 20[Obsolete(Obsoletions.CryptoStringFactoryMessage, DiagnosticId = Obsoletions.CryptoStringFactoryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\Cng.NotSupported.cs (6)
261[Obsolete(Obsoletions.EccXmlExportImportMessage, DiagnosticId = Obsoletions.EccXmlExportImportDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 263[Obsolete(Obsoletions.EccXmlExportImportMessage, DiagnosticId = Obsoletions.EccXmlExportImportDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 280[Obsolete(Obsoletions.EccXmlExportImportMessage, DiagnosticId = Obsoletions.EccXmlExportImportDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 286[Obsolete(Obsoletions.EccXmlExportImportMessage, DiagnosticId = Obsoletions.EccXmlExportImportDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 320[Obsolete(Obsoletions.EccXmlExportImportMessage, DiagnosticId = Obsoletions.EccXmlExportImportDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 325[Obsolete(Obsoletions.EccXmlExportImportMessage, DiagnosticId = Obsoletions.EccXmlExportImportDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\CryptoConfig.cs (1)
548[Obsolete(Obsoletions.CryptoConfigEncodeOIDMessage, DiagnosticId = Obsoletions.CryptoConfigEncodeOIDDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\CryptographicUnexpectedOperationException.cs (1)
34[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\DES.cs (1)
30[Obsolete(Obsoletions.CryptoStringFactoryMessage, DiagnosticId = Obsoletions.CryptoStringFactoryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\DESCryptoServiceProvider.Unix.cs (1)
9[Obsolete(Obsoletions.DerivedCryptographicTypesMessage, DiagnosticId = Obsoletions.DerivedCryptographicTypesDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\DSA.cs (1)
30[Obsolete(Obsoletions.CryptoStringFactoryMessage, DiagnosticId = Obsoletions.CryptoStringFactoryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\ECDiffieHellman.cs (1)
34[Obsolete(Obsoletions.CryptoStringFactoryMessage, DiagnosticId = Obsoletions.CryptoStringFactoryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\ECDiffieHellmanPublicKey.cs (3)
18[Obsolete(Obsoletions.EcDhPublicKeyBlobMessage, DiagnosticId = Obsoletions.EcDhPublicKeyBlobDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 33[Obsolete(Obsoletions.EcDhPublicKeyBlobMessage, DiagnosticId = Obsoletions.EcDhPublicKeyBlobDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 40[Obsolete(Obsoletions.EccXmlExportImportMessage, DiagnosticId = Obsoletions.EccXmlExportImportDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\ECDsa.cs (1)
32[Obsolete(Obsoletions.CryptoStringFactoryMessage, DiagnosticId = Obsoletions.CryptoStringFactoryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\HashAlgorithm.cs (2)
21[Obsolete(Obsoletions.DefaultCryptoAlgorithmsMessage, DiagnosticId = Obsoletions.DefaultCryptoAlgorithmsDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 25[Obsolete(Obsoletions.CryptoStringFactoryMessage, DiagnosticId = Obsoletions.CryptoStringFactoryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\HMAC.cs (2)
21[Obsolete(Obsoletions.DefaultCryptoAlgorithmsMessage, DiagnosticId = Obsoletions.DefaultCryptoAlgorithmsDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 25[Obsolete(Obsoletions.CryptoStringFactoryMessage, DiagnosticId = Obsoletions.CryptoStringFactoryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\HMACSHA1.cs (1)
51[Obsolete(Obsoletions.UseManagedSha1Message, DiagnosticId = Obsoletions.UseManagedSha1DiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\HMACSHA384.cs (1)
48[Obsolete(Obsoletions.ProduceLegacyHmacValuesMessage, DiagnosticId = Obsoletions.ProduceLegacyHmacValuesDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\HMACSHA512.cs (1)
47[Obsolete(Obsoletions.ProduceLegacyHmacValuesMessage, DiagnosticId = Obsoletions.ProduceLegacyHmacValuesDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\KeyedHashAlgorithm.cs (2)
13[Obsolete(Obsoletions.DefaultCryptoAlgorithmsMessage, DiagnosticId = Obsoletions.DefaultCryptoAlgorithmsDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 17[Obsolete(Obsoletions.CryptoStringFactoryMessage, DiagnosticId = Obsoletions.CryptoStringFactoryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\MD5.cs (1)
40[Obsolete(Obsoletions.CryptoStringFactoryMessage, DiagnosticId = Obsoletions.CryptoStringFactoryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\MD5CryptoServiceProvider.cs (1)
9[Obsolete(Obsoletions.DerivedCryptographicTypesMessage, DiagnosticId = Obsoletions.DerivedCryptographicTypesDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\PasswordDeriveBytes.cs (1)
112[Obsolete("Rfc2898DeriveBytes replaces PasswordDeriveBytes for deriving key material from a password and is preferred in new applications.")]
System\Security\Cryptography\RandomNumberGenerator.cs (1)
18[Obsolete(Obsoletions.CryptoStringFactoryMessage, DiagnosticId = Obsoletions.CryptoStringFactoryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\RC2.cs (1)
31[Obsolete(Obsoletions.CryptoStringFactoryMessage, DiagnosticId = Obsoletions.CryptoStringFactoryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\RC2CryptoServiceProvider.Unix.cs (1)
9[Obsolete(Obsoletions.DerivedCryptographicTypesMessage, DiagnosticId = Obsoletions.DerivedCryptographicTypesDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\Rfc2898DeriveBytes.cs (6)
32[Obsolete(Obsoletions.Rfc2898OutdatedCtorMessage, DiagnosticId = Obsoletions.Rfc2898OutdatedCtorDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 43[Obsolete(Obsoletions.Rfc2898OutdatedCtorMessage, DiagnosticId = Obsoletions.Rfc2898OutdatedCtorDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 49[Obsolete(Obsoletions.Rfc2898OutdatedCtorMessage, DiagnosticId = Obsoletions.Rfc2898OutdatedCtorDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 65[Obsolete(Obsoletions.Rfc2898OutdatedCtorMessage, DiagnosticId = Obsoletions.Rfc2898OutdatedCtorDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 71[Obsolete(Obsoletions.Rfc2898OutdatedCtorMessage, DiagnosticId = Obsoletions.Rfc2898OutdatedCtorDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 225[Obsolete(Obsoletions.Rfc2898CryptDeriveKeyMessage, DiagnosticId = Obsoletions.Rfc2898CryptDeriveKeyDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\Rijndael.cs (2)
11[Obsolete(Obsoletions.RijndaelMessage, DiagnosticId = Obsoletions.RijndaelDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 21[Obsolete(Obsoletions.CryptoStringFactoryMessage, DiagnosticId = Obsoletions.CryptoStringFactoryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\RijndaelImplementation.cs (1)
15[Obsolete(Obsoletions.RijndaelMessage, DiagnosticId = Obsoletions.RijndaelDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\RijndaelManaged.cs (1)
10[Obsolete(Obsoletions.RijndaelMessage, DiagnosticId = Obsoletions.RijndaelDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\RNGCryptoServiceProvider.cs (1)
8[Obsolete(Obsoletions.RNGCryptoServiceProviderMessage, DiagnosticId = Obsoletions.RNGCryptoServiceProviderDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\RSA.cs (3)
21[Obsolete(Obsoletions.CryptoStringFactoryMessage, DiagnosticId = Obsoletions.CryptoStringFactoryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 362[Obsolete(Obsoletions.RsaEncryptDecryptValueMessage, DiagnosticId = Obsoletions.RsaEncryptDecryptDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 367[Obsolete(Obsoletions.RsaEncryptDecryptValueMessage, DiagnosticId = Obsoletions.RsaEncryptDecryptDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\RSAWrapper.cs (2)
98[Obsolete(Obsoletions.RsaEncryptDecryptValueMessage, DiagnosticId = Obsoletions.RsaEncryptDecryptDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 102[Obsolete(Obsoletions.RsaEncryptDecryptValueMessage, DiagnosticId = Obsoletions.RsaEncryptDecryptDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\SHA1.cs (1)
39[Obsolete(Obsoletions.CryptoStringFactoryMessage, DiagnosticId = Obsoletions.CryptoStringFactoryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\SHA1CryptoServiceProvider.cs (1)
12[Obsolete(Obsoletions.DerivedCryptographicTypesMessage, DiagnosticId = Obsoletions.DerivedCryptographicTypesDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\SHA1Managed.cs (1)
9[Obsolete(Obsoletions.DerivedCryptographicTypesMessage, DiagnosticId = Obsoletions.DerivedCryptographicTypesDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\SHA256.cs (1)
38[Obsolete(Obsoletions.CryptoStringFactoryMessage, DiagnosticId = Obsoletions.CryptoStringFactoryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\SHA256CryptoServiceProvider.cs (1)
12[Obsolete(Obsoletions.DerivedCryptographicTypesMessage, DiagnosticId = Obsoletions.DerivedCryptographicTypesDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\SHA256Managed.cs (1)
9[Obsolete(Obsoletions.DerivedCryptographicTypesMessage, DiagnosticId = Obsoletions.DerivedCryptographicTypesDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\SHA384.cs (1)
38[Obsolete(Obsoletions.CryptoStringFactoryMessage, DiagnosticId = Obsoletions.CryptoStringFactoryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\SHA384CryptoServiceProvider.cs (1)
12[Obsolete(Obsoletions.DerivedCryptographicTypesMessage, DiagnosticId = Obsoletions.DerivedCryptographicTypesDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\SHA384Managed.cs (1)
9[Obsolete(Obsoletions.DerivedCryptographicTypesMessage, DiagnosticId = Obsoletions.DerivedCryptographicTypesDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\SHA512.cs (1)
38[Obsolete(Obsoletions.CryptoStringFactoryMessage, DiagnosticId = Obsoletions.CryptoStringFactoryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\SHA512CryptoServiceProvider.cs (1)
12[Obsolete(Obsoletions.DerivedCryptographicTypesMessage, DiagnosticId = Obsoletions.DerivedCryptographicTypesDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\SHA512Managed.cs (1)
9[Obsolete(Obsoletions.DerivedCryptographicTypesMessage, DiagnosticId = Obsoletions.DerivedCryptographicTypesDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\SymmetricAlgorithm.cs (2)
18[Obsolete(Obsoletions.DefaultCryptoAlgorithmsMessage, DiagnosticId = Obsoletions.DefaultCryptoAlgorithmsDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 22[Obsolete(Obsoletions.CryptoStringFactoryMessage, DiagnosticId = Obsoletions.CryptoStringFactoryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\TripleDES.cs (1)
29[Obsolete(Obsoletions.CryptoStringFactoryMessage, DiagnosticId = Obsoletions.CryptoStringFactoryDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\TripleDESCryptoServiceProvider.Wrap.cs (1)
8[Obsolete(Obsoletions.DerivedCryptographicTypesMessage, DiagnosticId = Obsoletions.DerivedCryptographicTypesDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\X509Certificates\PublicKey.cs (1)
75[Obsolete(Obsoletions.PublicKeyPropertyMessage, DiagnosticId = Obsoletions.PublicKeyPropertyDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\X509Certificates\X509Certificate.cs (22)
50[Obsolete(Obsoletions.X509CertificateImmutableMessage, DiagnosticId = Obsoletions.X509CertificateImmutableDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 58[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 77[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 85[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 92[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 108[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 148[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 155[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 163[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 170[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 197[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 224[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 233[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 240[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 511[Obsolete("X509Certificate.GetName has been deprecated. Use the Subject property instead.")] 518[Obsolete("X509Certificate.GetIssuerName has been deprecated. Use the Issuer property instead.")] 579[Obsolete(Obsoletions.X509CertificateImmutableMessage, DiagnosticId = Obsoletions.X509CertificateImmutableDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 585[Obsolete(Obsoletions.X509CertificateImmutableMessage, DiagnosticId = Obsoletions.X509CertificateImmutableDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 592[Obsolete(Obsoletions.X509CertificateImmutableMessage, DiagnosticId = Obsoletions.X509CertificateImmutableDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 598[Obsolete(Obsoletions.X509CertificateImmutableMessage, DiagnosticId = Obsoletions.X509CertificateImmutableDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 604[Obsolete(Obsoletions.X509CertificateImmutableMessage, DiagnosticId = Obsoletions.X509CertificateImmutableDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 611[Obsolete(Obsoletions.X509CertificateImmutableMessage, DiagnosticId = Obsoletions.X509CertificateImmutableDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (22)
43[Obsolete(Obsoletions.X509CertificateImmutableMessage, DiagnosticId = Obsoletions.X509CertificateImmutableDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 51[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 58[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 66[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 73[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 81[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 95[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 116[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 134[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 141[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 149[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 156[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 164[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 171[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 183[Obsolete(Obsoletions.LegacyFormatterImplMessage, DiagnosticId = Obsoletions.LegacyFormatterImplDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 268[Obsolete(Obsoletions.X509CertificatePrivateKeyMessage, DiagnosticId = Obsoletions.X509CertificatePrivateKeyDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 635[Obsolete(Obsoletions.X509CertificateImmutableMessage, DiagnosticId = Obsoletions.X509CertificateImmutableDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 641[Obsolete(Obsoletions.X509CertificateImmutableMessage, DiagnosticId = Obsoletions.X509CertificateImmutableDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 648[Obsolete(Obsoletions.X509CertificateImmutableMessage, DiagnosticId = Obsoletions.X509CertificateImmutableDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 654[Obsolete(Obsoletions.X509CertificateImmutableMessage, DiagnosticId = Obsoletions.X509CertificateImmutableDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 660[Obsolete(Obsoletions.X509CertificateImmutableMessage, DiagnosticId = Obsoletions.X509CertificateImmutableDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 667[Obsolete(Obsoletions.X509CertificateImmutableMessage, DiagnosticId = Obsoletions.X509CertificateImmutableDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\X509Certificates\X509Certificate2Collection.cs (8)
140[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 154[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 164[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 184[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 202[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 214[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 226[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 252[Obsolete(Obsoletions.X509CtorCertDataObsoleteMessage, DiagnosticId = Obsoletions.X509CtorCertDataObsoleteDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\CmsSigner.cs (1)
77[Obsolete(Obsoletions.CmsSignerCspParamsCtorMessage, DiagnosticId = Obsoletions.CmsSignerCspParamsCtorDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
266[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 (6)
System\ServiceModel\Dispatcher\ClientOperation.cs (1)
19[Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
System\ServiceModel\Dispatcher\ClientRuntime.cs (2)
25[Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)] 35[Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
System\ServiceModel\FaultException.cs (2)
198[System.Obsolete] 416[System.Obsolete]
System\ServiceModel\Security\WindowsClientCredential.cs (1)
73[Obsolete("This property is deprecated and is maintained for backward compatibility only. The local machine policy will be used to determine if NTLM should be used.")]
System.ServiceProcess.ServiceController (1)
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)
76[Obsolete("FindFirstCharacterToEncode has been deprecated. It should only be used by the TextEncoder adapter.")] 83[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)
203[Obsolete(Obsoletions.JsonSerializerOptionsAddContextMessage, DiagnosticId = Obsoletions.JsonSerializerOptionsAddContextDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] 381[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)
17[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 (20)
System\Resources\ResXDataNode.cs (2)
37[Obsolete(DiagnosticId = "SYSLIB0051")] 414[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 (3)
2768[Obsolete("This property has been deprecated. Please use RightToLeft instead. https://go.microsoft.com/fwlink/?linkid=14202")] 9461[Obsolete("This method has been deprecated. Use the Scale(SizeF ratio) method instead. https://go.microsoft.com/fwlink/?linkid=14202")] 9471[Obsolete("This method has been deprecated. Use the Scale(SizeF ratio) method instead. https://go.microsoft.com/fwlink/?linkid=14202")]
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
1312[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\UpDown\DomainUpDown.DomainItemAccessibleObject.cs (1)
11[Obsolete(
System\Windows\Forms\Controls\UpDown\DomainUpDown.DomainUpDownAccessibleObject.cs (1)
11[Obsolete(
System\Windows\Forms\Form.cs (7)
392Obsolete("This property has been deprecated. Use the AutoScaleMode property instead. https://go.microsoft.com/fwlink/?linkid=14202")] 2555[Obsolete( 2573[Obsolete( 2973[Obsolete("This method has been deprecated. Use the ApplyAutoScaling method instead. https://go.microsoft.com/fwlink/?linkid=14202")] 3724[Obsolete("This method has been deprecated. Use the AutoScaleDimensions property instead. https://go.microsoft.com/fwlink/?linkid=14202")] 3985[Obsolete( 3999[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)
1195[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)
7[Obsolete("This is not used by the XAML parser. Please look at XamlSetMarkupExtensionAttribute.")]
System\Windows\Markup\MarkupExtensionReturnTypeAttribute.cs (2)
22[Obsolete("The expressionType argument is not used by the XAML parser. To specify the expected return type, " + 33[Obsolete("This is not used by the XAML parser. Please look at XamlSetMarkupExtensionAttribute.")]
UIAutomationTypes (1)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Win32\UnsafeNativeMethodsCLR.cs (1)
871[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)]
44 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)
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"/>. 42/// True if an error should be thrown for the <see cref="ObsoleteAttribute"/>. Default is false in which case 48/// The message that will be shown when an error/warning is created for <see cref="ObsoleteAttribute"/>.
Microsoft.CodeAnalysis.CodeStyle (4)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\ICompilationExtensions.cs (1)
208=> compilation.GetTypeByMetadataName(typeof(ObsoleteAttribute).FullName!);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\ISymbolExtensions.cs (3)
738/// Returns <see langword="true"/>, if the symbol is marked with the <see cref="System.ObsoleteAttribute"/>. 741/// <returns><see langword="true"/> if the symbol is marked with the <see cref="System.ObsoleteAttribute"/>.</returns> 745MetadataName: nameof(ObsoleteAttribute),
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
src\Analyzers\Core\CodeFixes\AddObsoleteAttribute\AbstractAddObsoleteAttributeCodeFixProvider.cs (1)
61var attribute = compilation.GetTypeByMetadataName(typeof(ObsoleteAttribute).FullName!);
Microsoft.CodeAnalysis.CSharp (6)
Symbols\Source\SourceModuleSymbol.cs (2)
706/// Returns data decoded from <see cref="ObsoleteAttribute"/> attribute or null if there is no <see cref="ObsoleteAttribute"/> attribute.
Symbols\Symbol.cs (4)
1399/// True if this symbol has been marked with the <see cref="ObsoleteAttribute"/> attribute. 1400/// This property returns <see cref="ThreeState.Unknown"/> if the <see cref="ObsoleteAttribute"/> attribute hasn't been cracked yet. 1450/// Returns data decoded from <see cref="ObsoleteAttribute"/>/Experimental attribute or null if there is no <see cref="ObsoleteAttribute"/>/Experimental attribute.
Microsoft.CodeAnalysis.Features (1)
src\Analyzers\Core\CodeFixes\AddObsoleteAttribute\AbstractAddObsoleteAttributeCodeFixProvider.cs (1)
61var attribute = compilation.GetTypeByMetadataName(typeof(ObsoleteAttribute).FullName!);
Microsoft.CodeAnalysis.Workspaces (5)
ObsoleteSymbol\IObsoleteSymbolService.cs (1)
16/// symbols which are marked <see cref="ObsoleteAttribute"/>.
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\ICompilationExtensions.cs (1)
208=> compilation.GetTypeByMetadataName(typeof(ObsoleteAttribute).FullName!);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\ISymbolExtensions.cs (3)
738/// Returns <see langword="true"/>, if the symbol is marked with the <see cref="System.ObsoleteAttribute"/>. 741/// <returns><see langword="true"/> if the symbol is marked with the <see cref="System.ObsoleteAttribute"/>.</returns> 745MetadataName: nameof(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))]
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)
1239object[] attrs = ctor.GetCustomAttributes(typeof(ObsoleteAttribute), false); 1242ObsoleteAttribute 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)
404[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ObsoleteAttribute))]
xunit.assert (2)
Sdk\AssertHelper.cs (2)
157 && !p.GetCustomAttributes(typeof(ObsoleteAttribute)).Any() 158 && !p.GetMethod.GetCustomAttributes(typeof(ObsoleteAttribute)).Any()