7 references to ReadContentAsBinary_OnCachedValue
System.Xml (7)
System\Xml\Core\XmlTextReaderImpl.cs (4)
5303
incReadState = IncrementalReadState.
ReadContentAsBinary_OnCachedValue
;
5305
case IncrementalReadState.
ReadContentAsBinary_OnCachedValue
:
8029
incReadState = IncrementalReadState.
ReadContentAsBinary_OnCachedValue
;
8393
incReadState = endOfValue ? IncrementalReadState.
ReadContentAsBinary_OnCachedValue
: IncrementalReadState.ReadContentAsBinary_OnPartialValue;
System\Xml\Core\XmlTextReaderImplAsync.cs (3)
3341
incReadState = IncrementalReadState.
ReadContentAsBinary_OnCachedValue
;
3343
case IncrementalReadState.
ReadContentAsBinary_OnCachedValue
:
5034
incReadState = endOfValue ? IncrementalReadState.
ReadContentAsBinary_OnCachedValue
: IncrementalReadState.ReadContentAsBinary_OnPartialValue;