8 references to REF
System.Data.Common (8)
System\Data\XDRSchema.cs (1)
361string strRef = node.GetAttribute(Keywords.REF);
System\Data\xmlsaver.cs (7)
740node.SetAttribute(Keywords.REF, top[i].EncodedTableName); 742node.SetAttribute(Keywords.REF, ((string)_prefixes[top[i].Namespace]!) + ':' + top[i].EncodedTableName); 753node.SetAttribute(Keywords.REF, ((string)_prefixes[top[i].Namespace]!) + ':' + top[i].EncodedTableName); 1517root.SetAttribute(Keywords.REF, _prefixes[col.Namespace] + ":" + col.EncodedColumnName); 1938NestedTable.SetAttribute(Keywords.REF, table.EncodedTableName); 1943NestedTable.SetAttribute(Keywords.REF, childTable.EncodedTableName); 1963NestedTable.SetAttribute(Keywords.REF, ((string)_prefixes[childTable.Namespace]!) + ':' + childTable.EncodedTableName);