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