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) 5467_parsingFunction = ParsingFunction.PartialTextValue; 5506_parsingFunction = ParsingFunction.PartialTextValue; 5772Debug.Assert(_parsingFunction == ParsingFunction.PartialTextValue || 5840Debug.Assert(_parsingFunction == ParsingFunction.PartialTextValue || _parsingFunction == ParsingFunction.InReadValueChunk || 8984if (_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 ||