public void AsEnumerable_4114() { Enumbers <string> e = new Enumbers <string> (); // Attempting to JIT compile method 'System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<string, string>>:ToArray ()' while running with --aot-only. e.Enumerate(null); }
public static int test_0_checkthis_gshared_call() { Enumbers <string> e = new Enumbers <string> (); try { e.Enumerate(null); return(1); } catch (NullReferenceException) { } return(0); }