7 references to ReadContentAsBinary_OnCachedValue
System.Private.Xml (7)
System\Xml\Core\XmlTextReaderImpl.cs (4)
5829_incReadState = IncrementalReadState.ReadContentAsBinary_OnCachedValue; 5831case IncrementalReadState.ReadContentAsBinary_OnCachedValue: 9000_incReadState = IncrementalReadState.ReadContentAsBinary_OnCachedValue; 9421_incReadState = endOfValue ? IncrementalReadState.ReadContentAsBinary_OnCachedValue : IncrementalReadState.ReadContentAsBinary_OnPartialValue;
System\Xml\Core\XmlTextReaderImplAsync.cs (3)
3588_incReadState = IncrementalReadState.ReadContentAsBinary_OnCachedValue; 3590case IncrementalReadState.ReadContentAsBinary_OnCachedValue: 5422_incReadState = endOfValue ? IncrementalReadState.ReadContentAsBinary_OnCachedValue : IncrementalReadState.ReadContentAsBinary_OnPartialValue;