2 writes to LocalName
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseWriter.cs (2)
510element.LocalName = localName; 564element.LocalName = localName;
1 reference to LocalName
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseWriter.cs (1)
601_writer.WriteEndElement(element.Prefix, element.LocalName);