Implemented interface member:
property
Line
Microsoft.Build.Shared.IMSBuildElementLocation.Line
2 overrides of Line
Microsoft.Build (2)
ElementLocation\ElementLocation.cs (2)
281
public override int
Line
359
public override int
Line
30 references to Line
Microsoft.Build (30)
BackEnd\Components\Logging\TaskLoggingContext.cs (1)
54
task.Location.
Line
,
BackEnd\Components\RequestBuilder\TaskHost.cs (1)
173
return _taskLocation.
Line
;
ElementLocation\ElementLocation.cs (4)
74
get { return GetLocationString(File,
Line
, Column); }
94
return
Line
.GetHashCode() ^ Column.GetHashCode();
115
if (this.
Line
!= that.Line || this.Column != that.Column)
146
int line =
Line
;
ElementLocation\XmlAttributeWithLocation.cs (3)
49
{ return Location.
Line
; }
79
_elementLocation = ElementLocation.Create(ownerDocumentWithLocation.FullPath, _elementLocation.
Line
, _elementLocation.Column);
92
return Location.
Line
!= 0;
ElementLocation\XmlDocumentWithLocation.cs (1)
210
return new XmlElementWithLocation(prefix, localName, namespaceURI, this, _elementLocation.Value.
Line
, _elementLocation.Value.Column);
ElementLocation\XmlElementWithLocation.cs (3)
66
{ return Location.
Line
; }
99
_elementLocation = ElementLocation.Create(ownerDocumentWithLocation.FullPath, _elementLocation.
Line
, _elementLocation.Column);
112
return Location.
Line
!= 0;
Evaluation\Evaluator.cs (13)
1713
importElement.Location.
Line
,
1718
importElement.Location.
Line
,
1832
importElement.Location.
Line
,
2033
importElement.Location.
Line
,
2038
importElement.Location.
Line
,
2094
importElement.Location.
Line
,
2099
importElement.Location.
Line
,
2235
importElement.Location.
Line
,
2240
importElement.Location.
Line
,
2266
importElement.Location.
Line
,
2271
importElement.Location.
Line
,
2321
importElement.Location.
Line
,
2326
importElement.Location.
Line
,
Evaluation\Profiler\EvaluationProfiler.cs (1)
72
return _shouldTrackElements ? new EvaluationFrame(this, CurrentLocation.WithFileLineAndElement(element.Location.File, element.Location.
Line
, element)) : null;
Instance\TaskFactories\AssemblyTaskFactory.cs (1)
401
taskLocation.
Line
,
Instance\TaskFactoryEngineContext.cs (1)
122
return _elementLocation.
Line
;
Instance\TaskRegistry.cs (1)
1580
new BuildEventFileInfo(elementLocation.File, elementLocation.
Line
, elementLocation.Column),