8 references to CopyFrom
ILAssembler (8)
gen\CILParser.cs (8)
6971 public OptionalModifierContext(TypeModifiersContext context) { CopyFrom(context); } 6981 public SZArrayModifierContext(TypeModifiersContext context) { CopyFrom(context); } 6993 public RequiredModifierContext(TypeModifiersContext context) { CopyFrom(context); } 7003 public PtrModifierContext(TypeModifiersContext context) { CopyFrom(context); } 7012 public PinnedModifierContext(TypeModifiersContext context) { CopyFrom(context); } 7024 public GenericArgumentsModifierContext(TypeModifiersContext context) { CopyFrom(context); } 7034 public ByRefModifierContext(TypeModifiersContext context) { CopyFrom(context); } 7046 public ArrayModifierContext(TypeModifiersContext context) { CopyFrom(context); }