2 writes to _solutionPath
Microsoft.Build (2)
BackEnd\Components\SdkResolution\SdkResolverRequest.cs (2)
41
_solutionPath
= solutionPath;
88
translator.Translate(ref
_solutionPath
);
1 reference to _solutionPath
Microsoft.Build (1)
BackEnd\Components\SdkResolution\SdkResolverRequest.cs (1)
63
public string SolutionPath =>
_solutionPath
;