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