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