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