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)
87
switch (
_state
)
114
Debug.Assert(
_state
== State.InReadContent);
143
switch (
_state
)
170
Debug.Assert(
_state
== State.InReadContent);
199
switch (
_state
)
226
Debug.Assert(
_state
== State.InReadElementContent);
255
switch (
_state
)
282
Debug.Assert(
_state
== State.InReadElementContent);
293
if (
_state
!= State.None)
297
if (
_state
== State.InReadElementContent)
FrameworkFork\Microsoft.Xml\Xml\Core\ReadContentAsBinaryHelperAsync.cs (10)
37
switch (
_state
)
64
Debug.Assert(
_state
== State.InReadContent);
93
switch (
_state
)
120
Debug.Assert(
_state
== State.InReadContent);
149
switch (
_state
)
176
Debug.Assert(
_state
== State.InReadElementContent);
205
switch (
_state
)
232
Debug.Assert(
_state
== State.InReadElementContent);
243
if (
_state
!= State.None)
247
if (
_state
== State.InReadElementContent)