6 references to LPSTR
ILAssembler (6)
gen\CILParser.cs (4)
5998 [System.Diagnostics.DebuggerNonUserCode] public ITerminalNode LPSTR() { return GetToken(CILParser.LPSTR, 0); } 6263 _localctx.marshalType = Match(LPSTR); 6605 [System.Diagnostics.DebuggerNonUserCode] public ITerminalNode LPSTR() { return GetToken(CILParser.LPSTR, 0); } 10901 case LPSTR:
GrammarVisitor.cs (2)
4303case CILParser.LPSTR: 5390CILParser.LPSTR => VarEnum.VT_LPSTR,