Method EmitNewReference
EmitNewReference(ILProcessor, object?, out DynamicReferenceCell)
public static DataScope<DynamicReferenceCell> EmitNewReference(this ILProcessor il, object? value, out DynamicReferenceCell cellRef)
Parameters
ilILProcessorvalueobjectcellRefDynamicReferenceCell
Returns
EmitNewReference(ILCursor, object?, out DynamicReferenceCell)
public static DataScope<DynamicReferenceCell> EmitNewReference(this ILCursor il, object? value, out DynamicReferenceCell cellRef)
Parameters
ilILCursorvalueobjectcellRefDynamicReferenceCell
Returns
EmitNewReference(ILGenerator, object?, out DynamicReferenceCell)
public static DataScope<DynamicReferenceCell> EmitNewReference(this ILGenerator il, object? value, out DynamicReferenceCell cellRef)
Parameters
ilILGeneratorvalueobjectcellRefDynamicReferenceCell