5 references to CopyFrom
ILAssembler (5)
gen\CILParser.cs (5)
5824
public PointerArrayTypeSizeContext(NativeTypeArrayPointerInfoContext context) {
CopyFrom
(context); }
5837
public PointerArrayTypeParamIndexContext(NativeTypeArrayPointerInfoContext context) {
CopyFrom
(context); }
5847
public PointerNativeTypeContext(NativeTypeArrayPointerInfoContext context) {
CopyFrom
(context); }
5863
public PointerArrayTypeSizeParamIndexContext(NativeTypeArrayPointerInfoContext context) {
CopyFrom
(context); }
5873
public PointerArrayTypeNoSizeDataContext(NativeTypeArrayPointerInfoContext context) {
CopyFrom
(context); }