1 write to _path
Microsoft.Build.Utilities.Core (1)
TargetPlatformSDK.cs (1)
108set => _path = value != null ? FileUtilities.EnsureTrailingSlash(value) : null;
3 references to _path
Microsoft.Build.Utilities.Core (3)
TargetPlatformSDK.cs (3)
107get => _path; 135if (_manifest == null && _path != null) 137_manifest = new SDKManifest(_path);