3 instantiations of Link
System.Data.Linq (3)
Mapping\Accessors.cs (3)
190this.acc.SetValue(ref instance, new Link<V>(value)); 204this.acc.SetValue(ref instance, new Link<V>(value)); 222this.acc.SetValue(ref instance, new Link<V>(value));
21 references to Link
System.Data.Linq (21)
Mapping\Accessors.cs (13)
169MetaAccessor<T, Link<V>> acc; 170internal LinkValueAccessor(MetaAccessor<T, Link<V>> acc) { 174Link<V> link = this.acc.GetValue((T)instance); 178Link<V> link = this.acc.GetValue((T)instance); 182Link<V> link = this.acc.GetValue((T)instance); 186Link<V> link = this.acc.GetValue(instance); 195MetaAccessor<T, Link<V>> acc; 196internal LinkDefValueAccessor(MetaAccessor<T, Link<V>> acc) { 200Link<V> link = this.acc.GetValue(instance); 209MetaAccessor<T, Link<V>> acc; 210internal LinkDefSourceAccessor(MetaAccessor<T, Link<V>> acc) { 214Link<V> link = this.acc.GetValue(instance); 218Link<V> link = this.acc.GetValue(instance);
Mapping\AttributedMetaModel.cs (2)
1255return gtype == typeof(Link<>) || 1282if (gtype == typeof(Link<>)) {
Mapping\MappedMetaModel.cs (2)
1160return gtype == typeof(Link<>) || 1187if (gtype == typeof(Link<>)) {
SqlClient\Reader\ObjectReaderCompiler.cs (3)
1082else if (genType == typeof(EntityRef<>) || genType == typeof(Link<>)) { 1281memberType.GetGenericTypeDefinition() == typeof(Link<>)) 1636else if (genExpectedType == typeof(EntityRef<>) || genExpectedType == typeof(Link<>)) {
Types.cs (1)
35public Link(Link<T> link) {