2 references to PushExternalEntityOrSubsetAsync
System.Private.Xml (2)
System\Xml\Core\XmlTextReaderImplAsync.cs (2)
841
await
PushExternalEntityOrSubsetAsync
(publicId, systemId, _ps.baseUri, null).ConfigureAwait(false);
5207
await
PushExternalEntityOrSubsetAsync
(entity.PublicId, entity.SystemId, entityBaseUri, entity.Name).ConfigureAwait(false);