9 writes to TargetPlatformIdentifier
Microsoft.Build.Tasks.UnitTests (9)
GetInstalledSDKLocations_Tests.cs (9)
173
t.
TargetPlatformIdentifier
= "Hello";
187
t.
TargetPlatformIdentifier
= null;
200
t.
TargetPlatformIdentifier
= String.Empty;
218
t.
TargetPlatformIdentifier
= "Hello";
237
t.
TargetPlatformIdentifier
= "Hello";
256
t.
TargetPlatformIdentifier
= "Hello";
278
t.
TargetPlatformIdentifier
= "Windows";
325
t.
TargetPlatformIdentifier
= "Windows";
399
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);