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