6 references to ReadValueChunk_OnPartialValue
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (6)
1880
_incReadState = IncrementalReadState.
ReadValueChunk_OnPartialValue
;
1920
if (_incReadState == IncrementalReadState.
ReadValueChunk_OnPartialValue
)
1944
_incReadState = endOfValue ? IncrementalReadState.ReadValueChunk_OnCachedValue : IncrementalReadState.
ReadValueChunk_OnPartialValue
;
5897
(_parsingFunction == ParsingFunction.InReadValueChunk && _incReadState == IncrementalReadState.
ReadValueChunk_OnPartialValue
));
5923
if (_incReadState == IncrementalReadState.
ReadValueChunk_OnPartialValue
)
5979
if (_incReadState == IncrementalReadState.
ReadValueChunk_OnPartialValue
)