2 writes to providerType
System.Data.Linq (2)
Mapping\AttributedMetaModel.cs (2)
82this.providerType = attrs[0].Type; 84this.providerType = typeof(SqlProvider);
1 reference to providerType
System.Data.Linq (1)
Mapping\AttributedMetaModel.cs (1)
105get { return this.providerType; }