1 write to _type
ILCompiler.Compiler (1)
Compiler\Dataflow\HandleCallAction.cs (1)
812
public MakeGenericTypeSite(TypeDesc type) =>
_type
= type;
1 reference to _type
ILCompiler.Compiler (1)
Compiler\Dataflow\HandleCallAction.cs (1)
817
TypeDesc instantiatedType =
_type
.InstantiateSignature(typeInstantiation, methodInstantiation);