2 references to GetAllProperties
System.Data.Linq (2)
Mapping\AttributedMetaModel.cs (1)
620PropertyInfo[] pis = TypeSystem.GetAllProperties(this.type, flags).ToArray();
Mapping\MappedMetaModel.cs (1)
671PropertyInfo[] pis = TypeSystem.GetAllProperties(this.type, flags).ToArray();