5 references to runtime
Microsoft.Build (5)
Construction\ProjectUsingTaskElement.cs (3)
111
get => GetAttributeValue(XMakeAttributes.
runtime
);
115
SetOrRemoveAttribute(XMakeAttributes.
runtime
, value, "Set usingtask Runtime {0}", value);
187
public ElementLocation RuntimeLocation => GetAttributeLocation(XMakeAttributes.
runtime
);
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)
1547
XMakeAttributes.
runtime
,