4 writes to FullPath
Microsoft.Build (4)
Construction\ProjectRootElement.cs (4)
424
XmlDocument.
FullPath
= newFullPath;
1680
document.
FullPath
= FullPath;
2059
FullPath
= fullPath,
2078
XmlDocument.
FullPath
= fullPath;
8 references to FullPath
Microsoft.Build (8)
Construction\ProjectRootElement.cs (1)
1755
ErrorUtilities.VerifyThrow(document.
FullPath
== null, "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)
134
ProjectErrorUtilities.ThrowInvalidProject(ElementLocation.Create(_document.
FullPath
), "NoRootProjectElement", XMakeElements.project);