3 writes to Path
Microsoft.Build.Utilities.Core (3)
TargetPlatformSDK.cs (1)
48
Path
= path;
ToolLocationHelper.cs (2)
2641
targetPlatformSDK.
Path
= platformSDKDirectory;
2761
targetPlatformSDK.
Path
= platformSDKDirectory;
13 references to Path
Microsoft.Build.Utilities.Core (13)
ToolLocationHelper.cs (13)
777
return targetPlatforms.Where<TargetPlatformSDK>(platform => platform.
Path
!= null).ToList<TargetPlatformSDK>();
976
string targetSdkPath = matchingSdk.
Path
;
1097
contractWinMDs = GetApiContractReferences(manifest.ApiContracts, matchingSdk.
Path
, manifest.PlatformVersion);
1101
contractWinMDs = GetApiContractReferences(manifest.ApiContracts, matchingSdk.
Path
);
1237
? Path.Combine(matchingSdk.
Path
, folderName, targetPlatformVersion)
1238
: Path.Combine(matchingSdk.
Path
, folderName);
1266
return targetPlatform?.
Path
?? string.Empty;
2639
if (targetPlatformSDK.
Path
== null && platformSDKManifestExists)
2645
if (!string.IsNullOrEmpty(targetPlatformSDK.
Path
))
2759
if (targetPlatformSDK.
Path
== null && platformSDKmanifestExists)
2765
if (!string.IsNullOrEmpty(targetPlatformSDK.
Path
))
3024
Assumed.NotNullOrEmpty(sdk.
Path
, "SDK path must be set");
3028
string platformsRoot = Path.Combine(sdk.
Path
, platformsFolderName);