20 references to PartialTextValue
System.Private.Xml (20)
System\Xml\Core\XmlTextReaderImpl.cs (10)
906if (_parsingFunction >= ParsingFunction.PartialTextValue) 908if (_parsingFunction == ParsingFunction.PartialTextValue) 1321case ParsingFunction.PartialTextValue: 1367case ParsingFunction.PartialTextValue: 1806if (_parsingFunction == ParsingFunction.PartialTextValue) 5477_parsingFunction = ParsingFunction.PartialTextValue; 5516_parsingFunction = ParsingFunction.PartialTextValue; 5782Debug.Assert(_parsingFunction == ParsingFunction.PartialTextValue || 5850Debug.Assert(_parsingFunction == ParsingFunction.PartialTextValue || _parsingFunction == ParsingFunction.InReadValueChunk || 8994if (_parsingFunction == ParsingFunction.PartialTextValue)
System\Xml\Core\XmlTextReaderImplAsync.cs (10)
33if (_parsingFunction >= ParsingFunction.PartialTextValue) 42if (_parsingFunction >= ParsingFunction.PartialTextValue) 44if (_parsingFunction == ParsingFunction.PartialTextValue) 255case ParsingFunction.PartialTextValue: 329case ParsingFunction.PartialTextValue: 631if (_parsingFunction == ParsingFunction.PartialTextValue) 3042_parsingFunction = ParsingFunction.PartialTextValue; 3091_parsingFunction = ParsingFunction.PartialTextValue; 3530Debug.Assert(_parsingFunction == ParsingFunction.PartialTextValue || 3609Debug.Assert(_parsingFunction == ParsingFunction.PartialTextValue || _parsingFunction == ParsingFunction.InReadValueChunk ||