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