25 writes to _incReadState
dotnet-svcutil-lib (25)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (25)
1880
_incReadState
= IncrementalReadState.ReadValueChunk_OnPartialValue;
1884
_incReadState
= IncrementalReadState.ReadValueChunk_OnCachedValue;
1944
_incReadState
= endOfValue ? IncrementalReadState.ReadValueChunk_OnCachedValue : IncrementalReadState.ReadValueChunk_OnPartialValue;
5926
_incReadState
= IncrementalReadState.ReadValueChunk_OnCachedValue;
5943
_incReadState
= IncrementalReadState.ReadContentAsBinary_OnCachedValue;
8270
_incReadState
= IncrementalReadState.Text;
8362
_incReadState
= IncrementalReadState.Text;
8370
_incReadState
= IncrementalReadState.Text;
8378
_incReadState
= IncrementalReadState.Text;
8386
_incReadState
= IncrementalReadState.End;
8395
_incReadState
= IncrementalReadState.Text;
8483
_incReadState
= IncrementalReadState.PI;
8494
_incReadState
= IncrementalReadState.Comment;
8504
_incReadState
= IncrementalReadState.CDATA;
8541
_incReadState
= IncrementalReadState.EndElement;
8565
_incReadState
= IncrementalReadState.Attributes;
8586
_incReadState
= IncrementalReadState.Text;
8596
_incReadState
= IncrementalReadState.Text;
8607
_incReadState
= IncrementalReadState.Attributes;
8612
_incReadState
= IncrementalReadState.AttributeValue;
8633
_incReadState
= IncrementalReadState.ReadData;
9107
_incReadState
= IncrementalReadState.ReadContentAsBinary_OnPartialValue;
9111
_incReadState
= IncrementalReadState.ReadContentAsBinary_OnCachedValue;
9536
_incReadState
= endOfValue ? IncrementalReadState.ReadContentAsBinary_OnCachedValue : IncrementalReadState.ReadContentAsBinary_OnPartialValue;
9558
_incReadState
= IncrementalReadState.ReadContentAsBinary_End;
18 references to _incReadState
dotnet-svcutil-lib (18)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (18)
1920
if (
_incReadState
== IncrementalReadState.ReadValueChunk_OnPartialValue)
5897
(_parsingFunction == ParsingFunction.InReadValueChunk &&
_incReadState
== IncrementalReadState.ReadValueChunk_OnPartialValue));
5923
if (
_incReadState
== IncrementalReadState.ReadValueChunk_OnPartialValue)
5939
switch (
_incReadState
)
5979
if (
_incReadState
== IncrementalReadState.ReadValueChunk_OnPartialValue)
5996
if (
_incReadState
== IncrementalReadState.ReadContentAsBinary_OnPartialValue)
6006
if (
_incReadState
!= IncrementalReadState.ReadContentAsBinary_End)
8351
switch (
_incReadState
)
8403
Debug.Assert(
_incReadState
== IncrementalReadState.Text ||
8404
_incReadState
== IncrementalReadState.Attributes ||
8405
_incReadState
== IncrementalReadState.AttributeValue);
8418
if (
_incReadState
== IncrementalReadState.Attributes)
8469
if (
_incReadState
!= IncrementalReadState.Text)
8578
if (
_incReadState
== IncrementalReadState.Attributes)
8594
if (
_incReadState
== IncrementalReadState.Attributes)
8602
switch (
_incReadState
)
9480
if (
_incReadState
== IncrementalReadState.ReadContentAsBinary_End)
9509
if (
_incReadState
== IncrementalReadState.ReadContentAsBinary_OnPartialValue)