1 write to contextType
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
36
this.
contextType
= contextType;
6 references to contextType
System.Data.Linq (6)
Mapping\MappedMetaModel.cs (6)
39
this.modules.Add(this.
contextType
.Module);
94
for (Type type = this.
contextType
; type != typeof(DataContext); type = type.BaseType) {
130
if (this.
contextType
!= typeof(DataContext)) {
157
get { return this.
contextType
; }
252
typeName = this.
contextType
.FullName;
260
return this.FindType(name, this.
contextType
.Namespace);