2 writes to _fullPath
Microsoft.Build (2)
ElementLocation\XmlDocumentWithLocation.cs (2)
117
set {
_fullPath
= value; }
163
_fullPath
= fullPath;
2 references to _fullPath
Microsoft.Build (2)
ElementLocation\XmlDocumentWithLocation.cs (2)
116
get { return
_fullPath
; }
409
ErrorUtilities.VerifyThrowInvalidOperation(!_loadAsReadOnly.HasValue || !_loadAsReadOnly.Value, "OM_CannotSaveFileLoadedAsReadOnly",
_fullPath
);