9 references to ReadContentAsBinary_OnPartialValue
System.Xml (9)
System\Xml\Core\XmlTextReaderImpl.cs (5)
5301
case IncrementalReadState.
ReadContentAsBinary_OnPartialValue
:
5350
if ( incReadState == IncrementalReadState.
ReadContentAsBinary_OnPartialValue
) {
8026
incReadState = IncrementalReadState.
ReadContentAsBinary_OnPartialValue
;
8370
if ( incReadState == IncrementalReadState.
ReadContentAsBinary_OnPartialValue
) {
8393
incReadState = endOfValue ? IncrementalReadState.ReadContentAsBinary_OnCachedValue : IncrementalReadState.
ReadContentAsBinary_OnPartialValue
;
System\Xml\Core\XmlTextReaderImplAsync.cs (4)
3339
case IncrementalReadState.
ReadContentAsBinary_OnPartialValue
:
3400
if ( incReadState == IncrementalReadState.
ReadContentAsBinary_OnPartialValue
) {
5005
if ( incReadState == IncrementalReadState.
ReadContentAsBinary_OnPartialValue
) {
5034
incReadState = endOfValue ? IncrementalReadState.ReadContentAsBinary_OnCachedValue : IncrementalReadState.
ReadContentAsBinary_OnPartialValue
;