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