Base:
method
WriteEntityRefAsync
System.Xml.XmlWriter.WriteEntityRefAsync(System.String)
1 override of WriteEntityRefAsync
System.Private.Xml (1)
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (1)
1891
public override Task
WriteEntityRefAsync
(string name)
1 reference to WriteEntityRefAsync
System.Private.Xml (1)
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (1)
1895
return base.
WriteEntityRefAsync
(name);