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