2 writes to _state
System.Private.Xml (2)
System\Xml\Dom\DocumentXmlWriter.cs (2)
74_state = StartState(); 622_state = s_changeState[(int)method * (int)State.Last + (int)_state];
3 references to _state
System.Private.Xml (3)
System\Xml\Dom\DocumentXmlWriter.cs (3)
80_settings.ConformanceLevel = (_state == State.Prolog ? ConformanceLevel.Document : ConformanceLevel.Fragment); 622_state = s_changeState[(int)method * (int)State.Last + (int)_state]; 623if (_state == State.Error)