8 references to ReadContentAsBinary_End
System.Xml (8)
System\Xml\Core\XmlTextReaderImpl.cs (4)
5311case IncrementalReadState.ReadContentAsBinary_End: 5358if ( incReadState != IncrementalReadState.ReadContentAsBinary_End ) { 8346if ( incReadState == IncrementalReadState.ReadContentAsBinary_End ) { 8413incReadState = IncrementalReadState.ReadContentAsBinary_End;
System\Xml\Core\XmlTextReaderImplAsync.cs (4)
3349case IncrementalReadState.ReadContentAsBinary_End: 3408if ( incReadState != IncrementalReadState.ReadContentAsBinary_End ) { 4981if ( incReadState == IncrementalReadState.ReadContentAsBinary_End ) { 5054incReadState = IncrementalReadState.ReadContentAsBinary_End;