8 references to ReadContentAsBinary_End
System.Private.Xml (8)
System\Xml\Core\XmlTextReaderImpl.cs (4)
5838case IncrementalReadState.ReadContentAsBinary_End: 5890if (_incReadState != IncrementalReadState.ReadContentAsBinary_End) 9363if (_incReadState == IncrementalReadState.ReadContentAsBinary_End) 9443_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;