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
];
623
if (
_state
== State.Error)