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