6 references to OnlyGeneral
System.Xml (6)
System\Xml\Core\XmlTextReaderImpl.cs (3)
3663switch ( HandleEntityReference( false, EntityExpandType.OnlyGeneral, out i ) ) { 5428charRefEndPos = ParseNumericCharRef( expandType != EntityExpandType.OnlyGeneral, null, out entityType ); 5435charRefEndPos = ParseNamedCharRef( expandType != EntityExpandType.OnlyGeneral, null );
System\Xml\Core\XmlTextReaderImplAsync.cs (3)
1505var tuple_3 = await HandleEntityReferenceAsync(false, EntityExpandType.OnlyGeneral).ConfigureAwait(false); 3481var tuple_17 = await ParseNumericCharRefAsync( expandType != EntityExpandType.OnlyGeneral, null).ConfigureAwait(false); 3494charRefEndPos = await ParseNamedCharRefAsync( expandType != EntityExpandType.OnlyGeneral, null ).ConfigureAwait(false);