6 references to LPSTR
ILAssembler (6)
gen\CILParser.cs (4)
6218 [System.Diagnostics.DebuggerNonUserCode] public ITerminalNode LPSTR() { return GetToken(CILParser.LPSTR, 0); } 6481 _localctx.marshalType = Match(LPSTR); 6829 [System.Diagnostics.DebuggerNonUserCode] public ITerminalNode LPSTR() { return GetToken(CILParser.LPSTR, 0); } 11317 case LPSTR:
GrammarVisitor.cs (2)
4825case CILParser.LPSTR: 5989CILParser.LPSTR => VarEnum.VT_LPSTR,