7 references to ReadContentAsBinary_OnCachedValue
System.Private.Xml (7)
System\Xml\Core\XmlTextReaderImpl.cs (4)
5836_incReadState = IncrementalReadState.ReadContentAsBinary_OnCachedValue; 5838case IncrementalReadState.ReadContentAsBinary_OnCachedValue: 9007_incReadState = IncrementalReadState.ReadContentAsBinary_OnCachedValue; 9428_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;