8 references to CopyFrom
ILAssembler (8)
gen\CILParser.cs (8)
6747 public OptionalModifierContext(TypeModifiersContext context) { CopyFrom(context); } 6756 public SZArrayModifierContext(TypeModifiersContext context) { CopyFrom(context); } 6768 public RequiredModifierContext(TypeModifiersContext context) { CopyFrom(context); } 6778 public PtrModifierContext(TypeModifiersContext context) { CopyFrom(context); } 6787 public PinnedModifierContext(TypeModifiersContext context) { CopyFrom(context); } 6799 public GenericArgumentsModifierContext(TypeModifiersContext context) { CopyFrom(context); } 6809 public ByRefModifierContext(TypeModifiersContext context) { CopyFrom(context); } 6821 public ArrayModifierContext(TypeModifiersContext context) { CopyFrom(context); }