2 references to _cache
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (2)
Diagnostics\DiagnosticAnalyzerTests.vb (2)
1711Return _cache.GetOrAdd(tree, compilation.CreateSemanticModel(tree, options)) 1715Assert.Same(model, _cache(tree))