3 references to SupportedArchitectures
Microsoft.Build.Tasks.Core (3)
AddToWin32Manifest.cs (3)
77set => _supportedArchitectures = value ?? throw new ArgumentNullException(nameof(SupportedArchitectures)); 212if (!string.Equals(supportedArchitecturesNode.InnerText.Trim(), SupportedArchitectures, StringComparison.OrdinalIgnoreCase)) 236supportedArchitecturesNode.InnerText = SupportedArchitectures;