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