2 writes to prefix
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextWriter.cs (2)
506_stack[_top].prefix = null; 509_stack[_top].prefix = prefix;
2 references to prefix
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextWriter.cs (2)
1320if (_namespaces && _stack[_top].prefix != null) 1322_textWriter.Write(_stack[_top].prefix);