3 references to _solutionCache
Microsoft.AspNetCore.Analyzer.Testing (3)
DiagnosticProject.cs (3)
34
lock (
_solutionCache
)
36
if (!
_solutionCache
.TryGetValue(testAssembly, out solution))
63
_solutionCache
.Add(testAssembly, solution);