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