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