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