Implemented interface member:
property
LocationString
Microsoft.Build.Shared.IMSBuildElementLocation.LocationString
9 references to LocationString
Microsoft.Build (9)
Construction\ProjectRootElement.cs (2)
1547
MSBuildEventSource.Log.SaveStart(_projectFileLocation.
LocationString
);
1580
MSBuildEventSource.Log.SaveStop(_projectFileLocation.
LocationString
);
Definition\ToolsetConfigurationReader.cs (3)
96
location.
LocationString
);
141
InvalidToolsetDefinitionException.Throw(ex, "ConfigFileReadError", ElementLocation.Create(ex.Source, ex.Line, 0).
LocationString
, ex.BareMessage);
171
InvalidToolsetDefinitionException.Throw("InvalidToolsetValueInConfigFileValue", location.
LocationString
);
ElementLocation\ElementLocation.cs (1)
133
return
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);