5 references to STDCALL
ILAssembler (5)
gen\CILParser.cs (4)
8239
[System.Diagnostics.DebuggerNonUserCode] public ITerminalNode STDCALL() { return GetToken(CILParser.
STDCALL
, 0); }
8297
Match(
STDCALL
);
11514
[System.Diagnostics.DebuggerNonUserCode] public ITerminalNode STDCALL() { return GetToken(CILParser.
STDCALL
, 0); }
11594
Match(
STDCALL
);
GrammarVisitor.cs (1)
860
CILParser.
STDCALL
=> SignatureCallingConvention.StdCall,