Base:
method
WriteStartAttribute
Microsoft.Xml.XmlWriter.WriteStartAttribute(System.String, System.String, System.String)
3 overrides of WriteStartAttribute
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlUtf8RawTextWriter.cs (1)
313public override void WriteStartAttribute(string prefix, string localName, string ns)
FrameworkFork\Microsoft.Xml\Xml\Core\TextUtf8RawTextWriter.cs (1)
64public override void WriteStartAttribute(string prefix, string localName, string ns)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1791public override void WriteStartAttribute(string prefix, string localName, string ns)
2 references to WriteStartAttribute
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlUtf8RawTextWriter.cs (1)
349base.WriteStartAttribute(prefix, localName, ns);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1799base.WriteStartAttribute(prefix, localName, ns);