9 writes to TargetPlatformIdentifier
Microsoft.Build.Tasks.UnitTests (9)
GetInstalledSDKLocations_Tests.cs (9)
173t.TargetPlatformIdentifier = "Hello"; 187t.TargetPlatformIdentifier = null; 200t.TargetPlatformIdentifier = String.Empty; 218t.TargetPlatformIdentifier = "Hello"; 237t.TargetPlatformIdentifier = "Hello"; 256t.TargetPlatformIdentifier = "Hello"; 278t.TargetPlatformIdentifier = "Windows"; 325t.TargetPlatformIdentifier = "Windows"; 399t.TargetPlatformIdentifier = "Windows";
4 references to TargetPlatformIdentifier
Microsoft.Build.Tasks.Core (4)
GetInstalledSDKLocations.cs (4)
86ErrorUtilities.VerifyThrowArgumentNull(value, nameof(TargetPlatformIdentifier)); 134if (String.IsNullOrEmpty(TargetPlatformVersion) || String.IsNullOrEmpty(TargetPlatformIdentifier)) 148installedSDKs = ToolLocationHelper.GetPlatformExtensionSDKLocationsAndVersions(SDKDirectoryRoots, SDKExtensionDirectoryRoots, SDKRegistryRoot, TargetPlatformIdentifier, platformVersion); 183Log.LogWarningWithCodeFromResources("GetInstalledSDKs.NoSDksFound", TargetPlatformIdentifier, TargetPlatformVersion);