8 references to ReadContentAsBinary_End
System.Private.Xml (8)
System\Xml\Core\XmlTextReaderImpl.cs (4)
5828case IncrementalReadState.ReadContentAsBinary_End: 5880if (_incReadState != IncrementalReadState.ReadContentAsBinary_End) 9353if (_incReadState == IncrementalReadState.ReadContentAsBinary_End) 9433_incReadState = IncrementalReadState.ReadContentAsBinary_End;
System\Xml\Core\XmlTextReaderImplAsync.cs (4)
3597case IncrementalReadState.ReadContentAsBinary_End: 3657if (_incReadState != IncrementalReadState.ReadContentAsBinary_End) 5361if (_incReadState == IncrementalReadState.ReadContentAsBinary_End) 5444_incReadState = IncrementalReadState.ReadContentAsBinary_End;