1 write to prefix
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextWriter.cs (1)
84
this.
prefix
= prefix;
9 references to prefix
dotnet-svcutil-lib (9)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextWriter.cs (9)
1354
_textWriter.Write(_nsStack[i].
prefix
);
1498
string prefix = _nsStack[namespaceIndex].
prefix
;
1512
Debug.Assert(_nsHashtable.ContainsKey(_nsStack[i].
prefix
));
1515
_nsHashtable.Remove(_nsStack[i].
prefix
);
1519
_nsHashtable[_nsStack[i].
prefix
] = _nsStack[i].prevNsIndex;
1558
if (_nsStack[i].
prefix
== prefix)
1584
if (_nsStack[i].
prefix
== prefix)
1599
if (LookupNamespace(_nsStack[i].
prefix
) == i)
1601
return _nsStack[i].
prefix
;