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