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