7 writes to SDKRegistryRoot
Microsoft.Build.Tasks.UnitTests (7)
GetInstalledSDKLocations_Tests.cs (7)
281
t.
SDKRegistryRoot
= "Somewhere";
282
t.
SDKRegistryRoot
= "Hello;Jello";
328
t.
SDKRegistryRoot
= "Somewhere";
329
t.
SDKRegistryRoot
= "Hello;Jello";
403
t.
SDKRegistryRoot
= String.Empty;
517
SDKRegistryRoot
= String.Empty,
549
SDKRegistryRoot
= String.Empty,
2 references to SDKRegistryRoot
Microsoft.Build.Tasks.Core (2)
GetInstalledSDKLocations.cs (2)
158
SDKRegistryRoot
, TargetPlatformIdentifier, platformVersion);
184
item.SetMetadata(RegistryRootMetadataName,
SDKRegistryRoot
);