7 references to ReadContentAsBinary_OnCachedValue
System.Private.Xml (7)
System\Xml\Core\XmlTextReaderImpl.cs (4)
5819_incReadState = IncrementalReadState.ReadContentAsBinary_OnCachedValue; 5821case IncrementalReadState.ReadContentAsBinary_OnCachedValue: 8990_incReadState = IncrementalReadState.ReadContentAsBinary_OnCachedValue; 9411_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;