Base:
method
WriteStartAttribute
System.Xml.XmlWriter.WriteStartAttribute(System.String, System.String, System.String)
3 overrides of WriteStartAttribute
System.Private.Xml (3)
System\Xml\Core\HtmlUtf8RawTextWriter.cs (1)
273
public override void
WriteStartAttribute
(string? prefix, string localName, string? ns)
System\Xml\Core\TextUtf8RawTextWriter.cs (1)
62
public override void
WriteStartAttribute
(string? prefix, string localName, string? ns)
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1891
public override void
WriteStartAttribute
(string? prefix, string localName, string? ns)
2 references to WriteStartAttribute
System.Private.Xml (2)
System\Xml\Core\HtmlUtf8RawTextWriter.cs (1)
308
base.
WriteStartAttribute
(prefix, localName, ns);
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1899
base.
WriteStartAttribute
(prefix, localName, ns);