42 writes to marshalType
ILAssembler (42)
gen\CILParser.cs (42)
6274 _localctx.marshalType = Match(CUSTOM); 6299 _localctx.marshalType = Match(CUSTOM); 6318 _localctx.marshalType = Match(SYSSTRING); 6333 _localctx.marshalType = Match(ARRAY); 6348 _localctx.marshalType = Match(VARIANT); 6355 _localctx.marshalType = Match(CURRENCY); 6362 _localctx.marshalType = Match(SYSCHAR); 6369 _localctx.marshalType = Match(VOID); 6376 _localctx.marshalType = Match(BOOL); 6383 _localctx.marshalType = Match(INT8); 6390 _localctx.marshalType = Match(INT16); 6397 _localctx.marshalType = Match(INT32_); 6404 _localctx.marshalType = Match(INT64_); 6411 _localctx.marshalType = Match(FLOAT32); 6418 _localctx.marshalType = Match(FLOAT64_); 6425 _localctx.marshalType = Match(ERROR); 6432 _localctx.marshalType = Match(UINT8); 6439 _localctx.marshalType = Match(UINT16); 6446 _localctx.marshalType = Match(UINT32); 6453 _localctx.marshalType = Match(UINT64); 6460 _localctx.marshalType = Match(DECIMAL); 6467 _localctx.marshalType = Match(DATE); 6474 _localctx.marshalType = Match(BSTR); 6481 _localctx.marshalType = Match(LPSTR); 6488 _localctx.marshalType = Match(LPWSTR); 6495 _localctx.marshalType = Match(LPTSTR); 6502 _localctx.marshalType = Match(OBJECTREF); 6509 _localctx.marshalType = Match(IUNKNOWN); 6518 _localctx.marshalType = Match(IDISPATCH); 6527 _localctx.marshalType = Match(STRUCT); 6534 _localctx.marshalType = Match(INTERFACE); 6543 _localctx.marshalType = Match(SAFEARRAY); 6552 _localctx.marshalType = Match(SAFEARRAY); 6565 _localctx.marshalType = Match(INT); 6572 _localctx.marshalType = Match(UINT); 6581 _localctx.marshalType = Match(STRUCT); 6588 _localctx.marshalType = Match(BYVALSTR); 6597 _localctx.marshalType = Match(BSTR); 6604 _localctx.marshalType = Match(TBSTR); 6620 _localctx.marshalType = Match(METHOD); 6627 _localctx.marshalType = Match(LPSTRUCT); 6636 _localctx.marshalType = Match(ANY);
2 references to marshalType
ILAssembler (2)
GrammarVisitor.cs (2)
4688if (context.marshalType is null) 4693switch (context.marshalType.Type)