7 references to BSTR
ILAssembler (7)
gen\CILParser.cs (5)
6217 [System.Diagnostics.DebuggerNonUserCode] public ITerminalNode BSTR() { return GetToken(CILParser.BSTR, 0); } 6474 _localctx.marshalType = Match(BSTR); 6597 _localctx.marshalType = Match(BSTR); 6828 [System.Diagnostics.DebuggerNonUserCode] public ITerminalNode BSTR() { return GetToken(CILParser.BSTR, 0); } 11316 case BSTR:
GrammarVisitor.cs (2)
4812case CILParser.BSTR: 5988CILParser.BSTR => VarEnum.VT_BSTR,