2 instantiations of SigTypeContext
System.Private.Reflection.Execution (2)
Internal\Reflection\Execution\TypeLoader\ConstraintValidator.cs (2)
99
SigTypeContext typeContext = new
SigTypeContext
(typeArguments, null);
109
SigTypeContext typeContext = new
SigTypeContext
(typeArguments, methodArguments);
7 references to SigTypeContext
System.Private.Reflection.Execution (7)
Internal\Reflection\Execution\TypeLoader\ConstraintValidator.cs (4)
14
private static bool SatisfiesConstraints(this Type genericVariable,
SigTypeContext
typeContextOfConstraintDeclarer, Type typeArg)
65
private static void EnsureSatisfiesClassConstraints(Type[] typeParameters, Type[] typeArguments, object definition,
SigTypeContext
typeContext)
99
SigTypeContext
typeContext = new SigTypeContext(typeArguments, null);
109
SigTypeContext
typeContext = new SigTypeContext(typeArguments, methodArguments);
Internal\Reflection\Execution\TypeLoader\ConstraintValidatorSupport.cs (3)
40
private
SigTypeContext
_context;
42
public InstantiatedTypeInfo(Type underlyingType,
SigTypeContext
context)
201
private static Type Instantiate(this Type type,
SigTypeContext
context)