2 writes to _schemaUri
System.Data (2)
fx\src\data\System\Data\XDRSchema.cs (2)
28
_schemaUri
= String.Empty;
43
_schemaUri
= "";
8 references to _schemaUri
System.Data (8)
fx\src\data\System\Data\XDRSchema.cs (8)
51
ds.Namespace =
_schemaUri
;
339
column = table.Columns[instanceName,
_schemaUri
];
423
column.Namespace = (isAttribute) ? String.Empty :
_schemaUri
;
545
table = dataSet.Tables.GetTable(typeName,
_schemaUri
);
554
table.Namespace =
_schemaUri
;
575
DataColumn col = table.Columns[list[i],
_schemaUri
];
625
table = dataSet.Tables.GetTable(typeName,
_schemaUri
);
632
table.Namespace =
_schemaUri
;