3 writes to _path
Microsoft.Build.Tasks.Core (3)
BootstrapperUtil\BootstrapperBuilder.cs (3)
81
_path
= Util.DefaultPath;
90
_path
= Util.GetDefaultPath(visualStudioVersion);
106
_path
= value;
2 references to _path
Microsoft.Build.Tasks.Core (2)
BootstrapperUtil\BootstrapperBuilder.cs (2)
101
get =>
_path
;
104
if (!_fInitialized || !string.Equals(
_path
, value, StringComparison.OrdinalIgnoreCase))