7 references to ReadContentAsBinary_OnCachedValue
System.Xml (7)
System\Xml\Core\XmlTextReaderImpl.cs (4)
5303incReadState = IncrementalReadState.ReadContentAsBinary_OnCachedValue; 5305case IncrementalReadState.ReadContentAsBinary_OnCachedValue: 8029incReadState = IncrementalReadState.ReadContentAsBinary_OnCachedValue; 8393incReadState = endOfValue ? IncrementalReadState.ReadContentAsBinary_OnCachedValue : IncrementalReadState.ReadContentAsBinary_OnPartialValue;
System\Xml\Core\XmlTextReaderImplAsync.cs (3)
3341incReadState = IncrementalReadState.ReadContentAsBinary_OnCachedValue; 3343case IncrementalReadState.ReadContentAsBinary_OnCachedValue: 5034incReadState = endOfValue ? IncrementalReadState.ReadContentAsBinary_OnCachedValue : IncrementalReadState.ReadContentAsBinary_OnPartialValue;