2 references to SwitchObsoletedRule
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\InteropServices\PlatformCompatibilityAnalyzer.cs (2)
851
context.ReportDiagnostic(operation.CreateDiagnostic(
SwitchObsoletedRule
(callsite), operationName, JoinNames(obsoletedPlatforms), csPlatformNames));
1015
context.ReportDiagnostic(operation.CreateDiagnostic(
SwitchObsoletedRule
(callsite), operationName, JoinNames(obsoletedPlatforms), csPlatformNames));