5 references to STDCALL
ILAssembler (5)
gen\CILParser.cs (4)
8661
[System.Diagnostics.DebuggerNonUserCode] public ITerminalNode STDCALL() { return GetToken(CILParser.
STDCALL
, 0); }
8719
Match(
STDCALL
);
11957
[System.Diagnostics.DebuggerNonUserCode] public ITerminalNode STDCALL() { return GetToken(CILParser.
STDCALL
, 0); }
12037
Match(
STDCALL
);
GrammarVisitor.cs (1)
898
CILParser.
STDCALL
=> SignatureCallingConvention.StdCall,