1 instantiation of Cache
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Runtime\PreferReadOnlySpanPropertiesOverReadOnlyArrayFieldsAnalyzer.cs (1)
56var cache = new Cache();
3 references to Cache
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\Runtime\PreferReadOnlySpanPropertiesOverReadOnlyArrayFieldsAnalyzer.cs (3)
56var cache = new Cache(); 303private readonly Cache _cache; 305public FieldReferenceVisitor(RequiredSymbols symbols, Cache cache)