1 write to _context
System.Private.Reflection.Execution (1)
Internal\Reflection\Execution\TypeLoader\ConstraintValidatorSupport.cs (1)
45
_context
= context;
4 references to _context
System.Private.Reflection.Execution (4)
Internal\Reflection\Execution\TypeLoader\ConstraintValidatorSupport.cs (4)
63
interfaces[i] = interfaces[i].Instantiate(
_context
);
95
return _underlyingType.GetElementType().Instantiate(
_context
);
103
arguments[i] = arguments[i].Instantiate(
_context
);
112
return _underlyingType.BaseType.Instantiate(
_context
);