2 references to RemovedApiPrefix
Microsoft.CodeAnalysis.PublicApiAnalyzers (2)
DeclarePublicApiAnalyzer.cs (2)
184if (text.StartsWith(RemovedApiPrefix, StringComparison.Ordinal)) 186var removedText = text[RemovedApiPrefix.Length..];