7 writes to state
System.Xml (7)
System\Xml\Core\ReadContentAsBinaryHelper.cs (4)
266
state
= State.None;
278
state
= State.InReadContent;
302
state
= State.InReadElementContent;
392
state
= State.None;
System\Xml\Core\ReadContentAsBinaryHelperAsync.cs (3)
222
state
= State.InReadContent;
246
state
= State.InReadElementContent;
316
state
= State.None;
20 references to state
System.Xml (20)
System\Xml\Core\ReadContentAsBinaryHelper.cs (10)
77
switch (
state
) {
100
Debug.Assert(
state
== State.InReadContent );
124
switch (
state
) {
147
Debug.Assert(
state
== State.InReadContent );
171
switch (
state
) {
194
Debug.Assert(
state
== State.InReadElementContent );
218
switch (
state
) {
241
Debug.Assert(
state
== State.InReadElementContent );
251
if (
state
!= State.None ) {
254
if (
state
== State.InReadElementContent ) {
System\Xml\Core\ReadContentAsBinaryHelperAsync.cs (10)
27
switch (
state
) {
50
Debug.Assert(
state
== State.InReadContent );
74
switch (
state
) {
97
Debug.Assert(
state
== State.InReadContent );
121
switch (
state
) {
144
Debug.Assert(
state
== State.InReadElementContent );
168
switch (
state
) {
191
Debug.Assert(
state
== State.InReadElementContent );
201
if (
state
!= State.None ) {
204
if (
state
== State.InReadElementContent ) {