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