5 references to RemovedApiPrefix
Microsoft.CodeAnalysis.PublicApiAnalyzers (2)
DeclarePublicApiAnalyzer.cs (2)
184
if (text.StartsWith(
RemovedApiPrefix
, StringComparison.Ordinal))
186
var 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