2 references to GetAllFields
System.ComponentModel.Composition (2)
Microsoft\Internal\ReflectionServices.cs (1)
161return declaredFields.Concat(baseType.GetAllFields());
System\ComponentModel\Composition\ReflectionModel\GenericSpecializationPartCreationInfo.cs (1)
192foreach (FieldInfo field in closedGenericPartType.GetAllFields())