1 write to prefix
System.Xml (1)
System\Xml\Core\XmlTextWriter.cs (1)
77
this.
prefix
= prefix;
9 references to prefix
System.Xml (9)
System\Xml\Core\XmlTextWriter.cs (9)
1140
textWriter.Write(nsStack[i].
prefix
);
1259
string prefix = nsStack[namespaceIndex].
prefix
;
1270
Debug.Assert(nsHashtable.ContainsKey(nsStack[i].
prefix
));
1272
nsHashtable.Remove(nsStack[i].
prefix
);
1275
nsHashtable[nsStack[i].
prefix
] = nsStack[i].prevNsIndex;
1306
if ( nsStack[i].
prefix
== prefix ) {
1325
if ( nsStack[i].
prefix
== prefix ) {
1336
if (LookupNamespace(nsStack[i].
prefix
) == i) {
1337
return nsStack[i].
prefix
;