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