1 type derived from Projector
System.Reflection.Context (1)
System\Reflection\Context\CustomReflectionContext.Projector.cs (1)
13
private sealed class ReflectionContextProjector :
Projector
67 references to Projector
System.Reflection.Context (67)
System\Reflection\Context\CustomReflectionContext.cs (1)
148
internal
Projector
Projector
System\Reflection\Context\Projection\IProjectable.cs (1)
8
Projector
Projector { get; }
System\Reflection\Context\Projection\ProjectingAssembly.cs (4)
15
public ProjectingAssembly(Assembly assembly,
Projector
projector)
23
public
Projector
Projector { get; }
32
attributeType =
Projector
.Unproject(attributeType);
44
attributeType =
Projector
.Unproject(attributeType);
System\Reflection\Context\Projection\ProjectingConstructorInfo.cs (4)
13
public ProjectingConstructorInfo(ConstructorInfo constructor,
Projector
projector)
21
public
Projector
Projector { get; }
40
attributeType =
Projector
.Unproject(attributeType);
52
attributeType =
Projector
.Unproject(attributeType);
System\Reflection\Context\Projection\ProjectingCustomAttributeData.cs (2)
13
private readonly
Projector
_projector;
15
public ProjectingCustomAttributeData(CustomAttributeData attribute,
Projector
projector)
System\Reflection\Context\Projection\ProjectingEventInfo.cs (4)
14
public ProjectingEventInfo(EventInfo @event,
Projector
projector)
22
public
Projector
Projector { get; }
65
attributeType =
Projector
.Unproject(attributeType);
77
attributeType =
Projector
.Unproject(attributeType);
System\Reflection\Context\Projection\ProjectingExceptionHandlingClause.cs (2)
12
private readonly
Projector
_projector;
14
public ProjectingExceptionHandlingClause(ExceptionHandlingClause clause,
Projector
projector)
System\Reflection\Context\Projection\ProjectingFieldInfo.cs (4)
14
public ProjectingFieldInfo(FieldInfo field,
Projector
projector)
22
public
Projector
Projector { get; }
46
attributeType =
Projector
.Unproject(attributeType);
58
attributeType =
Projector
.Unproject(attributeType);
System\Reflection\Context\Projection\ProjectingLocalVariableInfo.cs (2)
12
private readonly
Projector
_projector;
14
public ProjectingLocalVariableInfo(LocalVariableInfo variable,
Projector
projector)
System\Reflection\Context\Projection\ProjectingManifestResourceInfo.cs (2)
12
private readonly
Projector
_projector;
14
public ProjectingManifestResourceInfo(ManifestResourceInfo resource,
Projector
projector)
System\Reflection\Context\Projection\ProjectingMethodBody.cs (2)
13
private readonly
Projector
_projector;
15
public ProjectingMethodBody(MethodBody body,
Projector
projector)
System\Reflection\Context\Projection\ProjectingMethodInfo.cs (7)
14
public ProjectingMethodInfo(MethodInfo method,
Projector
projector)
22
public
Projector
Projector { get; }
70
attributeType =
Projector
.Unproject(attributeType);
82
attributeType =
Projector
.Unproject(attributeType);
110
return Projector.ProjectMethod(base.MakeGenericMethod(
Projector
.Unproject(typeArguments)));
115
return base.CreateDelegate(
Projector
.Unproject(delegateType));
120
return base.CreateDelegate(
Projector
.Unproject(delegateType), target);
System\Reflection\Context\Projection\ProjectingModule.cs (13)
14
public ProjectingModule(Module module,
Projector
projector)
22
public
Projector
Projector { get; }
31
attributeType =
Projector
.Unproject(attributeType);
43
attributeType =
Projector
.Unproject(attributeType);
60
types =
Projector
.Unproject(types);
81
genericTypeArguments =
Projector
.Unproject(genericTypeArguments);
82
genericMethodArguments =
Projector
.Unproject(genericMethodArguments);
89
genericTypeArguments =
Projector
.Unproject(genericTypeArguments);
90
genericMethodArguments =
Projector
.Unproject(genericMethodArguments);
97
genericTypeArguments =
Projector
.Unproject(genericTypeArguments);
98
genericMethodArguments =
Projector
.Unproject(genericMethodArguments);
105
genericTypeArguments =
Projector
.Unproject(genericTypeArguments);
106
genericMethodArguments =
Projector
.Unproject(genericMethodArguments);
System\Reflection\Context\Projection\ProjectingParameterInfo.cs (4)
14
public ProjectingParameterInfo(ParameterInfo parameter,
Projector
projector)
22
public
Projector
Projector { get; }
36
attributeType =
Projector
.Unproject(attributeType);
48
attributeType =
Projector
.Unproject(attributeType);
System\Reflection\Context\Projection\ProjectingPropertyInfo.cs (4)
14
public ProjectingPropertyInfo(PropertyInfo property,
Projector
projector)
22
public
Projector
Projector { get; }
66
attributeType =
Projector
.Unproject(attributeType);
78
attributeType =
Projector
.Unproject(attributeType);
System\Reflection\Context\Projection\ProjectingType.cs (11)
14
private readonly
Projector
_projector;
16
public ProjectingType(Type type,
Projector
projector)
24
public
Projector
Projector
71
attributeType =
Projector
.Unproject(attributeType);
103
interfaceType =
Projector
.Unproject(interfaceType);
149
attributeType =
Projector
.Unproject(attributeType);
184
types =
Projector
.Unproject(types);
262
types =
Projector
.Unproject(types);
289
returnType =
Projector
.Unproject(returnType);
290
types =
Projector
.Unproject(types);
313
typeArguments =
Projector
.Unproject(typeArguments);