9 references to ReadContentAsBinary_OnPartialValue
System.Private.Xml (9)
System\Xml\Core\XmlTextReaderImpl.cs (5)
5827case IncrementalReadState.ReadContentAsBinary_OnPartialValue: 5880if (_incReadState == IncrementalReadState.ReadContentAsBinary_OnPartialValue) 8996_incReadState = IncrementalReadState.ReadContentAsBinary_OnPartialValue; 9392if (_incReadState == IncrementalReadState.ReadContentAsBinary_OnPartialValue) 9421_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;