2 overrides of WriteStartAttribute
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (1)
261public override void WriteStartAttribute(string prefix, XmlDictionaryString localName)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextWriter.cs (1)
372public override void WriteStartAttribute(string prefix, XmlDictionaryString localName)
1 reference to WriteStartAttribute
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseWriter.cs (1)
289_writer.WriteStartAttribute(prefix, localName);