Searched refs:allCCode (Results 1 – 1 of 1) sorted by relevance
233 IDictionary<string, string> allCCode; field in T0Comp292 allCCode = new SortedDictionary<string, string>( in T0Comp()316 if (allCCode.ContainsKey(tt)) { in T0Comp()320 allCCode[tt] = ParseCCode(); in T0Comp()340 if (allCCode.ContainsKey(tt)) { in T0Comp()345 allCCode[tt] = ParseCCode(out stackEffect); in T0Comp()1465 allCCode.TryGetValue(name, out ccode); in GetCCode()