5 references to RemovedApiPrefix
Microsoft.CodeAnalysis.PublicApiAnalyzers (2)
DeclarePublicApiAnalyzer.cs (2)
184if (text.StartsWith(RemovedApiPrefix, StringComparison.Ordinal)) 186var removedText = text[RemovedApiPrefix.Length..];
Microsoft.CodeAnalysis.PublicApiAnalyzers.UnitTests (3)
DeclarePublicAPIAnalyzerTestsBase.cs (3)
652{DeclarePublicApiAnalyzer.RemovedApiPrefix}C.Method() -> void 691{DeclarePublicApiAnalyzer.RemovedApiPrefix}C.Method() -> void 730{DeclarePublicApiAnalyzer.RemovedApiPrefix}C.Method() -> void