2 references to _localToRemoteSolutionMap
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (2)
Cohost\TestBrokeredServiceInterceptor.cs (2)
39
if (
_localToRemoteSolutionMap
.TryGetValue(solution.Id, out var remoteSolution))
49
_localToRemoteSolutionMap
.Add(localSolutionId, remoteSolution);