1 reference to _typeCanBeExtendedCache
Microsoft.CodeAnalysis.PublicApiAnalyzers (1)
DeclarePublicApiAnalyzer.Impl.cs (1)
897
return
_typeCanBeExtendedCache
.GetOrAdd((type, _isPublic), CanTypeBeExtendedImpl);