2 references to _cache
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (2)
Diagnostics\DiagnosticAnalyzerTests.cs (2)
4058
return
_cache
.GetOrAdd(tree, compilation.CreateSemanticModel(tree, options));
4063
Assert.Same(model,
_cache
[tree]);