5 references to _cache
Microsoft.CodeAnalysis.NetAnalyzers (5)
Microsoft.NetCore.Analyzers\InteropServices\DisableRuntimeMarshallingAnalyzer.AutoLayoutTypeCache.cs (5)
40
if (
_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);