1 write to SupportedArchitectures
Microsoft.Build.Utilities.Core (1)
SDKManifest.cs (1)
442
SupportedArchitectures
= value;
3 references to SupportedArchitectures
Microsoft.Build.Tasks.Core (1)
ResolveSDKReference.cs (1)
1026
SupportedArchitectures = _sdkManifest.
SupportedArchitectures
?? String.Empty;
Microsoft.Build.Utilities.UnitTests (2)
ToolLocationHelper_Tests.cs (2)
3319
sdkManifest.
SupportedArchitectures
.ShouldBeNull();
3393
sdkManifest.
SupportedArchitectures
.ShouldBe("x86;x64;ARM");