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