6 references to OnlyGeneral
System.Private.Xml (6)
System\Xml\Core\XmlTextReaderImpl.cs (3)
4026
switch (HandleEntityReference(false, EntityExpandType.
OnlyGeneral
, out _))
5967
charRefEndPos = ParseNumericCharRef(expandType != EntityExpandType.
OnlyGeneral
, null, out entityType);
5975
charRefEndPos = ParseNamedCharRef(expandType != EntityExpandType.
OnlyGeneral
, null);
System\Xml\Core\XmlTextReaderImplAsync.cs (3)
1626
var tuple_3 = await HandleEntityReferenceAsync(false, EntityExpandType.
OnlyGeneral
).ConfigureAwait(false);
3744
var tuple_17 = await ParseNumericCharRefAsync(expandType != EntityExpandType.
OnlyGeneral
, null).ConfigureAwait(false);
3757
charRefEndPos = await ParseNamedCharRefAsync(expandType != EntityExpandType.
OnlyGeneral
, null).ConfigureAwait(false);