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