4 references to All
System.Private.Xml (4)
System\Xml\Core\XmlTextReaderImpl.cs (2)
5190
switch (HandleEntityReference(true, EntityExpandType.
All
, out pos))
5636
switch (HandleEntityReference(false, EntityExpandType.
All
, out pos))
System\Xml\Core\XmlTextReaderImplAsync.cs (2)
2702
var tuple_8 = await HandleEntityReferenceAsync(true, EntityExpandType.
All
).ConfigureAwait(false);
3380
var tuple_14 = await HandleEntityReferenceAsync(false, EntityExpandType.
All
).ConfigureAwait(false);