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