43 writes to marshalType
ILAssembler (43)
gen\CILParser.cs (43)
6056
_localctx.
marshalType
= Match(CUSTOM);
6081
_localctx.
marshalType
= Match(CUSTOM);
6100
_localctx.
marshalType
= Match(SYSSTRING);
6115
_localctx.
marshalType
= Match(ARRAY);
6130
_localctx.
marshalType
= Match(VARIANT);
6137
_localctx.
marshalType
= Match(CURRENCY);
6144
_localctx.
marshalType
= Match(SYSCHAR);
6151
_localctx.
marshalType
= Match(VOID);
6158
_localctx.
marshalType
= Match(BOOL);
6165
_localctx.
marshalType
= Match(INT8);
6172
_localctx.
marshalType
= Match(INT16);
6179
_localctx.
marshalType
= Match(INT32_);
6186
_localctx.
marshalType
= Match(INT64_);
6193
_localctx.
marshalType
= Match(FLOAT32);
6200
_localctx.
marshalType
= Match(FLOAT64_);
6207
_localctx.
marshalType
= Match(ERROR);
6214
_localctx.
marshalType
= Match(UINT8);
6221
_localctx.
marshalType
= Match(UINT16);
6228
_localctx.
marshalType
= Match(UINT32);
6235
_localctx.
marshalType
= Match(UINT64);
6242
_localctx.
marshalType
= Match(DECIMAL);
6249
_localctx.
marshalType
= Match(DATE);
6256
_localctx.
marshalType
= Match(BSTR);
6263
_localctx.
marshalType
= Match(LPSTR);
6270
_localctx.
marshalType
= Match(LPWSTR);
6277
_localctx.
marshalType
= Match(LPTSTR);
6284
_localctx.
marshalType
= Match(OBJECTREF);
6291
_localctx.
marshalType
= Match(IUNKNOWN);
6300
_localctx.
marshalType
= Match(IDISPATCH);
6309
_localctx.
marshalType
= Match(STRUCT);
6316
_localctx.
marshalType
= Match(INTERFACE);
6325
_localctx.
marshalType
= Match(SAFEARRAY);
6334
_localctx.
marshalType
= Match(SAFEARRAY);
6347
_localctx.
marshalType
= Match(INT);
6354
_localctx.
marshalType
= Match(UINT);
6361
_localctx.
marshalType
= Match(NESTEDSTRUCT);
6368
_localctx.
marshalType
= Match(BYVALSTR);
6375
_localctx.
marshalType
= Match(ANSIBSTR);
6382
_localctx.
marshalType
= Match(TBSTR);
6389
_localctx.
marshalType
= Match(VARIANTBOOL);
6396
_localctx.
marshalType
= Match(METHOD);
6403
_localctx.
marshalType
= Match(LPSTRUCT);
6412
_localctx.
marshalType
= Match(ANY);
2 references to marshalType
ILAssembler (2)
GrammarVisitor.cs (2)
4184
if (context.
marshalType
is null)
4189
switch (context.
marshalType
.Type)