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