5 references to CopyFrom
ILAssembler (5)
gen\CILParser.cs (5)
6043
public PointerArrayTypeSizeContext(NativeTypeArrayPointerInfoContext context) {
CopyFrom
(context); }
6056
public PointerArrayTypeParamIndexContext(NativeTypeArrayPointerInfoContext context) {
CopyFrom
(context); }
6066
public PointerNativeTypeContext(NativeTypeArrayPointerInfoContext context) {
CopyFrom
(context); }
6082
public PointerArrayTypeSizeParamIndexContext(NativeTypeArrayPointerInfoContext context) {
CopyFrom
(context); }
6092
public PointerArrayTypeNoSizeDataContext(NativeTypeArrayPointerInfoContext context) {
CopyFrom
(context); }