1 write to _baseSolution
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Host\RemoteWorkspace.SolutionCreator.cs (1)
41
_baseSolution
= baseSolution;
3 references to _baseSolution
Microsoft.CodeAnalysis.Remote.ServiceHub (3)
Host\RemoteWorkspace.SolutionCreator.cs (3)
50
return
_baseSolution
.Id == newSolutionInfo.Id &&
_baseSolution
.FilePath == newSolutionInfo.FilePath;
57
var solution =
_baseSolution
;