10 references to PartialTextValue
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (10)
919if (_parsingFunction >= ParsingFunction.PartialTextValue) 921if (_parsingFunction == ParsingFunction.PartialTextValue) 1329case ParsingFunction.PartialTextValue: 1375case ParsingFunction.PartialTextValue: 1878if (_parsingFunction == ParsingFunction.PartialTextValue) 5589_parsingFunction = ParsingFunction.PartialTextValue; 5627_parsingFunction = ParsingFunction.PartialTextValue; 5896Debug.Assert(_parsingFunction == ParsingFunction.PartialTextValue || 5964Debug.Assert(_parsingFunction == ParsingFunction.PartialTextValue || _parsingFunction == ParsingFunction.InReadValueChunk || 9105if (_parsingFunction == ParsingFunction.PartialTextValue)