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