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