5 writes to entity
System.Data.Linq (5)
Types.cs (5)
90this.entity = entity; 96this.entity = default(TEntity); 101this.entity = entityRef.entity; 109this.entity = Enumerable.SingleOrDefault(src); 115this.entity = value;
3 references to entity
System.Data.Linq (3)
Types.cs (3)
101this.entity = entityRef.entity; 112return this.entity; 145get { return this.entity; }