3 references to OverrideLocation
Microsoft.Build (3)
Instance\TaskRegistry.cs (3)
434
string overrideUsingTask = expander.ExpandIntoStringLeaveEscaped(projectUsingTaskXml.Override, expanderOptions, projectUsingTaskXml.
OverrideLocation
);
732
loggingContext.LogError(new BuildEventFileInfo(projectUsingTaskInXml.
OverrideLocation
), "DuplicateOverrideUsingTaskElement", taskName);
744
loggingContext.LogComment(MessageImportance.Low, "OverrideUsingTaskElementCreated", taskName, projectUsingTaskInXml.
OverrideLocation
);