9 writes to TargetPlatformIdentifier
Microsoft.Build.Tasks.UnitTests (9)
GetInstalledSDKLocations_Tests.cs (9)
172
t.
TargetPlatformIdentifier
= "Hello";
186
t.
TargetPlatformIdentifier
= null;
199
t.
TargetPlatformIdentifier
= String.Empty;
217
t.
TargetPlatformIdentifier
= "Hello";
236
t.
TargetPlatformIdentifier
= "Hello";
255
t.
TargetPlatformIdentifier
= "Hello";
277
t.
TargetPlatformIdentifier
= "Windows";
324
t.
TargetPlatformIdentifier
= "Windows";
398
t.
TargetPlatformIdentifier
= "Windows";
4 references to TargetPlatformIdentifier
Microsoft.Build.Tasks.Core (4)
GetInstalledSDKLocations.cs (4)
86
ErrorUtilities.VerifyThrowArgumentNull(value, nameof(
TargetPlatformIdentifier
));
134
if (String.IsNullOrEmpty(TargetPlatformVersion) || String.IsNullOrEmpty(
TargetPlatformIdentifier
))
148
installedSDKs = ToolLocationHelper.GetPlatformExtensionSDKLocationsAndVersions(SDKDirectoryRoots, SDKExtensionDirectoryRoots, SDKRegistryRoot,
TargetPlatformIdentifier
, platformVersion);
183
Log.LogWarningWithCodeFromResources("GetInstalledSDKs.NoSDksFound",
TargetPlatformIdentifier
, TargetPlatformVersion);