7 writes to _state
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\Core\ReadContentAsBinaryHelper.cs (4)
312_state = State.None; 326_state = State.InReadContent; 354_state = State.InReadElementContent; 465_state = State.None;
FrameworkFork\Microsoft.Xml\Xml\Core\ReadContentAsBinaryHelperAsync.cs (3)
269_state = State.InReadContent; 297_state = State.InReadElementContent; 382_state = State.None;
20 references to _state
dotnet-svcutil-lib (20)
FrameworkFork\Microsoft.Xml\Xml\Core\ReadContentAsBinaryHelper.cs (10)
87switch (_state) 114Debug.Assert(_state == State.InReadContent); 143switch (_state) 170Debug.Assert(_state == State.InReadContent); 199switch (_state) 226Debug.Assert(_state == State.InReadElementContent); 255switch (_state) 282Debug.Assert(_state == State.InReadElementContent); 293if (_state != State.None) 297if (_state == State.InReadElementContent)
FrameworkFork\Microsoft.Xml\Xml\Core\ReadContentAsBinaryHelperAsync.cs (10)
37switch (_state) 64Debug.Assert(_state == State.InReadContent); 93switch (_state) 120Debug.Assert(_state == State.InReadContent); 149switch (_state) 176Debug.Assert(_state == State.InReadElementContent); 205switch (_state) 232Debug.Assert(_state == State.InReadElementContent); 243if (_state != State.None) 247if (_state == State.InReadElementContent)