13 references to Project
System.Reflection.Context (13)
System\Reflection\Context\Projection\ProjectingAssembly.cs (1)
39return Projector.Project(base.GetCustomAttributesData(), Projector.ProjectCustomAttributeData);
System\Reflection\Context\Projection\ProjectingConstructorInfo.cs (1)
47return Projector.Project(base.GetCustomAttributesData(), Projector.ProjectCustomAttributeData);
System\Reflection\Context\Projection\ProjectingCustomAttributeData.cs (2)
30get { return _projector.Project(base.ConstructorArguments, _projector.ProjectTypedArgument); } 35get { return _projector.Project(base.NamedArguments, _projector.ProjectNamedArgument); }
System\Reflection\Context\Projection\ProjectingEventInfo.cs (1)
72return Projector.Project(base.GetCustomAttributesData(), Projector.ProjectCustomAttributeData);
System\Reflection\Context\Projection\ProjectingFieldInfo.cs (1)
53return Projector.Project(base.GetCustomAttributesData(), Projector.ProjectCustomAttributeData);
System\Reflection\Context\Projection\ProjectingMethodBody.cs (2)
25get { return _projector.Project(base.ExceptionHandlingClauses, _projector.ProjectExceptionHandlingClause); } 30get { return _projector.Project(base.LocalVariables, _projector.ProjectLocalVariable); }
System\Reflection\Context\Projection\ProjectingMethodInfo.cs (1)
77return Projector.Project(base.GetCustomAttributesData(), Projector.ProjectCustomAttributeData);
System\Reflection\Context\Projection\ProjectingModule.cs (1)
38return Projector.Project(base.GetCustomAttributesData(), Projector.ProjectCustomAttributeData);
System\Reflection\Context\Projection\ProjectingParameterInfo.cs (1)
43return Projector.Project(base.GetCustomAttributesData(), Projector.ProjectCustomAttributeData);
System\Reflection\Context\Projection\ProjectingPropertyInfo.cs (1)
73return Projector.Project(base.GetCustomAttributesData(), Projector.ProjectCustomAttributeData);
System\Reflection\Context\Projection\ProjectingType.cs (1)
78return _projector.Project(base.GetCustomAttributesData(), _projector.ProjectCustomAttributeData);