Method EmitNewReference
EmitNewReference(ILProcessor, object?, out DynamicReferenceCell)
public static DataScope<DynamicReferenceCell> EmitNewReference(this ILProcessor il, object? value, out DynamicReferenceCell cellRef)
Parameters
il
ILProcessorvalue
objectcellRef
DynamicReferenceCell
Returns
EmitNewReference(ILCursor, object?, out DynamicReferenceCell)
public static DataScope<DynamicReferenceCell> EmitNewReference(this ILCursor il, object? value, out DynamicReferenceCell cellRef)
Parameters
il
ILCursorvalue
objectcellRef
DynamicReferenceCell
Returns
EmitNewReference(ILGenerator, object?, out DynamicReferenceCell)
public static DataScope<DynamicReferenceCell> EmitNewReference(this ILGenerator il, object? value, out DynamicReferenceCell cellRef)
Parameters
il
ILGeneratorvalue
objectcellRef
DynamicReferenceCell