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)
1320
if (_namespaces && _stack[_top].
prefix
!= null)
1322
_textWriter.Write(_stack[_top].
prefix
);