5 references to architecture
Microsoft.Build (5)
Construction\ProjectUsingTaskElement.cs (3)
124
get => GetAttributeValue(XMakeAttributes.
architecture
);
128
SetOrRemoveAttribute(XMakeAttributes.
architecture
, value, "Set usingtask Architecture {0}", value);
192
public ElementLocation ArchitectureLocation => GetAttributeLocation(XMakeAttributes.
architecture
);
Evaluation\ProjectParser.cs (1)
51
private static readonly HashSet<string> ValidAttributesOnUsingTask = new HashSet<string> { XMakeAttributes.condition, XMakeAttributes.label, XMakeAttributes.taskName, XMakeAttributes.assemblyFile, XMakeAttributes.assemblyName, XMakeAttributes.taskFactory, XMakeAttributes.
architecture
, XMakeAttributes.runtime, XMakeAttributes.requiredPlatform, XMakeAttributes.requiredRuntime, XMakeAttributes.overrideUsingTask };
Instance\TaskRegistry.cs (1)
1550
XMakeAttributes.
architecture
,