8 references to REF
System.Data.Common (8)
System\Data\XDRSchema.cs (1)
361string strRef = node.GetAttribute(Keywords.REF);
System\Data\xmlsaver.cs (7)
739node.SetAttribute(Keywords.REF, top[i].EncodedTableName); 741node.SetAttribute(Keywords.REF, ((string)_prefixes[top[i].Namespace]!) + ':' + top[i].EncodedTableName); 752node.SetAttribute(Keywords.REF, ((string)_prefixes[top[i].Namespace]!) + ':' + top[i].EncodedTableName); 1509root.SetAttribute(Keywords.REF, _prefixes[col.Namespace] + ":" + col.EncodedColumnName); 1928NestedTable.SetAttribute(Keywords.REF, table.EncodedTableName); 1933NestedTable.SetAttribute(Keywords.REF, childTable.EncodedTableName); 1953NestedTable.SetAttribute(Keywords.REF, ((string)_prefixes[childTable.Namespace]!) + ':' + childTable.EncodedTableName);