5 writes to s_readOnlyFlags
Microsoft.Build (5)
ElementLocation\XmlDocumentWithLocation.cs (5)
334s_readOnlyFlags = ReadOnlyLoadFlags.Undefined; 382s_readOnlyFlags = ReadOnlyLoadFlags.LoadAllWriteable; 386s_readOnlyFlags = ReadOnlyLoadFlags.LoadReadOnlyIfAppropriate; 391s_readOnlyFlags = ReadOnlyLoadFlags.LoadAllReadOnly; 397s_readOnlyFlags = ReadOnlyLoadFlags.LoadAllWriteable;
3 references to s_readOnlyFlags
Microsoft.Build (3)
ElementLocation\XmlDocumentWithLocation.cs (3)
349if (s_readOnlyFlags == ReadOnlyLoadFlags.LoadAllReadOnly) 353else if (s_readOnlyFlags == ReadOnlyLoadFlags.LoadReadOnlyIfAppropriate && fullPath is object) 380if (s_readOnlyFlags == ReadOnlyLoadFlags.Undefined)