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