2 references to _cache
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (2)
Diagnostics\DiagnosticAnalyzerTests.cs (2)
3966
return
_cache
.GetOrAdd(tree, compilation.CreateSemanticModel(tree, ignoreAccessibility));
3971
Assert.Same(model,
_cache
[tree]);