11 writes to TargetPlatformIdentifier
Microsoft.Build.Tasks.UnitTests (11)
GetInstalledSDKLocations_Tests.cs (11)
174
t.
TargetPlatformIdentifier
= "Hello";
188
t.
TargetPlatformIdentifier
= null;
201
t.
TargetPlatformIdentifier
= String.Empty;
219
t.
TargetPlatformIdentifier
= "Hello";
238
t.
TargetPlatformIdentifier
= "Hello";
257
t.
TargetPlatformIdentifier
= "Hello";
279
t.
TargetPlatformIdentifier
= "Windows";
326
t.
TargetPlatformIdentifier
= "Windows";
400
t.
TargetPlatformIdentifier
= "Windows";
514
TargetPlatformIdentifier
= "Windows",
546
TargetPlatformIdentifier
= "Windows",
4 references to TargetPlatformIdentifier
Microsoft.Build.Tasks.Core (4)
GetInstalledSDKLocations.cs (4)
90
ErrorUtilities.VerifyThrowArgumentNull(value, nameof(
TargetPlatformIdentifier
));
138
if (String.IsNullOrEmpty(TargetPlatformVersion) || String.IsNullOrEmpty(
TargetPlatformIdentifier
))
158
SDKRegistryRoot,
TargetPlatformIdentifier
, platformVersion);
193
Log.LogWarningWithCodeFromResources("GetInstalledSDKs.NoSDksFound",
TargetPlatformIdentifier
, TargetPlatformVersion);