1 type derived from CustomReflectionContext
System.ComponentModel.Composition.Registration (1)
System\ComponentModel\Composition\Registration\RegistrationBuilder.cs (1)
12public class RegistrationBuilder : CustomReflectionContext
33 references to CustomReflectionContext
System.Reflection.Context (33)
System\Reflection\Context\Custom\AttributeUtils.cs (9)
11public static object[] GetCustomAttributes(CustomReflectionContext context, CustomType type, Type attributeFilterType, bool inherit) 51public static object[] GetCustomAttributes(CustomReflectionContext context, CustomMethodInfo method, Type attributeFilterType, bool inherit) 91public static object[] GetCustomAttributes(CustomReflectionContext context, CustomConstructorInfo constructor, Type attributeFilterType) 99public static object[] GetCustomAttributes(CustomReflectionContext context, CustomPropertyInfo property, Type attributeFilterType) 107public static object[] GetCustomAttributes(CustomReflectionContext context, CustomEventInfo evnt, Type attributeFilterType) 115public static object[] GetCustomAttributes(CustomReflectionContext context, CustomFieldInfo field, Type attributeFilterType) 123public static object[] GetCustomAttributes(CustomReflectionContext context, CustomParameterInfo parameter, Type attributeFilterType) 137private static IEnumerable<object> GetFilteredAttributes(CustomReflectionContext context, MemberInfo member, Type attributeFilterType) 144private static IEnumerable<object> GetFilteredAttributes(CustomReflectionContext context, ParameterInfo parameter, Type attributeFilterType)
System\Reflection\Context\Custom\CustomAssembly.cs (2)
10public CustomAssembly(Assembly template, CustomReflectionContext context) 16public CustomReflectionContext ReflectionContext { get; }
System\Reflection\Context\Custom\CustomConstructorInfo.cs (2)
10public CustomConstructorInfo(ConstructorInfo template, CustomReflectionContext context) 16public CustomReflectionContext ReflectionContext { get; }
System\Reflection\Context\Custom\CustomEventInfo.cs (2)
10public CustomEventInfo(EventInfo template, CustomReflectionContext context) 16public CustomReflectionContext ReflectionContext { get; }
System\Reflection\Context\Custom\CustomFieldInfo.cs (2)
10public CustomFieldInfo(FieldInfo template, CustomReflectionContext context) 16public CustomReflectionContext ReflectionContext { get; }
System\Reflection\Context\Custom\CustomMethodInfo.cs (2)
10public CustomMethodInfo(MethodInfo template, CustomReflectionContext context) 16public CustomReflectionContext ReflectionContext { get; }
System\Reflection\Context\Custom\CustomModule.cs (2)
10public CustomModule(Module template, CustomReflectionContext context) 16public CustomReflectionContext ReflectionContext { get; }
System\Reflection\Context\Custom\CustomParameterInfo.cs (2)
10public CustomParameterInfo(ParameterInfo template, CustomReflectionContext context) 16public CustomReflectionContext ReflectionContext { get; }
System\Reflection\Context\Custom\CustomPropertyInfo.cs (2)
10public CustomPropertyInfo(PropertyInfo template, CustomReflectionContext context) 16public CustomReflectionContext ReflectionContext { get; }
System\Reflection\Context\Custom\CustomType.cs (2)
16public CustomType(Type template, CustomReflectionContext context) 22public CustomReflectionContext ReflectionContext { get; }
System\Reflection\Context\CustomReflectionContext.Projector.cs (2)
15public ReflectionContextProjector(CustomReflectionContext context) 20public CustomReflectionContext ReflectionContext { get; }
System\Reflection\Context\Virtual\VirtualPropertyBase.cs (2)
18protected VirtualPropertyBase(Type propertyType, string name, CustomReflectionContext context) 36public CustomReflectionContext ReflectionContext { get; }
System\Reflection\Context\Virtual\VirtualPropertyBase.FuncPropertyAccessorBase.cs (1)
19public CustomReflectionContext ReflectionContext
System\Reflection\Context\Virtual\VirtualPropertyInfo.cs (1)
25CustomReflectionContext context)