1 write to localName
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriterHelpers.cs (1)
132this.localName = localName;
4 references to localName
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (3)
2274string localName = _attrStack[attributeIndex].localName; 2285if (_attrStack[prev].localName == localName) 2291Debug.Assert(prev >= 0 && _attrStack[prev].localName == localName);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriterHelpers.cs (1)
138return ((this.localName == localName)