3 overrides of InheritanceTypes
System.Data.Linq (3)
Mapping\AttributedMetaModel.cs (1)
743
public override ReadOnlyCollection<MetaType>
InheritanceTypes
{
Mapping\MappedMetaModel.cs (2)
822
public override ReadOnlyCollection<MetaType>
InheritanceTypes
{
1577
public override ReadOnlyCollection<MetaType>
InheritanceTypes
{
17 references to InheritanceTypes
System.Data.Linq (17)
ChangeTracker.cs (1)
64
foreach (MetaType type in root.
InheritanceTypes
) {
Mapping\AttributedMetaModel.cs (5)
180
foreach (MetaType it in rt.
InheritanceTypes
) {
240
foreach (MetaType mt in table.RowType.
InheritanceTypes
) {
744
get { return this.inheritanceRoot.
InheritanceTypes
; }
773
foreach (MetaType mt in this.InheritanceRoot.
InheritanceTypes
) {
779
foreach (MetaType mt in this.InheritanceRoot.
InheritanceTypes
) {
Mapping\MappedMetaModel.cs (5)
86
foreach (MetaType mt in table.RowType.
InheritanceTypes
) {
141
foreach (MetaType it in rt.
InheritanceTypes
) {
823
get { return this.inheritanceRoot.
InheritanceTypes
; }
853
foreach (MetaType mt in this.InheritanceRoot.
InheritanceTypes
) {
859
foreach (MetaType mt in this.InheritanceRoot.
InheritanceTypes
) {
SqlClient\Query\SqlBinder.cs (1)
377
foreach (MetaType mt in dt.TargetType.
InheritanceTypes
) {
SqlClient\Query\Translator.cs (1)
47
List<MetaType> mappedTypes = new List<MetaType>(rowType.
InheritanceTypes
);
SqlClient\Reader\ObjectReaderCompiler.cs (1)
1991
foreach (MetaType imt in targetType.
InheritanceTypes
) {
SqlClient\SqlBuilder.cs (2)
80
foreach (MetaType type in table.RowType.
InheritanceTypes
) {
146
foreach (MetaType type in table.RowType.
InheritanceTypes
) {
SqlClient\SqlProvider.cs (1)
1983
metaType = mt.
InheritanceTypes
.SingleOrDefault(it => it.Type == typeof(T));