2 references to GetAllFields
System.Data.Linq (2)
Mapping\AttributedMetaModel.cs (1)
602
FieldInfo[] fis = TypeSystem.
GetAllFields
(this.type, flags).ToArray();
Mapping\MappedMetaModel.cs (1)
650
FieldInfo[] fis = TypeSystem.
GetAllFields
(this.type, flags).ToArray();