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