5 writes to s_readOnlyFlags
Microsoft.Build (5)
ElementLocation\XmlDocumentWithLocation.cs (5)
336s_readOnlyFlags = ReadOnlyLoadFlags.Undefined; 384s_readOnlyFlags = ReadOnlyLoadFlags.LoadAllWriteable; 388s_readOnlyFlags = ReadOnlyLoadFlags.LoadReadOnlyIfAppropriate; 393s_readOnlyFlags = ReadOnlyLoadFlags.LoadAllReadOnly; 399s_readOnlyFlags = ReadOnlyLoadFlags.LoadAllWriteable;
3 references to s_readOnlyFlags
Microsoft.Build (3)
ElementLocation\XmlDocumentWithLocation.cs (3)
351if (s_readOnlyFlags == ReadOnlyLoadFlags.LoadAllReadOnly) 355else if (s_readOnlyFlags == ReadOnlyLoadFlags.LoadReadOnlyIfAppropriate && fullPath is object) 382if (s_readOnlyFlags == ReadOnlyLoadFlags.Undefined)