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)
273public override void WriteStartAttribute(string? prefix, string localName, string? ns)
System\Xml\Core\TextUtf8RawTextWriter.cs (1)
62public override void WriteStartAttribute(string? prefix, string localName, string? ns)
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1891public override void WriteStartAttribute(string? prefix, string localName, string? ns)
2 references to WriteStartAttribute
System.Private.Xml (2)
System\Xml\Core\HtmlUtf8RawTextWriter.cs (1)
308base.WriteStartAttribute(prefix, localName, ns);
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1899base.WriteStartAttribute(prefix, localName, ns);