4 references to YYSTACKSIZE
System.Data.Entity (4)
System\Data\Common\EntitySql\CqlParser.cs (4)
84
if (stateptr>=
YYSTACKSIZE
-1) //overflowed?
115
statestk = new int[
YYSTACKSIZE
];
145
valstk=new object[
YYSTACKSIZE
];
152
if (valptr>=
YYSTACKSIZE
)