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)
101get => _path; 104if (!_fInitialized || !string.Equals(_path, value, StringComparison.OrdinalIgnoreCase))