23 references to Unproject
System.Reflection.Context (23)
System\Reflection\Context\Projection\ProjectingAssembly.cs (2)
32
attributeType = Projector.
Unproject
(attributeType);
44
attributeType = Projector.
Unproject
(attributeType);
System\Reflection\Context\Projection\ProjectingConstructorInfo.cs (2)
40
attributeType = Projector.
Unproject
(attributeType);
52
attributeType = Projector.
Unproject
(attributeType);
System\Reflection\Context\Projection\ProjectingEventInfo.cs (2)
65
attributeType = Projector.
Unproject
(attributeType);
77
attributeType = Projector.
Unproject
(attributeType);
System\Reflection\Context\Projection\ProjectingFieldInfo.cs (2)
46
attributeType = Projector.
Unproject
(attributeType);
58
attributeType = Projector.
Unproject
(attributeType);
System\Reflection\Context\Projection\ProjectingMethodInfo.cs (4)
70
attributeType = Projector.
Unproject
(attributeType);
82
attributeType = Projector.
Unproject
(attributeType);
115
return base.CreateDelegate(Projector.
Unproject
(delegateType));
120
return base.CreateDelegate(Projector.
Unproject
(delegateType), target);
System\Reflection\Context\Projection\ProjectingModule.cs (2)
31
attributeType = Projector.
Unproject
(attributeType);
43
attributeType = Projector.
Unproject
(attributeType);
System\Reflection\Context\Projection\ProjectingParameterInfo.cs (2)
36
attributeType = Projector.
Unproject
(attributeType);
48
attributeType = Projector.
Unproject
(attributeType);
System\Reflection\Context\Projection\ProjectingPropertyInfo.cs (2)
66
attributeType = Projector.
Unproject
(attributeType);
78
attributeType = Projector.
Unproject
(attributeType);
System\Reflection\Context\Projection\ProjectingType.cs (4)
71
attributeType = Projector.
Unproject
(attributeType);
103
interfaceType = Projector.
Unproject
(interfaceType);
149
attributeType = Projector.
Unproject
(attributeType);
289
returnType = Projector.
Unproject
(returnType);
System\Reflection\Context\Projection\Projector.cs (1)
90
newTypes[i] =
Unproject
(values[i]);