Searched refs:TryParseLiteral (Results 1 – 1 of 1) sorted by relevance
570 bool isVal = TryParseLiteral(tt, out v); in T0Comp()1431 bool isVal = TryParseLiteral(tt, out v); in CompileStep()2025 internal bool TryParseLiteral(string tt, out TValue tv) in TryParseLiteral() method in T0Comp2089 if (!TryParseLiteral(tt, out tv)) { in ParseInteger()