2 writes to SupportedArchitectures
Microsoft.Build.Tasks.Core (2)
ResolveSDKReference.cs (2)
1023SupportedArchitectures = GetItemMetadataTrimmed(ReferenceItem, SDKManifest.Attributes.SupportedArchitectures); 1026SupportedArchitectures = _sdkManifest.SupportedArchitectures ?? String.Empty;
3 references to SupportedArchitectures
Microsoft.Build.Tasks.Core (3)
ResolveSDKReference.cs (3)
1024if (String.IsNullOrEmpty(SupportedArchitectures)) 1209if (!string.IsNullOrEmpty(SupportedArchitectures)) 1211supportedArchitectures = SupportedArchitectures.Split(s_supportedArchitecturesSplitChars, StringSplitOptions.RemoveEmptyEntries);