20 references to PartialTextValue
System.Xml (20)
System\Xml\Core\XmlTextReaderImpl.cs (10)
906if ( parsingFunction >= ParsingFunction.PartialTextValue ) { 907if ( parsingFunction == ParsingFunction.PartialTextValue ) { 1261case ParsingFunction.PartialTextValue: 1304case ParsingFunction.PartialTextValue: 1736if ( parsingFunction == ParsingFunction.PartialTextValue ) { 4989parsingFunction = ParsingFunction.PartialTextValue; 5021parsingFunction = ParsingFunction.PartialTextValue; 5263Debug.Assert( parsingFunction == ParsingFunction.PartialTextValue || 5322Debug.Assert( parsingFunction == ParsingFunction.PartialTextValue || parsingFunction == ParsingFunction.InReadValueChunk || 8025if ( parsingFunction == ParsingFunction.PartialTextValue ) {
System\Xml\Core\XmlTextReaderImplAsync.cs (10)
39if (parsingFunction >= ParsingFunction.PartialTextValue) { 47if (parsingFunction >= ParsingFunction.PartialTextValue) { 48if (parsingFunction == ParsingFunction.PartialTextValue) { 244case ParsingFunction.PartialTextValue: 308case ParsingFunction.PartialTextValue: 608if ( parsingFunction == ParsingFunction.PartialTextValue ) { 2838parsingFunction = ParsingFunction.PartialTextValue; 2886parsingFunction = ParsingFunction.PartialTextValue; 3288Debug.Assert( parsingFunction == ParsingFunction.PartialTextValue || 3360Debug.Assert( parsingFunction == ParsingFunction.PartialTextValue || parsingFunction == ParsingFunction.InReadValueChunk ||