1 write to Runtime
Microsoft.Build (1)
Construction\ProjectUsingTaskElement.cs (1)
246Runtime = runtime,
2 references to Runtime
Microsoft.Build (2)
Construction\ProjectUsingTaskElement.cs (1)
274return owner.CreateUsingTaskElement(TaskName, AssemblyFile, AssemblyName, Runtime, Architecture);
Instance\TaskRegistry.cs (1)
422string runtime = expander.ExpandIntoStringLeaveEscaped(projectUsingTaskXml.Runtime, expanderOptions, projectUsingTaskXml.RuntimeLocation);