4 writes to FullPath
Microsoft.Build (4)
Construction\ProjectRootElement.cs (4)
444
XmlDocument.
FullPath
= newFullPath;
1706
document.
FullPath
= FullPath;
2090
FullPath
= fullPath,
2109
XmlDocument.
FullPath
= fullPath;
8 references to FullPath
Microsoft.Build (8)
Construction\ProjectRootElement.cs (1)
1781
Assumed.Null(document.
FullPath
, "Only virtual documents supported");
ElementLocation\XmlAttributeWithLocation.cs (3)
38
_elementLocation = ElementLocation.Create(documentWithLocation.
FullPath
, lineNumber, columnNumber);
77
if (!String.Equals(_elementLocation.File, ownerDocumentWithLocation.
FullPath
?? String.Empty, StringComparison.OrdinalIgnoreCase))
79
_elementLocation = ElementLocation.Create(ownerDocumentWithLocation.
FullPath
, _elementLocation.Line, _elementLocation.Column);
ElementLocation\XmlElementWithLocation.cs (3)
50
_elementLocation = ElementLocation.Create(documentWithLocation.
FullPath
, lineNumber, adjustedColumn);
97
if (!String.Equals(_elementLocation.File, ownerDocumentWithLocation.
FullPath
?? String.Empty, StringComparison.OrdinalIgnoreCase))
99
_elementLocation = ElementLocation.Create(ownerDocumentWithLocation.
FullPath
, _elementLocation.Line, _elementLocation.Column);
Evaluation\ProjectParser.cs (1)
138
ProjectErrorUtilities.ThrowInvalidProject(ElementLocation.Create(_document.
FullPath
), "NoRootProjectElement", XMakeElements.project);