Implemented interface member:
property
LocationString
Microsoft.Build.Shared.IMSBuildElementLocation.LocationString
9 references to LocationString
Microsoft.Build (9)
Construction\ProjectRootElement.cs (2)
1547MSBuildEventSource.Log.SaveStart(_projectFileLocation.LocationString); 1580MSBuildEventSource.Log.SaveStop(_projectFileLocation.LocationString);
Definition\ToolsetConfigurationReader.cs (3)
96location.LocationString); 141InvalidToolsetDefinitionException.Throw(ex, "ConfigFileReadError", ElementLocation.Create(ex.Source, ex.Line, 0).LocationString, ex.BareMessage); 171InvalidToolsetDefinitionException.Throw("InvalidToolsetValueInConfigFileValue", location.LocationString);
ElementLocation\ElementLocation.cs (1)
133return LocationString;
Evaluation\Evaluator.cs (3)
1091_evaluationLoggingContext.LogComment(MessageImportance.Low, "TargetDoesNotExistBeforeTargetMessage", unescapedBeforeTarget, targetElement.BeforeTargetsLocation.LocationString); 1114_evaluationLoggingContext.LogComment(MessageImportance.Low, "TargetDoesNotExistAfterTargetMessage", unescapedAfterTarget, targetElement.AfterTargetsLocation.LocationString); 2179_evaluationLoggingContext.LogWarning(null, new BuildEventFileInfo(importLocationInProject), "DuplicateImport", importFileUnescaped, previouslyImportedAt.Location.LocationString, parenthesizedProjectLocation);