2 writes to _schemaUri
System.Data.Common (2)
System\Data\XDRSchema.cs (2)
22_schemaUri = string.Empty; 39_schemaUri = string.Empty;
8 references to _schemaUri
System.Data.Common (8)
System\Data\XDRSchema.cs (8)
47ds.Namespace = _schemaUri; 367column = table.Columns[instanceName, _schemaUri]; 460column.Namespace = (isAttribute) ? string.Empty : _schemaUri; 565table = dataSet.Tables.GetTable(typeName, _schemaUri); 575table.Namespace = _schemaUri; 598DataColumn? col = table.Columns[list[i], _schemaUri]; 652table = dataSet.Tables.GetTable(typeName, _schemaUri); 660table.Namespace = _schemaUri;