2 writes to prefixes
System.Data (2)
fx\src\data\System\Data\xmlsaver.cs (2)
500
prefixes
= new Hashtable();
808
prefixes
= new Hashtable();
23 references to prefixes
System.Data (23)
fx\src\data\System\Data\xmlsaver.cs (23)
534
prefixes
[_ds.Namespace] = null;
538
prefixes
[_ds.Namespace] = "mstns";
633
node.SetAttribute(Keywords.REF, ((string)
prefixes
[top[i].Namespace])+':'+top[i].EncodedTableName);
643
node.SetAttribute(Keywords.REF, ((string)
prefixes
[top[i].Namespace])+':'+top[i].EncodedTableName);
701
_import.SetAttribute(Keywords.XSD_SCHEMALOCATION, fileName + "_" +
prefixes
[ns] + ".xsd");
731
xw = new XmlTextWriter(filePath + fileName + "_" +
prefixes
[ns] + ".xsd", null);
750
string prefix = (string)
prefixes
[imp_ns];
828
prefixes
[_ds.Namespace] = null;
833
prefixes
[_ds.Namespace] = "mstns";
839
prefixes
[dt.Namespace] = null;
844
prefixes
[dt.Namespace] = "mstns";
1041
prefixes
[NamespaceURI] = prefix;
1074
type = stNode.ToNode(dc,
prefixes
, (schFormat == SchemaFormat.Remoting));
1077
string prefix = (string)
prefixes
[nSpace];
1105
type = stNode.ToNode(dc,
prefixes
, schFormat == SchemaFormat.Remoting);
1279
root.SetAttribute( Keywords.REF,
prefixes
[ col.Namespace]+":"+ col.EncodedColumnName);
1281
string prefix = (string)
prefixes
[col.Namespace];
1584
root.SetAttribute( Keywords.TYPE, NewDiffgramGen.QualifiedName((string)
prefixes
[table.TypeName.Namespace], table.TypeName.Name) );
1679
NestedTable.SetAttribute( Keywords.REF, ((string)
prefixes
[childTable.Namespace])+':'+childTable.EncodedTableName);
1710
xpathprefix = table.Namespace.Length != 0 ? (string)
prefixes
[table.Namespace] +':' : String.Empty;
1759
encodedName.Append(
prefixes
[fields[k].Namespace]).Append(':');
1818
encodedName.Append(
prefixes
[fields[k].Namespace]).Append(':');
1892
encodedName.Append(
prefixes
[fields[k].Namespace]).Append(':');