2 references to ContainsPublicApiName
Microsoft.CodeAnalysis.PublicApiAnalyzers (2)
DeclarePublicApiAnalyzer.Impl.cs (2)
525
if (!
ContainsPublicApiName
(apiLineText, containingSymbolApiName.Name + "."))
534
if (
ContainsPublicApiName
(apiLineText, nestedNamespaceOrTypePublicApiName + "."))