3 overrides of ToForeignInstance
ILCompiler.Compiler (3)
Compiler\TypePreinit.cs (3)
2888
public override ReferenceTypeValue
ToForeignInstance
(int baseInstructionCounter, TypePreinit preinitContext)
3204
public override ReferenceTypeValue
ToForeignInstance
(int baseInstructionCounter, TypePreinit preinitContext) =>
3494
public override ReferenceTypeValue
ToForeignInstance
(int baseInstructionCounter, TypePreinit preinitContext)
1 reference to ToForeignInstance
ILCompiler.Compiler (1)
Compiler\TypePreinit.cs (1)
3707
value = referenceType.
ToForeignInstance
(_baseInstructionCounter, context);