9 references to ReadContentAsBinary_OnPartialValue
System.Private.Xml (9)
System\Xml\Core\XmlTextReaderImpl.cs (5)
5817
case IncrementalReadState.
ReadContentAsBinary_OnPartialValue
:
5870
if (_incReadState == IncrementalReadState.
ReadContentAsBinary_OnPartialValue
)
8986
_incReadState = IncrementalReadState.
ReadContentAsBinary_OnPartialValue
;
9382
if (_incReadState == IncrementalReadState.
ReadContentAsBinary_OnPartialValue
)
9411
_incReadState = endOfValue ? IncrementalReadState.ReadContentAsBinary_OnCachedValue : IncrementalReadState.
ReadContentAsBinary_OnPartialValue
;
System\Xml\Core\XmlTextReaderImplAsync.cs (4)
3586
case IncrementalReadState.
ReadContentAsBinary_OnPartialValue
:
3647
if (_incReadState == IncrementalReadState.
ReadContentAsBinary_OnPartialValue
)
5390
if (_incReadState == IncrementalReadState.
ReadContentAsBinary_OnPartialValue
)
5422
_incReadState = endOfValue ? IncrementalReadState.ReadContentAsBinary_OnCachedValue : IncrementalReadState.
ReadContentAsBinary_OnPartialValue
;