1 reference to _skippedNamespacesCache
Microsoft.CodeAnalysis.PublicApiAnalyzers (1)
DeclarePublicApiAnalyzer.Impl.cs (1)
829
var currentSkippedNamespaces =
_skippedNamespacesCache
.GetOrAdd(syntaxTree, GetSkippedNamespacesForTree);