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