2 writes to _projectPath
Microsoft.Build (2)
BackEnd\Components\SdkResolution\SdkResolverRequest.cs (2)
40
_projectPath
= projectPath;
87
translator.Translate(ref
_projectPath
);
1 reference to _projectPath
Microsoft.Build (1)
BackEnd\Components\SdkResolution\SdkResolverRequest.cs (1)
61
public string ProjectPath =>
_projectPath
;