2 writes to SupportedArchitectures
Microsoft.Build.Tasks.Core (2)
ResolveSDKReference.cs (2)
1027SupportedArchitectures = GetItemMetadataTrimmed(ReferenceItem, SDKManifest.Attributes.SupportedArchitectures); 1030SupportedArchitectures = _sdkManifest.SupportedArchitectures ?? String.Empty;
3 references to SupportedArchitectures
Microsoft.Build.Tasks.Core (3)
ResolveSDKReference.cs (3)
1028if (String.IsNullOrEmpty(SupportedArchitectures)) 1213if (!string.IsNullOrEmpty(SupportedArchitectures)) 1215supportedArchitectures = SupportedArchitectures.Split(s_supportedArchitecturesSplitChars, StringSplitOptions.RemoveEmptyEntries);