5 references to _cache
Microsoft.CodeAnalysis.NetAnalyzers (5)
Microsoft.NetCore.Analyzers\InteropServices\DisableRuntimeMarshallingAnalyzer.AutoLayoutTypeCache.cs (5)
40if (_cache.TryGetValue(type, out bool isAutoLayoutOrContainsAutoLayout)) 53_cache.TryAdd(type, false); 70_cache.TryAdd(type, true); 83_cache.TryAdd(type, true); 88_cache.TryAdd(type, false);