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