5 references to ReadContentAsBinary_OnPartialValue
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (5)
5941case IncrementalReadState.ReadContentAsBinary_OnPartialValue: 5996if (_incReadState == IncrementalReadState.ReadContentAsBinary_OnPartialValue) 9107_incReadState = IncrementalReadState.ReadContentAsBinary_OnPartialValue; 9509if (_incReadState == IncrementalReadState.ReadContentAsBinary_OnPartialValue) 9536_incReadState = endOfValue ? IncrementalReadState.ReadContentAsBinary_OnCachedValue : IncrementalReadState.ReadContentAsBinary_OnPartialValue;