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)
51ds.Namespace = _schemaUri; 339column = table.Columns[instanceName, _schemaUri]; 423column.Namespace = (isAttribute) ? String.Empty : _schemaUri; 545table = dataSet.Tables.GetTable(typeName, _schemaUri); 554table.Namespace = _schemaUri; 575DataColumn col = table.Columns[list[i], _schemaUri]; 625table = dataSet.Tables.GetTable(typeName, _schemaUri); 632table.Namespace = _schemaUri;