7 references to ReadContentAsBinary_OnCachedValue
System.Private.Xml (7)
System\Xml\Core\XmlTextReaderImpl.cs (4)
5819
_incReadState = IncrementalReadState.
ReadContentAsBinary_OnCachedValue
;
5821
case IncrementalReadState.
ReadContentAsBinary_OnCachedValue
:
8990
_incReadState = IncrementalReadState.
ReadContentAsBinary_OnCachedValue
;
9411
_incReadState = endOfValue ? IncrementalReadState.
ReadContentAsBinary_OnCachedValue
: IncrementalReadState.ReadContentAsBinary_OnPartialValue;
System\Xml\Core\XmlTextReaderImplAsync.cs (3)
3588
_incReadState = IncrementalReadState.
ReadContentAsBinary_OnCachedValue
;
3590
case IncrementalReadState.
ReadContentAsBinary_OnCachedValue
:
5422
_incReadState = endOfValue ? IncrementalReadState.
ReadContentAsBinary_OnCachedValue
: IncrementalReadState.ReadContentAsBinary_OnPartialValue;